@CHARSET "UTF-8";

/* 基础样式 */
body {
	margin: 0;
	padding: 0;
	min-width: 1200px;
	background: #f5f5f5;
	overflow-x: hidden;
	font-size: 14px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

#loginFrame {
	margin: 0;
	padding: 0;
}

/* 图标替换 */
.layui-layer-icowst1, .layui-layer-icowst2, .layui-layer-icowst3 {
	background-image: url(../../../../../static/images/wst_icon.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.layui-layer-icowst2 {
	background-position: -40px 0 !important;
}
.layui-layer-icowst3 {
	background-position: -80px -1px !important;
}
.layui-layer-icowstloading {
	background-image: url(../../../../../static/images/loading.gif) !important;
	background-repeat: no-repeat !important;
	background-size: 206% auto !important;
	background-position: -16px -16px !important;
}

.wst-clear {
	clear: both;
}

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

/* 左侧品牌展示区域 */
.shop-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;
}

.shop-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;
}

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

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

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

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

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

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

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

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

.shop-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);
}

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

/* 右侧登录表单区域 */
.shop-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);
}

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

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

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

.shop-login-tip {
	font-size: 14px;
	color: #666;
	margin-top: 0;
}

.shop-login-form-content {
	padding-top: 20px;
}

/* 输入框样式 */
.shop-wst-item {
	position: relative;
	margin-bottom: 20px;
}

.shop-wst-item-box {
	border: 1px solid #e0e0e0;
	height: 48px;
	line-height: 48px;
	width: 100%;
	border-radius: 8px;
	transition: all 0.3s;
	background: #fafafa;
	display: flex;
	align-items: center;
}

.shop-wst-item-box:hover {
	border-color: #4285F4;
	background: #fff;
}

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

.shop-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;
}

.shop-login-input-1::placeholder {
	color: #999;
}

/* 图标样式 */
.shop-login-img {
	position: relative;
	z-index: 3;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: 0;
	margin-left: 15px;
	margin-right: 10px;
	background: url(../img/icon_1.png) 1px no-repeat;
	background-size: 80%;
	float: left;
	opacity: 0.6;
}

.shop-password-img {
	position: relative;
	z-index: 3;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: 0;
	margin-left: 15px;
	margin-right: 10px;
	float: left;
	background: url(../img/icon_2.png) 1px no-repeat;
	background-size: 80%;
	opacity: 0.6;
}

.shop-yanzheng-img {
	position: relative;
	z-index: 3;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: 0;
	margin-left: 15px;
	margin-right: 10px;
	float: left;
	background: url(../img/icon_3.png) 1px no-repeat;
	background-size: 80%;
	opacity: 0.6;
}

/* 验证码输入框样式 */
.shop-wst-item-box .shop-login-code-1 {
	height: 100%;
	border: 0;
	background: transparent;
	transition: all 0.3s;
	position: relative;
	width: calc(100% - 50px);
	display: flex;
	align-items: center;
	flex: 1;
}

.shop-login-codein-1 {
	padding: 0 15px;
	flex: 1;
	height: 46px;
	font-size: 15px;
	outline: none;
	border: 0;
	background: transparent;
	color: #333;
	min-width: 0;
}

.shop-login-codein-1::placeholder {
	color: #999;
}

.shop-login-codeim-1 {
	width: 125px;
	height: 36px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
	border-left: 1px solid #e0e0e0;
	flex-shrink: 0;
	margin-right: 2px;
}

/* 登录按钮样式 */
.shop-login-btn {
	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;
	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);
}

.shop-login-btn:hover {
	background: #357ae8;
	box-shadow: 0 6px 16px rgba(66, 133, 244, 0.4);
	transform: translateY(-1px);
}

.shop-login-btn:active {
	transform: translateY(0);
}

/* Footer样式 */
.shop-login-footer {
	padding: 30px 20px;
	color: #666;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font: 13px/150% "Hiragino Sans GB", "Microsoft Yahei", arial, 宋体, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	background: #fff;
	border-top: 1px solid #eee;
}

.shop-footer-container {
	max-width: 1200px;
	margin: 0 auto;
}

.shop-footer-links {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.shop-flink-hover {
	padding-right: 12px;
	color: #888;
	text-decoration: none;
	transition: color 0.3s;
}

.shop-flink-hover:hover {
	color: #4285F4;
}

.shop-footer-copyright {
	color: #999;
	font-size: 12px;
}

/* 响应式设计 */
@media (max-width: 1024px) {
	.shop-login-wrapper {
		flex-direction: column;
	}
	
	.shop-login-left {
		min-height: 300px;
		padding: 40px 20px;
	}
	
	.shop-login-right {
		flex: 1;
		min-height: auto;
		padding: 30px 20px;
	}
	
	.shop-welcome-title {
		font-size: 36px;
	}
	
	.shop-welcome-subtitle {
		font-size: 16px;
	}
}

/* 保留旧样式以兼容（如果需要） */
.login_logo {
	height: 80px;
	margin: 10px 0px;
}

.login_logo img {
	height: 100%;
}

.wst-lo-top {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.wst-lo-center {
	margin: 0 auto;
	width: 100%;
	background: #0099FF;
	background-size: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
}

.wst-lo {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

/* 验证码图片样式（兼容旧代码） */
#verifyImg {
	cursor: pointer;
}
