index.css 695 字节
.container{
	/*padding-bottom: 1rem;*/
}


.index_swiper{
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #F5AD17;
}
.swiper-container {
	flex: 1;
}


.video_lool{
	position: relative;
	width: 100%;
	height: 4.54rem;
	margin-top: -0.45rem;
	z-index: 3;
	display: flex;
	align-items: center;
}
.video_background{
	position: absolute;
	top: 0;
	left: 0;
}
.video_text_wrap{
	font-size: 0.3rem;
	line-height: 0.48rem;
	position: absolute;
	color: #FFFFFF;
	font-weight: 400;
	margin-left: 0.96rem;
	width: auto;
}
.video_btn{
	position: absolute;
	width: 2.56rem;
	height: 1.1rem;
	right: 0.8rem;
	top: 50%;
	transform: translateY(-0.55rem);
}