*{
	padding: 0;
	margin: 0;
	outline: none;
	-moz-user-select: none; /*mozilar*/
	-webkit-user-select: none; /*webkit*/
	-ms-user-select: none; /*IE*/
	user-select: none;
	  -webkit-tap-highlight-color: transparent;
}

li,
ol,
ul {
	list-style: none
}
img{
	max-width: 100%;
}
body{
	background: #2C3144;
	font: 14px/1.8 Microsoft Yahei, Arial, Helvetica, sans-serif;
	
}
a:focus{outline:none;}
.mainBox{
		background: #5d4fea;
	max-width: 7.5rem;
	margin: 0 auto;
}

.top{
	position: relative;
}
.vodes{
	top: 6.77rem;
	left: 0.81rem;
	z-index: 100;
	position: absolute;
}
.vodes video{
	width: 5.93rem;height: 10.56rem;
}
.t1{
	padding: 0.1rem 0 0.2rem;
	text-align: center;
}
.t1 img{
	width: 4.63rem;
}
.slideTxtBox{
	margin: 0 0.16rem;
	background: #fff;
	margin-bottom: 0.3rem;
}
.slideTxtBox .hd{
	padding-top: 0.3rem;
	background: #392fc8;
	padding-bottom: 0.1rem;
	padding-left: 0.7rem;
	padding-right: 0.3rem;
}

.slideTxtBox .hd ul{
	display: flex;
	flex-wrap: wrap;
}
.slideTxtBox .hd li{
	padding-bottom: 0.2rem;
	width: 50%;
	box-sizing: border-box;
	padding-left: 0.2rem;
}
.slideTxtBox .hd li span{
	padding: 0 0.25rem;
	height: 0.64rem;
	line-height: 0.64rem;
	display: inline-block;
	font-size: 0.4rem;
	font-weight: bold;
	color: #fff;
	border-radius: 0.2rem;
	  background-image: linear-gradient(45deg, #6a87fd, #d3ade0);
}
.slideTxtBox .hd li.on span{
	background: #FF5A4C;
}
.swiper{
	position: relative;
	overflow: hidden;
	width: 6.9rem;
	margin: 0 auto;
}
.slideTxtBox .item h2{
	font-size: 0.4rem;
	color: #4f5675;
	font-weight: bold;
	text-align: center;
	padding: 0.2rem 0;
}
.swiper .swiper-slide img{
	margin: 0 auto;
	max-width: 5rem;
	display: block;
	
}
.swiper-button-next,.swiper-button-prev{
	font-weight: bold;
	color: #9c97e3;
	outline: none;
	border: none;
	width: 0.8rem;
	height: 0.8rem;
	
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 0.8rem;
	outline:none;
background: transparent;
}

.footer{
	padding: 0.5rem 0.2rem;
	display: flex;
	align-items: center;
	margin-top: 0.3rem;
	background: #392fc8;
	color: #fff;
}
.footer .img{
	margin-right: 0.18rem;
}
.footer .img img{
	width: 2rem;
}
.footer  h3{
	font-size: 0.35rem;
	font-weight: bold;
}
.imgBox {
	margin:0.1rem 0 ;
	display: flex;
	height: 0.65rem;
}
.footer  p{
	font-size: 0.2rem;
}
.imgBox img{
	margin-right: 0.18rem;
	height: 0.65rem;
}


