

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: #24344a;
	background: #eef1f6;
	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(1200px, calc(100% - 48px));
	margin: 0 auto;
}

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

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

.mhs-pinpai {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	font-size: 18px;
	font-weight: 900;
}

.mhs-pinpai img {
	width: 44px;
	height: 44px;
	object-fit: cover;
	border: 2px solid #162238;
	border-radius: 7px;
}

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

.mhs-daohanglie a {
	position: relative;
	padding: 24px 0 22px;
	color: #526074;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.mhs-daohanglie a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 14px;
	width: 0;
	height: 3px;
	background: #3566d6;
	transition: width 180ms ease;
}

.mhs-daohanglie a:hover {
	color: #162238;
}

.mhs-daohanglie a:hover::before {
	width: 100%;
}

.mhs-toubucaozuo {
	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: 44px;
	padding: 0 18px;
	color: #ffffff;
	background: #3566d6;
	border: 1px solid #3566d6;
	border-radius: 7px;
	font-size: 13px;
	font-weight: 800;
	transition: background 180ms ease, transform 180ms ease;
}

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

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

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

.mhs-yingxiong::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 34%;
	height: 10px;
	background: #ef5b62;
}

.mhs-yingxiong::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 22%;
	height: 10px;
	background: #f2cf67;
}

.mhs-yingxionggeju {
	display: grid;
	grid-template-columns: minmax(400px, 0.88fr) minmax(540px, 1.12fr);
	align-items: center;
	gap: 48px;
	min-height: 740px;
	padding-top: 72px;
	padding-bottom: 72px;
}

.mhs-wenanban {
	position: relative;
	z-index: 2;
	padding: 48px;
	color: #ffffff;
	background: #162238;
	border-radius: 8px;
	box-shadow: 14px 14px 0 #6dc6b7;
}

.mhs-wenanban::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 58px;
	height: 58px;
	background: #ef5b62;
	clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.mhs-yingxiongbiao {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 21px;
	color: #9eacc0;
	font-size: 10px;
	font-weight: 800;
}

.mhs-yingxiongbiao i {
	color: #f2cf67;
	font-size: 18px;
}

h1 {
	margin: 0 0 12px;
	font-size: 62px;
	line-height: 1.08;
	letter-spacing: 0;
}

.mhs-zhubiaoyu {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.5;
}

.mhs-yingxiongshuoming {
	margin: 0;
	color: #aeb8c7;
	font-size: 14px;
}

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

.mhs-xiazaianniu,
.mhs-liaojieanniu {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 53px;
	padding: 0 20px;
	border-radius: 7px;
	font-size: 13px;
	font-weight: 800;
	transition: transform 180ms ease, background 180ms ease;
}

.mhs-xiazaianniu {
	color: #ffffff;
	background: #ef5b62;
	border: 1px solid #ef5b62;
	box-shadow: 0 12px 28px rgba(239, 91, 98, 0.24);
}

.mhs-liaojieanniu {
	color: #ffffff;
	background: transparent;
	border: 1px solid #59667b;
}

.mhs-xiazaianniu:hover,
.mhs-liaojieanniu:hover {
	transform: translateY(-2px);
}

.mhs-liaojieanniu:hover {
	background: #23324b;
}

.mhs-yingxiongshuju {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
	padding-top: 25px;
	border-top: 1px solid #3a4961;
}

.mhs-yingxiongshuju div {
	display: flex;
	flex-direction: column;
	padding: 0 14px;
	border-left: 1px solid #3a4961;
}

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

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

.mhs-yingxiongshuju span {
	color: #8e9db1;
	font-size: 9px;
}

.mhs-kongzhitai {
	position: relative;
	min-height: 590px;
}

.mhs-kongzhibeijing {
	position: absolute;
	top: 45px;
	right: 0;
	width: 500px;
	height: 465px;
	background: #f2cf67;
	border-radius: 8px;
	transform: rotate(3deg);
}

