@CHARSET "UTF-8"; 
/*登录*/
body{margin: 0;padding: 0;min-width: 1200px;background: #fff;overflow-x: hidden;}

.wst-container {
	position: relative;
	z-index: 1;
	width: 1200px;
	margin: 0 auto;
}

/* 新的登录页面布局 - 左右分栏 */
.wst-login-wrapper {
	display: flex;
	min-height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* 左侧品牌展示区域 */
.wst-login-left {
	flex: 1;
	background: url(../img/3_02.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 40px;
	min-height: 100vh;
}

.wst-login-left::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(66, 133, 244, 0.85) 0%, rgba(0, 198, 255, 0.75) 100%);
	z-index: 1;
}

.wst-login-left-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 500px;
	color: #fff;
	text-align: center;
}

.wst-login-logo {
	margin-bottom: 50px;
}

.wst-login-logo img {
	max-width: 200px;
	height: auto;
	filter: brightness(0) invert(1);
}

.wst-login-welcome {
	margin-bottom: 60px;
}

.welcome-title {
	font-size: 48px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.welcome-subtitle {
	font-size: 20px;
	margin: 0;
	opacity: 0.95;
	text-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.wst-login-features {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-top: 40px;
}

.feature-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.feature-icon {
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	backdrop-filter: blur(10px);
	border: 2px solid rgba(255,255,255,0.3);
}

.feature-text {
	font-size: 18px;
	font-weight: 500;
	text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* 右侧登录表单区域 */
.wst-login-right {
	flex: 0 0 550px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	min-height: 100vh;
	box-shadow: -5px 0 30px rgba(0,0,0,0.1);
}

.wst-login-form-container {
	width: 100%;
	max-width: 420px;
}

/* 注册表单内容区域 */
.wst-login-form-container .wst-tab-content {
	padding-top: 20px;
}

.wst-login-header {
	margin-bottom: 35px;
	text-align: left;
}

.login-form-title {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin: 0 0 8px 0;
	letter-spacing: 0.5px;
}

.wst-login-register-link {
	font-size: 14px;
	color: #666;
	margin-top: 0;
}

.wst-login-register-link a {
	color: #4285F4;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s;
}

.wst-login-register-link a:hover {
	color: #357ae8;
	text-decoration: underline;
}

.wst-login_l{width: 1200px; height:525px;margin:0 auto;position: relative;z-index: 1;}
.wst-login_l_shop{width: 99.9%; height:475px;}
.wst-login_r{
	margin-top:3%;
	float:right;
	background: white;
	padding: 30px 20px 20px 20px;
	position: relative;
	z-index: 1;
	box-shadow: 0 15px 50px rgba(0,0,0,0.2);
	border-radius: 12px;
	backdrop-filter: blur(10px);
}
.wst-login-u{margin: 0 auto; width:120px; height:36px; display: block; font-size: 25px;  } 
/* 新的输入框样式 */
.wst-login-form-container input.wst-login-input-1{margin: 0;float: left; padding:0 15px; font-size: 15px; outline: none; width: calc(100% - 50px); height:46px;border:0;background: transparent;color: #333;}
.wst-login-form-container input.wst-login-input-1::placeholder{color: #999;}

/* 保留旧样式以兼容 */
input.wst-login-input-1{margin: 1px;float: left; padding:2px; padding-left:5px; font-size: 15px; outline: none; width: 270px; height:36px;border:0;}
input.wst-login-input{padding:0px; padding-left:5px; font-size: 15px; outline: none; width:300px; height:36px;  border:1px solid #eee;}
input.wst-regist-input{margin: 1px;float: left; padding:2px; padding-left:5px; font-size: 15px; outline: none; width:269px; height:36px;border:1px solid #eee;}
.wst-login-input:focus,.wst-login-input-1:focus,.wst-regist-input:focus,.wst-login-codein-1:focus,.wst-login-codein:focus,.wst-regist-codein:focus,.wst-regist-codemo:focus{ border:1px solid #eb654a; }
/* 新的表格样式 */
.wst-login-form-container .wst-table{margin-top:20px; color: #666;font: 14px/150% "Hiragino Sans GB","Microsoft Yahei",arial,宋体,"Helvetica Neue",Helvetica,STHeiTi,sans-serif;width: 100%;margin: 0px auto;}
.wst-login-form-container .wst-table a{color: #4285F4;text-decoration: none;transition: color 0.3s;}
.wst-login-form-container .wst-table a:hover{color: #357ae8;text-decoration: underline;}

/* 保留旧样式以兼容 */
.wst-table{margin-top:20px; color: #666;font: 12px/150% "Hiragino Sans GB","Microsoft Yahei",arial,宋体,"Helvetica Neue",Helvetica,STHeiTi,sans-serif;width: 90%;margin: 0px auto;}
.wst-login-tr{height:50px;}
.wst-login-tr .wst-login-input{width: 180px;}
/* 新的验证码输入框样式 */
.wst-login-form-container .wst-login-code-1{height:48px;border: 1px solid #e0e0e0;border-radius: 8px;background: #fafafa;transition: all 0.3s;position: relative;}
.wst-login-form-container .wst-login-code-1:hover{border-color: #4285F4;background: #fff;}
.wst-login-form-container .wst-login-code-1:focus-within{border-color: #4285F4;background: #fff;box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.1);}
.wst-login-form-container input.wst-login-codein-1{padding:0 15px; width:calc(100% - 150px); height:46px; position:absolute;left: 38px;font-size: 15px; outline: none; border:0;background: transparent;color: #333;}
.wst-login-form-container .wst-login-codeim-1{width:125px;height:36px;border-top-right-radius:8px;border-bottom-right-radius:8px;float: right;margin-top: 6px;cursor: pointer;border-left: 1px solid #e0e0e0;}

/* 保留旧样式以兼容 */
.wst-login-code-1,.wst-regist-code{height:36px;  } 
input.wst-login-codein-1,input.wst-regist-codein{padding:0px; width:150px; height:36px; position:absolute;left: 38px;font-size: 15px; outline: none; border:0; }
/* 新的复选框样式 */
.wst-login-form-container .wst-login-ch{width: 16px;height: 16px;margin-right: 8px;cursor: pointer;accent-color: #4285F4;}

/* 保留旧样式以兼容 */
.wst-login-ch{border:1px solid #eb654a; }
/* 新的登录按钮样式 */
.wst-login-form-container .wst-item .wst-login-but{display: block; position: relative; background:#4285F4; color: #ffffff; text-align: center; font-size: 16px; font-weight: bold; text-decoration: none; border-radius: 8px; overflow: hidden; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; border: 0px; width: 100%; height: 44px;line-height: 44px; cursor: pointer;box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);}
.wst-login-form-container .wst-item .wst-login-but:hover {background: #357ae8; box-shadow: 0 6px 16px rgba(66, 133, 244, 0.4);transform: translateY(-1px);}

/* 保留旧样式以兼容 */
.wst-item .wst-login-but{display: block; position: relative; background:#A1D3F6; color: #ffffff; text-align: center; font-family: 'Ubuntu', sans-serif; font-size: 15px; font-weight: bold; text-decoration: none; border-radius: 3px; overflow: hidden; -webkit-transition: all 0.15s ease-in; transition: all 0.15s ease-in; border: 0px; width: 300px; height: 32px;line-height: 32px; cursor: pointer;}
.wst-item .wst-login-but:hover {background: #4aa1f1; }
.wst-item .wst-login-but:before {content: ' '; position: absolute; background: #ffffff; width: 25px; height: 50px; top: 0; left: -45px; opacity: 0.3; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transform: skewX(-25deg); transform: skewX(-25deg); }
.wst-item .wst-login-but:hover:before {width: 45px; left: 205px; }
.wst-login-three{height: 30px; display: block; margin-top: 15px; } /*注册*/ .wst-regist{
	padding:100px 20px 60px 20px;
	position: relative;
	z-index: 1;
}
.wst-regist-b{
	position: relative;
	margin-top:3px;
	min-height: calc(100vh - 200px);
	max-height: 100vh;
	overflow: hidden;
	background: linear-gradient(135deg, #4285F4 0%, #00c6ff 25%, #4285F4 50%, #0066cc 75%, #4285F4 100%);
	background-size: 400% 400%;
	animation: gradientShift 15s ease infinite;
}

/* 注册页面动态背景装饰层 */
.regist-animated-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

.regist-animated-bg::before,
.regist-animated-bg::after {
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255,255,255,0.15) 2px, transparent 2px);
	background-size: 100px 100px;
	animation: float 20s linear infinite;
}

.regist-animated-bg::before {
	top: -50%;
	left: -50%;
	animation-direction: normal;
}

.regist-animated-bg::after {
	bottom: -50%;
	right: -50%;
	animation-direction: reverse;
	animation-duration: 25s;
}
.wst-regist-c{
	width: 760px;
	margin: 0 auto;
	padding:20px;
	border-radius:12px;
	background: white;
	box-shadow: 0 15px 50px rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
}
.wst-regist-head{font-size:28px; font-family:"楷体"; color:#A1D3F6; text-align:center; } input.wst-regist-input{width:400px; margin-left:20px; }
.wst-regist-td{text-align:right; width: 150px; font-size: 15px; color:#626262; }
.wst-regist-code-1{margin-left:20px; } 
input.wst-regist-codein{width:150px;}
.wst-regist-codeim{margin-left:288px; } 
input.wst-regist-codemo{padding:0px;padding-left:5px; font-size: 15px; outline: none;width: 115px;height: 38px;border: 0px;  }
/* 新的获取验证码按钮样式 */
.wst-login-form-container .wst-regist-obtain{width:134px; background:#f5f5f5; border-radius: 6px; border: 1px solid #e0e0e0; padding:10px 0px; cursor:pointer; color: #333; float: right;font-size: 14px;transition: all 0.3s;}
.wst-login-form-container .wst-regist-obtain:hover{background:#4285F4;color: #fff;border-color: #4285F4;}

/* 保留旧样式以兼容 */
.wst-regist-obtain{width:134px; background:#f0efef; border-radius: 3px; border: 1px solid #eee; padding:10px 0px; cursor:pointer; color: #110f0f; border:1px solid #eee;float: right;}
/* 保留旧样式以兼容 */
.wst-regist-but{outline: none; background:#A1D3F6; color: #ffffff; border: 1px solid #68acdc; border-radius:3px; cursor:pointer; }
.wst-regist-but:hover{background: #41a6d4; }
.wst-regist-but:not(.disabled):not(:disabled):active, .wst-regist-but.active{background: #ea3232; background-clip: padding-box; } /*找回密码*/ .stepflex{border-top: 5px solid #f1f1f1; text-align: center; width: 640px; margin: 60px auto 50px; }
.stepflex dl{border-top: 5px solid #f1f1f1; float: left; position: relative; top: -5px; width: 160px; } dl.doing{border-top-color: #04bd3d; }
.doing .s-num{background-position: -23px 0; }
.s-num,.s-num1{color: #fff; font-weight: 700; height: 23px; line-height: 23px; margin: -15px auto 0; position: relative; width: 23px; border-radius:25px; }
.s-num{background: #04bd3d; }
.s-num1{background: #f1f1f1; }
.s-text{line-height:30px; }
.forget-pwd{width: 750px; margin:50px auto 50px; padding:25px 0px 48px 0px; border:1px solid #bac4c3; border-radius:6px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } input.wst-forget-input{ margin: 0 0 0 20px; padding-left:5px; font-size: 15px; outline: none; width:300px; height:36px; border-radius:3px; border:1px solid #bac4c3; }
.wst-forget-code,.wst-forget-code2{float:left; width:300px; height:36px; border-radius:3px; margin-left:20px; border:1px solid #bac4c3; } input.wst-forget-codein,input.wst-forget-codein2{padding: 0px; padding-left:5px; width:180px; height:36px; position:absolute; font-size: 15px; outline: none; border:0; border-radius:6px; }
.wst-forget-input:focus,.wst-forget-codein:focus,.wst-forget-codein2:focus{border-radius:3px; border:1px solid #eb654a; }
.wst-forget-codeim,.wst-forget-codeim2{width:116px; border-top-right-radius:6px; border-bottom-right-radius:6px; margin-left:183px; }
.wst-forget-code2{width:230px; } input.wst-forget-codein2{width:120px; }
.wst-forget-codeim2{width:112px; margin-left:118px; }
.email-verify{display:none; }
.wst-forget-td{text-align:right; width: 160px; font-size: 15px; color:#626262; }
.wst-forget-te{margin-left:20px; font-size: 15px; }
.wst-forget-select{margin-left:20px; font-size: 15px; outline: none; width:230px; height:36px; border-radius:3px; border:1px solid #bac4c3; }
.wst-forget-obtain{width:134px; height: 36px; background:#f0efef; border-radius: 3px; border: 1px solid #d3c8c7; padding:10px 0px; cursor:pointer; color: #110f0f; }
.wst-forget-c{text-align:center; }
.wst-forget-ct{font-size: 16px; color:#2d2727; }
.wst-icon-banner{width: 1200px;margin:0 auto;overflow: hidden;}
.wst-icon{width: 120px;height: 30px; display: inline-block;float: right;}
.wst-icon li{float:left;}
.wst-icon .wst-remind{color:red;padding-left: 10px;height: 30px;line-height: 30px;}
.wst-img-icon{width: 23px;height: 23px; background: url(../img/icon_login02.png) no-repeat;background-size: contain;margin-top: 3px;}
.wst-login-banner{width: 1200px;margin: 0px auto;overflow: hidden;}
.wst-login-banner .img-banner{width:240px;float: left;}
.wst-login-banner .img-banner img{width: 100%}
.wst-login-banner .wst-stript{width: 2px;height: 110px;margin-top: 25px;margin-left: 20px; background: #eee;float: left;}
.wst-login-action .wst-left{width: 200px;height: 130px; float: left;text-align: center;line-height: 130px;font-family:微软雅黑;font-weight: bold;font-size: 25px;}
.wst-login-banner .wst-right-action{height: 120px;line-height: 120px; float: right;}
.wst-login-banner .wst-right-action .wst-location{margin-left: 10px;color: #333;}
/* 保留旧样式以兼容其他页面 */
.wst-login-middle{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	min-height: calc(100vh - 200px);
	max-height: 100vh;
	position: relative;
	background: linear-gradient(135deg, #4285F4 0%, #00c6ff 25%, #4285F4 50%, #0066cc 75%, #4285F4 100%);
	background-size: 400% 400%;
	animation: gradientShift 15s ease infinite;
}

/* 动态背景动画 */
@keyframes gradientShift {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* 动态背景装饰层 */
.login-animated-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

.login-animated-bg::before,
.login-animated-bg::after {
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255,255,255,0.15) 2px, transparent 2px);
	background-size: 100px 100px;
	animation: float 20s linear infinite;
}

.login-animated-bg::before {
	top: -50%;
	left: -50%;
	animation-direction: normal;
}

.login-animated-bg::after {
	bottom: -50%;
	right: -50%;
	animation-direction: reverse;
	animation-duration: 25s;
}

@keyframes float {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}
	100% {
		transform: translate(-50px, -50px) rotate(360deg);
	}
}

.wst-login-middle-shop{height: 477px; background: rgb(86,169,253);}
.wst-color{background: white;}
.wst-login-banner-regist{width: 99.9%;height: 100px; }
.wst-login-banner-regist .img-banner{height:90px; margin: 10px 10px 10px 100px; float: left;}
.wst-login-banner-regist .img-banner img{height: 100%;}
.wst-login-banner-regist .wst-login-action{width:400px;height: 80px; float: right; margin: 10px 10px 10px 10px;}
.wst-item{position: relative;margin-bottom: 20px;}
/* 新的输入框样式 */
.wst-login-form-container .wst-item-box{border: 1px solid #e0e0e0;height: 48px;line-height: 48px; width: 100%; margin: 20px auto;border-radius: 8px;transition: all 0.3s;background: #fafafa;}
.wst-login-form-container .wst-item-box:hover{border-color: #4285F4;background: #fff;}
.wst-login-form-container .wst-item-box:focus-within{border-color: #4285F4;background: #fff;box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.1);}

/* 保留旧样式以兼容 */
.wst-item-box{border: 1px solid #eee;height: 38px;line-height: 38px; width: 300px; margin: 20px auto}
/* 新的图标样式 */
.wst-login-form-container .wst-item-box .login-img{ position: relative;z-index: 3;top: 0;left: 0; width: 20px;height: 20px;margin-top: 14px; margin-left: 15px;margin-right: 10px; background: url(../img/icon_name.png) 1px no-repeat;background-size: 80%;float: left;opacity: 0.6;}
.wst-login-form-container .password-img{position: relative;z-index: 3;top: 0;left: 0; width: 20px;height: 20px;margin-top: 14px;margin-left: 15px; margin-right: 10px; float: left;background: url(../img/icon_passard.png) 1px no-repeat;background-size: 80%;opacity: 0.6;}
.wst-login-form-container .yanzheng-img{position: relative;z-index: 3;top: 0;left: 0; width: 20px;height: 20px;margin-top: 14px; margin-left: 15px;margin-right: 10px; float: left;background: url(../img/icon_yanzhengma.png) 1px no-repeat;background-size: 80%;opacity: 0.6;}

/* 保留旧样式以兼容 */
.wst-item-box .login-img{ position: relative;z-index: 3;top: 0;left: 0; width: 20px;height: 20px;margin-top: 10px; margin-left: 6px;margin-right: 2px; background: url(../img/icon_name.png) 1px no-repeat;background-size: 80%;float: left;}
.password-img{position: relative;z-index: 3;top: 0;left: 0; width: 20px;height: 20px;margin-top: 10px;margin-left: 6px; margin-right: 2px; float: left;background: url(../img/icon_passard.png) 1px no-repeat;background-size: 80%;}
.yanzheng-img{position: relative;z-index: 3;top: 0;left: 0; width: 20px;height: 20px;margin-top: 10px; margin-left: 6px;margin-right: 2px; float: left;background: url(../img/icon_yanzhengma.png) 1px no-repeat;background-size: 80%;}
.bottom-stript{width: 100%;height: 20px;border:1px solid red;}
.regist-border{border:1px solid #eee;}


.wst-login-code,.wst-regist-code{height:36px; border:1px solid #eee; }
.wst-login-codeim{margin-left:130px; }
input.wst-login-codein{padding:0px; padding-left:5px; width:180px; height:36px; position:absolute; font-size: 15px; outline: none;border:0; }

/* 新的登录表单样式 */
.wst-login-form-container .wst-tab-box{width: 100%; margin: 0px auto;overflow: hidden;}
.wst-login-form-container .wst-tab-nav{width: 100%; margin: 0px auto; border-bottom: 2px solid #f0f0f0; overflow: hidden;display: flex;justify-content: center;gap: 0;}
.wst-login-form-container .wst-tab-nav li{flex: 1;padding: 15px 0px;text-align: center;line-height: 20px;font-size: 16px;cursor: pointer;color: #999;position: relative;transition: all 0.3s;}
.wst-login-form-container .wst-tab-nav li:after{content: "";}
.wst-login-form-container .wst-tab-nav li.on{color: #4285F4;font-weight: bold;}
.wst-login-form-container .wst-tab-nav li.on::after{content: '';position: absolute;bottom: -2px;left: 0;right: 0;height: 2px;background: #4285F4;}

/* 保留旧样式以兼容 */
.wst-login_r .wst-tab-box{width: 360px; margin: 0px auto;overflow: hidden;}
.wst-login_r .wst-tab-nav{width: 100%; margin: 0px auto; border-bottom: 1px solid #eee; overflow: hidden;}
.wst-login_r .wst-tab-nav li{min-width: 32.5%;margin: 0px auto; padding: 20px 0px;display:inline-block; text-align: center; line-height: 20px;font-size: 16px;cursor: pointer;}
.wst-login_r .wst-tab-nav li:after{content: "|";float: right; color: #ccc; font-weight: normal;}
.wst-login_r .wst-tab-nav li:last-child:after{content: "";}
.wst-login_r .wst-tab-nav .on{color: #A1D3F6; font-weight: bold;}
.n-default .n-left, .n-default .n-right { margin-top: 10px; position: absolute;}
.n-default .msg-wrap {position: absolute;right: 4px;}
.wst-login-code-1 .msg-box{top: 32px;left: 130px;}
/* 新的二维码样式 */
.wst-login-form-container .qrcode-main{width: 100%;margin: 20px auto;overflow:hidden;}
.wst-login-form-container .qrcode-main .qrcode-img{width: 200px;height: 200px;margin: 0px auto 20px;}
.wst-login-form-container .qrcode-main .qrcode-img img{width: 200px;height: 200px;border-radius: 8px;}
.wst-login-form-container .qrcode-main p{text-align: center;color: #666;}
.wst-login-form-container .qrcode-main p span{color: #4285F4;font-weight: bold;}

/* 保留旧样式以兼容 */
.qrcode-main{width: 300px;margin: 20px auto;overflow:hidden;}
.qrcode-main .qrcode-img{width: 200px;height: 200px;margin: 0px auto 20px;}
.qrcode-main .qrcode-img img{width: 200px;height: 200px;}
.qrcode-main p{text-align: center;}
.qrcode-main p span{color: #A1D3F6}
/* 新的二维码特性列表样式 */
.wst-login-form-container .qr-coagent{width: 100%; margin: 15px auto 0px; padding: 0px; line-height: 25px;overflow: hidden;display: flex;justify-content: center;gap: 20px;}
.wst-login-form-container .qr-coagent li {float: none;text-align: center;position: relative;height: auto;width: auto;}
.wst-login-form-container .qr-coagent li i {width: 25px;height: 25px;display: block;background: url(../img/qr-coagent.png) no-repeat;margin: 0 auto;position: relative;left: auto;}
.wst-login-form-container .qr-coagent li em {font-style: normal;padding-left: 0;padding-top: 5px;display: block;font-size: 13px;color: #666;}
.wst-login-form-container .qr-coagent li .more-safe {background-position: -54px;}
.wst-login-form-container .qr-coagent li .faster {background-position: -27px;}

/* 保留旧样式以兼容 */
.wst-login_r .wst-tab-box .qr-coagent{width: 300px; margin: 15px auto 0px; padding: 0px; line-height: 25px;overflow: hidden;}
.wst-login_r .wst-tab-box .qr-coagent li {float: left;text-align: left;position: relative;height: 25px;width: 100px;}
.wst-login_r .wst-tab-box .qr-coagent li i {width: 25px;height: 25px;display: block;background: url(../img/qr-coagent.png) no-repeat;margin: 0 auto;position: absolute;left: 0;}
.wst-login_r .wst-tab-box .qr-coagent li em {font-style: normal;padding-left: 32px;*display: inline-block;}
.wst-login_r .wst-tab-box .qr-coagent li .more-safe {background-position: -54px;}
.wst-login_r .wst-tab-box .qr-coagent li .faster {background-position: -27px;}

/* 新的注册表单样式 */
.wst-login-form-container .wst-register_r {
	width: 100%;
}

.wst-login-form-container .wst-register_r .wst-tab-box {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

.wst-login-form-container .wst-register_r .wst-tab-nav {
	width: 100%;
	margin: 0px auto;
	border-bottom: 2px solid #f0f0f0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	gap: 0;
}

.wst-login-form-container .wst-register_r .wst-tab-nav li {
	flex: 1;
	padding: 15px 0px;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	cursor: pointer;
	color: #999;
	position: relative;
	transition: all 0.3s;
}

.wst-login-form-container .wst-register_r .wst-tab-nav li:after {
	content: "";
}

.wst-login-form-container .wst-register_r .wst-tab-nav li.on {
	color: #4285F4;
	font-weight: bold;
}

.wst-login-form-container .wst-register_r .wst-tab-nav li.on::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	background: #4285F4;
}

/* 注册表单组样式 */
.wst-regist-form-group {
	margin-bottom: 20px;
}

.wst-regist-label {
	display: block;
	font-size: 14px;
	color: #333;
	margin-bottom: 6px;
	font-weight: 500;
	line-height: 1.5;
}

.wst-regist-label font {
	color: #f44336;
	margin-right: 3px;
	font-weight: normal;
}

/* 新的注册输入框样式 */
.wst-regist-input-new {
	width: 100%;
	height: 44px;
	padding: 0 16px;
	font-size: 15px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fff;
	transition: all 0.3s;
	box-sizing: border-box;
	color: #333;
	line-height: 44px;
}

.wst-regist-input-new:hover {
	border-color: #c0c0c0;
}

.wst-regist-input-new:focus {
	border-color: #4285F4;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.1);
}

.wst-regist-input-new::placeholder {
	color: #999;
	font-size: 14px;
}

/* 验证码输入框容器 */
.wst-regist-verify-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
}

.wst-regist-verify-input {
	flex: 1;
	min-width: 150px;
	height: 44px;
}

.wst-regist-verify-img {
	width: 120px;
	height: 44px;
	border-radius: 6px;
	cursor: pointer;
	border: 1px solid #e0e0e0;
	transition: all 0.3s;
	flex-shrink: 0;
	object-fit: cover;
}

.wst-regist-verify-img:hover {
	border-color: #4285F4;
	transform: scale(1.02);
}

/* 新的获取验证码按钮样式 */
.wst-regist-obtain-new {
	width: 140px;
	height: 44px;
	background: #f5f5f5;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	padding: 0 12px;
	cursor: pointer;
	color: #333;
	font-size: 14px;
	transition: all 0.3s;
	flex-shrink: 0;
	white-space: nowrap;
	line-height: 44px;
	text-align: center;
}

.wst-regist-obtain-new:hover {
	background: #4285F4;
	color: #fff;
	border-color: #4285F4;
}

/* 新的注册按钮样式 */
.wst-regist-but-new {
	width: 100%;
	height: 44px;
	background: #4285F4;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s;
	box-shadow: 0 2px 8px rgba(66, 133, 244, 0.25);
	margin-top: 8px;
	letter-spacing: 0.5px;
}

.wst-regist-but-new:hover {
	background: #357ae8;
	box-shadow: 0 4px 12px rgba(66, 133, 244, 0.35);
	transform: translateY(-1px);
}

.wst-regist-but-new:active {
	transform: translateY(0);
	box-shadow: 0 2px 6px rgba(66, 133, 244, 0.3);
}

/* 保留旧样式以兼容 */
.wst-register_r .wst-tab-box{width: 720px; margin: 0px auto;overflow: hidden;text-align: center;}
.wst-register_r .wst-tab-nav{width: 100%; margin: 0px auto;overflow: hidden;}
.wst-register_r .wst-tab-nav li{min-width: 32.5%;margin: 0px auto; padding: 20px 0px;display:inline-block; text-align: center; line-height: 20px;font-size: 16px;cursor: pointer;}
.wst-register_r .wst-tab-nav li:after{content: "|";float: right; color: #ccc; font-weight: normal;}
.wst-register_r .wst-tab-nav li:last-child:after{content: "";}
.wst-register_r .wst-tab-nav .on{color: #A1D3F6; font-weight: bold;}

/* 手机登录表单样式 */
.wst-login-form-container .wst-login-tr{display: flex;align-items: center;gap: 10px;height: auto;padding: 0;flex-wrap: wrap;}
.wst-login-form-container .wst-regist-codemo{flex: 1;min-width: 150px;padding: 0 15px;font-size: 15px;outline: none;border: 0;height: 46px;background: transparent;color: #333;}
.wst-login-form-container .wst-regist-codemo::placeholder{color: #999;}
.wst-login-form-container #mobileCodeDiv{display: flex;align-items: center;gap: 10px;width: 100%;}

/* 用户协议样式 */
.wst-regist-protocol-group {
	margin-bottom: 20px;
	margin-top: 5px;
}

.wst-regist-protocol-label {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	font-size: 13px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.wst-regist-protocol-checkbox {
	width: 16px;
	height: 16px;
	margin: 2px 8px 0 0;
	cursor: pointer;
	flex-shrink: 0;
	accent-color: #4285F4;
}

.wst-regist-protocol-text {
	flex: 1;
	line-height: 1.6;
}

.wst-regist-protocol-link {
	color: #4285F4;
	text-decoration: none;
	transition: color 0.3s;
}

.wst-regist-protocol-link:hover {
	color: #357ae8;
	text-decoration: underline;
}

/* 错误提示样式 */
.wst-login-form-container #verify,
.wst-login-form-container #mobileCodeTips {
	display: block;
	font-size: 12px;
	color: #f44336;
	margin-top: 4px;
	line-height: 1.4;
}

/* 注册表单响应式 */
@media (max-width: 768px) {
	.wst-regist-verify-wrapper {
		flex-direction: column;
		gap: 10px;
	}
	
	.wst-regist-verify-input {
		width: 100%;
	}
	
	.wst-regist-verify-img,
	.wst-regist-obtain-new {
		width: 100%;
		height: 44px;
	}
	
	.wst-login-header {
		text-align: center;
	}
	
	.login-form-title {
		font-size: 24px;
	}
}

/* 响应式设计 */
@media (max-width: 1024px) {
	.wst-login-wrapper {
		flex-direction: column;
	}
	
	.wst-login-left {
		flex: 0 0 300px;
		min-height: 300px;
		padding: 40px 20px;
	}
	
	.wst-login-right {
		flex: 1;
		min-height: auto;
		padding: 30px 20px;
	}
	
	.welcome-title {
		font-size: 36px;
	}
	
	.welcome-subtitle {
		font-size: 16px;
	}
	
	.wst-login-features {
		gap: 15px;
		margin-top: 30px;
	}
	
	.feature-item {
		gap: 10px;
	}
	
	.feature-text {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.wst-login-left {
		flex: 0 0 250px;
		min-height: 250px;
		padding: 30px 15px;
	}
	
	.wst-login-logo img {
		max-width: 150px;
	}
	
	.welcome-title {
		font-size: 28px;
		margin-bottom: 10px;
	}
	
	.welcome-subtitle {
		font-size: 14px;
	}
	
	.wst-login-features {
		display: none;
	}
	
	.wst-login-right {
		padding: 20px 15px;
	}
	
	.login-form-title {
		font-size: 24px;
	}
	
	.wst-login-form-container .wst-tab-nav li {
		font-size: 14px;
		padding: 12px 0;
	}
}

/* Footer样式 */
.wst-footer {
	background: #f8f8f8;
	border-top: 1px solid #e0e0e0;
	padding: 30px 0;
	margin-top: 0;
	position: relative;
	z-index: 10;
}

.wst-footer .wst-container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.wst-footer .links {
	text-align: center;
	margin-bottom: 15px;
}

.wst-footer .links a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s;
}

.wst-footer .links a:hover {
	color: #4285F4;
}

.wst-footer .copyright {
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 1.8;
}