<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
	box-sizing: border-box;
}

body {
	font-size: 14px;
	line-height: 1.5;
	color: #6F7479;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #fff;
}

.register-area {
	height: 150px;
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
	position: relative;
}

.register-area-bg {
	background: url(../images/register-v3.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 225px;
	z-index: 1;
}

.register-area-wrapper {
	position: relative;
	z-index: 2;
	max-width: 632px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.register-text {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	font-size: 28px;
	line-height: 40px;
	color: #fff;
}

.register-area .cui-btn {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	border-color: #f66f6a;
	background-color: #f66f6a;
	color: #fff;
	height: 48px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 18px;
	line-height: 46px;
	padding: 0 30px;
	border: solid 1px transparent;
	border-radius: 2px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	transition: .2s;
}

.register-area .cui-btn:hover {
	box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}


/* footer-service */

.footer-service {
	background: #393a41;
	color: #c3c5c6;
}

.footer-wrapper {
	position: relative;
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.footer-service-wrapper&gt;ul {
	overflow: hidden;
}

.footer-service-wrapper&gt;ul&gt;li {
	float: left;
	width: 16.6666%;
}

.footer-service-wrapper&gt;ul&gt;li&gt;a {
	display: block;
	position: relative;
	height: 100px;
	padding-left: 55px;
	padding-top: 28px;
}

.footer-service-wrapper&gt;ul&gt;li&gt;a&gt;i {
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-size: 100% 100%;
}

.footer-icon-support {
	background: url(../images/support.svg);
}

.footer-icon-unsub {
	background: url(../images/unsub.svg);
}

.footer-icon-record {
	background: url(../images/record.svg);
}

.footer-icon-pay {
	background: url(../images/pay.svg);
}

.footer-icon-feedback {
	background: url(../images/feedback.svg);
}

.footer-icon-vip {
	background: url(../images/vip.svg);
}

.footer-service-wrapper&gt;ul&gt;li&gt;a&gt;h2 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: normal;
}

.footer-service-wrapper&gt;ul&gt;li&gt;a&gt;p {
	font-size: 14px;
	line-height: 18px;
	color: #A0A2A8;
}


/* footer-nav */

#footer {
	color: rgba(255, 255, 255, .7);
	background: #3D3E49;
}

.footer-nav {
	padding-top: 30px;
	padding-bottom: 20px;
	background: #3D3E49;
	overflow: hidden;
}

.footer-nav-menus {
	float: left;
	width: 67.89830508474576%;
	padding-right: 30px;
}

.footer-nav-menus:after {
	content: "";
	display: table;
	clear: both;
}

.footer-nav-menus dl {
	float: left;
	width: 20%;
	padding-right: 10px;
	font-size: 14px;
}

.footer-nav-menus dl dt {
	margin-bottom: 10px;
	line-height: 18px;
	font-weight:bold;
	color: #fff;
}

.footer-nav-menus dl dd {
	font-size: 12px;
	line-height: 24px;
	height:24px;
	overflow:hidden; text-overflow:ellipsis;
}

.footer-nav-menus .split-line {
	max-width: 120px;
	border-top: solid 1px #666;
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: .5;
}

.footer-nav-submenus {
	float: left;
	width: 32.101694915254237%;
	border-left: solid 1px rgba(102, 102, 102, .5);
}

.footer-nav-submenus-inner {
	float: right;
	width: 90%;
}

.footer-nav-contact {
	height: auto;
}

.footer-nav-contact-phone {
	text-align: left;
}

.footer-nav-contact-phone&gt;h1 {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 6px;
	margin-top: 6px;
	clear:both;
}

.footer-nav-contact-phone&gt;p {
	clear:both;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}

.footer-nav-contact-phone ul {
	position: relative;
	font-size: 0;
}

.footer-nav-contact-phone ul&gt;li {
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	white-space: nowrap;
}

.footer-nav-contact-phone ul a {
	display: block;
	position: relative;
	z-index: 1;
	-webkit-transition: .2s;
	transition: .2s;
}

.footer-nav-contact-phone ul&gt;li:nth-child(2n + 1) {
	width: 100px;
}


/*浮动出现email*/

.foot-email {
	position: absolute;
	top: 24px;
	left: 0;
	display: none;
	margin-top: 5px;
	padding-left: 5px;
	width: 195px;
	height: 30px;
	border: 1px #fff solid;
	border-radius: 3px;
	background: #fff;
	color: #333;
	line-height: 30px;
	font-size: 12px
}

.foot-email p:before {
	position: absolute;
	display: block;
	margin-top: -20px;
	border: 10px solid;
	border-color: transparent transparent #fff;
	content: ""
}

.foot-email-right p:before {
	right: 30px;
}

.footer-nav-contact-phone ul&gt;li:hover {
	height: 60px;
}

.footer-nav-contact-phone ul&gt;li:hover .foot-email {
	display: block;
}

.footer-nav-contact-phone ul&gt;li:hover&gt;a {
	color: white;
}

.footer-nav-about {
	display: inline-block;
	text-align: left;
	font-size: 0;
}

.footer-nav-about dt {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

.footer-nav-about dd {
	display: inline-block;
	text-align: left;
}

.footer-nav-about dd+dd {
	margin-left: 20px;
}

.footer-nav-about dd.footer-nav-about-dd-mb {
	display: none;
}

.footer-nav-about i {
	display: none;
}

.footer-nav-submenus-link {
	display: block;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 4px;
}

.footer-nav-submenus-qr {
	margin-top:15px;
	display: block;
	width: 100px;
	height: 100px;
	background-size: 100% 100%;
}

.qr-wechat {
	background-image: url(../images/qr-wechat.jpg);
}

.qr-weibo {
	background-image: url(../images/qr-weibo.jpg);
}

.qr-zhihu {
	background-image: url(../images/qr-zhihu.png);
}

.footer-nav-other-link {
	clear: both;
	overflow: hidden;
	padding-top: 30px;
}

.footer-nav-other-link span,
.footer-nav-other-link a {
	float: left;
	font-size: 12px;
	line-height: 18px;
}

.footer-nav-other-link span {
	margin-right: 40px;
	color: white;
}

.footer-nav-other-link a {
	margin-right: 24px;
}


/*版权*/

.footer-copyright-container {
	background: #3D3E49;
	border-top: solid 1px #252B3A;
	height:50px;
}

.footer-copyright-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-copyright {
	float: left;
	font-size: 0;
}

.footer-copyright span,
.footer-copyright a {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
}

.footer-law {
	float: right;
	overflow: hidden;
	font-size: 0;
}

.footer-law&gt;li {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
}

.footer-law&gt;li+li:before {
	content: "|";
	margin-left: 10px;
	margin-right: 10px;
}

.footer-record {
	clear: both;
	font-size: 0;
}

.footer-record i {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	vertical-align: middle;
	background-size: 100% 100%;
}
@media  screen and (max-width: 992px){
.footer-nav-submenus { width:100%; border-left: solid 0px rgba(102, 102, 102, .5);}
.footer-nav-submenus-inner{ width:100%; margin-top:30px;}
.footer-nav-menus {
	width: 98%;
	padding-right: 0px;
}
.footer-nav-menus dl {
	float: left;
	width:24.5%;
	padding:0 0.25%;
	text-align:center;
}
.footer-nav-other-link { display:none;}
.footer-copyright-container {
	margin-top:-20px;
	background: #3D3E49;
	border-top: solid 1px #252B3A;
	height:100px;
	display:block;
}
.footer-law {
	margin:0px auto;
	width:93%;
	overflow: hidden;
	font-size: 0;
}

.footer-copyright span{
	clear:both;
	margin:0px auto;
	width:100%;
	text-align:center;
	display: inline-block;
	margin-right: 0px;
	font-size: 12px;
	line-height: 18px;}
.footer-copyright a {
	text-align:center;
	display: inline-block;
	margin-right: 0px;
	font-size: 12px;
	line-height: 18px;
}


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