*{
	box-sizing: border-box;
}
.content{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.screen{
	padding: 30px 0;
}
#s1{
	display: none;
}
.m_s1{
	display: block;
}
.m_s1 img{
	max-width: 100%;
}
.theme{
	display: none;
}
.nav{
	display: none;
}
.tit img{
	width: 60%;
}
.intro{
	width: 100%;
	margin-bottom: 30px;
}
.intro .p1{
	margin: 20px 0 10px 0;
}
.attend img{
	max-width: 100%;
}
.require .left,
.require .right{
	width: 100%;
	height: auto;
	padding: 20px 10px;
}
.flow .right{
	width: 100%;
	padding: 0 0 20px 0;	
	border-bottom: none;
}
.flow .right .tit{
	margin-bottom: 30px;
}
.prize-rank{
	text-align: center;
}
.prize-rank li{
	width: 48%;
	margin-right:0;
}
.prize-rank li img{
	width:100%;
}
.prize-txt .txt1{
	width: 100%;
	font-size: 18px;
	margin: 0 0 10px 0;
	background-size: 8px;
}
.prize-txt .txt1 span{
	font-size: 20px;
}
.prize-txt .txt2{
	margin: 20px 0 0 0;
	line-height: 25px;
	background-size: 8px;
}
.require{
	margin-top: 20px;
}
.require h3{
	margin-bottom: 20px;
}
.flow img{
	max-width: 100%;
}
.news{
	width: 100%;
	padding-bottom: 30px;	
}
.video{
	width: 100%;
}
.news .tit{
	margin-bottom: 20px;
	padding-top: 0;
}
.news_list li a{
	padding-right: 0;
}
.video{
	background-size: 50%;
}
.video-box{
	width:100%;
	height:auto;
}
.review{
	display: none;
}
.m_review{
	display: block;
	margin-top: 20px !important;
	padding-bottom: 20px !important;
	height: auto;
}
.m_review .swiper-slide{
	width: 180px;
	height:98px;
}
.m_review .swiper-slide img{
	max-width: 100%;
}
.swiper-button-next, 
.swiper-button-prev{
	width: 13px !important;
    height: 22px !important;
    background-size: 13px 22px !important;	
}

.footer,.coryright{
	display: none;
}

.m_foot{
	display: block;
	padding: 15px 0;
	line-height: 25px;
    color: #bfbfbf;
    font-size: 12px;
    text-align: center;
    background: #262422;
}
.m_foot img{
	display: block;
	margin: 5px auto;
}
.m_foot p{
	line-height: 25px;
}
.a-apply {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 5px;
    bottom: 40px;
    background: url(../images/m_login.png) no-repeat center;
    background-size: contain;
}