@charset "UTF-8";
/*PC*/
html {
  height: 100%;
  background-color: #101626;
}

body {
  background-color: #101626;
  padding-bottom: 1.2rem;
  font-size: .24rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
  color: #d8b084;
  font-size: 14px;
}

.bonus-wrap {
  position: relative;
  /*弹窗*/
}

.bonus-wrap .appbar-wrap {
  display: none;
}

.bonus-wrap .banner {
  background: url("./theme_pc.jpg") top center no-repeat;
  background-size: auto 100%;
  min-height: 650px;
  box-sizing: border-box;
  position: relative;
}

.bonus-wrap .banner.noZh {
  background: url("./theme_pc_en.jpg") top center no-repeat;
  background-size: auto 100%;
}

.bonus-wrap .banner .caption {
  display: none;
}

.bonus-wrap .banner .rule-btn {
  position: absolute;
  left: 50%;
  z-index: 999;
  top: 550px;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  display: block;
  background-color: #5c4aff;
  margin: 0 auto;
  padding: .1rem .3rem;
  line-height: 1.4em;
  border-radius: .5rem;
  font-size: 16px;
  box-sizing: border-box;
}

.bonus-wrap .banner .rule-btn:link, .bonus-wrap .banner .rule-btn:visited {
  color: #fff;
}

.bonus-wrap .banner .rule-btn.im {
  position: fixed;
  right: 15px;
  bottom: 100px;
  left: auto;
  width: 80px;
  height: 80px;
  background-color: #18c05e;
  font-size: 12px;
  padding: .14rem;
}

.bonus-wrap .banner .rule-btn.im img {
  width: 65%;
  margin: 0 auto;
}

