@CHARSET "utf-8";
/*默认样式*/
/*html {
	font-size: 4vw;
	height:100vh;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
}
*:not(input, textarea) {
	-webkit-
	-callout: inherit;
	-webkit-user-select: auto;
}
body {
	font-family: "Arial", "微软雅黑", "宋体";
	font-size: 1rem;
	color: #333;
	-webkit-
	-callout: inherit;
	-webkit-user-select: auto;
	margin: auto;
	height:100vh;
}*/
/*a {
	color: #54d09e;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
	text-decoration: none;
}*/
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: none;
}
textarea, input {
	resize: none;
	outline: none;
}
textarea {
	resize: none;
	-webkit-appearance: none;
}
ul, ol, li {
	list-style: none;
}
em {
	font-style: normal;
}
input[type=button] {
	-webkit-appearance: none;
	outline: none
}


h1,h2,h3,h4,h5,h6{ font-weight:normal;}
b{ font-weight:normal;}
.clear{ clear:both;font-size: 0;line-height: 0;height: 0;}

/**下拉**/
.topmenu{
	width:100%;
/*	background: #fff;*/
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.topmenu dt{
	width:30%;
	max-width: 226px;
	margin-right: 15px;
	cursor: pointer;
}
.topmenu dt:last-child{
	margin-right: 0;
}
.selectlist{
	width:100%;
	height:auto;
	box-sizing: border-box;
	position: relative;
}
.select_textdiv{
	font-size: 14px;
	color: #3c4348;
	width: 100%;
	height: 100%;
	height: 50px;
	border:1px solid #cdcfd0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 13px;
	
}
p.s_text{
    font-size: 14px;
}
.select_textdiv span.down{
	display: block;
	width: 17px;
	height: 11px;
	background:url(../images/down2.png) no-repeat center;
}
.select_textdiv.divfocus p{
	color: #7fba26;
	font-size: 14px;
}
.select_textdiv.divfocus span.down{
	background:url(../images/down2_h.png) no-repeat center;	
}
.select_textul{
    position: absolute;
    left: 0;
    z-index: 99999;
/*    top:;*/
	max-width:100%;
	box-sizing: border-box;

   	display: none;
	padding:15px 15px;
	background:#fff;
/*	line-height: 3rem;*/
/*  background: #fff;*/
}
.select_first_ul{
	width: 100%;
    max-height: 165px;
    overflow-y: auto;
    box-sizing: border-box;
}
.select_first_ul::-webkit-scrollbar {
	/*滚动条整体样式*/
    width: 8px;     
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 35px;
}
.select_first_ul::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
/*    border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #c9caca;
}
.select_first_ul::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
/*    border-radius: 10px;*/
    background: #fff;

}
.select_first_ul>li{
	padding: 0 0.5rem;
	box-sizing: border-box;
    background: #fff;
}
.select_first_ul>li>p{
	width: 50%;
/*    padding: 0 1rem;*/
    box-sizing: border-box;
/*    border-bottom:1px #b1b1b1 solid;
	line-height: 40px;*/
	cursor: pointer;
	font-size: 14px;
	color: #808080;
}
.select_first_ul>li>p:hover{
	color: #7fbe26;
}
.focus>p{
/*	border-bottom:1px #b81a23 solid !important;*/
	color:#7fbe26;
}
.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;*/
}
.focusli{
	background: #ffc107;
	color: #FFFFFF;
}
.select_second_ul>li{
	padding: 0 0.5rem;
	box-sizing: border-box;
	border-bottom: 1px solid #eaeaea;
}

@media(max-width: 1259px){
    .topmenu{
        margin-bottom: 40px;
    }
    .date_select .select_textdiv{
        font-size:16px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .topmenu{
        margin-bottom: 30px;
    }
    .topmenu dt{
    	width: 40%;
    	/*margin-right: 2%;*/
    }
    .date_select .select_textdiv{
        font-size:15px;
    }
}
@media(max-width: 640px){
    .topmenu{
        margin-bottom: 20px;
    }
    .date_select .select_textdiv{
        font-size:14px;
    }
    .select_textdiv{
        font-size:12px;
        padding:0 10px;
        height:40px;
    }
}


