<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.WapNav {}

.header {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;

}

.logo a {
	display: block;
	height: 100%;
}

.logo {
	height: 80%;
	display: block;
}

.logo img {
	height: 100%;
}

.navBtn {
	width: 40px;
	height: 50px;
	cursor: pointer;
	position: relative;
}

.navBtnBox {
	width: 30px;
	height: 50px;
	float: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.span_0 {
	width: 24px;
	background: #444;
	height: 3px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	display: block;
	/* margin-bottom: 7px; */
	position: absolute;
	top: 50%;
	transform-origin: 50% 50%;
}

.span_0:last-child {
	margin-bottom: 0;
}

.span_1 {
	transform: translate(0, -8px);
}

.span_2 {}

.span_3 {
	transform: translate(0, 8px);
}

.navBtn.cur .span_1 {
	transform: rotate(-45deg) translate(0, -50%);
}

.navBtn.cur .span_2 {
	opacity: 0;
}

.navBtn.cur .span_3 {
	/* transform: rotate(45deg); */
	transform: rotate(45deg) translate(0, -50%);
}

.menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 999999999;
	overscroll-behavior: none;
	transition: visibility 0s ease, opacity .4s ease;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

.menu.cur {
	opacity: 1;
	visibility: visible;
}

.menu-cnt {
	width: 100%;
	height: 100%;
}

#menuClosed {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 25px;
	color: #262626;
	font-weight: bold;
}

.menu-list {
	height: 75%;
	overflow: auto;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	padding: 50px 20px 30px 20px;

}

.menu-item {
	border-bottom: #dfe0e1 1px solid;
	padding: 10px 0 10px 0;
	height: auto;
	display: block;
}

.menu-title {
	position: relative;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	cursor: pointer;
	font-weight: bold;
	display: block;
	line-height: 40px;
}

.dropdown_menu {
	display: none;
}

.nav-font {
	display: block;

	color: #263053;
	line-height: 34px;
	font-size: 14px;
	padding-left: 20px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.nav-font.cur {
	color: #0053b6;
}

.nav-font:last-child {
	border-bottom: none;
}


.menu-item.up .menu-title {
	background: url('../images/arrow_right_b.png') no-repeat right center;
	background-size: auto 20px;

}

.menu-item.active .menu-title {
	color: #0053b6;
	background: url(../images/arrow_right.png) no-repeat right center;
	background-size: auto 20px;
}

.headri {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.headri_down {
	font-size: 14px;
	color: #333;
	height: 35px;
	line-height: 35px;
}

.headri_down a {
	display: block;
	height: 100%;
	padding: 0 10px;

}</pre></body></html>