body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td{margin:0;padding:0;}
ul,ol{list-style:none;}
a{text-decoration:none;}
html{-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;}
body,button,input,select,textarea{font-family:'helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;}
b,strong{font-weight:bold;}
i,em{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
table th,table td{border:1px solid #e5e5e5;padding:5px;}
table th{font-weight:inherit;border-bottom-width:2px;border-bottom-color:#ccc;}
img{border:0 none;width:auto\9;max-width:100%;vertical-align:top; height:auto;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;}
select[size],select[multiple],select[size][multiple]{border:1px solid #AAA;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,video,progress{display:inline-block;}
input::-webkit-input-speech-button {display: none}
button,input,textarea{
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  margin: 0 auto;
  background: url("../images/bg.png") ;;
  background-size: cover;
  color: #333;
  position: relative;
  line-height: 1;
  overflow-x: hidden;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
u,a{
  text-decoration: none;
}
input,textarea{
  border: none;
  outline: none;
  font-family: "微软雅黑";
  padding: 0;
  margin: 0;
}

/**表单**/
.width-form{
  width: 9.3rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0.35rem;
  background: #fff;
}

.width-form h2{
  background: #379be9;
  text-align: center;
  padding: 0.2rem 0;
  color: #fff;
  font-size: 0.35rem;
  font-weight: 700;
}

.width-form h4{
  color: #379be9;
  margin: 0.35rem 0;
  font-weight: 700;
  font-size: 0.28rem
}

.width-form .text{
  color: #666;
  font-size: 0.20rem;
  margin-top: 0.5rem;
  line-height: 26px;
}

.form .form-input{
  margin-top: 0.35rem;
}

.form .form-input label{
  font-size: 0.26rem;
  margin-bottom: 0;
  display: block;
}

.form .form-input label em{
  color: #ff1e1e;
  margin-right: 0.05rem;
}

.form .form-input input{
  height: 0.55rem;
  line-height: 0.55rem;
  padding-left: 0.15rem;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 0.16rem;
  width: 100%;
  display: block;
  margin-top: 0.15rem;
}

.form .form-input button{
  width: 100%;
  background: #379be9;
  color: #fff;
  border: 0;
  display: block;
  font-size: 0.35rem;
  padding: 0.15rem 0;
}

.width-form .wx{
  text-align: center;
}

.width-form .wx p{
  text-align: left;
  margin-top: 0.35rem;
  color: #ff1e1e;
  font-size: 0.28rem;
  line-height: 26px;
}

.width-form .wx span{
  display: block;
  margin-top: 35px;
  font-weight: 700;
  font-size: 0.30rem;
  margin-bottom: 0.35rem;
}

.width-form .wx img{
  width: 5rem;
  height: 5rem;
}

.form-footer{
  text-align: center;
  color: #999;
  font-size: 0.20rem;
  padding: 20px 0;
}