﻿ 
 @charset "utf-8"; 
  /*禁止页面a标签中href长按弹出复制对话框*/
  html,body{
	-webkit-touch-callout: none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width:100%;
	padding:0;
	/*-webkit-user-select:none;*/
	/*-webkit-overflow-scrolling: touch;*/
  }
a,a:hover,a:visited{
	text-decoration:none;
	cursor:pointer;
}
ol,ul{
	list-style:none;
	padding:0;
	margin:0;
}
:focus{
   outline:none;
	border:0;
	
}
:selected{outline:none;border:0;font-size:0.28rem;color:#5c5c5c;}
textarea{
	overflow:auto;
	resize:none;
}
input,button,textarea,select,:checked{
	font-size:0.26rem;
	border:0;
	line-height:1em;
	margin:0;
	padding:0;
	background-color:rgba(0,0,0,0);
	text-shadow: none;
	border-radius: 0;
	outline:none;
	
}
/* {
	  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
  }*/

 html {
	-ms-touch-action: none;
	margin:0 auto;
  }

  body,ul,li {
	padding: 0;
	margin: 0;
	border: 0;
  }
  body {
	width:100%;
	font-family: ubuntu, helvetica, arial,'微软雅黑';
	overflow:auto; 
}
 ul,li{
   list-style:none;
   }

.bg{background:#fff;}
.clearfix{clear:both;}
.top{width:100%;height:0.6rem;background:#1d2087;}
.main{width:8.4rem;margin:0 auto;padding-top:3rem;padding-bottom:2.4rem;}
.main img{display:block;width:100%;}
.mrt{margin-top:1.45rem;}
.tel{text-align:center;margin-top:0.3rem;margin-bottom:0.3rem;}
.tel a{display:block;color:#888888;font-size:1rem;font-weight:bold;}

.banner img{display:block;width:100%;}


#fwresult{font-size: 0.28rem;line-height: 0.45rem;color: #555;width:6.5rem;margin:0 auto;display: block;border:solid 1px #F58100;box-sizing: border-box;margin:0 auto 0.4rem auto;padding:0.35rem;
}
#tit{
font-size: 0.38rem;background: #F58100;color: #fff;font-weight: bold;display: block;height:0.8rem;text-align: center;
line-height: 0.8rem;width: 6.5rem;top:-0.8rem;margin:0.4rem auto 0 auto;}

.qrcode{width: 2.18rem;height: 2.13rem;margin:0.1rem auto;display: block;}
