@charset "utf-8";
/*重置样式：*/
body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select{margin: 0;padding: 0;}
em{font-style: normal;}
li{list-style: none;}
a{text-decoration: none;color:white;}
img{border: none;vertical-align: middle; display: block;}
i{display: inline-block;font-style: normal;}
table{border-collapse: collapse;}
input,textarea{outline: none;border:none;}
textarea{resize:none;overflow: auto;}
*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);  /*消除蓝框*/}
input[type="button"], input[type="submit"], input[type="reset"] {/* 去掉iphone，ipadinput 样式*/-webkit-appearance: none;}
textarea { -webkit-appearance: none;}  
html{font-size:12px;}
body{font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;position: relative;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
html,body{
  width: 100%;
  height: 100%;
  background: #a2e3e8;
}
.wrap{
  position: relative;
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.title{
  width: 640px;
  height: 552px;
  background: url(../images/title.png) no-repeat;
}
.title p{
  padding: 180px 0 0 307px;
  font-size: 26px;
  color: #027877;
}
.tips{
  padding: 12px 0;
  font-size: 24px;
  color: #027877;
  text-align: center;
}
.info{
  margin: 0 auto;
  width: 604px;
  height: 244px;
  background: url(../images/info.png) no-repeat;
}
.infoList{
  padding: 34px 0 0 53px;
}
.infoList li{
  font-size: 26px;
  color: #027877;
  height: 42px;
  line-height: 42px;
}
.btn{
  margin-top: -5px;
  margin-left: 8px;
  width: 152px;
  height: 40px;
  line-height: 46px;
  font-size: 23px;
  color: #fff;
  background: url(../images/btn.png) no-repeat;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}