


* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans SC", sans-serif;
	color: #1c2430;
	background:
		radial-gradient(ellipse 70% 45% at 0% 0%, rgba(255, 107, 107, 0.12), transparent 55%),
		radial-gradient(ellipse 55% 40% at 100% 10%, rgba(46, 196, 182, 0.14), transparent 50%),
		linear-gradient(180deg, #eef3f8 0%, #f3f6fa 35%, #e8eef5 100%);
	line-height: 1.7;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

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

.ppm-toubu {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(14px);
	background: rgba(243, 246, 250, 0.86);
	border-bottom: 1px solid rgba(28, 36, 48, 0.08);
}

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

.ppm-pinpai {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	font-family: "ZCOOL XiaoWei", serif;
	font-size: 1.35rem;
	letter-spacing: 0.04em;
}

.ppm-pinpai img {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	object-fit: cover;
	box-shadow: 0 4px 12px rgba(255, 107, 107, 0.25);
}

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

.ppm-caidanlie a:hover {
	color: #ff6b6b;
}

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

.ppm-caidan {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(28, 36, 48, 0.08);
	border-radius: 12px;
	background: #ffffff;
	color: #1c2430;
	font-size: 1.25rem;
	cursor: pointer;
}

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

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

.ppm-anniu-zhu,
.ppm-anniu-xiazai {
	background: linear-gradient(120deg, #ff6b6b, #ff8e72);
	color: #fff;
	box-shadow: 0 10px 26px rgba(255, 107, 107, 0.32);
}

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

.ppm-anniu-gengduo {
	background: #ffffff;
	border: 1px solid rgba(28, 36, 48, 0.08);
	color: #1c2430;
}

.ppm-anniu-gengduo:hover {
	border-color: rgba(46, 196, 182, 0.45);
	color: #2ec4b6;
}

.ppm-yingxiong {
	padding: 4.2rem 0 4.8rem;
}

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

.ppm-pinpai-da {
	font-family: "ZCOOL XiaoWei", serif;
	font-size: clamp(3rem, 7vw, 4.6rem);
	line-height: 1;
	color: #1c2430;
	margin-bottom: 0.75rem;
	animation: ppm-ru 0.85s ease both;
}

.ppm-yingxiong-wenan h1 {
	font-family: Outfit, "Noto Sans SC", sans-serif;
	font-size: clamp(1.3rem, 2.3vw, 1.7rem);
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0.95rem;
	max-width: 16em;
	animation: ppm-ru 0.85s ease 0.08s both;
}

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

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

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

.ppm-zhuangshi-di {
	position: absolute;
	inset: 12% 8% 8% 18%;
	border-radius: 32px;
	background:
		repeating-linear-gradient(
			-12deg,
			transparent,
			transparent 18px,
			rgba(46, 196, 182, 0.07) 18px,
			rgba(46, 196, 182, 0.07) 19px
		),
		linear-gradient(145deg, #fff 0%, #e8f7f5 100%);
	border: 1px solid rgba(46, 196, 182, 0.2);
	transform: rotate(3deg);
}

.ppm-yezhuan {
	position: absolute;
	inset: 6% 10% 10% 14%;
	perspective: 900px;
}

.ppm-ye {
	position: absolute;
	inset: 0;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(28, 36, 48, 0.08);
	box-shadow: 0 18px 40px rgba(28, 36, 48, 0.12);
}

.ppm-ye-1 {
	transform: rotate(-8deg) translate(-8%, 4%);
	background: linear-gradient(160deg, #ffe8e4, #fff);
	animation: ppm-ye 5s ease-in-out infinite;
}

.ppm-ye-2 {
	transform: rotate(4deg) translate(6%, -2%);
	background: linear-gradient(160deg, #e4f8f5, #fff);
	animation: ppm-ye 5s ease-in-out 0.4s infinite;
}

.ppm-ye-3 {
	overflow: hidden;
	transform: rotate(-1deg);
	z-index: 2;
}

.ppm-ye-3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ppm-biaoqian {
	position: absolute;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.55rem 0.9rem;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 500;
	background: #fff;
	box-shadow: 0 10px 24px rgba(28, 36, 48, 0.12);
	animation: ppm-fupiao 3.8s ease-in-out infinite;
}

.ppm-biaoqian i {
	color: #ff6b6b;
}

.ppm-biaoqian-1 {
	top: 8%;
	left: 0;
}

.ppm-biaoqian-2 {
	bottom: 14%;
	right: 0;
	animation-delay: 0.7s;
}

.ppm-biaoqian-2 i {
	color: #2ec4b6;
}

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

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

.ppm-biaoti > span {
	display: inline-block;
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #ff6b6b;
	margin-bottom: 0.5rem;
}

.ppm-biaoti-zhu {
	font-family: "ZCOOL XiaoWei", serif;
	font-size: clamp(1.55rem, 2.8vw, 2.1rem);
	margin-bottom: 0.5rem;
}

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

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

.ppm-tupianka {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background: #ffffff;
	border: 1px solid rgba(28, 36, 48, 0.08);
	box-shadow: 0 8px 24px rgba(28, 36, 48, 0.06);
}

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

.ppm-tupianka:hover img {
	transform: scale(1.04);
}

.ppm-tupianka figcaption {
	position: absolute;
	left: 0.7rem;
	right: 0.7rem;
	bottom: 0.7rem;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.55rem 0.75rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(8px);
	font-size: 0.88rem;
	font-weight: 500;
}

.ppm-tupianka figcaption i {
	color: #ff6b6b;
}

.ppm-liangdian {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent);
}

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

.ppm-liangdianka {
	position: relative;
	padding: 1.5rem 1.25rem 1.4rem;
	border-radius: 22px;
	background: #ffffff;
	border: 1px solid rgba(28, 36, 48, 0.08);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ppm-liangdianka:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 36px rgba(28, 36, 48, 0.08);
}

.ppm-xuhao {
	position: absolute;
	top: 0.85rem;
	right: 1rem;
	font-family: Outfit, sans-serif;
	font-size: 1.6rem;
	font-weight: 800;
	color: rgba(255, 107, 107, 0.15);
	line-height: 1;
}

.ppm-tubiao {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	margin-bottom: 0.95rem;
	background: linear-gradient(135deg, rgba(255, 107, 107, 0.12), rgba(46, 196, 182, 0.12));
	color: #ff6b6b;
	font-size: 1.35rem;
}

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

.ppm-liangdianka p {
	color: #7a8494;
	font-size: 0.92rem;
}

.ppm-buzhoulie {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	position: relative;
}

.ppm-buzhoulie::before {
	content: "";
	position: absolute;
	top: 58px;
	left: 8%;
	right: 8%;
	height: 2px;
	background: linear-gradient(90deg, #ff6b6b, #2ec4b6);
	opacity: 0.35;
	z-index: 0;
}

.ppm-buzhou {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 1.2rem 1rem 1.4rem;
	border-radius: 20px;
	background: #ffffff;
	border: 1px solid rgba(28, 36, 48, 0.08);
}

.ppm-buzhou-ding {
	font-family: Outfit, sans-serif;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	color: #2ec4b6;
	margin-bottom: 0.7rem;
	font-weight: 700;
}

.ppm-buzhouyuan {
	width: 54px;
	height: 54px;
	margin: 0 auto 0.9rem;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #ff6b6b, #ff8e72);
	color: #fff;
	font-size: 1.3rem;
	box-shadow: 0 8px 20px rgba(255, 107, 107, 0.28);
}

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

.ppm-buzhou p {
	color: #7a8494;
	font-size: 0.88rem;
}

.ppm-wenti {
	background:
		radial-gradient(ellipse 60% 50% at 50% 100%, rgba(255, 107, 107, 0.08), transparent 60%);
}

.ppm-wentilie {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem;
}

.ppm-wentixiang {
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid rgba(28, 36, 48, 0.08);
	overflow: hidden;
}

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

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

.ppm-wentixiang summary i {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 107, 107, 0.1);
	color: #ff6b6b;
	flex-shrink: 0;
	transition: transform 0.25s ease;
}

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

.ppm-wentixiang p {
	padding: 0 1.15rem 1.1rem;
	color: #7a8494;
	font-size: 0.94rem;
}

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

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

.ppm-pingjiaka {
	break-inside: avoid;
	margin-bottom: 1.1rem;
	padding: 1.25rem;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid rgba(28, 36, 48, 0.08);
	border-top: 3px solid #ff6b6b;
}

.ppm-pingjiaka:nth-child(even) {
	border-top-color: #2ec4b6;
}

.ppm-pingjiaka > p {
	font-size: 0.94rem;
	color: #4a5568;
	margin-bottom: 1rem;
}

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

.ppm-touxiang {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #ff6b6b, #2ec4b6);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 700;
}

.ppm-yonghu strong {
	display: block;
	font-size: 0.9rem;
}

.ppm-yonghu time {
	display: block;
	font-size: 0.74rem;
	color: #7a8494;
}

.ppm-dibu {
	padding: 2.4rem 0 1.8rem;
	background: #1c2430;
	color: #e8eef5;
}

.ppm-dibu .ppm-pinpai {
	color: #fff;
}

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

.ppm-dibu-daohang {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.2rem;
	font-size: 0.9rem;
	color: rgba(232, 238, 245, 0.7);
}

.ppm-dibu-daohang a:hover {
	color: #ff8e72;
}

.ppm-dibu-banquan {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.82rem;
	color: rgba(232, 238, 245, 0.55);
}

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

@keyframes ppm-ye {
	0%, 100% { transform: rotate(-8deg) translate(-8%, 4%); }
	50% { transform: rotate(-6deg) translate(-6%, 2%); }
}

.ppm-ye-2 {
	animation-name: ppm-ye2;
}

@keyframes ppm-ye2 {
	0%, 100% { transform: rotate(4deg) translate(6%, -2%); }
	50% { transform: rotate(6deg) translate(8%, 0%); }
}

@keyframes ppm-fupiao {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-7px); }
}

@media (max-width: 980px) {
	.ppm-caidanlie {
		position: fixed;
		inset: 70px 1rem auto;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 0.5rem;
		border-radius: 14px;
		background: #fff;
		border: 1px solid rgba(28, 36, 48, 0.08);
		box-shadow: 0 14px 36px rgba(28, 36, 48, 0.12);
	}

	.ppm-caidanlie.ppm-kai {
		display: flex;
	}

	.ppm-caidanlie a {
		padding: 0.85rem 1rem;
		border-radius: 10px;
	}

	.ppm-caidan {
		display: grid;
		place-items: center;
	}

	.ppm-toubu .ppm-anniu-zhu {
		display: none;
	}

	.ppm-yingxiong-buju {
		grid-template-columns: 1fr;
	}

	.ppm-yingxiong-zhuangshi {
		min-height: 360px;
		order: -1;
	}

	.ppm-tupianlie {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 0.85rem;
		padding-bottom: 0.4rem;
		-webkit-overflow-scrolling: touch;
	}

	.ppm-tupianka {
		flex: 0 0 70%;
		scroll-snap-align: start;
	}

	.ppm-liangdianlie {
		grid-template-columns: 1fr;
	}

	.ppm-buzhoulie {
		grid-template-columns: 1fr 1fr;
	}

	.ppm-buzhoulie::before {
		display: none;
	}

	.ppm-wentilie {
		grid-template-columns: 1fr;
	}

	.ppm-pingjialie {
		columns: 1;
	}
}

@media (max-width: 640px) {
	.ppm-yingxiong-anniu {
		flex-direction: column;
	}

	.ppm-yingxiong-anniu .ppm-anniu {
		width: 100%;
	}

	.ppm-buzhoulie {
		grid-template-columns: 1fr;
	}

	.ppm-dibu-buju {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (min-width: 641px) and (max-width: 980px) {
	.ppm-liangdianlie {
		grid-template-columns: repeat(2, 1fr);
	}

	.ppm-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;
}
