﻿.process{
    padding: 2.5%;
}
.process li{
    float: left;
    width: 33.33%;
    color: #757575;
    background-image: url(../images/process-bd.jpg);
    background-repeat: repeat-x;
    background-position: center 16px;
}
.process li.hover{
    background-image: url(../images/process-bd-act.jpg);
}
.process li.hover em{
    background: #f43436;
    color: #fff;
    border: 1px solid #f43436;
}
.process li.hover p{
    color: #424242;
}
.process em{
    width: 33px;
    line-height: 31px;
    border-radius: 50%;
    background: #fff;
    color: #757575;
    border: 1px solid #888;
}
.process p{
    margin-top: 10px;
}
.cart-submit{
    padding: 0 0 9.5% 0;
    color: #757575;
}
.success{
    width: 6.66%;
}
.cart-submit h2{
    color: #454545;
    margin: 2.166% 0;
}
.view-order{
    margin: 1% 0 1% 0;
}
.view-order a{
    border-bottom: 1px solid #fb0b0b;
}
.submit-btn{
    width: 180px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}
.order-num p{
    display: inline-block;
    margin: 0 14px;
}




/*结账*/
.pay-method{
    padding: 0 3.33%;
}
.pay-method h2{
    color: #424242;
    padding: 2.4% 0;
}
.pay{
    padding: 20px 0 40px 0;
}
.pay a{
    width: 15.17%;
    border: 1px solid #e0e0e0;
    margin: 0 0.6%;
}
.pay a img{
    width: 100%;
}
.pay a:hover{
    border: 1px solid #005293;
}
.checkOut{
    padding: 3.75% 3.33%;
}
.checkOut li{
    float: left;
    width: 50%;
    color: #616161;
}
.checkOut-number h2{
    color: #424242;
    margin-bottom: 11px;
}
.checkOut-number p{
    line-height: 180%;
    margin-bottom: 5px;
}
.checkOut-details{
    float: right;
    text-align: right;
}
.checkOut-details a{
    color: #616161;
    display: block;
    margin-top: 11px;
}




/*购物车*/
.cartTab{
    color: #424242;
    border: none;
}
.orderTab{
    border: 1px solid #e6e6e6;
}
.cartTab th{
    font-weight: normal;
}
.cartTab td, .cartTab th{
    border: none;
    padding: 28px 0;
    padding: 2.33% 0;
    text-align: left;
}
.cartTab td{
    border-top: 1px solid #e6e6e6;
}
.cartTab td:nth-of-type(1){
    padding-left: 1.66%;
}
.cartTab th:nth-of-type(1){
     padding-left: 5%;
}
.oppera{
    color: #424242;
    display: block;
    line-height: 175%;
}
.oppera:hover{
    color: #005293;
}
.waress input{
    margin-right: 4.5%;
}
.waress em{
    border: 1px solid #e6e6e6;
    margin-right: 4.5%;
}
.waress p{
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}
.subtract{
    border: 1px solid #e0e0e0;
    width: 66px;
    line-height: 18px;
}
.subtract a, .subtract span{
    float: left;
    width: 16px;
}
.subtract img{
    vertical-align: middle;
}
.subtract em{
    float: left;
    width: 32px;
    font-family: 'Arial';
}
.total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #757575;
}
.total-btn{
    float: right;
}
.total-btn a{
    width: 140px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
}
.checkAll{
    float: left;
    width: 50%;
    padding: 0 1.9%;
}
.checkAll input{
    margin-right: 20px;
}
.total-details{
    float: right;
    width: 100%;
}
.total-details em{
    margin-right: 36px;
}
.total-details p{
    line-height: 200%;
    text-align: right;
}



