.personnel-page {
	margin-top: 180px;
	min-width: 1320px;
	background: #ffffff;
	color: #17263a;
	font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.personnel-container {
	width: 1180px;
	margin: 0 auto;
}

.personnel-hero {
	min-height: 450px;
	background:
		radial-gradient(circle at 84% 40%, rgba(98, 142, 236, 0.18), transparent 30%),
		linear-gradient(112deg, #e9f5ff 0%, #f8fbff 52%, #dce9ff 100%);
	overflow: hidden;
}

.hero-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 450px;
}

.hero-copy {
	width: 540px;
}

.hero-copy h1 {
	margin: 0 0 18px;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.1;
	color: #004b9e;
	letter-spacing: 0;
}

.hero-copy h2 {
	margin: 0 0 26px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #263a55;
}

.hero-copy p {
	width: 490px;
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	color: #5a6a7e;
}

.hero-actions,
.leader-actions {
	display: flex;
	gap: 74px;
	margin-top: 34px;
}

.btn-outline,
.btn-primary,
.module-btn,
.faq-more,
.faq-head a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
}

.btn-outline,
.btn-primary {
	width: 118px;
	height: 36px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
}

.btn-outline {
	color: #0a65c6;
	background: #ffffff;
	border: 1px solid #0a65c6;
}

.btn-primary {
	color: #ffffff;
	background: linear-gradient(90deg, #35c9ff 0%, #0068d8 100%);
	border: 0;
	box-shadow: 0 8px 18px rgba(18, 168, 255, 0.24);
}

.hero-phone-group,
.phone-group-inline {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	width: 520px;
	height: 250px;
}

.phone-mock {
	position: relative;
	width: 96px;
	height: 190px;
	border: 7px solid #17263a;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(34, 77, 132, 0.14);
	overflow: hidden;
}

.phone-mock::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 32px;
	background: #0d8cff;
}

.phone-mock::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	top: 48px;
	bottom: 16px;
	border-radius: 4px;
	background:
		linear-gradient(#d9e9fb 1px, transparent 1px),
		linear-gradient(90deg, rgba(13, 140, 255, 0.16) 18%, transparent 18%);
	background-size: 100% 22px, 100% 100%;
}

.phone-mock-photo::after {
	background:
		linear-gradient(90deg, rgba(53, 201, 255, 0.24), rgba(0, 104, 216, 0.18)),
		linear-gradient(#d9e9fb 1px, transparent 1px);
	background-size: 100% 54px, 100% 54px;
}

.phone-mock-doc::after {
	background:
		linear-gradient(#d9e9fb 1px, transparent 1px),
		linear-gradient(90deg, rgba(13, 140, 255, 0.18) 12%, transparent 12%);
	background-size: 100% 16px, 100% 100%;
}

.hero-play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 58px;
	height: 58px;
	margin: -29px 0 0 -29px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.44);
}

.hero-play::before {
	content: "";
	position: absolute;
	left: 24px;
	top: 18px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 17px solid #ffffff;
}

.partner-carousel {
	padding: 34px 0 54px;
	background: #ffffff;
	overflow: hidden;
}

.partner-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	color: #4d5968;
}

.partner-carousel-window {
	position: relative;
	width: 100%;
	margin-top: 28px;
	overflow: hidden;
}

.partner-carousel-window::before,
.partner-carousel-window::after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 2;
	width: 96px;
	height: 112px;
	pointer-events: none;
}

.partner-carousel-window::before {
	left: 0;
	background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.partner-carousel-window::after {
	right: 0;
	background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}

.partner-track {
	display: flex;
	gap: 22px;
	width: max-content;
	animation: personnelPartnerMove 24s linear infinite;
}

.partner-carousel-window:hover .partner-track {
	animation-play-state: paused;
}

.partner-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 150px;
	height: 96px;
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid #dce5ef;
	box-shadow: 0 7px 16px rgba(34, 62, 92, 0.14);
}

.partner-logo {
	position: relative;
	width: 58px;
	height: 32px;
	margin-bottom: 10px;
	border-radius: 18px;
	background: linear-gradient(135deg, #1d87ff, #24d0ff);
}

.partner-logo::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ffffff;
}

.partner-logo::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 12px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.78);
}

