/* 引入Font Awesome图标库 */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* ========== 登录页分屏卡片（仅 .login-page-shell，不影响注册/找回密码） #A08347 ========== */
:root{
	--login-accent:#A08347;
	--login-accent-hover:#8a6f3c;
	--login-accent-soft:rgba(160,131,71,0.14);
	--login-form-bg:#f4f5f7;
	--login-visual-overlay:linear-gradient(155deg,rgba(32,44,58,0.75) 0%,rgba(160,131,71,0.38) 100%);
}
.login-page-shell{
	position:relative;
	width:100%;
	min-height:calc(100vh - 140px);
	padding:40px 18px 48px;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	background:transparent!important;
	border-top:none!important;
	overflow:visible;
}
.login-page-shell .login-hero-bg{
	position:fixed;
	inset:0;
	z-index:0;
	background:var(--login-visual-overlay),
		url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat fixed;
	pointer-events:none;
}
.login-page-shell .login-modal{
	position:relative;
	z-index:1;
	display:flex;
	flex-direction:row;
	width:100%;
	max-width:920px;
	min-height:440px;
	border-radius:22px;
	overflow:hidden;
	box-shadow:0 28px 64px rgba(15,23,35,0.35),0 2px 8px rgba(0,0,0,0.08);
	background:#fff;
}
.login-page-shell .login-modal-visual{
	flex:1 1 48%;
	min-height:420px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:40px 28px;
	box-sizing:border-box;
	background:var(--login-visual-overlay),
		url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
}
.login-page-shell .login-modal-visual-inner{
	text-align:center;
	max-width:280px;
}
.login-page-shell .login-visual-tagline{
	font-size:13px;
	letter-spacing:0.2em;
	text-transform:uppercase;
	color:rgba(255,255,255,0.85);
	margin:0 0 10px;
	font-weight:600;
}
.login-page-shell .login-visual-desc{
	font-size:15px;
	color:rgba(255,255,255,0.92);
	line-height:1.6;
	margin:0 0 28px;
}
.login-page-shell .login-pill-link{
	display:inline-block;
	padding:14px 44px;
	border-radius:999px;
	background:var(--login-accent);
	color:#fff!important;
	font-size:15px;
	font-weight:600;
	letter-spacing:0.12em;
	text-decoration:none;
	box-shadow:0 8px 24px rgba(160,131,71,0.45);
	transition:background 0.25s ease,transform 0.2s ease,box-shadow 0.25s ease;
}
.login-page-shell .login-pill-link:hover{
	background:var(--login-accent-hover);
	transform:translateY(-2px);
	box-shadow:0 12px 28px rgba(160,131,71,0.5);
}
.login-page-shell .login-modal-form{
	flex:1 1 52%;
	background:var(--login-form-bg);
	display:flex;
	align-items:stretch;
	min-width:0;
}
.login-page-shell .login-modal-form .body{
	width:100%;
	margin:0!important;
	padding:0!important;
	background:transparent!important;
	animation:none!important;
}
.login-page-shell .login-modal-form .log{
	width:100%!important;
	max-width:none!important;
	margin:0!important;
	padding:40px 38px 36px!important;
	box-sizing:border-box;
}
.login-page-shell .login-form-title{
	margin:0 0 30px;
	padding:0;
	font-size:26px;
	font-weight:700;
	letter-spacing:0.06em;
	color:var(--login-accent);
	text-align:center;
	font-family:inherit;
}
.login-page-shell .login-form-table{
	width:100%;
	margin:0 auto!important;
	border-collapse:collapse;
}
.login-page-shell .login-form-table td{
	border:none;
	vertical-align:middle;
}
.login-page-shell .login-td-label,
.login-page-shell .login-form-row-meta td:first-child{
	display:none;
}
.login-page-shell .login-form-row td[colspan="2"]{
	width:100%;
	padding-left:0!important;
}
.login-page-shell .login-form-row .input-wrapper{
	margin:0;
}
.login-page-shell .login-form-row{
	height:auto!important;
}
.login-page-shell .login-form-row .input{
	padding:14px 14px 14px 44px;
	border:1px solid #e2e4e8;
	border-radius:10px;
	background:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.04);
}
.login-page-shell .login-form-row .input:focus{
	border-color:var(--login-accent);
	box-shadow:0 0 0 3px var(--login-accent-soft);
	outline:none;
}
.login-page-shell .remember-row{
	padding:8px 0 4px!important;
	margin-top:4px;
}
.login-page-shell .forget-link,
.login-page-shell .forreg-link{
	color:var(--login-accent)!important;
}
.login-page-shell .forget-link:hover,
.login-page-shell .forreg-link:hover{
	color:var(--login-accent-hover)!important;
}
.login-page-shell .forreg{
	margin-top:16px!important;
	padding-top:16px!important;
	border-top:1px solid rgba(0,0,0,0.06);
}
.login-page-shell .typebtn{
	border-radius:999px!important;
	padding:15px 24px!important;
	background:var(--login-accent)!important;
	box-shadow:0 8px 22px rgba(160,131,71,0.38)!important;
	margin-top:12px!important;
	font-size:16px!important;
	font-weight:600!important;
	letter-spacing:0.14em;
}
.login-page-shell .typebtn:hover{
	background:var(--login-accent-hover)!important;
	transform:translateY(-2px);
	box-shadow:0 12px 28px rgba(160,131,71,0.42)!important;
}
.login-page-shell .qqlogin{
	border-top:1px solid rgba(0,0,0,0.08)!important;
	padding-top:18px!important;
	margin-top:12px!important;
	font-size:14px!important;
	color:#555!important;
}
.login-page-shell td.tdright.qqlogin{
	display:none;
}
.login-page-shell .footer{
	position:relative;
	z-index:1;
	margin-top:32px;
	padding:18px 14px 8px;
	font-size:13px;
	color:rgba(255,255,255,0.88);
	text-shadow:0 1px 4px rgba(0,0,0,0.45);
}
.login-page-shell .footer a{
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid rgba(255,255,255,0.35);
}
.login-page-shell .footer a:hover{
	border-bottom-color:rgba(255,255,255,0.75);
}
@media (max-width:880px){
	.login-page-shell .login-modal{
		flex-direction:column;
		max-width:440px;
	}
	.login-page-shell .login-modal-visual{
		min-height:200px;
		flex:none;
	}
	.login-page-shell .login-modal-form .log{
		padding:32px 24px 28px!important;
	}
}
@media (max-width:480px){
	.login-page-shell{
		padding:24px 12px 36px;
		min-height:calc(100vh - 100px);
	}
	.login-page-shell .login-form-title{
		font-size:22px;
		margin-bottom:22px;
	}
}
.page-login .mheader,
.page-register .mheader{
	position:relative;
	z-index:2;
	background:rgba(255,255,255,0.96);
	box-shadow:0 1px 0 rgba(0,0,0,0.06);
}

