.news-flash {
  position: fixed;
  top: 0.2rem;
  left: 50%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
  width: 96%;
  height: 0.85rem;
  vertical-align: middle;
  transform: translateX(-50%);
  z-index: 2;
}
.news-flash .before-part {
  position: relative;
  right: -0.01rem;
  display: inline-block;
  width: 0.6rem;
  height: 100%;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(/static/cn/images/home/news_flash_1.png);
}
.news-flash .before-part span {
  position: absolute;
  top: 0.25rem;
  right: -0.15rem;
  display: block;
  width: 0.31rem;
  height: 0.31rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url(/static/cn/images/home/news_flash_arrow.png);
  cursor: pointer;
  z-index: 1;
  transform: rotate(0deg);
  transition: all 0.5s;
}
.news-flash .before-part span.active {
  transform: rotate(180deg);
}
.news-flash .text-box {
  display: inline-block;
  flex: 1;
  height: 100%;
  margin: 0 -0.02rem;
  vertical-align: middle;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-image: url(/static/cn/images/home/news_flash_2.png);
}
.news-flash .text-box .news-swiper-container {
  width: 100%;
  height: 0.85rem;
  overflow: hidden;
}
.news-flash .text-box .news-swiper-container .news-swiper-slide {
  width: 100%;
  height: 0.44rem;
}
.news-flash .text-box .news-swiper-container .news-swiper-slide h2 {
  text-align: center;
  font-size: 0.24rem;
  color: #000;
  height: 100%;
  line-height: 0.86rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-flash .text-box .news-swiper-container .news-swiper-slide h2 strong {
  font-weight: bold;
}
.news-flash .after-part {
  display: inline-block;
  height: 100%;
  width: 0.6rem;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(/static/cn/images/home/news_flash_3.png);
}
@keyframes screen1-car {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translate(-5.5rem, 3.2rem);
  }
}
@-webkit-keyframes screen1-car {
  /*Safari and Chrome*/
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translate(-5.5rem, 3.2rem);
  }
}
@keyframes screen1-cars {
  from {
    transform: translate(-4.2rem, 2.4rem);
  }
  40% {
    opacity: 1;
  }
  to {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes screen1-cars {
  /*Safari and Chrome*/
  from {
    transform: translate(-4.2rem, 2.4rem);
  }
  40% {
    opacity: 1;
  }
  to {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes screen2-car {
  from {
    transform: translate(0, 0);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  to {
    transform: translate(-4.5rem, -2.6rem);
    opacity: 0;
  }
}
@-webkit-keyframes screen2-car {
  /*Safari and Chrome*/
  from {
    transform: translate(0, 0);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  to {
    transform: translate(-4.5rem, -2.6rem);
    opacity: 0;
  }
}
@keyframes screen2-cars {
  from {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(-1.8rem, 1rem);
    opacity: 1;
  }
  60% {
    transform: translate(-1.8rem, 1rem);
    opacity: 0;
  }
  to {
    transform: translate(-1.8rem, 1rem);
    opacity: 0;
  }
}
@-webkit-keyframes screen2-cars {
  /*Safari and Chrome*/
  from {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(-1.8rem, 1rem);
    opacity: 1;
  }
  60% {
    transform: translate(-1.8rem, 1rem);
    opacity: 0;
  }
  to {
    transform: translate(-1.8rem, 1rem);
    opacity: 0;
  }
}
@keyframes screen3-car {
  from {
    transform: translate(0, 0);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  to {
    transform: translate(-6.8rem, -3.8rem);
    opacity: 0;
  }
}
@-webkit-keyframes screen3-car {
  /*Safari and Chrome*/
  from {
    transform: translate(0, 0);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  to {
    transform: translate(-6.8rem, -3.8rem);
    opacity: 0;
  }
}
@keyframes screen3-cars {
  from {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(3.5rem, 2.2rem);
    opacity: 1;
  }
  60% {
    transform: translate(3.5rem, 2.2rem);
    opacity: 0;
  }
  to {
    transform: translate(3.5rem, 2.2rem);
    opacity: 0;
  }
}
@-webkit-keyframes screen3-cars {
  /*Safari and Chrome*/
  from {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(3.5rem, 2.2rem);
    opacity: 1;
  }
  60% {
    transform: translate(3.5rem, 2.2rem);
    opacity: 0;
  }
  to {
    transform: translate(3.5rem, 2.2rem);
    opacity: 0;
  }
}
@keyframes screen4-car {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    transform: translate(-3.2rem, -1.8rem);
    opacity: 1;
  }
  90% {
    transform: translate(-3.2rem, -1.8rem);
    opacity: 1;
  }
  to {
    transform: translate(-3.2rem, -1.8rem);
    opacity: 0;
  }
}
@-webkit-keyframes screen4-car {
  /*Safari and Chrome*/
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    transform: translate(-3.2rem, -1.8rem);
    opacity: 1;
  }
  90% {
    transform: translate(-3.2rem, -1.8rem);
    opacity: 1;
  }
  to {
    transform: translate(-3.2rem, -1.8rem);
    opacity: 0;
  }
}
@keyframes screen4-cars {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  5% {
    transform: translate(0, 0);
    opacity: 0;
  }
  70% {
    transform: translate(-2.6rem, -1.5rem);
    opacity: 1;
  }
  90% {
    transform: translate(-2.6rem, -1.5rem);
    opacity: 1;
  }
  to {
    transform: translate(-2.6rem, -1.5rem);
    opacity: 0;
  }
}
@-webkit-keyframes screen4-cars {
  /*Safari and Chrome*/
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  5% {
    transform: translate(0, 0);
    opacity: 0;
  }
  70% {
    transform: translate(-2.6rem, -1.5rem);
    opacity: 1;
  }
  90% {
    transform: translate(-2.6rem, -1.5rem);
    opacity: 1;
  }
  to {
    transform: translate(-2.6rem, -1.5rem);
    opacity: 0;
  }
}
@keyframes screen5-car {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    transform: translate(-2.5rem, 1.45rem);
    opacity: 1;
  }
  to {
    transform: translate(-2.5rem, 1.45rem);
  }
}
@-webkit-keyframes screen5-car {
  /*Safari and Chrome*/
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    transform: translate(-2.5rem, 1.45rem);
    opacity: 1;
  }
  to {
    transform: translate(-2.5rem, 1.45rem);
  }
}
@keyframes screen5-cars {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    transform: translate(-3.2rem, -1.8rem);
    opacity: 1;
  }
  to {
    transform: translate(-3.2rem, -1.8rem);
    opacity: 0;
  }
}
@-webkit-keyframes screen5-cars {
  /*Safari and Chrome*/
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    transform: translate(-3.2rem, -1.8rem);
    opacity: 1;
  }
  to {
    transform: translate(-3.2rem, -1.8rem);
    opacity: 0;
  }
}
@keyframes screen1-abnormal {
  from {
    opacity: 0;
    transform: rotate(-90deg);
  }
  50% {
    opacity: 0;
    transform: rotate(-90deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes screen1-abnormal {
  /*Safari and Chrome*/
  from {
    opacity: 0;
    transform: rotate(-90deg);
  }
  50% {
    opacity: 0;
    transform: rotate(-90deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes up-down {
  0%,
  100%,
  20%,
  50%,
  80% {
    opacity: 1;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    opacity: 1;
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transform: translate3d(0, -0.3rem, 0);
  }
  70% {
    opacity: 1;
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -0.15rem, 0);
  }
  90% {
    opacity: 1;
    transform: translate3d(0, -0.04rem, 0);
  }
}
@-webkit-keyframes up-down {
  /*Safari and Chrome*/
  0%,
  100%,
  20%,
  50%,
  80% {
    opacity: 1;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    opacity: 1;
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transform: translate3d(0, -0.3rem, 0);
  }
  70% {
    opacity: 1;
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -0.15rem, 0);
  }
  90% {
    opacity: 1;
    transform: translate3d(0, -0.04rem, 0);
  }
}
@keyframes screen1-count {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes screen1-count {
  /*Safari and Chrome*/
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes screen1-top {
  from {
    opacity: 0;
    transform: translate(0, 0.6rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes screen1-top {
  /*Safari and Chrome*/
  from {
    opacity: 0;
    transform: translate(0, 0.6rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes screen1-word {
  from {
    opacity: 0;
    transform: translate(0, 0.6rem);
  }
  50% {
    opacity: 0;
    transform: translate(0, 0.6rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes screen1-word {
  /*Safari and Chrome*/
  from {
    opacity: 0;
    transform: translate(0, 0.6rem);
  }
  50% {
    opacity: 0;
    transform: translate(0, 0.6rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes horse-up {
  from {
    opacity: 0;
    transform: translate(0, 1rem);
  }
  to {
    opacity: 1;
    transform: translate(0, -1.5rem);
  }
}
@-webkit-keyframes horse-up {
  /*Safari and Chrome*/
  from {
    opacity: 0;
    transform: translate(0, 1rem);
  }
  to {
    opacity: 1;
    transform: translate(0, -1.5rem);
  }
}
@keyframes screen1-right {
  from {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes screen1-right {
  /*Safari and Chrome*/
  from {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes contact-up {
  from {
    opacity: 0;
    transform: translate(0, 10rem);
  }
  20% {
    opacity: 0;
    transform: translate(0, 10rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes contact-up {
  /*Safari and Chrome*/
  from {
    opacity: 0;
    transform: translate(0, 10rem);
  }
  20% {
    opacity: 0;
    transform: translate(0, 10rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes contact-down {
  from {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 0;
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 14rem);
  }
}
@-webkit-keyframes contact-down {
  /*Safari and Chrome*/
  from {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 0;
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 10rem);
  }
}
@keyframes back-up {
  from {
    opacity: 0;
    transform: translate(0, 1.2rem);
  }
  40% {
    opacity: 0;
    transform: translate(0, 1.2rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes back-up {
  /*Safari and Chrome*/
  from {
    opacity: 0;
    transform: translate(0, 1.2rem);
  }
  40% {
    opacity: 0;
    transform: translate(0, 1.2rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes back-down {
  from {
    opacity: 0;
    transform: translate(0, -1.2rem);
  }
  40% {
    opacity: 0;
    transform: translate(0, -1.2rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes back-down {
  /*Safari and Chrome*/
  from {
    opacity: 0;
    transform: translate(0, -1.2rem);
  }
  40% {
    opacity: 0;
    transform: translate(0, -1.2rem);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes opacity {
  /*Safari and Chrome*/
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
header {
  display: none;
}
.screen-banner {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  z-index: 1;
}
.screen-banner .banner-box {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.screen-banner .banner-box .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
}
.screen-banner .banner-box .banner-img-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  opacity: 0;
  animation: opacity 3s infinite;
  -webkit-animation: opacity 3s infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.screen-banner .banner-button {
  position: fixed;
  bottom: 0.5rem;
  left: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  width: 3.44rem;
  height: 1.15rem;
  font-size: 0.34rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.36rem;
  background-image: url(/static/m/images/home/radius-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-50%);
  z-index: 2;
}
.screen-banner .banner-button.banner-button-active {
  display: flex;
}
.screen-banner .banner-horse {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: translate(0, -1.5rem);
  animation: horse-up 2s;
  -webkit-animation: horse-up 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  opacity: 0;
}
.screen-banner .banner-horse .banner-horse-img {
  width: 100%;
}
.screen-banner .banner-horse .banner-horse-text {
  position: absolute;
  bottom: 0.38rem;
  left: 1.5rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.32rem;
}
.screen-banner .screen-one-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  z-index: 2;
}
.screen-banner .screen-one-bottom .one-bottom-horse {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 3rem;
  height: 5rem;
  background-image: url(/static/m/images/home/horse1.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-right 1s;
  -webkit-animation: screen1-right 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  z-index: 2;
}
.screen-banner .screen-one-bottom .one-bottom-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 80%;
  background-image: url(/static/m/images/home/blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-top 1s;
  -webkit-animation: screen1-top 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  z-index: 1;
}
.screen-banner .screen-one-bottom .one-bottom-banner .one-bottom-enter {
  position: absolute;
  top: 1.36rem;
  right: 0.28rem;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-word 2s;
  -webkit-animation: screen1-word 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.screen-banner .screen-one-bottom .one-bottom-banner .one-bottom-enter .one-enter-text {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
  padding-left: 0.13rem;
}
.screen-banner .screen-one-bottom .one-bottom-banner .one-bottom-enter .one-enter-arrow {
  margin-left: 0.08rem;
  width: 0.24rem;
  height: 0.4rem;
  background-image: url(/static/m/images/home/next.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.screen-banner .screen-one-bottom .one-bottom-banner .one-bottom-enter .one-enter-line {
  position: absolute;
  bottom: -0.03rem;
  left: 0;
  width: 1.17rem;
  height: 0.1rem;
  background-color: #33ffff;
  z-index: -1;
}
.screen-banner .screen-one-bottom .one-bottom-banner .one-bottom-title {
  position: absolute;
  top: 2.4rem;
  right: 0.31rem;
  transform: translate(0, 0);
  animation: screen1-word 2.5s;
  -webkit-animation: screen1-word 2.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  opacity: 0;
}
.screen-banner .screen-one-bottom .one-bottom-banner .one-bottom-title .one-bottom-text {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.42rem;
  text-align: right;
}
.screen-banner .screen-one-bottom .one-bottom-banner .one-bottom-title .one-bottom-detail {
  margin-top: 0.2rem;
  font-size: 0.38rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.6rem;
}
.screen-banner .screen-one-bottom .one-bottom-banner .one-bottom-goon {
  position: absolute;
  bottom: 0.8rem;
  right: 0.31rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.15rem;
  height: 0.9rem;
  background-image: url(/static/m/images/home/goon.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
  transform: translate(0, 0);
  animation: screen1-word 3s;
  -webkit-animation: screen1-word 3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-one {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.screen-one .screen-one-box {
  position: relative;
  width: 100%;
  height: 12.04rem;
  margin-top: 0.56rem;
  transform: translate(0, 0);
  animation: back-up 2s;
  -webkit-animation: back-up 2s;
  z-index: 2;
}
.screen-one .screen-one-box .one-box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/m/images/home/screen1.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.screen-one .screen-one-box .screen-one-car {
  position: absolute;
  top: 1.7rem;
  left: 4rem;
  width: 0.94rem;
  height: 0.69rem;
  background-image: url(/static/m/images/home/screen1-car2.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-car 4s infinite;
  -webkit-animation: screen1-car 4s infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  z-index: 1;
}
.screen-one .screen-one-box .screen-one-cars {
  position: absolute;
  top: 2.9rem;
  left: 3.7rem;
  width: 1.02rem;
  height: 0.65rem;
  background-image: url(/static/m/images/home/screen1-car1.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-cars 4s infinite;
  -webkit-animation: screen1-cars 4s infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  z-index: 1;
}
.screen-one .screen-one-box .screen-one-abnormal {
  position: absolute;
  top: 1rem;
  right: 3.8rem;
  width: 2.84rem;
  height: 0.91rem;
  background-image: url(/static/m/images/home/alert.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: rotate(0deg);
  transform-origin: right top;
  animation: screen1-abnormal 2s;
  -webkit-animation: screen1-abnormal 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  z-index: 3;
}
.screen-one .screen-one-box .screen-one-abnormal .camera1 {
  width: 1.09rem;
  height: 1.01rem;
  background-image: url(/static/m/images/home/camera.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.screen-one .screen-one-box .screen-one-abnormal.abnormal-updown .camera1 {
  animation: up-down 1.5s infinite;
  -webkit-animation: up-down 1.5s infinite;
}
.screen-one .screen-one-box .one-abnormal-count {
  position: absolute;
  top: 1rem;
  right: 3.8rem;
  width: 0.34rem;
  height: 0.34rem;
  background-color: rgba(22, 70, 206, 0.34);
  border-radius: 50%;
  opacity: 1;
  animation: screen1-count 0.8s infinite;
  -webkit-animation: screen1-count 0.8s infinite;
  z-index: 3;
}
.screen-one .screen-one-box .one-abnormal-count .one-small-count {
  position: absolute;
  top: -0.18rem;
  left: -0.18rem;
  width: 0.69rem;
  height: 0.69rem;
  background-color: rgba(22, 70, 206, 0.2);
  border-radius: 50%;
  opacity: 1;
  animation: screen1-count 0.8s infinite;
  -webkit-animation: screen1-count 0.8s infinite;
  z-index: 1;
}
.screen-one .screen-one-box.back-down {
  transform: translate(0, 0);
  animation: back-down 2s;
  -webkit-animation: back-down 2s;
}
.screen-one .screen-one-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  z-index: 2;
}
.screen-one .screen-one-bottom .one-bottom-horse {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 3rem;
  height: 5rem;
  background-image: url(/static/m/images/home/horse1.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-right 1s;
  -webkit-animation: screen1-right 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  z-index: 2;
}
.screen-one .screen-one-bottom .one-bottom-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 90%;
  background-image: url(/static/m/images/home/blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-top 1s;
  -webkit-animation: screen1-top 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  z-index: 1;
}
.screen-one .screen-one-bottom .one-bottom-banner .one-bottom-enter {
  position: absolute;
  top: 1.36rem;
  right: 0.28rem;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-word 2s;
  -webkit-animation: screen1-word 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.screen-one .screen-one-bottom .one-bottom-banner .one-bottom-enter .one-enter-text {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
  padding-left: 0.13rem;
}
.screen-one .screen-one-bottom .one-bottom-banner .one-bottom-enter .one-enter-arrow {
  margin-left: 0.08rem;
  width: 0.24rem;
  height: 0.4rem;
  background-image: url(/static/m/images/home/next.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.screen-one .screen-one-bottom .one-bottom-banner .one-bottom-enter .one-enter-line {
  position: absolute;
  bottom: -0.03rem;
  left: 0;
  width: 1.17rem;
  height: 0.1rem;
  background-color: #33ffff;
  z-index: -1;
}
.screen-one .screen-one-bottom .one-bottom-banner .one-bottom-title {
  position: absolute;
  top: 2.44rem;
  right: 0.31rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.42rem;
  transform: translate(0, 0);
  animation: screen1-word 2.5s;
  -webkit-animation: screen1-word 2.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-one .screen-one-bottom .one-bottom-banner .one-bottom-goon {
  position: absolute;
  bottom: 0.8rem;
  right: 0.31rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.15rem;
  height: 0.9rem;
  background-image: url(/static/m/images/home/goon.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
  transform: translate(0, 0);
  animation: screen1-word 3s;
  -webkit-animation: screen1-word 3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-two {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.screen-two .screen-two-box {
  position: relative;
  width: 100%;
  height: 12rem;
  margin-top: 1.13rem;
  transform: translate(0, 0);
  animation: back-up 2s;
  -webkit-animation: back-up 2s;
  z-index: 2;
}
.screen-two .screen-two-box .two-box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/m/images/home/screen2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.screen-two .screen-two-box .screen-two-car {
  position: absolute;
  top: 3.8rem;
  right: -1rem;
  width: 0.68rem;
  height: 0.54rem;
  background-image: url(/static/m/images/home/screen2-car1.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, 0);
  animation: screen2-car 6s infinite;
  -webkit-animation: screen2-car 6s infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
  z-index: 1;
}
.screen-two .screen-two-box .screen-two-cars {
  position: absolute;
  top: 4.1rem;
  right: -1rem;
  width: 1.01rem;
  height: 0.95rem;
  background-image: url(/static/m/images/home/screen2-car2.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, 0);
  animation: screen2-cars 6s infinite;
  -webkit-animation: screen2-cars 6s infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
  z-index: 2;
}
.screen-two .screen-two-box .screen-two-abnormal {
  position: absolute;
  top: 1.2rem;
  left: 0.4rem;
  width: 2.84rem;
  height: 0.91rem;
  background-image: url(/static/m/images/home/alert.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(0deg);
  transform-origin: right top;
  animation: screen1-abnormal 2s;
  -webkit-animation: screen1-abnormal 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
  z-index: 3;
}
.screen-two .screen-two-box .screen-two-abnormal .camera2 {
  width: 1.09rem;
  height: 1.01rem;
  background-image: url(/static/m/images/home/camera.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.screen-two .screen-two-box .screen-two-abnormal.abnormal-updown .camera2 {
  animation: up-down 1.5s infinite;
  -webkit-animation: up-down 1.5s infinite;
}
.screen-two .screen-two-box .two-abnormal-count {
  position: absolute;
  top: 1.2rem;
  left: 3rem;
  width: 0.34rem;
  height: 0.34rem;
  background-color: rgba(22, 70, 206, 0.34);
  border-radius: 50%;
  opacity: 1;
  animation: screen1-count 0.8s infinite;
  -webkit-animation: screen1-count 0.8s infinite;
  z-index: 3;
}
.screen-two .screen-two-box .two-abnormal-count .two-small-count {
  position: absolute;
  top: -0.18rem;
  left: -0.18rem;
  width: 0.69rem;
  height: 0.69rem;
  background-color: rgba(22, 70, 206, 0.2);
  border-radius: 50%;
  opacity: 1;
  animation: screen1-count 0.8s infinite;
  -webkit-animation: screen1-count 0.8s infinite;
  z-index: 1;
}
.screen-two .screen-two-box.back-down {
  transform: translate(0, 0);
  animation: back-down 2s;
  -webkit-animation: back-down 2s;
}
.screen-two .screen-two-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  z-index: 2;
}
.screen-two .screen-two-bottom .two-bottom-horse {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 3rem;
  height: 5rem;
  background-image: url(/static/m/images/home/horse2.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-right 1s;
  -webkit-animation: screen1-right 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  z-index: 2;
}
.screen-two .screen-two-bottom .two-bottom-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 90%;
  background-image: url(/static/m/images/home/blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-top 1s;
  -webkit-animation: screen1-top 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  z-index: 1;
}
.screen-two .screen-two-bottom .two-bottom-banner .two-bottom-enter {
  position: absolute;
  top: 1.36rem;
  right: 0.28rem;
  display: flex;
  align-items: center;
  transform: translate(0, 0);
  animation: screen1-word 2s;
  -webkit-animation: screen1-word 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-two .screen-two-bottom .two-bottom-banner .two-bottom-enter .two-enter-text {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
  padding-left: 0.13rem;
}
.screen-two .screen-two-bottom .two-bottom-banner .two-bottom-enter .two-enter-arrow {
  margin-left: 0.08rem;
  width: 0.24rem;
  height: 0.4rem;
  background-image: url(/static/m/images/home/next.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.screen-two .screen-two-bottom .two-bottom-banner .two-bottom-enter .two-enter-line {
  position: absolute;
  bottom: -0.03rem;
  left: 0;
  width: 1.34rem;
  height: 0.13rem;
  background-color: #33ffff;
  z-index: -1;
}
.screen-two .screen-two-bottom .two-bottom-banner .two-bottom-title {
  position: absolute;
  top: 2.44rem;
  right: 0.31rem;
  transform: translate(0, 0);
  animation: screen1-word 2.5s;
  -webkit-animation: screen1-word 2.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-two .screen-two-bottom .two-bottom-banner .two-bottom-title .two-bottom-text {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.42rem;
  text-align: right;
}
.screen-two .screen-two-bottom .two-bottom-banner .two-bottom-title .two-bottom-detail {
  font-size: 0.38rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.6rem;
}
.screen-two .screen-two-bottom .two-bottom-banner .two-bottom-goon {
  position: absolute;
  bottom: 0.5rem;
  right: 0.31rem;
  display: flex;
  align-items: center;
  transform: translate(0, 0);
  animation: screen1-word 3s;
  -webkit-animation: screen1-word 3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-two .screen-two-bottom .two-bottom-banner .two-bottom-goon .two-goon-one {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 0.95rem;
  background-image: url(/static/m/images/home/btn1.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
}
.screen-two .screen-two-bottom .two-bottom-banner .two-bottom-goon .two-goon-two {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 0.95rem;
  background-image: url(/static/m/images/home/btn2.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
}
.screen-three {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.screen-three .screen-three-box {
  position: relative;
  width: 100%;
  height: 12rem;
  background-image: url(/static/m/images/home/screen3.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0.34rem;
  transform: translate(0, 0);
  animation: back-up 2s;
  -webkit-animation: back-up 2s;
  z-index: 2;
}
.screen-three .screen-three-box .three-box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/m/images/home/screen3.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.screen-three .screen-three-box .screen-three-car {
  position: absolute;
  top: 5.1rem;
  right: -1rem;
  width: 0.71rem;
  height: 0.51rem;
  background-image: url(/static/m/images/home/screen3-car1.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, 0);
  animation: screen3-car 4s infinite;
  -webkit-animation: screen3-car 4s infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
  z-index: 1;
}
.screen-three .screen-three-box .screen-three-cars {
  position: absolute;
  top: 4.4rem;
  left: -2rem;
  width: 1.01rem;
  height: 0.95rem;
  background-image: url(/static/m/images/home/screen3-car2.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, 0);
  animation: screen3-cars 4s infinite;
  -webkit-animation: screen3-cars 4s infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
  z-index: 2;
}
.screen-three .screen-three-box .screen-three-abnormal {
  position: absolute;
  top: 1.1rem;
  left: 3.7rem;
  width: 2.84rem;
  height: 0.91rem;
  background-image: url(/static/m/images/home/alert.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(0deg);
  transform-origin: right top;
  animation: screen1-abnormal 2s;
  -webkit-animation: screen1-abnormal 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
  z-index: 3;
}
.screen-three .screen-three-box .screen-three-abnormal .camera3 {
  width: 1.09rem;
  height: 1.01rem;
  background-image: url(/static/m/images/home/camera.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.screen-three .screen-three-box .screen-three-abnormal.abnormal-updown .camera3 {
  animation: up-down 1.5s infinite;
  -webkit-animation: up-down 1.5s infinite;
}
.screen-three .screen-three-box .three-abnormal-count {
  position: absolute;
  top: 1rem;
  left: 6.3rem;
  width: 0.34rem;
  height: 0.34rem;
  background-color: rgba(22, 70, 206, 0.34);
  border-radius: 50%;
  opacity: 1;
  animation: screen1-count 0.8s infinite;
  -webkit-animation: screen1-count 0.8s infinite;
  z-index: 3;
}
.screen-three .screen-three-box .three-abnormal-count .three-small-count {
  position: absolute;
  top: -0.18rem;
  left: -0.18rem;
  width: 0.69rem;
  height: 0.69rem;
  background-color: rgba(22, 70, 206, 0.2);
  border-radius: 50%;
  opacity: 1;
  animation: screen1-count 0.8s infinite;
  -webkit-animation: screen1-count 0.8s infinite;
  z-index: 1;
}
.screen-three .screen-three-box.back-down {
  transform: translate(0, 0);
  animation: back-down 2s;
  -webkit-animation: back-down 2s;
}
.screen-three .screen-three-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  z-index: 2;
}
.screen-three .screen-three-bottom .three-bottom-horse {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 3rem;
  height: 5rem;
  background-image: url(/static/m/images/home/horse3.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-right 1s;
  -webkit-animation: screen1-right 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  z-index: 2;
}
.screen-three .screen-three-bottom .three-bottom-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 90%;
  background-image: url(/static/m/images/home/blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-top 1s;
  -webkit-animation: screen1-top 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  z-index: 1;
}
.screen-three .screen-three-bottom .three-bottom-banner .three-bottom-enter {
  position: absolute;
  top: 1.36rem;
  right: 0.28rem;
  display: flex;
  align-items: center;
  transform: translate(0, 0);
  animation: screen1-word 2s;
  -webkit-animation: screen1-word 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-three .screen-three-bottom .three-bottom-banner .three-bottom-enter .three-enter-text {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
  padding-left: 0.13rem;
}
.screen-three .screen-three-bottom .three-bottom-banner .three-bottom-enter .three-enter-arrow {
  margin-left: 0.08rem;
  width: 0.24rem;
  height: 0.4rem;
  background-image: url(/static/m/images/home/next.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.screen-three .screen-three-bottom .three-bottom-banner .three-bottom-enter .three-enter-line {
  position: absolute;
  bottom: -0.03rem;
  left: 0;
  width: 1.34rem;
  height: 0.13rem;
  background-color: #33ffff;
  z-index: -1;
}
.screen-three .screen-three-bottom .three-bottom-banner .three-bottom-title {
  position: absolute;
  top: 2.44rem;
  right: 0.31rem;
  transform: translate(0, 0);
  animation: screen1-word 2.5s;
  -webkit-animation: screen1-word 2.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-three .screen-three-bottom .three-bottom-banner .three-bottom-title .three-bottom-text {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.42rem;
  text-align: right;
}
.screen-three .screen-three-bottom .three-bottom-banner .three-bottom-title .three-bottom-detail {
  font-size: 0.34rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.6rem;
}
.screen-three .screen-three-bottom .three-bottom-banner .three-bottom-goon {
  position: absolute;
  bottom: 0.5rem;
  right: 0.31rem;
  display: flex;
  align-items: center;
  transform: translate(0, 0);
  animation: screen1-word 3s;
  -webkit-animation: screen1-word 3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-three .screen-three-bottom .three-bottom-banner .three-bottom-goon .three-goon-one {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 0.95rem;
  background-image: url(/static/m/images/home/btn1.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
}
.screen-three .screen-three-bottom .three-bottom-banner .three-bottom-goon .three-goon-two {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 0.95rem;
  background-image: url(/static/m/images/home/btn2.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
}
.screen-four {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.screen-four .screen-four-box {
  position: relative;
  width: 100%;
  height: 12rem;
  margin-top: 0.63rem;
  transform: translate(0, 0);
  animation: back-up 2s;
  -webkit-animation: back-up 2s;
  z-index: 2;
}
.screen-four .screen-four-box .four-box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/m/images/home/screen4.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.screen-four .screen-four-box .screen-four-car {
  position: absolute;
  top: 6.8rem;
  right: 3rem;
  width: 0.91rem;
  height: 0.76rem;
  background-image: url(/static/m/images/home/screen4-car1.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, 0);
  animation: screen4-car 3s infinite;
  -webkit-animation: screen4-car 3s infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
  z-index: 2;
}
.screen-four .screen-four-box .screen-four-cars {
  position: absolute;
  top: 6.9rem;
  left: 3.7rem;
  width: 1.46rem;
  height: 1.09rem;
  background-image: url(/static/m/images/home/screen4-car2.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, 0);
  animation: screen4-cars 3s infinite;
  -webkit-animation: screen4-cars 3s infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
  z-index: 2;
}
.screen-four .screen-four-box .screen-four-abnormal {
  position: absolute;
  top: 1.5rem;
  left: 3.7rem;
  width: 2.84rem;
  height: 0.91rem;
  background-image: url(/static/m/images/home/alert.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(0deg);
  transform-origin: right top;
  animation: screen1-abnormal 2s;
  -webkit-animation: screen1-abnormal 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
  z-index: 3;
}
.screen-four .screen-four-box .screen-four-abnormal .camera4 {
  width: 1.09rem;
  height: 1.01rem;
  background-image: url(/static/m/images/home/camera.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.screen-four .screen-four-box .screen-four-abnormal.abnormal-updown .camera4 {
  animation: up-down 1.5s infinite;
  -webkit-animation: up-down 1.5s infinite;
}
.screen-four .screen-four-box .four-abnormal-count {
  position: absolute;
  top: 1.35rem;
  left: 6.2rem;
  width: 0.34rem;
  height: 0.34rem;
  background-color: rgba(22, 70, 206, 0.34);
  border-radius: 50%;
  opacity: 1;
  animation: screen1-count 0.8s infinite;
  -webkit-animation: screen1-count 0.8s infinite;
  z-index: 3;
}
.screen-four .screen-four-box .four-abnormal-count .four-small-count {
  position: absolute;
  top: -0.18rem;
  left: -0.18rem;
  width: 0.69rem;
  height: 0.69rem;
  background-color: rgba(22, 70, 206, 0.2);
  border-radius: 50%;
  opacity: 1;
  animation: screen1-count 0.8s infinite;
  -webkit-animation: screen1-count 0.8s infinite;
  z-index: 1;
}
.screen-four .screen-four-box.back-down {
  transform: translate(0, 0);
  animation: back-down 2s;
  -webkit-animation: back-down 2s;
}
.screen-four .screen-four-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  z-index: 2;
}
.screen-four .screen-four-bottom .four-bottom-horse {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 3rem;
  height: 5rem;
  background-image: url(/static/m/images/home/horse1.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-right 1s;
  -webkit-animation: screen1-right 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  z-index: 2;
}
.screen-four .screen-four-bottom .four-bottom-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 90%;
  background-image: url(/static/m/images/home/blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-top 1s;
  -webkit-animation: screen1-top 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  z-index: 1;
}
.screen-four .screen-four-bottom .four-bottom-banner .four-bottom-enter {
  position: absolute;
  top: 1rem;
  right: 0.28rem;
  display: flex;
  align-items: center;
  transform: translate(0, 0);
  animation: screen1-word 2s;
  -webkit-animation: screen1-word 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-four .screen-four-bottom .four-bottom-banner .four-bottom-enter .four-enter-text {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
  padding-left: 0.13rem;
}
.screen-four .screen-four-bottom .four-bottom-banner .four-bottom-enter .four-enter-arrow {
  margin-left: 0.08rem;
  width: 0.24rem;
  height: 0.4rem;
  background-image: url(/static/m/images/home/next.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.screen-four .screen-four-bottom .four-bottom-banner .four-bottom-enter .four-enter-line {
  position: absolute;
  bottom: -0.03rem;
  left: 0;
  width: 1.34rem;
  height: 0.13rem;
  background-color: #33ffff;
  z-index: -1;
}
.screen-four .screen-four-bottom .four-bottom-banner .four-bottom-title {
  position: absolute;
  top: 2.1rem;
  right: 0.31rem;
  transform: translate(0, 0);
  animation: screen1-word 2.5s;
  -webkit-animation: screen1-word 2.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-four .screen-four-bottom .four-bottom-banner .four-bottom-title .four-bottom-text {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.42rem;
  text-align: right;
}
.screen-four .screen-four-bottom .four-bottom-banner .four-bottom-title .four-bottom-detail {
  font-size: 0.38rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.6rem;
  text-align: right;
}
.screen-four .screen-four-bottom .four-bottom-banner .four-bottom-goon {
  position: absolute;
  bottom: 1.28rem;
  right: 0.31rem;
  display: flex;
  align-items: center;
  transform: translate(0, 0);
  animation: screen1-word 3s;
  -webkit-animation: screen1-word 3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-four .screen-four-bottom .four-bottom-banner .four-bottom-goon .four-goon-one {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 0.95rem;
  background-image: url(/static/m/images/home/btn3.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.36rem;
  font-weight: bold;
  color: #1646ce;
  line-height: 0.38rem;
}
.screen-four .screen-four-bottom .four-bottom-banner .four-bottom-goon .four-goon-two {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 0.95rem;
  background-image: url(/static/m/images/home/btn2.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
}
.screen-four .screen-four-bottom .four-bottom-banner .four-bottom-down {
  position: absolute;
  bottom: 0.4rem;
  right: 3.47rem;
  width: 0.64rem;
  height: 0.64rem;
  background-image: url(/static/m/images/home/down.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, 0);
  animation: screen1-word 3.5s;
  -webkit-animation: screen1-word 3.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-five {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.screen-five .screen-five-box {
  position: relative;
  width: 100%;
  height: 12rem;
  margin-top: 0.4rem;
  transform: translate(0, 0);
  animation: back-up 2s;
  -webkit-animation: back-up 2s;
  z-index: 2;
}
.screen-five .screen-five-box .five-box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/m/images/home/screen5.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.screen-five .screen-five-box .screen-five-car {
  position: absolute;
  top: 5.2rem;
  right: -1rem;
  width: 0.94rem;
  height: 0.69rem;
  background-image: url(/static/m/images/home/screen1-car2.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, 0);
  animation: screen5-car 4s infinite;
  -webkit-animation: screen5-car 4s infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
  z-index: 2;
}
.screen-five .screen-five-box .screen-five-cars {
  position: absolute;
  top: 6.8rem;
  right: 3rem;
  width: 1.46rem;
  height: 1.09rem;
  background-image: url(/static/m/images/home/screen4-car2.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, 0);
  animation: screen5-cars 4s infinite;
  -webkit-animation: screen5-cars 4s infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
  z-index: 2;
}
.screen-five .screen-five-box .screen-five-abnormal {
  position: absolute;
  top: 5.2rem;
  left: 1.7rem;
  width: 2.84rem;
  height: 0.91rem;
  background-image: url(/static/m/images/home/alert.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(0deg);
  transform-origin: right top;
  animation: screen1-abnormal 2s;
  -webkit-animation: screen1-abnormal 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
  z-index: 3;
}
.screen-five .screen-five-box .screen-five-abnormal .camera5 {
  width: 1.09rem;
  height: 1.01rem;
  background-image: url(/static/m/images/home/camera.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.screen-five .screen-five-box .screen-five-abnormal.abnormal-updown .camera2 {
  animation: up-down 1.5s infinite;
  -webkit-animation: up-down 1.5s infinite;
}
.screen-five .screen-five-box .five-abnormal-count {
  position: absolute;
  top: 5.1rem;
  left: 4.2rem;
  width: 0.34rem;
  height: 0.34rem;
  background-color: rgba(22, 70, 206, 0.34);
  border-radius: 50%;
  opacity: 1;
  animation: screen1-count 0.8s infinite;
  -webkit-animation: screen1-count 0.8s infinite;
  z-index: 3;
}
.screen-five .screen-five-box .five-abnormal-count .five-small-count {
  position: absolute;
  top: -0.18rem;
  left: -0.18rem;
  width: 0.69rem;
  height: 0.69rem;
  background-color: rgba(22, 70, 206, 0.2);
  border-radius: 50%;
  opacity: 1;
  animation: screen1-count 0.8s infinite;
  -webkit-animation: screen1-count 0.8s infinite;
  z-index: 1;
}
.screen-five .screen-five-box.back-down {
  transform: translate(0, 0);
  animation: back-down 2s;
  -webkit-animation: back-down 2s;
}
.screen-five .screen-five-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  z-index: 2;
}
.screen-five .screen-five-bottom .five-bottom-horse {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 3rem;
  height: 5rem;
  background-image: url(/static/m/images/home/horse1.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-right 1s;
  -webkit-animation: screen1-right 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  z-index: 2;
}
.screen-five .screen-five-bottom .five-bottom-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 90%;
  background-image: url(/static/m/images/home/blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 0);
  animation: screen1-top 1s;
  -webkit-animation: screen1-top 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  z-index: 1;
}
.screen-five .screen-five-bottom .five-bottom-banner .five-bottom-enter {
  position: absolute;
  top: 1.36rem;
  right: 0.28rem;
  display: flex;
  align-items: center;
  transform: translate(0, 0);
  animation: screen1-word 2s;
  -webkit-animation: screen1-word 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-five .screen-five-bottom .five-bottom-banner .five-bottom-enter .five-enter-text {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
  padding-left: 0.13rem;
}
.screen-five .screen-five-bottom .five-bottom-banner .five-bottom-enter .five-enter-arrow {
  margin-left: 0.08rem;
  width: 0.24rem;
  height: 0.4rem;
  background-image: url(/static/m/images/home/next.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.screen-five .screen-five-bottom .five-bottom-banner .five-bottom-enter .five-enter-line {
  position: absolute;
  bottom: -0.03rem;
  left: 0;
  width: 1.34rem;
  height: 0.13rem;
  background-color: #33ffff;
  z-index: -1;
}
.screen-five .screen-five-bottom .five-bottom-banner .five-bottom-title {
  position: absolute;
  top: 2.44rem;
  right: 0.31rem;
  transform: translate(0, 0);
  animation: screen1-word 2.5s;
  -webkit-animation: screen1-word 2.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-five .screen-five-bottom .five-bottom-banner .five-bottom-title .five-bottom-text {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.42rem;
  text-align: right;
}
.screen-five .screen-five-bottom .five-bottom-banner .five-bottom-title .five-bottom-detail {
  font-size: 0.38rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.6rem;
  text-align: right;
}
.screen-five .screen-five-bottom .five-bottom-banner .five-bottom-goon {
  position: absolute;
  bottom: 0.5rem;
  right: 0.31rem;
  display: flex;
  align-items: center;
  transform: translate(0, 0);
  animation: screen1-word 3s;
  -webkit-animation: screen1-word 3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  opacity: 0;
}
.screen-five .screen-five-bottom .five-bottom-banner .five-bottom-goon .five-goon-one {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 0.95rem;
  background-image: url(/static/m/images/home/btn1.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
}
.screen-five .screen-five-bottom .five-bottom-banner .five-bottom-goon .five-goon-two {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 0.95rem;
  background-image: url(/static/m/images/home/btn2.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.38rem;
}
.contact-box {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #cbcedc;
  overflow-y: auto;
  transform: translate(0, 0);
  animation: contact-up 2s;
  -webkit-animation: contact-up 2s;
}
.contact-box .screen-contact {
  width: 100%;
  background-color: #e0e3ee;
  padding-top: 1.38rem;
}
.contact-box .screen-contact .contact-up {
  width: 0.64rem;
  height: 0.64rem;
  background-image: url(/static/m/images/home/up.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 0.6rem;
}
.contact-box .screen-contact .contact-swiper {
  width: 100%;
  padding: 0 0.3rem 0.6rem;
}
.contact-box .screen-contact .contact-swiper .swiper-container {
  width: 100%;
}
.contact-box .screen-contact .contact-swiper .swiper-container .swiper-slide {
  width: 100%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.contact-box .screen-contact .contact-swiper .swiper-container .swiper-slide .contact-swiper-img {
  width: 100%;
  height: 3.88rem;
  transform: translate3d(0, 0, 0);
}
.contact-box .screen-contact .news-flash {
  position: unset;
  top: 1rem;
  left: 50%;
  width: 100%;
  transform: translateX(0);
  z-index: 2;
}
.contact-box .screen-contact .news-flash .before-part {
  width: 0.6rem;
}
.contact-box .screen-contact .news-flash .after-part {
  width: 0.6rem;
}
.contact-box .screen-contact .contact-detail {
  width: 100%;
  background-color: #cbcedc;
  padding: 0 0.3rem;
}
.contact-box .screen-contact .contact-detail .detail-box {
  width: 100%;
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item {
  padding: 0.3rem 0.2rem;
  border-bottom: 1px solid #b7bbcb;
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item .detail-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item .detail-item-top .detail-item-title {
  font-size: 0.34rem;
  font-weight: 400;
  color: #333;
  line-height: 0.36rem;
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item .detail-item-top .detail-item-arrow {
  width: 0.36rem;
  height: 0.36rem;
  background-image: url(/static/m/images/home/arrow-down.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s;
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item .detail-item-show {
  display: none;
  animation: fadeIn 0.2s;
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item .detail-item-show .item-show-item {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item .detail-item-show .item-show-item .show-item-left {
  width: 0.76rem;
  height: 0.72rem;
  background-image: url(/static/m/images/home/email1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item .detail-item-show .item-show-item .show-item-left.email-one {
  background-image: url(/static/m/images/home/email2.png);
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item .detail-item-show .item-show-item .show-item-left.email-two {
  background-image: url(/static/m/images/home/email3.png);
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item .detail-item-show .item-show-item .show-item-left.local-one {
  width: 0.84rem;
  height: 0.76rem;
  background-image: url(/static/m/images/home/local1.png);
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item .detail-item-show .item-show-item .show-item-left.local-two {
  width: 0.84rem;
  height: 0.76rem;
  background-image: url(/static/m/images/home/local2.png);
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item .detail-item-show .item-show-item .show-item-right {
  margin-left: 0.13rem;
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item .detail-item-show .item-show-item .show-item-right .item-right-title {
  font-size: 0.26rem;
  font-weight: bold;
  color: #333;
  line-height: 0.3rem;
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item .detail-item-show .item-show-item .show-item-right .item-right-text {
  font-size: 0.26rem;
  font-weight: bold;
  color: #333;
  line-height: 0.3rem;
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item.show .detail-item-top .detail-item-arrow {
  transform: rotate(180deg);
}
.contact-box .screen-contact .contact-detail .detail-box .detail-item.show .detail-item-show {
  display: block;
}
.contact-box .screen-contact .contact-detail .detail-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 0.73rem;
  padding-bottom: 0.6rem;
}
.contact-box .screen-contact .contact-detail .detail-bottom .detail-bottom-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-box .screen-contact .contact-detail .detail-bottom .detail-bottom-left .bottom-left-img {
  width: 1.74rem;
  height: 1.76rem;
  background-image: url(/static/m/images/home/code.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-box .screen-contact .contact-detail .detail-bottom .detail-bottom-left .bottom-left-text {
  margin-top: 0.08rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #333;
  line-height: 0.28rem;
}
.contact-box .screen-contact .contact-detail .detail-bottom .detail-bottom-right {
  margin-top: 0.35rem;
  margin-left: 0.38rem;
}
.contact-box .screen-contact .contact-detail .detail-bottom .detail-bottom-right .bottom-right-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contact-box .screen-contact .contact-detail .detail-bottom .detail-bottom-right .bottom-right-top .right-top-icon {
  width: 1.01rem;
  height: 0.7rem;
  background-image: url(/static/m/images/home/icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-box .screen-contact .contact-detail .detail-bottom .detail-bottom-right .bottom-right-top .right-top-number {
  font-size: 0.5rem;
  font-weight: bold;
  color: #333;
  line-height: 0.52rem;
}
.contact-box .screen-contact .contact-detail .detail-bottom .detail-bottom-right .bottom-right-bottom {
  margin-top: 0.44rem;
}
.contact-box .screen-contact .contact-detail .detail-bottom .detail-bottom-right .bottom-right-bottom .right-bottom-text {
  font-size: 0.2rem;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.5);
  line-height: 0.3rem;
  text-align: right;
}
.video-pop1 {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.video-pop1 .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 6;
}
.video-pop1 .video-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.video-pop1 .video-content .pop {
  position: relative;
  width: 100%;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
  z-index: 7;
}
.video-pop1 .video-content .pop video {
  display: block;
  width: 100%;
  outline: 0;
}
.video-pop2 {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.video-pop2 .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 6;
}
.video-pop2 .video-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.video-pop2 .video-content .pop {
  position: relative;
  width: 100%;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
  z-index: 7;
}
.video-pop2 .video-content .pop video {
  display: block;
  width: 100%;
  outline: 0;
}
.video-pop3 {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.video-pop3 .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 6;
}
.video-pop3 .video-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.video-pop3 .video-content .pop {
  position: relative;
  width: 100%;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
  z-index: 7;
}
.video-pop3 .video-content .pop video {
  display: block;
  width: 100%;
  outline: 0;
}
.video-pop4 {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.video-pop4 .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 6;
}
.video-pop4 .video-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.video-pop4 .video-content .pop {
  position: relative;
  width: 100%;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
  z-index: 7;
}
.video-pop4 .video-content .pop video {
  display: block;
  width: 100%;
  outline: 0;
}
