*{
	margin: 0;padding: 0;
}
body,html{
	width: 100%;
	height: 100%;
	background: #f2f6f9;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.swiper-container{
	width: 100%;
	height: 100%;
}
.swiper-slide{
	overflow: hidden;
}
.swiper-slide>div{
	width: 90%;
	margin: 0 auto;
	padding-top: 12%;
}
.swiper-slide>div>img{
	width: 100%;
	display: block;
}
.swiper-slide>div>a{
	width: 60%;
	display: block;
	position: absolute;
        left: 20%;
        bottom: 6%;
	z-index: 10;
}

.indexBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
        height:100%;
	display: block;
	z-index: -1;
}
#box1>div{
	width: 95%;
}
.upload_tc{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	display: none;
	flex-flow: column;
}
.upload_tc div{
	height: 1.2rem;
}
.upload_tc img{
	width: 100%;
}

.swiper-pagination-bullet{
	background: #4c5658;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #35c0dc;
}
.fx_tc{
	width: 100%;
        height:100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
	z-index: 10;
	display: none;
	align-items: center;
	justify-content: center;
}
.fx_tc>img{
	width: 9.85rem;
	max-width: 90%;
	max-height: 90%;
}
@media only screen and (min-width: 0) and (max-width:321px) {
	.swiper-slide>div{
		width: 75%;
		margin: 0 auto;
		padding-top: 6%;
	}
	#box1>div{
		width: 70%;
	}
}
@media only screen and (min-width: 322px) and (max-width:361px) {
	.swiper-slide>div{
		width: 80%;
		margin: 0 auto;
		padding-top: 6%;
	}
	#box1>div{
		width: 85%;
	}
}
@media only screen and (min-width: 700px) {
	.swiper-slide>div{
		width: 78%;
		margin: 0 auto;
		padding-top: 6%;
	}
	#box1>div{
		width: 82%;
	}
}
.index-bottom{
	display: flex;
	position: absolute;
	bottom: 1.2rem;
	margin: 0 0.58rem;
	gap: 0.4rem;
	left: 0;
}
.index-bottom span{
	flex: 1;
}
.index-bottom span img{
	width: 100%;
}














