 @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.3rem;
 	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 {
 	font-size: 0.3rem;
 	font-family: ubuntu, helvetica, arial, '微软雅黑';
 	overflow: auto;
 }

 ul,
 li {
 	list-style: none;
 }

 .bg {
 	background: #fff;
 }

 .bg1 {
 	width: 100%;
 	height: 15rem;
 	background: url(../images/bg.png)no-repeat;
 	background-size: 100% 100%;
 	padding-top: 1.64rem;
 }

 .clearfix {
 	clear: both;
 }

 .top {
 	background: #009b4c;
 	width: 100%;
 	height: 0.9rem;
 	line-height: 0.9rem;
 	text-align: center;
 	color: #fff;
 	font-size: 0.34rem;
 	font-family: '微软雅黑';
 	letter-spacing: 1px;
 }

 .banner img {
 	display: block;
 	width: 100%;
 }

 .title {
 	width: 100%;
 	height: 0.57rem;
 	text-align: center;
 }

 .title img {
 	width: 100%;
 }

 .msg {
 	width: 7rem;
 	margin-left: 0.5rem;
 	padding: 0.3rem 0;
 	clear: both;
 	overflow: hidden;
 	height: 2.38rem;
 }

 .msg img {
 	display: block;
 }

 .erm-img1 {
 	width: 2.25rem;
 	float: left;
 }

 .tip-img2 {
 	width: 3.35rem;
 	float: left;
 	margin-top: -0.3rem;
 	margin-left: 0.55rem;
 }

 .cx-way {
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing:
 		border-box;
 	box-sizing: border-box;
 	padding: 0.34rem 0.24rem;
 	background: #FFFFFF;
 	border-radius: 8px;
 	width: 5.91rem;
 	margin: 0 auto;
 	line-height: 1.6em;
 	position: relative;
	margin-top: 0.5rem;
 }

 .cx-way div {
 	font-size: 0.28rem;
 	color: #1e1e1e;
 	text-shadow: 1px 1px 1px #d6d6d6;
 	font-family: "微软雅黑"
 }

 .form-group {
 	width: 98%;
 	height: 0.78rem;
 	border: 2px solid #32D25A;
 	border-radius: 3px;
 	margin-top: 0.2rem;
 }

 .input,
 .button {
 	display: block;
 	float: left;
 	height: 0.77rem;
 	line-height: 0.77rem;
	
 }

 .input {
 	width: 78%;
 	text-indent: 0.2rem;
 }

 .button {
 	width: 21%;
 	border-left: 2px solid #32D25A;
 	text-align: center;
	background-color: #32D25A;
 }

 .scan {
 	position: absolute;
 	z-index: 800;
 	width: 1.32rem;
 	height: 1.32rem;
 	top: 0.35rem;
 	right: 0.16rem;
 }

 .scan img {
 	display: block;
 	width: 100%;
 }

 .wx-tip a {
 	display: block;
 	width: 100%;
 }

 .fw-title {
 	color: #32D25A !important;
 	text-align: center;
 	font-size: 0.32rem !important;
 	font-weight: bold;
 	padding-bottom: 0.15rem;
 }

 .fw {
 	word-break: break-all;
 	text-indent: 2em;
 	font-size: 0.3rem;
 }
 
 .tip{
	 font-family: MiSans, MiSans;
	 font-weight: 500;
	 color: #515151;
	 font-size: 0.2rem;
	 width: 5.91rem;
	 margin: 0.41rem auto 0;
 }
 
 .tip span{
	 font-weight: normal;
	 font-size: 0.18rem;
 }