﻿body, html, .page, .page-box {
  padding: 0;
  margin: 0;
  width: 100%;
}
body {
  opacity: 0;
}
.owo-animation {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owo-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owo-animation-forward {
  z-index: 99;
}

img {
  border: none;
}

[route-active="false"] {
  display: none;
}

/* 清除浮动 */
.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.so {
  position: absolute;
}

.page-1 {
  overflow: auto;
  position: relative;
}

.conn-h5 {
  height: 5513px;
  background-image: url('../Images/243.jpg');
}

.so-0 {
  left: 55px;
  top: 79px;
  z-index: 10;
}

.so-1 {
  left: 0px;
  top: 263px;
  z-index: 9;
}

.so-2 {
  left: 0px;
  top: 0px;
  z-index: 8;
}

.so-3 {
  left: 150px;
  top: 731px;
  z-index: 7;
}

.so-4 {
  left: 0px;
  top: 970px;
  z-index: 6;
}

.so-5 {
  left: 0px;
  top: 1284px;
  z-index: 5;
}

.so-6 {
  left: 0px;
  top: 2327px;
  z-index: 4;
}

.so-7 {
  left: 51px;
  top: 2676px;
  z-index: 3;
}

.so-8 {
  left: 0px;
  top: 3749px;
  z-index: 2;
}

.so-9 {
  left: 69px;
  top: 4131px;
  z-index: 1;
}

.so-10 {
  left: 162px;
  top: 5226px;
  z-index: 0;
}

.main {
  width: 100%;
  display: block;
  overflow: auto;
}

.so-2-0 {
  left: 0;
  right: 0;
  top: 73px;
  width: 59.3%;
  height: 35.8vw;
  z-index: 0;
  margin: 0 auto;
}

.so-2-1 {
  left: 53.46%;
  top: 14.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;
}

.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%;
}



/* 这个文件里写的是全局样式,在各个页面都生效 */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  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;
}
html {
  overflow: auto;
}
.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;
}

.pc .no-pc, .phone .no-phone {
  display: none;
}

.scale-box {
  width: 100%;
  height: 100%;
}


@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: 100%;
  height: auto;
}

.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;
  }
}