<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.register-box {
	position:absolute;
	top:242px;
	width:396px;
	height:476px;
    left:42%;
	background:white;
	border-radius:3px;
	background:rgba(255, 255, 255, 0.95);
}
.reg-slogan {
    color:rgba(17, 133, 187, 1);
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
    font-weight: bold;
}
.reg-form {
	width:328px;
	height:280px;
	margin:auto;
}
.reg-form .cell {
	position:relative;
	height:60px;
	margin-bottom:22px;
	zoom:1;
}
.reg-form .cell label {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	padding:0 12px;
	line-height:40px;
	font-size:16px;
	color:#999;
	font-weight:bold;
	cursor:text;
}
.reg-form .cell input {
	position:absolute;
	top:0;
	left:0;
	width:304px;
	padding:7px 11px;
	font-size:16px;
	background:none;
}
.reg-form .cell .icon-form {
	top:11px;
	right:10px;
}
.reg-form .vcode input {
	width:110px;
}
.reg-form .vcode .button {
	position:absolute;
	top:0;
	left:144px;
	width:182px;
	padding:0;
	font-size:14px;
}
.reg-form .vcode img {
	position:absolute;
	top:0;
	left:144px;
	width:110px;
	height:40px;
}
.reg-form .vcode span {
	position:absolute;
	top:0;
	left:264px;
	line-height:40px;
	font-size:14px;
}
.reg-form .vcode .icon-form {
	right:204px;
}
.reg-form .vcode .login-popup-hint {
	right:194px;
}
.reg-form .user-agreement {
	height:16px;
	margin-top:-22px;
	padding:18px 0;
	line-height:16px;
}
.reg-form .user-agreement input {
	float:left;
	width:14px;
	height:14px;
	margin:1px 5px 0 0;
}
.reg-form .bottom {
	height:40px;
}
.reg-form .bottom .button {
	display:block;
	border-radius:3px;
}

.text {
	width:170px;
	height:14px;
	padding:7px 9px;
	line-height:24px;
}</pre></body></html>