@charset "utf-8";
body {
    font-size: 14px;
}

a {
    text-decoration: none;
}
.orange2{
    color: #f90;
}
.green{
    color: #19a97b;
}
.orange{
    color: #f60;
}
.blue{
    color: #00a1e9;
}
.g999{
    color: #999;
}
.red2{
    color: #E61673 !important;
}
.User_ratings.User_grade .ratings_bars {
    width: 206px;
}
.outermost{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.outermost2{
    background: #f5f5f5;
    width: 100%;
}

.banner-header {
    width: 100%;
    height: 320px;
    margin-top: -20px;
    background: url('../../resources/images/mall/big_banner.png') no-repeat 50% 50%;
}
.banner-car {
    height: 280px;
    width: 180px;
    background: #fff;
    padding: 0 20px;
    box-shadow: 0 1px 3px 0 rgba(102, 102, 102, 0.20);
    border-radius: 4px;
    float: right;
    margin-top: -20px;
}

.banner-car > img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: block;
    margin: 20px auto 0;

}

.banner-car h3 {
    display: block;
    margin: 15px auto 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.car-icon-list {
    margin: 20px 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.car-icon-list li {
    font-size: 0;
    padding: 15px 10px;
}

.car-icon-list li a {
    color: #ccc;
    display: inline-block;
    padding-right:21px;
}

.car-icon-list li a i {
    font-size: 24px;

}

.count-score {
    padding: 0 0 15px 0;
    font-size: 16px;
    color: #FF6600;
    text-align: center;
}

.count-score span {
    font-size: 12px;
    color: #999;
    float: right;
    cursor: pointer;
}

.car-btn {
    width: 180px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    background: #FF6600;
    border: 0;
    outline: 0;
    border-radius: 4px;
    cursor: pointer;
}
.car-btn:hover{
    background: #f90;
}

/*主体内容*/
.mall-main {
    width: 1200px;
    padding-top: 20px;
    margin: 0 auto;
    font-size: 0;
}

.mall-main > p {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 20px;
}
.main-car-list{
    width: 1220px;
}

.main-car-list li {
    font-size: 14px;
    display: inline-block;
    background: #fff;
    width: 184px;
    height: 294px;
    margin-right: 20px;
    box-shadow: 0 2px 4px 0 rgba(102, 102, 102, 0.10);
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    cursor: pointer;
    *float: left;
    *margin-right: 16px;

}
.main-car-list li>a {
    display: block;
    height: 100%;
    text-align: center;
}

.main-car-list li a>img {
    width: 160px;
    height: 160px;
    vertical-align: top;
    margin-bottom: 20px;
}

.acquire-table tr {
    height: 50px;
}

.car-name {
    text-align: center;
    margin-bottom:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.car-jifen {
    display: block;
    color: #999999;
    margin-bottom: 20px;
    white-space: nowrap;
}

.car-jifen>span.vipjf{
    /*float: right;*/
    color: #f60;
    margin-left: 10px;
}
.car-jifen>span.jf{
    text-decoration:line-through;
}

.main-car-list > .poster {
    width: 224px;
    height: 314px;
    padding: 0;
    vertical-align: top;
    box-shadow: none;
}

.main-car-list > .poster >a>img {
    height: 100%;
    width: 100%;
}

.mall-main > img {
    height: 120px;
    width: 100%;
    margin: 20px 0;
}

.look-more {
    float: right;
    color: #666;
    font-size: 14px;
}

.look-more:hover {
    color: #f60;
}

div.mall-main > span, div.mall-main > table {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.warning, .warning-span {
    color: #FF6600;!important;
}

.strong {
    font-size: 16px;
    color: #151515;
    font-weight: bold;
}

div.mall-main > table {
    width: 100%;
    text-align: center;
    border: 1px solid #e7e7e7;
}

div.mall-main > table tr td, div.mall-main > table tr th {
    border: 1px solid #e7e7e7;
}

/*详情页*/
.mall-details {
    font-size: 0;
    margin: 30px auto 40px;
    width: 1200px;
}

.details-img {
    display: inline-block;
    width: 250px;
    height: 250px;
    border: 1px solid #ebebeb;
    vertical-align: top;
    *float: left;
}

.details-img > img {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.details-img-ct {
    width: 46px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    *float: left;
    margin-right: 20px;
}

.details-img-ct img {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    cursor: pointer;
}

.details-img-ct img.active {
    border: 1px solid red;
}

.warningRed {
    color: #FF3322;
    margin-left: 20px;
}

.details-img-rt {
    width: 862px;
    display: inline-block;
    *float: left;
}

.product-name {
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.product-price {
    font-size: 14px;
    color: #999;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #fafafa;
    border-radius: 4px;
    margin-bottom: 20px;
    padding-left: 10px;
}

span.or {
    color: #f60;
    margin-left: 10px;
    font-size: 16px;
}

.product-count {
    font-size: 14px;
    padding-left: 10px;
    color: #999;
    position: relative;
    margin-bottom: 20px;
    height: 30px;
    padding-top: 20px;
}

.product-count > span {
    display: inline-block;
    color: #f60;
    margin-left: 20px;
}

.btn-group {
    width: 20px;
    *line-height:20px;
    display: inline-block;
    *position: absolute;
}
.product-count-btn .btn-group a{
    display: inline-block;
    width: 18px;
    height: 18.5px;
    line-height: 18px;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #333;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.product-count-btn .btn-group a:last-child{
    border-top:0;
}
 .logistics, .order-status {
    cursor: pointer;
}
.product-count-btn {
    display: inline-block;
    font-size: 0;
    position: absolute;
    top: 5px;
    left: 47px;
    margin-left: 10px;
}

.product-count-btn > span {
    width: 46px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    vertical-align: bottom;
    font-size: 14px;
    display: inline-block;
}

.btn-group button {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    color: #999;
}

.product-btn a {
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #f60;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.product-btn a:hover{
    background: #f90;
}
.product-info {
    font-size: 14px;
    color: #666;
    margin-top: 30px;

}

.product-info > li {
    margin-right: 40px;
    display: inline-block;
    *display: inline;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.product-info > li:hover {
    color: #f60;
}

.payment > li {
    color: #666;
}
.payment-title{
    position: relative;
}
.payment-title:hover .payment-group {
    display: block;
    position: absolute;
    left: 0;
}

.payment-group {
    display: none;
}

.payment {
    border: 1px solid #EBEBEB;
    border-bottom: 0;
    position: absolute;
    background: #fff;
    top:5px;
    *top:25px;
    z-index: 1;
    box-shadow: 0 2px 4px 0 rgba(102, 102, 102, 0.20);
    border-radius: 4px;
}

/*免责声明*/
.liability-datail:hover > .liability {
    display: block;
}

.liability {
    display: none;
    position: absolute;
    top: 28px;
    right: -415px;
    height: 176px;
    width: 790px;
    padding: 30px;
    color: #666;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0 2px 4px 0 rgba(102, 102, 102, 0.20);
    border-radius: 4px;
}

.liability-info {
    line-height: 23px;
    font-size: 12px;
}


/*免责声明*/
.top {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -20px;
    *top: 0;
    z-index: 2;
}
.liability .top .top-arrow2, .liability .top .top-arrow1 {
    left: 418px;
    top: 0;
    *top: -20px;
}
.top-arrow1, .top-arrow2 {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 56px;
    top: 6px;
    z-index: 5;
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px white solid;
    overflow: hidden;
}

.top-arrow1 {
    border-bottom: 10px #333 solid;
}

.payment li {
    width: 138px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
}

.payment li:hover {
    background: #F5F5F5;
}

.mall-details-cont {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.mall-details-cont-lt {
    border: 1px solid #ebebeb;
    display: inline-block;
    *float: left;
}
.mall-details-cont-lt ul li img {
    margin-top: 20px;
    width: 160px;
    height: 160px;
    text-align: center;
    display:block;

}

.mall-details-cont-lt ul {
    text-align: center;
    margin: 0 20px;
    cursor: pointer;
}
.mall-details-cont-lt ul li{
    border-bottom: 1px solid #ebebeb;
}
.mall-details-cont-lt ul li a{
    display: inline-block;
}
.mall-details-cont-lt ul li:last-child{
    border-bottom: 0;
}
.dd-name{
    display: block;
    color: #333333;
    margin-top: 20px;
}

.recommend {
    padding-left: 20px;
    width: 230px;
    background: #F5F5F5;
    height: 49px;
    border-bottom: 1px solid #EBEBEB;
    line-height: 50px;
    font-size: 16px;
    color: #333333;

}
.dd-redjf {
    display: block;
    color: #f60;
    margin-bottom: 20px;
    margin-top: 10px;
}

.details-nav-tab {
    background: #f5f5f5;
    height: 50px;
    line-height: 50px;
    border: 1px solid #EBEBEB;
    font-size: 0;
}

.details-nav-tab a {
    font-size: 14px;
    display: inline-block;
    width: 119px;
    text-align: center;
    border-right: 1px solid #ebebeb;
    color: #666666;
    cursor: pointer;
}

.mall-details-cont-rt {
    width: 930px;
    display: inline-block;
    float: right;
}

.details-nav-tab a.on {
    background: #fff;
    color: #f60;
!important;
    border-top: 2px solid #f60;
}

#contentBox{
    color: #666;
    line-height: 20px;
}
#contentBox .box {
    display: none;
}

#contentBox .box.active {
    display: block;
}

.virtual {
    margin-bottom: 20px;
}

.virtual p {
    margin-bottom: 20px;
    color: #666;
    position: relative;
    padding-left: 20px;
}

.span-a {
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 20px;
    left: 0;
    top: -2px;
    background: #FF6600;
}

.course {
    font-size: 0;
}

.course a {
    font-size: 14px;
    display: inline-block;
    background: #F5F5F5;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666666;
    cursor: auto;
}

.course img {
    margin: 0 15px;
}

.rt-float-tab {
    height: 142px;
    width: 60px;
    background: #fff;
    border: 1px solid #EBEBEB;
    position: fixed;
    margin-top: -70px;
    top: 50%;
    right: 0;

}

.rt-float-tab li {
    text-align: center;
    height: 70px;
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
}
.rt-float-tab li:hover{
    /*background: #999;*/
    color: #f60;
}
.rt-float-tab .no-border {
    border: 0;
!important;
}

.rt-float-tab li > img {
    margin-top: 15px;
    margin-bottom: 10px;
}

/*收货地址*/
.address-car {
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    /*width: 1200px;*/
    overflow: hidden;
    margin: 20px auto 20px;
}

.address-cont {
    width: 1200px;
    margin: 0 auto;
}
.dufalut-list{
    font-size: 0;
    text-align: center;
    margin-top:50px;
}
.dufalut-list>img{
    width: 76px;
    height: 80px;
}
.dufalut-list>p{
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
}
.dufalut-list>a{
    display: inline-block;
    margin-top: 10px;
    color: #f60;
    font-size: 12px;
}
.dufalut-list>a>img{
    width: 10px;
    height: 10px;
}



.verification {
    font-size: 18px;
    color: #FF6600;
    margin-top: 10px;
}

.add-car-title {
    font-size: 16px;
    color: #333333;
}

.address-car-title {
    font-size: 14px;
    color: #666;
}

.add-car-title, .address-car-title {
    background: #FAFAFA;
    border-bottom: 1px solid #EBEBEB;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;

}

.add-car-cont {
    padding: 20px 20px 0 20px;
}

.add-car-cont li {
    margin-bottom: 20px;
}
.p-bottom{
    padding-bottom: 10px;
}

.address-list {
    width: 76px;
    display: inline-block;
    text-align: right;
}

.add-car-cont li > input {
    height: 30px;
    width: 330px;
    padding: 0;
    outline: 0;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    margin-left: 20px;
}
.dd{
    border: 1px solid #ebebeb;
}

 .dd .ddTitle .ddTitleText{
    line-height: 30px;!important;
}
.add-car-cont li > select {
    width: 100px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    text-align: center;
}

.get-security-code {
    display: inline-block;
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    font-size: 13px;
    color: #666666;
    padding: 10px;
    margin-left: 15px;
}
.confirm {
    display: inline-block;
    background: #FF6600;
    color: #FFFFFF;
    padding: 10px 25px;
    margin-left: 96px;
}

.commodity-address {
    width: 100%;
    text-align: right;
    color: #666;
}

.commodity-address thead tr {
    height: 54px;
    text-align: center;
}

.commodity-address tbody {
    background: #FAFAFA;
    border-radius: 4px;
}

.commodity-address tbody tr {
    height: 120px;
    text-align: center;
}

.commodity-address tbody tr td > img {
    width: 78px;
    height: 78px;
    border: 1px solid #EBEBEB;
    vertical-align: middle;
    margin-right: 20px;
    margin-left: 20px;
}

.commodity-address tfoot tr {
    height: 60px;
}

.record-table{
    table-layout: fixed;
}
.record-table tbody tr td {
    color: #666;
    font-size: 14px;
}

.wtd350 {
    width: 350px;
    text-align: left;
}

.wtd220 {
    width: 220px;
}

.wtd180 {
    width: 180px;
}

.wtd230 {
    width: 230px;
}
.wtd-top{
    margin-top: 32px;
}
.wtdrt {
    text-align: right;
}
.wtdrt > span {
    display: inline-block;
    margin-right: 20px;
}
.wtd200 {
    width: 200px;
}

.wtd120 {
    width: 120px;
}

.wtd130 {
    width: 130px;
}
.wtd110 {
    width: 110px;
}
.wtd300 {
    width: 300px;
}

.succeed {
    color: #85D262;
}

.total-money {
    width: 100%;
    color: #666;
}

.total-money tbody tr, .total-money tfoot tr {
    height: 60px;
}

.total-money tfoot tr {
    border-top: 1px solid #ebebeb;
}

.total-money tbody tr td > span {
    display: inline-block;
    margin-left: 20px;
}

.submit-oder {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 30px;
}

.submit-oder > a {
    display: inline-block;
    width: 180px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #FF6600;
    color: #FFFFFF;
}

/*订单记录*/
.record {
    padding-left: 20px;
    width: 820px;
}

.record-header > span {
    display: inline-block;
    width: 124px;
    font-size: 16px;
    color: #333333;
    height: 78px;
    line-height: 78px;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.record-header > span.warning-span {
    color: #FF6600;
!important;
}

.record-tab {
    background: #FAFAFA;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    padding: 0 20px;
    height: 50px;

    line-height: 50px;
}

.record-tab>a {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    margin-right:70px;
}

.record-tab>a:hover {
    text-decoration: none;
}

.record-order {
    padding: 20px;
}

.record-table {
    width: 100%;
}

.tbfd {
    border-top: 1px solid #ebebeb;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #666;
}

/*弹窗*/
.logistics-details {
    padding: 20px 10px;
    border-bottom: 1px solid #EBEBEB;
    overflow: hidden;
}

.logistics-img-rt {
    color: #666;
}

.logistics-img-rt > p {
    margin-bottom: 15px;
    width: 360px;
}

.address-path {
    padding: 20px 10px;
    overflow-y: auto;
    height: 390px;
    position: relative;
}

.logistics-img {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #EBEBEB;
    vertical-align: middle;
}
.logistics-name{
    float: right;
    width: 115px;
    margin-top: 16px;
    *margin-top: -36px;
}

.logistics-img > img {
    width: 100%;
    height: 100%;
}

.address-path li {
    height: 64px;
    /*padding-left: 80px;*/
    position: relative;
}

.address-img {
    position: absolute;
    top: 0;
    left: 70px;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.address-info{
    position: absolute;
    left: 108px;
    width: 445px;
    top: 2px;
    text-align: left;
    color: #999;
    line-height: 20px;
}
.address-img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.address-path li i {
    display: inline-block;
    height: 40px;
    border-left: 1px solid #dddddd;
    position: absolute;
    top: 24px;
    left: 81px;
}

.address-path .time {
    text-align: center;
    display: inline-block;
    width: 45px;
    height: 40px;
    position: absolute;
    left: 10px;
    font-size: 16px;
    color: #999;
}

.time > span {
    font-size: 12px;

}

.logistics-img-rt > p.predict-day {
    font-size: 18px;
    color: #FF6600;
    margin: 0;
!important;
}

.get-ticket-img {
    width: 60px;
    height: 60px;
    margin-right: 25px;
}

.get-ticket-img > img {
    width: 100%;
    height: 100%;
}

.get-ticket {
    width: 350px;
    font-size: 14px;
    height: 64px;
    border-left: 1px solid #eee;
    padding-left: 24px;
}

.ticket {
    font-size: 0;
    color: #666;
    padding: 20px 10px;
    overflow: hidden;
}

.ticket-name {
    margin-bottom: 20px;
}

.ticket-code {
    position: relative;
}

.ticket-code input {
    width: 226px;
    height: 26px;
    border: 1px solid #EEEEEE;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
}

.get-ticket a {
    display: inline-block;
    background-image: linear-gradient(-90deg, #FBA141 0%, #FB8331 100%);
    border-radius: 0 4px 4px 0;
    width: 86px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 1px;
    left: -1px;
}

.get-ticket i {
    position: absolute;
    top: 9px;
    left: 11px;
    font-size: 14px;
    color: #85D262;
}

/*注册*/
.user-box {
    float: right;
    /*width: 250px;*/
    /*background: #fff;*/
    *background-color: transparent;
    margin-top: 38px;
}

.user-login {
    display: none;
}

.user-login .btn-upload-doc {
    width: 100%;
}

.user-box .btn-upload-doc {
    width: 100%;
}

.btn-upload-doc {
    background-color: #00a1e9;
    display: block;
    width: 208px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}

.userlogin-box {
    width: 210px;
    border: 1px solid #ebebeb;
    padding: 8px 20px 20px;
    border-radius: 4px;
    margin-top: -15px;
    background: #fff;
}

.wx .user-login-top {
    text-align: left;
    /* padding-left: 30px; */
    font-weight: normal;
    margin-bottom: 25px;
}

.user-login-top {
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 5px;
}

.user-msg-head .icon {
    display: inline-block;
    height: 15px;
    width: 13px;
    background: url(../images/sprite-bg.png) no-repeat 0 -131px;
    margin: 10px 12px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.user-msg-password .icon {
    display: inline-block;
    height: 15px;
    width: 13px;
    background: url(../images/sprite-bg.png) no-repeat 0 -152px;
    margin: 10px 12px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.user-login-top .pc-login {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/sprite-bg.png) no-repeat -46px -208px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -12px;
}

.wx .user-msg {
    margin-top: 10px;
}

.qrcode-login {
    border: solid 1px #ebebeb;
    background: white;
    padding: 1px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
}

.user-msg #logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
}

.wx .user-msg img {
    width: 105px;
    height: 105px;
    display: block;
    margin: 0 auto;
}

.qrcode-login, .qrcode-login img {
    width: 107px;
    height: 107px;
}

.wx .wx-login-tips {
    text-align: center;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    width: 134px;
    margin: 18px auto 27px;
}


.wx .else-login {
    margin-top: 0;
    text-align: center;
}

.wx .else-login .free-register {
    float: inherit;
    color: #00a1e9;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.else-login .free-register {
    color: #999;
    float: right;
}

.wx .fr {
    float: inherit;
    color: #00a1e9;
}

.user-login.show {
    display: block;
}

.user-login .btn-upload-doc {
    width: 100%;
}

.user-box .btn-upload-doc {
    width: 100%;
}

.btn-upload-doc {
    background-color: #00a1e9;
    display: block;
    width: 208px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}

.user-login-top .weixin-login {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/sprite-bg.png) no-repeat -46px -174px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -12px;
}

.error-msg {
    color: #cf4d4d;
    height: 18px;
    line-height: 17px;
    font-size: 12px;
    position: absolute;
    left: 66px;
    top: 4px;
    border: 1px solid #ffdba1;
    background-color: #fffde6;
    padding: 0 5px;
    border-radius: 4px;
    display: none;
}

.user-msg {
    margin-top: 20px;
}

.user-msg .user-msg-head, .user-msg .user-msg-password {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.user-msg .user-msg-head input, .user-msg .user-msg-password input {
    border: none;
    height: 32px;
    line-height: 32px;
    outline: none;
    width: 168px;
    font-size: 12px;
    color: #666;
    border-radius: 4px;
    padding-left: 37px;
}

#wx_login_code_index {
    padding: 0 !important;
    margin-top: -15px;
    font-size: 12px;
    height: 45px;
}

.qrcode-show {
    top: -135px !important;
    left: 70px !important;
}

#wx_error_index.hide {
    display: none;
}

#wx_error_index {
    display: block;
    margin-top: 2px;
    text-align: right;
}

.login-check {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
    margin-top: -5px;
}

.else-login {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #999;
}

.login-check-right a {
    float: left;
    color: #00a1e9;
}

.login-check-right .fr {
    color: #999;
    float: right;
    padding: 0 6px;


}

.wx .fr {
    float: inherit;
    color: #00a1e9;
}
.analog-check {
    display: inline;
}

.analog-check b {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../images/analog-check.png) no-repeat;
    vertical-align: middle;

}

.analog-check b {
    background-position: 0 0;
    margin-bottom: 4px;
    margin-right: 3px;
}

.analog-check b input {
    position: absolute;
    z-index: 2;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.user-login .btn-upload-doc {
    width: 100%;
}

.user-box .btn-upload-doc {
    width: 100%;
}
#wx_valide_index{
    width: 35px;
    text-align: center;
}
.analog-check b.check {
    background-position: 0 -32px;
}
@media screen and (max-width: 1200px) {
    .banner-header {
        width: 1200px;
    }
}
@media screen and (max-width: 1200px) {
    .outermost2 {
        width: 1200px;
    }
}