.mhs-kongzhibeijing::before {
	content: "";
	position: absolute;
	left: -28px;
	top: 56px;
	width: 90px;
	height: 205px;
	background: #ef5b62;
	border-radius: 7px;
}

.mhs-gongzuotai {
	position: absolute;
	z-index: 2;
	top: 18px;
	right: 22px;
	width: 550px;
	height: 525px;
	overflow: hidden;
	background: #ffffff;
	border: 7px solid #162238;
	border-radius: 8px;
	box-shadow: 0 26px 60px rgba(22, 34, 56, 0.22);
}

.mhs-gongjuding {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px;
	padding: 0 15px;
	color: #ffffff;
	background: #162238;
}

.mhs-gongjuding > div {
	display: flex;
	gap: 5px;
}

.mhs-gongjuding > div span {
	width: 8px;
	height: 8px;
	background: #ef5b62;
	border-radius: 50%;
}

.mhs-gongjuding > div span:nth-child(2) {
	background: #f2cf67;
}

.mhs-gongjuding > div span:nth-child(3) {
	background: #6dc6b7;
}

.mhs-gongjuding strong {
	font-size: 11px;
}

.mhs-gongjuneirong {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(170px, 0.8fr);
	height: calc(100% - 48px);
}

.mhs-jietuchuang {
	overflow: hidden;
	border-right: 1px solid #d8dee8;
}

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

.mhs-xinxilan {
	padding: 19px 15px;
	background: #f6f8fb;
}

.mhs-xinxipinpai {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 26px;
	padding-bottom: 17px;
	border-bottom: 1px solid #d8dee8;
}

.mhs-xinxipinpai img {
	width: 38px;
	height: 38px;
	border-radius: 6px;
}

.mhs-xinxipinpai div,
.mhs-xinxixiang div {
	display: flex;
	flex-direction: column;
	line-height: 1.45;
}

.mhs-xinxipinpai strong,
.mhs-xinxixiang strong {
	font-size: 11px;
}

.mhs-xinxipinpai span,
.mhs-xinxixiang span {
	color: #6d7b8d;
	font-size: 8px;
}

.mhs-xinxixiang {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 11px;
	padding: 12px 10px;
	background: #ffffff;
	border: 1px solid #d8dee8;
	border-radius: 6px;
}

.mhs-xinxixiang i {
	width: 30px;
	height: 30px;
	color: #ffffff;
	background: #3566d6;
	border-radius: 6px;
}

.mhs-xinxixiang:nth-child(3) i {
	background: #ef5b62;
}

.mhs-xinxixiang:nth-child(4) i {
	color: #162238;
	background: #f2cf67;
}

.mhs-zhuangtaika {
	position: absolute;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.96);
	border-radius: 7px;
	box-shadow: 0 15px 34px rgba(22, 34, 56, 0.16);
	backdrop-filter: blur(14px);
}

.mhs-zhuangtaika > i {
	width: 38px;
	height: 38px;
	color: #ffffff;
	background: #3566d6;
	border-radius: 7px;
	font-size: 19px;
}

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

.mhs-zhuangtaika strong {
	font-size: 11px;
}

.mhs-zhuangtaika span {
	color: #6d7b8d;
	font-size: 8px;
}

.mhs-zhuangtaika-shang {
	top: 76px;
	left: -12px;
}

.mhs-zhuangtaika-xia {
	right: 0;
	bottom: 20px;
}

.mhs-zhuangtaika-xia > i {
	color: #162238;
	background: #f2cf67;
}

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

.mhs-mokuaibiaoti {
	max-width: 760px;
	margin-bottom: 48px;
}

.mhs-mokuaibiaoti > div {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 11px;
}

.mhs-mokuaibiaoti > div span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 24px;
	color: #ffffff;
	background: #ef5b62;
	border-radius: 4px;
	font-size: 9px;
	font-weight: 900;
}

.mhs-mokuaibiaoti > div b {
	color: #3566d6;
	font-size: 9px;
	font-weight: 900;
}

.mhs-biaotizhu {
	margin: 0;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.35;
}

