@charset "UTF-8";

/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
html {
  font-size: 10px;
  overflow: hidden;
}

html,
body {
  height: 100%;
}

body {
  /* background: #121619; */
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.778;
  color: #545454;
  margin: 0;
  padding: 0;
}

button {
  border: none;
}
.hide {
  display: none !important;
}
.blue {
  color: #19AEE9 !important;
}

/* ===================================================================
 * # preloader 
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: #121619; */
  background: #fff;
  z-index: 800;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  display: inline-block;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#loader > div {
  content: "";
  background: #5b4f96;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

#loader > div:nth-of-type(1) {
  left: 15px;
}

#loader > div:nth-of-type(3) {
  left: -15px;
}

/* dots jump */
.dots-jump > div {
  -webkit-animation: dots-jump 1.2s infinite ease;
  animation: dots-jump 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-jump > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-jump > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

@keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

/* dots fade */
.dots-fade > div {
  -webkit-animation: dots-fade 1.6s infinite ease;
  animation: dots-fade 1.6s infinite ease;
  animation-delay: 0.4s;
}

.dots-fade > div:nth-of-type(1) {
  animation-delay: 0.8s;
}

.dots-fade > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

@keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

/* dots pulse */
.dots-pulse > div {
  -webkit-animation: dots-pulse 1.2s infinite ease;
  animation: dots-pulse 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-pulse > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-pulse > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * pc
 * ------------------------------------------------------------------- */
@media only screen and (min-width: 450px) {
  
  span {
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #282828;
    line-height: 0.46rem;
    text-align: left;
  }
}

@media only screen and (max-width:2000px) {

}
@media only screen and (max-width:1800px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width:1500px) {
  html {
    font-size: 7px;
  }
}
@media only screen and (max-width:1300px) {
  html {
    font-size: 6px;
  }
}
@media only screen and (max-width:1000px) {
  html {
    font-size: 5px;
  }

}

/* @media only screen and (max-width:450px) { */
  html {
    font-size: 10px;
  }
  .mobile {
    background: #DFF4FF;
  }
  .pc {
    display: none;
  }
  span {
    font-size: 1.2rem;
    color: #282828;
    line-height: 1.86rem;
    text-align: left;
  }

  .top-img-box {
    position: relative;
    font-size: 0;
    margin-bottom: 0;
  }
  .top-img {
    width: 100%;
  }

  .play-btn {
    width: 4.24rem;
    height: 0.94rem;
    background: #1B1B6A;
    border-radius: 0.47rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.36rem;
    color: #FFFFFF;
    position: absolute;
    top: 10.23rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
  }
  .all {
    width: 100%;
    background: #FE806B;
    height: 100%;
    overflow: scroll;
    position: relative;
  }
  .all::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .all-bg {
    width: 100%;
    height: 7.91rem;
    background-size: 100% 7.91rem;
    background-image: url('https://static.kewanyan.com/game_landingpage_img/zhuayoubao-website/tui.zhuayoubao.compid62/bg%402x.png');
  }
  .bottom {
    width: 100%;
    padding: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bottom .btn {
    width: 2.35rem;
    height: 0.62rem;
    background-image: url('./../images//tui.zhuayoubao.compid62//download-btn@2x.png');
  }

  .bottom {
    width: 100%;
    background: rgba(254, 128, 107, 0.88);
    position: sticky;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .other-browser {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    z-index: 3;
    padding-top: 0.865rem;
    padding-left: 0.6rem;
}
  .other-browser .arrow {
    width: 1.08rem;
    height: 1.6rem;
    background-image: url('./../images/mobile/arrow@2x.png');
    position: absolute;
    top: 0.35rem;
    right: 0.23rem; 
  }
  .other-browser .yellow.p1 {
    font-size: 0.18rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #F7E970;
    line-height: 0.26rem;
  }
  .other-browser .yellow.p1:nth-child(3) {
    margin-bottom: 0.21rem;
  }
  .other-browser .p2 {
    display: flex;
    align-items: center;
  }
  .other-browser .p2 span {
    font-size: 0.18rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: inherit;
  }
  .other-browser .p2 .more {
    margin-left: 0.08rem;
    width: 0.21rem;
    height: 0.05rem;
    background-image: url('./../images/mobile/more@2x.png');
    position: relative;
    top: 0.01rem;
  }
  .other-browser .p2 .browser-icon {
    width: 0.21rem;
    height: 0.21rem;
    margin-left: 0.06rem;
    background-image: url('./../images/mobile/browser@2x.png');
    position: relative;
    top: 0.01rem;
  }
  .other-browser .line {
    width: 0.01rem;
    height: 0.21rem;
    background-image: url('./../images/mobile/line@2x.png');
    margin: 0.06rem 0 0.06rem 0.07rem;
  }
/* } */

.op0 {
  opacity: 0;
}
.op1 {
  opacity: 1;
}
.obj {
  width: 100%;
  height: 100%;
}
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}
