a,input,label,select,span,textarea{-webkit-tap-highlight-color: transparent; -webkit-appearance:none; outline:none;}
* { -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; tap-highlight-color:rgba(0,0,0,0); tap-highlight-color:transparent;}

::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 0.4rem;
    color: #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 0.4rem;
    color: #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-size: 0.4rem;
    color: #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 	font-size: 0.4rem;
    color: #ccc;
}


body{
	min-height: 100%;
	background: url(images/bg.jpg) 0 0 no-repeat;
	background-size: 100%;
}
.content{
	padding-bottom: 0.88rem;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
	display: block;
}
.rule{
	width: 8.666667rem;
	background-color: #dffcff;
	border: dashed 1px #33a4f6;
	border-radius: 0.12rem;
	margin: -0.48rem auto 0rem;
	padding: 0.44rem 0.24rem;
	position: relative;
}
.rule h2{
	font-size: 0.4rem;
	color: #f04f62;
	text-align: center;
	line-height: 0.44rem;
}
.rule p{
	font-size: 0.32rem;
	color: #333;
	line-height: 0.56rem;
	margin-top: 0.32rem;
}
.search h2{
	font-size: 0.4rem;
	color: #f04f62;
	text-align: center;
	line-height: 1.28rem;
}
.search_main{
	width: 8.666667rem;
	margin: auto;
}
.search_main span{
	width: 1.64rem;
	height: 1.0rem;
	float: right;
	border-radius: 0.08rem;
	display: block;
	background-color: #33a4f6;
	color: #fff;
	font-size: 0.426667rem;
	line-height: 1rem;
	text-align: center;
}
.search_main input{
	width: 6.626667rem;
	float: left;
	height: 1rem;
	border: solid 1px #33a4f6;
	border-radius: 0.08rem;
	padding-left: 0.28rem;
	font-size: 0.4rem;
	color: #333;
}
.search_main span.huibtn{
	background-color: #ccc;
}
.search_box{
	width: 8.666667rem;
	margin: 0.32rem auto 0.0rem;
	background-color: #fffbd7;
	border: dashed 1px #33a4f6;
	border-radius: 0.12rem;
	padding: 0.28rem;
	display: none;
}
.search_box h2{
	font-size: 0.373333rem;
	color: #333;
	text-align: left;
	line-height: 0.6rem;
}
.search_box p{
	font-size: 0.32rem;
	color: #333;
	line-height: 0.6rem;
}
.search_box p span{
	color: #f04f62;
}