.mhs-biaotifushu {
	margin: 10px 0 0;
	color: #6d7b8d;
	font-size: 14px;
}

.mhs-mokuaibiaoti-fan {
	color: #ffffff;
}

.mhs-mokuaibiaoti-fan > div b {
	color: #f2cf67;
}

.mhs-mokuaibiaoti-fan .mhs-biaotifushu {
	color: #9caabd;
}

.mhs-mokuaibiaoti-juzhong {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.mhs-mokuaibiaoti-juzhong > div {
	justify-content: center;
}

.mhs-zhanshi {
	background: #ffffff;
}

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

.mhs-zhanshixiang {
	margin: 0;
	overflow: hidden;
	background: #f7f8fb;
	border: 1px solid #d8dee8;
	border-radius: 7px;
	box-shadow: 0 14px 32px rgba(22, 34, 56, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.mhs-zhanshixiang:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 42px rgba(22, 34, 56, 0.14);
}

.mhs-huakuangtou {
	display: grid;
	grid-template-columns: 30px 1fr 24px;
	align-items: center;
	min-height: 54px;
	padding: 0 12px;
	background: #ffffff;
	border-bottom: 1px solid #d8dee8;
}

.mhs-huakuangtou span {
	color: #3566d6;
	font-size: 9px;
	font-weight: 900;
}

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

.mhs-huakuangtou i {
	color: #ef5b62;
	font-size: 18px;
}

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

.mhs-zhanshixiang figcaption {
	min-height: 58px;
	padding: 11px 13px;
	color: #6d7b8d;
	background: #ffffff;
	border-top: 1px solid #d8dee8;
	font-size: 10px;
}

.mhs-youshi {
	color: #ffffff;
	background: #162238;
}

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

.mhs-youshixiang {
	display: grid;
	grid-template-columns: 62px 1fr;
	gap: 18px;
	min-height: 186px;
	padding: 24px;
	background: #23324b;
	border: 1px solid #3a4963;
	border-radius: 7px;
}

.mhs-youshitubiao {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	color: #ffffff;
	background: #3566d6;
	border-radius: 8px;
	font-size: 23px;
}

.mhs-youshixiang:nth-child(2) .mhs-youshitubiao,
.mhs-youshixiang:nth-child(5) .mhs-youshitubiao {
	background: #ef5b62;
}

.mhs-youshixiang:nth-child(3) .mhs-youshitubiao,
.mhs-youshixiang:nth-child(6) .mhs-youshitubiao {
	color: #162238;
	background: #f2cf67;
}

.mhs-youshitubiao span {
	position: absolute;
	right: -5px;
	bottom: -7px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #162238;
	background: #ffffff;
	border-radius: 50%;
	font-size: 8px;
	font-weight: 900;
}

.mhs-youshixiang strong {
	display: block;
	margin-bottom: 7px;
	font-size: 16px;
}

.mhs-youshixiang p {
	margin: 0;
	color: #a8b4c4;
	font-size: 12px;
}

.mhs-liucheng {
	overflow: hidden;
	background: #eef1f6;
}

.mhs-buzhoulie {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0 0 36px;
	list-style: none;
}

.mhs-buzhouxiang {
	position: relative;
	min-height: 260px;
	padding: 28px;
	background: #ffffff;
	border: 1px solid #d8dee8;
	border-top: 7px solid #3566d6;
	border-radius: 7px;
	box-shadow: 8px 8px 0 #d4dbe6;
}

.mhs-buzhouxiang-xia {
	transform: translateY(36px);
	border-top-color: #ef5b62;
}

.mhs-buzhouhao {
	margin-bottom: 19px;
	color: #99a5b5;
	font-size: 10px;
	font-weight: 900;
}

.mhs-buzhouxiang > i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	color: #ffffff;
	background: #162238;
	border-radius: 7px;
	font-size: 22px;
}

.mhs-buzhouxiang strong {
	display: block;
	margin-bottom: 8px;
	font-size: 17px;
}

.mhs-buzhouxiang p {
	margin: 0;
	color: #6d7b8d;
	font-size: 12px;
}

.mhs-buzhoujiantou {
	position: absolute;
	top: 50%;
	right: -31px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #ffffff;
	background: #162238;
	border: 6px solid #eef1f6;
	border-radius: 50%;
	transform: translateY(-50%);
}

.mhs-wenti {
	background: #ffffff;
}

.mhs-wentilie {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 1050px;
	margin: 0 auto;
}

.mhs-wentixiang {
	align-self: start;
	background: #f7f8fb;
	border: 1px solid #d8dee8;
	border-radius: 7px;
}

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

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

.mhs-wentixiang summary span {
	display: flex;
	align-items: center;
	gap: 11px;
}

.mhs-wentixiang summary b {
	color: #3566d6;
	font-size: 9px;
}

.mhs-wentixiang summary > i {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	color: #ffffff;
	background: #3566d6;
	border-radius: 7px;
	font-size: 19px;
	transition: transform 180ms ease, background 180ms ease;
}

.mhs-wentixiang[open] {
	background: #ffffff;
	box-shadow: 0 14px 32px rgba(22, 34, 56, 0.1);
}

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

.mhs-wentixiang p {
	margin: 0;
	padding: 0 62px 22px 18px;
	color: #6d7b8d;
	font-size: 12px;
}

.mhs-wentixiang p a {
	color: #3566d6;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mhs-pingjia {
	background: #e7ebf2;
}

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

.mhs-pingjiaka {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 18px;
	padding: 25px;
	background: #ffffff;
	border: 1px solid #d8dee8;
	border-left: 6px solid #3566d6;
	border-radius: 7px;
	break-inside: avoid;
}

.mhs-pingjiaka-hong {
	border-left-color: #ef5b62;
}

.mhs-pingjiaka-jin {
	border-left-color: #f2cf67;
}

.mhs-pingjiaka-qing {
	border-left-color: #6dc6b7;
}

.mhs-pingjiaka-zi {
	border-left-color: #907ab8;
}

.mhs-pingjiaka-hei {
	border-left-color: #162238;
}

.mhs-pingjiaka > i {
	position: absolute;
	top: 18px;
	right: 20px;
	color: #d9dfe8;
	font-size: 32px;
}

.mhs-pingjiaka > p {
	position: relative;
	z-index: 1;
	margin: 0 0 18px;
	padding-right: 20px;
	color: #47566a;
	font-size: 13px;
}

.mhs-pingjiaxing {
	display: flex;
	gap: 2px;
	margin-bottom: 18px;
	color: #d89d21;
	font-size: 13px;
}

.mhs-yonghu {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 16px;
	border-top: 1px solid #d8dee8;
}

.mhs-yonghu > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #ffffff;
	background: #162238;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
}

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

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

