
    .clearfix:after {
        content: " ";
        display: block;
        clear: both;
        visibility: hidden;
    }

input[type="checkbox"]{
    display: none;
}
label{
    position: relative;
    display: inline-block;
    z-index: 1;
    border: 1px solid #b8b8b8;
    margin-left: 10px;
    border-radius: 1px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
label.mark{
    background: url("../images/mark1.png") no-repeat -1px -1px;
}
/*
a:hover{
    color: #ff873e;
    text-decoration: underline;
}*/



.cartMain{
    position: relative;
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0px 100px;
    min-height: 210px;
    font-weight: bold;
    font-size: 16px;
}
/*购物车头部*/
.cartMain_hd{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #3c3c3c;
    background-color: #E7F4FC;
        border: 1px solid #e7e7e7;
}
.cartMain_hd .cartTop{
    height: 50px;
    line-height: 50px;
}
.cartMain_hd .cartTop .list_chk{
    width: 80px;
    text-indent: 30px;
}
.cartMain_hd .cartTop .list_con{
    width: 60px;
    line-height: 50px;
}
.cartMain_hd .cartTop .list_chk label{
    position: absolute;
    left: 10px;
    top:19px;
    margin: 0;
}
.cartMain_hd .cartTop .list_info{
    padding: 0;
    text-indent: 15px;
}
/*.cartMain_hd .cartTop .list_con{
    text-indent: 60px;
}*/


.cartBox{
    width: 100%;
    margin-bottom: 15px;
}
.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{
    border: 1px solid #ccc;
}
.cartBox .order_content a{
    display: block;
}
.order_lists{
    width: 100%;
    height: 70px;
   line-height: 70px;
    border-bottom: 1px solid #e7e7e7;
}
.order_lists:last-child{
    border-bottom: none;
}
.order_lists li{
    float: left;
    height: 100%;
    text-align: center;
}

.order_lists .list_chk{
    position: relative;
    width: 50px;
}
.order_lists .list_chk input[type="checkbox"]{
    position: absolute;
    z-index: 0;
    left: -20px;
    top: -20px;
}
.order_lists .list_chk label{
    margin:20px 0 0 -13px;
}

.order_lists .list_con{
    width:85%;
    line-height: 70px;
}
.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 40px;*/
    line-height: 70px;
    width: 115px;
    float: left;
    display: inline-block;
}
.order_lists .list_con .list_text2{
   margin-left: 30px;
    line-height: 70px;
    width: 110px;
    float: left;
    display: inline-block;
}
.order_lists .list_con .pp {
	color: #0000FF;
}
.order_lists .list_con .wpp {
	color: red;
}
.order_lists .list_con .more a{
	border:  2px solid #CFCFCF;
	display: inline-block;
	line-height: 30px;
	padding:  1px 20px;
	
}
.order_lists .list_con .more a:hover{
	
	border:  3px solid #ff873e;
	text-decoration: none;
}
.order_lists .list_con .list_text a{
    color: #3c3c3c;
    white-space:nowrap;

overflow:hidden;

text-overflow:ellipsis;
}
.order_lists .list_con .list_text a:hover{
    color: #ff873e;
    text-decoration: underline;
}

.order_lists .list_info{
    width: 140px;
    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: 120px;
}
.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: 100px;
}
.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: 130px;
}
.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{
    width: 120px;
}
.order_lists .list_op .del{
    margin-top: 20px;
    line-height: 18px;
}

/*底部总计算价*/
.bar-wrapper{
    width: 1200px;
    height: 50px;
    position: fixed;
    bottom: -1px;
    z-index: 99;
    background: #e5e5e5;
}
.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-right .totalMoney{
    float: left;
    min-width: 100px;
    height: 50px;
    line-height: 50px;
}
.bar-wrapper .bar-right .totalMoney .total_text{
    float: right;
    font-weight: 400;
    font-size: 20px;
    font-family: Arial;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 15px;
}
.bar-wrapper .bar-right .calBtn{
    float: left;
}
.bar-wrapper .bar-right .calBtn a{
    display: block;
    width: 120px;
    height: 50px;
    color: #fff;
    background: #B0B0B0;
    cursor: not-allowed;
    font-size: 22px;
    letter-spacing: 5px;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
}
.bar-wrapper .bar-right .calBtn a.btn_sty{
    background: #f40;
    cursor: pointer;
}

/*自己定义的模态框*/
.model_bg{
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    z-index: 999;
    display: none;
    height: 1200px;
}
.my_model{
    position: fixed;
    display: none;
    top:50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -200px;
    z-index: 9999;
    width: 360px;
    height: 120px;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    padding: 20px;
    background: #fff;
}
.my_model .title{
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 20px;
}
.my_model .title .closeModel{
    float: right;
    cursor: pointer;
}
.my_model p{
    line-height:16px;
}
.my_model .opBtn{
    margin-top: 20px;
}
.my_model .opBtn a{
    width: 58px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
}
.my_model .dialog-sure{
    background: #52a0e5;
    color: #fff;
    border: 1px solid #52a0e5;
}

.my_model .dialog-close{
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #3c3c3c;
}
.gyslist{
	width: 100%;
	background-color: #FFF;
	
}
.gyslist ul li{	
	width: 96%;
	margin: 0 auto;
	height: 120px;
	border-bottom: 1px solid #BEBEBE;
	position: relative;

}
.gyslist .top{
	display: flex;
	font-weight: bold;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	
}
.gyslist .top>div{
	width: 33%;
	text-align: center;
	
}
.gyslist .bott{
	
	display: flex;
	color: #BEBEBE;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	
}
.gyslist .bott>div{
	width: 33%;
	text-align: center;
	
}
.gyslist .top .right{
	
	text-align: right;
}
.gyslist .top .left{
	text-align: left;
	
}
.gyslist .bott .right{
	
	text-align: right;
}
.gyslist .bott .left{
	text-align: left;
	
}
.red{
	color: #F51B1A;
}
.blue{
	color: #1A81D2;
}



.centop{
	width: 1200px;
	 margin: 0 auto;
	height: 250px;	
	background-color: #F2F9FF;
	display: flex;
	
	
}

.centop .center{
	text-align: center;
	width: 33%;
	height: 150px;
	line-height: 75px;
	margin-top: 35px;
font-weight: bold;	
}

.centop .center .top{
	font-size:16px;
	
}
.centop .center span{
	margin-left: 30px;
}
.centop .center .bott{
	line-height: 35px;
	color: #BEBEBE;
}
.top .lx{
	display: inline-block;
	background-color: #0092FF;
	color: #fff;
	padding: 5px 35px;
	line-height: 30px;
	border-radius: 5px;
}
.ld{
	
	min-height: 150px;
	border-top: 3px solid #ECECEC;
	margin-top: 50px;
	
}
.zltit{
	display: inline-block;
	background-color: #fff;
	padding: 2px 20px;
	position: relative;
	top: -20px;
	z-index: 9;
	font-size: 18px;
	font-weight: bold;
}
.zlcen{
margin-top: 25px;
}
.zlcen span{
	color: #1398F5;
	font-weight: bold;
	background-color: #F2F9FF;
	display: inline-block;
	padding: 2px 5px;
	margin-left: 50px;
}
.zlcen p{
	width: 95%;
	margin: 0 auto;
}
.qzcen{
	display: flex;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 10px; 
	height: 60px;
	line-height: 50px;
	width: 96%;
	margin: 0 auto;
}
.qzcen > div{
	width: 25%;
	text-align: left;
	font-weight: bold;
	font-size: 17px;
}
