/*提示弹出框开始*/
.pop_floor{ position:absolute;z-index:100000; left:0; top:0; width:100%; height:100%; vertical-align:middle;}
.pop_title{height:50px;}
.pop_title img{height:38px;width:38px;padding:6px;float: right;}
.pop_floor .pop_box{ position:fixed; width:85%; background:#fff;  border-radius:5px; z-index:11;}
.pop_floor .pop_box .pop_info{color: #333333;font-size: 30px;text-align: center;margin-top: 10px;margin-bottom: 40px;padding: 0px;/* height: 48px; */}
.pop_floor .pop_box .pop_info2{color: #333333;font-size: 30px;text-align: center;margin-bottom: 18px;padding: 0px;height: 28px;line-height: 28px;}
.pop_floor .pop_box .pop_info3{color: #333333;font-size: 30px;text-align: center;margin-top: 10px;margin-bottom: 45px;padding: 0px;height: 48px;}
.pop_box .do_btn { overflow:hidden; border-radius: 0px 0px 5px 5px;}
.pop_box .do_btn a{background-color: #84b725;color:#ffffff; font-size:30px; text-align:center; display:inline-block; width:50%; border-top:solid 1px #dddddd; float:left; box-sizing:border-box; height:90px; line-height:90px;}
.pop_box .do_btn .cancel{border-right:solid 1px #dddddd;background-color: #eeeeee;color: #333333;}
.pop_floor .cover_floor{ width:100%; height:100%; position:fixed; background:rgba(0,0,0,.5); z-index:10;}
.pop_floor_1{position:absolute; left:0; top:0; width:100%; height:100%; vertical-align:middle;}
.pop_floor_1 .pop_wrap{ position:fixed; z-index:99999999; background:url(/resources/b2c/img/tanchuanjuxing@2x.png) fixed; width:360px;padding:0 0;}
.pop_floor_1 .pop_wrap p{ color:#fff; text-align:center; font-size: 24px;line-height: 30px;width:486px;margin: 0 auto;padding:15px 0;}
.pop_floor_1 .cover_floor{ width:100%; height:100%; position:fixed; background:rgba(0,0,0,.02);opacity: 0.618;background-color: #000;z-index:9999999;}
.pop_loading{position:absolute; z-index:15; width:54%; border-radius:10px; left:23%; top:40%; background:rgba(0,0,0,.8);}
.pop_loading .img{ width:170px; height:90px; background:url(../../style/system/front/default/images/loading.gif) no-repeat center center; margin:0 auto;}
.pop_title_text{color: #84b725;font-size: 48px;text-align: center;}
.pop_title_text1 {color: #84b725;font-size: 40px;text-align: center;}
.pop_title_text1 span {color: #84b725;font-size:44px;}
.pop_title_text2 {color: #84b725;font-size: 28px;text-align: center;margin-top:8px;padding: 0px 10px;}
.pop_title_img {width: 182px;/* height: 182px; */}
/*提示弹出框结束*/
/*多选框*/
.chk_1,
.chk_radio { 
    display: none; 
} 
 
.chk_1 + label { 
	background-image: url(../img/cart_select.png);
	background-position: right -42px;
	background-repeat: no-repeat;
    display: inline-block; 
    position: relative; 
    width: 100%;
    height: 42px;
    color: #333333;
    font-size: 32px;
} 
 
.chk_1:checked + label { 
    background-position: right 0;
} 

/*单选*/
.chk_radio + label { 
	background-image: url(../img/icon_05.png);
	background-position: right 0px;
	background-repeat: no-repeat;
    display: inline-block; 
    position: relative; 
    width: 100%;
    height: 38px;
    color: #333333;
    font-size: 32px;
}

.chk_radio:checked + label { 
    background-position: right -38px;
} 

.pop_info .pop_radio {
	text-align: left;
	padding: 0px 20px;
}

.pop_info .pop_radio li {
	padding: 30px 0px;
	border-bottom: 1px solid #E5E5E5;
}

.pop_info .pop_radio li:last-of-type {
	border-bottom: none;
}
