@font-face {
  font-family: 'OPPOSans-M';
  src        :
    url('../fonts/opposans-m.ttf') format('truetype');
  font-weight: normal;
  font-style : normal;
}

@font-face {
  font-family: 'OPPOSans-H';
  src        :
    url('../fonts/opposans-h.ttf') format('truetype');
  font-weight: normal;
  font-style : normal;
}

.flex-center {
  display        : flex;
  display        : -ms-flexbox;
  display        : -moz-box;
  align-items    : center;
  justify-content: flex-end;
  margin-right   : 24px;
  width          : 512px;
}

.mt-10 {
  margin-top: -10px;
}

.content {
  font-family: "Microsoft JhengHei";
  color      : #ffffff;

}

.content .content-bg {
  height          : 100vh;
  position        : relative;
  background-color: #000;


}

.content .content-bg .content-bg-video {
  position  : absolute;
  left      : 0;
  top       : 0;
  width     : 100%;
  height    : 100%;
  object-fit: cover;


}


.content .content-bg .content-bg-wrapper {
  position     : absolute;
  height       : 100%;
  width        : 100%;
  top          : 0;
  left         : 0;
  z-index      : 97;
  display      : block;
  /* background: linear-gradient(180deg, rgba(18, 24, 31, 0.5) 0%, #12181F 100%) */
  background   : rgba(0, 0, 0, 0.5);
}

.content .content-box {
  z-index    : 999;
  position   : absolute;
  top        : 50%;
  /* left    : 14%; */
  height     : 480px;
  transform  : translate(-19%, -50%);
  margin-left: 8%;
}

.content .content-box .content-box-title {
  display       : flex;
  display       : -ms-flexbox;
  display       : -moz-box;
  flex-direction: column;
  align-items   : center;
  animation     : slide-top 4s ease 0s 1 normal forwards;
}

.content .content-box .content-box-title .content-box-title__p2 {
  font-size    : 28px;
  line-height  : 34px;
  text-align   : center;
  margin-top   : 32.3px;
  margin-bottom: 80px;
}

.content .content-box .content-box-title .content-box-title__btn {
  width          : 245px;
  height         : 109px;
  /* background  : linear-gradient(90deg, #00CC69 2.22%, #00AD59 100%); */
  background     : url("../images/7.png") center bottom no-repeat;
  text-align     : center;
  cursor         : pointer;
  display        : flex;
  display        : -ms-flexbox;
  display        : -moz-box;
  align-items    : center;
  color          : #ffffff;
  justify-content: center;
  font-family    : 'Microsoft YaHei';
  font-style     : normal;
  font-weight    : 700;
  font-size      : 24px;
  line-height    : 34px;
  /* identical to box height */


  color: #FFFFFF;

}

.content .content-box .content-box-title .content-box-title__btn6 {
  width        : 220px;
  height       : 108px;
  /* background: linear-gradient(90deg, #00CC69 2.22%, #00AD59 100%); */
  background   : url(../images/freelucky.png) center bottom no-repeat;
  font-size    : 21px;
  line-height  : 34px;
  text-align   : center;
  cursor       : pointer;
  display      : flex;
  display      : -ms-flexbox;
  display      : -moz-box;
  align-items  : center;
  color        : #ffffff;
}

.tipsbox {
  position: absolute;
  right   : 10px;
  top     : 309px;
}

.content .content-box .content-box-title .content-box-title__btn:hover {
  /* background: url('../images/download_pc.png') center top no-repeat; */
}

.content .content-box .content-box-title .content-box-title__btn img {
  margin-left : 85px;
  margin-right: 20px;
}

.content .content-box .content-box-title .content-box-title__btnM {
  position     : relative;
  width        : 111px;
  height       : 96px;
  /* background: url('../images/download_m.png') center top no-repeat; */
  font-size    : 21px;
  line-height  : 34px;
  text-align   : center;
  cursor       : pointer;
  display      : flex;
  display      : -ms-flexbox;
  display      : -moz-box;
  align-items  : center;
  margin-left  : -56px;
  color        : #ffffff;
  margin-right : 44px;
}

.content .content-box .content-box-title .content-box-title__btnM:hover {
  /* background: url('../images/download_m.png') center bottom no-repeat; */
}

