@CHARSET "UTF-8";
/*默认样式*/
html {
	font-size: 4vw;
	height:100vh;
}


/**下拉**/
.topmenu{
	width:100%;
	position: relative;
	z-index: 13;
}
.topmenu dt{
	width:25%;
	float:left;
}
.selectlist{
	width:100%;
	height:auto;
	box-sizing: border-box;
}
.select_textdiv{
	height:3rem;
	width:100%;
	line-height: 3rem;
	text-align: center;
	background: #efdfd0;
	border-bottom: 1px solid #eaeaea;
	position:relative;
}
.select_textdiv p{
	font-size: 13px;
	width: 78%;
	overflow: hidden;
}
.select_textul{

	width:100%;
	line-height: 3rem;
	box-sizing: border-box;
	display: none;
    max-height: 20rem;
    overflow-y: scroll;
	z-index: 22;
}
.select_first_ul{
	width: 100%;
    background: #ffffff;
    position: absolute;
    box-sizing: border-box;
    left: 0;
	/*height: 300px;*/
	height: auto;
	/*overflow-y: scroll;*/
	min-height: 300px;
}
.select_first_ul>li{
	box-sizing: border-box;
}
.select_first_ul>li>p{
	width: 40%;
    padding: 0 2rem;
    box-sizing: border-box;
    /*border-bottom:1px #b1b1b1 solid;*/
	background: #eaeaea;
}
.select_first_ul>.focus>p{
	/*border-bottom:1px #FF9800 solid !important;*/
	/*color:#FF9800;*/
	background: #ffffff ;
}
.selectlist2 .select_first_ul>li{
	padding-left:1rem;
}
.selectlist2 .select_first_ul>li>p{
	background: #ffffff;
	border-bottom:1px solid #e4e0e0;
}
.selectlist2 .select_first_ul>.focus>p{
	color: dodgerblue;
	border-bottom: 1px solid dodgerblue;
}
.select_second_ul{
	width: 60%;
	height: 300px;
	overflow-y: scroll;
    position: absolute;
    right: 0px;
    top: 0;
    background: #fff;
    display: none;
    box-sizing: border-box;

    /*z-index: 1;*/
}

.down{
	position: absolute;
    top: 0;
    right: 0.5rem;
    display: inline-block;
    width:1rem;
    height:100%;
}
.down img{
	width:1rem;
	margin-top: 1rem;
}
.divfocus::after{
	position: absolute;
	bottom:0;
	left:35%;
	border-bottom:0.5rem solid #FF9800;
	border-left:0.5rem solid transparent;
	border-right:0.5rem solid transparent;
	content: "";
}
.focusli{

	color: dodgerblue;
}
.select_second_ul>li{
	padding: 0 1rem;
	box-sizing: border-box;
	border-bottom: 1px solid #eaeaea;
}
.select_ul_sx li a{
	float: left;
	width: 30%;
	height: 35px;
	border:1px solid #e4e0e0;
	color: #666;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	margin-left:10px;
	margin-top: 20px;
}
.select_ul_sx li a.select_active{
	border-color: #a5c7e8;
	background: #e4ecf5;
}
.selectlist2 .select_ul_sx>li{
	padding-left: 0;
}
.select_ul_sx li .select_edit a{
	float: none;
	display: inline-block;
}







