@CHARSET "UTF-8";

/**下拉**/
.topmenu{
	width:100%;
	display:block;
	overflow:hidden;
}
.topmenu dt{
	width:50%;
	float:left;
}
.selectlist{
	width:100%;
	height:auto;
	box-sizing: border-box;
}
.select_textdiv1 {
	color:#f00;
}
.select_textdiv,.select_textdiv1{
	height:.9rem;
	width:100%;
	line-height:.9rem;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	position:relative;
	font-size:.28rem;
}
.select_textul{
	width:100%;
	line-height:.5rem;
	box-sizing: border-box;
	display: none;
	width:980px;
    max-height: 20rem;
    /*overflow-y: scroll;*/
}
.select_first_ul{
	width: 100%;
    background: #f5f5f5;
    /*position: absolute;*/
    box-sizing: border-box;
    left: 0;
	position:fixed;
	z-index:6;
	height:100%;
}
.select_first_ul>li{
	padding: 0 .2rem;
	box-sizing: border-box;
	line-height:.9rem;
	font-size:.28rem;
	
}
.select_first_ul>li>p{
	width:50%;
    /*padding: 0 1rem;*/
    box-sizing: border-box;
    border-bottom:1px #fff solid;
}
.focus>p{
	border-bottom:1px #fff solid !important;
	color:#e6281c;
}
.select_second_ul{
	width: 50%;
    position: absolute;
    right: 0px;
    top: 0;
    background: #fff;
    display: none;
    box-sizing: border-box;
    /*z-index: 1;*/
}

.divfocus::after{
	position: absolute;
	bottom:0;
	left:46%;
	border-bottom:0.2rem solid #e6281c;
	border-left:0.2rem solid transparent;
	border-right:0.2rem solid transparent;
	content: "";
}
.focusli{
	background: #e6281c;
	color: #FFFFFF;
}
.select_second_ul>li{
	padding: 0 .2rem;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}







<!--0.00024914741516113-->