html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: PingFangSC-Regular, sans-serif;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#container {
  width: 100%;
  min-width: 320px;
  padding: 0;
  display: none;
}

#headImg {
  position: relative;
  width: 100%;
  float: left;
}

.contentImg {
  width: 100%;
  float: left;
  background-color: #ffffff;
}

#downloadBox {
  position: absolute;
  width: 26%;
  margin-top: 52.26%;
  top: 0;
  /* left: 38%; */
  left: 0;
  right: 0;
  margin: 52.26% auto 0;
}

#btnBox {
  width: 52%;
  margin-left: 24%;
  display: inline-block;
  vertical-align: middle;
}

.downloadBtn {
  width: 100%;
  display: block;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}

#iosDownloadBtn {
  margin-bottom: 5.2%;
}

#downloadQr {
  width: 37%;
  margin-left: 8.6%;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #ababab;
  display: none;
}

#bottomQrImg {
  display: none;
  width: 10%;
  margin: 0 0 5.33% 45%;
}

#bottomBar {
  width: 100%;
  min-width: 320px;
  padding: 0 0 20px 0;
  background-color: #d9dbdc;
  clear: both;
}

#bottomBlank {
  width: 17.71%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.bottomText {
  color: #a5a5a5;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
}

.bottomLine {
  width: 100%;
  color: #a5a5a5;
  font-size: 1.5em;
  text-align: center;
}

#cotText {
  margin: 0 1.5%;
  line-height: 80px;
  color: #414141;
  font-weight: bold;
  cursor: pointer;
}

#agrText {
  margin-right: 0.8%;
  cursor: pointer;
}

.bottomIcon {
  height: 100%;
  display: inline-block;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  cursor: pointer;
}

#weixinIcon {
  width: 2%;
  margin-left: 2.6%;
  background-image: url('http://pws.myhug.cn/static/avalon/img/pc/weixin.png');
  position: relative;
}

#weixinIcon:hover {
  background-image: url('http://pws.myhug.cn/static/avalon/img/pc/weixin_hover.png');
}

#weixinQr {
  width: 380%;
  position: absolute;
  left: -140%;
  bottom: 70%;
  display: none;
}

#weixinIcon:hover #weixinQr {
  display: block;
}

#weiboIcon {
  width: 2%;
  margin-left: 1.67%;
  background-image: url('http://pws.myhug.cn/static/avalon/img/pc/weibo.png');
}

#weiboIcon:hover {
  background-image: url('http://pws.myhug.cn/static/avalon/img/pc/weibo_hover.png');
}

#qqIcon {
  width: 1.44%;
  margin-left: 1.67%;
  background-image: url('http://pws.myhug.cn/static/avalon/img/pc/qq.png');
}

#qqIcon:hover {
  background-image: url('http://pws.myhug.cn/static/avalon/img/pc/qq_hover.png');
}

#topNav {
  width: 100%;
  height: 47.3vw;
  background-image: url('http://pws.myhug.cn/npic/s/9/ff583959da822e4f1ef3e1e1eda14078819f334cdc58f2');
  background-size: 100% 100%;
  /* overflow: hidden; */
  white-space: nowrap;
}

#navHead {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#navLogo {
  width: 8.1%;
  margin: 1.78% 0 0 4.76%;
}

.navItem {
  margin: 0 4.17% 0 0;
  font-size: 2.08em;
  line-height: 500%;
  color: #313135;
  cursor: pointer;
  float: right;
}

.navItemActive {
  font-weight: bold;
}

.newsBox {
  width: 90%;
  margin: 5.75% 0 0 5%;
}

.newsTitle {
  display: inline-block;
  width: 40%;
  color: #060606;
  font-size: 2.7em;
  font-weight: bold;
  vertical-align: middle;
}

.newsPayInfo {
  display: inline-block;
  width: 32%;
  margin-left: 2%;
  color: #060606;
  font-size: 2em;
  vertical-align: middle;
}

