


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: #1e2a3a;
	background: #eef4ff;
	font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }
.lya-kuandu { width: min(1140px, calc(100% - 36px)); margin: 0 auto; }

.lya-toubu {
	position: sticky;
	top: 0;
	z-index: 60;
	background: rgba(247, 250, 255, .88);
	border-bottom: 1px solid rgba(30, 42, 58, .08);
	backdrop-filter: blur(14px);
}
.lya-daohang {
	min-height: 72px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.lya-pinpai {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: Fraunces, "Noto Sans SC", serif;
	font-size: 22px;
	font-weight: 700;
}
.lya-pinpai img {
	width: 38px;
	height: 38px;
	object-fit: cover;
	border-radius: 50%;
}
.lya-caidanlie {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-left: auto;
}
.lya-caidanlie a {
	color: #6b7789;
	font-size: 14px;
	font-weight: 600;
}
.lya-caidanlie a:hover { color: #3b82f6; }
.lya-toubu-caozuo { display: flex; align-items: center; gap: 10px; }
.lya-anniu {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	transition: .22s;
}
.lya-anniu i { font-size: 18px; }
.lya-anniu-zhu {
	color: #fff;
	background: linear-gradient(120deg, #3b82f6, #fb7185);
	box-shadow: 0 10px 28px rgba(59, 130, 246, .28);
}
.lya-anniu-zhu:hover { transform: translateY(-2px); }
.lya-caidan {
	display: none;
	width: 42px;
	height: 42px;
	color: #1e2a3a;
	background: #fff;
	border: 1px solid rgba(30, 42, 58, .1);
	border-radius: 12px;
	font-size: 22px;
}

.lya-yingxiong {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(ellipse 45% 50% at 95% 10%, rgba(251, 113, 133, .18), transparent 55%),
		radial-gradient(ellipse 40% 45% at 0% 90%, rgba(59, 130, 246, .16), transparent 55%),
		linear-gradient(145deg, #f7faff, #e8f0ff 50%, #ffe8ef 100%);
}
.lya-yingxiong-buju {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	align-items: center;
	gap: 36px;
	padding: 56px 0 74px;
}
.lya-pinpai-da {
	margin: 0 0 12px;
	font-family: Fraunces, "Noto Sans SC", serif;
	font-size: clamp(44px, 6vw, 72px);
	font-weight: 700;
	line-height: .95;
	background: linear-gradient(110deg, #1e2a3a 15%, #3b82f6 55%, #fb7185);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.lya-yingxiong h1 {
	margin: 0;
	max-width: 12em;
	font-size: clamp(22px, 2.5vw, 32px);
	font-weight: 800;
	line-height: 1.4;
}
.lya-yingxiong-wenan > p {
	max-width: 30em;
	margin: 16px 0 0;
	color: #6b7789;
	font-size: 16px;
	line-height: 1.85;
}
.lya-yingxiong-anniu {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.lya-anniu-xiazai {
	min-height: 58px;
	padding: 0 26px;
	color: #fff;
	background: linear-gradient(120deg, #3b82f6, #fb7185);
	border-radius: 999px;
	font-size: 16px;
	font-weight: 800;
	box-shadow: 0 14px 36px rgba(59, 130, 246, .35);
	animation: lya-tiao 2.2s ease-in-out infinite;
}
.lya-anniu-xiazai i { font-size: 22px; }
.lya-anniu-xiazai:hover { transform: translateY(-3px) scale(1.02); }
.lya-anniu-gengduo {
	min-height: 58px;
	padding: 0 22px;
	color: #1e2a3a;
	background: rgba(255, 255, 255, .7);
	border: 1px solid rgba(30, 42, 58, .12);
	border-radius: 999px;
	backdrop-filter: blur(10px);
	font-size: 15px;
}
.lya-anniu-gengduo:hover {
	border-color: #3b82f6;
	color: #3b82f6;
}

.lya-yingxiong-zhuangshi {
	position: relative;
	min-height: 520px;
}
.lya-lianxian { position: absolute; inset: 0; }
.lya-dian {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: linear-gradient(135deg, #3b82f6, #fb7185);
	box-shadow: 0 0 0 6px rgba(59, 130, 246, .12);
	animation: lya-shan 2s ease-in-out infinite;
}
.lya-dian-1 { left: 12%; top: 22%; }
.lya-dian-2 { left: 38%; top: 58%; animation-delay: .3s; }
.lya-dian-3 { right: 28%; top: 18%; animation-delay: .6s; }
.lya-dian-4 { right: 12%; bottom: 24%; animation-delay: .9s; }
.lya-xian {
	position: absolute;
	height: 2px;
	background: linear-gradient(90deg, rgba(59, 130, 246, .35), rgba(251, 113, 133, .35));
	transform-origin: left center;
}
.lya-xian-1 { left: 14%; top: 24%; width: 26%; transform: rotate(38deg); }
.lya-xian-2 { left: 40%; top: 56%; width: 30%; transform: rotate(-28deg); }
.lya-xian-3 { right: 14%; top: 30%; width: 22%; transform: rotate(48deg); }
.lya-jiyika {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 48px;
	display: flex;
	align-items: center;
	gap: 12px;
	width: 52%;
	padding: 16px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(255, 255, 255, .9);
	backdrop-filter: blur(14px);
	box-shadow: 0 18px 40px rgba(30, 42, 58, .08);
}
.lya-jiyika i {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	color: #fff;
	border-radius: 14px;
	background: linear-gradient(135deg, #3b82f6, #fb7185);
	font-size: 22px;
}
.lya-jiyika div { display: grid; gap: 2px; }
.lya-jiyika strong { font-size: 14px; }
.lya-jiyika small { color: #6b7789; font-size: 12px; }
.lya-huamian {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 50%;
	width: 48%;
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, .95);
	background: #fff;
	box-shadow: 0 28px 60px rgba(30, 42, 58, .14);
	transform: translateY(-50%);
	animation: lya-fu 5s ease-in-out infinite;
}
.lya-huamian img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	object-position: top;
}

.lya-mokuai { padding: 88px 0; }
.lya-biaoti {
	max-width: 640px;
	margin: 0 auto 40px;
	text-align: center;
}
.lya-biaoti > span {
	display: inline-block;
	margin-bottom: 10px;
	color: #fb7185;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
}
.lya-biaoti-zhu {
	font-family: Fraunces, "Noto Sans SC", serif;
	font-size: clamp(28px, 3.3vw, 40px);
	font-weight: 700;
	line-height: 1.25;
}
.lya-biaoti > p {
	margin: 12px 0 0;
	color: #6b7789;
	font-size: 15px;
	line-height: 1.8;
}

.lya-tupianlie {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.lya-tupianka {
	margin: 0;
	overflow: hidden;
	border-radius: 22px;
	background: #fff;
	border: 1px solid rgba(30, 42, 58, .06);
	box-shadow: 0 14px 32px rgba(30, 42, 58, .05);
}
.lya-tupianka img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: top;
}
.lya-tupianka figcaption {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 16px;
	font-size: 14px;
	font-weight: 700;
}
.lya-tupianka i { color: #3b82f6; font-size: 18px; }

.lya-liangdian {
	background: linear-gradient(180deg, #e4edff, #fff0f4);
}
.lya-liangdianlie {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.lya-liangdianka {
	padding: 26px 22px;
	border-radius: 24px;
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(59, 130, 246, .12);
	backdrop-filter: blur(10px);
	transition: .22s;
}
.lya-liangdianka:hover {
	transform: translateY(-5px);
	border-color: rgba(251, 113, 133, .35);
	box-shadow: 0 18px 40px rgba(59, 130, 246, .1);
}
.lya-tubiao {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	margin-bottom: 16px;
	color: #fff;
	border-radius: 50%;
	background: linear-gradient(135deg, #3b82f6, #fb7185);
	font-size: 22px;
}
.lya-kapianbiaoti {
	margin-bottom: 8px;
	font-size: 19px;
	font-weight: 800;
}
.lya-liangdianka p {
	margin: 0;
	color: #6b7789;
	font-size: 14px;
	line-height: 1.8;
}

.lya-liucheng {
	color: #fff;
	background: linear-gradient(160deg, #1e2a3a, #243247);
}
.lya-liucheng .lya-biaoti > span { color: #fda4af; }
.lya-liucheng .lya-biaoti > p { color: rgba(255, 255, 255, .62); }
.lya-shijianzhou {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.lya-buzhou {
	position: relative;
	padding: 0 16px;
	text-align: center;
}
.lya-jie {
	position: absolute;
	left: 0;
	right: 0;
	top: 34px;
	height: 2px;
	background: rgba(255, 255, 255, .15);
}
.lya-jie span {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: linear-gradient(135deg, #60a5fa, #fb7185);
	transform: translate(-50%, -50%);
}
.lya-buzhou:first-child .lya-jie { left: 50%; }
.lya-buzhou:last-child .lya-jie { right: 50%; }
.lya-buzhouyuan {
	position: relative;
	z-index: 1;
	width: 70px;
	height: 70px;
	display: grid;
	place-items: center;
	margin: 0 auto 18px;
	color: #1e2a3a;
	border-radius: 50%;
	background: linear-gradient(145deg, #fff, #fda4af);
	font-size: 26px;
}
.lya-buzhouhao {
	margin-bottom: 6px;
	color: #93c5fd;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
}
.lya-buzhoubiaoti {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 800;
}
.lya-buzhou p {
	margin: 0;
	color: rgba(255, 255, 255, .62);
	font-size: 14px;
	line-height: 1.7;
}

.lya-wenti { background: #fff; }
.lya-wentilie {
	max-width: 880px;
	margin: 0 auto;
	display: grid;
	gap: 10px;
}
.lya-wentixiang {
	border-radius: 18px;
	background: #eef4ff;
	border: 1px solid rgba(59, 130, 246, .12);
	overflow: hidden;
}
.lya-wentixiang summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 64px;
	padding: 14px 18px;
	font-size: 15px;
	font-weight: 700;
}
.lya-wentixiang summary::-webkit-details-marker { display: none; }
.lya-wentixiang summary i {
	color: #3b82f6;
	font-size: 22px;
	transition: .2s;
}
.lya-wentixiang[open] {
	background: #fff;
	border-color: rgba(251, 113, 133, .35);
	box-shadow: 0 12px 28px rgba(59, 130, 246, .08);
}
.lya-wentixiang[open] summary i {
	color: #fb7185;
	transform: rotate(45deg);
}
.lya-wentixiang > p {
	margin: 0;
	padding: 0 18px 18px;
	color: #6b7789;
	font-size: 14px;
	line-height: 1.85;
}
.lya-wentixiang a {
	color: #3b82f6;
	font-weight: 700;
	text-decoration: underline;
}

.lya-pingjia {
	background:
		radial-gradient(ellipse 35% 40% at 0% 100%, rgba(251, 113, 133, .1), transparent 50%),
		#eef4ff;
}
.lya-pingjialie {
	column-count: 3;
	column-gap: 14px;
}
.lya-pingjiaka {
	display: inline-block;
	width: 100%;
	margin: 0 0 14px;
	padding: 22px;
	break-inside: avoid;
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(30, 42, 58, .06);
}
.lya-pingjiaka:nth-child(3n+1) {
	background: linear-gradient(160deg, #3b82f6, #fb7185);
	color: #fff;
	border-color: transparent;
}
.lya-pingjiaka > p {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.8;
}
.lya-pingjiaka:nth-child(3n+1) > p { color: rgba(255, 255, 255, .92); }
.lya-yonghu {
	display: flex;
	align-items: center;
	gap: 10px;
}
.lya-touxiang {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(135deg, #3b82f6, #fb7185);
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
}
.lya-pingjiaka:nth-child(3n+1) .lya-touxiang {
	color: #3b82f6;
	background: #fff;
}
.lya-yonghu div { display: grid; gap: 2px; }
.lya-yonghu strong { font-size: 13px; }
.lya-yonghu time {
	color: #6b7789;
	font-size: 12px;
}
.lya-pingjiaka:nth-child(3n+1) .lya-yonghu time { color: rgba(255, 255, 255, .75); }

.lya-dibu {
	padding: 36px 0 24px;
	color: #fff;
	background: #1e2a3a;
}
.lya-dibu .lya-pinpai { color: #fff; }
.lya-dibu-buju {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.lya-dibu-daohang {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-left: auto;
}
.lya-dibu-daohang a {
	color: rgba(255, 255, 255, .65);
	font-size: 13px;
}
.lya-dibu-banquan {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .45);
	font-size: 12px;
}

@keyframes lya-tiao {
	0%, 100% { box-shadow: 0 14px 36px rgba(59, 130, 246, .35); }
	50% { box-shadow: 0 18px 44px rgba(251, 113, 133, .35); }
}
@keyframes lya-shan {
	0%, 100% { transform: scale(1); opacity: 1; }
	50% { transform: scale(1.15); opacity: .7; }
}
@keyframes lya-fu {
	0%, 100% { transform: translateY(-50%); }
	50% { transform: translateY(calc(-50% - 10px)); }
}

@media (max-width: 980px) {
	.lya-daohang .lya-anniu-zhu { display: none; }
	.lya-caidan { display: grid; place-items: center; }
	.lya-caidanlie {
		position: absolute;
		left: 18px;
		right: 18px;
		top: 68px;
		display: none;
		padding: 10px;
		background: #fff;
		border: 1px solid rgba(30, 42, 58, .1);
		border-radius: 14px;
		box-shadow: 0 16px 36px rgba(30, 42, 58, .1);
	}
	.lya-caidanlie.lya-caidanlie-dakai { display: grid; }
	.lya-caidanlie a { padding: 11px; }
	.lya-yingxiong-buju { grid-template-columns: 1fr; }
	.lya-yingxiong-zhuangshi { min-height: 440px; }
	.lya-huamian img { height: 380px; }
	.lya-liangdianlie { grid-template-columns: 1fr 1fr; }
	.lya-shijianzhou { grid-template-columns: 1fr 1fr; gap: 24px; }
	.lya-jie { display: none; }
	.lya-pingjialie { column-count: 2; }
	.lya-dibu-buju { flex-wrap: wrap; }
	.lya-dibu-daohang { width: 100%; margin-left: 0; }
}

@media (max-width: 760px) {
	.lya-kuandu { width: min(100% - 28px, 1140px); }
	.lya-yingxiong-anniu { display: grid; }
	.lya-anniu-xiazai,
	.lya-anniu-gengduo { width: 100%; }
	.lya-jiyika { width: 58%; }
	.lya-huamian { width: 52%; }
	.lya-mokuai { padding: 68px 0; }
	.lya-tupianlie {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		margin: 0 -14px;
		padding: 0 14px 8px;
	}
	.lya-tupianka {
		flex: 0 0 78%;
		scroll-snap-align: start;
	}
	.lya-tupianka img { height: 430px; }
	.lya-liangdianlie,
	.lya-shijianzhou { grid-template-columns: 1fr; }
	.lya-pingjialie { column-count: 1; }
	.lya-dibu-banquan { flex-direction: column; }
}

/* ========== 前台投诉举报按钮 ========== */
.complaint-float {
    position: fixed;
    right: 20px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #1890ff;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 16px rgba(24, 144, 255, 0.35);
    z-index: 9999;
    transition: all 0.3s ease;
}
.complaint-float:hover {
    background: #40a9ff;
    box-shadow: 0 6px 24px rgba(24, 144, 255, 0.45);
    transform: translateY(-2px);
}
.complaint-float i {
    font-size: 16px;
    color: #ffc53d;
}
