


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: #13231f;
	background: #e9f7f2;
	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; }
.afw-kuandu { width: min(1140px, calc(100% - 36px)); margin: 0 auto; }

.afw-toubu {
	position: sticky;
	top: 0;
	z-index: 70;
	background: rgba(244, 255, 251, .86);
	border-bottom: 1px solid rgba(19, 35, 31, .08);
	backdrop-filter: blur(14px);
}
.afw-daohang {
	min-height: 72px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.afw-pinpai {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: Outfit, "Noto Sans SC", sans-serif;
	font-size: 18px;
	font-weight: 800;
}
.afw-pinpai img {
	width: 38px;
	height: 38px;
	object-fit: cover;
	border-radius: 10px;
}
.afw-caidanlie {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: auto;
}
.afw-caidanlie a {
	color: #667873;
	font-size: 14px;
	font-weight: 600;
}
.afw-caidanlie a:hover { color: #2ec4a2; }
.afw-toubu-caozuo { display: flex; align-items: center; gap: 10px; }
.afw-anniu {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 18px;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 700;
	transition: .22s;
}
.afw-anniu i { font-size: 18px; }
.afw-anniu-zhu {
	color: #fff;
	background: linear-gradient(120deg, #2ec4a2, #7b6cff);
	box-shadow: 0 10px 28px rgba(46, 196, 162, .28);
}
.afw-anniu-zhu:hover { transform: translateY(-2px); }
.afw-caidan {
	display: none;
	width: 42px;
	height: 42px;
	color: #13231f;
	background: #fff;
	border: 1px solid rgba(19, 35, 31, .1);
	border-radius: 12px;
	font-size: 22px;
}

.afw-yingxiong {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(ellipse 50% 45% at 90% 15%, rgba(123, 108, 255, .18), transparent 60%),
		radial-gradient(ellipse 40% 50% at 5% 85%, rgba(46, 196, 162, .2), transparent 55%),
		linear-gradient(150deg, #f4fffb, #e0f6ef 48%, #dde8ff 100%);
}
.afw-yingxiong-buju {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	align-items: center;
	gap: 34px;
	padding: 56px 0 74px;
}
.afw-pinpai-da {
	margin: 0 0 12px;
	font-family: Outfit, "Noto Sans SC", sans-serif;
	font-size: clamp(32px, 4.6vw, 50px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -.03em;
	background: linear-gradient(110deg, #13231f 10%, #2ec4a2 55%, #7b6cff);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.afw-yingxiong h1 {
	margin: 0;
	max-width: 12em;
	font-size: clamp(22px, 2.5vw, 32px);
	font-weight: 800;
	line-height: 1.4;
}
.afw-yingxiong-wenan > p {
	max-width: 30em;
	margin: 16px 0 0;
	color: #667873;
	font-size: 16px;
	line-height: 1.85;
}
.afw-yingxiong-anniu {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.afw-anniu-xiazai {
	min-height: 58px;
	padding: 0 26px;
	color: #fff;
	background: linear-gradient(120deg, #34d6b0, #6a5cff);
	border-radius: 16px;
	font-size: 16px;
	font-weight: 800;
	box-shadow: 0 14px 36px rgba(46, 196, 162, .35);
	animation: afw-tiao 2.2s ease-in-out infinite;
}
.afw-anniu-xiazai i { font-size: 22px; }
.afw-anniu-xiazai:hover { transform: translateY(-3px) scale(1.02); }
.afw-anniu-gengduo {
	min-height: 58px;
	padding: 0 22px;
	color: #13231f;
	background: rgba(255, 255, 255, .65);
	border: 1px solid rgba(19, 35, 31, .12);
	border-radius: 16px;
	backdrop-filter: blur(10px);
	font-size: 15px;
}
.afw-anniu-gengduo:hover {
	border-color: #2ec4a2;
	color: #2ec4a2;
}

.afw-yingxiong-zhuangshi {
	position: relative;
	min-height: 520px;
}
.afw-xunhuan {
	position: absolute;
	border-radius: 50%;
	border: 2px dashed rgba(46, 196, 162, .35);
}
.afw-xunhuan-da {
	width: 360px;
	height: 360px;
	right: 20px;
	top: 60px;
	animation: afw-zhuan 20s linear infinite;
}
.afw-xunhuan-xiao {
	width: 220px;
	height: 220px;
	right: 90px;
	top: 130px;
	border-color: rgba(123, 108, 255, .35);
	animation: afw-zhuan 12s linear infinite reverse;
}
.afw-jifenka {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 70px;
	width: 46%;
	padding: 18px;
	border-radius: 22px;
	background: rgba(255, 255, 255, .7);
	border: 1px solid rgba(255, 255, 255, .85);
	backdrop-filter: blur(14px);
	box-shadow: 0 18px 40px rgba(19, 35, 31, .08);
}
.afw-jifen-ding {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}
.afw-jifen-ding span {
	color: #667873;
	font-family: Outfit, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
}
.afw-jifen-ding strong {
	color: #7b6cff;
	font-family: Outfit, sans-serif;
	font-size: 34px;
	line-height: 1;
}
.afw-jindutiao {
	height: 12px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(19, 35, 31, .08);
}
.afw-jindutiao i {
	display: block;
	width: 70%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #2ec4a2, #7b6cff);
	animation: afw-liu 2.8s ease-in-out infinite;
}
.afw-jifen-di {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}
.afw-jifen-di em {
	font-style: normal;
	font-size: 14px;
	font-weight: 800;
}
.afw-jifen-di small {
	color: #667873;
	font-size: 12px;
}
.afw-pingmuk {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 50%;
	width: 48%;
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, .9);
	background: #fff;
	box-shadow: 0 28px 60px rgba(19, 35, 31, .14);
	transform: translateY(-50%) rotate(3deg);
	animation: afw-fu 5s ease-in-out infinite;
}
.afw-pingmuk img {
	width: 100%;
	height: 470px;
	object-fit: cover;
	object-position: top;
}

.afw-mokuai { padding: 88px 0; }
.afw-biaoti { max-width: 640px; margin: 0 auto 40px; text-align: center; }
.afw-biaoti-zuo { text-align: left; margin-left: 0; margin-right: auto; }
.afw-biaoti > span {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 12px;
	color: #2ec4a2;
	background: rgba(46, 196, 162, .12);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
}
.afw-biaoti-zhu {
	font-family: Outfit, "Noto Sans SC", sans-serif;
	font-size: clamp(28px, 3.3vw, 40px);
	font-weight: 800;
	line-height: 1.25;
}
.afw-biaoti > p {
	margin: 12px 0 0;
	color: #667873;
	font-size: 15px;
	line-height: 1.8;
}

.afw-tupianlie {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.afw-tupianka {
	margin: 0;
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(19, 35, 31, .06);
	box-shadow: 0 14px 32px rgba(19, 35, 31, .05);
}
.afw-tupianka img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: top;
}
.afw-tupianka figcaption {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 16px;
	font-size: 14px;
	font-weight: 700;
}
.afw-tupianka i { color: #7b6cff; font-size: 18px; }

.afw-liangdian {
	background: linear-gradient(180deg, #dff3ec, #eef8ff);
}
.afw-liangdianlie {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.afw-liangdianka {
	position: relative;
	padding: 24px 20px;
	border-radius: 22px;
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(46, 196, 162, .14);
	backdrop-filter: blur(10px);
}
.afw-liangdianka > strong {
	position: absolute;
	right: 16px;
	top: 12px;
	color: rgba(123, 108, 255, .2);
	font-family: Outfit, sans-serif;
	font-size: 32px;
}
.afw-tubiao {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	margin-bottom: 14px;
	color: #fff;
	border-radius: 14px;
	background: linear-gradient(135deg, #2ec4a2, #7b6cff);
	font-size: 22px;
}
.afw-kapianbiaoti {
	margin-bottom: 8px;
	font-size: 19px;
	font-weight: 800;
}
.afw-liangdianka p {
	margin: 0;
	color: #667873;
	font-size: 14px;
	line-height: 1.8;
}

.afw-liucheng { background: #fff; }
.afw-liudai {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.afw-liudai:before {
	content: "";
	position: absolute;
	left: 6%;
	right: 6%;
	top: 38px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #2ec4a2, #7b6cff, #2ec4a2);
	opacity: .35;
}
.afw-buzhou {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 0 6px;
}
.afw-buzhouyuan {
	width: 76px;
	height: 76px;
	display: grid;
	place-items: center;
	margin: 0 auto 16px;
	color: #fff;
	border-radius: 22px;
	background: linear-gradient(145deg, #2ec4a2, #7b6cff);
	border: 6px solid #fff;
	font-size: 26px;
	box-shadow: 0 12px 28px rgba(46, 196, 162, .28);
	transform: rotate(45deg);
}
.afw-buzhouyuan i { transform: rotate(-45deg); }
.afw-buzhouhao {
	margin-bottom: 6px;
	color: #7b6cff;
	font-family: Outfit, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
}
.afw-buzhoubiaoti {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 800;
}
.afw-buzhou p {
	margin: 0;
	color: #667873;
	font-size: 14px;
	line-height: 1.7;
}

.afw-wenti {
	background:
		radial-gradient(ellipse 40% 50% at 100% 0%, rgba(123, 108, 255, .1), transparent 55%),
		#eaf8f3;
}
.afw-wenti-buju {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 32px;
	align-items: start;
}
.afw-wentilie { display: grid; gap: 10px; }
.afw-wentixiang {
	border-radius: 16px;
	background: rgba(255, 255, 255, .8);
	border: 1px solid rgba(46, 196, 162, .14);
	overflow: hidden;
}
.afw-wentixiang summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 62px;
	padding: 14px 16px;
	font-size: 15px;
	font-weight: 700;
}
.afw-wentixiang summary::-webkit-details-marker { display: none; }
.afw-wentixiang summary i {
	color: #2ec4a2;
	font-size: 26px;
	transition: .2s;
}
.afw-wentixiang[open] {
	background: #fff;
	border-color: rgba(123, 108, 255, .3);
}
.afw-wentixiang[open] summary i { transform: rotate(180deg); }
.afw-wentixiang > p {
	margin: 0;
	padding: 0 16px 16px;
	color: #667873;
	font-size: 14px;
	line-height: 1.85;
}
.afw-wentixiang a {
	color: #7b6cff;
	font-weight: 700;
	text-decoration: underline;
}

.afw-pingjia { background: #f4fffb; }
.afw-pingjialie {
	column-count: 3;
	column-gap: 14px;
}
.afw-pingjiaka {
	display: inline-block;
	width: 100%;
	margin: 0 0 14px;
	padding: 22px;
	break-inside: avoid;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(19, 35, 31, .06);
}
.afw-pingjiaka:nth-child(even) {
	background: linear-gradient(160deg, rgba(46, 196, 162, .12), rgba(123, 108, 255, .1));
}
.afw-pingjiaka > p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.8;
}
.afw-yonghu {
	display: flex;
	align-items: center;
	gap: 10px;
}
.afw-touxiang {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(135deg, #2ec4a2, #7b6cff);
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
}
.afw-yonghu div { display: grid; gap: 2px; }
.afw-yonghu strong { font-size: 13px; }
.afw-yonghu time {
	color: #667873;
	font-size: 12px;
}

.afw-dibu {
	padding: 36px 0 24px;
	color: #fff;
	background: #13231f;
}
.afw-dibu .afw-pinpai { color: #fff; }
.afw-dibu-buju {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.afw-dibu-daohang {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-left: auto;
}
.afw-dibu-daohang a {
	color: rgba(255, 255, 255, .65);
	font-size: 13px;
}
.afw-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 afw-tiao {
	0%, 100% { box-shadow: 0 14px 36px rgba(46, 196, 162, .35); }
	50% { box-shadow: 0 18px 44px rgba(123, 108, 255, .35); }
}
@keyframes afw-zhuan {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@keyframes afw-liu {
	0%, 100% { width: 58%; }
	50% { width: 86%; }
}
@keyframes afw-fu {
	0%, 100% { transform: translateY(-50%) rotate(3deg); }
	50% { transform: translateY(calc(-50% - 10px)) rotate(3deg); }
}

@media (max-width: 980px) {
	.afw-daohang .afw-anniu-zhu { display: none; }
	.afw-caidan { display: grid; place-items: center; }
	.afw-caidanlie {
		position: absolute;
		left: 18px;
		right: 18px;
		top: 68px;
		display: none;
		padding: 10px;
		background: #fff;
		border: 1px solid rgba(19, 35, 31, .1);
		border-radius: 14px;
		box-shadow: 0 16px 36px rgba(19, 35, 31, .1);
	}
	.afw-caidanlie.afw-caidanlie-dakai { display: grid; }
	.afw-caidanlie a { padding: 11px; }
	.afw-yingxiong-buju { grid-template-columns: 1fr; }
	.afw-yingxiong-zhuangshi { min-height: 440px; }
	.afw-pingmuk img { height: 380px; }
	.afw-liangdianlie { grid-template-columns: 1fr 1fr; }
	.afw-wenti-buju { grid-template-columns: 1fr; gap: 18px; }
	.afw-liudai { grid-template-columns: 1fr 1fr; gap: 24px; }
	.afw-liudai:before { display: none; }
	.afw-pingjialie { column-count: 2; }
	.afw-dibu-buju { flex-wrap: wrap; }
	.afw-dibu-daohang { width: 100%; margin-left: 0; }
}

@media (max-width: 760px) {
	.afw-kuandu { width: min(100% - 28px, 1140px); }
	.afw-yingxiong-anniu { display: grid; }
	.afw-anniu-xiazai,
	.afw-anniu-gengduo { width: 100%; }
	.afw-jifenka { width: 54%; }
	.afw-pingmuk { width: 52%; }
	.afw-mokuai { padding: 68px 0; }
	.afw-tupianlie {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		margin: 0 -14px;
		padding: 0 14px 8px;
	}
	.afw-tupianka {
		flex: 0 0 78%;
		scroll-snap-align: start;
	}
	.afw-tupianka img { height: 430px; }
	.afw-liangdianlie,
	.afw-liudai { grid-template-columns: 1fr; }
	.afw-pingjialie { column-count: 1; }
	.afw-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;
}
