


* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
	font-family: "Noto Sans SC", sans-serif;
	color: #f2f0ea;
	background:
		radial-gradient(ellipse 70% 40% at 90% 0%, rgba(232, 168, 56, 0.14), transparent 50%),
		radial-gradient(ellipse 40% 30% at 10% 20%, rgba(255, 77, 77, 0.08), transparent 45%),
		linear-gradient(180deg, #08080a 0%, #0c0c0e 50%, #101014 100%);
	line-height: 1.7;
	overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.tga-kuandu {
	width: min(100% - 2rem, 1160px);
	margin-inline: auto;
}

.tga-toubu {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(14px);
	background: rgba(8, 8, 10, 0.88);
	border-bottom: 1px solid rgba(232, 168, 56, 0.12);
}

.tga-daohang {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 70px;
}

.tga-pinpai {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.7rem;
	letter-spacing: 0.06em;
}

.tga-pinpai img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
}

.tga-caidanlie {
	display: flex;
	align-items: center;
	gap: 1.3rem;
	font-size: 0.92rem;
	color: #b8b4aa;
}

.tga-caidanlie a:hover { color: #e8a838; }

.tga-toubu-caozuo {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.tga-caidan {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(232, 168, 56, 0.28);
	border-radius: 8px;
	background: transparent;
	color: #f2f0ea;
	font-size: 1.25rem;
	cursor: pointer;
}

.tga-anniu {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.7rem 1.15rem;
	border-radius: 8px;
	font-size: 0.94rem;
	font-weight: 500;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tga-anniu i { font-size: 1.1rem; }

.tga-anniu-zhu,
.tga-anniu-xiazai {
	background: linear-gradient(120deg, #e8a838, #d4922a);
	color: #1a1205;
	box-shadow: 0 10px 26px rgba(232, 168, 56, 0.28);
}

.tga-anniu-zhu:hover,
.tga-anniu-xiazai:hover { transform: translateY(-2px); }

.tga-anniu-gengduo {
	border: 1px solid rgba(242, 240, 234, 0.2);
	background: rgba(255, 255, 255, 0.04);
}

.tga-anniu-gengduo:hover {
	border-color: #e8a838;
	color: #f0c56e;
}

.tga-yingxiong { padding: 4.2rem 0 5rem; }

.tga-yingxiong-buju {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	align-items: center;
}

.tga-pinpai-da {
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(3.5rem, 8vw, 5.5rem);
	letter-spacing: 0.04em;
	line-height: 0.95;
	color: #e8a838;
	margin-bottom: 0.7rem;
	animation: tga-ru 0.85s ease both;
}

.tga-yingxiong-wenan h1 {
	font-size: clamp(1.25rem, 2.2vw, 1.65rem);
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 0.95rem;
	max-width: 16em;
	animation: tga-ru 0.85s ease 0.08s both;
}

.tga-yingxiong-wenan > p {
	color: #b8b4aa;
	max-width: 28em;
	margin-bottom: 1.6rem;
	animation: tga-ru 0.85s ease 0.16s both;
}

.tga-yingxiong-anniu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	animation: tga-ru 0.85s ease 0.24s both;
}

.tga-yingxiong-zhuangshi {
	position: relative;
	min-height: 440px;
	animation: tga-ru 1s ease 0.15s both;
}

.tga-jiaopian {
	position: absolute;
	left: 0;
	top: 10%;
	bottom: 10%;
	width: 52px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 0.5rem 0;
	background: #1c1c20;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.tga-jiaopian span {
	display: block;
	height: 28px;
	margin: 0 8px;
	border-radius: 4px;
	background: #0c0c0e;
	box-shadow: inset 0 0 0 1px rgba(232, 168, 56, 0.15);
	animation: tga-shan 2.4s ease-in-out infinite;
}

.tga-jiaopian span:nth-child(2) { animation-delay: 0.2s; }
.tga-jiaopian span:nth-child(3) { animation-delay: 0.4s; }
.tga-jiaopian span:nth-child(4) { animation-delay: 0.6s; }
.tga-jiaopian span:nth-child(5) { animation-delay: 0.8s; }
.tga-jiaopian span:nth-child(6) { animation-delay: 1s; }

.tga-piao {
	position: absolute;
	left: 18%;
	top: 18%;
	z-index: 3;
	width: 150px;
	padding: 1rem 0.9rem;
	background: linear-gradient(160deg, #2a2418, #1a1610);
	border: 1px dashed rgba(232, 168, 56, 0.28);
	border-radius: 4px;
	text-align: center;
	animation: tga-fupiao 4s ease-in-out infinite;
}

.tga-piao-shang {
	font-family: "Bebas Neue", sans-serif;
	font-size: 0.95rem;
	letter-spacing: 0.12em;
	color: #e8a838;
	margin-bottom: 0.6rem;
}

.tga-piao-zhong {
	width: 52px;
	height: 52px;
	margin: 0 auto 0.6rem;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #e8a838;
	color: #1a1205;
	font-size: 1.5rem;
}

.tga-piao-xia {
	font-size: 0.75rem;
	color: #7a776f;
}

.tga-pingmu {
	position: absolute;
	right: 0;
	top: 6%;
	width: min(62%, 260px);
	padding: 0.45rem;
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(232, 168, 56, 0.5), rgba(255, 77, 77, 0.25));
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
	z-index: 2;
}

.tga-pingmu img {
	width: 100%;
	border-radius: 18px;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}

.tga-mokuai { padding: 4.2rem 0; }

.tga-biaoti {
	margin-bottom: 2.1rem;
	text-align: center;
}

.tga-biaoti-zuo { text-align: left; }

.tga-biaoti > span {
	display: inline-block;
	font-family: "Bebas Neue", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.18em;
	color: #e8a838;
	margin-bottom: 0.4rem;
}

.tga-biaoti-zhu {
	font-size: clamp(1.45rem, 2.6vw, 1.95rem);
	font-weight: 700;
	margin-bottom: 0.45rem;
}

.tga-biaoti p {
	color: #7a776f;
	max-width: 34em;
	margin-inline: auto;
}

.tga-biaoti-zuo p { margin-inline: 0; }

.tga-tupianlie {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.tga-tupianka {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: #16161a;
}

.tga-tupianka img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.tga-tupianka:hover img { transform: scale(1.05); }

.tga-tupianka figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.85rem 0.9rem;
	background: linear-gradient(transparent, rgba(8, 8, 10, 0.95));
	font-size: 0.88rem;
}

.tga-tupianka figcaption i { color: #e8a838; }

.tga-liangdian {
	background: rgba(255, 255, 255, 0.02);
}

.tga-liangdianlie {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.1rem;
}

.tga-liangdianka {
	padding: 1.4rem 1.25rem;
	border-radius: 14px;
	background: #16161a;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-top: 2px solid #e8a838;
	transition: transform 0.3s ease;
}

.tga-liangdianka:hover { transform: translateY(-4px); }

.tga-tubiao {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	margin-bottom: 0.9rem;
	background: rgba(232, 168, 56, 0.12);
	color: #e8a838;
	font-size: 1.3rem;
}

.tga-kapianbiaoti {
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: 0.4rem;
}

.tga-liangdianka p {
	color: #7a776f;
	font-size: 0.92rem;
}

.tga-mubu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.tga-buzhou {
	text-align: center;
	padding: 1.4rem 1rem;
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(232, 168, 56, 0.08), transparent);
	border: 1px solid rgba(232, 168, 56, 0.15);
}

.tga-mu {
	display: block;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 0.1em;
	color: #e8a838;
	margin-bottom: 0.75rem;
}

.tga-buzhouyuan {
	width: 52px;
	height: 52px;
	margin: 0 auto 0.85rem;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #e8a838;
	color: #1a1205;
	font-size: 1.3rem;
}

.tga-buzhoubiaoti {
	font-weight: 700;
	margin-bottom: 0.35rem;
}

.tga-buzhou p {
	color: #7a776f;
	font-size: 0.88rem;
}

.tga-wenti-buju {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 2.2rem;
	align-items: start;
}

.tga-wentilie {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.tga-wentixiang {
	border-radius: 10px;
	background: #16161a;
	border: 1px solid rgba(255, 255, 255, 0.06);
	overflow: hidden;
}

.tga-wentixiang summary {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.1rem;
	cursor: pointer;
	font-weight: 500;
}

.tga-wentixiang summary::-webkit-details-marker { display: none; }

.tga-wentixiang summary i {
	color: #e8a838;
	font-size: 1.3rem;
	transition: transform 0.25s ease;
}

.tga-wentixiang[open] summary i { transform: rotate(180deg); }

.tga-wentixiang p {
	padding: 0 1.1rem 1.05rem;
	color: #7a776f;
	font-size: 0.94rem;
}

.tga-wentixiang a {
	color: #e8a838;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tga-pingjialie {
	columns: 3;
	column-gap: 1.1rem;
}

.tga-pingjiaka {
	break-inside: avoid;
	margin-bottom: 1.1rem;
	padding: 1.2rem;
	border-radius: 12px;
	background: #16161a;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.tga-pingjiaka > p {
	font-size: 0.94rem;
	color: #b8b4aa;
	margin-bottom: 1rem;
}

.tga-yonghu {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.tga-touxiang {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #e8a838;
	color: #1a1205;
	font-size: 0.82rem;
	font-weight: 700;
}

.tga-yonghu strong { display: block; font-size: 0.9rem; }
.tga-yonghu time { display: block; font-size: 0.74rem; color: #7a776f; }

.tga-dibu {
	padding: 2.3rem 0 1.8rem;
	border-top: 1px solid rgba(232, 168, 56, 0.12);
	background: #060608;
}

.tga-dibu-buju {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.2rem;
	flex-wrap: wrap;
	margin-bottom: 1.3rem;
}

.tga-dibu-daohang {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.2rem;
	font-size: 0.9rem;
	color: #7a776f;
}

.tga-dibu-daohang a:hover { color: #e8a838; }

.tga-dibu-banquan {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	font-size: 0.82rem;
	color: #7a776f;
}

@keyframes tga-ru {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes tga-shan {
	0%, 100% { opacity: 0.55; }
	50% { opacity: 1; }
}

@keyframes tga-fupiao {
	0%, 100% { transform: rotate(-3deg) translateY(0); }
	50% { transform: rotate(-1deg) translateY(-6px); }
}

@media (max-width: 980px) {
	.tga-caidanlie {
		position: fixed;
		inset: 70px 1rem auto;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 0.5rem;
		border-radius: 12px;
		background: #16161a;
		border: 1px solid rgba(232, 168, 56, 0.28);
	}
	.tga-caidanlie.tga-kai { display: flex; }
	.tga-caidanlie a { padding: 0.85rem 1rem; border-radius: 8px; }
	.tga-caidan { display: grid; place-items: center; }
	.tga-toubu .tga-anniu-zhu { display: none; }
	.tga-yingxiong-buju,
	.tga-wenti-buju { grid-template-columns: 1fr; }
	.tga-yingxiong-zhuangshi { min-height: 360px; order: -1; }
	.tga-tupianlie {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 0.85rem;
	}
	.tga-tupianka { flex: 0 0 70%; scroll-snap-align: start; }
	.tga-liangdianlie { grid-template-columns: 1fr; }
	.tga-mubu { grid-template-columns: 1fr 1fr; }
	.tga-pingjialie { columns: 1; }
}

@media (max-width: 640px) {
	.tga-yingxiong-anniu { flex-direction: column; }
	.tga-yingxiong-anniu .tga-anniu { width: 100%; }
	.tga-mubu { grid-template-columns: 1fr; }
	.tga-dibu-buju { flex-direction: column; align-items: flex-start; }
}

@media (min-width: 641px) and (max-width: 980px) {
	.tga-liangdianlie { grid-template-columns: repeat(2, 1fr); }
	.tga-pingjialie { columns: 2; }
}

/* ========== 前台投诉举报按钮 ========== */
.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;
}