.partner-slide span {
	font-size: 14px;
	font-weight: 700;
	color: #25476a;
	line-height: 18px;
}

.logo-green {
	background: linear-gradient(135deg, #35c9ff, #0068d8);
}

.logo-red {
	background: linear-gradient(135deg, #ee4c62, #ff8a3d);
}

.logo-purple {
	background: linear-gradient(135deg, #6f6af8, #e34bd7);
}

.logo-cyan {
	background: linear-gradient(135deg, #00a4d8, #6be4ff);
}

.logo-gray {
	background: linear-gradient(135deg, #52637a, #9aa9bb);
}

@keyframes personnelPartnerMove {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.personnel-value {
	padding: 18px 0 84px;
	background: #ffffff;
}

.section-title {
	margin: 0 0 58px;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: #004b9e;
	letter-spacing: 0;
}

.value-list {
	display: flex;
	justify-content: space-between;
}

.value-item {
	width: 238px;
	text-align: center;
}

.value-icon {
	position: relative;
	width: 132px;
	height: 108px;
	margin: 0 auto 24px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 38%, #ffffff 0%, #e6f8ff 38%, transparent 39%),
		radial-gradient(circle at 50% 72%, rgba(13, 140, 255, 0.32), transparent 42%),
		linear-gradient(135deg, #5ddcff 0%, #2c8dff 100%);
	box-shadow: 0 14px 28px rgba(30, 142, 255, 0.18);
}

.value-icon::before {
	content: "";
	position: absolute;
	left: 42px;
	top: 24px;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: inset 0 -8px 0 rgba(13, 140, 255, 0.14);
}

.value-icon::after {
	content: "";
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(13, 140, 255, 0.24);
}

.value-item h3 {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	color: #1d2b3d;
}

.value-item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #48596d;
}

.module-section {
	padding: 70px 0;
	background: #ffffff;
}

.module-section-blue {
	background: #edf7ff;
}

.module-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 88px;
}

.module-reverse {
	flex-direction: row-reverse;
}

.desktop-mock {
	position: relative;
	flex: 0 0 476px;
	width: 476px;
	height: 250px;
	border-radius: 8px;
	border: 1px solid #bbd3f4;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(37, 93, 157, 0.12);
	overflow: hidden;
}

.desktop-mock::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 30px;
	background:
		radial-gradient(circle at 22px 15px, #ff6b6b 0 4px, transparent 5px),
		radial-gradient(circle at 40px 15px, #ffc24a 0 4px, transparent 5px),
		radial-gradient(circle at 58px 15px, #31c36b 0 4px, transparent 5px),
		#f4f8ff;
}

.desktop-mock::after {
	content: "";
	position: absolute;
	left: 28px;
	right: 28px;
	top: 54px;
	bottom: 24px;
	border-radius: 5px;
	background:
		linear-gradient(90deg, rgba(13, 140, 255, 0.14) 22%, transparent 22%),
		linear-gradient(#d9e7f6 1px, transparent 1px);
	background-size: 100% 100%, 100% 28px;
}

.desktop-mock-dark::after {
	left: 0;
	right: 28px;
	background:
		linear-gradient(90deg, #1b2739 0 25%, transparent 25%),
		linear-gradient(#d9e7f6 1px, transparent 1px);
	background-size: 100% 100%, 100% 28px;
}

.module-copy {
	width: 470px;
}

.module-copy h2 {
	margin: 0 0 34px;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
	color: #004b9e;
	letter-spacing: 0;
}

.module-copy p {
	margin: 0 0 26px;
	font-size: 14px;
	line-height: 1.9;
	color: #22344d;
}

.module-btn {
	width: 96px;
	height: 32px;
	margin-top: 6px;
	border-radius: 18px;
	background: linear-gradient(90deg, #35c9ff 0%, #0068d8 100%);
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	box-shadow: 0 8px 16px rgba(18, 168, 255, 0.22);
}

.leader-section {
	padding: 70px 0 66px;
	text-align: center;
	background: #ffffff;
}

.leader-section h2 {
	margin: 0 0 10px;
	font-size: 26px;
	font-weight: 800;
	color: #004b9e;
	letter-spacing: 0;
}

.leader-section h3 {
	margin: 0 0 26px;
	font-size: 22px;
	font-weight: 700;
	color: #004b9e;
}

.leader-section p {
	width: 760px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.8;
	color: #5a6b80;
}

.leader-actions {
	justify-content: center;
	gap: 28px;
	margin-top: 30px;
}

.leader-actions .btn-primary {
	background: linear-gradient(90deg, #35c9ff 0%, #0068d8 100%);
	border: 0;
}

.leader-actions .btn-outline {
	color: #0a65c6;
	border-color: #0a65c6;
}

.faq-section {
	padding: 72px 0 86px;
	background:
		radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.9), transparent 26%),
		linear-gradient(135deg, #e5f7ff 0%, #f6fbff 55%, #e4f5ff 100%);
}

.faq-head {
	position: relative;
	margin-bottom: 48px;
	text-align: center;
}

.faq-head h2 {
	margin: 0;
	font-size: 32px;
	font-weight: 800;
	color: #004b9e;
}

.faq-head a,
.faq-more {
	width: 110px;
	height: 30px;
	border-radius: 16px;
	background: linear-gradient(90deg, #35c9ff 0%, #0068d8 100%);
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0 8px 16px rgba(18, 168, 255, 0.2);
}

.faq-head a {
	position: absolute;
	right: 70px;
	top: 8px;
}

.faq-list {
	width: 860px;
	margin: 0 auto;
}

.faq-item {
	margin-bottom: 18px;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(32, 87, 148, 0.2);
	font-size: 14px;
	color: #3b4b5f;
	overflow: hidden;
	transition: box-shadow 0.2s ease;
}

.faq-item.active {
	box-shadow: 0 8px 18px rgba(32, 87, 148, 0.24);
}

.faq-question {
	position: relative;
	height: 40px;
	padding: 0 52px 0 22px;
	line-height: 40px;
	cursor: pointer;
}

.faq-question::before {
	content: "?";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	border-radius: 50%;
	border: 1px solid #8597ac;
	font-size: 12px;
	color: #5d7188;
}

.faq-question::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 15px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #8194aa;
	border-bottom: 2px solid #8194aa;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.faq-item.active .faq-question::after {
	top: 18px;
	transform: rotate(225deg);
}

.faq-answer {
	display: none;
	padding: 0 52px 18px 48px;
	font-size: 13px;
	line-height: 1.8;
	color: #5b6d82;
}

.faq-item.active .faq-answer {
	display: block;
}

.faq-more {
	margin: 6px 142px 0 auto;
}

#modalForm.modal-data {
	background:
		radial-gradient(circle at 42% 38%, rgba(28, 169, 255, 0.2), transparent 26%),
		rgba(9, 24, 44, 0.58);
	backdrop-filter: blur(4px);
}

#modalForm .modalform-from {
	width: 640px !important;
	min-height: 420px;
	height: auto !important;
	max-height: calc(100vh - 64px);
	left: 50% !important;
	top: 50% !important;
	margin-left: -320px !important;
	margin-top: 0 !important;
	transform: translateY(-50%);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 28px 70px rgba(6, 42, 85, 0.32);
	overflow: hidden;
}

#modalForm .modalform-from::before {
	content: "";
	position: absolute;
	right: -72px;
	top: -90px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	pointer-events: none;
}

#modalForm .modalform-from .close {
	position: absolute;
	z-index: 3;
	right: 18px;
	top: 18px;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	color: #ffffff;
	font-size: 0;
	line-height: 30px;
	text-align: center;
	opacity: 1;
	cursor: pointer;
}

#modalForm .modalform-from .close::before,
#modalForm .modalform-from .close::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 14px;
	width: 12px;
	height: 2px;
	border-radius: 2px;
	background: #ffffff;
}

#modalForm .modalform-from .close::before {
	transform: rotate(45deg);
}

#modalForm .modalform-from .close::after {
	transform: rotate(-45deg);
}

#modalForm .modalform-from .modalform-from-header {
	position: relative;
	width: 100%;
	height: 92px;
	padding: 26px 74px 0 34px;
	border-radius: 18px 18px 0 0;
	background:
		radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.3), transparent 22%),
		linear-gradient(100deg, #58d6ff 0%, #1598f5 52%, #0068d8 100%);
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	box-sizing: border-box;
}

#modalForm .modalform-from .modalform-from-header::after {
	content: "提交后，专属顾问将尽快与您联系";
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.86);
}