.newsPayBtn {
  display: inline-block;
  width: 10%;
  margin-left: 2%;
  color: #ffffff;
  font-size: 2.3em;
  line-height: 200%;
  text-align: center;
  background-color: #4d78ff;
  border-radius: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.newsHrLine {
  width: 90%;
  margin: 4.8% 0 0 5%;
  border-bottom: solid 1px #d7d7d7;
}

#payBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 59vw;
  height: 31vw;
  margin: 10% 0 0 22%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 5px #dddddd;
}

#payClose {
  width: 3.6%;
  padding: 2.6%;
  float: right;
  cursor: pointer;
}

#payImg {
  width: 26%;
  margin: 9.3% 0 0 37%;
}
.mob-show {
  display: none;
}
.menu-button {
  float: right;
  width: 28px;
  position: relative;
  margin: 1.78% 4.76% 0 0;
  z-index: 5;
}
.menu-button .bar {
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #000;
  margin: 4px auto;
  transition: all 0.5s;
  display: block;
}
.show-nav .menu-button .bar:nth-child(1) {
  transform: rotate(45deg) translate3d(0, -4px, 0);
  transform-origin: left center;
  width: 111%;
}
.show-nav .menu-button .bar:nth-child(2) {
  width: 0;
  opacity: 0;
}
.show-nav .menu-button .bar:nth-child(3) {
  transform: rotate(-45deg) translate3d(0, 4px, 0);
  transform-origin: left center;
  width: 111%;
}
.nav-bar {
  overflow: hidden;
  background: #ffdf39;
  position: absolute;
  width: 100%;
  transition: all 0.5s;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  z-index: 5;
}
.nav-bar .navItem:last-child {
  padding-bottom: 20px;
}
.nav-bar .navItem {
  float: none;
  line-height: 2;
  text-align: center;
  font-size: 16px;
}
.nav-bar .zhanwei {
  height: 42px;
}
.show-nav .nav-bar {
  height: 210px;
}
@media screen and (max-width: 750px) {
  .mob-hide {
    display: none;
  }
  .mob-show {
    display: block;
  }
  #topNav {
    font-size: 12px;
    position: relative;
    z-index: 5;
  }
  #navLogo {
    width: 90px;
    position: relative;
    z-index: 5;
  }
  .navItem {
  }
  .bottomLine {
    font-size: 14px;
  }
  #cotText.bottomText {
    line-height: 4;
  }
  #downloadBox {
    width: 51%;
  }
  .contentImg {
    width: 120%;
    float: left;
    margin-left: -10%;
    background-color: #ffffff;
  }
  #container {
    overflow: hidden;
  }
  .about-info {
    width: 100% !important;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 !important;
  }
  .about-info h2 {
    font-size: 24px;
  }
  .about-info h3 {
    font-size: 20px;
  }
  .about-info div {
    font-size: 16px;
  }
  .newsTitle {
    font-size: 18px;
  }
  .newsPayInfo {
    font-size: 16px;
  }
  .newsPayBtn {
    font-size: 14px;
    padding: 0 10px;
    border-radius: 5px;
  }
  .newsBox {
    margin-top: 9%;
  }
  #payBox {
    margin: auto;
    top: 25%;
    left: 0;
    right: 0;
    height: auto;
    display: inline-block;
    width: 60%;
  }
  #payImg {
    width: 80%;
    display: block;
    margin: 20% auto 10%;
  }
  #payClose {
    width: 20px;
  }
}
.foot-layout {
  padding: 20px;
  box-sizing: border-box;
}
.contact-layout {
}
.contact-layout a {
  color: #333;
  text-decoration: none;
  line-height: 24px;
}
.contact-text a,
.contact-text {
  color: #7f7e80;
  text-decoration: none;
}

.contact-blank {
  border-left: solid 1px #b2b2b2;
  margin: 0 10px 0;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.tac {
  text-align: center;
}
#write {
  min-height: 300px;
}
#write .error {
  margin-top: 50px;
}
.content {
  min-height: 500px;
}