/*购物车-填写订单信息*/
.fillOrder>div{
    padding: 0 2.5%;
    background: #fff;
}
.fillOrder>div>h2{
    padding: 36px 0 16px 0;
    padding: 3.157% 0 1.4% 0;
}
.receipt-btn{
    padding: 1.5% 0 0 0.87%;
}
.receipt-btn a{
    padding: 6px 10px;
    margin-left: 0.87%;
    color: #b0b0b0;
}
.receipt-btn a.hover{
    background: #005293;
    color: #fff;
}
.receipt-ul li{
    float: left;
    width: 23.7%;
    border: 1px solid #e0e0e0;
    margin-right: 1.5%;
    position: relative;
    padding: 1.75% 1.75% 1.14% 1.75%;
    cursor: pointer;
}
.receipt-ul li:hover{
    border: 1px solid #005293;
}
.receipt-ul li:hover .default, .receipt-ul li:hover .true{
    display: block;
}
.receipt-ul li:hover .revise{
    color: #005293;
}
.default{
    position: absolute;
    right: 0;
    top: 0;
    background: #005293;
    width: 54px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: none;
}
.true{
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}
.revise{
    color: #fff;
    font-size: 12px;
}
.take-over{
    margin: 16px 0 20px 0;
}
.take-over p{
    color: #757575;
}
.shipping{
    padding-top: 14px;
}
.shipping li{
    float: left;
    line-height: 175%;
}
.shipping li:nth-of-type(1), .shipping li:nth-of-type(2){
    width: 20%;
}
.shipping li:nth-of-type(3){
    width: 60%;
}
.bill{
    line-height: 50px;
}
.bill a{
    color: #333;
    margin-right: 5.26%;
}
.bill a input{
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
}
.invoice li{
    margin-bottom: 10px;
    color: #757575;
}
.invoice li:last-child{
    margin-bottom: 0;
}
.field{
    width: 70px;
    text-align: right;
    margin-right: 10px;
    color: #6f6f6f;
    vertical-align: top;
    line-height: 32px;
}
.invoice input{
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    width: 400px;
    line-height: 32px;
}
.next-step{
    padding: 1.66% 2.5%;
}
.continue{
    color: #757575;
    line-height: 40px;
}
.settle{
    width: 160px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    float: right;
}
.orderLater{
    padding: 34px 0 24px 0;
    padding: 2.98% 0 2.1% 0;
}
.integral{
    float: left;
    width: 57%;
}
.appertain textarea{
    width: 85%;
    height: 70px;
    padding: 5px 10px;
    line-height: 160%;
    vertical-align: top;
}
.discount{
    float: right;
    text-align: right;
    width: 43%;
}
.gapBetween p{
    line-height: 215%;
    text-align: right;
}
.gapBetween em{
    width: 100px;
    color: #757575;
}
.gapBetween i{
    width: 115px;
}
.points{
    line-height: 30px;
    margin-bottom: 2.5%;
    font-size: 12px;
}
.points input{
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -2px;
}
.points input[type=text]{
    width: 80px;
    border: 1px solid #e3e3e3;
    padding: 0 3px;
    text-align: right;
    font-size: 12px;
    line-height: 28px;
    margin: 0 5px;
}
.points input::-webkit-input-placeholder { /* WebKit browsers */  
    color: #333333;  
    opacity: 1;
}  
.points input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
    color: #333333;    
    opacity: 1;
}  
.points input::-moz-placeholder { /* Mozilla Firefox 19+ */  
    color: #333333; 
    opacity: 1; 
}  
.points input:-ms-input-placeholder { /* Internet Explorer 10+ */  
    color: #333333;  
    opacity: 1;
}    
.points em{
    margin-left: 10px;
}



.arch{
    display: inline-block;
    position: relative;
    width: 120px;
    font-size: 12px;
    margin-bottom: 17px;
}
.arch input{
    border: 1px solid #e0e0e0;
    width: 100%;
    line-height: 28px;
    background-image: url(../images/arch-up.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    cursor: pointer;
    text-align: left;
    padding: 0 5px;
    color: #333333;
}
.arch-down{
    background-image: url(../images/arch-down.png)!important;
}
.arch-brand{
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #7a9cd3;
    display: none;
    z-index: 2;
}
.arch-brand p{
    line-height: 20px;
    padding: 0 5px;
    cursor: pointer;
    text-align: left;
}
.arch-brand p:hover{
    background: #1e90ff;
    color: #fff;
}



/*mob*/
.ismob{
    font-size: 0.18rem;
}
.goods li{
    margin-bottom: 0.2rem;
    background: #fff;
    padding: 0.26rem 0.2rem;
}
.goods li a{
    width: 100%;
}
.goods-img{
    float: left;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
.goods-img img{
    width: 100%;
}
.goods-details{
    float: right;
    width: 3.85rem;
    color: #3b3c3d;
}
.g-what{
    color: #454545;
    font-size: 0.22rem;
}
.g-gular{
    margin-top: 3px;
}
.g-gular em{
    color: #666;
    margin-right: 0.05rem;
    font-size: 0.18rem;
}
.goods-price{
    font-size: 0.24rem;
}
.goods-abbr{
    margin-top: 0.14rem;
    line-height: 0.36rem;
}
.substring{
    float: right;
    margin-right: 0.3rem;
}
.substring{
    border: 1px solid #e0e0e0;
    width: 1.3rem;
    line-height: 0.36rem;
    border-radius: 2px;
}
.substring span{
    float: left;
    width: 0.38rem;
}
.substring span i{
    width: 0.2rem;
    height: 0.2rem;
    vertical-align: middle;
}
.less i{
    background: url(../images/less.png) no-repeat center;
}
.many i{
    background: url(../images/many.png) no-repeat center;
}
.substring em{
    float: left;
    width: 0.5rem;
    font-family: 'Arial';
}
.delete{
    float: right;
    width: 0.2rem;
}
.delete img{
    width: 100%;
}
.goods-check{
    float: left;
    margin-right: 0.2rem;
    margin-top: 0.63rem;
}
.allSelect{
    line-height: 0.73rem;
    color: #454545;
    font-size: 0.22rem;
    /*position: absolute;
    left: 0;
    width: 100%;*/
}
.allSelectIpt{
    float: left;
    padding-left: 0.2rem;
}
.allSelectIpt input{
    vertical-align: middle;
    margin: -2px 0.2rem 0 0;
}
.allSelectBtn{
    float: right;
}
.allSelectBtn a{
    width: 1.5rem;
    background: #005293;
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
}
.amountTo{
    float: right;
    margin-right: 0.24rem;
}
.fillOrder .goods li{
    padding: 0.26rem 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
}
.fillOrder .goods li:last-child{
    border-bottom: none;
    padding: 0.26rem 0 0.06rem 0; 
}
.fillOrder .goods-details{
    width: 4.35rem;
}