@CHARSET "UTF-8";
/*默认样式*/


/**下拉**/
.topmenu{
	width:100%;display: none; border-bottom: 1px solid #e4e4e4;}

.selectlist{
	width:33%;
	height:auto;
	box-sizing: border-box;
}
.select_textdiv p{font-size: 14px;
    color: #333;line-height:30px}
.select_textdiv{
height: 30px;
    width: 100%;
    line-height: 30px;
background: url(/style/image/location-grey.png) no-repeat 10px 3px;
    padding:0 15px;
    position: relative;
        padding-left: 30%;
}

.select_textul{
	width:100%;
	line-height: 2.5rem;
	box-sizing: border-box;
	display: none;
	width: 980px;
    max-height: 20rem;
    overflow-y: scroll;
}
.select_first_ul{
	width: 100%;
    background: #fff;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    z-index: 9999;
    height: 300px;
}
.select_first_ul>li{
	padding: 0 1rem;
	box-sizing: border-box;
}
.select_first_ul>li>p{
    width: 24%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 2.5rem;
}
.focus>p{
	    border-bottom: 1px #2086ee solid !important;
    color: #2086ee;
}
.select_second_ul{
	width: 70%;
    position: absolute;
    left: 30%;
    top: 0;
    background: #fff;
    display: none;
    box-sizing: border-box;
    padding-left: 0.5rem;
    height: 100%;
    /*z-index: 1;*/
}

.down{
	position: absolute;
    top: 0;
    right: 5%;;
    display: inline-block;
    width:1rem;

}
.down img{
	width: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;
	font-size: 12px;
	float: left;
}







