.container{
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.banner{
	height: 200px;
	background: url(../img/m_banner.jpg) no-repeat center;
	background-size: cover;
}
.g-screen{
	padding:35px 0 ;
}
.nav{
	display: none;
}
.g-tit img{
	width: 80%;
}
.intr{
	padding:  0 10px 10px 10px;
}
.intr .g-tit{
	margin-top: -50px;
}
.intr p{
	margin-top:0;
	padding-left: 15px;
	background-size: 50%;
}
.img1{
	display: none;
}
.img2{
	display: block;
}
.require-cnt{
	width: 100%;
	height: auto;
	padding:20px 10px;
	margin-top: 20px;
	background: #fff;
}
.prize .left{
	width: 100%;
}
.prize .left img{
	display: none;
}
.prize .right{
	width: 100%;
	position: inherit;
}
.prize .right img{
	max-width: 100%;
}
.notice .left,.notice .right{
	width: 100%;
	height: auto;
	padding:15px;
	background: #33697e ;
	
}
.notice .left{
	margin-bottom: 30px;
	
}
.foot{
	display: none;
}
.m-download{
	display: block;
	width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    position: fixed;
    right: 10px;
    bottom: 80px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    text-align: center;
    z-index: 99999;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