.content .content-box .content-box-title .content-box-title__btnM .conetent-box-title__qrcode {
  position  : absolute;
  background: url("../images/box_qrcode.png") no-repeat;
  width     : 168px;
  height    : 182px;
  top       : -170px;
  left      : 36px;
  cursor    : initial;
  visibility: hidden;
}

.content .content-box .content-box-title .content-box-title__btnM .conetent-box-title__qrcode img {
  position: absolute;
  left    : 50%;
  top     : 50%;
  margin  : -75px 0 0 -68px;
}

.content .content-box .content-box-title .content-box-title__btnM .conetent-box-title__qrcode .icon {
  background: url("../images/icon_qrcode.png") no-repeat;
  width     : 68px;
  height    : 40px;
  position  : absolute;
  left      : 50%;
  top       : 50%;
  margin    : -27px 0 0 -34px;
}

.content .content-box .content-box-title .content-box-title__btnM:hover .conetent-box-title__qrcode {
  visibility: visible;
}

.content .content-box .content-box-title .content-box-title__btnM img {
  margin-left : 50px;
  margin-right: 20px;
}

.content .content-box .content-box-title .conetent-box-title__introduce {
  cursor    : pointer;
  background: url("../images/introduce.png") center top no-repeat;
  width     : 212px;
  height    : 32px;
  font-size : 14px;
  visibility: hidden;
}

.content .content-box .content-box-title .conetent-box-title__introduce:hover {
  background: url("../images/introduce.png") center bottom no-repeat;
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateX(64px);
    transform        : translateX(64px);
    opacity          : 0;
  }

  60% {
    -webkit-transform: translateX(64px);
    transform        : translateX(64px);
    opacity          : 0;
  }

  100% {
    -webkit-transform: translateX(100px);
    transform        : translateX(100px);
    opacity          : 1;
  }
}

@keyframes active-side-top {
  0% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100px);
    transform        : translateY(-360px);
  }
}

.vertical-text {
  writing-mode    : vertical-rl;
  /* 竖排从右到左 */
  text-orientation: upright;
  /* 文字方向为正立 */
}

.adbox {
  z-index  : 999;
  position : fixed;
  top      : 45%;
  right    : 10.6%;
  transform: translate(0%, -50%);
  font-size: 14px;
  color    : #adb5bd;
  animation: slide-right 4s ease 0s 1 normal forwards;
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateY(0px);
    opacity          : 0;
  }

  60% {
    -webkit-transform   : translateY(-36px);
    /* -webkit-transform: translateX(64px); */
    opacity             : 0;
  }

  100% {
    -webkit-transform   : translateY(-120px);
    /* -webkit-transform: translateX(100px); */

    opacity: 1;
  }
}

.flip-container {
  perspective: 1000px;
  /* 设置视角距离 */
  height     : 320px;
  width      : 513px;
}

.flipper {
  position       : relative;
  width          : 512px;
  height         : 320px;
  transform-style: preserve-3d;
  /* 保持 3D 变换效果 */
  animation      : flip 16s ease-in-out infinite;
  /* 添加动画效果 */
}

.front,
.back {
  position                   : absolute;
  width                      : 100%;
  height                     : 100%;
  backface-visibility        : hidden;
  /* 隐藏背面 */
  -webkit-backface-visibility: hidden;
  /* 神秘代码 解决macos 13.1.3版本的问题 */
}

.front {
  z-index          : 2;
  transform        : rotateX(0deg);
  /* 初始状态为正面朝上 */
  -webkit-transform: rotateX(0deg)
}

.back {
  transform        : rotateX(180deg);
  /* 初始状态为背面朝上 */
  -webkit-transform: rotateX(rotateX(180deg))
}

@keyframes flip {
  0% {
    -webkit-transform: rotateX(0deg);
    transform        : rotateX(0deg);
  }

  45% {
    -webkit-transform: rotateX(0deg);
    transform        : rotateX(0deg);
  }

  50% {
    -webkit-transform: rotateX(180deg);
    transform        : rotateX(180deg);
  }

  95% {
    -webkit-transform: rotateX(180deg);
    transform        : rotateX(180deg);
  }

  100% {
    -webkit-transform: rotateX(360deg);
    transform        : rotateX(360deg);
  }
}

