@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 13.33333333vw;
  overflow-x: hidden;
}

@media screen and (min-width: 560px) and (max-width: 1087px) {
  html {
    font-size: 60px;
  }
}

@media (min-width: 1025px) {
  html {
    font-size: 62.4px;
  }
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 0;
  min-height: 100vh;
  font-family: "Microsoft YaHei";
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #000;
}

.overflow-h {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.normal-img {
  display: block;
  pointer-events: none;
  width: 100%;
}

.pc .downBtn {
  display: none;
}

.pc .downBtn {
  display: none;
}

.downBtn {
  position: absolute;
  top: 123vw;
  left: 15.5%;
  padding-top: 20%;
  width: 72%;
}

.siteUrl {
  font-weight: 600;
}

.downBtn .site-domain {
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
  color: rgb(234, 89, 83);
  font-size: 0.2rem;
  text-align: center;
  letter-spacing: 2px;
}

.mobile-config {
  display: none;
  position: absolute;
  top: 62%;
  left: 25%;
  width: 50%;
  text-align: center;
  line-height: 30px;
  height: 30px;
  color: #999;
  font-size: 13px;
}

.a-2 {
  position: absolute;
  top: 78.8%;
  left: 68.5%;
  padding-top: 17%;
  width: 29.3%;
}

.part-con {
  position: relative;
  display: none;
}

.title {
  position: absolute;
  top: -100%;
  left: -100%;
}

.span {
  position: absolute;
  top: -100%;
  left: -100%;
}

.s_toast {
  width: 100%;
  height: 35px;
  text-align: center;
  position: fixed;
  left: 0;
  z-index: 999;
}

.s_span {
  display: inline-block;
  padding: 15px 30px;
  line-height: 1.6;
  background: #272727;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
}

.qrcode-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 188px;
  height: 188px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 13px;
}

.qrcode-box .qrcode {
  padding: 5px;
  margin: auto;
  background-color: #fff;
  width: 178px;
  height: 178px;
}

.qrcode-tip {
  display: none;
  position: absolute;
  top: 630px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}

.qrcode-tip p {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #c1c5d6;
}

.qrcode-tip .p2 {
  font-size: 12px;
  margin-top: 10px;
  color: #5d6172;
}

.pc,
.pc .part-con {
  background-color: #1d0404;
}

.pc .normal-img {
  max-width: 1187px;
  width: 100%;
  margin: 0 auto;
}

.pc .image-out {
  top: 220px;
}

.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.fixed .pup-down {
  position: absolute;
  left: 50%;
  top: 38%;
  z-index: 2;
  width: 295px;
  transform: translate(-50%, -40%);
  background: #f2f5ff;
  box-shadow: 0px -25px 25px 0px rgba(5, 8, 29, 0.3);
  border-radius: 20px;
  padding: 0 10px 20px 10px;
  padding-bottom: 20px;
}

.pup-down .pup-close {
  position: absolute;
  right: 5px;
  top: 0;
  padding: 10px;
  color: rgba(187, 190, 207, 1);
  font-size: 16px;
  transform: scaleX(140%);
}

.pup-down .xz-icon {
  display: block;
  margin: -25px auto 0 auto;
  height: 50px;
  width: 50px;
}

.pup-down .pup-title {
  display: block;
  margin: 5px auto 10px auto;
  height: 19px;
}

.pup-down .pup-content {
  font-size: 13px;
  color: #05081d;
  text-align: center;
  line-height: 21px;
  text-shadow: 0px 0px 25px rgba(5, 8, 29, 0.3);
}

.pup-down .p3 {
  padding-top: 5px;
  font-size: 12px;
  text-align: center;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
}

.slide {
  position: relative;
  width: 4.46rem;
  overflow: hidden;
}

.slide:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 139.5%;
}

.slide ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slide li {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 解决js阻塞页面显示首屏 */
.slide li:first-child {
  z-index: 1;
}

.slide .dot {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
  font-size: 0;
}

.slide .dot span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 5px;
  /* border: 1px solid #fff; */
  background-color: #ffffff73;
  border-radius: 50%;
}

