* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	font-family: MiSans,MiSans;
	font-weight: 400;
	-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;
}
.tab {
	cursor: pointer;
}

strong *,
strong,
b {
	font-weight: bold;
	font-size: inherit;
}




:root {
	--c: #1D4098;
	--s_tran: 0.3s ease-in-out;
	--l_tran: 0.6s ease-in-out;
}
.mt1{
    display: flex;
    align-items: baseline;
}
.mt1 div:nth-child(2){
    
    margin-left: 0.18rem;
}
.main {
	max-width: 12.4rem;
	width: 10.07rem;
	padding: 0 0.2rem;
	margin: 0 auto;
}
.flex_box {
	display: flex;
	flex-wrap: nowrap;
}

.flex_center {
	align-items: center;
}
.flex_start {
	align-items: flex-start;
}

.sp_bet{
	justify-content: space-between;
	align-items: flex-start
}
.sp_center{
	justify-content: space-center;
}

html {
	font-size: 1rem;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.fill_btn {
	display: block;
	width: 100%;
	height: 100%;
}

ul {
	list-style: none;
}

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

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

hr {
	border: none;
}

/*文字描边*/
/* 设置描边宽度及颜色 默认为字体内外描边
  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 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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


/* 公共面包屑 */
.bread{
	width: 100vw;
	background: #F8F8F8;
	height: 1rem;
}

.bread .list_flex{
	height: 100%;
	align-items: center;
	justify-content: start;
}

.bread .list_flex a{
	display: flex;
	align-items: center;
	padding-right: 0.15rem;
	position: relative;
	font-family: MiSans, MiSans;
	font-weight: 400;
	font-size: 0.16rem;
	color: #9D9D9D;
}
.bread .list_flex a:last-child{
	color: #D30200;
}
.bread .list_flex a:last-child::after{
	display: none;
}
.bread .list_flex a::after{
	content: '';
	width: 0.05rem;
	height: 0.08rem;
	background: url(../img/nextIcon.png);
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 0.08rem;
	right: 0.05rem;
	
}
.bread .list_flex a>img{
	width: 0.14rem;
	height: 0.12rem;
	display: inline-block;
	margin-right: 0.06rem;
}

.more{
	width: 1.7rem;
	height: 0.5rem;
	background: #243970;
	border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
}
.more img{
	width: 0.09rem;
	height: 0.08rem;
	margin-left: 0.16rem;
}
.more:hover{
    background: #3CC6E9;
}
/* 页码 */
.page {
	width: fit-content;
	margin: 0 auto;
	margin-top: 0.41rem;
	display: flex;
	align-items: center;
}

.page .list {
	display: flex;
	align-items: center;
	color: rgba(125, 125, 125, 1);
}

.page .list .item {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 0.04rem;
	margin-right: 0.04rem;
	border: 0.01rem solid #E5E5E5;
	text-align: center;
	line-height: 0.32rem;
	cursor: pointer;
	overflow: hidden;
	font-family: MiSans, MiSans;
	font-weight: 400;
	font-size: 0.14rem;
	color: #7D7D7D;
	border-radius: 0.04rem;
}

.page .list .item:hover {
	background: #1D76BB;
	color: white;
	border: 0.01rem solid #1D76BB;
}

.page .list .active {
	background: #1D76BB;
	color: white;
	border: 0.01rem solid #1D76BB;
}

.page .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 0.03rem;
	margin-right: 0.03rem;
	border: 0.01rem solid rgba(222, 222, 222, 1);
	cursor: pointer;
	overflow: hidden;
	border-radius: 0.04rem;
}

.page .btn img {
	height: 0.11rem;
	object-fit: contain;
}

.page .prev::after {
	content: '<';
}

.page .next::after {
	content: '>';
}

.page .prev::after,
.page .next::after {
	content: '';
	width: 0.08rem;
	height: 0.1rem;
	background: url(../img/r.png);
	background-repeat: no-repeat;
	background-size: 100% 100% !important ;
	position: absolute;
}
.page .prev::after{
	transform: rotate(180deg);
}

.page .btn:hover {
	background: #1D76BB;
}