/* ========== 注册选择页：复用分屏布局 + #A08347 ========== */
.login-page-shell.register-choice-layout .login-modal{
	max-width:1020px;
}
.login-page-shell.register-choice-layout .login-modal-form{
	flex:1 1 58%;
	min-width:0;
}
.login-page-shell.register-choice-layout .login-modal-visual{
	flex:1 1 42%;
	min-height:480px;
}
.login-page-shell.register-choice-layout .login-modal-form .body{
	padding:0!important;
	margin:0!important;
}
.login-page-shell.register-choice-layout .login-modal-form .registerpart{
	max-width:100%;
	margin:0;
	padding:28px 26px 32px!important;
	box-sizing:border-box;
	text-align:left;
}
.login-page-shell.register-choice-layout .reg-steps-wrapper{
	background:rgba(255,255,255,0.92);
	border-radius:14px;
	box-shadow:0 2px 12px rgba(0,0,0,0.06);
	padding:22px 16px 26px;
	margin-bottom:22px;
	border:1px solid rgba(160,131,71,0.12);
}
.login-page-shell.register-choice-layout .reg-steps:before{
	background:rgba(160,131,71,0.2);
}
.login-page-shell.register-choice-layout .reg-step-active .reg-step-circle{
	background:var(--login-accent)!important;
	border-color:var(--login-accent)!important;
	color:#fff!important;
	box-shadow:0 6px 16px rgba(160,131,71,0.35)!important;
}
.login-page-shell.register-choice-layout .reg-step-completed .reg-step-circle{
	background:#6b9f7a!important;
	border-color:#6b9f7a!important;
}
.login-page-shell.register-choice-layout .reg-card{
	border-radius:14px;
}
.login-page-shell.register-choice-layout .reg-card-active{
	border-color:var(--login-accent)!important;
	box-shadow:0 10px 32px rgba(160,131,71,0.18)!important;
}
.login-page-shell.register-choice-layout .reg-badge{
	background:var(--login-accent)!important;
	box-shadow:0 4px 12px rgba(160,131,71,0.35)!important;
}
.login-page-shell.register-choice-layout .reg-icon{
	background:linear-gradient(145deg,var(--login-accent) 0%,var(--login-accent-hover) 100%)!important;
	box-shadow:0 10px 22px rgba(160,131,71,0.28)!important;
}
.login-page-shell.register-choice-layout .reg-icon-green{
	background:linear-gradient(145deg,#b8955a 0%,var(--login-accent-hover) 100%)!important;
	box-shadow:0 10px 22px rgba(138,111,60,0.28)!important;
}
.login-page-shell.register-choice-layout .reg-list li i{
	color:var(--login-accent)!important;
}
.login-page-shell.register-choice-layout .reg-card-org .reg-list li i{
	color:#b8955a!important;
}
.login-page-shell.register-choice-layout .reg-btn-primary{
	background:linear-gradient(145deg,var(--login-accent) 0%,var(--login-accent-hover) 100%)!important;
	border-radius:999px!important;
}
.login-page-shell.register-choice-layout .reg-btn-primary:hover{
	filter:brightness(1.05);
	transform:translateY(-2px);
}
.login-page-shell.register-choice-layout .reg-btn-green{
	background:linear-gradient(145deg,#b8955a 0%,var(--login-accent-hover) 100%)!important;
	border-radius:999px!important;
}
.login-page-shell.register-choice-layout .reg-btn-green:hover{
	filter:brightness(1.05);
	transform:translateY(-2px);
}
@media (max-width:880px){
	.login-page-shell.register-choice-layout .login-modal-visual{
		min-height:180px;
	}
	.login-page-shell.register-choice-layout .login-modal-form .registerpart{
		padding:22px 16px 26px!important;
	}
}
@media (max-width:640px){
	.login-page-shell.register-choice-layout .reg-steps{
		flex-wrap:wrap;
		gap:12px;
		justify-content:center;
		padding:0 8px;
	}
	.login-page-shell.register-choice-layout .reg-steps:before{
		display:none;
	}
}

/* ========== 个人注册填写页：分屏 + 长表单滚动 #A08347 ========== */
.login-page-shell.register-person-layout .login-modal{
	max-width:1100px;
	min-height:auto;
	align-items:stretch;
	background:transparent!important;
	box-shadow:none!important;
}
.login-page-shell.register-person-layout .login-modal-form{
	flex:1 1 62%;
	min-width:0;
	max-height:min(88vh,920px);
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	background:transparent!important;
}
.login-page-shell.register-person-layout .login-modal-visual{
	flex:1 1 38%;
	min-height:480px;
	border-radius:22px 0 0 22px;
	box-shadow:0 28px 64px rgba(15,23,35,0.28);
}
.login-page-shell.register-person-layout .login-modal-form .body{
	padding:0!important;
	margin:0!important;
	background:transparent!important;
	animation:none!important;
}
.login-page-shell.register-person-layout .registerpart{
	margin:0 auto;
	padding:0px 0px 28px!important;
	max-width:100%;
	text-align:left;
	background:transparent!important;
}
.login-page-shell.register-person-layout .register-person-visual-more{
	margin:22px 0 0;
	font-size:14px;
	line-height:1.5;
}
.login-page-shell.register-person-layout .register-person-visual-more a{
	color:rgba(255,255,255,0.92);
	text-decoration:underline;
	text-underline-offset:3px;
}
.login-page-shell.register-person-layout .register-person-visual-more a:hover{
	color:#fff;
}
/* 覆盖全局 .body .registerpart .step2 的 flex 与青色 .cur，三等分同宽高 */
.login-page-shell.register-person-layout .body .registerpart .step2{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	grid-template-rows:auto!important;
	gap:10px!important;
	align-items:stretch!important;
	justify-content:stretch!important;
	margin:0 0 18px!important;
	padding:12px!important;
	background:rgba(255,255,255,0.12)!important;
	backdrop-filter:blur(8px);
	-webkit-backdrop-filter:blur(8px);
	border-radius:14px!important;
	border:1px solid rgba(160,131,71,0.22)!important;
	font-size:13px!important;
	line-height:1.45!important;
	flex-wrap:unset!important;
	height:auto!important;
}
.login-page-shell.register-person-layout .body .registerpart .step2 span{
	flex:unset!important;
	max-width:none!important;
	width:auto!important;
	min-height:76px!important;
	margin:0!important;
	padding:12px 10px!important;
	box-sizing:border-box!important;
	display:flex!important;
	flex-direction:column!important;
	align-items:center!important;
	justify-content:center!important;
	text-align:center!important;
	color:#fff!important;
	background:rgba(255,255,255,0.14)!important;
	border-radius:12px!important;
	border:1px solid rgba(160,131,71,0.18)!important;
	font-weight:500!important;
	float:none!important;
}
.login-page-shell.register-person-layout .body .registerpart .step2 span.cur{
	background:rgba(160,131,71,0.42)!important;
	color:#fff!important;
	border-color:rgba(160,131,71,0.55)!important;
	box-shadow:0 4px 14px rgba(160,131,71,0.25)!important;
	font-weight:600!important;
	border-radius:12px!important;
	padding:12px 10px!important;
	background-image:none!important;
}
.login-page-shell.register-person-layout .body .registerpart .step2 a{
	color:var(--login-accent)!important;
	font-weight:600!important;
	text-decoration:underline;
	text-underline-offset:2px;
}
.login-page-shell.register-person-layout .body .registerpart .step2 span.cur a{
	color:#fff!important;
	text-decoration:underline;
}
.login-page-shell.register-person-layout .regdetail .partname .li1 .current{
	border-bottom-color:var(--login-accent)!important;
	color:var(--login-accent)!important;
}
.login-page-shell.register-person-layout .formlogin .input{
	border-radius:10px;
	border:1px solid #e2e4e8;
	background:rgba(255,255,255,0.92)!important;
}
.login-page-shell.register-person-layout .formlogin .input:focus{
	border-color:var(--login-accent)!important;
	box-shadow:0 0 0 3px var(--login-accent-soft)!important;
	outline:none!important;
}
.login-page-shell.register-person-layout input.go_reg{
	width:100%;
	max-width:420px;
	height:auto!important;
	padding:14px 28px!important;
	border-radius:999px!important;
	background:var(--login-accent)!important;
	border:none!important;
	font-size:16px!important;
	font-weight:600!important;
	letter-spacing:0.06em;
	box-shadow:0 8px 22px rgba(160,131,71,0.35)!important;
	transition:background 0.2s ease,transform 0.2s ease;
	float:none!important;
}
.login-page-shell.register-person-layout input.go_reg:hover{
	background:var(--login-accent-hover)!important;
	transform:translateY(-2px);
}
.login-page-shell.register-person-layout .xiyi{
	border-radius:12px;
	border-color:rgba(160,131,71,0.28)!important;
	background:rgba(255,255,255,0.12)!important;
	backdrop-filter:blur(6px);
	-webkit-backdrop-filter:blur(6px);
}
.login-page-shell.register-person-layout #xieyi{
	color:rgba(44,48,54,0.88)!important;
}
/* 密码强度：纯 CSS 进度条（不再使用 pw_check.gif） */
.login-page-shell .pw-meter{
	margin-top:4px;
	max-width:100%;
	width:100%;
	box-sizing:border-box;
}
.login-page-shell .pw-meter__head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	margin-bottom:8px;
	flex-wrap:wrap;
}
.login-page-shell .pw-meter__title{
	font-size:12px;
	color:rgba(60,64,72,0.85);
	letter-spacing:0.04em;
}
.login-page-shell .pw-meter__labels{
	display:flex;
	gap:6px;
}
.login-page-shell .pw-meter__seg{
	font-size:12px;
	padding:3px 10px;
	border-radius:999px;
	color:rgba(60,64,72,0.55);
	background:rgba(255,255,255,0.35);
	border:1px solid rgba(160,131,71,0.2);
	transition:color 0.2s ease,background 0.2s ease,border-color 0.2s ease;
}
.login-page-shell .pw-meter__seg.is-active{
	color:#fff;
	font-weight:700;
	background:rgba(160,131,71,0.55);
	border-color:rgba(160,131,71,0.65);
}
.login-page-shell .pw-meter__track{
	height:8px;
	border-radius:999px;
	background:rgba(0,0,0,0.08);
	overflow:hidden;
}
.login-page-shell .pw-meter__fill{
	height:100%;
	width:33%;
	border-radius:999px;
	background:linear-gradient(90deg,rgba(160,131,71,0.45) 0%,var(--login-accent) 100%);
	transition:width 0.22s ease,background 0.22s ease;
}
.login-page-shell .pw-meter--medium .pw-meter__fill{
	background:linear-gradient(90deg,var(--login-accent) 0%,#c4a86a 100%);
}
.login-page-shell .pw-meter--strong .pw-meter__fill{
	background:linear-gradient(90deg,var(--login-accent) 0%,#8a6f3c 100%);
}
.login-page-shell.register-person-layout .regdetail textarea.input{
	max-width:100%;
	width:100%!important;
	box-sizing:border-box!important;
	min-height:160px;
}
.login-page-shell.register-person-layout .disabled{
	border-radius:10px!important;
}
.page-register #popDiv .btn,
.page-register #popDiv2 .btn{
	background:var(--login-accent);
	color:#fff;
	border-radius:10px;
	cursor:pointer;
	transition:background 0.2s ease;
}
.page-register #popDiv .btn:hover,
.page-register #popDiv2 .btn:hover{
	background:var(--login-accent-hover);
}
@media (max-width:880px){
	.login-page-shell.register-person-layout .login-modal-visual{
		min-height:200px;
		flex:none;
		border-radius:22px 22px 0 0;
	}
	.login-page-shell.register-person-layout .login-modal-form{
		max-height:none;
		overflow-y:visible;
	}
	.login-page-shell.register-person-layout .registerpart{
		padding:18px 16px 22px!important;
	}
	.login-page-shell.register-person-layout .body .registerpart .step2{
		grid-template-columns:1fr!important;
	}
	.login-page-shell.register-person-layout .body .registerpart .step2 span{
		min-height:56px!important;
	}
}

