@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 {
	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%;position:relative;z-index:5;background:#fff;
}
.topmenu dt{
	width:33.3%;
	float:right;
}
.selectlist{
	width:100%;
	height:auto;
	box-sizing: border-box;
}
.select_textdiv{
	height:3rem;
	width:100%;
	line-height: 3rem;
	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: 4rem;
	box-sizing: border-box;
	display: none;
    height: 100%;
    height:1920px;
    overflow-y: scroll;
    
}
.select_first_ul{
	width: 100%;
    background: #fff;
    position: absolute;
    box-sizing: border-box;
    left: 0;
   z-index:1;
   top:38px;
}
.select_first_ul>li{
	/*padding: 0 0.5rem;*/
	box-sizing: border-box;
	position:relative;
}
.select_first_ul>li>p,.select_first_ul>li>a>p{
	width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
    border-bottom:1px #eaeaea solid;color:#4c4c4c;position:relative;
}
.select_first_ul>li>a>p{border-bottom:none;}
.select_first_ul>li>p span,.select_first_ul>li>a>p span{
	position:absolute;top:50%;margin-top:-8px;right:50%;display:block;
}
.focus>p{
	/*border-bottom:1px #FF9800 solid !important;*/
	color:#FF9800;
	background:#f1f1f1;
}
.focus>p span{
	/*border-bottom:1px #FF9800 solid !important;*/
	display:none;
}
.select_second_ul{
	width: 50%;
    position: absolute;
    right: 0px;
    /*top: 0;*/
    top: -49px;
    background: #fff;
    display: none;
    box-sizing: border-box;
    padding-left: 0.5rem;
    z-index: 1;
}
.select_second_ul li{border-bottom:1px solid rgb(241,241,241);}

.down{
	position: absolute;
    top: 0;
    right: 0.5rem;
    display: inline-block;
  
   width:3rem;
    height:100%;
    z-index:99999;
}
.down img{
	width:30px;
	/*margin-top: 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;
}
.zz{position:absolute;width:100%;height:100%;height:1920px;background:rgba(0,0,0,0.7);overflow:hidden;top:38px;left:0;box-sizing: border-box;z-index:0;}







