@font-face {
	font-family: 'md';
	src: url('../font/MiSans-Demibold.ttf');
}

@font-face {
	font-family: 'anton';
	src: url('../font/Anton.ttf');
}

@font-face {
	font-family: 'sy';
	src: url('../font/思源黑体CN-Medium.otf');
}

@font-face {
	font-family: 'Kingsoft_Cloud_Font';
	src: url('../font/Kingsoft_Cloud_Font_v1.0.1.ttf');
}

@font-face {
	font-family: 'SourceHanSansCN-Light';
	src: url('../font/SourceHanSansCN-Light-2.otf');
}

@font-face {
	font-family: 'SourceHanSansCN-ExtraLight';
	src: url('../font/SourceHanSansCN-ExtraLight-2.otf');
}


/* 瀛椾綋 */


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .18rem;
	font-family: SourceHanSansCN-Light,Microsoft YaHei, Microsoft YaHei;
	/* font-weight: 400; */
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* For some Androids */
	/* 英文开启 */
	word-wrap: break-word !important;
	word-break: normal !important;
}
.page_wrap {
	padding-top: 1.1rem;
	background: url('../img/bg.png') rgba(251, 251, 251, 1) no-repeat bottom center;
	background-size: contain;
	padding-bottom: 0.87rem;
}

:root {
	--c: #0A7E0D;
	--s_tran: 0.3s ease-in-out;
	--l_tran: 0.5s ease-in-out;
}

.main {
	max-width: 15.2rem;
	width: 15.2rem;
	margin: 0 auto;
}

.flex_box {
	display: flex;
}
.hc_flex_box {
	display: flex;
	align-items: flex-start;
}

[class*="fb"] {
	flex: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 0;
}

.flex_list {
	display: flex;
	flex-wrap: wrap;
}

.lmx_h1 {
	width: 0px;
	height: 0px;
	margin: 0;
	text-indent: -9999em;
}

html {
	font-size: 100px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	cursor: pointer !important;
}

span {
	color: inherit;
	font-size: inherit;
}

ul {
	list-style: none;
}

input,
textarea {
	outline: 0;
	border: none;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	display: block;
}

hr {
	border-top: 0.01rem solid rgba(222, 222, 222, 1);
	margin-top: 0.47rem;
	margin-bottom: 0.4rem;
}

/*文字描边*/
/* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
/* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*多行溢出*/
.line1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
}

.line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.line5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
}
.line6 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 6;
}

/* 板块标题 */
.common_title {}


/* 内页标题 */
.inner_title {
	text-align: center;
	color: var(--c);
	font-weight: bold;
	font-size: 0.3rem;
}


/* 水波纹效果 */
.btn-ripple {
	vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
	animation: ani_ripple 0.75s;
	z-index: 1;
	content: "";
	position: absolute;
	display: block;
	transition: all 0.6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
	0% {
		background: rgba(0, 0, 0, 0.25);
		transform: translateX(-50%) translateY(-50%) scale(0);
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}









/* 页码 */
.page_box {
	width: fit-content;
	margin: 0 auto;
	margin-top: 0.6rem;
	margin-bottom: 0.8rem;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.page_box .pages {
	display: flex;
	align-items: center;
}

.page_box .pages .item {
	display: block;
	width: 0.42rem;
	height: 0.42rem;
	background: #FFFFFF;
	border: 0.01rem solid #C8C8C8;
	margin-right: 0.1rem;
	border-radius: 50%;
	text-align: center;
	line-height: 0.42rem;
	font-size: 0.16rem;
	color: #222;
	cursor: pointer;
	overflow: hidden;
}

.page_box .pages .item:hover,
.page_box .pages .active {
	background: #0A7E0D;
	color: white;
}
.page_box .pages span{
	border: none !important;
}
.page_box .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: auto;
}

.page_box .btn img {
	height: 0.16rem;
	width: auto;
	object-fit: contain;
}
.page_box .next {
	margin-left: 0.3rem;
}
.page_box .prev {
	margin-right: 0.3rem;
}
.page_box .prev img{
	transform: rotate(180deg);
}









@media (max-width: 768px) {
	* {
		font-size: 18px;
	}
	.flex_list li.item {
		flex: 0 0 50%;
	}
}



/* 二级栏目 */
.class_list .main{
	margin-top: 1rem;
	height: 0.5rem;
	display: flex;
	justify-content: center;
}

.class_list .class_nav {
	width: 2rem;
	height: 0.5rem;
	display: block;
	font-family: Kingsoft_Cloud_Font, Kingsoft_Cloud_Font;
	font-weight: 400;
	font-size: 0.24rem;
	color: #000000;
	line-height: 0.5rem;
	text-align: center;
	border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
	border: 0.01rem solid #0A7E0D;
	margin: 0 0.225rem;
	transition: all 0.5s;
}
.class_list .class_nav.on,
.class_list .class_nav:hover{
	background: #0A7E0D;
	color: #FFFFFF;
	transition: all 0.5s;
}


.class_lanmu {
	width: 100%;
	text-align: center;
	font-family: Kingsoft_Cloud_Font, Kingsoft_Cloud_Font;
	font-weight: 400;
	font-size: 0.48rem;
	color: #333333;
	margin-bottom: 0.6rem;
}


/* banner */
.m_banner {
	width: 100%;
	height: 8.5rem;
	position: relative;
	overflow: hidden;
	max-width: 19.2rem;
	margin: -1rem auto 0;
}

.m_banner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1.6rem;
	bottom: -0.02rem;
	background: url(../img/about_banner_icon.png) center no-repeat;
	background-size: auto 100%;
}

.m_banner .class_name {
	font-weight: 400;
	font-size: 0.6rem;
	color: #FFFFFF;
	margin-bottom: 0.15rem;
	margin-top: 3rem;
	text-align: left;
}
.m_banner .class_name span{
	font-family: 'Kingsoft_Cloud_Font';
}
.m_banner .class_cont {
	font-family: 'sy';
	font-weight: 500;
	font-size: 0.3rem;
	color: #FFFFFF;
}




























