
	/* 注册页面样式 - 左右布局 */
.register-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 540px;
	padding: 40px 20px 50px 20px;
	background: #f5f5f5;
}
.register-box {
	display: flex;
	width: 880px;
	max-width: 100%;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 10px 50px rgba(0,0,0,0.08);
	overflow: hidden;
	border: 1px solid #eaeaea;
	min-height: 460px;
}
/* 左侧宣传区 */
.register-left {
	width: 380px;
	background: linear-gradient(145deg, #DB6731, #c45a28);
	padding: 50px 40px 40px 40px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-shrink: 0;
}
.register-left .left-icon {
	font-size: 56px;
	margin-bottom: 20px;
	opacity: 0.9;
}
.register-left h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 12px 0;
	color: #fff;
}
.register-left p {
	font-size: 15px;
	line-height: 1.9;
	opacity: 0.85;
	margin-bottom: 10px;
	color: #fff;
}
.register-left .feature-list {
	margin-top: 18px;
	list-style: none;
	padding: 0;
}
.register-left .feature-list li {
	font-size: 14px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	color: #fff;
	opacity: 0.9;
}
.register-left .feature-list li:last-child {
	border-bottom: none;
}
.register-left .feature-list li i {
	margin-right: 10px;
	width: 20px;
	text-align: center;
}
/* 右侧注册区 */
.register-right {
	flex: 1;
	padding: 35px 48px 30px 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #fff;
}
.register-right .register-title {
	margin-bottom: 20px;
}
.register-right .register-title h3 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin: 0 0 4px 0;
}
.register-right .register-title p {
	font-size: 14px;
	color: #bbb;
	margin: 0;
}
.register-right .form-group {
	margin-bottom: 14px;
}
.register-right .form-group label {
	display: block;
	font-size: 13px;
	color: #444;
	font-weight: 600;
	margin-bottom: 4px;
}
.register-right .form-group label i {
	color: #DB6731;
	margin-right: 6px;
	width: 18px;
}
.register-right .form-group .input-wrap {
	position: relative;
}
.register-right .form-group .input-wrap .input-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #bbb;
	font-size: 16px;
}
.register-right .form-group input {
	width: 100%;
	padding: 11px 16px 11px 44px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	font-size: 14px;
	transition: 0.3s;
	outline: none;
	box-sizing: border-box;
	background: #fafafa;
}
.register-right .form-group input:focus {
	border-color: #DB6731;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(219, 103, 49, 0.06);
}
.register-right .form-group input::placeholder {
	color: #ccc;
}
.register-right .form-group .error-msg {
	display: none;
	font-size: 12px;
	color: #e74c3c;
	margin-top: 4px;
}
.register-right .form-group .error-msg i {
	margin-right: 4px;
}
/* 验证码行 */
.captcha-row {
	display: flex;
	gap: 12px;
	align-items: center;
}
.captcha-row input {
	flex: 1;
}
.captcha-row .captcha-img {
	flex-shrink: 0;
	height: 42px;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	overflow: hidden;
}
.captcha-row .captcha-img img {
	height: 100%;
	border-radius: 8px;
}
.captcha-row .captcha-refresh {
	flex-shrink: 0;
	font-size: 13px;
	color: #999;
	cursor: pointer;
	transition: 0.2s;
}
.captcha-row .captcha-refresh:hover {
	color: #DB6731;
}
/* 勾选框 */
.checkbox-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin: 4px 0 8px 0;
}
.checkbox-group label {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #555;
	font-weight: normal;
	cursor: pointer;
}
.checkbox-group label input[type="checkbox"] {
	width: 16px;
	height: 16px;
	cursor: pointer;
	accent-color: #DB6731;
}
.checkbox-group label a {
	color: #DB6731;
	text-decoration: none;
}
.checkbox-group label a:hover {
	text-decoration: underline;
}

.register-right .btn-register-submit {
	width: 100%;
	padding: 14px;
	background: #DB6731;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s;
	margin-top: 4px;
	letter-spacing: 2px;
}
.register-right .btn-register-submit:hover {
	background: #c45a28;
	transform: translateY(-2px);
	box-shadow: 0 6px 24px rgba(219, 103, 49, 0.3);
}
.register-right .btn-register-submit i {
	margin-right: 8px;
}
.register-right .btn-register-submit:disabled {
	opacity: 0.7;
	cursor: not-allowed;
	transform: none;
}
@keyframes fa-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.register-right .register-bottom {
	text-align: center;
	margin-top: 16px;
	font-size: 14px;
	color: #bbb;
}
.register-right .register-bottom a {
	color: #DB6731;
	font-weight: 600;
	text-decoration: none;
}
.register-right .register-bottom a:hover {
	text-decoration: underline;
}

/* 覆盖banner高度 */
.banner {
	height: 150px;
}
.banner-title {
	font-size: 30px;
}

/* 响应式 */
@media (max-width:768px) {
	.register-box {
		flex-direction: column;
		width: 100%;
		min-height: auto;
	}
	.register-left {
		width: 100%;
		padding: 35px 30px 30px 30px;
		text-align: center;
	}
	.register-left .feature-list {
		text-align: left;
		max-width: 320px;
		margin: 18px auto 0 auto;
	}
	.register-right {
		padding: 25px 20px 20px 20px;
	}
	.register-right .register-title h3 {
		font-size: 20px;
	}
	.register-right .form-group input {
		padding: 10px 14px 10px 40px;
		font-size: 14px;
	}
	.register-right .btn-register-submit {
		padding: 13px;
		font-size: 16px;
	}
	.captcha-row {
		flex-wrap: wrap;
	}
	.captcha-row .captcha-img {
		height: 38px;
	}
	.checkbox-group {
		gap: 6px 12px;
	}
	.checkbox-group label {
		font-size: 12px;
	}
	.banner {
		height: 120px;
	}
	.banner-title {
		font-size: 22px;
	}
	.banner-subtitle {
		font-size: 13px;
	}
}
@media (max-width:420px) {
	.register-left {
		padding: 25px 18px 20px 18px;
	}
	.register-left h2 {
		font-size: 22px;
	}
	.register-left .left-icon {
		font-size: 40px;
	}
	.register-right {
		padding: 20px 14px 16px 14px;
	}
	.register-right .form-group input {
		padding: 9px 12px 9px 36px;
		font-size: 13px;
	}
	.banner {
		height: 100px;
	}
	.banner-title {
		font-size: 18px;
	}
	.banner-subtitle {
		font-size: 12px;
	}
}
