/* 这个文件里写的是全局样式,在各个页面都生效 */
body, html {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  user-select: text;
  font-size: 14px;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei','simsun',sans-serif;
  -webkit-overflow-scrolling: touch;
  position: relative;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  overflow-x: hidden;
}
.page {
  width: 100%;
  height: 100%;
}
html {
  background-color: white;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
h1, h2, h3, h4, h5, input {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style-type: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td{
  margin: 0;
  padding: 0;
}

.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.so {
  position: absolute;
}

@keyframes ani1 {
  0%{
      transform: rotate(0deg) translateY(-8px);
  }
  50%{
      transform: rotate(0deg) translateY(8px);
  }
  100%{
      transform: rotate(0deg) translateY(-8px);
  }
}

.ani-1 {
  animation: ani1 3s infinite 0s linear;
}


@keyframes ani2 {
  0%{
      transform: rotate(0deg) translateX(-8px);
  }
  50%{
      transform: rotate(0deg) translateX(8px);
  }
  100%{
      transform: rotate(0deg) translateX(-8px);
  }
}

.ani-2 {
  animation: ani2 3s infinite 0s linear;
}


.show {
  display: block;
  width: 62.5%;
  height: auto;
  margin: 0 auto;
}

.show2 {
  width: 100%;
  display: block;
}

.pc {
  min-width: 1200px;
}

.info {
  color: white;
  text-indent: 2em;
  line-height: 38px;
  font-size: 18px;
  width: 54%;
  position: absolute;
  left: 0px;
  top: 25%;
}

.info2 {
  color: white;
  text-indent: 2em;
  line-height: 48px;
  font-size: 31px;
  width: 92%;
  position: absolute;
  top: 4%;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
}

@media (max-width: 1700px) {
  .info {
    line-height: 30px;
    font-size: 18px;
  }
}

@media (max-width: 1600px) {
  .info {
    line-height: 27px;
    font-size: 16px;
  }
}

@media (max-width: 1340px) {
  .info {
    line-height: 22px;
    font-size: 14px;
  }
}

.pc .no-pc {
  display: none;
}

.phone .no-phone {
  display: none;
}


.button {
  cursor: pointer;
}


.button img {
  display: block;
  height: 100%;
  width: auto;
}

.qr-box img {
  width: 100%;
  height: auto;
}

.qr-box {
  position: absolute;
  width: 70%;
  bottom: -300%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  /* transition: opacity 0.5s, bottom 0.5s; */
  opacity: 0;
  background-color: white;
  padding: 12% 15%;
  z-index: -1;
  padding-bottom: 8%;
}

.qr-button:hover .qr-box {
  opacity: 1;
  bottom: -292%;
}


.so-2-0 {
  left: 0;
  right: 0;
  top: 73px;
  width: 56.3%;
  height: 35.8vw;
  z-index: 0;
  margin: 0 auto;
  min-height: 410px;
}

.so-2-1 {
  left: 55.46%;
  top: 10.59%;
  width: 46.53%;
  z-index: -1;
}

.so-2-2 {
  left: 0.08%;
  top: 35%;
  height: 27.16%;
  z-index: -2;
}

.so-2-3 {
  left: 0.08%;
  top: 68.24%;
  height: 8.1%;
  z-index: -3;
}

.so-2-4 {
  left: 23.03%;
  top: 68.24%;
  height: 8.1%;
  z-index: -4;
}

.so-2-5 {
  left: 0%;
  top: 0%;
  height: 14.59%;
  z-index: -5;
}

