@charset "UTF-8";
body {
	font-family: "Microsoft Yahei"; 
	background-color: #290d6f;
	/*height: 100%;*/
	-webkit-overflow-scrolling:touch;
	padding: 0;
}
.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.href-list{
	width: 100%;
	height: 2.22rem;
	display: inline-block;
}
/* 导航 */
/*.swiper-container{
	position: fixed;
	background: url(../images/nav_bg.png) no-repeat center;
	text-align: center;
	z-index: 999;
	height: .7rem;
	width: 100%;
}
.swiper-wrapper{
	width: 100%;
	height: .7rem;
	line-height: .7rem;	
    display: flex;
}
.swiper-slide{
	width: 1.8rem;
}
.width-slide{
	width: 1rem !important;
}
.swiper-slide a{
	width: 1.61rem;
	height: .7rem;
	font-size: .28rem;
	display: inline-block;
	color: #fff;
}
.swiper-slide:nth-child(8) a{
	color: #3c28d4;
	background: url(../images/nav_font_bg.png) no-repeat center;
	background-size: 100%;
	width: 1.61rem;
    height: .7rem;
} */
.swiper-container { position: fixed; background: url(../images/nav_bg.png) no-repeat center; text-align: center; z-index: 998; height: .7rem; width: 100%; }
.swiper-wrapper{ width: 6rem; margin: 0 auto; }
.swiper-slide{ height: 100%; width: 1.5rem !important; }
.swiper-slide.on{ background: url(../images/nav_font_bg.png) no-repeat center; background-size: 100% 100%; }
.swiper-slide a{ font-size: .25rem; line-height: .7rem; display: inline-block; width: 1.5rem; height: .7rem; color: #fff; }
.swiper-slide.on a{ color: #3c28d4 }
 /*  hot图标  */
.cs-hot-box{
	position: relative;
}
.cs-hot{
	display: block;
	width: .36rem;
	height: .26rem;
	background: url(../images/cs_hot.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: .14rem;
    top: .12rem;
	z-index: 999;
}

/* 主体内容 */
/* video */
.content-box{
	padding-top: .8rem;
	padding-bottom: .5rem;
}
.backdrop-blue{
	width: 100%;
	height: .49rem;
	background-color: #290d6f;
	text-align: center;
}
.backdrop-blue img{
	width: 5.22rem;
	height: .57rem;
	margin-top: .21rem;
}
.backdrop-black{
	background-color: #000;
	width: 100%;
	height: .69rem;
}
.video-box{
	height: 2.22rem;
	width: 100%;
	background-color: #000;
	position: relative;
}
.video-shade>img{
	height: 1.82rem;
	width: 100%;
}
.video-box video{
	height: 2.22rem;
	width: 100%;
	display: none;
}
.bottom-line{
	background-color: #000;
	width: 100%;
	height: .4rem;
}
.shade-play{
	height: 2.22rem;
	line-height: 2rem;
	width: 100%;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.shade-play img{
	width: .89rem;
	height: .89rem;
}
.video-shade{
	/*display: none;*/
	position: relative;
}





