@charset "UTF-8";

html, body{
	width: 100%;
	height: 100%;
}

.container{
	width: 100%;
	min-height: 100%;
	background-image: url('../images/background.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0 0.4rem;
	padding-top: 56%;
	box-sizing: border-box;
}

.swiper{
}

.swiper-img{
	width: 100%;
	height: 2.666667rem;
}

.van-tabs__nav{
	background: transparent;
}

.van-tab--active .van-tab__text--ellipsis{
	font-size: 0.4rem;
	font-weight: 800;
}

.van-tabs__line{
	width: 0.506667rem;
	height: 0.213333rem;
	bottom: 0.48rem;
	background-color: transparent;
	background-image: url('../images/active.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.van-tabs__content{
	height: 13.333333rem;
	padding-top: 0.266667rem;
	box-sizing: border-box;
	overflow-y: auto;
}

.module0{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.module0 img{
	width: 48%;
	margin-bottom: 0.453333rem;
}

.banner{
	width: 100%;
	margin-bottom: 0.373333rem;
	display: flex;
	justify-content: space-between;
}

.banner img{
	width: 30%;
}

.banner50 img{
	width: 48%;
}


.module4{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.module4 .banner50{
	width: 48%;
	margin-bottom: 0.373333rem;
	display: flex;
	justify-content: space-between;
}
