<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
header {
	position:relative;
	font-size:2.4rem;
	background-color:#f5f4f3;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f4f3));
	background-image:-webkit-linear-gradient(#fff, #f5f4f3);
	background-image:linear-gradient(#fff, #f5f4f3);
	border-bottom:1px solid #f1f1ef;
	line-height:1;
padding-top:.5rem;
padding-bottom:.5rem;
	height:2.4rem;
	text-align:center
}
header .logo {
	display:inline-block;
	width:7.9rem;
	height:2.7rem;
	background:url(../wap_images/bg-logo.png) no-repeat;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	position:relative;
top:-.2rem
}
header .logo h1 {
	position:absolute;
	overflow:hidden;
	text-indent:-999px
}
header .back {
	text-indent:-999px;
	overflow:hidden;
	left:1rem;
	background:url(../wap_images/left2.png) no-repeat;
	width:2.4rem;
	height:2.4rem;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	position:absolute;
	top:50%;
	margin-top:-1.2rem
}
.header {
	line-height:1.5;
	height:auto
}
.form {
	padding:1rem;
	color:#75736e
}
.form li {
padding-top:.5rem;
padding-bottom:.5rem
}
.form p:first-child {
margin-bottom:.3rem
}
.form input[type=text], .form input[type=password] {
	width:100%;
	padding:1rem;
	border:1px solid #dad7d3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:1.8rem
}
.form input[type=text]:focus, .form input[type=password]:focus {
	border-color:#ffa800;
	border-radius:2px
}
.form .agreement {
	font-size:1.2rem
}
.form .f-ac a {
	color:#ff6d00
}
.form button {
	width:100%;
	padding-top:1rem;
	padding-bottom:1rem;
	font-size:1.8rem;
	color:#8d4200;
	background-color:#ffbf00;
	border:0
}
.form .tip {
	color:#ff6d00;
	height:1.4rem
}
.ag {
padding:.5rem;
	margin-bottom:1rem
}
.ag p {
	text-indent:2rem
}
.ag h1 {
	font-size:1.8rem;
margin-bottom:.5rem
}
.ag h2 {
	font-size:1.6rem;
padding-top:.5rem;
padding-bottom:.5rem;
	color:#ff6d00
}
.ag .strong {
	font-weight:700
}
.header h1 {
	font-weight:400
}
.verify {
	display:none
}
.verify input[type=text] {
	width:50%;
	margin-right:2rem
}
.verify img {
	width:10rem
}
</pre></body></html>