/* ========== 注册结果 / 审核页 register_2.html ========== */
@keyframes reg2-aperture-spin{
	to{transform:rotate(360deg);}
}
.login-page-shell.register-2-page .reg2-panel{
	background:transparent!important;
	padding:6px 0 8px;
}
.login-page-shell.register-2-page #infobox{
	width:100%;
	max-width:720px;
	margin:0 auto;
	background:transparent!important;
	text-align:center;
}
.login-page-shell.register-2-page #infobox ul{
	list-style:none;
	padding:0;
	margin:0;
}
.login-page-shell.register-2-page #mr{
	height:auto!important;
	min-height:0;
	padding:16px 8px 28px!important;
	text-align:inherit;
}
.login-page-shell.register-2-page #mr p{
	height:auto!important;
	line-height:1.65!important;
	margin:10px 0 0!important;
	color:rgba(28,32,38,0.95)!important;
	font-size:16px!important;
	font-weight:500;
}
.login-page-shell.register-2-page #mr .reg2-heading,
.login-page-shell.register-2-page #mr h1.reg2-heading,
.login-page-shell.register-2-page #mr h2.reg2-heading{
	background:none!important;
	padding:0!important;
	margin:0 0 12px!important;
	text-indent:0!important;
	height:auto!important;
	line-height:1.35!important;
	font-family:inherit!important;
	font-weight:700!important;
}
.login-page-shell.register-2-page .reg2-msg{
	box-sizing:border-box;
}
.login-page-shell.register-2-page .reg2-msg--pending{
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	justify-content:center;
	gap:26px;
	text-align:left;
	padding:8px 4px 12px;
	max-width:680px;
	margin:0 auto;
}
.login-page-shell.register-2-page .reg2-msg--pending .reg2-msg__body{
	/*flex:1;*/
	min-width:0;
}
.login-page-shell.register-2-page .reg2-msg--alert,
.login-page-shell.register-2-page .reg2-msg--success{
	padding:12px 8px 20px;
	max-width:640px;
	margin:0 auto;
	text-align:center;
}
.login-page-shell.register-2-page .reg2-msg__hint{
	font-size:16px!important;
	font-weight:600!important;
	color:rgba(22,26,34,0.96)!important;
	line-height:1.65!important;
	max-width:520px;
	margin-left:auto;
	margin-right:auto;
	text-shadow:0 0 8px rgba(255,255,255,0.9),0 1px 2px rgba(255,255,255,0.75);
}
.login-page-shell.register-2-page .reg2-msg--pending .reg2-heading{
	font-size:26px!important;
	font-weight:800!important;
	color:#b71c1c!important;
	text-shadow:0 0 10px rgba(255,255,255,0.95),0 1px 2px rgba(255,255,255,0.9),0 2px 12px rgba(0,0,0,0.2);
	letter-spacing:0.02em;
}
.login-page-shell.register-2-page .reg2-msg--success .reg2-heading{
	font-size:26px!important;
	font-weight:800!important;
	color:var(--login-accent)!important;
	text-shadow:0 0 8px rgba(255,255,255,0.85),0 2px 10px rgba(0,0,0,0.15);
}
.login-page-shell.register-2-page .reg2-msg--alert .reg2-heading{
	font-size:23px!important;
	font-weight:800!important;
	color:#9b1c1c!important;
	text-shadow:0 0 10px rgba(255,255,255,0.95),0 2px 10px rgba(0,0,0,0.18);
}
.login-page-shell.register-2-page .reg2-userid{
	color:var(--login-accent)!important;
	font-weight:700;
}
.login-page-shell.register-2-page .reg2-inline-link{
	font-size:15px;
	color:var(--login-accent)!important;
	text-decoration:underline;
	text-underline-offset:3px;
	font-weight:600;
}
.login-page-shell.register-2-page #mr a{
	color:var(--login-accent)!important;
	font-weight:600;
}
.login-page-shell.register-2-page #mr a:hover{
	color:var(--login-accent-hover)!important;
}
/* 光圈加载（替代 info_icons 三角/对勾背景图） */
.login-page-shell.register-2-page .reg2-aperture{
	width:96px;
	height:96px;
	position:relative;
	z-index:2;
	flex-shrink:0;
	margin:6px 0 0;
	border-radius:50%;
	isolation:isolate;
	filter:drop-shadow(0 12px 22px rgba(160,131,71,0.45));
}
.login-page-shell.register-2-page .reg2-aperture::before{
	content:"";
	position:absolute;
	inset:0;
	z-index:0;
	border-radius:50%;
	transform-origin:50% 50%;
	background:conic-gradient(
		from 210deg,
		rgba(198,175,228,0.95) 0deg,
		rgba(160,131,71,0.12) 70deg,
		rgba(160,131,71,0.92) 150deg,
		rgba(238,205,165,0.9) 210deg,
		rgba(198,175,228,0.45) 290deg,
		rgba(198,175,228,0.95) 360deg
	);
	-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#000 calc(100% - 5px));
	mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#000 calc(100% - 5px));
	animation:reg2-aperture-spin 1.15s linear infinite;
	box-shadow:inset 0 0 16px rgba(255,255,255,0.2);
}
.login-page-shell.register-2-page .reg2-aperture__inner{
	position:absolute;
	z-index:1;
	inset:8px;
	border-radius:50%;
	background:rgba(255,255,255,0.52);
	border:1px solid rgba(255,255,255,0.65);
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	box-shadow:inset 0 0 20px rgba(255,255,255,0.35);
}
@media (max-width:640px){
	.login-page-shell.register-2-page .reg2-msg--pending{
		flex-direction:column;
		align-items:center;
		text-align:center;
	}
	.login-page-shell.register-2-page .reg2-msg--pending .reg2-msg__body{
		text-align:center;
	}
}

