
/* 清除浮动*/
.zc_clear:after {
  display: block;
  height: 0;
  content: '';
  clear: both;
}
.loginBarW, .registerBarW {
  position: relative;
  min-height: 530px;
  width: 1180px;
  margin: 0 auto;
}

.loginoutmain.main {
  width:100%; min-width:1200px;
  height: 530px;
  background: #f2f1ef url(../newimages/stage-bg_01_3.jpg) no-repeat center center;
  margin-bottom: 0;
}


.registerBar {
  width: 396px;
  position: absolute;
  background: #fff;
  right: 0;
  top: 30px;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 496px;
}
.registerBar .logtab {
  padding: 20px 0 18px 0;  height: 40px;  background: url(../newimages/logon.png) no-repeat left 55px; 
}
.registerBar .logtab span{ color: #ff9400; font:20px/45px "Microsoft YaHei","微软雅黑","宋体"; margin-left:22px;
}
.registerBar form  p > input {
  display: block;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding-left: 10px;
  width: 326px;
  font-size: 14px;
  color: #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.registerBar form > p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.registerBar form > p a {
  margin-left: 10px;
  color: #40aafb;
}
.registerBar form > p input {
  vertical-align: -5%;
}
.registerBar form > a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 326px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background: #df2828;
  font-size: 14px;
  cursor: pointer;
  font-size: 18px;
  margin-top: 20px;
}
.registerBar form input[name="code"] {
  width: 208px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.registerBar form > p>#get_auth_code  {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 108px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #3365b8;
  font-size: 14px;
  cursor: pointer;
  vertical-align: top;
  margin-left: 8px;
}
.registerBar .hasaccount {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 15px;
}

.outlayer {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: none;
}

.poplayer {
  position: absolute;
  left: 50%;
  top: 200px;
}

.member_agreement {
  font-size: 14px;
  color: #333;
  width: 900px;
  line-height: 2;
}

.member_agreement_h {
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  border-bottom: 2px solid #d3d3d3;
  font-size: 16px;
  padding: 0 15px;
}

.member_agreement_c {
  height: 385px;
  overflow-y: scroll;
  background: #fff;
  padding: 0 15px;
}
.member_agreement_c h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.member_agreement_c h2 {
  text-align: right;
  margin-bottom: 15px;
}
.member_agreement_c h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.member_agreement_c h4 {
  font-weight: bold;
  margin-bottom: 15px;
}
.member_agreement_c p {
  margin-bottom: 15px;
}
.member_agreement_c p a {
  color: #40aafb;
}
.member_agreement_c p small {
  display: block;
  text-indent: 2em;
}

.member_agreement_f {
  background: #fff;
  height: 100px;
  border-top: 2px solid #f5f5f5;
  display: table-cell;
  vertical-align: middle;
  width: 900px;
}
.member_agreement_f a {
  display: block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background: #ff9400;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
}