.slide .dot .cur {
  background-color: #fff;
}

.image-out {
  position: absolute;
  top: 39.85vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 4.46rem;
  overflow: hidden;
}

.custom-image-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 139.5%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  border-radius: 6px;
  font-size: 0;
}

.image-box .triangle-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.12rem;
  height: 1.12rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  backdrop-filter: blur(0.04rem);
  -webkit-backdrop-filter: blur(0.04rem);
}

.image-box .triangle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.54rem;
  height: 0.54rem;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAANqADAAQAAAABAAAANgAAAADzQy6kAAACqElEQVRoBe2aT0hUQRzHXbHMICQoTCSIQBAC6RB08ORBtJsHL4J6MA+R0EE9dJRuHeri3YMoHTwIHSLyEqWX0osKqae0IknzIgqKun1+EDJv960783Z9O7/lDXxx5je/efP9zG//vN21oiJpyQkkJ5CcQIQTSEVYE1iSTqevEmhH99Ah+oY+pFKpI/7qbEB1oJ8os/0gMKCSCuNPM2lCxu+I1asBxGwj2g8BCQvtEOxSAYfRyTCCPLEJ5mu9BsTgrzwQuaY3mGj1Fg5zJ7mcW8RPyXmFqr0DtDBvk7JC0n2v4GxcW+YckfccVXoBaGnaJW2O5Lslh3Nx7JC7R25p39QdzEZJfcuiupJUL4pbxzV/yO8sBM6PJ202wU1CM8CNo2vZ0/kjke7u5fTzX7poGd+5Uh+fFj67XNHXipkMdxh85CxfosvmxHl9DRUz/S8x6KF6y2YwrK+hYqbvZgYLVG7EDIb1tVXMZHhN5YbNgNnXVjHT+xCVGzIDZl9zxYRjC92mcscmlPQ1V0z830Jt0sls2sGE50YmlIzLAeykXMFWyhFsnhcOedPOapofivKK+DiL6H9AK9gm/lup1lo5gU0B0wzUai4oiVedN+nZ3C5+ngA0beNLC9h7YPqB+m0DJTm+P8cO8DgI0CMXKAHzuWJf8NcL0LoYdW0+VkxuaEdRS1Qo10M4y+fjwkW1VS784GyjuDsXQCU/VIyhmrhZAvsVGUx+6g396BHYNI5BEcHecK3rcXi22qMIYLtco9tqsziTMPW3ALhZ1jbE6dd6L4zJzz6u7YAFz1Ck71mszRWSiLkBRyr5LrCpkD1jWYvJS+irBdwxOS+Qz3c4wTPDbC2aR7naOhMPg6uUjDB+BfWhT2gbbaFFJF9m+vdfAUrONbGZnICGE/gH4htl6G6qBGAAAAAASUVORK5CYII=");
}

.custom-image-box > img {
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}

