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

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

/* 注册链接区域 */
.forreg{margin-top:15px;text-align:center}
.forreg a{font-size:16px!important;color:#12438f!important;text-decoration:none;font-weight:500;transition:all 0.3s ease}
.forreg a:hover{color:#12438f!important;text-decoration:underline}

/* 页面整体布局 */
/*body{background:url("../images/loginbag.gif") no-repeat;background-size:100% 100%;}*/

.inner{width:100%;margin:0 auto;text-align:center;background:transparent;border:none;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;overflow:visible;border-top:1px #ddd solid;min-height:calc(100vh - 160px);}

/* 头部样式 */
.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:#12438f;text-decoration:none}

/* 导航样式 */
.navigation a{float:left;text-align:center;margin-left:10px;background:rgba(15,82,187,0.1);width:102px;height:52px;overflow:hidden;display:block;line-height:51px;color:#12438f;border-radius:8px;transition:all 0.3s ease;text-decoration:none}
.navigation a:hover{background:rgba(15,82,187,0.2);transform:translateY(-2px)}
.navigation a.current{background:linear-gradient(135deg,#12438f 0%,#12438f 100%);color:white;font-weight:700;box-shadow:0 4px 15px rgba(15,82,187,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:right;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, #12438f 0%, #12438f 100%);;cursor:pointer;color:#fff;font-weight:700;border-radius:12px;float:left;}
.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:#333}
.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:#12438f;}
.navigation a{float:left;text-align:left;margin-left:10px;background:url(../images/login/bg.gif) no-repeat;width:102px;height:52px;overflow:hidden;display:block;text-align:center;line-height:51px;color:#000}.navigation a.current{text-decoration:none;background:url(../images/login/currentbg.gif) no-repeat!important;font-weight:700}/* 主体内容区域 */
/* 旧的 .body 布局主要用于注册，这里登录页使用新的布局容器 */
.body{width:100%;max-width:800px;margin:15px auto;padding:40px 20px;animation:fadeInUp 0.6s ease-out;backdrop-filter:blur(15px);}

/* 登录表单容器 */
.body .log{background:transparent;border:none;padding:0;}
.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}

/* ========== 登录页全新布局（主题 #4F569A，无横向滚动）========== */
body:has(.login-page),
body:has(.register-page){
	overflow-x:hidden;
}
.login-page{
	min-height:calc(100vh - 160px);
	display:flex;
	flex-direction:column;
	align-items:stretch;
	justify-content:center;
	padding:24px 0 40px;
	box-sizing:border-box;
	position:relative;
	flex:1;
	overflow-x:hidden;
	width:100%;
	max-width:100%;
}

/* 全页背景装饰（不撑开宽度） */
.login-page-bg{
	position:absolute;
	inset:0;
	pointer-events:none;
	overflow:hidden;
	z-index:0;
}
/* 背景星星形状（五角星） */
.login-bg-circle{
	position:absolute;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='50,4 61,38 97,38 69,61 79,96 50,74 21,96 31,61 3,38 39,38' fill='rgba(79,86,154,0.08)'/%3E%3C/svg%3E");
}
.login-bg-circle-1{ width:480px; height:480px; top:-120px; right:-80px; }
.login-bg-circle-2{ width:320px; height:320px; bottom:-60px; left:-60px; }
.login-bg-circle-3{ width:200px; height:200px; top:40%; left:15%; opacity:0.6; }
.login-bg-grid{
	position:absolute;
	inset:0;
	background-image:linear-gradient(rgba(79,86,154,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(79,86,154,0.03) 1px, transparent 1px);
	background-size:32px 32px;
}

/* 居中单卡片布局（无左右分栏） */
.login-center{
	position:relative;
	z-index:1;
	width:100%;
	max-width:min(440px, calc(100% - 32px));
	margin:0 auto;
	padding:32px 0 48px;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:28px;
}

/* 页顶欢迎区 */
.login-intro{
	text-align:center;
}
.login-intro-title{
	font-size:32px;
	font-weight:700;
	color:#1a1a2e;
	margin:0 0 8px;
	letter-spacing:-0.02em;
}
.login-intro-desc{
	font-size:15px;
	color:#6b7280;
	margin:0 0 20px;
	line-height:1.5;
}
.login-intro-tags{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:10px;
}
.login-tag{
	display:inline-flex;
	align-items:center;
	gap:6px;
	font-size:13px;
	color:#4F569A;
	background:rgba(79,86,154,0.08);
	padding:8px 14px;
	border-radius:20px;
}
.login-tag i{
	font-size:12px;
	opacity:0.9;
}

/* 登录卡片 */
.login-card{
	background:#fff;
	border-radius:20px;
	box-shadow:0 20px 56px rgba(79,86,154,0.12), 0 0 0 1px rgba(79,86,154,0.06);
	overflow:hidden;
	box-sizing:border-box;
}

.login-form-wrapper{
	width:100%;
	padding:36px 32px 32px;
	box-sizing:border-box;
}

/* 登录页输入框主题色 */
.login-page .input:hover{
	border-color:rgba(79,86,154,0.5);
}
.login-page .input:focus{
	outline:none;
	border-color:#4F569A;
	box-shadow:0 0 0 4px rgba(79,86,154,0.15);
}
.login-page .authcode:hover{
	border-color:#4F569A;
	box-shadow:0 0 0 3px rgba(79,86,154,0.12);
}
.login-page .form-label{
	color:#3a3d5c;
}
.login-page .remember-me input[type="checkbox"]:checked{
	accent-color:#4F569A;
}

/* 注册表单页复用登录页主题色 */
.register-page .input:hover{
	border-color:rgba(79,86,154,0.5);
}
.register-page .input:focus{
	outline:none;
	border-color:#4F569A;
	box-shadow:0 0 0 4px rgba(79,86,154,0.15);
}
.register-page .authcode:hover{
	border-color:#4F569A;
	box-shadow:0 0 0 3px rgba(79,86,154,0.12);
}
.register-page .form-label{
	color:#3a3d5c;
}
.register-page .typebtn{
	background:linear-gradient(135deg, #4F569A 0%, #3D4477 100%);
}
.register-page .typebtn:hover{
	background:linear-gradient(135deg, #5D65AB 0%, #4F569A 100%);
	box-shadow:0 6px 20px rgba(79,86,154,0.4);
}
.register-page textarea:focus{
	outline:none;
	border-color:#4F569A !important;
	box-shadow:0 0 0 4px rgba(79,86,154,0.15);
}
.register-page .form-section-title{
	border-bottom-color:rgba(79,86,154,0.2);
	color:#1a1a2e;
}

.login-form-title{
	font-size:22px;
	font-weight:700;
	color:#1a1a2e;
	margin:0 0 6px;
	letter-spacing:-0.02em;
}

.login-form-desc{
	font-size:14px;
	color:#6b7280;
	margin:0 0 24px;
}

.login-subtitle{
	display:none;
}

/* ========== 注册页全新布局（居中单卡片，主题 #4F569A）========== */
.register-page{
	min-height:calc(100vh - 160px);
	display:flex;
	flex-direction:column;
	align-items:stretch;
	justify-content:center;
	padding:24px 0 40px;
	box-sizing:border-box;
	position:relative;
	flex:1;
	overflow-x:hidden;
	width:100%;
	max-width:100%;
}

.register-center{
	position:relative;
	z-index:1;
	width:100%;
	max-width:min(520px, calc(100% - 32px));
	margin:0 auto;
	padding:28px 0 48px;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:24px;
}

.register-intro{
	text-align:center;
}
.register-intro-title{
	font-size:30px;
	font-weight:700;
	color:#1a1a2e;
	margin:0 0 8px;
	letter-spacing:-0.02em;
}
.register-intro-desc{
	font-size:15px;
	color:#6b7280;
	margin:0 0 18px;
	line-height:1.5;
}
.register-intro-tags{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:10px;
}
.register-tag{
	display:inline-flex;
	align-items:center;
	gap:6px;
	font-size:13px;
	color:#4F569A;
	background:rgba(79,86,154,0.08);
	padding:8px 14px;
	border-radius:20px;
}
.register-tag i{
	font-size:12px;
	opacity:0.9;
}

.register-card-wrap{
	background:#fff;
	border-radius:20px;
	box-shadow:0 20px 56px rgba(79,86,154,0.12), 0 0 0 1px rgba(79,86,154,0.06);
	overflow:hidden;
	box-sizing:border-box;
}

.register-card-wrap .register-card{
	width:100%;
	padding:32px 28px 28px;
	box-sizing:border-box;
	background:transparent;
	border:none;
	box-shadow:none;
}

.register-card-title{
	font-size:20px;
	font-weight:700;
	color:#1a1a2e;
	margin:24px 0 4px;
	letter-spacing:-0.02em;
}
.register-card-desc{
	font-size:14px;
	color:#6b7280;
	margin:0 0 20px;
}

.register-page .register-footer{
	margin-top:8px;
	padding-top:20px;
	border-top:1px solid rgba(79,86,154,0.1);
	justify-content:center;
}
.register-page .register-link{
	color:#4F569A !important;
	font-weight:600;
}
.register-page .register-link:hover{
	color:#3D4477 !important;
	text-decoration:underline;
}

/* 注册表单页：稍宽卡片 + 协议行样式 */
.register-form-center{
	max-width:min(560px, calc(100% - 32px));
}
.register-form-page .register-card-wrap .register-card{
	padding:28px 28px 24px;
}
.form-row-agreement{
	flex-direction:column;
	align-items:flex-start;
	gap:10px;
	margin-top:8px;
	margin-bottom:20px;
}
.agreement-label{
	display:flex;
	align-items:center;
	gap:8px;
	font-size:14px;
	color:#333;
	cursor:pointer;
}
.agreement-radio{
	accent-color:#4F569A;
}
.agreement-links{
	display:flex;
	flex-wrap:wrap;
	gap:12px 20px;
	margin-left:24px;
}
.agreement-links a{
	color:#4F569A !important;
	text-decoration:none;
	font-size:14px;
}
.agreement-links a:hover{
	text-decoration:underline;
	color:#3D4477 !important;
}
@media (max-width: 640px) {
	.form-row-agreement{
		margin-bottom:16px;
	}
	.agreement-links{
		margin-left:0;
	}
}

.login-form{
	margin:0;
}

.form-row{
	margin-bottom:28px;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:10px;
}

.form-row:last-child{
	margin-bottom:0;
}

.login-page .form-row-register{
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid rgba(79,86,154,0.15);
	text-align:center;
}

/*.form-row-inline{*/
/*	display:flex;*/
	flex-direction:row; /* 标签和输入框一行显示 */
/*	align-items:center;*/
/*	gap:10px;*/
/*}*/

.form-label{
	display:block;
	font-size:14px;
	color:#333;
	margin-bottom:8px;
	font-weight:600;
	width:auto;
}

.form-row-inline .form-label{
	width:80px;
	margin:0 10px 0 0;
}

.form-field{
	width:100%;
	min-width:0;
}

.form-field-captcha{
	display:flex;
	align-items:center;
	gap:12px;
	flex:1;
}

.form-field-captcha .authcode{
	height:46px;
	flex-shrink:0;
}

.form-row-actions{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-top:10px;
	margin-bottom:10px;
}

.remember-me{
	display:flex;
	align-items:center;
	font-size:13px;
	color:#666;
}

.remember-me .checkbox{
	margin-right:6px;
}

.login-page .link-forgot{
	font-size:13px;
	color:#4F569A !important;
	text-decoration:none;
}

.login-page .link-forgot:hover{
	text-decoration:underline;
	color:#3D4477 !important;
}

.login-page .login-submit-btn,
.login-page .typebtn{
	background:linear-gradient(135deg, #4F569A 0%, #3D4477 100%);
	margin-top:4px;
}

.login-page .typebtn:hover{
	background:linear-gradient(135deg, #5D65AB 0%, #4F569A 100%);
	box-shadow:0 6px 20px rgba(79,86,154,0.4);
}

.login-submit-btn{
	margin-top:4px;
}

.form-row-register{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	margin-top:4px;
	flex-wrap:nowrap; /* 登录/注册提示文字和按钮始终在同一行 */
}

.register-text{
	font-size:14px;
	color:#666;
	white-space:nowrap; /* 防止“已有账号？”、“还没有账号？”换行 */
}

.login-page .register-link{
	font-size:15px;
	color:#4F569A !important;
	font-weight:600;
	text-decoration:none;
	transition:color 0.3s ease;
	white-space:nowrap; /* 防止“立即登录”、“免费注册”换行 */
}

.login-page .register-link:hover{
	text-decoration:underline;
	color:#3D4477 !important;
}

.login-page .third-login{
	margin-top:24px;
	padding-top:24px;
	border-top:1px solid rgba(79,86,154,0.12);
}

.third-login-title{
	text-align:center;
	font-size:12px;
	color:#999;
	margin-bottom:10px;
	position:relative;
}

.third-login-title span{
	background:transparent;
	padding:0 8px;
	position:relative;
	z-index:2;
}

.third-login-title::before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:50%;
	border-top:1px dashed #e0e0e0;
	z-index:1;
}

.third-login-buttons{
	display:flex;
	justify-content:center;
	gap:12px;
}

.third-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:8px 14px;
	border-radius:8px;
	font-size:13px;
	color:#333;
	text-decoration:none;
	gap:6px;
	min-width:110px;
	border:1px solid #e5e5e5;
	background:#f9f9f9;
	transition:all .2s ease;
}

.third-btn:hover{
	background:#f0f0f0;
	border-color:#ddd;
	transform:translateY(-1px);
	box-shadow:0 2px 8px rgba(0,0,0,.1);
}

.third-icon{
	width:18px;
	height:18px;
	border-radius:50%;
	background:#fff;
	position:relative;
}

.qq-icon::before,
.wechat-icon::before{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:12px;
	height:12px;
	background-size:contain;
	background-repeat:no-repeat;
}

.qq-icon::before{
	background-image:url('../images/login/qq.png');
}

.wechat-icon::before{
	background-image:url('../images/login/wechat.png');
}

.third-btn-qq{
	background:linear-gradient(135deg,#3fa5ff 0%,#0f7be9 100%);
}

.third-btn-wechat{
	background:linear-gradient(135deg,#31c27c 0%,#1ba85b 100%);
}

/* 响应式调整 */
@media (max-width: 960px){
	.login-layout{
		flex-direction:column;
		align-items:stretch;
	}
	.login-hero{
		padding-right:0;
		text-align:left;
	}
}

@media (max-width: 960px){
	.login-page{
		padding:16px 0 24px;
	}
	.login-center{
		max-width:calc(100% - 24px);
		padding:24px 0 40px;
		gap:24px;
	}
	.login-intro-title{
		font-size:28px;
	}
	.login-form-title{
		font-size:20px;
	}
}

@media (max-width: 640px){
	.login-page{
		padding:12px 0 20px;
		min-height:calc(100vh - 160px);
	}
	.login-center{
		max-width:calc(100% - 16px);
		padding:20px 0 32px;
		gap:20px;
	}
	.login-intro-title{
		font-size:26px;
	}
	.login-intro-desc{
		font-size:14px;
		margin-bottom:16px;
	}
	.login-intro-tags{
		gap:8px;
	}
	.login-tag{
		font-size:12px;
		padding:6px 12px;
	}
	.login-card{
		border-radius:16px;
	}
	.login-form-wrapper{
		padding:28px 24px 24px;
	}
	.login-form-title{
		font-size:20px;
	}
	.form-row-inline{
		flex-direction:column;
		align-items:stretch;
	}
	.form-row-inline .form-label{
		margin-bottom:8px;
	}
	.form-field-captcha{
		width:100%;
		flex-direction:column;
		gap:12px;
	}
	.form-field-captcha .input-small{
		width:100%;
	}
	.form-field-captcha .authcode{
		width:100%;
	}
	.form-row-actions{
		flex-direction:column;
		align-items:flex-start;
		gap:12px;
	}
}
.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:#f8f9fa;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,#12438f 0%,#12438f 100%);color:white;font-weight:700}

/* 选择器样式 */
.body .registerpart .selecter{width:100%;max-width:350px;margin:20px auto;padding:30px;border:2px solid #e1e8ed;border-radius:16px;background:#fff;transition:all 0.3s ease;cursor:pointer;text-decoration:none;display:block;color:inherit;height:auto;float:none}
.body .registerpart .selecter:hover{border-color:#12438f;transform:translateY(-4px);text-decoration:none;color:inherit}
.body .registerpart .selecter:hover .ico span{transform:scale(1.1);}
.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,#12438f 0%,#12438f 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,#12438f 0%,#12438f 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,#12438f 0%,#12438f 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 #12438f 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:30px 20px;
	margin-top:auto;
	font-size:14px;
	color:#666;
	width:100%;
	max-width:100%;
	margin-left:0;
	margin-right:0;
	text-align:center;
	background:#f8f9fa;
	border-top:1px solid #e8e8e8;
	position:relative;
	clear:both;
	display:block;
	white-space:normal;
	writing-mode:horizontal-tb;
	text-orientation:mixed;
	order:999;
}
.footer a{
	color:#666;
	text-decoration:none;
}
.footer a:hover{
	color:#0097fe;
	text-decoration:underline;
}
/* 响应式设计 */
@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(15,82,187,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{padding:16px 20px;border:2px solid #e0e0e0;border-radius:10px;font-size:16px;background:#fff;transition:all 0.3s ease;box-sizing:border-box;font-family:inherit;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:100% !important;display:block;}
.input:hover{border-color:#0097fe;}
.input:focus{outline:none;border-color:#0097fe;background:#fff;box-shadow:0 0 0 4px rgba(0,151,254,0.15);}
.input::placeholder{color:#999;font-size:15px}

/* 输入框尺寸 */
.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:60%;display:inline-block;}
.input-150,.input-6,.input-medium{width:150px}
.input-230,.input-large{width:100%;}
.input-400,.input-60,.input-larger{width:400px}

/* 验证码样式 */
.authcode{
	border-radius:8px;
	border:1.5px solid #e0e0e0;
	transition:all 0.3s ease;
	cursor:pointer;
	display:block;
	height:46px;
	background:#fafafa;
}
.authcode:hover{
	border-color:#0097fe;
	background:#fff;
	box-shadow:0 0 0 3px rgba(0,151,254,0.12);
}
/* 复选框和按钮样式 */
.checkbox{margin-right:8px;transform:scale(1.2)}
label{font-size:14px;color:#333;cursor:pointer;user-select:none}

/* 提交按钮 */
.typebtn{width:100%;padding:18px;background:#0097fe;color:white;border:none;border-radius:10px;font-size:18px;font-weight:600;cursor:pointer;transition:all 0.3s ease;font-family:inherit;text-align:center;line-height:normal;letter-spacing:0.5px;margin-top:10px;}
.typebtn:hover{background:#0080e0;box-shadow:0 6px 20px rgba(0,151,254,0.4);transform:translateY(-2px);}
.typebtn:active{transform:translateY(0);box-shadow:0 3px 12px rgba(0,151,254,0.3);}

/* 颜色主题 */
.blue .typebtn{background:linear-gradient(135deg,#12438f 0%,#12438f 100%)}
.green .typebtn{background:linear-gradient(135deg,#42b712 0%,#5bc91e 100%)}
.orange .typebtn{background: #383F70;}
.red .typebtn{background:linear-gradient(135deg,#C40000 0%,#e60000 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:#12438f}.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{float:left;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-card{
	width:100%;
	max-width:100%;
	background:#ffffff;
	border-radius:0;
	box-shadow:none;
	border:none;
	padding:0;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	z-index:6;
	pointer-events:auto;
}

.register-card::before{
	display:none;
}

.register-steps{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:30px 0 40px;
	padding:0 10px;
	position:relative;
}

.register-steps::before{
	content:'';
	position:absolute;
	top:50%;
	left:10px;
	right:10px;
	height:2px;
	background:#e8e8e8;
	transform:translateY(-50%);
	z-index:0;
}

.step-item{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:8px;
	position:relative;
	z-index:1;
	flex:1;
}

.step-number{
	width:40px;
	height:40px;
	border-radius:50%;
	background:#f8f8f8;
	border:2px solid #e0e0e0;
	color:#999;
	font-size:15px;
	font-weight:600;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:all 0.3s ease;
}

.step-item.active .step-number{
	background:#4F569A;
	border-color:#4F569A;
	color:#fff;
	box-shadow:0 4px 12px rgba(79,86,154,.4);
	transform:scale(1.05);
}

.step-text{
	font-size:12px;
	color:#666;
	white-space:nowrap;
}

.step-item.active .step-text{
	color:#4F569A;
	font-weight:500;
}

.reg-reselect-link{
	color:#4F569A !important;
	text-decoration:none;
	font-size:12px;
	margin-left:4px;
}
.reg-reselect-link:hover{
	text-decoration:underline;
	color:#3D4477 !important;
}

.register-options{
	display:flex;
	flex-direction:column;
	gap:16px;
	margin-bottom:24px;
}

.register-option-card{
	display:flex;
	align-items:center;
	gap:20px;
	padding:28px;
	background:#fff;
	border:2px solid #e8e8e8;
	border-radius:12px;
	text-decoration:none;
	transition:all 0.3s ease;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}

.register-option-card:hover{
	background:rgba(79,86,154,0.04);
	border-color:#4F569A;
	transform:translateY(-3px);
	box-shadow:0 8px 24px rgba(79,86,154,.2);
}

.option-icon{
	width:56px;
	height:56px;
	border-radius:14px;
	background:linear-gradient(135deg, rgba(79,86,154,0.12) 0%, rgba(79,86,154,0.06) 100%);
	border:1px solid rgba(79,86,154,0.2);
	display:flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
	position:relative;
	z-index:1;
	font-size:22px;
	color:#4F569A;
}

.option-icon i{
	font-size:1em;
}

.icon-person::before,
.icon-org::before{
	content:'';
	display:block;
	width:28px;
	height:28px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.icon-person::before{
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237bdcff'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");
}

.icon-org::before{
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237bdcff'%3E%3Cpath d='M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z'/%3E%3C/svg%3E");
}

.option-content{
	flex:1;
	position:relative;
	z-index:1;
}

.option-title{
	font-size:18px;
	font-weight:600;
	color:#1a1a1a;
	margin:0 0 8px;
}

.option-desc{
	font-size:14px;
	color:#666;
	margin:0;
	line-height:1.6;
}

.option-arrow{
	font-size:14px;
	color:#4F569A;
	font-weight:300;
	flex-shrink:0;
	position:relative;
	z-index:1;
	transition:transform 0.3s ease;
	opacity:0.8;
}

.register-option-card:hover .option-arrow{
	transform:translateX(5px);
}

.register-option-card:hover .option-arrow{
	transform:translateX(4px);
}

/* 响应式调整 */
@media (max-width: 768px) {
	.register-card{
		max-width:100%;
		padding:24px 20px;
	}

	.register-center{
		max-width:calc(100% - 24px);
		padding:20px 0 36px;
		gap:20px;
	}

	.register-intro-title{
		font-size:26px;
	}

	.register-card-wrap .register-steps{
		margin:0 0 24px;
	}

	.register-steps{
		margin:20px 0 24px;
	}

	.step-text{
		font-size:11px;
	}

	.register-option-card{
		padding:20px 18px;
		gap:16px;
	}

	.option-icon{
		width:48px;
		height:48px;
		font-size:18px;
	}

	.option-title{
		font-size:15px;
	}

	.option-desc{
		font-size:12px;
	}
}

@media (max-width: 640px) {
	.register-center{
		max-width:calc(100% - 16px);
		padding:16px 0 28px;
		gap:18px;
	}

	.register-intro-title{
		font-size:24px;
	}

	.register-intro-desc{
		font-size:14px;
	}

	.register-tag{
		font-size:12px;
		padding:6px 12px;
	}

	.register-card-wrap{
		border-radius:16px;
	}

	.register-card{
		padding:24px 20px 20px;
	}

	.register-card-title{
		font-size:18px;
		margin-top:20px;
	}

	.register-option-card{
		padding:16px;
		gap:12px;
		flex-wrap:wrap;
	}

	.option-icon{
		width:44px;
		height:44px;
		font-size:16px;
	}
}

/* ========== 注册表单页面样式 ========== */
.form-section-title{
	font-size:18px;
	font-weight:700;
	color:#1a1a1a;
	margin:32px 0 20px;
	padding-bottom:14px;
	border-bottom:2px solid #e8e8e8;
	letter-spacing:-0.3px;
}

.form-section-title:first-of-type{
	margin-top:0;
}

.form-section-title:first-of-type{
	margin-top:0;
}

/* 注册结果页面样式 */
.register-result{
	margin-top:24px;
}

.result-item{
	text-align:center;
	padding:32px 20px;
}

.result-icon{
	font-size:72px;
	line-height:1;
	margin-bottom:24px;
	display:block;
}

.result-success .result-icon{
	color:#10b981;
}

.result-error .result-icon{
	color:#ef4444;
}

.result-waiting .result-icon{
	color:#4F569A;
}
.result-icon i{
	font-size:1em;
}

.result-title{
	font-size:22px;
	font-weight:700;
	color:#1a1a1a;
	margin:0 0 14px;
	letter-spacing:-0.3px;
}

.result-desc{
	font-size:15px;
	color:#666;
	margin:0 0 18px;
	line-height:1.7;
}

.result-link{
	margin:16px 0;
}

.result-link a{
	color:#4F569A;
	text-decoration:none;
	font-size:14px;
}

.result-link a:hover{
	text-decoration:underline;
	color:#3D4477;
}

.result-userid{
	color:#4F569A !important;
	font-weight:600;
}

.result-tip{
	font-size:14px;
	color:#666;
	margin:18px 0 0;
	line-height:1.7;
	text-align:left;
	background:rgba(79,86,154,0.04);
	border:1px solid rgba(79,86,154,0.12);
	padding:14px 18px;
	border-radius:10px;
}

.result-actions{
	margin-top:24px;
	display:flex;
	justify-content:center;
	gap:12px;
}

.result-btn{
	display:inline-block;
	padding:12px 24px;
	background:#f9f9f9;
	border:1px solid #e5e5e5;
	border-radius:8px;
	color:#333;
	text-decoration:none;
	font-size:14px;
	font-weight:500;
	transition:all 0.3s ease;
}

.result-btn:hover{
	background:#f0f0f0;
	border-color:#ddd;
	transform:translateY(-2px);
}

.result-btn-primary{
	background:linear-gradient(135deg, #4F569A 0%, #3D4477 100%);
	border-color:#4F569A;
	color:#fff;
}

.result-btn-primary:hover{
	background:linear-gradient(135deg, #5D65AB 0%, #4F569A 100%);
	border-color:#4F569A;
	box-shadow:0 4px 12px rgba(79,86,154,.35);
	transform:translateY(-2px);
}

/* 注册结果页居中布局 */
.register-result-center{
	max-width:min(520px, calc(100% - 32px));
}
.register-result-page .result-item{
	padding:36px 24px;
}
.register-result-page .result-icon{
	font-size:64px;
}

/* 密码强度指示器样式优化 */
.pw_check{
	margin-top:8px;
	display:flex;
	flex-direction:column;
	gap:8px;
}

.pw_check-labels{
	display:flex;
	align-items:center;
	gap:8px;
}

.pw_check-label{
	display:inline-block;
	padding:6px 14px;
	font-size:13px;
	color:#666;
	border-radius:6px;
	background:#f8f8f8;
	border:1px solid #e8e8e8;
	flex:1;
	text-align:center;
	font-weight:500;
}

.pw_check-label .c_orange{
	color:#ffa500;
	font-weight:700;
	background:#fff4e0;
	border-color:#ffd700;
}

.pw_check-bar{
	width:100%;
	height:8px;
	background:#e8e8e8;
	border-radius:4px;
	overflow:hidden;
	position:relative;
}

.pw_check-fill{
	height:100%;
	border-radius:4px;
	transition:width 0.3s ease, background-color 0.3s ease;
}

.pw_check-weak{
	width:33.33%;
	background:linear-gradient(90deg, #ffa500 0%, #ff9500 100%);
}

.pw_check-medium{
	width:66.66%;
	background:linear-gradient(90deg, #ffa500 0%, #ff9500 100%);
}

.pw_check-strong{
	width:100%;
	background:linear-gradient(90deg, #ffa500 0%, #ff9500 100%);
}

/* 验证问题样式 */
.qfont{
	font-size:13px;
	color:#9fb7ff;
	margin-top:8px;
	line-height:1.5;
}

/* 响应式调整 */
@media (max-width: 768px) {
	.form-section-title{
		font-size:15px;
		margin:20px 0 12px;
	}

	.result-item{
		padding:24px 16px;
	}

	.result-icon{
		font-size:48px;
		margin-bottom:16px;
	}

	.result-title{
		font-size:18px;
	}

	.result-desc{
		font-size:13px;
	}

	.result-tip{
		font-size:12px;
		padding:10px 12px;
	}

	.result-btn{
		padding:10px 20px;
		font-size:13px;
	}
}