@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; list-style: none; word-break: break-all; -webkit-appearance: none; box-sizing: border-box;}
html { font-size: 13.333vw; background: #f5f5f5;}
body { min-height: 100vh; color: #000; font-size: 0.24rem; min-height: 100vh; background: #fff; background-size: 100% 100%; font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";}
a { color: inherit; display: inline-block; text-decoration: none;}
@media screen and (min-width:769px) {
html { font-size: 75px;}
body { width: 7.5rem; margin: 0 auto;}
}
img { max-width: 100%; border: 0; vertical-align: middle;}





.nav {
  background-color: #8406c5;
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
  height: .8rem;
  line-height: .8rem;
}
.nav a {
  position: absolute;
  left: 15px;
  top: 3px;
}
.nav a svg {
  width: 18px;
  height: 18px;
  color: #fff;
}