a,  article, b, body, dd, div, dl, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, li,menu, nav, object, ol, p, section, small, span, strong, td, th, time, tr, tt, u, ul{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	/*当遇到英文单次时候 自动换行*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
   /*这个属性只用于iOS (iPhone和iPad)。当你点击一个链接或者通过Javascript定义的可点击元素的时候，它就会出现一个半透明的灰色背景。要重设这个表现，你可以设置-webkit-tap-highlight-color为任何颜色。
想要禁用这个高亮，设置颜色的alpha值为0即可。*/
}
ul,li{
	list-style: none;
	padding: 0px;
	margin-top: 0px;
}
a {
	color:#666;
	text-decoration: none;
}
html {
	font-size: 62.5%;
}
@media only screen and (min-width:481px) {
html {
	font-size: 85%!important;
}
}
@media only screen and (min-width:561px) {
html {
	font-size: 100%!important;
}
}
@media only screen and (min-width:641px) {
html {
	font-size: 120%!important;
}
body {
	max-width: 750px;
}
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
  	image-ms-interpolation-mode: bicubic;
  	/*在IE7-8 的时候这样可以在强制浏览器缩放图片的时候失真*/
	-webkit-touch-callout: none;
	/*当在iOS上一直按住一个目标元素时，Safari会展示一个关于这个链接的callout信息。webkit-touch-callout属性允许禁用掉这一行为。*/
}

body {
	font-size: 1.4rem;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	background-color: #f8f8f8;
 	min-width: 320px;
 	max-width: 750px;
	margin: 0 auto;
	position: relative;
	color: #333;

	
}
.lingqu{
	width: 100%;
	background-image: url(../images/lqbg.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	background-size: cover;
}
.lingqu h2{
	font-size: 1.6rem;
	color: #fff;
	margin-top: 4rem;
	margin-bottom: 5rem;
	background-color: rgba(255, 255, 255, .2);
	width: 9rem;
	border-radius: 2rem;
	display: inline-block;
	padding: .5rem;
}
.lingqu h1{
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 8rem;
}
.content{
	margin: 0rem auto;
	width: 92%;
	padding: 2rem;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 1rem;
	margin-top: -6rem;
}
.content h3{
	color: #f8a733;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: normal;
	margin-bottom: 1rem;
}

.content h1{
	color: #333;
	text-align: center;
	font-size: 1.1rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 2rem;
}

.content h1 li{
	display: inline-block;
	margin-right: .5rem;
}

.content h1 li img{
	vertical-align: middle;
	width: 2.5rem;
}
.content img{
	width: 100%;
}
.content p{
	font-size: 1.4rem;
	color: #555555;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.content p span{
	 font-size: 1.8rem;
	color: #f8ad46;
	font-style: italic;
	font-weight: bold;	 
}
.content .lqa{
	display: inline-block;
	width: 100%;
	padding: 1.2rem;
	background-color: #f8ad46;
	text-align: center;
	font-size: 1.8rem;
	box-sizing: border-box;
	color: #fff;
	border-radius: .5rem;
	box-shadow: .2rem .2rem .5rem 0rem rgba(0, 0, 0, .2);
	animation: donghua .01s infinite;
	-webkit-animation: donghua 3s infinite;

}
.footer{
	text-align: center;
	line-height: 2rem;
	font-size: 1.2rem;
	color: #d7d7d7;
	margin-top: 2rem;
}
@keyframes donghua{
	0%  {background-color: #f8ad46;}
	50% {background-color: #e41418;}
}
/*领取页面第一步*/

.index2{
	width: 92%;
	margin-bottom: 0rem auto;
	background-color: #fff;
	margin: 0rem auto;
	border-radius: .5rem;
	margin-top: 1rem;
	box-sizing: border-box;
	padding: 1rem;

}
.index2 p{
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	text-align: center;
}
.index2 h1{
	background-color: rgba(7, 193, 96, .2);
	font-size: 1.5rem;
	padding: 1rem;
	border: 1px solid rgba(7, 193, 96, .5);
	border-radius: .5rem;
	color: #07c160;
	line-height: 2.5rem;
	margin-bottom: 2rem;
}
.index2 h2{
	font-size: 1.5rem;
	color: #666;
	margin-bottom: 1rem;
	margin-top: .5rem;
}
.index2 h2 span{
	color: #ff0000;
	margin-right: .5rem;
}
.index2 input[type=text]{
	font-size: 1.5rem;
	color: #666;
	border-radius: .5rem;
	border: 1px solid rgba(0, 0, 0, .1);
	background-color: #f8f8f8;
	line-height: 4.5rem;
	height: 4.5rem;
	width: 100%;
	padding: .3rem;
	box-sizing: border-box;
	margin-bottom: 2rem;
	outline: none;
}
.index2 input[type=text]:focus{
	 
	border: 1px solid rgba(0, 0, 0, .1);
	background-color: #f1e9dd;
	 
}
.tishi{
	font-size: 1.3rem;
	width: 92%;
	margin: 0rem auto;
	margin-top: 1.8rem;
	line-height: 2.6rem;
	color: #b3b3b3;
}
.tishi b{
	font-size: 1.6rem;
	 
}

button{
	display: block;
	width: 92%;
	margin: 0rem auto;
	line-height: 4.8rem;
	height: 4.8rem;
	font-size: 1.8rem;
	color: #fff;
	background-color: #f8a733;
	border: 0px;
	outline: none;
	border-radius: 1rem;
	margin-top: 2rem;

}
/*填写页面完毕*/


.lq3 img{
	display: block;
	width: 38%;
	margin: 0rem auto;
	margin-top: 2rem;
}
.lq3 b{
	font-size: 1.8rem;
	color: #07c160;
	text-align: center;
	display: inline-block;
	width: 100%;

}
.lq3 ul{
	width: 80%;
	margin: 0rem auto;
	margin-top: 3rem;
}
.lq3 ul li{
	line-height: 2.5rem;
	font-size: 1.4rem;
	color: #666;
}

.lq3 .jietu{
	width: 80%;
	margin: 0rem auto;
	text-align: center;
	border-radius: .4rem;
	color: #cc0707;
	font-size: 1.5rem;
	background-color:rgba(204, 7, 7, .05);
	padding: .5rem;
	margin-top: 1rem;
}
.lq3 .gzh{
	width: 82%;
	text-align: center;
	margin: 0rem auto;
	color: #666;
	margin-top: 14rem;
}
.lq3 .gzh img{
	border: 1px solid #ccc;
	border-radius: 1rem;
	padding: .5rem;
}
.lq3 .gzh p{
	border: 1px solid #07c160;
	border-radius: .4rem;
	color: #fff;
	font-size: 1.5rem;
	background-color: #07c160;
	padding: .5rem;
	margin-top: 1rem;
}