.addbox {
  width     : 282px;
  height    : 86px;
  overflow  : hidden;
  position  : relative;
  object-fit: cover;
}


.bullet {
  fill     : none;
  transform: rotate(-90deg);
  width    : 20px;
  height   : 20px;
  cursor   : pointer;
}

.base-circle {
  fill: none;
}

.base-circle {
  stroke: rgba(255, 255, 255, 0.1)
}

.value-circle {
  fill             : none;
  transition       : stroke-dashoffset 1s;
  stroke-dashoffset: 254;
  stroke-dasharray : 254;
}

/* loading state animation */
.bullet-svg {
  transition: opacity 1s;
  stroke    : rgb(27, 163, 14);
}

.bullet:after {
  content      : '';
  position     : absolute;
  top          : 50%;
  left         : 50%;
  width        : 6px;
  height       : 6px;
  transform    : translate(-50%, -50%);
  overflow     : hidden;
  border-radius: 100%;
  background   : #fff;
  transition   : opacity 100ms 100ms;
}

.bullet-active:after {
  transition: opacity 100ms 100ms;
  opacity   : 0;
}


.bullet svg {
  z-index   : 1;
  position  : absolute;
  top       : 50%;
  left      : 50%;
  transform : translate(-50%, -50%) scale(0);
  transition: transform 300ms;
}

.bullet-active svg {
  transform: translate(-50%, -50%) scale(1);
}

.bullet-active .value-circle {
  stroke: #00AD59;
}

@keyframes resetDashoffset {
  to {
    stroke-dashoffset: 0;
  }
}


.pagination {
  display        : flex;
  justify-content: center;
  column-gap     : 6.5px;
}

.swiper-pagination-custom {
  bottom    : 88px !important;
  width     : 100% !important;
  position  : absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform : translate3d(0, 0, 0);
  z-index   : 10
}





.download-btn-8:active {
  box-shadow    : 0px 0px 18px 0px rgba(0, 173, 89, 0.70);
  background    : rgba(0, 173, 89, 0.30);
  mix-blend-mode: color-dodge;
}

.description-8 {
  display       : flex;
  flex-direction: column;
  align-items   : center;
  position      : absolute;
  left          : 0;
  bottom        : 140px;
  right         : 0;
  z-index       : 999;
}


.download-btn-7 {
  background       : url(../images/oldversion.png);
  background-repeat: no-repeat;
  background-size  : cover;
  width            : 180px;
  height           : 32px;
  display          : flex;
  align-items      : center;
  justify-content  : center;
}