#modalForm .modalform-from .form {
	height: auto !important;
	max-height: calc(100vh - 236px);
	padding: 28px 42px 18px;
	overflow: auto;
	box-sizing: border-box;
}

#modalForm .modalform-from .form::-webkit-scrollbar {
	width: 6px;
}

#modalForm .modalform-from .form::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: rgba(2, 122, 255, 0.22);
}

#modalForm .modalform-from .form .input-item {
	display: flex;
	align-items: center;
	height: 46px;
	margin-bottom: 16px;
}

#modalForm .modalform-from .form .description-input {
	align-items: flex-start;
	height: 88px !important;
}

#modalForm .modalform-from .form .input-item .form-label {
	flex: 0 0 104px;
	width: 104px;
	padding-right: 16px;
	text-align: right;
	box-sizing: border-box;
}

#modalForm .modalform-from .form .input-item .form-label .label {
	font-size: 15px;
	color: #33445c;
}

#modalForm .modalform-from .form .input-item .form-label .input-item-required {
	margin-right: 3px;
	color: #ff4b55;
}

#modalForm .modalform-from input,
#modalForm .modalform-from textarea {
	width: 430px;
	border: 1px solid #dce8f5;
	border-radius: 8px;
	background: #f8fbff;
	color: #24364d;
	font-size: 15px;
	box-sizing: border-box;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

