@font-face {
	font-family: 'Staatliches';
	src: url(font/Staatliches.ttf);
}

@font-face {
	font-family: 'almm';
	src: url(font/almm.woff2);
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent; /* 兼容 iOS/Android 主流浏览器 */
}

html:not([style]) {
	font-size: 50px;
}

html:not([style]) body {
	opacity: 0;
}

.bgf7 {
	background-color: #f7f7f7;
}

body {
	font-family: '微软雅黑', 'Times New Roman', Arial;
	margin: 0;
	background: #f7f7f7;
	font-size: 0.14rem;
	color: #222;
	-webkit-text-size-adjust: none;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent; /* 兼容 iOS/Android 主流浏览器 */
	outline: none;
}

img {
	border: 0;
}

input,
textarea {
	font-size: 0.14rem;
	outline: 0;
}

i {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

.banner {
	margin-top: 0.7rem;
}

.prz {
	position: relative;
}

.pra {
	position: absolute;
}

.hoverAll {
	top: 0;
	position: relative;
	transition: top 0.5s;
}

.hoverAll::after {
	content: '';
	display: none;
	left: 0;
	bottom: -0.1rem;
	height: 0.1rem;
	width: 100%;
	position: absolute;
}

.hoverAll:hover {
	top: -0.1rem;
}

.hoverAll:hover::after {
	display: block;
}

.wrapper {
	max-width: 15.6rem;
	width: 100%;
	margin: 0 auto;
}

.allScreen::after {
	position: fixed;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 6px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 6px;
}

.page-title {
	display: grid;
	justify-content: center;
	font-size: 0.36rem;
	font-weight: 700;
	color: #000;
	padding: 0.3rem 0;
	text-align: center;
}

.page-title::after {
	content: '';
	display: block;
	width: 0.7rem;
	height: 0.04rem;
	margin: 0.1rem auto 0;
	background-color: #e60000;
}

.page-top {
	width: 100%;
	position: relative;
	font-size: 0;
}

.page-top img {
	width: 100%;
}

.page-top .content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2.5rem;
	right: 0.3rem;
}

.page-top .content .title {
	color: #f3f8ff;
	font-size: 0.28rem;
	font-weight: 700;
	line-height: 0.4rem;
}

.page-top .content .des {
	color: #fff;
	font-size: 0.2rem;
	line-height: 0.29rem;
}

.my-anchor {
	position: relative;
	top: -0.8rem;
}

.loader {
	width: 100%;
	height: 100%;
	background: #f6faff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999999;
	display: none;
	align-items: center;
	justify-content: center;
}

.loader.show {
	display: flex;
}

.allScreen::after {
	position: fixed;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

@keyframes animloader {
	0% {
		transform: scale(0.8);
	}

	100% {
		transform: scale(1.2);
	}
}

@keyframes floating {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-25px);
	}
}

.spinner::after {
	content: '';
	width: 70%;
	margin: 0 auto;
	height: 10px;
	background: rgba(0, 0, 0, 0.15);
	display: block;
	filter: blur(4px);
	border-radius: 50%;
	animation: animloader 0.6s ease-out infinite alternate;
}

.spinner img {
	width: 3rem;
	animation: floating 0.6s ease-out infinite alternate;
}

.kkpagerbox {
	margin-top: 0.6rem;
	z-index: 1;
}

.kkpagerbox .pageBtnWrap {
	display: flex;
	align-items: center;
	z-index: 1;
}

.kkpagerbox .infoTextAndGoPageBtnWrap {
	display: none;
}

.kkpagerbox .pageBtnWrap :first-child,
.kkpagerbox .pageBtnWrap :last-child {
	width: 0.5rem;
	height: 0.35rem;
	line-height: 0.35rem;
	border: 1px solid #888888;
	border-radius: 2em;
	position: relative;
	color: #888;
	padding: 0;
	margin: 0 0.1rem;
	font-size: 0.16rem;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.kkpagerbox .pageBtnWrap a:first-child:hover,
.kkpagerbox .pageBtnWrap a:last-child:hover {
	border: 1px solid #e60000;
	color: #e60000;
	background-color: transparent;
}

.kkpagerbox .pageBtnWrap .curr,
.kkpagerbox .pageBtnWrap a {
	color: #000;
	border: none;
	font-size: 0.16rem;
	padding: 0.03rem 0.09rem;
	border-radius: 2em;
	background-color: transparent;
}

.kkpagerbox .pageBtnWrap .curr {
	background: #e60000;
	color: #fff;
}

.kkpagerbox .pageBtnWrap a:hover {
	background: #e60000;
	border: none;
}

.mp-menu {
	display: inline-block;
	margin-left: 0.4rem;
}

#isoftpc-menu {
	display: none;
}

