body,
p,
div {
  font-family: "微软雅黑";
}

body {
  font-family: "microsoft yahei ui", "microsoft yahei", "PingFangSC",
    "helvetica neue", "hiragino sans gb", "arial", "simsun", "sans-serif" !important;
  margin: 0;
  padding: 0;
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 100%;
  position: fixed;
}

p,
h2,
h3 {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}

.contain img {
  object-fit: contain;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}

.group {
  width: 100%;
  opacity: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
}

.group.load {
  opacity: 1;
}

.pointer {
  cursor: pointer;
}

.page-none {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  width: 100%;
  color: rgba(30, 107, 194, 1);
}

.banner-sm {
  width: 100%;
  height: 420px;
}

.transition {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.page-h3 {
  font-size: 22px;
  line-height: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.page-p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-indent: 28px;
  margin-bottom: 20px;
}

.list-page {
  display: none;
  opacity: 0;
  width: 100%;
}

.list-page.active {
  display: flex;
  animation: show 0.5s forwards;
  animation-delay: 0s;
  flex-direction: column;
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .inner {
    padding: 15px;
  }
}