.description-title-container {
  height         : 103px;
  min-width      : 454px;
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.description-title-1 {
  text-align : center;
  font-family: 'OPPOSans-H', sans-serif;
  font-style : normal;
  line-height: normal;
  color      : #ffffff;
  text-align : center;
  font-size  : 18px;
  font-weight: 400;
  opacity    : 0.7;
}

.description-title-2 {
  color          : #E2E2E2;
  text-align     : center;
  font-family    : 'OPPOSans-M';
  font-size      : 50px;
  font-style     : normal;
  font-weight    : 400;
  line-height    : normal;
  height         : 103px;
  position       : absolute;
  left           : 0;
  right          : 0;
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.description-title-3 {
  color          : #FFF;
  text-align     : center;
  font-family    : 'OPPOSans-H';
  font-size      : 78px;
  font-style     : normal;
  font-weight    : 400;
  line-height    : normal;
  visibility     : hidden;
  position       : absolute;
  left           : 0;
  right          : 0;
  display        : flex;
  justify-content: center;
}

.description-title-3 span {
  position   : relative;
  display    : inline-block;
  opacity    : 0;
  line-height: 0;
}

@keyframes opacity {
  to {
    opacity: 0;
  }
}

@keyframes descriptionanimation {
  0% {
    opacity  : 0;
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity  : 1;
    transform: translate3d(0, 0, 0);
  }

}



@keyframes titleScale {
  to {
    color      : #ADB5BD;
    text-align : center;
    font-family: 'OPPOSans-M';
    font-size  : 18px;
    font-style : normal;
    font-weight: 400;
    line-height: normal;
    transform  : translateY(-65px);
  }
}

@keyframes textWave {
  0% {
    opacity  : 0;
    transform: translate3d(0, 25px, 0) rotate(20deg);

  }

  100% {
    opacity  : 1;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}


.download-btn-8,
.download-btn-8 * {
  box-sizing: border-box;
}

.download-btn-8 {
  width          : 152px;
  height         : 48px;
  border-radius  : 77px;
  background     : #00AD59;
  display        : flex;
  align-items    : center;
  justify-content: center;
  color          : #FFF;
  text-align     : center;
  font-family    : 'OPPOSans-H';
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 400;
  line-height    : normal;
  margin-top     : 0px;
  margin-bottom  : 24px;
  cursor         : pointer;
  box-sizing     : border-box;
  position       : relative;
}


.download-btn-8:hover .rectangle-1826 {
  background   : #00ad59;
  border-radius: 77px;
  border-style : solid;
  border-color : transparent;
  border-width : 2px;
  width        : 152px;
  height       : 48px;
  position     : absolute;
  left         : 0px;
  top          : 0px;
  box-shadow   : 0px 0px 18px 0px rgba(0, 173, 89, 0.7);
}

.download-btn-8:hover .rectangle-1827 {
  background    : rgba(0, 173, 89, 0.5);
  border-radius : 77px;
  border-style  : solid;
  border-color  : transparent;
  border-width  : 2px;
  width         : 152px;
  height        : 48px;
  position      : absolute;
  left          : 0px;
  top           : 0px;
  box-shadow    : 0px 0px 18px 0px rgba(0, 173, 89, 0.7);
  mix-blend-mode: color-dodge;
  visibility    : visible;
}

.download-btn-8:hover .group-1612 {
  mix-blend-mode: plus-lighter;
}

.group-1613 {
  position: absolute;
  inset   : 0;
}

.rectangle-1826 {
  background   : #00ad59;
  border-radius: 77px;
  border-style : solid;
  border-color : transparent;
  border-width : 2px;
  width        : 152px;
  height       : 48px;
  position     : absolute;
  left         : 0;
  top          : 0;
  box-shadow   : 0px 0px 18px 0px rgba(0, 173, 89, 0.7);
}

.rectangle-1827 {
  visibility: hidden;
}

.group-1612 {
  display    : flex;
  align-items: center;
  z-index    : 99;
}

.download-text {
  text-align : center;
  font-family: "OppoSans-H", sans-serif;
  font-size  : 18px;
  font-weight: 400;
}

.footer-8 {
  color          : #adb5bd;
  opacity        : 0.5;
  text-align     : left;
  font-family    : "MicrosoftYaHei-Regular", sans-serif;
  font-size      : 12px;
  font-weight    : 400;
  position       : absolute;
  bottom         : 33px;
  width          : 100%;
  display        : flex;
  justify-content: space-between;
  z-index        : 999;
}

.download-a {
  color: white !important;
}

.download-a:hover {
  color: white !important;
}

.download-bg {
  position: absolute;
  width   : 100%;
  height  : 100%;
  top     : 0;
  left    : 0;
  right   : 0;
  bottom  : 0;
  z-index : 999;
}

.download-btn-9,
.download-btn-9 * {
  box-sizing: border-box;
}

.download-btn-9 {
  height         : 32px;
  width          : 180px;
  background     : linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 40%, #000 60%, rgba(0, 0, 0, 0) 100%);
  display        : flex;
  align-items    : center;
  justify-content: center;
  position       : relative;
  color          : #fff;
}

.download-btn-9 a {
  color      : #fff;
  width      : 100%;
  height     : 100%;
  text-align : center;
  position   : relative;
  line-height: 32px;
  font       : medium;
}

.download-btn-9 a:hover {
  color: #00AD59;
}

.download-btn-9 a::after,
.download-btn-9 a::before {
  content         : "";
  width           : 100%;
  height          : 1px;
  position        : absolute;
  top             : 0px;
  left            : 0;
  background-image: linear-gradient(90deg, #00E67600 0%, #00E676 50%, #00E67600);
}

.download-btn-9 a:hover:after,
.download-btn-9 a:hover::before {
  background-image: linear-gradient(90deg, #00E67600 0%, #00AD59, #00E67600);
}

.download-btn-9 a::before {
  top   : unset;
  bottom: 0px;
}