.flex-r-s-s {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.label-top-list label {
  padding: 0.07rem 0.1rem;
  border-radius: 0.04rem;
  color: #ffffff;
  margin-left: 0.06rem;
  font-size: 0.16rem;
  line-height: 1;
}

.label-top-list .item-1 {
  background: linear-gradient(270deg, #ffe8ab 0%, #ffc665 100%);
}

.label-top-list .item-1 b {
  color: #4d3607;
  font-weight: bold;
  font-size: 0.16rem;
  line-height: 1;
  background-image: -webkit-gradient(
    linear,
    left 0,
    right 0,
    from(#c2986b),
    to(#4d3607)
  );
  background-image: gradient(
    linear,
    left 0,
    right 0,
    from(#c2986b),
    to(#4d3607)
  );
  /*必需加前缀 -webkit- 才支持这个text值 */
  -webkit-background-clip: text;
  background-clip: text;
  /*text-fill-color会覆盖color所定义的字体颜色 */
  -webkit-text-fill-color: transparent;
}

.label-top-list .item-2 {
  background: linear-gradient(270deg, #ab67ff 0%, #f53c3c 100%);
}

.label-top-list .item-3 {
  background: linear-gradient(270deg, #32ef45 0%, #d6e531 100%);
}

.label-top-list .item-4 {
  background: linear-gradient(270deg, #40b4fe 0%, #3b63f5 100%);
}

.label-top-list .item-5 {
  background: linear-gradient(270deg, #fe7a40 0%, #f53b3b 100%);
}

.label-top-list .item-6 {
  background: linear-gradient(270deg, #3b63f5 0%, #40b4fe 100%);
}

.image-box .label-top-list {
  position: absolute;
  right: 0.06rem;
  top: 0.06rem;
}

.image-box .bottom-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2.48rem;

  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 0px 0px 0.1rem 0.1rem;
  opacity: 0.8;
}

.label-bottom {
  position: absolute;
  right: 0;
  bottom: 0.18rem;
  left: 0.2rem;
  color: #ffffff;
  font-size: 0.24rem;
  line-height: 1.4;
}

.label-bottom .bottom-top {
  font-size: 0.34rem;
  margin-bottom: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.label-bottom .rate {
  font-size: 0.22rem;
  margin-left: 0.12rem;
}

.label-bottom .flags {
  font-size: 0.24rem;
}

.mask-bg {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mask-bg img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
}

.dialog-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.tutorial {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 86vh;
  background: #02030e;
  border-radius: 0.26rem 0.26rem 0px 0px;
  transition: all 0.3s;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.tutorial .t-title {
  position: relative;
  height: 0.9rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #dee4e9;
  font-size: 0.3rem;
}

.tutorial .undl-tips {
  margin-top: 5px;
  color: #dee4e9;
  font-size: 12px;
  line-height: 1.5;
}

.tutorial .undl-tips span {
  color: #e1c367;
}

.android .tutorial .undl-tips {
  padding: 0 15px;
}

.android .t-title h3 {
  text-align: center;
}

.android .t-main {
  padding-bottom: 2rem;
}

.t-title h3 {
  font-size: 1em;
  flex: 1;
  padding-left: 0.3rem;
}

.tutorial .t-title img {
  padding: 0.1rem;
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.2rem;
}

.tab-list {
  margin: 0.2rem auto;
}

.tab-list .tab {
  height: 0.52rem;
  width: 1.2rem;
  background: #171821;
  border-radius: 0.26rem;
  line-height: 0.52rem;
  cursor: pointer;
  font-size: 0.24rem;
  color: #eff1fd;
  text-align: center;
  margin-right: 0.2rem;
}

.tab-list .tab-active {
  background: #eff1fd;
  color: #0f0f0f;
}

.t-main {
  padding: 0 0.3rem;
  flex: 1;
  /* height: calc(86vh - 0.9rem); */
  overflow: auto;
}

.t-main .s-title {
  margin-top: 0.28rem;
  margin-bottom: 0.3rem;
  color: #dee4e9;
  font-size: 0.3rem;
}

.s-title #iOSAppNameEl {
  color: rgb(234, 89, 83);
}

.guide-container {
  display: none;
}

.warning-text {
  border: 1px dashed #ffa500;
  color: #ffa500;
  padding: 0.16rem 0.24rem;
  margin: 0.24rem 0;
  border-radius: 0.16rem;
  font-size: 0.28rem;
}

.guide-container {
  color: #b3b3b3;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}

.guide-container h3 {
  text-align: center;
  font-weight: 600;
}

.guide-container h3,
.guide-container h4 {
  padding: 0.2rem 0;
  line-height: 1.5;
  font-weight: normal;
}

.guide-container h3 {
  color: #dee4e9;
  font-size: 0.32rem;
}

.guide-container h4 {
  color: #dee4e9;
  font-size: 0.28rem;
}

.guide-container p {
  padding: 0.1rem 0 0.2rem;
  font-size: 0.28rem;
  line-height: 1.6;
  margin: 0;
  color: #899198;
}

.guide-container p img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.guide-container .grid-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.2rem;
}

.guide-container .step-img-box {
  margin: 0.1rem 0.2rem 0.2rem;
}

.footer-btn-bg {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 3rem;
  background-image: linear-gradient(180deg, rgba(2, 3, 14, 0) 0%, #02030e 100%);
}

.custom-button {
  position: absolute;
  bottom: 0.86rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.4rem;
  background: #eff1fd;
  height: 0.9rem;
  border-radius: 0.45rem;
  border: none;
  text-decoration: none;
  display: block;
  font-size: 0.28rem;
  color: #1d213e;
  font-weight: 600;
}

.footer-btn-bg .footer-tips {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.24rem;
  color: #899198;
  text-align: center;
  width: 100%;
}

.top-tips {
  width: 100%;
  color: #757b80;
  background: #18191b;
  font-size: 0.24rem;
  text-align: center;
  height: 0.52rem;
  line-height: 0.52rem;
}

.step-img-box img {
  width: 100%;
}

.part-item {
  margin-top: 0.2rem;
}

.part-item p {
  color: #899198;
  font-size: 0.26rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.part-item span {
  color: rgba(255, 42, 42, 1);
}

.part-item img {
  width: 100%;
}

.p-two p {
  color: #dee4e9;
  margin-top: 0.44rem;
}

.p-two.last {
  padding-bottom: 0.5rem;
}

.c-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}

.c-dialog {
  position: absolute;
  left: 50%;
  top: 45%;
  min-width: 320px;
  width: 90%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 0.2rem;
  overflow: hidden;
}

.c-main {
  padding: 0.26rem 0.3rem;
  text-align: center;
}

.c-main h3 {
  margin-top: 0.24rem;
  margin-bottom: 0.2rem;
  font-size: 0.34rem;
  color: #181818;
}

.c-main p {
  line-height: 1.5;
  color: #636363;
  font-size: 0.24rem;
}
.download-btn,
.download-btn2 {
  display: block;
  width: 85%;
  height: 1rem;
  margin: 10px auto;
  font-size: 0.32rem;
  line-height: 1rem;
  background: linear-gradient(to right, #f3d742, #ffc829);
  color: #000;
  font-weight: bold;
  text-align: center;
  border-radius: 0.5rem;
  border: none;
}
.anzjc {
  display: block;
  font-size: 0.28rem;
  line-height: 1rem;
  color: #1d8fff;
  text-align: center;
  margin-top: 10px;
  width: 85%;
  height: 1rem;
  margin: 10px auto;
  border-radius: 0.5rem;
  font-style: italic;
  text-decoration: underline;
}
.anhao {
  background: #fbf3d0;
  color: #ff0000;
}
.tcanhao span {
  color: #ff0000;
}
.bianshen {
  color: #369ced;
  margin-left: 30px;
  font-weight: 400;
}
.tcBtn {
  width: 90%;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  border-radius: 35px;
  animation: scaleUpDown 2s infinite;
  background-color: #fce00e;
  color: #000;
}
@keyframes scaleUpDown {
  0%,
  100% {
    transform: scale(0.9); /* 开始和结束时大小不变 */
  }
  50% {
    transform: scale(1); /* 中间放大到1.5倍 */
  }
}
/* .c-bottom {
      border-top: 1px solid rgba(28, 29, 31, 0.1);
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    } */

/* .c-bottom button {
      border: none;
      outline: none;
      flex: 1;
      height: 0.94rem;
      background: #ffffff;
      color: #181818;
      font-size: 0.28rem;
    } */

/* .c-bottom button:nth-child(2) {
      border-left: 1px solid rgba(28, 29, 31, 0.1);
      color: #FFA500;
    } */

/* .c-bottom button:active {
      background: #e9e9e9;
    } */
