body {
	width: 7.5rem;
	margin: 0 auto;
}

.header .head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.16rem 0.24rem;
}

.header .logo {
	width: 3.4rem;
	display: block;
}

.header .lang-box {
	font-size: 0.28rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999;
	line-height: 0.4rem;
}

.header .lang-box .tab {
	font-size: 0.28rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999;
	line-height: 0.4rem;
}

.header .lang-box .tab.on {
	color: #426D82;
}

.swiper-nav {
	background: #68707A;
	padding: 0 0.24rem;
}

.swiper-slide {
	width: auto;
}

.swiper-nav .item {
	height: 1.34rem;
	text-align: center;
	position: relative;
}

.swiper-nav .item a {
	line-height: 1.34rem;
	font-size: 0.3rem;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	color: #F4F4F4;
	position: relative;
}

.swiper-nav .item.on a {
	font-weight: 600;
	color: #FFFFFF;
}

.swiper-nav .item .border {
	position: absolute;
	width: 0.64rem;
	height: 0.06rem;
	background: #FFFFFF;
	left: 50%;
	bottom: 0.08rem;
	margin-left: -0.32rem;
	display: none;
}

.swiper-nav .item.on .border {
	display: block;
}

.index-footer {
	background: #F7F7F7;
	padding-bottom: 0.92rem;
	padding-top: 0.64rem;
}

.index-footer .qrcode {
	width: 2.4rem;
	margin: 0 auto 0.62rem;
}

.index-footer .qrcode .text {
	font-size: 0.24rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	text-align: center;
	letter-spacing: 0.05rem;
}

.index-footer .p1 {
	font-size: 0.32rem;
	font-family: AppleSystemUIFont;
	color: #111111;
	line-height: 0.56rem;
	text-align: center;
	margin-bottom: 0.16rem;
}

.index-footer .p2 {
	font-size: 0.24rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 0.4rem;
	text-align: center;
}

.index-footer .p3 {
	font-size: 0.32rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #111111;
	line-height: 0.56rem;
	text-align: center;
	margin-top: 0.16rem;
	margin-bottom: 0.58rem;
}

.index-footer .p4 {
	font-size: 0.32rem;
	font-family: AppleSystemUIFont;
	color: #111111;
	line-height: 0.56rem;
}

.index-footer .link-box {
	padding: 0 0.62rem;
	margin-bottom: 0.4rem;
}

.index-footer .link-box a {
	font-size: 0.24rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;
	display: inline-block;
}

.index-footer .copyr {
	padding: 0 0.42rem;
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	line-height: 0.28rem;
	margin-top: 0.64rem;
}


.footer {
	background: #4F5863;
	padding: 0.72rem 0.24rem 0.12rem;
}

.footer .p1{
	font-size: 0.32rem;
	font-family: AppleSystemUIFont;
	color: #FFFFFF;
	line-height: 0.56rem;
	margin-bottom: 0.08rem;
}

.footer .p2{
	font-size: 0.24rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.26rem;
}

.footer .link-box .p4{
	font-size: 0.32rem;
	font-family: AppleSystemUIFont;
	color: #FFFFFF;
	line-height: 0.56rem;
}

.footer .link-box{
	margin-top: 0.54rem;
}

.footer .link-box a{
	font-size: 0.24rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.26rem;
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;
	display: inline-block;
}

.footer .copyr{
	font-size: 0.24rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #C0C0C0;
	line-height: 0.56rem;
	margin-top: 0.3rem;
}