* {
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: unset;
}

body {
  color: #cccccc;
  font-family: 黑体;
  font-size: 0.6rem;
  text-align: center;
  background-size: cover;
  background-position: center;
  margin: 0px;
  overflow: hidden;
  font-family: 黑体;
  position: fixed;
}

video {
  background-color: #000;
}

#logo {
  width: 15%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99999999;
}

.audiob {
  display: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 9999;
  animation: loadingnimate 100s infinite;
}

.audiob img {
  width: 30px;
}

.vro {
  animation: vroanimate 3s linear infinite;
  animation-delay: 0s;
}

@keyframes vroanimate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}

#info {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 5px;
}

a {
  color: #0080ff;
}

#container {
  overflow: hidden;
  /* margin-left: -150px; */
}

#container canvas {
}

.main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /*background-color: #000;*/
  /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
  overflow: hidden;
  /*opacity: 0;*/
  z-index: 12;

  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main .mdiv {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* background-image: url(../images/m/b0.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main .mdivb {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* background-image: url(../images/m/b.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blackpage {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: #000;
  display: none;
}

.blackpage div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.6rem;
  color: #fff;
}

.logotext {
  position: absolute;
  right: 0%;
  top: 0%;
  width: 30%;
  font-size: 0.5rem;
}

@keyframes loadingnimate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.9999;
  }
  100% {
    opacity: 1;
  }
}

.loading .wz {
  width: 20%;
  margin-top: 20%;
  color: #fe8336;
  font-size: 1rem;
}

.firstpage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* display:none; */
  /* background-color: rgba(255, 255, 255, 1); */
  /* background-color:#ff8436; */
  background-color: #fff;
  background-image: url(../videos/first-page.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  animation: loadingnimate 100s infinite;
}

.firstpage .startvideo {
  position: absolute;
  width: 19rem;
  height: 10rem;
  left: 50%;
  top: 50%;
  margin-top: -6rem;
  margin-left: -9.5rem;
  line-height: 4rem;
  box-sizing: border-box;
  /* border: 2px solid #fff; */
  color: #fff;
  /* border-radius: 50%; */
  display: none;
  font-size: 1rem;
  /* background-image: url(../images/logo.png); */
  /* background-color: #ffffff; */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 999;
}

.firstpage .startgame {
  position: absolute;
  display: none;
  z-index: 9999;
  width: 6rem;
  height: 4rem;
  /* right: -20%; */
  /*right: -100%;*/
  right: 0;
  bottom: 0;
  /* margin-left: -4rem; */
  /*margin-top: 4.5rem;
  background-image: url(../images/common/enter-room2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;*/
  cursor: pointer;
}
.firstpage .page-title {
  width: 8.2rem;
  height: 5rem;
  background: url(../videos/first-page-mobile-title.png) no-repeat 0.25rem;
  background-size: contain;
  display: none;
}
.loadtoolsanimate .tlogo {
  animation: tlogoanimate 1s forwards;
}
.loadtoolsanimate .startgame {
  /*animation: startgameanimate 1s forwards;*/
}

@keyframes tlogoanimate {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@media screen and (min-width: 767px) {
  @keyframes startgameanimate {
    0% {
      right: -100%;
    }
    100% {
      right: 50px;
    }
  }
}


.rarea {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.loadtools {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.firstpage .loadingbar {
  margin-top: 40%;
  width: 300px;
  height: 8px;
  border-radius: 4px;
  /* border: 1px solid #eeeeee; */
  padding: 2px;
  /* box-sizing: border-box; */
  /* overflow: hidden; */
  box-sizing: border-box;
  transform: scale(0.5);

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(../images/loadingbar.png); */
  background-color: #fff;
  /* background-color:#000 */
}

.firstpage .loadingbar .bar {
  position: relative;
  width: 1px;
  height: 4px;
  /* margin-top: 4px;
  margin-left: 4px; */
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: #cc0000;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(../images/bar.png); */
}
.firstpage .loadingbar .bar .cai {
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(../images/cai.png); */
  right: -25px;
  top: -30px;
}

.firstpage .loadcount {
  color: #fff;
  font-weight: 500;
  text-shadow: 0px 0px 5px #552a10;
  font-size: 0.8rem;
  margin-top: 0px;
}

.firstpage .loadcount .bfb {
  font-size: 0.3rem;
  margin-left: 0.2rem;
}

#videodiv0 {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 100009;
  transform: translateZ(100009px); /*这里是给safari用的*/
  background: #ffffff;
}
.passthis {
  position: absolute;
  width: 2.8rem;
  height: 1.2rem;
  font-size: 0.6rem;
  text-align: center;
  border: 1px solid rgb(0, 0, 160, 0.5);
  /* box-sizing: border-box; */
  z-index: 9;
  border-radius: 0.1rem;
  right: 0.4rem;
  top: 0.4rem;
  background: rgba(0, 0, 160, 0.75);
  animation: loadingnimate 100s infinite;
  transform: scale(0.8);
  display: flex;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.playvideojump {
  position: absolute;
  width: 1.4rem;
  height: 0.8rem;
  font-size: 0.4rem;
  text-align: center;
  border: 1px solid rgb(255, 0, 0, 0.5);
  /* box-sizing: border-box; */
  z-index: 9;
  border-radius: 0.1rem;
  right: 0.4rem;
  top: 0.4rem;
  background: rgba(200, 0, 0, 0.75);
  animation: loadingnimate 100s infinite;
  transform: scale(0.8);
  display: flex;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.playvideopause {
  position: absolute;
  width: 1.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.4rem;
  text-align: center;
  border: 1px solid rgb(255, 0, 0, 0.5);
  /* box-sizing: border-box; */
  z-index: 9;
  border-radius: 0.1rem;
  right: 1.8rem;
  top: 0.4rem;
  background: rgba(200, 0, 0, 0.75);
  animation: loadingnimate 100s infinite;
  transform: scale(0.8);
  display: flex;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
}

.vide0playthis {
  position: absolute;
  z-index: 999;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1rem;

  background-image: url(../images/common/play.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.vide1playthis {
  position: absolute;
  display: none;
  z-index: 999;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1rem;

  background-image: url(../images/common/play.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*前言播放按钮*/
.prefacePlayButton {
  position: absolute;
  display: none;
  z-index: 999;
  width: 2rem;
  height: 2rem;
  top: 45%;
  left: 39%;
  margin-top: -1rem;
  margin-left: -1rem;

  background-image: url(../images/common/play.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#video0 {
  width: 100%;
  height: 100%;
  object-fit: fill;
  /*object-fit: cover;*/
}

#videopage {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  background: #ffffff;
}
#video1 {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#vtop {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.inp {
  position: absolute;
  width: 7rem;
  height: 2.4rem;
  /* background-color: rgba(0, 0, 0, 0.5); */
  top: 47%;
  left: 50%;
  margin-left: -3.5rem;
  margin-top: 1rem;
  cursor: pointer;
}

#wzpage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  opacity: 0;
  left: 0px;
  z-index: 9999;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.wzzanimate0 {
  animation: wzzanimate0 1.5s forwards;
}
.wzzanimate1 {
  animation: wzzanimate1 1.5s forwards;
}
.wzzanimate2 {
  animation: wzzanimate2 1.5s forwards;
}
.wzzanimate3 {
  animation: wzzanimate3 1.5s forwards;
}
.wzzanimate4 {
  animation: wzzanimate4 1.5s forwards;
}
.wzzanimate5 {
  animation: wzzanimate5 1.5s forwards;
}
.wzzanimate6 {
  animation: wzzanimate6 1.5s forwards;
}
.wzzanimate7 {
  animation: wzzanimate7 1.5s forwards;
}
.wzzanimate8 {
  animation: wzzanimate8 1.5s forwards;
}
.wzzanimate9 {
  animation: wzzanimate9 1.5s forwards;
}
@keyframes wzzanimate0 {
  0% {
    top: 50%;
    left: 50%;
    transform: scale(1);
  }
  75% {
    top: 97.5%;
    left: 2.7%;
    transform: scale(0.2);
  }
  100% {
    top: 97.5%;
    left: 2.7%;
    transform: scale(0.2);
  }
}
@keyframes wzzanimate1 {
  0% {
    top: 50%;
    left: 50%;
    transform: scale(1);
  }
  75% {
    top: 97.5%;
    left: 5.8%;
    transform: scale(0.2);
  }
  100% {
    top: 97.5%;
    left: 5.8%;
    transform: scale(0.2);
  }
}

@keyframes wzzanimate2 {
  0% {
    top: 50%;
    left: 50%;
    transform: scale(1);
  }
  75% {
    top: 97.5%;
    left: 8.7%;
    transform: scale(0.2);
  }
  100% {
    top: 97.5%;
    left: 8.7%;
    transform: scale(0.2);
  }
}
@keyframes wzzanimate3 {
  0% {
    top: 50%;
    left: 50%;
    transform: scale(1);
  }
  75% {
    top: 97.5%;
    left: 11.6%;
    transform: scale(0.2);
  }
  100% {
    top: 97.5%;
    left: 11.6%;
    transform: scale(0.2);
  }
}
@keyframes wzzanimate4 {
  0% {
    top: 50%;
    left: 50%;
    transform: scale(1);
  }
  75% {
    top: 97.5%;
    left: 14.5%;
    transform: scale(0.2);
  }
  100% {
    top: 97.5%;
    left: 14.5%;
    transform: scale(0.2);
  }
}
@keyframes wzzanimate5 {
  0% {
    top: 50%;
    left: 50%;
    transform: scale(1);
  }
  75% {
    top: 97.5%;
    left: 17.5%;
    transform: scale(0.2);
  }
  100% {
    top: 97.5%;
    left: 17.5%;
    transform: scale(0.2);
  }
}
@keyframes wzzanimate6 {
  0% {
    top: 50%;
    left: 50%;
    transform: scale(1);
  }
  75% {
    top: 97.5%;
    left: 20.4%;
    transform: scale(0.2);
  }
  100% {
    top: 97.5%;
    left: 20.4%;
    transform: scale(0.2);
  }
}
@keyframes wzzanimate7 {
  0% {
    top: 50%;
    left: 50%;
    transform: scale(1);
  }
  75% {
    top: 97.5%;
    left: 23.3%;
    transform: scale(0.2);
  }
  100% {
    top: 97.5%;
    left: 23.3%;
    transform: scale(0.2);
  }
}
@keyframes wzzanimate8 {
  0% {
    top: 50%;
    left: 50%;
    transform: scale(1);
  }
  75% {
    top: 97.5%;
    left: 25.8%;
    transform: scale(0.2);
  }
  100% {
    top: 97.5%;
    left: 25.8%;
    transform: scale(0.2);
  }
}
@keyframes wzzanimate9 {
  0% {
    top: 50%;
    left: 50%;
    transform: scale(1);
  }
  75% {
    top: 97.5%;
    left: 28.8%;
    transform: scale(0.2);
  }
  100% {
    top: 97.5%;
    left: 28.8%;
    transform: scale(0.2);
  }
}

#wzpage .wz .wzclose {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1.2rem;
  height: 1.2rem;
  /* background-color: rgb(255, 255, 255, 0.5); */
}

.form {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 999;
  padding-top: 100px;
  box-sizing: border-box;
  /* display:none; */
}

.form .m0 {
  margin-top: 200px;
}

.form .m1 {
  margin-top: 50px;
}

.m1animate {
  animation: m1animate 0.5s infinite;
}

.form .m2 {
  position: absolute;
  top: 470px;
  right: 200px;
  display: none;
  width: 100px;
}

@keyframes m1animate {
  0% {
    transform: rotateZ(5deg) translateY(5px);
  }
  50% {
    transform: rotateZ(-5deg) translateY(-5px);
  }
  100% {
    transform: rotateZ(5deg) translateY(5px);
  }
}


.formz {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 300px;
  display: none;
}

input[type="text"] {
  -webkit-appearance: none;
  font-size: 12px;
}

input::-webkit-input-placeholder {
  -webkit-appearance: none;
  /* placeholderé¢œè‰²  */
  color: #ff8436;
  /* margin-top:-5px; */
  /* placeholderå­—ä½“å¤§å°  */
  /* font-size: 12px; */
  /* placeholderä½ç½®  */
  /* text-align: right; */
}

input[type="button"],
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}

.share {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  /* top: 0%; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 999;
}

.share .s0 {
  position: absolute;
  top: 120px;
  width: 500px;
}

.share .s1 {
  position: absolute;
  top: 230px;
  width: 500px;
}

.share .s2 {
  width: 400px;
  position: absolute;
  top: 350px;
}

.swiper-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2 !important;
}
.dbback {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 99 !important;
  display: none;
}

.duibianimate {
  animation: duibianimate 1s forwards;
}
@keyframes duibianimate {
  0% {
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    top: 0%;
    left: 90%;
    opacity: 0;
    transform: scale(0.5);
  }
}

.swiper-slide {
  text-align: center;
  /* font-size: 18px; */
  /* background: #fff; */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  background-color: rgba(0,0,0,0.2);

  /* display: none; */
}

.swiper-slide .textarea,
.swiper-slide .textareaf {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0px;
  font-size: 0.3rem;
  line-height: 1.5em;
  bottom: 0.1em;
  color: #fff;
  text-align: left;
  -webkit-user-select: text;
  background-color: rgb(0 54 199 / 67%);
}
.swiper-slide .textarea .swiper-desc-icon, .swiper-slide .textareaf .swiper-desc-icon {
  position: absolute;
  width: 1em;
  top: .5em;
  left: 1.5em;
}
.swiper-slide .textarea .swiper-desc-line-top, .swiper-slide .textareaf .swiper-desc-line-top {
  position: absolute;
  top: -.2em;
  left: 0;
  width: 1.5em;
  border-bottom: .25em solid #2e90ff;
}
.swiper-slide .textarea .swiper-desc-light-top, .swiper-slide .textareaf .swiper-desc-light-top {
  position: absolute;
  top: 0;
  left: 10em;
  transform: translateY(-50%);
}
.swiper-slide .textarea .swiper-desc-light-bottom, .swiper-slide .textareaf .swiper-desc-light-bottom {
  position: absolute;
  bottom: 0;
  right: 10em;
  transform: translateY(50%);
}
.swiper-slide .textarea p, .swiper-slide .textareaf p {
  padding: .5em;
  text-indent: 2.3em;
}

.swiper-slide .canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 8;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide .baiye {
  position: absolute;
  height: 20%;
  left: 0px;
  overflow: hidden;
}

.byanimate {
  animation: byanimate 0.5s forwards;
}
@keyframes byanimate {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.swiper-slide .imagef {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide .video9 {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0px;
}

.video9 .playvideo9 {
  width: 2rem;
  height: 2rem;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1rem;
  background-image: url(../images/common/play.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide .td {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  overflow: hidden;
}

.swiper-slide .tt {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide .titlediv {
  position: absolute;
  left: 0px;
  top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  padding: 1rem;

  background: linear-gradient(
    to right,
    rgba(232, 213, 159, 1) 0%,
    rgba(232, 213, 159, 0) 100%
  );
}

.swiper-slide .title1 {
  /* transform: scale(0.9); */
  user-select: none;
  pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  -moz-pointer-events: none;
  text-align: center;
  font-size: 2rem !important;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  margin-bottom: 0.4rem;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.swiper-slide .title2 {
  pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  -moz-pointer-events: none;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  text-shadow: #000 0.2rem 0 0, #000 0 1px 0, #000 -1px 0 0, #660006 0 -1px 0;
  -webkit-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 1px 0 0, #000 0 -1px 0;
  -moz-text-shadow: #000 0.1rem 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
  *filter: Glow(color=#000, strength=1);
}

.swiper-slide .title3 {
  pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  -moz-pointer-events: none;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  text-shadow: #000 0.2rem 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
  -webkit-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 1px 0 0, #000 0 -1px 0;
  -moz-text-shadow: #000 0.1rem 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
  *filter: Glow(color=#000, strength=1);
}

.title94 {
  pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  -moz-pointer-events: none;
  position: absolute;
  text-align: left;
  width: 20rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.2rem;
  color: #cc0000;
  font-weight: 800;
  text-shadow: #fff 0.2rem 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -webkit-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff 1px 0 0, #fff 0 -1px 0;
  -moz-text-shadow: #fff 0.1rem 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  *filter: Glow(color=#fff, strength=1);

  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  left: 30rem;
  top: 10rem;
}

.title95 {
  pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  -moz-pointer-events: none;
  position: absolute;
  text-align: left;
  width: 60rem;
  color: #fff;
  font-weight: 500;
  text-shadow: #333 0.2rem 0 0, #333 0 1px 0, #333 -1px 0 0, #333 0 -1px 0;
  -webkit-text-shadow: #333 1px 0 0, #333 0 1px 0, #333 1px 0 0, #333 0 -1px 0;
  -moz-text-shadow: #333 0.1rem 0 0, #333 0 1px 0, #333 -1px 0 0, #333 0 -1px 0;
  *filter: Glow(color=#333, strength=1);

  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  top: 5rem;
  width: 60rem;
  font-size: 1.5rem;
  line-height: 3rem;
}

.jt {
  position: absolute;
  width: 2rem;
  height: 3rem;
  margin-left: 7rem;
  margin-top: -5rem;
  /* border: 1rem solid transparent;
  border-top-color: #7f111b; */
  z-index: 10;
  /* transform: rotateZ(0deg); */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.msgdivl .triangleo {
  position: absolute;
  z-index: 2;
  bottom: -1.1rem;
  z-index: 10;
  left: 2rem;
}

@keyframes yzanimate {
  0% {
    opacity: 1;
    top: -2rem;
    transform: rotateZ(0deg);
  }
  100% {
    opacity: 0;
    top: 20rem;
    transform: rotateZ(180deg);
  }
}
.yz0 {
  position: absolute;
  left: 20rem;
  animation: yzanimate 6.5s infinite;
}
.yz1 {
  position: absolute;
  left: 50rem;
  animation: yzanimate 10.5s infinite;
}
.yz2 {
  position: absolute;
  left: 22rem;
  width: 2rem;
  animation: yzanimate 14s infinite;
}

.msgdivr .triangleo {
  position: absolute;
  bottom: -1.14rem;
  z-index: 10;
  left: 2rem;
  transform: rotateY(180deg);
  right: 0rem;
}
.triangle {
  position: absolute;
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-top-color: #000000;
  z-index: 10;
  transform: rotateZ(135deg);
}
.triangle .trianglein {
  position: absolute;
  width: 0;
  height: 0;
  border: 0.9rem solid transparent;
  border-top-color: #ffffff;
  margin-top: -0.92rem;
  margin-left: -1rem;
}

.pp {
  position: absolute;
  width: 23rem;
  height: 13rem;
  top: -5.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.selectlist {
  width: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.selectlist .item {
  user-select: none;
  /* background-color: #ffffff; */
  color: #000;
  width: 100%;
  height: 4.6rem;
  /* font-size: 1.2rem; */
  /* line-height: 1.4rem; */
  /* padding: 0.6rem; */
  /* padding-left: 1rem; */
  /* padding-right: 1rem; */
  /* border: 0.1rem solid #000000; */
  /* border-radius: 1rem; */
  margin-top: 1rem;
  text-align: justify;

  user-select: none;
  cursor: pointer;

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@keyframes ranimate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.ss0 .r0 {
  width: 20rem;
  height: 20rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(../images/n/01.png); */
}
.ss0 .r1 {
  margin-left: 15rem;
  width: 20rem;
  height: 20rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(../images/n/02.png); */
}

.go-to-one {
  display: none;
  width: 4.2rem;
  height: 4rem;
  position: absolute;
  z-index: 10;
  right: 0.4rem;
  bottom: 0rem;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow.gif);
  cursor: pointer;
}

.goto-first-txt {
  color: #ffffff;
  font-size: 0.4rem;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0.8rem;
  font-family: 黑体;
}

.mlogo {
  width: 9rem;
  height: 1.6rem;
  position: absolute;
  z-index: 9999;
  left: 0.5rem;
  bottom: 0rem;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  /* background-image: url(../images/mlogo.png); */

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.mlogo .item {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
}

.item .wz {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mlogo .item .jd {
  font-size: 0.2rem;
  position: absolute;
  margin-top: 0.48rem;
  right: 0.12rem;
  color: #fff;
  text-shadow: 0px 2px 2px #666;
}

.icon {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  z-index: 9999;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.lback {
  position: absolute;
  /* z-index: 9998; */
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  /* backdrop-filter: blur(5px); */
}

.lback .dhimg .chat {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  /* background-color: rgba(0, 0, 0, 0.25); */
  cursor: pointer;
}

.yxback {
  position: absolute;
  /* z-index: 9998; */
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;

  background-color: rgba(255, 255, 255, 0.25);
  /* backdrop-filter: blur(5px); */
}
.yxback .sc2 {
  position: absolute;
  top: 50%;
  margin-top: -300px;
  left: 2%;
  width: 90%;
  height: 550px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(../images/yx.png); */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.yxback .yxitem {
  width: 30%;
  height: 500px;
  cursor: pointer;
  background-color: rgba(255,255,255,0) !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.consentanimate .zan0 {
  animation: zan0animate 0.75s 0.1s linear forwards;
}
.consentanimate .zan1 {
  animation: zan1animate 0.75s 0.2s linear forwards;
}
.consentanimate .zan2 {
  animation: zan2animate 0.75s 0.3s linear forwards;
}
.consentanimate .zan3 {
  animation: zan0animate 0.75s 0.4s linear forwards;
}
.consentanimate .zan4 {
  animation: zan1animate 0.75s 0.5s linear forwards;
}
.consentanimate .zan5 {
  animation: zan2animate 0.75s 0.6s linear forwards;
}
.consentanimate .zan6 {
  animation: zan0animate 0.75s 0.7s linear forwards;
}
.consentanimate .zan7 {
  animation: zan1animate 0.75s 0.8s linear forwards;
}
.consentanimate .zan8 {
  animation: zan2animate 0.75s 0.9s linear forwards;
}
.consentanimate .zan9 {
  animation: zan0animate 0.75s 1s linear forwards;
}

@keyframes zan0animate {
  0% {
    transform: rotateZ(0deg) scale(1);
    opacity: 0;
    top: 0rem;
    left: 0rem;
  }
  90% {
    transform: rotateZ(-45deg) scale(1.3);
    opacity: 1;
    top: -2rem;
    left: -1rem;
  }
  100% {
    transform: rotateZ(-45deg) scale(1.3);
    opacity: 0;
    top: -2.2rem;
    left: -1.1rem;
  }
}
@keyframes zan1animate {
  0% {
    transform: rotateZ(0deg) scale(1);
    opacity: 0;
    top: 0rem;
  }
  90% {
    transform: rotateZ(-45deg) scale(1.3);
    opacity: 1;
    top: -2.4rem;
  }
  100% {
    transform: rotateZ(-45deg) scale(1.3);
    opacity: 0;
    top: -2.6rem;
  }
}
@keyframes zan2animate {
  0% {
    transform: rotateZ(0deg) scale(1);
    opacity: 0;
    top: 0rem;
    left: 0rem;
  }
  90% {
    transform: rotateZ(-45deg) scale(1.3);
    opacity: 1;
    top: -2rem;
    left: 1rem;
  }
  100% {
    transform: rotateZ(-45deg) scale(1.3);
    opacity: 0;
    top: -2.2rem;
    left: 1.1rem;
  }
}

.closelists {
  position: absolute;
  z-index: 9;
  height: 0.7rem;
  width: 0.7rem;
  right: 0.3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/common/nav-close.png);
  cursor: pointer;
}
.lists {
  position: absolute;
  z-index: 99;
  width: 8.75rem;
  height: 100%;
  /* top: 2rem; */
  right: 0rem;
  /* border-radius: 0.3rem; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/common/nav_bg.png);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-shadow: 0px 4px 1px #25399c;
  font-family: 黑体;
  color: #fff;
}
.lists .title {
  color: #36f2fe;
  width: 100%;
  font-size: 0.62rem;
  line-height: 1.4rem;
  font-weight: 600;
  text-align: left;
  padding-left: 0.4rem;
  box-sizing: border-box;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.lists .line {
  width: 96%;
  height: 0.1rem;
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../images/common/nav-line.png);
}
.lists .list {
  width: 95%;
  height: 15.7rem;
  margin-top: 0.1rem;
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* padding-left: 0.4rem; */
  box-sizing: border-box;
  overflow: auto;
  overflow-x: hidden;
}
.lists .list .icon1 {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  background-size: 35%;
  margin-right: 0.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/common/nav-arrow.png);

}

.lists .list .icon0 {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin-right: 0.3rem;
}
.lists .list .item {
  width: 100%;
  font-size: 0.52rem;
  line-height: 0.8rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  color: #fff;
  font-weight: 600;
  zoom: 0.9;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;

  cursor: pointer;
}

.iconselected {
  transform: rotateZ(90deg);
}

.lists .list .item0 {
  width: 100%;
  font-size: 0.5rem;
  line-height: 0.8rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  color: #fff;
  font-weight: 400;
  zoom: 0.85;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: justify;
  box-sizing: border-box;
  padding-left: 1rem;
  display: none;
  cursor: pointer;

  /* position: -webkit-sticky;
  position: sticky;
  top: 100px;
  bottom: 100px; */
}

.lists .list .item1 {
  width: 100%;
  font-size: 0.36rem;
  line-height: 0.8rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  color: #ffe6bd;
  font-weight: 400;
  zoom: 0.9;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: justify;
  box-sizing: border-box;
  padding-left: 1rem;
  display: none;
  cursor: pointer;
}

.list-title {
  position: absolute;
  color: #ffffff;
  font-size: 0.5rem;
  font-weight: 600;
  text-shadow: 0px 0px 0.2rem #333333;
  /* width: 24rem; */
  height: 1rem;
  line-height: 1rem;
  left: 0.6rem;
  top: 0.42rem;
  z-index: 999;
  text-align: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: url(../images/common/arrow1.png) no-repeat left;
  padding-left: 55px;
}
.ly-title {
  position: absolute;
  color: #ffe6bd;
  font-size: 0.5rem;
  font-weight: 600;
  text-shadow: 0px 0px 0.2rem #333333;
  width: 12rem;
  height: 1rem;
  line-height: 1rem;
  left: 2.6rem;
  top: 0.42rem;
  z-index: 999;
  text-align: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.list-title .zw {
  width: 1px;
  height: 0.4rem;
  line-height: 1rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  border-right: 2px solid #ffffff;
}

.sharetopage {
  display: none;
}

.tools {
  position: absolute;
  z-index: 11;
  /*width: 1.2rem;*/
  width: 2.26rem;
  height: 8rem;
  right: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  margin-top: -4rem;
}

.tools .item {
  /*width: 3rem;
  height: 1.4rem;*/
  width: 3.311rem;/*202px*/
  height: 2.262rem;/*138px*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
 /* margin-bottom: 0.7rem;*/
  cursor: pointer;
}

.wzsearchitem {
  position: absolute;
  bottom: 1.3rem;
  left: 0.5rem;
  z-index: 99999;
  width: 5rem;
  height: 5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
}

@keyframes wshandanimate {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  80% {
    transform: scale(0.7);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
.wsianimate {
  animation: wsianimate 0.5s linear forwards;
}
@keyframes wsianimate {
  0% {
    transform: scale(0.4);
    top: 15%;
    left: 90%;
  }
  100% {
    transform: scale(1);
    left: 50%;
    top: 50%;
  }
}

.bgarea {
  position: absolute;
  z-index: 10;
  /* width: 5rem; */
  height: 1.4rem;
  bottom: 0.2rem;
  right: 0%;
  margin-left: -5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.bgarea .button {
  z-index: 9999;
  width: 2.2rem;
  height: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.4rem;
  cursor: pointer;
}
.bgarea .back {
  background-image: url(../images/common/back.png);
}

.bgarea .goon {
  background-image: url(../images/common/continue.png);
}

.goonanimate {
  animation: goonanimate 0.5s linear infinite;
}
@keyframes goonanimate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.75;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.icon-home {
  background-image: url(../images/common/home_hover.png);
  left: 2.6rem;
  top: 0.6rem;
}

.icon-list {
  background-image: url(../images/common/nav_hover.png);
  left: 2.6rem;
  top: 0.6rem;
}

.icon-game {
  background-image: url(../images/common/game_hover.png);
  left: 2.6rem;
  top: 0.6rem;
}

.icon-qr {
  background-image: url(../images/common/qr_normal.png);
  left: 2.6rem;
  top: 0.6rem;
}

@media screen and (min-width: 767px) {
  /*.icon-home:hover {
    background-image: url(../images/common/home_hover.png);
  }
  .icon-list:hover {
    background-image: url(../images/common/nav_hover.png);
  }
  .icon-game:hover {
    background-image: url(../images/common/game_hover.png);
  }*/
}

.qrback {
  display: none;
  position: absolute;
  width: 4rem;
  margin-left: -3.2rem;
  margin-top: 0.25rem;
  height: 4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/common/qrback.png);
}


.hpmsg {
  position: absolute;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background-color: #000;
}

@keyframes nextanimate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.ss0 {
  background-image: url(../images/ui/bg3.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* background-image: url(../images/m/b.png); */
}

.mainstf {
  /* background-image: url(../images/n/0back.png); */
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* background-image: url(../images/m/b.png); */
}

.kyvideodiv .kyvideo {
  /* display: none; */
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.kyvideodiv .kyvideo .closekyvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 10rem;
  margin-top: -6.5rem;
  width: 1rem;
  height: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/close.png);
}
.kyvideodiv .kyvideo .kyvideo9 {
  width: 20rem;
  height: 11.4rem;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
}

.kyvideodiv .kyvselect {
  position: relative;
  width: 20rem;
  height: 12rem;

  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}


.kyvselect .kyvitem {
  position: relative;
  width: 5rem;
  height: 9rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.kyvselect .kyvitem .kyb {
  position: absolute;
  width: 4rem;
  height: 1rem;
  top: 7.5rem;
  left: 1.3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


.video-photos {
  position: relative;
  display: none;

  width: 18rem;
  height: 10rem;
  /* height: 12rem; */
  transform: scale(1.1);
  /* border-top: 0.1rem solid #d94639;
  background-color: #d94639; */

  display: flex;
  flex-direction: row;
  /* justify-content: space-between;
  align-items: space-between; */
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.video-photos .ss1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.video-photos .ss2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.video-photos .vpitem {
  width: 11.1%;
  height: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.photoup {
  animation: photoupanimate 0.3s linear forwards;
}
@keyframes photoupanimate {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.video-photos .vpitem .photo .vpplay {
  width: 0.8rem;
  height: 0.8rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/common/play.png);
  opacity: 0;
  animation: vpplayanimate 0.2s linear forwards;
}

@keyframes vpplayanimate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.video-photos .vptip {
  width: 100%;
  height: 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(../mvp/m.png); */
}
.video-photos .vptip .changevp {
  width: 2rem;
  height: 1rem;
  margin-left: 15rem;
  margin-top: 0.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(../mvp/change.png); */
}


.video-photos .swiper-slide {
  background: none !important;
}

.video-h {
  display: none;

  /* width: 21.3rem;
  height: 12rem; */

  /* height: 75%; */

  height: 100%;
  width: 100% !important;

  transform: scale(1);
  /*border-top: 0.1rem solid #d94639;
  background-color: #d94639;*/

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(../images/m/videoback.png); */
}
.video-h .vh {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-m {
  display: none;

  /* width: 21.3rem;
  height: 12rem; */
  height: 75%;
  transform: scale(1);
  border-top: 0.1rem solid #d94639;
  background-color: #d94639;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(../images/m/videoback.png); */
  background-color: #000;
}
.video-m video {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-mf {
  display: none;
  height: 100%;
  width: 100%;
  transform: scale(1);
  border-top: 0.1rem solid #d94639;
  background-color: #d94639;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(../images/m/videoback.png); */
  background-color: #000;
}
.video-mf video {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-m1 {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* background-color: rgba(255, 255, 255, 0.5); */
  display: none;

  /* width: 21.3rem;
  height: 12rem; */
  /* transform: scale(1.1); */

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video-m1 .closethis1 {
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -6.5rem;
  left: 50%;
  margin-left: 4rem;
  height: 1rem;
  width: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/common/dialog-close2.png);
}
.video-m1 .v1area {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4rem;
  margin-top: -8rem;
  width: 8rem;
  height: 16rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/common/phone_bg.png);

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  transform: scale(0.9);
}

.video-m1 .v1area .v1b {
  position: absolute;
  width: 90%;
  height: 95%;
  background-color: #fff;
  border-radius: 0.6rem;
  overflow: hidden;
}

.video-m1 .v1area .v1b video {
  width: 100%;
  height: 100%;
}

.video-h2 {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* background-color: rgba(255, 255, 255, 0.5); */
  display: none;

  /* width: 21.3rem;
  height: 12rem; */
  /* transform: scale(1.1); */

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video-h2 .v2b .vh2 {
  position: absolute;
  left: 2.5%;
  top: 5%;
  width: 95%;
  height: 90%;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  border: 0px;
}

.video-h3 {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* background-color: rgba(255, 255, 255, 0.5); */
  display: none;

  /* width: 21.3rem;
  height: 12rem; */
  /* transform: scale(1.1); */

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video-h3 .v3b .vh3 {
  position: absolute;
  left: 5%;
  top: 2%;
  width: 90%;
  height: 96%;
  background-color: #fff;
  border-radius: 0.7rem;
  overflow: hidden;
  border: 0px;
}

.video-s {
  display: none;
  /* width: 21.3rem;
  height: 12rem; */
  height: 75%;
  transform: scale(1);
 /* border-top: 0.1rem solid #d94639;*/
  background-color: #d94639;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-s video {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/m/videoback.png); */
}
.swtools {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 1.6rem;
  /* background-color: rgba(0, 0, 0, 0.25); */
  bottom: 0rem;
}
.swtools .swiper-pagination {
  position: absolute;
  transform: scale(1);
  width: 120%;
  left: -10%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: -40%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.swiper-button-next {
  transform: scale(0.5);
  /*background-size: 30%;*/
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/common/swiper-right-arrow.png);
  top: 50% !important;
  width: 2rem !important;
  height: 2rem !important;
  /*border-radius: 50%;
  margin-top: -1rem !important;
  background-color: rgba(0, 0, 0, 0.3);*/
  background-size: contain;
}

.swiper-button-prev {
  transform: scale(0.5);
  /*background-size: 30%;*/
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/common/swiper-left-arrow.png);
  top: 50% !important;
  width: 2rem !important;
  height: 2rem !important;
  /*border-radius: 50%;
  margin-top: -1rem !important;
  background-color: rgba(0, 0, 0, 0.3);*/
  background-size: contain;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "" !important;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "" !important;
}

.swtools .swiper-pagination .swiper-pagination-bullet {
  margin-left: 5px;
  margin-right: 5px;
}

.video-p {
  position: relative;
  width: 3rem;
  height: 3rem;
  transform: scale(1);
}

@keyframes p0animate {
  0% {
    transform: scale(0.85);
    opacity: 0.25;
  }
  50% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(0.85);
    opacity: 0.25;
  }
}
@keyframes p1animate {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.8;
  }
}

@keyframes handanimate {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(0.85);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

.selectarea {
  position: absolute;
  width: 14.4rem;
  height: 14.4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}


.selectareaf {
  position: absolute;
  width: 14.4rem;
  height: 14.4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0.5);
  user-select: none;
}

#ss93t {
  position: absolute;
  width: 100%;
  height: 100%;
}

.share .s2j {
  position: absolute;
  width: 60px;
  top: 550px;
  margin-left: -200px;
  animation: s2janimate 1s linear infinite;
}

.share .s2jf {
  position: absolute;
  width: 60px;
  top: 550px;
  margin-left: 220px;
  animation: s2jfanimate 1s linear infinite;
}

@keyframes s2janimate {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes s2jfanimate {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}

.ds2t {
  width: 500px;
  position: absolute;
  top: 50%;
  margin-top: -416px;
  /* top: 350px; */
  z-index: 999;
  opacity: 1;
  border: 10px solid #eeeeee;
  display: none;
}

.share .s2t {
  width: 100%;
}

.share .s2b {
  width: 275px;
  margin-left: 13px;
  position: absolute;
  top: 490px;
  z-index: 998;
  opacity: 1;
}

.share .s3 {
  position: absolute;
  top: 840px;
  width: 140px;
}

.share .s4 img {
  margin-top: 20px;
}

.shareimg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0px;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}

.shareimg img {
  position: absolute;
  top: 10px;
  right: 10px;
}

@keyframes tishiimganimate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    /* transform: scale(0.95); */
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.tishiimg {
  position: absolute;
  right: 85%;
  bottom: 0%;
  animation: tishiimganimate 2s linear infinite;
}

.tishi {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999999999;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: loadingnimate 100s infinite;
}

.tishi .tst {
  /* width:436px; */
  width: 30%;
  height: 10%;
  margin-top: 0px;
  /* background-image: url(../images/ts/t.png); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@keyframes ts1animate {
  0% {
    margin-left: 89.2%;
    opacity: 0;
  }
  10% {
    margin-left: 85.2%;
    opacity: 1;
  }
  50% {
    margin-left: 65%;
    opacity: 1;
  }
  100% {
    margin-left: 0%;
    opacity: 0;
  }
}


@keyframes loadtextanimate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}


.hdxiangqing {
  position: absolute;
  /* animation: loadingnimate 100s infinite; */
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -100%;
  opacity: 0;
}

.hdxiangqing .closethis {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hdxiangqing .text {
  width: 70%;
  color: #ffffff;
  font-size: 0.6rem;
  line-height: 1rem;
  text-align: justify;
}

.swiper-pagination-bullet {
  border: 1px solid #ffffff;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  transform: scale(1.2);
  /* box-sizing: border-box; */
}

.zzdiv {
  position: absolute;
  display: none;
  z-index: 999999999;
  background-color: #fff;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
:root {
  --swiper-navigation-size: 1.5rem !important;
  --swiper-theme-color: #ffffff !important;
}

.webts {
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  font-size: 0.4rem;
  z-index: 999999;
  bottom: 0rem;
  height: 2rem;
  line-height: 2rem;
  left: 0px;
}
.webtsb {
  width: 100%;
  text-align: center;
  position: absolute;
  color: #e9b376;
  font-size: 0.4rem;
  z-index: 999999;
  top: 0rem;
  height: 1.4rem;
  line-height: 1.4rem;
  left: 0px;
}
.backvideo {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background: #ffffff;
}
#backvideo {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vi93 .icon1 {
  opacity: 0;
  margin-right: 0rem !important;
}

.video-play-tip {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  margin-left: -80px;
  margin-top: -80px;
}

.partone {
  margin-top: -2rem;
  margin-right: 1.5rem;
  position: relative;
}
.partone img {
  /* width: 100%; */
  height: 10rem;
}
.swiper-dialog-div{
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: relative;
}
.my-mask {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top:0;
}
.swiper-dialog-container {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-dialog {
  display: block;
  height: 80%;
  transform: scale(1);
  /*background-color: #4D53D9;*/

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 75%;
}
.swiper-dialog video {
  position: relative;
  object-fit: contain;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/m/videoback.png); */
}
.swiper-dialog-close {
  position: absolute;
  right: -2rem;
  top: -1rem;
  z-index: 2;
  cursor: pointer;
}
.swiper-dialog-close img {
  width: 50px;
}
.sbn1 {
  right: -2rem !important;
  background-image: url(../images/common/swiper-right-arrow3.png);
  margin-top: -1.5rem !important;
}
.sbp1 {
  left: -2rem !important;
  background-image: url(../images/common/swiper-left-arrow3.png);
  margin-top: -1.5rem !important;
}

.swiper-button-prev.prev-offset {
  left: -1.5rem !important;
}

.swiper-button-next.next-offset {
  right: -1.5rem !important;
}

.swiper-button-prev.arrow-img {
  background-image: url(../images/common/swiper-left-arrow2.png);
}
.swiper-button-next.arrow-img {
  background-image: url(../images/common/swiper-right-arrow2.png);
}
.navigation-txt {
  font-size: 0.28rem;
  margin-top: 1.5rem;
  color: #ffffff;
  font-family: 黑体;
}
.swiper-slide .textarea span {
  font-weight: bold;
  padding-right: 10px;
  font-size: 0.42rem;
  color: #36f2fe;
}
.pausethis {
  position: absolute;
  width: 2.8rem;
  height: 1.2rem;
  font-size: 0.6rem;
  text-align: center;
  border: 1px solid rgb(0, 0, 160, 0.5);
  /* box-sizing: border-box; */
  z-index: 9;
  border-radius: 0.1rem;
  right: 0.4rem;
  top: 0.4rem;
  background: rgba(0, 0, 160, 0.75);
  animation: loadingnimate 100s infinite;
  transform: scale(0.8);
  display: flex;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    transform: scale(0.5);
  }
  .swiper-button-next {
    transform: scale(0.5);
  }
  /*竖屏模式手机端兼容开始*/
  /*.swiper-dialog {
    width: 95%;
    height: 40%;
  }*/
  /*.swiper-slide {
    background-size: contain;
  }
  .swiper-dialog-close {
    right: -0.2rem;
    top: -0.5rem;
  }
  .sbn1 {
    right: -0.5rem !important;
  }
  .sbp1 {
    left:-0.5rem !important;
  }*/
  /*
  .firstpage {
    background-image: url(../videos/first-page-mobile.jpg);
    background-size: cover;
  }
  .firstpage .page-title {
    display: block;
  }
  .firstpage .startgame {
    right: auto;
    top: 28%;
  }
  */
  /*.tools {
    right: -0.5rem;
    height: 5rem;
    top: 70%;
  }
  .tools .item {
    width: 1.2rem;
  }
  .qrback {
    margin-left: -4rem;
  }
  #video0 {
    object-fit: cover;
  }*/

  /*.unlock-container {justify-content: space-around !important;}
  .unlock-item img {
    width: 2rem !important;
    margin-top: 1rem !important;
  }
  .unlock-item .desc {
    font-size: 0.2rem !important;
    line-height: 0.3rem !important;
    margin: 0.7rem auto !important;
  }*/

  /*.interaction-box {
    flex-direction: column;
    padding: 2rem 0 !important;
  }

  .interaction-box .interaction-item {
    width: 6rem !important;
    height: 3rem !important;
  }
  .interaction-box .interaction-item.one {
    background-size: cover !important;
  }
  .interaction-box .interaction-item.two {
    background-size: cover !important;
  }
  .interaction-box .interaction-item.three {
    background-size: cover !important;
  }*/
  /*竖屏模式手机端兼容结束*/
}
.swiper-video-play {
  background-image: url(../images/common/play2.png);
  width: 2rem;
  height: 2rem;
  position: absolute;
  cursor: pointer;
  background-size: contain;
}

.swiper-slide .picture-with-play-btn {
  width: 2rem;
  height: 2rem;
  /*background: red;*/
  align-self: flex-end;
  cursor: pointer;
}

.interactive-button-light {
  width: 6.45rem;
  height: 3rem;
  background: url(../images/common/light_btn.png) no-repeat;
  background-size: 100% 100%;
  align-self: flex-end;
  cursor: pointer;
  /*缩小*/
  transform: scale(0.7);
  margin-bottom: 2rem;
}

.light-container {
  width: 20rem;
  height: 5rem;
 /* background: red;
  opacity: 0.5;*/
  margin-top: 4rem;
  display: flex;
  justify-content: space-around;
}
.light-item {
  width: 30%;
  cursor: pointer;
}

.unlock-container {
  width: 100%;
  height: 6rem;
   /*background: red;
   opacity: 0.5;*/
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.unlock-item {
  width: 30%;
}
.unlock-item img {
  margin-top: 1.5rem;
  cursor: pointer;
}
.unlock-item .desc {
  font-size: 0.3rem;
  text-indent: 20px;
  line-height: 0.5rem;
  width: 80%;
  margin: 0.2rem auto;
  text-align: left;
  color: #ffffff;
}

.moving-arrow-div {
  width: 0.5rem;
  height: 0.5rem;
  /*background-color: #3498db;*/
  background: url(../texture/arrow_1.png);
  background-size: 100% 100%;
  position: relative;
  animation: moveDiagonalLeftUp 0.8s infinite alternate;
  margin-left: 70%;
}

@keyframes moveDiagonalLeftUp {
  0% {
    left: 0;
    top: 0;
  }
  100% {
    left: -0.5rem;
    top: -0.5rem;
  }
}

.hot-spot {
  cursor: pointer;
  opacity: 0;
}

/*互动开始*/
.interaction-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 1rem;
  box-sizing: border-box;
}
.interaction-box .interaction-item {
  width: 6rem;
  height: 9rem;
  cursor: pointer;
  border-radius: 10px;
}
.interaction-box .interaction-item.one {
  background: url(../images/menu_1.jpg) no-repeat;
  background-size: 100% 100%;
}
.interaction-box .interaction-item.two {
  background: url(../images/menu_2.jpg) no-repeat;
  background-size: 100% 100%;
}
.interaction-box .interaction-item.three {
  background: url(../images/menu_3.jpg) no-repeat;
  background-size: 100% 100%;
}
.question-iframe-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
}
.question-iframe-box iframe {
  border: none;
}
.start-question {
  width: 40%;
  height: 57%;
  /*background: red;*/
  position: absolute;
  right: 0%;
  bottom: 10%;
  cursor: pointer;
}
/*互动结束*/
.kefu-box {
  width: 4.5rem;
  /*height: 300px;*/
  /*background: red;*/
  position: absolute;
  right: 2.8rem;
  bottom: -8px;
}
.kefu-box .inner {
  position: relative;
}
.kefu-box video {
  width: 100%;
  height: auto;
  background: transparent;
}
.kefu-box .inner .ai-name {
  width: 1.45rem;
  height: 5.74rem;
  background: url(../images/common/ai_name.png);
  background-size: 100% 100%;
  position: absolute;
  right: -0.75rem;
  top: 0;
  transform: scale(0.7);
}