.bonus-wrap .banner .btn-box {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.bonus-wrap .banner .btn-box .btn-l {
  display: inline-block;
  width: 205px;
  height: 66px;
  color: #fff;
  background: url("./button_l.png") top center no-repeat;
  background-size: 100% auto;
  line-height: 1em;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bonus-wrap .banner .btn-box .btn-r {
  display: inline-block;
  width: 205px;
  height: 66px;
  color: #fff;
  background: url("./button_r.png") top center no-repeat;
  background-size: 100% auto;
  line-height: 1em;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bonus-wrap .banner .btn-box .btn-m {
  width: 400px;
  margin: 0 auto;
  height: 80px;
  color: #ffe4d0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  background: url("./button_m.png") center no-repeat;
  background-size: auto 100%;
}

.bonus-wrap .banner .btn-box div {
  cursor: pointer;
}

.bonus-wrap .banner .btn-box div:hover {
  opacity: .9;
}

.bonus-wrap .banner .marquee {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  box-sizing: border-box;
  background: linear-gradient(to right, rgba(16, 18, 24, 0), rgba(16, 18, 24, 0.7) 20%, rgba(16, 18, 24, 0.7) 80%, rgba(16, 18, 24, 0));
  /*超出盒子的部分，隐藏*/
  overflow: hidden;
}

.bonus-wrap .banner .marquee ul {
  /*因为是10张照片，所以ul的宽是2000px*/
  width: 2000px;
  animation: move 20s infinite linear;
}

.bonus-wrap .banner .marquee li {
  float: left;
  margin-right: 1rem;
}

@keyframes move {
  to {
    /*7张图片正好全部走出盒子，留出来的空白部分，由后面那三张图片当替身补上*/
    transform: translateX(-1400px);
  }
}

.bonus-wrap .banner .marquee ul:hover {
  /*鼠标经过li后，动画暂停*/
  animation-play-state: paused;
}

.bonus-wrap .main-box {
  position: relative;
  box-sizing: border-box;
  background: url("./background.jpg") top center no-repeat;
  background-size: 100% auto;
}

.bonus-wrap .main-box h2 {
  position: relative;
  font-size: 28px;
  margin: 30px auto;
  display: inline-block;
  color: #edbd87;
}

.bonus-wrap .main-box h2::before {
  position: absolute;
  right: -136px;
  top: 12px;
  display: block;
  width: 116px;
  height: 18px;
  content: '';
  background: url("./til_r.png") top center no-repeat;
  background-size: 80%;
}

.bonus-wrap .main-box h2::after {
  position: absolute;
  left: -136px;
  top: 12px;
  display: block;
  width: 116px;
  height: 18px;
  content: '';
  background: url("./til_l.png") top center no-repeat;
  background-size: 80%;
}

.bonus-wrap .main-box .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.bonus-wrap .main-box .btn {
  background-image: linear-gradient(to bottom, #edbd87, #c58c59);
  border-radius: 30px;
  line-height: 1.2em;
  width: 200px;
  margin: 10px auto;
  padding: 15px 30px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.bonus-wrap .main-box .btn.invite {
  background-image: linear-gradient(to bottom, #2d6eff, #0a44cd);
}

.bonus-wrap .main-box .sec1 {
  min-height: 700px;
  padding-top: 40px;
  text-align: center;
  /*计时*/
}

.bonus-wrap .main-box .sec1 .info {
  margin: 0 auto 15px auto;
  font-size: 14px;
  color: #ffde9f;
}

.bonus-wrap .main-box .sec1 .info span {
  padding: 0 5px;
  margin: 0 3px;
  width: 20px;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  background-color: #f96543;
}

.bonus-wrap .main-box .sec1 .top3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bonus-wrap .main-box .sec1 .top3 li {
  width: 187px;
  height: 233px;
  font-size: 14px;
  margin: 5px;
  background: rgba(255, 187, 131, 0.5);
  border-radius: .3rem;
  background-size: 100% auto;
}

.bonus-wrap .main-box .sec1 .top3 li .til {
  color: #101626;
  margin-top: 25px;
  height: 70px;
  font-size: 16px;
  font-weight: bold;
}

.bonus-wrap .main-box .sec1 .top3 li .gift {
  color: #fff;
}

.bonus-wrap .main-box .sec1 .top3 li .amount {
  font-size: 36px;
  font-weight: 900;
  background-image: linear-gradient(to bottom, #ffffff, #fff0d0);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: -2px;
}

.bonus-wrap .main-box .sec1 .top3 li .amount span {
  font-size: 20px;
}

.bonus-wrap .main-box .sec1 .top3 li .get {
  background-image: linear-gradient(to bottom, #1e2331, #101626);
  border-radius: 30px;
  line-height: 36px;
  width: 88px;
  margin: 10px auto;
  cursor: pointer;
  transition: all .3s;
}

.bonus-wrap .main-box .sec1 .top3 li .get:hover {
  margin-top: 15px;
}

.bonus-wrap .main-box .sec1 .others {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bonus-wrap .main-box .sec1 .others li {
  width: 170px;
  height: 212px;
  font-size: 14px;
  margin: 5px;
  background: rgba(255, 187, 131, 0.2);
  border-radius: .3rem;
}

.bonus-wrap .main-box .sec1 .others li .til {
  color: #101626;
  margin-top: 20px;
  height: 65px;
  font-size: 15px;
  font-weight: bold;
}

.bonus-wrap .main-box .sec1 .others li .gift {
  color: #fff;
}

.bonus-wrap .main-box .sec1 .others li .amount {
  font-size: 30px;
  font-weight: 900;
  background-image: linear-gradient(to bottom, #ffffff, #ffd67b);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: -2px;
}

.bonus-wrap .main-box .sec1 .others li .amount span {
  font-size: 20px;
}

.bonus-wrap .main-box .sec1 .others li .get {
  background-image: linear-gradient(to bottom, #ff7230, #ff3f14);
  border-radius: 30px;
  line-height: 36px;
  width: 88px;
  margin: 10px auto;
  color: #fff;
  cursor: pointer;
  transition: all .3s;
}

.bonus-wrap .main-box .sec1 .others li .get:hover {
  margin-top: 15px;
}

.bonus-wrap .main-box .sec1 .notice {
  font-size: 14px;
  color: #fff;
  margin: 30px auto;
}

.bonus-wrap .main-box .sec1 .notice span {
  text-decoration: underline;
  color: #ff6427;
  font-weight: bold;
}

.bonus-wrap .main-box .sec2 {
  text-align: center;
  margin-top: 30px;
}

.bonus-wrap .main-box .sec2 .content {
  height: 165px;
  background: url("./flow_pc.png") top center no-repeat;
  background-size: 800px auto;
}

.bonus-wrap .main-box .sec2 .content.noZh {
  background: url("./flow_m_en.png") top center no-repeat;
  background-size: auto;
}

.bonus-wrap .main-box .sec3 {
  text-align: center;
  margin-top: 50px;
}

.bonus-wrap .main-box .sec3 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.bonus-wrap .main-box .sec3 ul.top3 li {
  width: 203px;
  height: 237px;
  margin: 10px;
}

.bonus-wrap .main-box .sec3 ul.top3 li i {
  display: block;
  height: 100px;
  width: 100px;
  margin: .2rem auto;
  border-radius: 50%;
  background-color: #182437;
  padding-top: 18px;
  box-sizing: border-box;
}

.bonus-wrap .main-box .sec3 ul.top3 li i img {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.bonus-wrap .main-box .sec3 ul.top3 li p {
  font-size: 14px;
  line-height: 1.2em;
}

.bonus-wrap .main-box .sec3 ul.others {
  padding: 0 120px;
}

.bonus-wrap .main-box .sec3 ul.others li {
  width: 200px;
  height: 200px;
}

.bonus-wrap .main-box .sec3 ul.others li i {
  display: block;
  height: 100px;
  width: 100px;
  margin: .2rem auto;
  border-radius: 50%;
  background-color: #182437;
  box-sizing: border-box;
  padding-top: 22px;
}

.bonus-wrap .main-box .sec3 ul.others li i img {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.bonus-wrap .main-box .sec3 ul.others li p {
  padding: 0 .2rem;
  font-size: 14px;
  line-height: 1.2em;
}

.bonus-wrap .main-box .sec4 {
  text-align: center;
  margin-top: 50px;
}

.bonus-wrap .main-box .sec4 .content {
  width: 754px;
  height: 538px;
  margin: 0 auto;
  padding-top: 90px;
  background: url("./vsBg_m.jpg") top center no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
}

.bonus-wrap .main-box .sec4 .content ul li .til {
  font-size: 18px;
  font-weight: bold;
}

.bonus-wrap .main-box .sec4 .content ul li .desc {
  font-size: 16px;
}

.bonus-wrap .main-box .sec4 .content .rhino {
  width: 280px;
  margin-right: 130px;
  color: #4d1a09;
}

.bonus-wrap .main-box .sec4 .content .others {
  width: 180px;
  margin-right: 30px;
  color: #fff;
}

.bonus-wrap .main-box .sec4 .content.noZh {
  background: url("./vsBg_m_en.jpg") top center no-repeat;
  background-size: 100% auto;
}

.bonus-wrap .main-box .sec5 {
  text-align: center;
  margin-top: .5rem;
}

.bonus-wrap .main-box .sec5 .content img {
  width: auto;
  margin: 0 auto;
}

.bonus-wrap .main-box .sec5 .path {
  margin-top: .3rem;
}

.bonus-wrap .main-box .ad-box {
  width: 920px;
  height: 160px;
  margin: 50px auto auto auto;
  padding: 30px 50px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

.bonus-wrap .main-box .ad-box .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
}

.bonus-wrap .main-box .ad-box .sub-title {
  font-size: 30px;
}

.bonus-wrap .main-box .ad-box .sub-title em {
  font-size: 42px;
  font-weight: 900;
  color: #ffa237;
}

.bonus-wrap .color-text {
  color: #ff6738;
}

.bonus-wrap .floatbtn {
  position: fixed;
  bottom: -1px;
  width: 100%;
  padding: 0 6px;
  background-color: rgba(16, 22, 38, 0.9);
  box-sizing: border-box;
}

.bonus-wrap .floatbtn .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.bonus-wrap .floatbtn .wrap .btn {
  cursor: pointer;
  margin: 10px 5px;
  padding: 12px 15px;
  border-radius: .5rem;
  width: 33%;
  background-color: #cf403f;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
}

.bonus-wrap .floatbtn .wrap .btn.btn-cs {
  background-color: #48627b;
}

.bonus-wrap .floatbtn .wrap .btn.btn-download {
  background-color: #5c4aff;
}

.bonus-wrap .floatbtn .wrap .btn:hover {
  opacity: .85;
}

.bonus-wrap .dialog-box {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.bonus-wrap .dialog-box .dialog {
  background: #fff;
  width: 800px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  color: #000;
}

.bonus-wrap .dialog-box .dialog h2 {
  line-height: 1.6em;
  text-align: center;
  margin: 0 auto 15px auto;
  font-size: 17px;
}

.bonus-wrap .dialog-box .dialog .close {
  position: absolute;
  right: -.2rem;
  top: -.8rem;
  display: block;
  height: .88rem;
  width: .88rem;
  line-height: .88rem;
  background: url("../../../static/common/close_outline_light.svg") center no-repeat;
  background-size: 50% auto;
  transition: all .3s;
}

.bonus-wrap .dialog-box .dialog .content {
  font-size: 14px;
  padding: 15px 30px;
}

.bonus-wrap .dialog-box .dialog .content .con {
  overflow-y: auto;
  max-height: 300px;
}

.bonus-wrap .dialog-box .dialog .content .con h3 {
  font-size: 14px;
  margin-top: 10px;
}

.bonus-wrap .dialog-box .dialog .content table {
  width: 100%;
  margin: .2rem auto;
  border: 1px solid #333;
}

.bonus-wrap .dialog-box .dialog .content table td, .bonus-wrap .dialog-box .dialog .content table th {
  border-bottom: 1px solid #d0ddf3;
  border-left: 1px solid #d0ddf3;
  font-size: 14px;
  padding: 3px;
  text-align: center;
}

.bonus-wrap .dialog-box .dialog .content table th {
  background-color: #d0ddf3;
}

/*mobile*/
@media screen and (max-width: 1024px) {
  .bonus-wrap {
    overflow-x: hidden;
    /*弹窗*/
  }
  .bonus-wrap .appbar-wrap {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: none;
    transition: background-color .3s;
  }
  .bonus-wrap .appbar-wrap .appBar {
    height: .88rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bonus-wrap .appbar-wrap .appBar .back {
    flex: 1;
  }
  .bonus-wrap .appbar-wrap .appBar .back span {
    display: block;
    height: .88rem;
    width: .88rem;
    line-height: .88rem;
    background: url("../../../static/common/back_light.svg") center no-repeat;
    background-size: 80% auto;
  }
  .bonus-wrap .appbar-wrap .appBar .title {
    flex: 3;
    font-size: .36rem;
    line-height: .88rem;
    font-weight: 900;
    text-align: center;
  }
  .bonus-wrap .appbar-wrap .appBar .right {
    flex: 1;
    font-size: .3rem;
    color: #3C5EFF;
    display: flex;
    justify-content: flex-end;
    margin-right: .16rem;
  }
  .bonus-wrap .appbar-wrap .appBar .right .share {
    display: block;
    height: .88rem;
    width: .7rem;
    line-height: .88rem;
    background: url("../../../static/common/refresh_outline_light.svg") center no-repeat;
    background-size: 76% auto;
  }
  .bonus-wrap .appbar-wrap .appBar .right .close {
    display: block;
    height: .88rem;
    width: .7rem;
    line-height: .88rem;
    background: url("../../../static/common/exit_light.svg") center no-repeat;
    background-size: 76% auto;
  }
  .bonus-wrap .appbar-wrap.light {
    background-color: #101626;
  }
  .bonus-wrap .appbar-wrap.light .title {
    color: #fff;
  }
  .bonus-wrap .banner {
    min-height: 7rem;
    padding-top: .5rem;
    background: url("./theme_m.jpg") center -0.5rem no-repeat;
    background-size: 100% auto;
  }
  .bonus-wrap .banner.noZh {
    background: url("./theme_m_en.jpg") center -0.5rem no-repeat;
    background-size: 100% auto;
  }
  .bonus-wrap .banner .caption {
    display: block;
    text-align: center;
    font-size: .3rem;
    font-weight: bold;
    line-height: 1.4em;
    color: #e3b286;
    height: 1.2rem;
  }
  .bonus-wrap .banner .caption .title span {
    font-size: .2rem;
    padding: 0 .1rem;
  }
  .bonus-wrap .banner .caption .sub-title {
    font-size: .4rem;
  }
  .bonus-wrap .banner .caption .sub-title span {
    font-size: .5rem;
    font-weight: bold;
    color: #ff5353;
    line-height: 1.4em;
  }
  .bonus-wrap .banner .caption.noZh {
    font-size: .24rem;
  }
  .bonus-wrap .banner .marquee {
    position: absolute;
    top: 5.7rem;
    width: 100%;
    height: .74rem;
    padding: 0 .3rem;
    line-height: .74rem;
    box-sizing: border-box;
    background: rgba(16, 18, 24, 0.6);
    /*超出盒子的部分，隐藏*/
    overflow: hidden;
  }
  .bonus-wrap .banner .marquee ul {
    /*因为是10张照片，所以ul的宽是2000px*/
    width: 2000px;
    animation: move 20s infinite linear;
  }
  .bonus-wrap .banner .marquee li {
    float: left;
    margin-right: 1rem;
  }
  @keyframes move {
    to {
      /*7张图片正好全部走出盒子，留出来的空白部分，由后面那三张图片当替身补上*/
      transform: translateX(-1400px);
    }
  }
  .bonus-wrap .banner .marquee ul:hover {
    /*鼠标经过li后，动画暂停*/
    animation-play-state: paused;
  }
  .bonus-wrap .banner .rule-btn {
    position: fixed;
    right: 0;
    z-index: 999;
    top: 2rem;
    left: auto;
    color: #fff;
    text-align: center;
    display: block;
    background-color: #5c4aff;
    margin: 0 auto;
    padding: .1rem .2rem;
    line-height: 1.2em;
    border-radius: .3rem 0 0 .3rem;
    font-size: .24rem;
    width: 1rem;
    transform: none;
    box-sizing: border-box;
  }
  .bonus-wrap .banner .rule-btn:link, .bonus-wrap .banner .rule-btn:visited {
    color: #fff;
  }
  .bonus-wrap .banner .rule-btn.im {
    width: 1.2rem;
    height: 1.06rem;
    padding: .06rem 0 .14rem .14rem;
    border-radius: .4rem 0 0 .4rem;
    top: 2.84rem;
    right: 0;
    background-color: #18c05e;
  }
  .bonus-wrap .banner .rule-btn.im img {
    width: 50%;
    margin: 0 auto;
  }
  .bonus-wrap .banner .btn-box {
    width: 90%;
    bottom: -.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
  }
  .bonus-wrap .banner .btn-box .btn-l {
    width: 42%;
    height: 0.9rem;
    padding: 0 .4rem;
    font-size: .3rem;
    background-size: auto 100%;
    box-sizing: border-box;
    line-height: 1em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    word-wrap: break-word;
  }
  .bonus-wrap .banner .btn-box .btn-r {
    width: 42%;
    height: 0.9rem;
    font-size: .3rem;
    padding: 0 .4rem;
    background-size: auto 100%;
    box-sizing: border-box;
    line-height: 1em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    word-wrap: break-word;
    word-break: break-all;
  }
  .bonus-wrap .banner .btn-box .btn-m {
    width: 70%;
    margin: 0 auto;
    height: 1.2rem;
    color: #ffe4d0;
    font-size: .4rem;
    font-weight: bold;
    line-height: 1.2rem;
    background: url("./button_m.png") center no-repeat;
    background-size: auto 100%;
  }
  .bonus-wrap .main-box {
    background: url("./background_m.jpg") center top no-repeat;
    background-size: 120% auto;
  }
  .bonus-wrap .main-box h2 {
    position: relative;
    font-size: .36rem;
    margin: .3rem auto;
    display: inline-block;
  }
  .bonus-wrap .main-box h2::before {
    position: absolute;
    right: -1rem;
    top: .18rem;
    display: block;
    width: 1rem;
    height: .3rem;
    content: '';
    background: url("./til_r.png") top center no-repeat;
    background-size: 80%;
  }
  .bonus-wrap .main-box h2::after {
    position: absolute;
    left: -1rem;
    top: .18rem;
    display: block;
    width: 1rem;
    height: .3rem;
    content: '';
    background: url("./til_l.png") top center no-repeat;
    background-size: 80%;
  }
  .bonus-wrap .main-box .wrapper {
    max-width: 100%;
  }
  .bonus-wrap .main-box .ad-box {
    width: 92%;
    height: 2rem;
    padding: .3rem;
  }
  .bonus-wrap .main-box .ad-box .title {
    font-size: .36rem;
  }
  .bonus-wrap .main-box .ad-box .sub-title {
    font-size: .3rem;
    margin-top: .1rem;
  }
  .bonus-wrap .main-box .ad-box .sub-title span {
    line-height: 1.2em;
  }
  .bonus-wrap .main-box .ad-box .sub-title em {
    font-size: .4rem;
  }
  .bonus-wrap .main-box .sec2 .content.noZh {
    background: url("./flow_m_en.png") top center no-repeat;
    background-size: 92% auto;
  }
  .bonus-wrap .main-box .sec1 {
    padding-top: .8rem;
    text-align: center;
    min-height: auto;
    /*计时*/
  }
  .bonus-wrap .main-box .sec1 .info {
    margin: 0 auto .3rem auto;
    font-size: .24rem;
  }
  .bonus-wrap .main-box .sec1 .info span {
    padding: 0 .08rem;
    margin: 0 .04rem;
    border-radius: .14rem;
    color: #fff;
    background-color: #f96543;
  }
  .bonus-wrap .main-box .sec1 .top3, .bonus-wrap .main-box .sec1 .others {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bonus-wrap .main-box .sec1 .top3 li, .bonus-wrap .main-box .sec1 .others li {
    width: 28%;
    height: 2.6rem;
    font-size: .24rem;
    margin: .06rem;
  }
  .bonus-wrap .main-box .sec1 .top3 li .til, .bonus-wrap .main-box .sec1 .others li .til {
    color: #000;
    margin-top: .1rem;
    height: .8rem;
    font-size: .24rem;
    font-weight: normal;
  }
  .bonus-wrap .main-box .sec1 .top3 li .amount, .bonus-wrap .main-box .sec1 .others li .amount {
    font-size: .4rem;
    font-weight: 900;
    background-image: linear-gradient(to bottom, #ffffff, #ffd67b);
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -1px;
  }
  .bonus-wrap .main-box .sec1 .top3 li .amount span, .bonus-wrap .main-box .sec1 .others li .amount span {
    font-size: .24rem;
  }
  .bonus-wrap .main-box .sec1 .top3 li .get, .bonus-wrap .main-box .sec1 .others li .get {
    background-color: #101626;
    border-radius: .6rem;
    line-height: .52rem;
    width: 1.2rem;
    margin: .1rem auto;
  }
  .bonus-wrap .main-box .sec1 .others {
    display: flex;
    flex-wrap: wrap;
  }
  .bonus-wrap .main-box .sec1 .notice {
    font-size: .24rem;
    margin: .3rem 1rem;
  }
  .bonus-wrap .main-box .sec3 ul.top3 li {
    width: 33%;
    height: 2.5rem;
    margin: .08rem;
    background: none;
  }
  .bonus-wrap .main-box .sec3 ul.top3 li i {
    display: block;
    height: 1.2rem;
    width: 1.2rem;
    margin: .2rem auto;
    border-radius: 50%;
    background-color: #182437;
    padding-top: .24rem;
  }
  .bonus-wrap .main-box .sec3 ul.top3 li p {
    font-size: .2rem;
    line-height: 1.2em;
  }
  .bonus-wrap .main-box .sec3 ul.others {
    padding: 0;
    flex-wrap: wrap;
  }
  .bonus-wrap .main-box .sec3 ul.others li {
    width: 33%;
    height: 2.4rem;
  }
  .bonus-wrap .main-box .sec3 ul.others li i {
    display: block;
    height: 1.2rem;
    width: 1.2rem;
    margin: .2rem auto;
    border-radius: 50%;
    background-color: #182437;
    padding-top: .28rem;
  }
  .bonus-wrap .main-box .sec3 ul.others li p {
    font-size: .2rem;
    line-height: 1.2em;
  }
  .bonus-wrap .main-box .sec2 {
    margin-top: 1rem;
  }
  .bonus-wrap .main-box .sec2 .content {
    height: 1.5rem;
    background: url("./flow_m.png") top center no-repeat;
    background-size: 92% auto;
  }
  .bonus-wrap .main-box .sec4 {
    padding-top: .4rem;
  }
  .bonus-wrap .main-box .sec4 .content {
    width: 92%;
    height: auto;
    background: url("./vsBg_m.jpg") top center no-repeat;
    background-size: 100% auto;
    margin: .3rem;
    padding-top: .8rem;
    box-sizing: border-box;
  }
  .bonus-wrap .main-box .sec4 .content ul li {
    height: 1.5rem;
  }
  .bonus-wrap .main-box .sec4 .content ul li .til {
    font-size: .24rem;
  }
  .bonus-wrap .main-box .sec4 .content ul li .desc {
    font-size: .2rem;
    line-height: 1.2em;
  }
  .bonus-wrap .main-box .sec4 .content ul li:nth-child(1) {
    height: 1.3rem;
  }
  .bonus-wrap .main-box .sec4 .content ul li:nth-child(2) {
    height: 1.3rem;
  }
  .bonus-wrap .main-box .sec4 .content .rhino {
    width: 3.2rem;
    margin-right: 0.8rem;
    color: #4d1a09;
  }
  .bonus-wrap .main-box .sec4 .content .others {
    width: 1.6rem;
    margin-right: .3rem;
    color: #fff;
  }
  .bonus-wrap .main-box .sec4 .content.noZh {
    background: none;
    padding-top: 0;
  }
  .bonus-wrap .main-box .sec4 .content.noZh h3 {
    font-size: .36rem;
    color: #d3ab70;
  }
  .bonus-wrap .main-box .sec4 .content.noZh ul {
    background-color: #212635;
    padding: .3rem;
    border-radius: .1rem;
  }
  .bonus-wrap .main-box .sec4 .content.noZh .rhino {
    color: #fff;
    width: 48%;
    margin-right: .1rem;
  }
  .bonus-wrap .main-box .sec4 .content.noZh .rhino li {
    height: auto;
    margin-top: .3rem;
  }
  .bonus-wrap .main-box .sec4 .content.noZh .others {
    width: 48%;
    margin-right: .1rem;
  }
  .bonus-wrap .main-box .sec4 .content.noZh .others li {
    height: auto;
    margin-top: .3rem;
    color: #9ca2b3;
  }
  .bonus-wrap .main-box .sec5 .content img {
    width: 100%;
  }
  .bonus-wrap .main-box .btn {
    width: 2.6rem;
    padding: .2rem;
    line-height: 1em;
    font-size: .3rem;
  }
  .bonus-wrap .floatbtn {
    position: fixed;
    bottom: -1px;
    width: 100%;
    padding: 0 .3rem;
    background-color: rgba(16, 22, 38, 0.9);
    box-sizing: border-box;
  }
  .bonus-wrap .floatbtn .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
  }
  .bonus-wrap .floatbtn .wrap .btn {
    flex: 1;
    margin: .2rem auto;
    padding: .2rem;
    border-radius: .5rem;
    background-color: #cf403f;
    color: #fff;
    line-height: 1em;
    font-weight: bold;
    font-size: .28rem;
    text-align: center;
    box-sizing: border-box;
  }
  .bonus-wrap .floatbtn .wrap .btn.btn-cs {
    background-color: #48627b;
  }
  .bonus-wrap .floatbtn .wrap .btn.btn-download {
    background-color: #5c4aff;
  }
  .bonus-wrap .dialog-box {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .bonus-wrap .dialog-box .dialog {
    background: #fff;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: .3rem;
    transform: translate(-50%, -50%);
  }
  .bonus-wrap .dialog-box .dialog h2 {
    line-height: .64rem;
    text-align: center;
    margin: 0 auto;
    font-size: .36rem;
  }
  .bonus-wrap .dialog-box .dialog .close {
    position: absolute;
    right: -.2rem;
    top: -.8rem;
    display: block;
    height: .88rem;
    width: .88rem;
    line-height: .88rem;
    background: url("../../../static/common/close_outline_light.svg") center no-repeat;
    background-size: 90% auto;
    transition: all .3s;
  }
  .bonus-wrap .dialog-box .dialog .content {
    font-size: 14px;
    padding: .3rem;
  }
}