.isoftpc-menu-right {
	display: none;
	color: #e60000;
}

#isoftpc-menu:checked ~ label .isoftpc-menu-left {
	display: none;
}

#isoftpc-menu:checked ~ label .isoftpc-menu-right {
	display: block;
}

.isoftpc-menu-list .secMenu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.isoftpc-menu-list .secMenu .dropdown {
	flex-basis: 100%;
	display: none;
}

.isoftpc-menu-list .secMenu .dropdown li {
	border-top: 1px solid #e5e5e5;
}

.isoftpc-menu-list .menu-checkbox {
	display: none;
}

.isoftpc-menu-list .secMenu > label {
	display: flex;
	flex: 1;
	transition: transform 0.3s ease-out;
}

.isoftpc-menu-list .menu-checkbox:checked ~ label::before {
	transform: rotate(180deg);
}

.isoftpc-menu-list .menu-checkbox:checked ~ .dropdown {
	display: block;
}

.isoftpc-menu-list {
	height: 0;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0.8rem;
	overflow: auto;
	transition: height 0.3s ease-out;
	display: flex;
	flex-direction: column;
}

.isoftpc-menu-list .isoftpc-menu-down {
	font-size: 0.1rem;
	color: #c4c4c4;
	margin-left: 0.2rem;
}

.isoftpc-menu-close {
	flex: 1;
}

body:has(#isoftpc-menu:checked) {
	overflow: hidden;
}

#isoftpc-menu:checked ~ .isoftpc-menu-list {
	height: calc(100vh - 0.8rem);
}

.isoftpc-menu-list > ul {
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	padding: 0 0.3rem;
}

.isoftpc-menu-list > ul > li {
	border-bottom: 1px solid #e5e5e5;
}

.isoftpc-menu-list > ul > li:last-child {
	border-bottom: none;
}

.isoftpc-menu-list a {
	display: block;
	line-height: 100%;
}

.isoftpc-menu-list .menu,
.isoftpc-menu-list .sub-menu {
	display: inline-flex;
	align-items: center;
	color: #222;
}

.isoftpc-menu-list .menu {
	height: 1.04rem;
	font-size: 0.3rem;
}

.isoftpc-menu-list .sub-menu {
	font-size: 0.26rem;
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease-out;
}

.isoftpc-menu-list .menu-checkbox:checked ~ .dropdown .sub-menu {
	height: 0.9rem;
}

@keyframes moving {
	0% {
		top: 0.1rem;
	}
	100% {
		top: 0rem;
	}
}

.mp-see-more span:not(.active) {
	position: relative;
	animation: moving alternate 0.5s infinite;
}

.moreCon {
	padding: 0.3rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.moreBtn {
	min-width: 1.5rem;
	padding: 0 0.2rem;
	height: 0.5rem;
	font-size: 0.24rem;
	text-align: center;
	line-height: 0.5rem;
	color: #e60000;
	border: 1px solid #e60000;
	cursor: pointer;
}

.imgCon {
	font-size: 0;
}

.hide {
	display: none !important;
}

.swiper-my-pagination {
	bottom: 0.26rem;
}

.swiper-case-pagination {
	bottom: 0.26rem;
}

.swiper-case-pagination .swiper-pagination-bullet {
	width: 0.06rem;
	height: 0.06rem;
	opacity: 1;
	background: #e8e8e8;
}

.swiper-case-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #d6000f;
}

.swiper-my-pagination {
	bottom: 0.2rem;
}

.swiper-my-pagination .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	opacity: 1;
	margin: 0 0.05rem !important;
	background: rgba(230, 0, 0, 0.3);
}

.swiper-my-pagination .swiper-pagination-bullet-active {
	background: #d60000;
}

.swiper-button-prev.min,
.swiper-button-next.min {
	background: rgba(255, 255, 255, 0.4);
	color: #51575c;
	font-size: 0.2rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-button-prev.min::after,
.swiper-button-next.min::after {
	font-size: 0.2rem;
}

.swiper-button-prev.min {
	left: 0.2rem;
}

.swiper-button-next.min {
	right: 0.2rem;
}
.swiper-button-prev.min::after,
.swiper-button-next.min::after {
	font-size: 0.2rem;
}

.qzhh {
	word-wrap: break-word; /* 确保长单词可以换行 */
	overflow-wrap: break-word; /* 等同于 word-wrap */
	word-break: break-all; /* 在任何字符处都可以换行 */
	hyphens: auto; /* 允许浏览器自动使用连字符 */
}
