body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a.a {
  transition: color ease-in-out 0.3s;
  color: #fff;
}
a.a:hover {
  color: #297bff;
}

body {
  opacity: 0;
}

.main-panel-title {
  text-align: center;
}
.main-panel-title .main-panel-title-zh,
.main-panel-title h1 {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
.main-panel-title .main-panel-title-en {
  margin: 0 auto;
  font-size: 0.8rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #666666;
  margin-top: 0.8rem;
}

.swiper-wrapper-group {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  text-align: center;
}
.swiper-wrapper-group .swiper-wrapper-target {
  display: inline-block;
  width: 0.7rem;
  height: 0.2rem;
  background: #6b5757;
  margin: 0 0.23rem;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
}
.swiper-wrapper-group .swiper-wrapper-target.active {
  background: #297bff;
}/*# sourceMappingURL=move.css.map */