body, html, .page, .page-box {
  padding: 0;
  margin: 0;
  width: 100%;
}

.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;
}

#copyright {
  height: 60px;
  padding: 40px 0;
  position: relative;
  font-size: 14px;
  height: 60px;
  color: #000000;
  z-index: 99;
  width: 100%;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
}
.so {
  position: absolute;
}

.so-0 {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 60.6vw;
  z-index: -1;
}

.so-1 {
  left: 60.88%;
  top: 38.4%;
  width: 19.11%;
  height: 32.41%;
  z-index: 9;
}

.so-2 {
  left: 35.1%;
  top: 27.68%;
  width: 30.93%;
  height: 18.7%;
  z-index: 8;
}

.so-3 {
  left: 0%;
  top: 29.42%;
  width: 100%;
  height: 71%;
  z-index: 7;
}

.so-4 {
  left: 0%;
  top: 0%;
  width: 70.27%;
  height: 38.73%;
  z-index: 6;
}

.so-5 {
  left: 22.96%;
  top: 0%;
  width: 58.28%;
  height: 63.92%;
  z-index: 5;
}

.so-6 {
  right: 0%;
  top: 0%;
  width: 56.79%;
  height: 31.17%;
  z-index: 4;
}

.so-7 {
  left: 76.45%;
  top: 19.36%;
  width: 12.76%;
  height: 14.63%;
  z-index: 3;
}

.so-8 {
  left: 8.54%;
  top: 41.14%;
  width: 17.39%;
  height: 25.02%;
  z-index: 1;
}

.so-9 {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 84.95%;
  z-index: 0;
}

.tab-bar-button {
  background-image: url('../resource/tab-bar-bottom.png');
  width: 209px;
  height: 79px;
  line-height: 79px;
  font-size: 20px;
  color: #73080a;
  font-weight: bold;
  margin: 0 15px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

.tab-bar-button.active {
  background-image: url('../resource/tab-bar-bottom-active.png');
  color: white;
}

.conn {
  padding-top: 51vw;
}

.top-bar {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  bottom: 11%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  position: fixed;
}

.video-item {
  margin-left: 20px;
}

.title-bar {
  margin: 50px auto;
  display: block;
}

.card-item {
  background-image: url('../resource/card-bg.png');
  width: 481px;
  height: 330px;
  float: left;
  position: relative;
  margin: 9px;
  background-repeat: no-repeat;
}

.card-item .people {
  position: absolute;
  left: 50px;
  top: 48px;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
}

.card-item h2 {
  position: absolute;
  width: 250px;
  left: 200px;
  top: 47px;
  color: #4e2e09;
  line-height: 30px;
}

.card-item h2 a {
  color: #4e2e09;
}

.card-item p {
  text-indent: 2em;
  width: 248px;
  position: absolute;
  line-height: 22px;
  color: #1d1d1d;
  font-size: 14px;
  left: 200px;
  top: 110px;
  height: 120px;
  overflow: auto;
}

.liuyan-button {
  background-image: url('../resource/liuyan-button.png');
  width: 148px;
  height: 33px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 295px;
}

.liuyan-button a {
  display: block;
  text-align: center;
  line-height: 33px;
  color: #a78654;
  font-weight: bold;
}

#copyright {
  color: #8b4c18;
  margin-top: 80px;
}

.city-box {
  position: fixed;
  right: 50px;
  width: 172px;
  bottom: 100px;
  z-index: 99;
  opacity: 0;
  transition: opacity 1s;
}

.city-box .city-item {
  width: 65px;
  height: 31px;
  float: left;
  background-color: #be1e29;
  margin: 4px 10px;
  text-align: center;
  line-height: 30px;
  color: white;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #796e6e;
  cursor: pointer;
}

.city-box .city-item.active {
  background-color: #e9ad45;
  color: white;
}

.tab-bar-item {
  cursor: pointer;
}

.pc .card-video-item p {
  height: 60px;
  padding-top: 5px;
}

.card-video-item {
  width: 255px;
  float: left;
  position: relative;
  margin: 38px;
}

.card-video-item .play-video {
  position: relative;
}

.card-video-item .people {
  width: 255px;
  height: 380px;
  display: block;
}

.card-video-item .shlder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.card-video-item .video-item-cov {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  display: none;
  left: 0;
  top: 0;
}

.card-video-item .video-item-cov video {
  width: 100%;
  height: 100%;
  background-color: black;
}

.card-video-item .video-item-cov .close-video {
  position: absolute;
  right: 5px;
  top: 5px;
  color: white;
  background: black;
  padding: 1px 5px;
  cursor: pointer;
}

.card-video-item .play-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.card-video-item p {
  background-color: #d6833f;
  color: white;
  text-align: center;
  line-height: 30px;
  display: block;
}

.show-more {
  margin: 0 auto;
  display: block;
}

.so-phone-0 {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 91vw;
  z-index: -1;
}

.so-phone-1 {
  left: 65.6%;
  top: 39.34%;
  width: 26.26%;
  height: 29.75%;
  z-index: -1;
}

.so-phone-2 {
  left: 27.86%;
  top: 25.89%;
  width: 47.06%;
  height: 19.31%;
  z-index: -2;
}

.so-phone-3 {
  left: 0%;
  top: 0%;
  width: 83.06%;
  height: 42.06%;
  z-index: -3;
}

.so-phone-4 {
  left: 10.53%;
  top: 0%;
  width: 82.4%;
  height: 62.23%;
  z-index: -4;
}

.so-phone-5 {
  right: 0;
  top: 0%;
  width: 54.4%;
  height: 27.33%;
  z-index: -5;
}

.so-phone-6 {
  left: 0%;
  top: 1.43%;
  width: 100%;
  height: 100%;
  z-index: -6;
}

.sign {
  position: absolute;
  height: 67px;
  right: 36px;
  bottom: 60px;
}

/* 动画效果 */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}
.sign {
 position: absolute;
 height: 67px;
 right: 50px;
 bottom: 75px;
}
.card-item p a {color: #1d1d1d;}