.loginBar {
  width: 386px;
  position: absolute;
  background: #fff;
  right: 0;
  top: 30px;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 470px;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.loginBar > h5 {
  font-size: 18px;
  color: #666;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.loginBar form > input {
  display: block;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding-left: 10px;
  width: 326px;
  font-size: 14px;
  color: #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
/*
  margin-bottom: 20px;
*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.loginBar form > p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.loginBar form > p a {
  margin-left: 15px;
}
.loginBar form > p input {
  vertical-align: -5%;
}
.loginBar form > a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 326px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background: #df2828;
  font-size: 14px;
  cursor: pointer;
  font-size: 18px;
  margin-top: 20px;
}
.loginBar .registernew {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

.loginBar_f {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.loginBar_f > a {
  display: block;
  width: 33.33%;
  float: left;
}
.loginBar_f > a span {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.loginBar_f > a p {
  font-size: 12px;
  color: #666;
  margin: 10px 0 30px 0;
}

.hypwdmain.main {
   width:100%; min-width:1200px;
  height: 500px; padding-top:20px;
  margin-bottom: 0;  background: #f2f1ef url(../newimages/wp2.jpg) no-repeat center bottom;
}
.PasswordW {
  min-height: 330px;
  width: 1000px;
  margin: 0 auto;
}
.PasswordBar {
  width: 386px; margin:0px auto; background-color:#FFFFFF;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 380px;
}
.PasswordBar .logtab {
  padding: 20px 0 18px 0;  height: 40px;  background: url(../newimages/logon.png) no-repeat left 55px; 
}
.PasswordBar .logtab span{ color: #ff9400; font:20px/45px "Microsoft YaHei","微软雅黑","宋体"; margin-left:22px;
}

.PasswordBar form > input {
  display: block;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding-left: 10px;
  width: 326px;
  font-size: 14px;
  color: #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.PasswordBar form > span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 108px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #3365b8;
  font-size: 14px;
  cursor: pointer;
  vertical-align: top;
  margin-left: 8px;
}


.PasswordBar form > a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 326px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background: #df2828;
  font-size: 14px;
  cursor: pointer;
  font-size: 18px;
  margin-top: 20px;
}

.PasswordBar .yzmPic {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 108px;
  height: 42px;
  cursor: pointer;
  vertical-align: top;
  margin-left: 8px;
}

.userbg-grey{ background-color: #f8f8f8; padding: 35px 0; width:100%;}
.usermain-1200{ width: 1200px; height: auto; margin: 0 auto;}
.common-nav {
    width: 180px;
    padding: 10px;
    background-color: #fff;
    float: left;
}
.common-nav a i {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background-image: url(../newimages/leftnav.png);
    background-repeat: no-repeat;
    margin-right: 8px; margin:20px 8px 0px 6px;;}
.common-nav a.active .account-icon {  background-position: -65px -50px;}
.common-nav a.active .order-icon {
    background-position: -65px -99px;
}
.common-nav a.active { background: #e13332;  display: block;color: #fff; font:18px/65px "Microsoft YaHei","微软雅黑","宋体"}
.common-nav > ul { padding:10px 0px 20px 0px;}
.common-nav > ul > li {
    display: block;
    margin-bottom: 1px;}
.common-nav > ul > li > a {text-align:center; margin-left:40px; color: #333333; font:13px/25px "Microsoft YaHei","微软雅黑","宋体"}

.common-content{
    width: 920px;
    padding: 0 20px;
    float: right;
    background-color: #fff;
}
.accountTitle {
    padding: 16px 0 12px 0;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    position: relative;
}
.accountTitle h3 {
    color: #333333; font:16px/25px "Microsoft YaHei","微软雅黑","宋体";
}

.myinfo {
    padding: 45px 0 0;
}

.myinfo table {
    color: #999;
    font-size: 14px;
    margin: 0px 0 20px 0;
}.myinfo table th {
    width: 140px;
    text-align: right;
    font-weight: normal;
    height: 60px;
    padding-right: 10px;
}.myinfo table td span.tel {
    width: 100px;
    padding-left: 10px;
    display: inline-block;
}.myinfo table td input.w-input {
    width: 260px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ebebeb;
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    background: #fcfcfc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.myinfo table a {
    display: inline-block;
    height: 30px;
    padding: 0 30px;
    color: #fff;
    font:15px/30px "Microsoft YaHei","微软雅黑","宋体"; margin-left:10px;
    text-align: center;
    text-decoration: none;
    background: #fa3e4c;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
}.myinfo table a:hover {
    background: #ce2633;
}.myinfo table td input.w-code {
    width: 135px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ebebeb;
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    background: #fcfcfc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}.myinfo table td .get-code {
    width:90px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background-color:#3365b8
}
.myinfo table td span.erruser{color: #df2828; font:12px/25px "Microsoft YaHei","微软雅黑","宋体"; margin-left:10px; }



/* 我的订单--开始*/
.my-order {padding: 45px 0 45px 0px;}
.my-order table{border-collapse:collapse;border-spacing:0;}
.my-order th{text-align:center; text-align:inherit;}
.inlineb{display: inline-block;*display:inline;*zoom:1;vertical-align: middle;[;letter-spacing: normal;][;word-spacing: normal;]}
.text-left{text-align: left;}
.shop-list-txt{font-size: 12px;color: #888;margin-left: 10px; min-width:230px; max-width:230px;}
.shop-list-txt p{font-size: 14px;color: #333;}
.shop-img-box img{border-radius: 100%; width:90px; height:90px;}
.order-table{width: 100%;font-size: 14px;}
.order-table tbody{border-top: 1px #ededed solid;}
.order-table thead{background: #f5f5f5;line-height: 46px;border: 1px #f5f5f5 solid;/* border-bottom: 40px #fff solid;*/}
tr.space20{height: 20px;}
tr.space22{height: 22px;}
tr.space18{height: 18px;}
tr.sub-title{background: #f5f5f5;padding: 0 20px;line-height: 38px;border-left: 1px #ededed solid;border-right: 1px #ededed solid;}
tr.sub-title td{border-bottom: 1px #ededed solid;border-top: 1px #ededed solid;padding: 0 20px;font-size: 12px;color: #666;}
tr.sub-title td label:first-child{margin: 0;}
tr.sub-title td label{margin-left: 40px;}
.tr-content{text-align: center;border-left: 1px #ededed solid;border-right: 1px #ededed solid;}
.tr-content:last-child td{border-bottom: 1px #ededed solid;}
.tr-content .shop-list-txt{text-align: left;}
.tr-content td:first-child{border-left: 0;}
.tr-content td{padding: 20px;border-bottom: 1px #ededed dotted;border-left: 1px #ededed dotted;}
.tr-content td p.order-price{font-size: 12px;}
.opera-btn{display: inline-block;*display:inline;*zoom:1;vertical-align: middle;line-height: 26px;border: 1px #ff7700 solid;color: #ff6600;padding: 0 15px;border-radius: 3px;margin-bottom: 5px;}
.opera-btn:hover{background: #ff7700;color: #fff;}
.opera-a{display: inline-block;*display:inline;*zoom:1;vertical-align: middle;line-height: 22px;}
.opera-a:hover{color: #ff6600;}
.tr-content .opera-row{border-bottom: 1px #ededed solid;}
.state-td p{line-height: 30px;}
.order-table tr td:last-child{border-right: 1px #ededed solid;}
.order-table th{text-align:center;}
.opera-a.active{color: #0058ab;}
/* 我的订单--结束*/