#modalForm .modalform-from input {
	height: 46px;
	line-height: 46px;
	padding: 0 14px;
}

#modalForm .modalform-from textarea {
	height: 88px;
	padding: 10px 14px;
	line-height: 22px;
	resize: none;
}

#modalForm .modalform-from input:focus,
#modalForm .modalform-from textarea:focus {
	border-color: #12a8ff;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(18, 168, 255, 0.12);
	outline: none;
}

#modalForm .modalform-from .input-item-piccode input {
	flex: 0 0 276px;
	width: 276px;
	float: none;
	border-radius: 8px 0 0 8px;
}

#modalForm .modalform-from .input-item-piccode .form-label {
	float: none;
}

#modalForm .modalform-from .input-item-piccode .piccode-img {
	flex: 0 0 154px;
	width: 154px;
	height: 46px;
	float: none;
	border: 1px solid #dce8f5;
	border-left: 0;
	border-radius: 0 8px 8px 0;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}

#modalForm .modalform-from .input-item-piccode .piccode-img img {
	width: 152px;
	height: 44px;
}

#modalForm .modalform-from .input-item-vertycode input {
	flex: 0 0 292px;
	width: 292px;
	border-radius: 8px 0 0 8px;
}

#modalForm .modalform-from .input-item-vertycode .signin-phone-code {
	flex: 0 0 138px;
	width: 138px;
	height: 46px;
	margin-left: 0;
	border: 0;
	border-radius: 0 8px 8px 0;
	background: linear-gradient(90deg, #edf8ff 0%, #eaf3ff 100%);
	color: #0068d8;
	font-size: 14px;
	font-weight: 600;
	line-height: 46px;
	box-sizing: border-box;
}

#modalForm .modalform-from .input-item-vertycode .signin-phone-code[disabled] {
	color: #8293a8;
	background: #eef3f8;
	cursor: not-allowed;
}

#modalForm .modalForm-other-form {
	padding-top: 4px;
}

#modalForm .modalform-from .modalform-from-button {
	width: 430px;
	height: 48px;
	margin: 0 0 28px 146px;
	border-radius: 24px;
	background: linear-gradient(90deg, #35c9ff 0%, #1598f5 52%, #0068d8 100%);
	box-shadow: 0 12px 24px rgba(18, 168, 255, 0.26);
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	line-height: 48px;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

#modalForm .modalform-from .modalform-from-button:hover {
	background: linear-gradient(90deg, #35c9ff 0%, #1598f5 52%, #0068d8 100%);
	box-shadow: 0 14px 28px rgba(18, 168, 255, 0.34);
	transform: translateY(-1px);
}
