@CHARSET "UTF-8";

.clear{ clear:both;font-size: 0;line-height: 0;height: 0;}

/**下拉**/
.topmenu{
	width:100%;
	position: relative;
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 0.40rem;
	z-index: 10000000;
}
.topmenu dt{
	width:25%;
	float:left;
}
.selectlist{
	width:100%;
	height:auto;
	box-sizing: border-box;
}
.select_textdiv{
	height:1.25rem;
	width:100%;
	line-height: 1.25rem;
	text-align: center;
	border-bottom: 2px solid #b3b3b3;
	position:relative;
	border-left:2px solid -webkit-linear-gradient(red, blue);
}
.select_textul{
	width:100%;
	line-height: 1.25rem;
	box-sizing: border-box;
	display: none;
	width: 980px;
    max-height: 20rem;
    overflow-y: scroll;
}
.select_first_ul{
	width: 100%;
    background: #eaeaea;
    position: absolute;
    box-sizing: border-box;
    left: 0;
}
.select_first_ul>li{
	padding: 0 0.5rem;

	box-sizing: border-box;

	text-align: center;
}
.select_cid>li{
	width: 50%;
	float: left;
}
.select_first_ul>li>p{
	width: 50%;
    padding: 0 1rem;
	text-align: center;
    box-sizing: border-box;
    border-bottom:1px #b1b1b1 solid;
}
.focus>p{
	border-bottom:1px #FF9800 solid !important;
	color:#FF9800;
}
.select_second_ul{
	width: 50%;
    position: absolute;
    right: 0px;
    top: 0;
    background: #fff;
    display: none;
    box-sizing: border-box;
    padding-left: 0.5rem;
    /*z-index: 1;*/
}

.down{
	position: absolute;
	top: 0;
	right: 0.1rem;
	display: inline-block;
	width: 0.4rem;
	height: 100%;
}
.down img{
	width:0.4rem;
	margin-top: 0.1rem;
}
.divfocus::after{
	position: absolute;
	bottom:0;
	left:46%;

	border-bottom:0.5rem solid #FF9800;
	border-left:0.5rem solid transparent;
	border-right:0.5rem solid transparent;
	content: "";
}
.focusli{
	background: #ffc107;
	color: #FFFFFF;
}
.select_second_ul>li{
	padding: 0 0.5rem;
	box-sizing: border-box;
	border-bottom: 1px solid #eaeaea;
}