.mhs-yonghu time {
	color: #8793a2;
	font-size: 9px;
}

.mhs-dibu {
	color: #d6deea;
	background: #111b2d;
	border-top: 8px solid #ef5b62;
}

.mhs-dibushang {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 40px;
	min-height: 146px;
}

.mhs-dibupinpai {
	display: flex;
	align-items: center;
	gap: 11px;
}

.mhs-dibupinpai img {
	width: 46px;
	height: 46px;
	border-radius: 7px;
}

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

.mhs-dibupinpai strong {
	color: #ffffff;
	font-size: 16px;
}

.mhs-dibupinpai span {
	color: #8998ad;
	font-size: 9px;
}

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

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

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

.mhs-dibuxia {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 54px;
	color: #73839a;
	border-top: 1px solid #2e3a4d;
	font-size: 10px;
}

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

	.mhs-daohanglie {
		gap: 17px;
	}

	.mhs-yingxionggeju {
		grid-template-columns: minmax(370px, 0.9fr) minmax(450px, 1.1fr);
		gap: 26px;
	}

	.mhs-wenanban {
		padding: 38px;
	}

	.mhs-gongzuotai {
		right: 0;
		width: 480px;
	}

	.mhs-kongzhibeijing {
		width: 430px;
	}

	.mhs-zhuangtaika-shang {
		left: 0;
	}
}

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

	.mhs-daohanglie {
		position: fixed;
		top: 72px;
		left: 24px;
		right: 24px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 10px;
		background: rgba(255, 255, 255, 0.98);
		border: 1px solid #d8dee8;
		border-radius: 7px;
		box-shadow: 0 22px 50px rgba(22, 34, 56, 0.18);
	}

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

	.mhs-daohanglie a {
		padding: 13px 14px;
		border-bottom: 1px solid #d8dee8;
	}

	.mhs-daohanglie a:last-child {
		border-bottom: 0;
	}

	.mhs-daohanglie a::before {
		display: none;
	}

	.mhs-yingxionggeju {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.mhs-wenanban {
		max-width: 690px;
	}

	.mhs-kongzhitai {
		width: min(640px, 100%);
		margin: 0 auto;
	}

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

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

	.mhs-buzhouxiang-xia {
		transform: none;
	}

	.mhs-buzhoujiantou {
		display: none;
	}

	.mhs-pingjialie {
		columns: 2;
	}

	.mhs-dibushang {
		grid-template-columns: 1fr auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.mhs-dibudaohang {
		grid-column: 1 / -1;
		grid-row: 2;
	}
}

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

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

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

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

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

	.mhs-toubuanniu {
		display: none;
	}

	.mhs-yingxionggeju {
		min-height: 0;
		padding-top: 54px;
		padding-bottom: 62px;
	}

	.mhs-wenanban {
		padding: 30px 24px;
		box-shadow: 8px 8px 0 #6dc6b7;
	}

	h1 {
		font-size: 46px;
	}

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

	.mhs-yingxiongan {
		flex-direction: column;
		align-items: stretch;
	}

	.mhs-xiazaianniu,
	.mhs-liaojieanniu {
		width: 100%;
	}

	.mhs-yingxiongshuju {
		gap: 8px;
	}

	.mhs-yingxiongshuju div {
		padding: 0 8px;
	}

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

	.mhs-kongzhitai {
		min-height: 470px;
	}

	.mhs-kongzhibeijing {
		top: 45px;
		right: 0;
		width: 300px;
		height: 355px;
	}

	.mhs-kongzhibeijing::before {
		left: -16px;
		width: 55px;
		height: 145px;
	}

	.mhs-gongzuotai {
		top: 18px;
		right: 12px;
		width: calc(100% - 12px);
		height: 405px;
		border-width: 5px;
	}

	.mhs-gongjuneirong {
		grid-template-columns: 1fr 124px;
	}

	.mhs-xinxilan {
		padding: 12px 8px;
	}

	.mhs-xinxipinpai {
		gap: 5px;
		margin-bottom: 14px;
		padding-bottom: 11px;
	}

	.mhs-xinxipinpai img {
		width: 29px;
		height: 29px;
	}

	.mhs-xinxixiang {
		gap: 5px;
		padding: 8px 6px;
	}

	.mhs-xinxixiang i {
		width: 24px;
		height: 24px;
		font-size: 13px;
	}

	.mhs-zhuangtaika {
		display: none;
	}

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

	.mhs-mokuaibiaoti {
		margin-bottom: 34px;
	}

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

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

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

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

	.mhs-youshilie,
	.mhs-buzhoulie,
	.mhs-wentilie {
		grid-template-columns: 1fr;
	}

	.mhs-youshixiang {
		min-height: 0;
	}

	.mhs-buzhoulie {
		padding-bottom: 0;
	}

	.mhs-buzhouxiang {
		min-height: 0;
	}

	.mhs-wentixiang summary {
		font-size: 13px;
	}

	.mhs-wentixiang p {
		padding-right: 18px;
	}

	.mhs-pingjialie {
		columns: 1;
	}

	.mhs-dibushang {
		grid-template-columns: 1fr;
		align-items: start;
	}

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

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