<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import "font-awesome.css"; */
.content {
	margin: 0px 50px;
}

.venus-menu {
	margin: 30px 0 10px 0;
}

.venus-menu {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	font-family: 'Open Sans', sans-serif;
	list-style: none;
}

.venus-menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 20px;
	position: relative;
}

.venus-menu&gt;li&gt;a {
	display: block;
	font-size: 16px;
	margin: 0px 16px;
	text-decoration: none;
	padding: 18px 0px 3px;
	color: rgba(255, 255, 255, 0.85);
	border-bottom: 2px solid transparent;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

.venus-menu&gt;li:hover&gt;a,
.venus-menu&gt;li.active&gt;a {
	font-weight: 550;
	color: #ffffff;
	border-bottom: 2px solid #df8425;
}

.venus-menu&gt;li&gt;a i {
	color: #bababa;
}

.venus-menu&gt;li:hover&gt;a i,
.venus-menu li.active a i {
	color: #fff;
}

.venus-menu ul,
.venus-menu ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	width: 160px;
}

.venus-menu ul {
	top: 40px;
	left: 50%;
	margin-left: -80px;
	padding-top: 24px;
}

.venus-menu&gt;li&gt;ul&gt;li:first-child a:before {
	content: '';
	position: absolute;
	bottom: 48px;
	left: 50%;
	margin-left: -5px;
	width: 1px;
	height: 22px;
	border-left: 1px solid white;
	font-size: 22px;
	color: white;
}

.venus-menu&gt;li&gt;ul&gt;li ul li:first-child a:before {
	content: '|';
	position: absolute;
	bottom: 16px;
	left: 45%;
	margin-left: -71px;
	width: 0;
	height: 0;
	border-top: 8px solid rgba(255, 255, 255, 0);
	border-right: 8px solid #018A00;
	border-bottom: 8px solid rgba(255, 255, 255, 0);
}

.venus-menu ul li ul {
	top: 0;
	left: 100%;
	padding-left: 10px;
}

.venus-menu ul li {
	clear: both;
	width: 100%;
	border: none;
}

.venus-menu ul li a {
	padding: 14px 17px;
	width: 100%;
	color: rgba(0, 0, 0, 0.75);
	;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	clear: both;
	background: rgba(255, 255, 255, 0.90);
	;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.venus-menu ul li:hover&gt;a {
	background-color: #1f4693;
	color: white;
	border: 0px;
	font-weight: normal;
}

.venus-menu&gt;li&gt;ul&gt;li:first-child:hover a:before {
	border-bottom-color: #1f4693;
}

.venus-menu&gt;li&gt;ul&gt;li ul li:first-child:hover a:before {
	border-right-color: #1f4693;
}

.venus-menu&gt;li .indicator {
	position: absolute;
	color: #bababa;
	top: 19px;
	right: 8px;
	font-size: 20px;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.venus-menu&gt;li:hover&gt;.indicator {
	color: #fff;
}

.venus-menu ul&gt;li .indicator {
	top: 14px;
	right: 8px;
	color: #fff;
}

.venus-menu i {
	line-height: 20px !important;
	margin-right: 6px;
	font-size: 20px;
	float: left;
}

.venus-menu&gt;li.showhide {
	display: none;
	width: 100%;
	height: 46px;
	cursor: pointer;
	color: #777;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.venus-menu&gt;li.showhide span.title {
	margin: 13px 0 0 20px;
	float: left;
}

.venus-menu&gt;li.showhide span.icon {
	margin: 16px 20px;
	float: right;
}

.venus-menu&gt;li.showhide .icon em {
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #ccc;
}

.venus-menu li.search {
	float: right;
}

.venus-menu li.search form {
	margin: 13px 20px 0 0;
}

.venus-menu li.search form input.search {
	height: 26px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	color: #777;
	outline: none;
	border: solid 1px #dedede;
	-o-transition: border .3s linear;
	-moz-transition: border .3s linear;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

.venus-menu li.search form input.search:focus {
	border-color: #018A00;
}

.zoom-out {
	-webkit-animation: zoomOut 600ms ease both;
	-moz-animation: zoomOut 600ms ease both;
	-o-animation: zoomOut 600ms ease both;
	animation: zoomOut 600ms ease both;
}

@-webkit-keyframes zoomOut {
	0% {
		-webkit-transform: scale(.6);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes zoomOut {
	0% {
		-moz-transform: scale(.6);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes zoomOut {
	0% {
		-o-transform: scale(.6);
	}

	100% {
		-o-transform: scale(1);
	}
}

@keyframes zoomOut {
	0% {
		transform: scale(.6);
	}

	100% {
		transform: scale(1);
	}
}</pre></body></html>