body,ul,h1,h2,h3,h4,h5,h6,form,input,p{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a{
	text-decoration: none;
}
html,body{
	height: 100%;
}
body{
	position: relative;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	color: #fff;
	overflow: hidden;
}
*{
  -webkit-touch-callout:none; 
  -webkit-user-select:none; 
  -khtml-user-select:none; 
  -moz-user-select:none;
  -ms-user-select:none; 
  user-select:none;
}
.wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.wrap img{
	display: block;
	width: 100%;
	-webkit-touch-callout:none;
}
.wrap .top_a{
	position: absolute;	
	width: 1.11rem;
	height: 0.35rem;
	background: rgba(131,49,84,0.3);
	color: #FFFFFF;
	font-size: 0.2rem;
	line-height: 0.35rem;
	border-radius: 0.15rem;
	top: 0.12rem;
	text-align: center;	
}
.wrap a:nth-of-type(1){
	left: 0.1rem;	
}
.wrap a:nth-of-type(2){
	right: 0.1rem;
}
.wrap a.down{
	display:block;
	width: 2.72rem;
	height: 0.73rem;
	border: 0.06rem solid #be5876;
	background-color: #de7b94;
	line-height: 0.73rem;
	font-size: 0.28rem;
	color: #FFFFFF;
	text-shadow: 0.01rem 0.02rem 0.05rem #d88869;
	margin:0 auto;
	text-align: center;	
}
.wrap .code{
	display:block;
	width: 3.08rem;
	height: 0.55rem;
	line-height: 0.55rem;
	background: rgba(131,49,84,0.1);
	border: none;
	border-radius: 0.25rem;
	outline: none;
	font-size: 0.3rem;
	margin:0 auto;
	text-align: center;	
	color: #833154;
	-webkit-user-select:auto;
}
.wrap .tip{
	display:block;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.2rem ;
	color: #833154;
	text-align: center;	
}
.bottom{
	height:5.15rem;
	background:url(../img/bottom.jpg) no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	-o-background-size:100% auto;
}
.pop{
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(55,55,55,0.5);
	left: 0;
	top: 0;
	z-index: 88;
	display: none;
}
.explain-wrap{
	position: relative;
	width: 5.46rem;
	background-image:url(../img/bgTop.png),url(../img/bgBottom.png);
	 background-position: left top, left bottom;
	background-color: #d171ad;
	background-repeat: no-repeat;
	background-size: 100% auto;
	top: 50%;
	left: 50%;	
	-webkit-transform:translate(-50%, -50%);
	   -moz-transform:translate(-50%, -50%);
		-ms-transform:translate(-50%, -50%);
			transform:translate(-50%, -50%);
	font-size: 0.2rem;
	z-index: 99;
	padding: 0.2rem;
	border-radius: 0.2rem;
}
.explain-wrap .explain-word{
	padding: 0.2rem;
}
.explain-wrap .explain-word .explain-tit{
	height: 0.22rem;
	line-height: 0.22rem;
	font-size: 0.2rem;
	margin-top: 0.4rem;
}
.explain-wrap .explain-word .explain-tit:first-child{
	margin-top: 0px;
}
.explain-wrap .explain-word .explain-tit img{
	width: 0.23rem;
	height: 0.12rem;
	margin-right: 0.04rem;
}
.explain-wrap .explain-word p{
	line-height: 0.24rem;
	margin-bottom: 6px;
}
.explain-wrap .explain-word p img{
	width:0.15rem;
	height:0.18rem;
	margin-right:0.02rem;
}
.explain-wrap .explain-word em{
	display: block;
	margin: 0.1rem 0; 
	font-style: normal;
}
.explain-wrap .close{
	position: absolute;
	width: 0.3rem;
	height: 0.3rem;
	right: 0.1rem;
	top: 0.1rem;
	border: 0.02rem solid #FFFFFF;
	border-radius: 0.5rem;
	text-align: center;
	line-height: 0.3rem;
	color: #FFFFFF;
	font-size: 0.25rem;
	
}
