


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: #1c1714;
	background: #f6f1ea;
	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; }
.afy-kuandu { width: min(1140px, calc(100% - 36px)); margin: 0 auto; }

.afy-toubu {
	position: sticky;
	top: 0;
	z-index: 60;
	background: rgba(28, 23, 20, .9);
	border-bottom: 1px solid rgba(232, 223, 212, .12);
	backdrop-filter: blur(14px);
}
.afy-daohang {
	min-height: 72px;
	display: flex;
	align-items: center;
	gap: 22px;
}
.afy-pinpai {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-family: "Zen Maru Gothic", "Noto Sans SC", sans-serif;
	font-size: 20px;
	font-weight: 700;
}
.afy-pinpai img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 10px;
}
.afy-caidanlie {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-left: auto;
}
.afy-caidanlie a {
	color: rgba(255, 255, 255, .68);
	font-size: 14px;
	font-weight: 600;
}
.afy-caidanlie a:hover { color: #e8dfd4; }
.afy-toubu-caozuo { display: flex; align-items: center; gap: 10px; }
.afy-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;
}
.afy-anniu i { font-size: 18px; }
.afy-anniu-zhu {
	color: #1c1714;
	background: linear-gradient(120deg, #f0e6da, #d4a08a);
}
.afy-anniu-zhu:hover { transform: translateY(-2px); }
.afy-caidan {
	display: none;
	width: 42px;
	height: 42px;
	color: #fff;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 12px;
	font-size: 22px;
}

.afy-yingxiong {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(ellipse 42% 48% at 85% 20%, rgba(212, 160, 138, .28), transparent 60%),
		radial-gradient(ellipse 35% 40% at 10% 80%, rgba(232, 223, 212, .08), transparent 55%),
		linear-gradient(160deg, #241c19 0%, #1c1714 55%, #15110f 100%);
}
.afy-yingxiong-buju {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	align-items: center;
	gap: 36px;
	padding: 58px 0 78px;
}
.afy-pinpai-da {
	margin: 0 0 14px;
	font-family: "Zen Maru Gothic", "Noto Sans SC", sans-serif;
	font-size: clamp(42px, 6vw, 68px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: .04em;
	background: linear-gradient(110deg, #fff 20%, #e8dfd4 55%, #d4a08a);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.afy-yingxiong h1 {
	margin: 0;
	max-width: 12em;
	font-size: clamp(22px, 2.5vw, 32px);
	font-weight: 800;
	line-height: 1.4;
}
.afy-yingxiong-wenan > p {
	max-width: 30em;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	line-height: 1.85;
}
.afy-yingxiong-anniu {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}
.afy-anniu-xiazai {
	min-height: 58px;
	padding: 0 26px;
	color: #1c1714;
	background: linear-gradient(120deg, #fff8f1, #e2b79f);
	border-radius: 999px;
	font-size: 16px;
	font-weight: 800;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, .35),
		0 14px 36px rgba(212, 160, 138, .35);
	animation: afy-rou 2.4s ease-in-out infinite;
}
.afy-anniu-xiazai i { font-size: 22px; }
.afy-anniu-xiazai:hover { transform: translateY(-3px) scale(1.02); }
.afy-anniu-gengduo {
	min-height: 58px;
	padding: 0 22px;
	color: #fff;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(232, 223, 212, .28);
	border-radius: 999px;
	backdrop-filter: blur(10px);
	font-size: 15px;
}
.afy-anniu-gengduo:hover {
	border-color: #d4a08a;
	color: #e8dfd4;
}

.afy-yingxiong-zhuangshi {
	position: relative;
	min-height: 540px;
}
.afy-yueyun {
	position: absolute;
	border: 1px solid rgba(232, 223, 212, .2);
	border-radius: 50%;
}
.afy-yueyun-wai {
	width: 420px;
	height: 420px;
	right: -40px;
	top: 40px;
	animation: afy-zhuan 28s linear infinite;
}
.afy-yueyun-zhong {
	width: 280px;
	height: 280px;
	right: 30px;
	top: 110px;
	border-style: dashed;
	animation: afy-zhuan 18s linear infinite reverse;
}
.afy-yueqiu {
	position: absolute;
	right: 120px;
	top: 180px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 30% 30%, #fff8f1, #e8dfd4 45%, #b9957d 100%);
	box-shadow: 0 0 40px rgba(232, 223, 212, .35);
}
.afy-shijieka {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 40px;
	width: 48%;
	padding: 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(232, 223, 212, .2);
	backdrop-filter: blur(14px);
}
.afy-shijiehang {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: #e8dfd4;
	font-size: 13px;
	font-weight: 700;
}
.afy-shijietiao {
	height: 8px;
	margin-bottom: 8px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(212, 160, 138, .55), rgba(232, 223, 212, .2));
}
.afy-shijietiao-duan { width: 62%; }
.afy-juesehang { display: flex; gap: 8px; margin-top: 12px; }
.afy-juesehang span {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: linear-gradient(145deg, #e8dfd4, #d4a08a);
	border: 2px solid rgba(255, 255, 255, .25);
}
.afy-huajuan {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 50%;
	width: 46%;
	overflow: hidden;
	border-radius: 120px 120px 28px 28px;
	border: 1px solid rgba(232, 223, 212, .28);
	box-shadow: 0 28px 60px rgba(0, 0, 0, .35);
	transform: translateY(-50%);
	animation: afy-fu 5.5s ease-in-out infinite;
}
.afy-huajuan img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	object-position: top;
}

.afy-mokuai { padding: 90px 0; }
.afy-biaoti {
	max-width: 640px;
	margin: 0 auto 42px;
	text-align: center;
}
.afy-biaoti > span {
	display: inline-block;
	margin-bottom: 10px;
	color: #b8896f;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
}
.afy-biaoti-zhu {
	font-family: "Zen Maru Gothic", "Noto Sans SC", sans-serif;
	font-size: clamp(28px, 3.4vw, 40px);
	font-weight: 700;
	line-height: 1.3;
}
.afy-biaoti > p {
	margin: 12px 0 0;
	color: #7a7068;
	font-size: 15px;
	line-height: 1.8;
}

.afy-tupianlie {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.afy-tupianka {
	margin: 0;
	overflow: hidden;
	border-radius: 22px;
	background: #2a2220;
	box-shadow: 0 16px 36px rgba(28, 23, 20, .08);
}
.afy-tupianka img {
	width: 100%;
	height: 410px;
	object-fit: cover;
	object-position: top;
}
.afy-tupianka figcaption {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 16px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.afy-tupianka i { color: #d4a08a; font-size: 18px; }

.afy-liangdian {
	background:
		radial-gradient(ellipse 40% 40% at 0% 0%, rgba(212, 160, 138, .15), transparent 55%),
		linear-gradient(180deg, #efe8df, #f6f1ea);
}
.afy-liangdianlie {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.afy-liangdianka {
	padding: 26px 22px;
	border-radius: 24px;
	background: rgba(255, 255, 255, .72);
	border: 1px solid rgba(28, 23, 20, .06);
	backdrop-filter: blur(10px);
	transition: .22s;
}
.afy-liangdianka:hover {
	transform: translateY(-5px);
	border-color: rgba(212, 160, 138, .4);
	box-shadow: 0 18px 40px rgba(28, 23, 20, .08);
}
.afy-tubiao {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	margin-bottom: 16px;
	color: #fff;
	border-radius: 16px;
	background: linear-gradient(135deg, #c9957c, #8e6a56);
	font-size: 22px;
}
.afy-kapianbiaoti {
	margin-bottom: 8px;
	font-size: 19px;
	font-weight: 800;
}
.afy-liangdianka p {
	margin: 0;
	color: #7a7068;
	font-size: 14px;
	line-height: 1.8;
}

.afy-liucheng {
	color: #fff;
	background: linear-gradient(160deg, #2a2220, #1c1714);
}
.afy-liucheng .afy-biaoti > span { color: #d4a08a; }
.afy-liucheng .afy-biaoti > p { color: rgba(255, 255, 255, .62); }
.afy-guiji {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.afy-guiji:before {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	top: 42px;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(212, 160, 138, .55), transparent);
}
.afy-buzhou {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 0 8px;
}
.afy-buzhouyuan {
	width: 84px;
	height: 84px;
	display: grid;
	place-items: center;
	margin: 0 auto 16px;
	color: #1c1714;
	border-radius: 50%;
	background: linear-gradient(145deg, #f0e6da, #d4a08a);
	border: 8px solid #241c19;
	font-size: 28px;
	box-shadow: 0 0 0 1px rgba(212, 160, 138, .35);
}
.afy-buzhouhao {
	margin-bottom: 6px;
	color: #d4a08a;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.afy-buzhoubiaoti {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 800;
}
.afy-buzhou p {
	margin: 0;
	color: rgba(255, 255, 255, .62);
	font-size: 14px;
	line-height: 1.7;
}

.afy-wenti { background: #fff; }
.afy-wentilie {
	max-width: 880px;
	margin: 0 auto;
	display: grid;
	gap: 10px;
}
.afy-wentixiang {
	border-radius: 18px;
	background: #f4eee6;
	border: 1px solid rgba(28, 23, 20, .06);
	overflow: hidden;
}
.afy-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;
}
.afy-wentixiang summary::-webkit-details-marker { display: none; }
.afy-wentixiang summary i {
	color: #b8896f;
	font-size: 20px;
	transition: .2s;
}
.afy-wentixiang[open] {
	background: #fff;
	border-color: rgba(212, 160, 138, .4);
}
.afy-wentixiang[open] summary i { transform: rotate(45deg); }
.afy-wentixiang > p {
	margin: 0;
	padding: 0 18px 18px;
	color: #7a7068;
	font-size: 14px;
	line-height: 1.85;
}
.afy-wentixiang a {
	color: #a8735a;
	font-weight: 700;
	text-decoration: underline;
}

.afy-pingjia {
	background:
		radial-gradient(ellipse 35% 40% at 100% 100%, rgba(212, 160, 138, .12), transparent 50%),
		#efe8df;
}
.afy-pingjialie {
	column-count: 3;
	column-gap: 14px;
}
.afy-pingjiaka {
	display: inline-block;
	width: 100%;
	margin: 0 0 14px;
	padding: 22px;
	break-inside: avoid;
	border-radius: 20px;
	background: rgba(255, 255, 255, .8);
	border: 1px solid rgba(28, 23, 20, .06);
}
.afy-pingjiaka:nth-child(3n+2) {
	background: linear-gradient(160deg, #2a2220, #1c1714);
	color: #fff;
	border-color: transparent;
}
.afy-pingjiaka > p {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.8;
}
.afy-pingjiaka:nth-child(3n+2) > p { color: rgba(255, 255, 255, .88); }
.afy-yonghu {
	display: flex;
	align-items: center;
	gap: 10px;
}
.afy-touxiang {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(135deg, #c9957c, #8e6a56);
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
}
.afy-pingjiaka:nth-child(3n+2) .afy-touxiang {
	color: #1c1714;
	background: #e8dfd4;
}
.afy-yonghu div { display: grid; gap: 2px; }
.afy-yonghu strong { font-size: 13px; }
.afy-yonghu time {
	color: #7a7068;
	font-size: 12px;
}
.afy-pingjiaka:nth-child(3n+2) .afy-yonghu time { color: rgba(255, 255, 255, .65); }

.afy-dibu {
	padding: 36px 0 24px;
	color: #fff;
	background: #15110f;
}
.afy-dibu-buju {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.afy-dibu-daohang {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-left: auto;
}
.afy-dibu-daohang a {
	color: rgba(255, 255, 255, .65);
	font-size: 13px;
}
.afy-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 afy-rou {
	0%, 100% { box-shadow: 0 0 0 1px rgba(255,255,255,.35), 0 14px 36px rgba(212,160,138,.35); }
	50% { box-shadow: 0 0 0 1px rgba(255,255,255,.55), 0 18px 44px rgba(212,160,138,.5); }
}
@keyframes afy-zhuan {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@keyframes afy-fu {
	0%, 100% { transform: translateY(-50%); }
	50% { transform: translateY(calc(-50% - 10px)); }
}

@media (max-width: 980px) {
	.afy-daohang .afy-anniu-zhu { display: none; }
	.afy-caidan { display: grid; place-items: center; }
	.afy-caidanlie {
		position: absolute;
		left: 18px;
		right: 18px;
		top: 68px;
		display: none;
		padding: 10px;
		background: rgba(36, 28, 25, .98);
		border: 1px solid rgba(255, 255, 255, .12);
		border-radius: 14px;
	}
	.afy-caidanlie.afy-caidanlie-dakai { display: grid; }
	.afy-caidanlie a { padding: 11px; }
	.afy-yingxiong-buju { grid-template-columns: 1fr; }
	.afy-yingxiong-zhuangshi { min-height: 460px; }
	.afy-huajuan { width: 48%; }
	.afy-huajuan img { height: 400px; }
	.afy-liangdianlie { grid-template-columns: 1fr 1fr; }
	.afy-guiji { grid-template-columns: 1fr 1fr; gap: 28px; }
	.afy-guiji:before { display: none; }
	.afy-pingjialie { column-count: 2; }
	.afy-dibu-buju { flex-wrap: wrap; }
	.afy-dibu-daohang { width: 100%; margin-left: 0; }
}

@media (max-width: 760px) {
	.afy-kuandu { width: min(100% - 28px, 1140px); }
	.afy-yingxiong-anniu { display: grid; }
	.afy-anniu-xiazai,
	.afy-anniu-gengduo { width: 100%; }
	.afy-shijieka { width: 56%; }
	.afy-huajuan { width: 52%; }
	.afy-yueyun-wai { width: 300px; height: 300px; }
	.afy-yueyun-zhong { width: 200px; height: 200px; }
	.afy-mokuai { padding: 68px 0; }
	.afy-tupianlie {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		margin: 0 -14px;
		padding: 0 14px 8px;
	}
	.afy-tupianka {
		flex: 0 0 78%;
		scroll-snap-align: start;
	}
	.afy-tupianka img { height: 430px; }
	.afy-liangdianlie,
	.afy-guiji { grid-template-columns: 1fr; }
	.afy-pingjialie { column-count: 1; }
	.afy-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;
}
