/*首页多选框样式*/
.new_bobo_main{
	height: 0;
	display:none;
	position: absolute;
	top:0;
	z-index:1200;
	text-align: center;
	color: #ccc;
	font-size: 0.9rem;
}
.lzy_yuSuan{
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	top:1.28rem;
	font-size:0.2rem;
}
.lzy_yuSuan_list{
	/*width: 1170px;*/
	width: 88%;
	margin: 0.2rem auto 0;
	overflow: hidden;
}
.lzy_yuSuan_list li{
	float: left;
	padding: 0 0.45rem;
	border-right: 3px double #ccc;
	font-size: 0.16rem;
}
.lzy_yuSuan_list li:hover{
	cursor: pointer;
	color:#fff;
}
.lzy_yuSuan_list li:last-child{
	border-right: none;
}
.lzy_yuSuan_list_btn li{
	background: rgb(45, 57, 82);
	border:none;
	padding: 0.1rem 0.1rem;
	margin: 0 0.1rem;
}
.lzy_yuSuan_list_btn_hover{
	color:  rgb(45, 57, 82)!important;
	background:  rgb(255, 255, 255)!important;
}
@media (max-width: 1200px) {
	.lzy_yuSuan_list li{
		padding: 0 0.1rem;
	}
	

}
/*移动端私人订制*/
#mob_dz{
	width: 5.8rem;
	height: 0.65rem;
	border: solid 1px rgba(255, 255, 255,.7);
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}
#mob_dz div{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	height: 100%;
	overflow: hidden;
}
#mob_dz span{
	float: left;
	width: 30px;
	height: 100%;
}
#mob_dz h6{
	float: left;
	width: 40px;
	line-height: 0.65rem;
	height: 100%;
	font-size: 0.24rem;
	color: rgba(255, 255, 255,.6);
}

#mob_dz_list{
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9999999999;
}
#mob_dz_list .h{
	width: 100%;
	height: 0.8rem;
	background: #fff;	
	color: rgb(66, 73, 78);
	/*font-family: fzqk, hwst!important;*/
	font-size: 0.28rem;
	line-height: 0.8rem;
	letter-spacing: 2px;
	text-align: center;
}
#mob_dz_list .h i{
	position: absolute;
	top: 0;
	left: 0;
	width: 1.2rem;
	height: 0.8rem;
	display: block;
	text-align: right;
	background: url(../images/exit.png) no-repeat 0.2rem 50% / 0.23rem auto;
}
#mob_dz_list .h p{
	width: 100%;
	/*font-family: fzqk, hwst!important;*/
	text-align: center;
}


.mob_list_screen{
	/*width: 6.7rem;*/
	width: 95%;
	height: 0.78rem;
	border: solid 1px rgba(62, 80, 93,0.7);
	margin: 0.1rem auto;
	overflow: hidden; 
}
.mob_list_screen p,.mob_list_screen div,.mob_list_screen i{
	float: left;
	line-height: 0.8rem;
}
.mob_list_screen p{
	text-align: left;
	width: 1.55rem;
	font-size: 0.3rem;
	margin-left: 0.3rem;
}
.mob_list_screen div{
	width: 1.67rem;
	text-align: center;
	margin-left: 2.1rem;
}
.mob_list_screen i{
	display: inline-block;
	width: 10px;
	height: 11px;
	height: 100%;
	background: url(../images/lzy_bottom_icon_w.png) no-repeat 0 50% / 100% auto;
}

.mob_list_screen2 div{
	width: 2.3rem;
	margin-left:  1.45rem;
}

.mob_list_btn{
	width: 95%;
	margin: 0.5rem auto 0;
}
.mob_list_btn .list_true,.mob_list_btn .list_false{
	width: 45%;
	height: 0.7rem;
	border: solid 1px rgb(66, 73, 78);
	float: left;
	line-height: 0.7rem;
	text-align: center;
	letter-spacing: 2px;
	font-size: 0.28rem
}
.mob_list_btn .list_true{
	float: right;
	border: solid 1px rgb(163, 116, 55);
	background-color: rgb(163, 116, 55);
	color: #fff;

}