/* 基础样式 */
.none{display:none}
a.godl{text-decoration:none;color:#00a49d;font-weight:500;transition:color 0.3s ease}
a.godl:hover{color:#fa7317;text-decoration:underline}
.font12{font-size:12px!important}

/* 注册链接区域 - 使用UI图风格 */
.forreg{margin-top:20px;text-align:center;padding-top:20px;}
.forreg-text{font-size:15px;color:#666;margin-right:5px;}
.forreg-link{font-size:15px;color:#00a49d;text-decoration:none;font-weight:500;transition:all 0.3s ease;}
.forreg-link:hover{color:#fa7317;text-decoration:underline;}

/* 页面整体布局 - 使用UI图的浅灰色背景 */
.inner{width:100%;margin:0 auto;text-align:center;background:#f5f5f5;border:none;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;border-top:1px #ddd solid;min-height:calc(100vh - 200px);}

/* 头部样式 */
.mheader{width:100%;padding:20px 0;}
.mhead{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}
.mhead .logo{float:left;text-align:left}
.mhead .tit{font-size:16px;color:#000;width:auto;margin-top:0;float:right;text-align:right;overflow:visible}
.mhead .tit span a{font-weight:600;color:#00a49d;text-decoration:none;transition:color 0.3s ease}
.mhead .tit span a:hover{color:#fa7317}

/* 导航样式 - 使用首页风格 */
.navigation a{float:left;text-align:center;margin-left:10px;background:rgba(0,164,157,0.1);width:102px;height:52px;overflow:hidden;display:block;line-height:51px;color:#00a49d;border-radius:8px;transition:all 0.3s ease;text-decoration:none}
.navigation a:hover{background:rgba(0,164,157,0.2);transform:translateY(-2px);color:#fa7317}
.navigation a.current{background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%);color:white;font-weight:700;box-shadow:0 4px 15px rgba(0,164,157,0.3)}.partinput{margin-top:20px}.pw_check{width:150px;background:url(../images/login/pw_check.gif) no-repeat;height:22px;font-size:12px}.pw_check span{width:49px;height:14px;line-height:16px;margin-bottom:6px;text-align:center;display:block;float:left}#pw_check_1{background-position:0 bottom}#pw_check_2{background-position:-150px bottom}#pw_check_3{background-position:-300px bottom}span.no,span.yes{background-image:url(../images/yesno.gif);background-repeat:no-repeat;height:29px;line-height:29px;margin-top:5px;margin-left:5px;float:left;font-size:12px}span.yes{background-position:0 -29px;display:block;width:80px}span.no{background-position:0 0;color:#000;display:block;padding-left:40px;width:247px}#reg_box{width:630px;float:left;text-align:left;margin:10px 0 15px 10px;height:auto;overflow:auto;text-align:left}.regtab{text-align:left;width:590px}.regtab .tdright{height:30px}.regtab .tdr{height:40px}.tdright{text-align:left;vertical-align:top;line-height:25px;height:40px;line-height:40px!important}.tdr{text-align:right;width:160px;vertical-align:top;line-height:35px}.error_tip{line-height:20px;height:20px;background:url(../images/n.gif) 8px 6px no-repeat;padding:5px 0 5px 30px;float:left}.acc_tip{height:20px;background:url(../images/y.gif) 8px 6px no-repeat;padding:5px 0 5px 30px;float:left}.regtab .gray{line-height:18px;float:left;clear:both}
input.go_reg{border:none;width:181px;height:50px;background:linear-gradient(135deg, #00a49d 0%, #00a49d 100%);cursor:pointer;color:#fff;font-weight:700;border-radius:12px;float:left;transition:all 0.3s ease;}
input.go_reg:hover{background:linear-gradient(135deg, #fa7317 0%, #fa7317 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,164,157,0.3);}
.forminfo{margin-top:10px;margin-bottom:10px;margin-left:10px}.formlogin{margin:30px 
auto}
.forminfo td,.formlogin td{font-size:15px;padding:10px 0;clear:both;color:#fff}
.formlogin font{margin-right:5px}
.forminfo .text,.forminfo .txt,.formlogin .text,.formlogin .txt{display:block;float:left}
.mheader{width:100%;text-align:center;padding:10px 0 20px 0}
.mhead{width:900px;margin-left:auto;margin-right:auto;height:auto;overflow:hidden;margin-top:10px;text-align:left}
.mhead .logo{float:left;text-align:left}.mhead .tit{width:425px;margin-top:25px;font-size:14px;float:right;text-align:right;overflow:hidden}
.mhead .tit span{font-size:15px}
.mhead .tit span a{ font-weight:bold; color:#00a49d;transition:color 0.3s ease;}
.mhead .tit span a:hover{color:#fa7317;}
.navigation a{float:left;text-align:left;margin-left:10px;background:rgba(0,164,157,0.1);width:102px;height:52px;overflow:hidden;display:block;text-align:center;line-height:51px;color:#00a49d;border-radius:8px;transition:all 0.3s ease;text-decoration:none}
.navigation a:hover{background:rgba(0,164,157,0.2);transform:translateY(-2px);color:#fa7317}
.navigation a.current{text-decoration:none;background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%)!important;color:white!important;font-weight:700;box-shadow:0 4px 15px rgba(0,164,157,0.3)}
/* 主体内容区域 - 使用UI图的卡片设计 */
.body{width:100%;margin:0px auto;animation:fadeInUp 0.6s ease-out;background:#fff;padding:50px 0;}

/* 登录表单容器 - 使用UI图风格 */
.body .log{background:transparent;border:none;padding:0;width: 466px; margin: 0 auto;}
.body .log .formlogin{width:100%;margin:0 auto;}
.body .log .formlogin td{font-size:15px;color:#333;clear:both;padding:15px 0;vertical-align:middle;}
.body .log .formlogin .tdright{color:#555;text-align:left;font-weight:500;width:100px;padding-right:15px;}
.body .log .qqlogin{border-top:1px solid #e1e8ed;padding-top:20px;margin-top:20px;text-align:center;color:#666}a.registerbutton{background:url(../images/login/register_submit.gif) 0 0 no-repeat;width:163px;height:44px;line-height:44px;display:block;text-align:center;color:#0192CD;font-size:18px;font-family:"microsoft yahei"}a.registerbutton:hover{background:url(../images/login/register_submit.gif) 0 -44px no-repeat;text-decoration:none}.body .log .formlogin .loginsubmit:hover{background:url(../images/login/login.gif) 0 -44px no-repeat}.body .log .formlogin td{clear:both;height:44px}.body .log .formlogin .tdright{color:#000;text-align:right;padding-right:20px}.body .log .qqlogin{border-top:1px #d4d4d4 solid;color:#000}.body .reg{width:530px;height:350px;float:left;overflow:hidden}.body .reg .cont{margin-left:50px;line-height:30px}.body .reg .cont .register_submit{margin-top:15px;margin-bottom:15px}.body .reg .font{color:#000;font-size:18px;margin-top:90px}/* 注册页面样式 */
.body .registerpart{width:100%;max-width:800px;margin:0 auto;}

/* 步骤指示器 - 使用首页风格 */
.body .registerpart .step1,.body .registerpart .step2,.body .registerpart .step3{display:flex;justify-content:center;margin:30px 0;background:none;height:auto}
.body .registerpart .step1 span,.body .registerpart .step2 span,.body .registerpart .step3 span{flex:1;max-width:200px;padding:15px 20px;margin:0 5px;background:#f9fafc;color:#666;border-radius:10px;font-size:14px;font-weight:500;transition:all 0.3s ease;width:auto;height:auto;line-height:normal;text-align:center;display:block;float:none}
.body .registerpart .step1 span.cur,.body .registerpart .step2 span.cur,.body .registerpart .step3 span.cur{background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%);color:white;font-weight:700;box-shadow:0 4px 15px rgba(0,164,157,0.3);}

/* 选择器样式 - 使用首页风格的卡片设计 */
.body .registerpart .selecter{width:100%;max-width:350px;margin:20px auto;padding:30px;border:1px solid #eeeeee;border-radius:12px;background:#fff;transition:all 0.3s ease;cursor:pointer;text-decoration:none;display:block;color:inherit;height:auto;float:none;box-shadow:0 1px 5px rgb(0 0 0 / 9%);}
.body .registerpart .selecter:hover{border-color:#00a49d;transform:translateY(-4px);text-decoration:none;color:inherit;box-shadow:0 8px 20px rgba(0,164,157,0.15);}
.body .registerpart .selecter:hover .ico span{transform:scale(1.1);background:linear-gradient(135deg,#fa7317 0%,#fa7317 100%);}
.body .registerpart .selecter .ico{width:100%;text-align:center;margin-bottom:20px;float:none;display:block}
.body .registerpart .selecter .ico span{width:60px;height:60px;display:inline-block;border-radius:50%;background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%);margin:0 auto;line-height:60px;color:white;font-size:24px;position:relative;transition:all 0.3s ease}
.body .registerpart .selecter .ico span.ico1{background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%)}
.body .registerpart .selecter .ico span.ico1::before{content:"\f1ad";font-family:'Font Awesome 6 Free';font-weight:900;font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:white}
.body .registerpart .selecter .ico span.ico2{background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%)}
.body .registerpart .selecter .ico span.ico2::before{content:"\f007";font-family:'Font Awesome 6 Free';font-weight:900;font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:white}
.body .registerpart .selecter .des{float:none;display:block}
.body .registerpart .selecter .des .tit{font-size:18px;font-weight:600;color:#333;text-align:center;margin:0;float:none}
.body .registerpart .selecter .des .tit a{font-weight:600;text-decoration:none;color:#333}
.body .registerpart .regdetail .partname{color:#000;border-bottom:1px #d4d4d4 solid;height:35px;line-height:35px}
.body .registerpart .regdetail .partname .li1{font-size:17px;font-weight:700;float:left;margin-right:20px}
.body .registerpart .regdetail .partname .li1 .current{border-bottom:2px #00a49d solid;display:block;}
.body .registerpart .regdetail .partname .li2{float:right;font-size:12px}
.xiyi{width:440px;border:2px solid #e1e8ed;background:#fafafa;padding:10px;margin:0 auto;border-radius:12px;}
#xieyi{width:440px;height:100px;overflow:hidden;overflow-y:scroll;font-size:13px;border:none;text-align:left;line-height:20px;color:#666}
#xieyi p{text-indent:2em}
#xieyi p strong{line-height:22px}/* 底部样式 */
.footer{padding:20px;margin-top:auto;font-size:16px;color:#333;width:100%;margin-left:auto;margin-right:auto}
.footer a{color:#333}

/* 注册选择页 UI */
.reg-choice{width:100%;max-width:980px;margin:0 auto;}
.reg-steps-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08);padding:30px 20px;margin-bottom:30px;}
.reg-steps{position:relative;display:flex;justify-content:space-between;align-items:flex-start;margin:0 auto;padding:0 40px;}
.reg-steps:before{content:"";position:absolute;left:15%;right:15%;top:30px;height:2px;background:#e0e0e0;z-index:0;}
.reg-step{flex:1;text-align:center;position:relative;z-index:1;max-width:200px;}
.reg-step-circle{width:60px;height:60px;margin:0 auto 12px;border-radius:50%;background:#f5f5f5;color:#999;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #e0e0e0;transition:all 0.3s ease;}
.reg-step-completed .reg-step-circle{background:#4CAF50;color:#fff;border-color:#4CAF50;}
.reg-step-completed .reg-step-circle i{font-size:20px;font-weight:700;}
.reg-step-active .reg-step-circle{background:#00a49d;color:#fff;border-color:#00a49d;box-shadow:0 4px 12px rgba(0,164,157,0.3);}
.reg-step-inactive .reg-step-circle{background:#fff;color:#ccc;border-color:#e0e0e0;}
.reg-step-text{font-size:16px;color:#333;font-weight:600;line-height:1.5;margin-bottom:4px;}
.reg-step-sub{font-size:13px;color:#999;line-height:1.5;}
.reg-reselect-link{display:inline-block;margin-top:8px;font-size:13px;color:#2196F3;text-decoration:none;transition:color 0.3s ease;}
.reg-reselect-link:hover{color:#1976D2;text-decoration:underline;}

.reg-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-top:10px;}
.reg-card{position:relative;display:block;padding:24px 22px 26px;background:#fff;border:2px solid #e6eef5;border-radius:12px;box-shadow:0 6px 24px rgba(0,0,0,0.08);color:#333;transition:all 0.25s ease;text-decoration:none;}
.reg-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,0.12);}
.reg-card-active{border-color:#00a49d;box-shadow:0 12px 34px rgba(47,141,239,0.22);}
.reg-card-org{border-color:#dff3e8;}
.reg-badge{position:absolute;top:14px;right:14px;padding:5px 12px;border-radius:20px;background:#00a49d;color:#fff;font-size:12px;font-weight:600;box-shadow:0 4px 12px rgba(47,141,239,0.35);}
.reg-icon{width:82px;height:82px;margin:8px auto 14px;border-radius:50%;background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%);color:#fff;font-size:36px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(47,141,239,0.25);}
.reg-icon-green{background:linear-gradient(135deg,#fa7317 0%,#fa7317 100%);box-shadow:0 10px 22px rgba(16,179,91,0.25);}
.reg-title{font-size:22px;font-weight:700;color:#2a2f36;margin-bottom:6px;}
.reg-subtitle{font-size:14px;color:#8c96a3;margin-bottom:18px;}
.reg-list{list-style:none;padding:0;margin:0 0 18px;text-align:left;line-height:1.8;}
.reg-list li{font-size:14px;color:#4a5563;display:flex;align-items:center;gap:8px;padding:4px 0;}
.reg-list li i{color:#00a49d;font-size:16px;}
.reg-card-org .reg-list li i{color:#fa7317;}
.reg-btn{height:46px;line-height:46px;border-radius:8px;text-align:center;font-size:16px;font-weight:700;color:#fff;box-shadow:0 6px 18px rgba(0,0,0,0.12);transition:all 0.2s ease;}
.reg-btn-primary{background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%);}
.reg-btn-primary:hover{background:linear-gradient(135deg,#fa7317 0%,#fa7317 100%);transform:translateY(-2px);}
.reg-btn-green{background:linear-gradient(135deg,#fa7317 0%,#fa7317 100%);}
.reg-btn-green:hover{background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%);transform:translateY(-2px);}

/* 响应式设计 */
@media (max-width: 768px) {
    .body{max-width:90%;padding:30px 20px;margin:20px auto}
    .registerpart{max-width:90%;padding:30px 20px}
    .step1 span,.step2 span,.step3 span{font-size:12px;padding:12px 15px}
    .selecter{max-width:100%;margin:15px 0}
    .formlogin td{padding:10px 0}
    .input{padding:12px 16px;font-size:16px}
    .typebtn{padding:14px;font-size:16px}
}

@media (max-width: 480px) {
    .body{border-radius:15px;box-shadow:0 10px 30px rgba(0,164,157,0.1)}
    .registerpart{border-radius:15px;padding:25px 15px}
    .input-small{width:100%;margin-bottom:15px}
    .authcode{margin-top:10px}
}

/* 动画效果 */
@keyframes fadeInUp {
    from{opacity:0;transform:translateY(30px)}
    to{opacity:1;transform:translateY(0)}
}

/* 清除浮动 */
.clear,.clearfix{clear:both}
.clearfix::after{content:"";display:table;clear:both}/* 输入框包装器 - 添加图标支持 */
.input-wrapper{position:relative;display:flex;align-items:center;width:100%;}
.input-wrapper .input-icon{position:absolute;left:15px;color:#666;font-size:16px;z-index:1;pointer-events:none;}
.input-wrapper-code{display:flex;align-items:center;gap:10px;}
.input-wrapper-code .input{flex:1;}

/* 输入框样式 - 使用UI图风格 */
.input{padding:15px 15px 15px 45px;border:1px solid #e0e0e0;border-radius:8px;font-size:15px;background:#fff;transition:all 0.3s ease;box-sizing:border-box;font-family:inherit;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;vertical-align:middle;width:100%;box-shadow:0 1px 3px rgba(0,0,0,0.05);}
.input:focus{outline:none;border-color:#4CAF50;box-shadow:0 0 0 3px rgba(76,175,80,0.1);}
.input::placeholder{color:#999;font-size:14px;}

/* 输入框尺寸 */
.input-big{height:28px;padding:0 10px;line-height:28px}
.input-50,.input-smallest{width:50px}
.input-60{width:400px}
.input-600,.input-largest{width:600px}
.input-90,.input-smaller{width:90px}
.input-110,.input-small{width:auto;flex:1;min-width:150px;}
.input-150,.input-6,.input-medium{width:150px}
/*.input-230,.input-large{width:370px;}*/
.input-400,.input-60,.input-larger{width:400px}

/* 验证码样式 - 使用UI图风格 */
.authcode{border-radius:8px;border:none;transition:all 0.3s ease;cursor:pointer;width:140px;height:40px;object-fit:cover;box-shadow:0 1px 3px rgba(0,0,0,0.1);}
.authcode:hover{transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,0.15);}

/* 复选框和标签样式 */
.checkbox{margin-right:8px;transform:scale(1.2);cursor:pointer;}
label{font-size:14px;color:#333;cursor:pointer;user-select:none;}
.remember-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;}
.remember-label{display:flex;align-items:center;font-size:14px;color:#333;}
.forget-link{color:#00a49d;text-decoration:none;font-size:14px;transition:color 0.3s ease;}
.forget-link:hover{color:#fa7317;text-decoration:underline;}

/* 提交按钮 - 使用UI图的渐变效果（从左到右：浅蓝到绿色） */
.typebtn{width:100%;padding:16px;background:linear-gradient(to right, #64B5F6 0%, #4CAF50 100%);color:white;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all 0.3s ease;font-family:inherit;text-align:center;line-height:normal;box-shadow:0 4px 15px rgba(76,175,80,0.3);margin-top:10px;}
.typebtn:hover{background:linear-gradient(to right, #42A5F5 0%, #45a049 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(76,175,80,0.4);}
.typebtn:active{transform:translateY(0);box-shadow:0 4px 15px rgba(76,175,80,0.3);}

/* 颜色主题 - 使用UI图的渐变按钮 */
.blue .typebtn{background:linear-gradient(to right, #64B5F6 0%, #4CAF50 100%);}
.blue .typebtn:hover{background:linear-gradient(to right, #42A5F5 0%, #45a049 100%);}
.green .typebtn{background:linear-gradient(to right, #64B5F6 0%, #4CAF50 100%);}
.green .typebtn:hover{background:linear-gradient(to right, #42A5F5 0%, #45a049 100%);}
.orange .typebtn{background:#00a49d;}
.orange .typebtn:hover{background:#fa7317}
.red .typebtn{background:linear-gradient(to right, #64B5F6 0%, #4CAF50 100%);}
.red .typebtn:hover{background:linear-gradient(to right, #42A5F5 0%, #45a049 100%);}#mr{height:200px;padding-top:25px;text-align:center}#mr .h{height:75px;line-height:75px;text-align:center;margin:30px 0;font-size:24px}#mr h1{background:url(../images/post/info_icons.png) no-repeat 90px 12px;color:#4EBB24;font-family:"microsoft yahei";font-size:34px}#mr h2{background:url(../images/post/info_icons.png) no-repeat 90px -120px;color:red;font-family:"microsoft yahei";font-size:34px}#mr h3{background:url(../images/post/info_icons.png) no-repeat 90px -55px;color:red;font-family:"microsoft yahei";font-size:34px}#mr p{height:35px;line-height:35px;color:#666;margin:0 auto}#infobox{text-align:center}#infobox ul{text-align:left;margin-left:auto;margin-right:auto}#infobox .title{padding:7px 15px;height:30px;font-size:10pt;margin:1px;background:#e0f0f9;border-bottom:1px solid #a6cbe7}.findpwdpart{text-align:center}.findpwdpart .stepp{margin:20px auto 140px auto;width:746px;text-align:left}.findpwdpart .steppp{text-align:left;width:516px;margin-left:auto;margin-right:auto}.findpwdpart .stepp div{margin-bottom:20px}.findpwdpart .stepp h1{font-size:24px;font-family:microsoft yahei;color:green;background:url(../images/right.gif) 0 0 no-repeat;text-indent:50px;line-height:35px;margin-top:80px;margin-bottom:10px;margin-left:65px}.findpwdpart .stepp h2{font-size:18px;font-family:microsoft yahei;color:#C40000;background:url(../images/err.gif) 0 0 no-repeat;text-indent:75px;line-height:48px;margin-top:80px;margin-bottom:10px;margin-left:155px}.findpwdpart .stepp .detail{font-size:14px;line-height:30px;margin-left:65px}.findpwdpart .stepp div{font-size:14px}.findpwdpart .stepp span.cl{float:left;display:block;width:100px;line-height:30px}.findpwdpart .stepp span.cr{float:left;display:block;width:620px}.findpwdpart .stepp .font{font-size:14px;font-weight:700;line-height:30px}.findpwdpart span.no,.findpwdpart span.yes{background-image:url(../images/yesno.gif);background-repeat:no-repeat;height:29px;width:287px;line-height:29px;margin-top:2px;margin-left:5px;float:left}.findpwdpart .step1 span,.findpwdpart .step2 span,.findpwdpart .step3 span{width:228px;height:30px;font-size:14px;line-height:30px;text-align:center;display:block;float:left;color:#000}.findpwdpart .step1 span.cur,.findpwdpart .step2 span.cur,.findpwdpart .step3 span.cur{font-weight:700;color:#00a49d}.findpwdpart .step1,.findpwdpart .step2,.findpwdpart .step3{margin-bottom:20px;margin-top:10px}.findpwdpart .step1{height:30px;padding-left:100px}.findpwdpart .step2{height:30px;margin-left:80px}.findpwdpart .step3{height:30px;padding-left:100px}.findpwdpart .step2 span a:hover{text-decoration:none}.findpwdpart .typeinput{border:1px #D9D9D9 solid;width:330px;height:22px;line-height:22px;background:url(../images/mail.gif) 10px 10px no-repeat;padding:6px 10px 6px 40px;float:left}.findpwdpart .typeinput2{border:1px #D9D9D9 solid;width:330px;height:22px;line-height:22px;background:url(../images/mobile.gif) 5px 4px no-repeat;padding:6px 10px 6px 40px;float:left}.findpwdpart .typeinputimg{border:1px #D9D9D9 solid;width:150px;height:22px;line-height:22px;padding:6px 10px 4px 10px;float:left}.findpwdpart .typebtn{width:110px;height:50px;color:#fff;font-family:microsoft yahei;font-size:18px;text-align:center;border:none;cursor:pointer;}.findpwdpart .authcode{border:1px #ddd solid;cursor:pointer;float:left}.checkboxinner{display:block;width:270px;float:left;margin-bottom:10px}.checkboxinner label{font-size:12px;display:block;cursor:pointer;float:left;margin-top:10px;width:90px}.disable{float:left;border:1px #d6d6d6 solid;border-radius:2px;padding:0 10px;height:36px;line-height:36px;text-align:center;color:#585858;margin-left:10px;font-size:12px;cursor:pointer;background-color:#EEE}.disabled{border:2px #e1e8ed solid;border-radius:12px;height:55px;line-height:55px;text-align:center;color:#585858;font-size:15px;cursor:pointer;background-color:#F7F7F7}.disabled:hover{background-color:#EEE}

/* register_2：必须置于文件末尾，覆盖上文 #mr h1/h2/h3 的 info_icons 背景（否则仍显示三角/对勾图） */
body.page-register .login-page-shell.register-2-page #mr h1,
body.page-register .login-page-shell.register-2-page #mr h2,
body.page-register .login-page-shell.register-2-page #mr h3{
	background:none!important;
	background-image:none!important;
	padding-left:0!important;
	padding-right:0!important;
	text-indent:0!important;
}
body.page-register .login-page-shell.register-2-page #mr .h{
	height:auto!important;
	min-height:0!important;
	line-height:1.4!important;
	margin:0 0 14px!important;
}
body.page-register .login-page-shell.register-2-page #mr{
	height:auto!important;
	padding-top:12px!important;
}