.fl{
    float: left;
}

.fr{
    float: right;
}

.clear{
    clear: both;
    font-size: 0px;
    line-height: 0;
    height: 0;
}
a{color: #fff;
    cursor: pointer;}




/*支付*/

.shop_content {
    width: 100%;
    background: #f2f2f2;
    padding-top: 13px;
    padding-bottom: 100px;
}

.shoppingcart{
    width: 1200px;
    margin:0 auto;
}
.shop_title{
    width: 100%;
    margin-bottom: 20px;
}

.shop_text {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: solid 3px #e5e5e5;
}

.shop_text h5 {
    float: left;
    display: inline;
    height: 20px;
    margin-top: 4px;
    border-left: solid 4px #FB645D;
    padding-left: 8px;
    font-size: 20px;
    line-height: 20px;
    color: #666;
}
.cartStep li.on {
    background-color: #FB645D;
    color: #fff;
}
.cartStep li{
    float: left;
    width: 400px;
    line-height: 24px;
    background-color: #d9d9d9;
    color: #656565;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.cartStep li.on:after {
    background-image: url(/img/18cart-1.png);
}
.cartStep li.cur:after {
    background-image: url(/img/18cart-3.png);
}


.cartStep li:after {
    content: '';
    display: block;
    background-image: url(/img/18cart-2.jpg);
    background-repeat: no-repeat;
    width: 14px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.cartStep li:last-child:after{
    background-image: none;
}



.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.cartMain{
    position: relative;
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0px 30px;
    min-height: 210px;
    margin-top: 50px;
}




/*购物车头部*/
.cartMain_hd{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #3c3c3c;
    background: #eaeaea;
}
.cartMain_hd .cartTop{
    height: 50px;
}
.cartMain_hd .cartTop .list_chk{
    width: 230px;
    text-indent: 30px;
}
.cartMain_hd .cartTop .list_con{

}
.cartMain_hd .cartTop .list_chk label{
    position: absolute;
    left: 10px;
    top:19px;
    margin: 0;
}
.cartMain_hd .cartTop .list_info{
    width: 342px;
    padding: 0;
    text-indent: 15px;
}

.cartMain_hd .cartTop .list_time{
    width: 342px;
    padding: 0;
    text-indent: 15px;
}
.cartMain_hd .cartTop .list_con{
    text-indent: 170px;
}


.cartBox{
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
}
.cartBox .shop_info{
    position: relative;
    width: 100%;
    height: 38px;
    background-color: #fff;
    line-height: 38px;
    vertical-align: baseline;
}
.cartBox .shop_info .all_check{
    position: relative;
    float: left;
    width: 30px;
    height: 38px;
}

.cartBox .shop_info .all_check input[type="checkbox"]{
    position: absolute;
    z-index: 0;
    left: -20px;
    top: -20px;
}
.cartBox .shop_info .all_check .shop{
    position: absolute;
    top:13px;
}
.cartBox .shop_info .shop_name{
    float: left;
}





/*商品列表*/
.cartBox .order_content a{
    display: block;
}
.order_lists{
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #e7e7e7;
}
.order_lists:last-child{
    border-bottom: none;
}
.order_lists li{
    float: left;
    height: 100%;
}

.order_lists .list_chk{
    width: 230px;
    position: relative;
}
.order_lists .list_chk input[type="checkbox"]{
    position: absolute;
    z-index: 100;
    left: 10px;
    top: 15px;
}
.order_lists .list_chk label{
    margin: 20px 0 0 24px;
}

.order_lists .list_con{
    width: 342px;
}
.order_lists .list_con .list_img{
    width: 90px;
    height: 90px;
    margin-top: 20px;
    float: left;
}
.order_lists .list_con .list_img img{
    width: 100%;
    vertical-align: top;
}
.order_lists .list_con .list_text{
    margin: 20px 0 0 10px;
    line-height: 18px;
    text-align: center;
}
.order_lists .list_con .list_text a{
    color: #3c3c3c;
}
.order_lists .list_con .list_text a:hover{
    color: #ff873e;
    text-decoration: underline;
}

.order_lists .list_info{
    width: 352px;
    box-sizing: border-box;
    padding: 20px 0;
}

.order_lists .list_pre{
    width: 322px;
    box-sizing: border-box;
    padding: 20px 0;
}
.order_lists .list_info p{
    color: #9c9c9c;
    line-height: 18px;
    margin-left: 15px;
    font-size: 12px;
}
.order_lists .list_price{
    width: 275px;
}
.order_lists .list_price .price{
    margin-top: 20px;
    line-height: 18px;
    font-family: Verdana,Tahoma,arial;
    color: #3c3c3c;
    font-weight: bold;
}
.order_lists .list_amount{
    width: 200px;
}

.order_lists .list_qua{
    width: 285px;
}

.order_lists .list_qua .qua_box{
    margin-top: 20px;
    width: 77px;
    height: 25px;
    position: relative;
}

.order_lists .list_amount .amount_box{
    margin-top: 20px;
    width: 77px;
    height: 25px;
    position: relative;
}
.order_lists .list_amount .amount_box input{
    width: 39px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #aaa;
    color: #343434;
    text-align: center;
    padding: 4px 0;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    left: 18px;
    float: left;
}
.order_lists .list_amount .amount_box a{
    float: left;
    height: 23px;
    width: 17px;
    border: 1px solid #e5e5e5;
    background: #f0f0f0;
    text-align: center;
    line-height: 23px;
    color: #444;
    position: absolute;
    top:0;
}
.order_lists .list_amount .amount_box a:hover{
    border-color: #ff873e;
    text-decoration: none;
    color: #ff873e;
    z-index: 3;
}

.order_lists .list_amount .amount_box .reduce{
    left: 0;
}

.order_lists .list_amount .amount_box .reSty{
    color: #cbcbcb;
}
.order_lists .list_amount .amount_box .reSty:hover{
    border-right: none;
    border-color: #e5e5e5;
    text-decoration: none;
    color: #cbcbcb;
}

.order_lists .list_amount .amount_box .plus{
    border-left-color: transparent;
    right: 0;
}


.order_lists .list_sum{
    width: 140px;
}
.order_lists .list_sum .sum_price{
    line-height: 18px;
    margin-top: 20px;
    font-family: Verdana,Tahoma,arial;
    color: #ff0000;
    font-weight: bold;
}
.order_lists .list_op{

}
.order_lists .list_op .del{
    margin-top: 20px;
    line-height: 18px;
}
.order_lists .list_op .del a{
    color: #555555;
}

.dues{
    text-align: right;
    margin-top: 30px;
    color: #f60;
    font-size: 30px;
    line-height: 1;
}

.dues .bk-button{
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    width: 127px;
    height: 36px;
    border-width: 0;
    background: #f60;
    color: #fff;
    font-size: 18px;
    line-height: 2;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}


/*支付成功*/
.cndnsPay-box {
    margin-top: 50px;
    background-color: #fff;
    border: 1px solid #ededed;
    padding: 0 20px;
    margin-bottom: 150px;
}

.cndnsPay-delTop {
    padding: 20px 0;
    border-bottom: 2px solid #f2f2f2;
}
.cndnsPay-delTop h5 {
    font-size: 18px;
    line-height: 1;
    color: #333;
    display: inline-block;
    vertical-align: top;
}
.cndnsPay-delTop h5.suc {
    background-image: url(/img/shoppingcart_imga01.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 30px;
}

.cndnsPay-delTop h5.suc a{
    color: red;
}

.cndnsPay-delTop h5.suc a:hover{
    color: #FF6666;
}



.cndnsPay-delTop .pri {
    font-size: 18px;
    line-height: 30px;
    color: #666;
}

.cndnsPay-delCon {
    padding: 5px 0;
}

.cndnsPay-delCon li {
    padding: 15px 0;
    width: 100%;
}

.cndnsPay-delCon li p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.cndnsPay-delCon li span {
    display: inline-block;
    margin-right: 15px;
}
.shoppingcart{
    width: 1200px;
}
.shoppingcart_tip {
    margin-bottom: 50px;
    overflow: hidden;
    background: #fbfbfb;
    padding: 20px 15px;
    position: relative;
    margin-top: 30px;
}

.shoppingcart_tip .p1 {
    font-size: 14px;
    color: #3f7dc0;
    padding-left: 22px;
}

.shoppingcart_tip .p2 {
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    margin-top: 5px;
}
.tex {
    color: #333;
    font-size: 12px;
    line-height: 22px;
    margin: 5px 0 0 0;
    text-align: right;
}

.tex a {
    color: #ff6800;
    margin-left: 5px;
}

.tex a:hover{
    text-decoration: underline;
}

.list_pre span{
    width: 40px;
    display: inline-block;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    background: #f4f4f4;
    font-size: 14px;
    color: #3a3a3a;
    text-align: center;
    position: relative;
}

.list_pre span.active{
    background: #FB645D;
    color: #fff;
}

.qua_box a {
    float: left;
    height: 23px;
    width: 17px;
    border: 1px solid #e5e5e5;
    background: #f0f0f0;
    text-align: center;
    line-height: 23px;
    color: #444;
    position: absolute;
    top: 0;
}

.qua_box input {
    width: 39px;
    height: 23px;
    line-height: 15px;
    border: 1px solid #aaa;
    color: #343434;
    text-align: center;
    padding: 4px 0;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    left: 18px;
    float: left;
}

.qua_box .reSty {
    color: #cbcbcb;
}
.qua_box .reduce {
    left: 2px;
}

.qua_box .plus {
    border-left-color: transparent;
    right: 4px;
}