

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: #273240;
	background: #f5f7fa;
	font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
}

body.mhs-jinzhi {
	overflow: hidden;
}

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

button,
summary {
	font: inherit;
}

button {
	color: inherit;
}

img {
	max-width: 100%;
}

i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.mhs-kuandu {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.mhs-toubu {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgba(220, 227, 233, 0.9);
	backdrop-filter: blur(18px);
}

.mhs-daohang {
	display: flex;
	align-items: center;
	min-height: 74px;
	gap: 36px;
}

.mhs-pinpai {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	font-size: 19px;
	font-weight: 800;
	line-height: 1;
}

.mhs-pinpai img {
	width: 44px;
	height: 44px;
	object-fit: cover;
	border-radius: 8px;
}

.mhs-daohanglie {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin: 0 auto;
}

.mhs-daohangxiang {
	position: relative;
	padding: 25px 0 23px;
	color: #4c5966;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

.mhs-daohangxiang::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 16px;
	width: 0;
	height: 2px;
	background: #e65249;
	transform: translateX(-50%);
	transition: width 180ms ease;
}

.mhs-daohangxiang:hover {
	color: #273240;
}

.mhs-daohangxiang:hover::after {
	width: 100%;
}

.mhs-daohangcaozuo {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.mhs-toubuanniu,
.mhs-dibuanniu {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 18px;
	color: #ffffff;
	background: #273240;
	border: 1px solid #273240;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.mhs-toubuanniu:hover,
.mhs-dibuanniu:hover {
	background: #e65249;
	border-color: #e65249;
	transform: translateY(-2px);
}

.mhs-caidan {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	background: #ffffff;
	border: 1px solid #dce3e9;
	border-radius: 8px;
	font-size: 21px;
	cursor: pointer;
}

.mhs-yingxiong {
	position: relative;
	overflow: hidden;
	background: #eaf1f6;
	border-bottom: 1px solid #dce3e9;
}

.mhs-yingxiong::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 28%;
	height: 9px;
	background: #e65249;
}

.mhs-yingxiong::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 18%;
	height: 9px;
	background: #efbd55;
}

.mhs-yingxiongneirong {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
	align-items: center;
	gap: 76px;
	min-height: 720px;
	padding-top: 72px;
	padding-bottom: 72px;
}

.mhs-yingxiongwenan {
	position: relative;
	z-index: 2;
}

.mhs-xiaobiaoqian {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 12px;
	color: #244f72;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(53, 109, 157, 0.24);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	backdrop-filter: blur(12px);
}

.mhs-xiaobiaoqian i {
	color: #e65249;
	font-size: 17px;
}

h1 {
	margin: 22px 0 10px;
	font-size: 68px;
	line-height: 1.08;
	letter-spacing: 0;
}

.mhs-zhubiaoyu {
	max-width: 620px;
	margin: 0 0 22px;
	color: #2d3b48;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.45;
}

.mhs-yingxiongshuoming {
	max-width: 600px;
	margin: 0;
	color: #5f6d7a;
	font-size: 16px;
}

.mhs-yingxiongan {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 34px;
}

.mhs-zhuanniu,
.mhs-cianniu {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 23px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 800;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mhs-zhuanniu {
	color: #ffffff;
	background: #e65249;
	border: 1px solid #e65249;
	box-shadow: 0 12px 26px rgba(230, 82, 73, 0.28);
}

.mhs-zhuanniu:hover {
	background: #bd3935;
	box-shadow: 0 16px 32px rgba(189, 57, 53, 0.3);
	transform: translateY(-2px);
}

.mhs-cianniu {
	color: #273240;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(39, 50, 64, 0.15);
	backdrop-filter: blur(12px);
}

.mhs-cianniu:hover {
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(39, 50, 64, 0.1);
	transform: translateY(-2px);
}

.mhs-zhuanniu i,
.mhs-cianniu i {
	font-size: 20px;
}

.mhs-yingxiongshuju {
	display: flex;
	align-items: stretch;
	gap: 0;
	margin-top: 38px;
}

.mhs-yingxiongshuju div {
	display: flex;
	flex-direction: column;
	gap: 1px;
	min-width: 112px;
	padding: 0 22px;
	border-left: 1px solid rgba(39, 50, 64, 0.16);
}

.mhs-yingxiongshuju div:first-child {
	padding-left: 0;
	border-left: 0;
}

.mhs-yingxiongshuju strong {
	font-size: 17px;
}

.mhs-yingxiongshuju span {
	color: #5f6d7a;
	font-size: 12px;
}

.mhs-yangjizhan {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 590px;
}

.mhs-yangjizhan::before {
	content: "";
	position: absolute;
	width: 390px;
	height: 440px;
	background: #f5c96e;
	border: 12px solid rgba(255, 255, 255, 0.42);
	border-radius: 8px;
	transform: rotate(7deg);
	box-shadow: 0 25px 60px rgba(39, 50, 64, 0.14);
}

.mhs-yangjizhan::after {
	content: "";
	position: absolute;
	width: 350px;
	height: 470px;
	background: #6e9ec4;
	border-radius: 8px;
	transform: rotate(-6deg);
	box-shadow: 0 24px 60px rgba(39, 50, 64, 0.12);
}

.mhs-shoujike {
	position: relative;
	z-index: 3;
	width: 326px;
	height: 610px;
	overflow: hidden;
	background: #f7f8fc;
	border: 9px solid #1f2b37;
	border-radius: 30px;
	box-shadow: 0 28px 70px rgba(26, 34, 43, 0.3), inset 0 0 0 2px #dce3e9;
}

.mhs-shoujike::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 5;
	width: 88px;
	height: 19px;
	background: #1f2b37;
	border-radius: 0 0 12px 12px;
	transform: translateX(-50%);
}

.mhs-shoujiding {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 31px;
	padding: 5px 15px 0;
	color: #26323d;
	font-size: 10px;
	font-weight: 700;
}

.mhs-shoujiding div {
	display: flex;
	gap: 4px;
}

.mhs-shoujibiaoti {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 10px 13px;
	background: #ffffff;
	border-bottom: 1px solid #e6ebef;
}

.mhs-shoujibiaoti img {
	width: 34px;
	height: 34px;
	border-radius: 8px;
}

.mhs-shoujibiaoti div {
	display: flex;
	flex: 1;
	flex-direction: column;
	line-height: 1.3;
}

.mhs-shoujibiaoti strong {
	font-size: 12px;
}

.mhs-shoujibiaoti span {
	color: #5f6d7a;
	font-size: 9px;
}

.mhs-shoujibiaoti > i {
	color: #356d9d;
	font-size: 17px;
}

.mhs-shoujijiemian {
	display: block;
	width: 100%;
	height: auto;
}

.mhs-fudongka {
	position: absolute;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 13px 15px;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	box-shadow: 0 16px 35px rgba(39, 50, 64, 0.16);
	backdrop-filter: blur(16px);
}

.mhs-fudongka-shang {
	top: 72px;
	right: -22px;
}

.mhs-fudongka-shang > i {
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: #e65249;
	border-radius: 8px;
	font-size: 21px;
}

.mhs-fudongka-shang div {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
}

.mhs-fudongka-shang strong {
	font-size: 13px;
}

.mhs-fudongka-shang span,
.mhs-fudongka-xia > span {
	color: #5f6d7a;
	font-size: 10px;
}

.mhs-fudongka-xia {
	left: -12px;
	bottom: 74px;
}

.mhs-pingfen {
	display: flex;
	align-items: center;
	gap: 4px;
}

.mhs-pingfen i {
	color: #efbd55;
}

.mhs-pingfen strong {
	font-size: 18px;
}

.mhs-mokuai {
	padding: 94px 0;
}

.mhs-mokuaibiaoti {
	max-width: 720px;
	margin: 0 auto 48px;
	text-align: center;
}

.mhs-mokuaibiaoti-zuo {
	margin-left: 0;
	text-align: left;
}

.mhs-mokuaixuhao {
	margin-bottom: 10px;
	color: #e65249;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.mhs-mokuaitimu {
	font-size: 34px;
	font-weight: 800;
	line-height: 1.35;
}

.mhs-mokuaibiaoti p {
	margin: 13px 0 0;
	color: #5f6d7a;
}

.mhs-zhanshi {
	background: #ffffff;
}

.mhs-tupianlie {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.mhs-tupianka {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: #eef2f6;
	border: 1px solid #dce3e9;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(39, 50, 64, 0.1);
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.mhs-tupianka:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 42px rgba(39, 50, 64, 0.16);
}

.mhs-tupianka img {
	display: block;
	width: 100%;
	aspect-ratio: 431 / 766;
	object-fit: cover;
}

.mhs-tupianka figcaption {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	padding: 0 14px;
	color: #ffffff;
	background: rgba(31, 43, 55, 0.84);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	backdrop-filter: blur(14px);
}

.mhs-tupianka figcaption i {
	font-size: 18px;
}

.mhs-liangdian {
	background: #f3f6f8;
}

.mhs-liangdianlie {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mhs-liangdianka {
	min-height: 248px;
	padding: 28px;
	background: #ffffff;
	border: 1px solid #dce3e9;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(39, 50, 64, 0.06);
	transition: transform 180ms ease, border-color 180ms ease;
}

.mhs-liangdianka:hover {
	border-color: #abc1d3;
	transform: translateY(-4px);
}

.mhs-tubiaokuang {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 22px;
	border-radius: 8px;
	font-size: 23px;
}

.mhs-tubiaokuang-lan {
	color: #285e89;
	background: #e4eff7;
}

.mhs-tubiaokuang-hong {
	color: #c8433d;
	background: #fbe8e6;
}

.mhs-tubiaokuang-jin {
	color: #926715;
	background: #fff1cc;
}

.mhs-tubiaokuang-qing {
	color: #247f7b;
	background: #def3f1;
}

.mhs-tubiaokuang-zi {
	color: #6f5a8a;
	background: #eee9f4;
}

.mhs-tubiaokuang-hei {
	color: #33404c;
	background: #e5e9ed;
}

.mhs-kapianbiaoti {
	margin-bottom: 9px;
	font-size: 19px;
	font-weight: 800;
}

.mhs-liangdianka p {
	margin: 0;
	color: #5f6d7a;
	font-size: 14px;
}

.mhs-liucheng {
	background: #273240;
	color: #ffffff;
}

.mhs-liucheng .mhs-mokuaixuhao {
	color: #f6cc78;
}

.mhs-liucheng .mhs-mokuaibiaoti p {
	color: #b9c2ca;
}

.mhs-shijianzhou {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mhs-shijianzhou::before {
	content: "";
	position: absolute;
	top: 28px;
	left: 12.5%;
	right: 12.5%;
	height: 1px;
	background: #5d6974;
}

.mhs-buzhou {
	position: relative;
	z-index: 1;
	text-align: center;
}

.mhs-buzhouyuan {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 21px;
	color: #273240;
	background: #efbd55;
	border: 7px solid #273240;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #67737d;
	font-size: 21px;
}

.mhs-buzhou:nth-child(2) .mhs-buzhouyuan {
	color: #ffffff;
	background: #e65249;
}

.mhs-buzhou:nth-child(3) .mhs-buzhouyuan {
	color: #ffffff;
	background: #356d9d;
}

.mhs-buzhou:nth-child(4) .mhs-buzhouyuan {
	color: #273240;
	background: #67c6c2;
}

.mhs-buzhouhao {
	color: #8f9aa4;
	font-size: 11px;
	font-weight: 700;
}

.mhs-buzhoubiaoti {
	margin: 5px 0 8px;
	font-size: 18px;
	font-weight: 800;
}

.mhs-buzhou p {
	max-width: 220px;
	margin: 0 auto;
	color: #b9c2ca;
	font-size: 13px;
}

.mhs-wenti {
	background: #ffffff;
}

.mhs-wentilie {
	max-width: 880px;
	margin: 0 auto;
	border-top: 1px solid #dce3e9;
}

.mhs-wentixiang {
	border-bottom: 1px solid #dce3e9;
}

.mhs-wentixiang summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 76px;
	padding: 16px 4px;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

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

.mhs-wentixiang summary i {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	color: #356d9d;
	background: #e7f0f7;
	border-radius: 50%;
	font-size: 20px;
	transition: transform 180ms ease, background 180ms ease;
}

.mhs-wentixiang[open] summary i {
	color: #ffffff;
	background: #e65249;
	transform: rotate(45deg);
}

.mhs-wentixiang p {
	max-width: 780px;
	margin: -2px 0 24px;
	padding-right: 52px;
	color: #5f6d7a;
}

.mhs-wentixiang p a {
	color: #356d9d;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mhs-pingjia {
	background: #eaf1f6;
}

.mhs-pingjialie {
	columns: 3;
	column-gap: 18px;
}

.mhs-pingjiaka {
	display: inline-block;
	width: 100%;
	margin: 0 0 18px;
	padding: 25px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(39, 50, 64, 0.08);
	break-inside: avoid;
	backdrop-filter: blur(14px);
}

.mhs-pingjiaka-gao {
	padding-top: 31px;
	padding-bottom: 31px;
}

.mhs-pingjiaka-di {
	padding-top: 21px;
	padding-bottom: 21px;
}

.mhs-pingjiaxing {
	display: flex;
	gap: 3px;
	margin-bottom: 15px;
	color: #dc9b1d;
	font-size: 15px;
}

.mhs-pingjiaka > p {
	margin: 0 0 23px;
	color: #44515d;
	font-size: 14px;
}

.mhs-yonghu {
	display: flex;
	align-items: center;
	gap: 11px;
	padding-top: 18px;
	border-top: 1px solid #dce3e9;
}

.mhs-touxiang {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	color: #ffffff;
	background: #356d9d;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 800;
}

.mhs-yonghu div {
	display: flex;
	flex-direction: column;
	line-height: 1.45;
}

.mhs-yonghu strong {
	font-size: 13px;
}

.mhs-yonghu time {
	color: #7c8791;
	font-size: 10px;
}

.mhs-dibu {
	color: #d8dee4;
	background: #202a34;
	border-top: 7px solid #e65249;
}

.mhs-dibushang {
	display: flex;
	align-items: center;
	gap: 34px;
	min-height: 150px;
}

.mhs-dibupinpai {
	margin-right: auto;
	color: #ffffff;
}

.mhs-dibupinpai div {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.mhs-dibupinpai strong {
	font-size: 18px;
}

.mhs-dibupinpai span {
	color: #9facb8;
	font-size: 11px;
	font-weight: 400;
}

.mhs-dibudaohang {
	display: flex;
	align-items: center;
	gap: 22px;
	font-size: 13px;
}

.mhs-dibudaohang a {
	color: #bbc4cc;
}

.mhs-dibudaohang a:hover {
	color: #ffffff;
}

.mhs-dibuanniu {
	color: #273240;
	background: #efbd55;
	border-color: #efbd55;
}

.mhs-dibuxia {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 58px;
	color: #84919d;
	border-top: 1px solid #34404b;
	font-size: 11px;
}

@media (max-width: 1080px) {
	.mhs-daohang {
		gap: 20px;
	}

	.mhs-daohanglie {
		gap: 17px;
	}

	.mhs-daohangxiang {
		font-size: 13px;
	}

	.mhs-yingxiongneirong {
		grid-template-columns: minmax(0, 1fr) minmax(370px, 0.85fr);
		gap: 36px;
	}

	.mhs-fudongka-shang {
		right: 0;
	}

	.mhs-fudongka-xia {
		left: 0;
	}

	.mhs-dibudaohang {
		gap: 13px;
	}
}

@media (max-width: 900px) {
	.mhs-caidan {
		display: inline-flex;
	}

	.mhs-daohanglie {
		position: fixed;
		top: 74px;
		left: 24px;
		right: 24px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 10px;
		background: rgba(255, 255, 255, 0.96);
		border: 1px solid #dce3e9;
		border-radius: 8px;
		box-shadow: 0 18px 50px rgba(39, 50, 64, 0.12);
		backdrop-filter: blur(18px);
	}

	.mhs-daohanglie.mhs-daohanglie-kai {
		display: flex;
	}

	.mhs-daohangxiang {
		padding: 13px 14px;
		border-radius: 6px;
	}

	.mhs-daohangxiang:hover {
		background: #e7f0f7;
	}

	.mhs-daohangxiang::after {
		display: none;
	}

	.mhs-yingxiongneirong {
		grid-template-columns: 1fr;
		gap: 34px;
		padding-top: 68px;
		padding-bottom: 74px;
	}

	.mhs-yingxiongwenan {
		max-width: 680px;
	}

	.mhs-yangjizhan {
		min-height: 620px;
	}

	.mhs-fudongka-shang {
		right: 12%;
	}

	.mhs-fudongka-xia {
		left: 12%;
	}

	.mhs-tupianlie {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}

	.mhs-liangdianlie {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mhs-pingjialie {
		columns: 2;
	}

	.mhs-dibushang {
		flex-wrap: wrap;
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.mhs-dibudaohang {
		order: 3;
		width: 100%;
	}
}

@media (max-width: 640px) {
	.mhs-kuandu {
		width: min(100% - 32px, 1180px);
	}

	.mhs-daohang {
		min-height: 66px;
	}

	.mhs-pinpai {
		font-size: 17px;
	}

	.mhs-pinpai img {
		width: 38px;
		height: 38px;
	}

	.mhs-daohanglie {
		top: 66px;
		left: 16px;
		right: 16px;
	}

	.mhs-toubuanniu {
		display: none;
	}

	.mhs-yingxiong::before,
	.mhs-yingxiong::after {
		height: 6px;
	}

	.mhs-yingxiongneirong {
		min-height: 0;
		padding-top: 54px;
		padding-bottom: 58px;
	}

	h1 {
		margin-top: 18px;
		font-size: 46px;
	}

	.mhs-zhubiaoyu {
		font-size: 22px;
	}

	.mhs-yingxiongshuoming {
		font-size: 14px;
	}

	.mhs-yingxiongan {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		margin-top: 27px;
	}

	.mhs-zhuanniu,
	.mhs-cianniu {
		width: 100%;
	}

	.mhs-yingxiongshuju {
		justify-content: space-between;
		margin-top: 30px;
	}

	.mhs-yingxiongshuju div {
		min-width: 0;
		padding: 0 12px;
	}

	.mhs-yingxiongshuju strong {
		font-size: 14px;
	}

	.mhs-yangjizhan {
		min-height: 520px;
	}

	.mhs-yangjizhan::before {
		width: 260px;
		height: 330px;
	}

	.mhs-yangjizhan::after {
		width: 245px;
		height: 350px;
	}

	.mhs-shoujike {
		width: 278px;
		height: 510px;
		border-width: 7px;
		border-radius: 25px;
	}

	.mhs-fudongka {
		display: none;
	}

	.mhs-mokuai {
		padding: 72px 0;
	}

	.mhs-mokuaibiaoti,
	.mhs-mokuaibiaoti-zuo {
		margin-bottom: 34px;
		text-align: left;
	}

	.mhs-mokuaitimu {
		font-size: 27px;
	}

	.mhs-mokuaibiaoti p {
		font-size: 14px;
	}

	.mhs-tupianlie {
		display: grid;
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: minmax(76%, 290px);
		gap: 14px;
		overflow-x: auto;
		padding: 2px 16px 24px 0;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.mhs-tupianlie::-webkit-scrollbar {
		display: none;
	}

	.mhs-tupianka {
		scroll-snap-align: start;
	}

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

	.mhs-liangdianka {
		min-height: 0;
		padding: 24px;
	}

	.mhs-shijianzhou {
		grid-template-columns: 1fr;
		gap: 0;
		padding-left: 10px;
	}

	.mhs-shijianzhou::before {
		top: 29px;
		bottom: 35px;
		left: 38px;
		right: auto;
		width: 1px;
		height: auto;
	}

	.mhs-buzhou {
		display: grid;
		grid-template-columns: 58px 1fr;
		grid-template-rows: auto auto auto;
		column-gap: 18px;
		padding-bottom: 32px;
		text-align: left;
	}

	.mhs-buzhouyuan {
		grid-row: 1 / 4;
		margin: 0;
	}

	.mhs-buzhouhao,
	.mhs-buzhoubiaoti,
	.mhs-buzhou p {
		grid-column: 2;
	}

	.mhs-buzhoubiaoti {
		margin: 2px 0 5px;
	}

	.mhs-buzhou p {
		max-width: none;
		margin: 0;
	}

	.mhs-wentixiang summary {
		min-height: 70px;
		font-size: 14px;
	}

	.mhs-wentixiang p {
		padding-right: 0;
		font-size: 14px;
	}

	.mhs-pingjialie {
		columns: 1;
	}

	.mhs-pingjiaka {
		padding: 23px;
	}

	.mhs-dibushang {
		align-items: flex-start;
		gap: 24px;
	}

	.mhs-dibupinpai {
		width: 100%;
	}

	.mhs-dibudaohang {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 24px;
	}

	.mhs-dibuanniu {
		width: 100%;
	}

	.mhs-dibuxia {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 3px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		transition: none !important;
	}
}

/* ========== 前台投诉举报按钮 ========== */
.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;
}
