@charset "utf-8";

.header .logo a{background-position: 0px -360px;}
.header .head-search{left: 680px;}
.menu_box .nav_bar ul{margin-left: 0px;}
.head-location,.head-fb-btn,.hot-search,.menu_box{display:none;}

.cart-menu{width: 1200px;margin: 0px auto;    position: relative;z-index:99;}
.cart-menu .row{    position: absolute; left: 0px;font-size:18px; top: -45px;line-height:45px;color:#61ab11;}
.pb40{padding-bottom: 40px;}
.cart-box{background: #fff;padding: 0px 10px;color: #333;}
.cart-box .smt{height: 53px;line-height: 53px;}
.cart-list{width: 100%;clear: both;float:left;}
.cart-list .row{float: left;border-bottom: 1px #dfdfdf solid;width: 100%;}
.cart-list .row .item{float: left;text-align: center;}
.cart-list .row .item.frist{width:120px;}
.cart-list .row .item.two{width:470px;text-align: left;}
.cart-list .row .item.three{width:150px;}
.cart-list .row .item.four{width:220px;}
.cart-list .row .item.five{width:150px;}
.cart-list .row .item.six{width:70px;}
.cart-box .smc{}
.cart-box .smc .cart-list .row{padding: 20px 0px;}


.choice_input{    
        position: relative;    
    }    
    /*label*/  
.choice_input .radio{    
        position: relative;    
        display: inline-block;    
          
        padding-left: 25px;    
        cursor: pointer;    
    }    
    /*label input*/  
    .choice_input .radio input{    
        position: absolute;   
        left:-2000px;   
          
    }    
    .choice_input .radio i{    
        display: block;    
        position: absolute;    
        top: 0;    
        left: 0;    
        width: 15px;    
        height: 15px;    
        outline: 0;    
        /*未选中 i border*/  
        border: 1px solid #47a8c0;    
        /*未选中 i 背景*/  
        background: #9cd9e8;    
        border-radius: 50%;    
        transition: border-color .3s;
        -webkit-transition: border-color .3s;    
    }    
     /*给与input标签相邻的i标签设置伪元素*/  
    .choice .radio input+i::after{    
        position: absolute;    
        content: '';    
        top: 3px;    
        left: 3px;    
        width: 9px;    
        height: 9px;    
        border-radius: 50%;    
        /*设置input被选中后，i::after的背景色， 
        不过这时opacity:0,见下一句代码*/  
        background-color: #47a8c0;    
        opacity: 0;  
        /*给i::after元素的opacity属性设置过渡*/  
        transition: opacity .1s;    
        -webkit-transition: opacity .1s;   
  
  
    }    
    /*input radio被选中后，给它相邻的i::after 设置样式*/  
    .choice .radio input:checked+i::after{    
        opacity: 1;    
    }   
    /*多选按钮样式设置*/  
.select_input{   position:relative;line-height: 20px;}  
  
.select_input>.checkbox{    
        position: relative;    
        display: inline-block;    
          height:16px;
        padding-left:12px;    
        cursor: pointer;    
    }   
    /*label input*/  
    .select_input>.checkbox input{    
        position: absolute;    
        left:-2000px;  
  
    }  
    .select_input>.checkbox i{    
        display: block;    
        position: absolute;    
        top:4px;    
        left: 0;    
        width: 12px;    
        height: 12px;    
        background: url(../images/base-ico20180205.png) no-repeat 0px -502px;   
        /*IE9+、Firefox 4+、Opera、Chrome 以及 Safari 5+ 支持 background-size*/  
   
           
    }  
    .select_input>.checkbox input:checked+i{  
        background: url(../images/base-ico20180205.png) no-repeat -17px -502px;  
        /*此处同上*/   
  
    }


.cartMain label{
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-left: 10px;
   
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url(../images/base-ico20180205.png) no-repeat 0px -502px;  
}
.cartMain label.mark{
    background: url(../images/base-ico20180205.png) no-repeat -17px -502px;  
}

a:hover{
    color: #ff4400;
    text-decoration: underline;
}


.cartMain input[type="checkbox"]{display: block;}
.cartMain{
    position: relative;
    width: 1180px;
    min-width: 1180px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0px 0px 10px;
    min-height: 210px; overflow:hidden;float:left;
}
/*购物车头部*/
.cartMain_hd{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #3c3c3c;
}
.cartMain_hd .cartTop{
    height: 50px;
}
.cartMain_hd .cartTop .list_chk{
    width: 120px;
    text-indent: 30px;
}
.cartMain_hd .cartTop .list_con{
    width: 470px;
}
.cartMain_hd .cartTop .list_chk label{
    position: absolute;
    left: 10px;
    top:19px;
    margin: 0;
}
.cartMain_hd .cartTop .list_info{
    padding: 0;
    text-indent: 15px;
}



.cartBox{
    width: 100%;
    margin-bottom: 15px;
}
.cartBox .shop_info{
    position: relative;
    width: 100%;
    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{min-height:140px;
}
.cartBox .order_content a{
    display: block;
}
.order_lists{
    width: 100%;position: relative;
    height: 145px;
    border-bottom: 1px solid #e7e7e7;
}
.nocompare{border: 1px #ff4400 solid;
    position: absolute;
    left: 0px;
    height:145px;
    width: 1178px;z-index: 1;
    top: 0px;}
.order_lists li{
    float: left;
    height: 100%;
    text-align: center;
}

.order_lists .list_chk{
    position: relative;z-index: 22;
    width: 120px;
    text-align: left;
}
.order_lists .list_chk input[type="checkbox"]{
    position: absolute;
    z-index: 0;
    left: -30px;
    top: -30px;
}

.bar-wrapper .bar-left_totalMoney input[type="checkbox"]{
    position: absolute;
    z-index: 0;
    left: -30px;
    top: -30px;
}
.order_lists .list_chk label{
    margin: 20px 0 0 24px;
}

.order_lists .list_con{
    width: 470px;text-align: left;position: relative;z-index: 22;
}
.order_lists .list_con .list_img{
    width:105px;
    height: 105px;
    margin-top: 20px;
    float: left;
}
.order_lists .list_con .list_img img{
    width: 100%;
    height:100%;
    vertical-align: top;
}
.order_lists .list_con .list_text{
    margin: 20px 0 0 10px;
    line-height: 18px;
    width:280px;
    float: left;
}
.order_lists .list_con .list_name{margin: 20px 0 0 10px;
    line-height: 18px;
    width: 280px;
    float: left;color: #999;}
.order_lists .list_con .list_text a{
    color: #333;
}
.order_lists .list_con .list_text a:hover{
    color: #61ab11;
    text-decoration: underline;
}

.order_lists .list_info{
    width: 252px;
    box-sizing: border-box;
    padding: 20px 0;
}
.order_lists .list_info p{
    color: #9c9c9c;
    line-height: 18px;
    margin-left: 15px;
}
.order_lists .list_price{
    width: 140px;
}
.order_lists .list_price .price{
    margin-top: 58px;
    line-height: 18px;
    font-family: Verdana,Tahoma,arial;
    color: #333;
}
.order_lists .list_amount{
    width: 180px;
}
.order_lists .list_amount .amount_box{
	    margin: 0px auto;
    margin-top: 58px;z-index: 2222;
    width:110px;
    height: 30px;
    position: relative;
}
.order_lists .list_amount .amount_box input{
    width: 48px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #dfdfdf;
    color: #343434;
    text-align: center;
    padding: 4px 0;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    left:29px;
    float: left;    box-sizing: inherit;
}
.order_lists .list_amount .amount_box a{
    float: left;
    height: 28px;
    width: 29px;
    border: 1px solid #dfdfdf;
    background: #f5f5f5;
    text-align: center;
    line-height: 23px;
    color: #444;
        font-size:24px;
    position: absolute;
    top:0;
}
.order_lists .list_amount .amount_box a:hover{
    border-color: #ff4400;
    text-decoration: none;
    color: #ff4400;
    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: 58px;
    font-family: Verdana,Tahoma,arial;
    color: #ff4400;
    font-weight: bold;
}
.order_lists .list_op{
    width: 130px;position: relative;z-index: 22;
}
.order_lists .list_op .del{
    margin-top: 58px;
    line-height: 18px;
}

/*底部总计算价*/
.bar-wrapper{
    height: 50px;
    z-index: 99;
}
.bar-wrapper .bar-right{
    float: right;
    color: #3c3c3c;
}
.bar-wrapper .bar-right strong{
    color: #f40;
}

.bar-wrapper .bar-right .piece{
    float: left;
    min-width: 110px;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
}
.bar-wrapper .bar-right .piece .piece_num{
    display: inline-block;
    padding: 0 10px;
    font-weight: 700;
    font-size: 18px;
    font-family: tohoma,arial;
}
.bar-wrapper .bar-left_totalMoney{
    float: left;
    min-width: 100px;
    height:60px;
    line-height: 60px;
}
.bar-wrapper .bar-left_totalMoney .delBtns_sty{cursor: not-allowed;}
.bar-wrapper .bar-right .totalMoney{
    float: left;
    min-width: 100px;
    height:60px;
    line-height: 60px;
    font-size: 18px;
}
.bar-wrapper .bar-right .totalMoney .total_text{
    float: right;
    font-weight: 400;
    font-size: 24px;
    font-family: Arial;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 15px;
}
.bar-wrapper .bar-right .calBtn{
    float: left;    margin-right: 10px;
}
.bar-wrapper .bar-right .calBtn a{
    display: block;
    width: 130px;
    height: 60px;
    color: #fff;
    background: #B0B0B0;
    cursor: not-allowed;
    font-size:18px;
    letter-spacing: 5px;
    text-decoration: none;
    line-height: 60px;
    text-align: center;
}
.bar-wrapper .bar-right .calBtn a.btn_sty{
    background: #f40;
    cursor: pointer;
}



.order_content .order_lists .list_chk label{    margin: 58px 0 0 24px;}

.cashier-state{height: 90px;background: #fff;}
.cashier-state ul{padding:20px 20px}
.cashier-state ul li{width: 33.33%;float: left;position: relative;text-align: center; padding-top: 40px;}
.cashier-state ul li em{width: 100%;height: 4px;background: #ccc;position: absolute;left: 0px;top: 14px;z-index: 1;}
.cashier-state ul li i{width: 40px;height: 40px;line-height: 40px;background:url(../images/base-ico20180205.png) no-repeat -117px -548px;position: absolute;left:50%;margin-left:-20px;top:-4px; z-index: 2;color: #fff;}
.cashier-state ul li.curr{color: #61ab11;}
.cashier-state ul li.curr em{background: #61ab11;}
.cashier-state ul li.curr i{background-position:-117px -499px;}

.cashier-site{background: #fff;margin-top: 20px;padding: 0px 20px;}
.cashier-site .smt{height: 40px;width: 100%;line-height: 40px;}
.cashier-site .smt h3{font-size: 18px;color: #333;}
.cashier-site .smt .add-site{color:#61ab11;float: right;}
.cashier-site .smc{width: 100%; padding-bottom: 20px;}
.cashier-site .smb{border-top: 1px #ccc solid;}

.site_lists{width: 100%;clear: both;height: 30px;line-height: 30px;color: #333; margin-top: 10px;display: inline-block;float: left;}
.site_lists.default{background: #ebf5e0}
.site_lists .list_unit{position: relative;width:80px;text-align: left;float: left;}
.site_lists .list_name{position: relative;width: 90px;text-align: center;float: left;}
.site_lists .list_sit{position: relative;width: 820px;text-align: left;float: left;}
.site_lists .list_default{position: relative;width:100px;text-align: center;float: left;}
.site_lists .list_edit{position: relative;width: 70px;text-align: center;float: left;}
.unit_ico{position: relative;height:28px;border: 1px #ccc solid;text-align: center; line-height: 28px; padding:0px 10px;min-width: 58px;float: left;background: #fff;    cursor: pointer;}
.unit_ico.curr{border:2px #61ab11 solid;height: 26px;line-height: 26px; min-width: 56px;color: #61ab11;}
.unit_ico i{position: absolute;right:-1px;bottom: -1px;width:20px;height: 17px;background:url(../images/base-ico20180205.png) no-repeat -2px  -518px;display: none;}
.unit_ico.curr i{display: block;}
.site_lists .list_default a{display: none;}
.site_lists .list_edit a{display: none;}
.site_lists .list_default a:hover{text-decoration: underline;}
.site_lists .list_edit a:hover{text-decoration: underline;}
.site_lists:hover{background: #ebf5e0}
.site_lists:hover .list_default a{display: inline-block;color: #61ab11;}
.site_lists:hover .list_edit a{display: inline-block;color: #61ab11;}
.site_lists.default .list_default a{display: block;color: #61ab11;}
.site_lists.default .list_edit a{display: inline-block;color: #61ab11;}

.cashier-payment{background: #fff;margin-top: 20px;padding: 20px;color: #333;}
.cashier-payment .row{float:left;width:580px;}
.cashier-payment .row .smt{font-size: 18px;}
.cashier-payment .row .smc{margin-top: 30px;}
.cashier-payment .row.peisong{width: 559px;border-left: 1px #ccc solid;padding-left: 20px;}


.cashier_lists{width: 100%; height: 145px;border-bottom: 1px solid #e7e7e7;}
.cashier_lists .list_con{width: 470px;text-align: left;float: left;}
.cashier_lists .list_con .list_img{ width:105px;height: 105px; margin-top: 20px; float: left;}
.cashier_lists .list_con .list_img img{width: 100%;vertical-align: top;}
.cashier_lists .list_con .list_text{margin: 20px 0 0 10px;line-height: 18px; width:280px; float: left;}
.cashier_lists .list_con .list_name{margin: 20px 0 0 10px;line-height: 18px;width: 280px; float: left;color: #999;}
.cashier_lists .list_con .list_text a{ color: #333;}
.cashier_lists .list_con .list_text a:hover{color: #61ab11;text-decoration: underline;}
.cashier_lists .list_amount{float: right;width:300px;text-align: center;margin-top: 20px;}
.cashier_lists .list_sum{float: right;width:200px;text-align: center;margin-top: 20px;}

.site_lists.invoice .list_sit{width: 1000px;}
.site_lists.invoice .list_edit{width: 160px;}
.site_lists.invoice .list_edit a{    margin: 0px 10px;}


.cashier-goods{background: #fff;margin-top: 20px;padding: 0px 20px;}
.cashier-goods .smt{height: 40px;width: 100%;line-height: 40px;}
.cashier-goods .smt h3{font-size: 18px;color: #333;}
.cashier-goods .smt .add-site{color:#61ab11;float: right;}
.cashier-goods .smc{width: 100%;}
.cashier-goods .smc .cashier_lists:last-child{border-bottom: 0px;}


.place-order-btn{display: block;width: 130px; height: 60px; color: #fff;    background: #f40;cursor: pointer;font-size:18px;
    letter-spacing:0px;text-decoration: none;line-height: 60px;text-align: center;}

.my_model.site{width: 660px;padding: 10px 0px;margin-left: -330px; height: 430px;margin-top: -215px;}
.my_model.site .title .closeModel{top: 0px;}


.my_model.invoice{width: 660px;padding: 10px 0px;margin-left: -330px; height: 400px;margin-top: -200px;}
.my_model.invoice .title .closeModel{top: 0px;}


.model_site_fix{width: 100%;}
.model_site_fix dl{width:600px;padding-left:60px;float: left;height: 40px;margin-top: 20px;position: relative;}
.model_site_fix dl dt{position: absolute;left: 20px;top:0px;line-height: 40px;color: #333;}
.model_site_fix dl dd{width:100%;}
.model_site_fix dl.last{margin-top: 15px;}

.cashier-input{height:38px;padding: 0px 10px;width: 198px;border:1px #ccc solid;}
.cashier-input.long{width: 418px;}

.invoice_head{background: #ebf5e0;padding: 10px;margin:0px 20px;display: inline-block;line-height: 24px;color: #333;}

.my_model.invoice .model_site_fix dl{width:570px;padding-left:90px;}


.form-inline .form-group{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 10px;
}
.form-control {
    display: block; 
    width: auto;
    height:40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.lh40{line-height: 40px;}
.fp_radio{background:url(../images/base-ico20180205.png) no-repeat -0px  -550px; width: 12px;height: 12px;display: inline-block;}

.cashier-succett{height: 435px;background: #fff;margin-top: 20px;    }
.cashier-succett .succett{height:250px;width: 100%;position: relative;color: #61ab11;}
.cashier-succett .succett .ico_a{position: absolute;left:470px;top:105px;width: 50px;height: 50px;background: url(../images/base-ico20180205.png) no-repeat -56px -498px;}
.cashier-succett .succett .title{position: absolute;left:540px;top:100px; height: 40px;font-size:24px;line-height: 40px;}
.cashier-succett .succett .small{position: absolute;left:540px;top:135px;font-size:18px;}


.cart-box .zwsp{width:100%;text-align: center;padding: 30px 0px;color:#999;}