@charset "utf-8";
*{
	margin:0;
	padding:0;
}
html, body {
    width:100%;
    max-width:1080px;
    margin:0 auto;
    position:relative;
}
body{
	-webkit-overflow-scrolling: touch;
}
.main{
	position:relative;
	background-color:#188cca;
	line-height:0;
}
.main>div{
	font-size:0;
	line-height:0;
    border: none;
    outline: none;
}
.main img{
	width:100%;
}
.main a{
	-webkit-tap-highlight-color: transparent;
}
video::-webkit-media-controls-fullscreen-button {
	display: none !important;
}
.title{
	text-align:center;
}
.noscroll{
	overflow: hidden; 
}
/* ************************************** 头部+ICON标题部分 ************************************** */
.top{
	width:100%;
	height:0;
	padding-bottom:134.259%;
	position: relative;
	overflow:hidden;
	background-image:url(../img/p_01.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
}
.header-info-wrap{
	width:100%;
	position: absolute;
	bottom:0;
	margin-bottom: 10%;
	z-index: 20;
}
.header-info-wrap .icon-wrap{
	width:20.37%;
	margin:0 0 0 5.55%;
	float:left;
}
.header-info-wrap .icon{
	width:100%;
}
.header-info{
	margin-left:27%;
	display:block;
	font-size:0;
	position:relative;
	bottom:0;
}
.header-info .title{
	width: 29.8%;
	margin:4% 0 0 1%;
}
.header-info p{
	display:block;
	width: 54.03%;
	margin:1% 0 0 1%;
}
.header-info .game-texts{
	width: 100%;
}
.header-info a{
	position:absolute;
	z-index: 30;
	right:1%;
	top:10%;
	display:inline-block;
	width:44.65%;
	height: 0;
	padding-bottom:22.45%;
	background-image:url(../img/btn_right.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
	font-size:0;
	text-indent:-9999px;
	cursor: pointer;
}
/* ************************************** content ************************************** */
.content{
	width: 100%;
	height:0;
	padding-bottom:432.3148%;
	position: relative;
	background-image:url(../img/p_02.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
	margin-top: -0.05%;
}
/* ************************************** parts ************************************** */
.part{
	position: relative;
	overflow: hidden;
}
.part1{
	height: 0;
	padding-bottom: 166.0185%;
}
.part2{
	height: 0;
	padding-bottom: 61.3888%;
}
.part3{
	height: 0;
	padding-bottom: 200%;
}
/* ******************************************************************************* */
.part1 .text{
	margin-top: 4%;
	position: relative;
}
/* ******************************************************************************* */
.part2 .text{
	margin-top: 4%;
	position: relative;
}
/* ******************************************************************************* */
.part3 .text{
	margin-top: 5%;
	position: relative;
}
.part3 .tips{
	text-align: center;
	margin-top: 5%;
	color: #FFF;
	font-size: .3rem;
	line-height: 1;
}

