<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
	width: 100%;
	background: rgb(40 47 64);
	/*background: white;*/
	display: flex;
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	/*z-index: 1001;*/
}

.header {
	width: 100%;
	box-sizing: border-box;
	/*padding: 40px 0;*/
		padding: 20px 0;
	display: inline-block;
}

.logo {
	height: 50px;
	display: block;
	float: left;
}

.heade {
	float: right;
	position: relative;
}

.heade1 {
	height: 50px;
	display: inline-block;
	vertical-align: middle;
}

.heade1 li {
	float: left;
	margin-right: 80px;
}

.heade1 li:last-child {
	margin-right: 0;
}

.heade1 a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: white;
	/*color: #333333;*/
}

.heade2 {
	width: 18px;
	margin-left: 55px;
	display: inline-block;
	vertical-align: middle;
}

.heade3 {
	width: 40px;
	height: 50px;
	margin-left: 50px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.heade3_1 {
    width: 8px;
    margin-top: 12.5px;
    	display: inline-block;
	vertical-align: middle;
	/*border: none;*/
	/*outline: none;*/
	/*height: 100%;*/
	/*font-size: 12px;*/
	/*color: rgba(51, 51, 51, 0);*/
	/*background: none;*/
	/*width: 100%;*/
	/*appearance: none;*/
	/*-moz-appearance: none;*/
	/*-webkit-appearance: none;*/
	/*background-image: url(../img/img2.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: center right;*/
	/*padding-right: 10px;*/
	/*background-size: 8px;*/
	/*position: relative;*/
	/*z-index: 1;*/
}

.heade3_1 option {
	color: #333333;
}

.heade3_2 {
	height: 25px;
	margin-top: 12.5px;
	display: inline-block;
	vertical-align: middle;
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 50%;*/
	/*transform: translate(0, -50%);*/
	/*z-index: 0;*/
}
.heade3_3{
    width: 100px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 5px #333333;
    display: none;
    position: absolute;
    left: 50%;
    top: 50px;
    transform:translateX(-50%);
    z-index: 1001;
}
.heade33{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 12px;
color: #333333;
	display: block;
}
.seachs {
	/* border: 1px solid #dfdede; */
	width: 300px;
	height: 40px;
	box-sizing: border-box;
	background: white;
	box-shadow: 0 0 5px #333333;
	border-radius: 40px;
	padding: 0 20px;
	display: none;
	position: absolute;
	right: 95px;
	top: 50px;
	z-index: 1001;
}

.seachs input {
	border: none;
	outline: none;
	width: 85%;
	height: 100%;
	/* background: red; */
	padding: 0;
	font-size: 16px;
	color: #333333;
	float: left;
}

.seachs button {
	border: none;
	outline: none;
	width: 15%;
	height: 100%;
	float: left;
	padding: 0;
	background-color: white;
	background-image: url(../img/img1-s.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
}
</pre></body></html>