*{outline:none;font-family:PingFangSC-Regular,"Microsoft YaHei",'微软雅黑',Arial,sans-serif;}.cf:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}.cf{*zoom:1;}body,ul,p{margin:0;padding:0;}li{list-style:none;}a{text-decoration:none;}img{font-size:0;display:block;}table{border-collapse:collapse;border-spacing:0;}h2,h6,h3,h5,h4{margin:0;}
ol,ul{padding:0;margin:0;}img{border:0}

*{ outline:none; -webkit-tap-highlight-color: transparent; -webkit-appearance: none; -webkit-text-size-adjust: none; } 


body{
  width:100%;
  background:url(../images/bg.png)no-repeat center top;
}
footer{
  width:100%;
  height:190px;
  /*background:url(../images/end.png)no-repeat center bottom;
  position: absolute;*/
  bottom: 0;
  left: 0;
  right: 0;
}
.goto{
  width:0.78rem;
  height:0.78rem;
  background:url(../images/gotop.png)no-repeat center;
  background-size: cover;
  position: fixed;
  bottom:1rem;
  right:0.8rem;
  cursor: pointer;
  display: none;
}
html {
  position: relative;
  width:100%;
  overflow-x: hidden;
  min-height: 100%;
}
body {
  padding-bottom: 2.25rem !important;
}
.more{
  position: absolute;
  right:30px;
  top:5px;
}

/* 头部底部 */
header{
  width:100%;
  height:1.39rem;
  background:url(../images/header.png)no-repeat center;
  background-size: cover;
}
footer{
  width:100%;
  height:2.25rem;
  /*background:url(../images/footer.png)no-repeat center;
  background-size: cover;*/

}
/* 标题 */
.main .title {
  text-align: center;
  color: #4285f4;
  font-size: 0.36rem;
  font-weight: bold;
  position: relative;
}
.main .title img {
  width: 6.86rem;
  margin: 0.5rem auto 0.14rem;
  display: block;
}
.main  .title .more {
  font-size: 0.6rem;
  color: #4285F4;
  position: absolute;
  top:0.35rem;
  right: 0.2rem;
  display: block;
  line-height: 0.6rem;
  font-weight: normal;
}