.page .btn:hover img {
	filter: brightness(0) invert(1);
}

.page .total {
	margin-right: 0.24rem;
	font-family: MiSans, MiSans;
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
}

.page .to_page {
	font-size: 0.14rem;
	font-family: MiSans, MiSans;
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
	margin-left: 0.17rem;
}

.page .to_page input {
	width: 0.6rem;
	height: 0.31rem;
	margin: 0 0.05rem;
	padding: 0 0.1rem;
	border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
	border: 0.01rem solid rgba(222, 222, 222, 1);
	outline: none;
	font-size: 0.14rem;
	color: rgba(125, 125, 125, 1);
	background: transparent;
}

.prev_next {
	margin-top: 0.54rem;
	border-top: 0.01rem solid #DCDCDC;
	border-bottom: 0.01rem solid #DCDCDC;
}

.prev_next .prev a,
.prev_next .next a {
	height: 0.98rem;
	line-height: 0.98rem;
	color: #666666;
	display: block;
	width: 100%;
	transition: var(--s_tran);
}

.prev_next .next a {
	text-align: right;
}

.prev_next .prev a::before {
	content: '<';
	margin-right: 0.3rem;
	padding-right: 0.16rem;
	border-right: 0.01rem solid #949494;
}

.prev_next .next a::after {
	content: '>';
	margin-left: 0.3rem;
	padding-left: 0.16rem;
	border-left: 0.01rem solid #949494;
}

.prev_next .prev a::before,
.prev_next .next a::after {
	font-size: 0.16rem;
	color: #949494;
	font-family: '宋体';
	font-weight: 700;
	transition: var(--s_tran);
}

.prev_next .prev,
.prev_next .next {
	flex: 1;
	width: 50%;
}

.prev_next .prev a:hover,
.prev_next .next a:hover {
	color: var(--c);
}

.prev_next .prev a:hover::before,
.prev_next .next a:hover::after {
	color: var(--c);
}

.prev_next .back {
	flex: 0 0 0.3rem;
	width: 0.3rem;
	height: 0.3rem;
	margin-left: 0.3rem;
	margin-right: 0.3rem;
	filter: grayscale(1);
}
.prev_next .back:hover {
	filter: grayscale(0);
}

.innerBanner{
    width: 100vw;
	height: 4rem;
    position: relative;
}
.innerBanner img{
    width: 100%;
    height: 100%;
}
.innerBanner .iBTitle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.innerBanner .iBTitle{
    font-family: Poppins2, Poppins2;
	font-size: 0.53rem;
	color: #FFFFFF;
	line-height: 0.58rem;
	text-align: center;
}
/* 
.scl .sclLeft .sclL.active>span img{
	filter: brightness(0%) invert(100%);
	transform: rotate(0deg);
} */

@font-face{
	font-family: 'MiSans';
	src: url('../font/MiSansLatinVF.ttf');
}
@font-face{
	font-family: 'MiSansLight';
	src: url('../font/MiSans-Light.ttf');
}
@font-face {
	font-family: 'Anton';
	src: url('../font/Anton-Regular-2.ttf');
}
@font-face {
	font-family: 'Poppins';
	src: url('../font/Poppins-Regular.ttf');
}
@font-face {
	font-family: 'Poppins2';
	src: url('../font/Poppins-Bold.ttf');
}
@font-face {
	font-family: 'Open Sans';
	src: url('../font/Open-Sans-2.ttf');
}
@font-face {
	font-family: '/Arial';
	src: url('../font/ARIAL.TTF');
}
@media screen and (min-width: 1024px){
    .m{
        width: 85%;
        display: flex;
        justify-content: space-between;
    }
    
}
@media screen and (max-width: 1024px){
    
    .innerBanner{
        width: 100%;
        overflow: hidden;
        margin-top: 50px;
    }
    .innerBanner img{
        width: 100%;
    }
    .item_title{
        font-size:0.26rem;
    }
    .bnt-two{
        height: 1.5rem;
        display: flex;flex-direction: column;justify-content: space-around;
    }
    .mt1 div:nth-child(2){
        margin-left: 0rem;
    }
}