
.clear{ clear:both;font-size: 0;line-height: 0;height: 0;}

/**下拉**/
.select-bar {
    background-color: #fff;
    position: fixed;
    top: 50px;
    z-index: 1000;
    width: 100%;
    font-size: 15px;
    color: #666666;
}

.topmenu{
	width:100%;
    z-index: 5000;
}
.topmenu dt{
	width:33.3%;
	float:left;
}
.selectlist{
	width:100%;
	height:auto;
	box-sizing: border-box;
}
.select_textdiv{
	height:45px;
	width:100%;
	line-height: 45px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
	position:relative;
	border-left:2px solid -webkit-linear-gradient(red, blue);
}
.select_textdiv .s_text{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 1rem;
}
.select_textul{
	width:100%;
	line-height: 45px;
	box-sizing: border-box;
	display: none;
    position: absolute;
    left: 0;
    background-color:#fff;
}
.select_first_ul_box{
    width: 50%;
    float: left;
}
.select_second_ul_box{
    width: 50%;
    float: right;

}
.select_first_ul{
	/*width: 50%;*/
    box-sizing: border-box;
    border-right:1px solid #e8e8e8;
    max-height: 450px;
    overflow-y: auto;
}
.select_first_ul>li{
	padding: 0 0.5rem;
	box-sizing: border-box;
}
.select_first_ul>li>p{
	width: 100%;
    padding: 0 1rem;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    cursor: pointer;
}
.focus>p{
	border-bottom:1px #FF9800 solid !important;
	color:#FF9800;
}
.select_second_ul{
    background: #fff;
    display: none;
    box-sizing: border-box;
    padding-left: 0.5rem;
    max-height: 450px;
    overflow-y: auto;
}

.down{
	position: absolute;
    top: 0;
    right: 0.2rem;
    display: inline-block;
    width:1rem;
    height:100%;
}
.down img{
	width:12px;
	margin-top: 17px;
}
.divfocus::after{
	position: absolute;
	bottom:0;
	left:46%;
	border-bottom:5px solid #FF9800;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	content: "";
}
.focusli{
	color: #FF9800;
}
.select_second_ul>li{
	padding: 0 0.5rem;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.select_second_ul>li>p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*时间*/
.time_box {
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 20px;
    text-align: center;
    z-index: 3000;
}

.time_box input{
    width: 40%;
    display: inline-block;
    height: 30px;
    padding-left: 10px;
    box-sizing: border-box;
}

.weui-picker-container, .weui-picker-overlay {
    z-index: 10000;
}

.c_s_btn{
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
    border-radius: 2px;
}







