@charset "utf-8";
html,
body {
  width: 100%;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, arial, sans-serif;
}
* {
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}
i,
em,
b {
  font-style: normal;
  font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
  display: block;
}
.pa {
  position: absolute;
  display: block;
}
.hide {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
}
.t {
  text-indent: -9999rem;
  display: block;
}
input,
select,
textarea {
  border: 0;
  background: 0;
  -webkit-appearance: none;
  outline: 0;
}
/*主页面*/
a {
  color: #ea7a7a;
}
a,
a:hover {
  transition: all 0.3s;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  filter: brightness(1.1);
}
/*入场动画*/
@-webkit-keyframes sloganAni {
  0% {
    -webkit-transform: scale(1.8);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(-4px, -4px);
  }
  70% {
    -webkit-transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(4px, 4px);
  }
  80% {
    -webkit-transform: translate(0, 0);
  }
  85% {
    -webkit-transform: translate(-4px, 4px);
  }
  90% {
    -webkit-transform: translate(0, 0);
  }
  95% {
    -webkit-transform: translate(4px, -4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes sloganAni {
  0% {
    transform: scale(1.8);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  65% {
    transform: translate(-4px, -4px);
  }
  70% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(4px, 4px);
  }
  80% {
    transform: translate(0, 0);
  }
  85% {
    transform: translate(-4px, 4px);
  }
  90% {
    transform: translate(0, 0);
  }
  95% {
    transform: translate(4px, -4px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.ellipsic {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.sp {
  background: url(../images/m/sp-m.png) no-repeat center top;
  background-size: 7.5rem auto;
}
body.overflow {
  overflow: hidden;
}
.wrap {
  width: 100%;
}
.main {
  width: 7.5rem;
}
.nav {
  width: 7.5rem;
  height: 1.25rem;
  background: #271627;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 800;
}
.logo {
  width: 0.9rem;
  height: 0.9rem;
  flex-basis: 0.9rem;
  margin: 0 0.2rem 0 0.48rem;
  border-radius: 0.08rem;
}
.nav-m {
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-m h2 {
  font-weight: bold;
  font-size: 0.3rem;
}
.nav-m h3 {
  font-size: 0.24rem;
}
.nav-r {
  width: 1.75rem;
  height: 0.61rem;
  background-position: -4.31rem -2.28rem;
  margin-right: 0.44rem;
}

.part {
  position: relative;
  overflow: hidden;
}
.part1 {
  padding-top: 2.5rem;
  width: 7.5rem;
  height: 10.82rem;
  background: url("../images/m/kv1.png") no-repeat center 1.2rem;
  background-size: 7.5rem auto;
}
.logo-main {
  width: 3.45rem;
  height: 1.5rem;
  top: 1.08rem;
  left: 4rem;
  background: url("../images/m/logo1.png") no-repeat;
  background-size: 3.45rem auto;
}
.btn-play-box {
  top: 3.6rem;
  left: 1.7rem;
  background: url("../images/m/new-video-ico.png") no-repeat;
  width: 1.44rem;
  height: 1.44rem;
  background-size: 100% auto;
}
.btn-play-gif {
  background: url(//js2.xoyo.com/zt/2021/04/01/web/videogif.gif) no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  text-indent: -9999em;
}
.btn-play-circle {
  width: 100%;
  height: 100%;
  background-position: -6.68rem -3.19rem;
  transition: all 2.5s;
}
.btn-play-center {
  width: 100%;
  height: 100%;
  background-position: -5.87rem -3.22rem;
  transition: all 2.5s;
}
.btn-play-box:hover .btn-play-circle,
.btn-play-box:hover .btn-play-center {
  filter: brightness(1.5);
}
.breath {
  animation: 2s linear infinite;
  -webkit-animation-name: breath;
  animation-name: breath;
}
@-webkit-keyframes breath {
  from {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(0.9);
  }
}
@keyframes breath {
  from {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(0.9);
  }
}

.loginfo {
  right: 0.2rem;
  top: 1.5rem;
  color: #666;
}
.loginfo a {
  color: #666;
}
.loginfo a:hover {
  color: #333;
}
.loginfo .login {
  display: none;
}
.loginfo .unlogin {
  display: block;
}
.loginfo[data-login] .login {
  display: block;
}
.loginfo[data-login] .unlogin {
  display: none;
}

.yuyue-btn-line {
  padding-top: 6.55rem;
  text-align: center;
  overflow: hidden;
}
.yuyue-tip-box {
  width: 2.4rem;
  height: 2.59rem;
  margin: 0 auto;
}
.yuyue-tip {
  width: 2.4rem;
  height: 0.43rem;
  background-position: 0 -11.31rem;
}
.btn-yuyue {
  width: 3.5rem;
  height: 1rem;
  background-position: -3.76rem 0;
  margin: 0 auto;
  display: block;
}
.btn-yuyue.btn-download {
  background-position: 0 0;
  display: none;
}
.yuyue-btn-line.download .yuyue-tip {
  display: none;
}
.yuyue-btn-line.download .btn-yuyue {
  display: none;
}
.yuyue-btn-line.download .btn-yuyue.btn-download {
  display: block;
  margin-left: 0.87rem;
  margin-top: -1.1rem;
  background: url("../images/m/btn-down.png") no-repeat;
  width: 2.7rem;
  height: 1rem;
  background-size: 100% auto;
  float: left;
}
.topup-btn {
  display: block;
  margin-left: 4rem;
  margin-top: -1.1rem;
  background: url("../images/m/topup-btn.png") no-repeat;
  width: 2.7rem;
  height: 1rem;
  background-size: 100% auto;
  float: left;
}
.age-tips-mobi {
  height: 1rem;
  position: absolute;
  top: 1.7rem;
  left: 0.5rem;
}
.age-tips-mobi img {
  height: 100%;
}

.slogan-box {
  width: 5.75rem;
  height: 1.48rem;
  background-position: 0 -11.81rem;
  margin: 0.75rem auto 0;
  animation: sloganAni 0.5s 0.5s linear both;
}

.bg-body {
  width: 7.5rem;
  background: url("../images/m/bg-body.jpg") no-repeat;
  background-size: 7.5rem auto;
}
.bg-body .tit {
  width: 6.33rem;
  height: 1.13rem;
  margin: 0.46rem auto 0;
}
.part2 {
  height: 9.71rem;
  display: none;
}
.part3 {
  height: 11.4rem;
  display: none;
}
.part4 {
  height: 9.4rem;
  background: url(../images/m/part4Bg.jpg) no-repeat;
  background-size: 100% auto;
}
.part5 {
  height: 11.6rem;
}
.part2 .tit {
  background-position: 0 -13.55rem;
}
.part3 .tit {
  background-position: 0 -14.48rem;
}
.part4 .tit {
  width: 6.1rem;
  height: 0.36rem;
  background-position: 0 -9rem;
  z-index: 2;
  margin-top: 0;
  margin-left: -3.05rem;
  position: absolute;
  top: 0.6rem;
  left: 50%;
}
.part5 .tit {
  background-position: 0 -16.52rem;
}

.btn-invite {
  width: 2.58rem;
  height: 0.79rem;
  margin: 0.4rem auto 0;
  background-position: 0 -1.2rem;
}
.over .btn-invite {
  background-position-x: -3.02rem;
} /*活动结束*/
.part2 .invite-txt {
  margin-top: 0.2rem;
  color: #ff0000;
  font-size: 0.24rem;
  text-align: center;
  text-decoration: underline;
}

.invite-jl-list {
  display: flex;
  justify-content: space-between;
  width: 6.8rem;
  height: 5.33rem;
  margin: 0.6rem auto 0;
}
.invite-jl-list li {
  width: 2.02rem;
  height: 5.33rem;
  position: relative;
}
.invite-jl-list li img {
  width: 2.02rem;
  height: 5.01rem;
}
.btn-lq {
  display: block;
  width: 1.6rem;
  height: 0.6rem;
  background-position: 0 -2.27rem;
  position: relative;
  top: -0.4rem;
  margin: 0 auto;
}
.btn-lq.ylq {
  background-position-x: -2.05rem;
}

.lottery-box {
  width: 6.58rem;
  height: 6.65rem;
  margin: 0.6rem auto 0;
  background: url("../images/m/lottory-bg.png") no-repeat;
  background-size: 100% auto;
  position: relative;
}
.lottery-center {
  width: 2.06rem;
  position: absolute;
  left: 50%;
  top: 2.34rem;
  z-index: 2;
  margin-left: -1.03rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lottery-start-btn {
  width: 2rem;
  height: 1.22rem;
  background-position: 0 -3.1rem;
}
.over .lottery-start-btn {
  background-position-x: -2.48rem;
}
.remain-box {
  font-size: 0.24rem;
  color: #ff0000;
  margin-top: 0.3rem;
  text-decoration: underline;
}
.btns-lottery {
  width: 5.78rem;
  margin: 0.6rem auto 0;
  display: flex;
  justify-content: space-between;
}
.btns-lottery a {
  width: 2.58rem;
  height: 0.79rem;
  display: block;
}
.btns-lottery a.btn-rule {
  background-position: 0 -4.54rem;
}
.btns-lottery a.btn-record {
  background-position: -3.03rem -4.54rem;
}

/*.role-bg{width:7.50rem; height: 11.89rem; top:0;  background: url(../images/m/menpai/role-bg/1.jpg) no-repeat; background-size: 7.50rem auto; opacity: 0; transition: all 0.5s; }
.role-intro-list{width:3.75rem; height: 6.70rem; top:4.59rem; transition: all 0.8s; transform:translateX(-4.00rem); opacity: 0;}
.role-intro{width:100%; height:100%; opacity: 0; position: absolute; background: url(../images/m/menpai/intro/1.png) no-repeat; background-size: 3.75rem auto; }*/

.part4 .role-bg {
  display: block;
  width: 7.5rem;
  height: 9.4rem;
}
.part4 .role-intro {
  position: absolute;
  bottom: 0.56rem;
  left: 0rem;
  width: 4.12rem;
  height: 6.4rem;
}

.swiper3 {
  width: 7rem;
  height: 1rem;
  position: absolute;
  top: 1.4rem;
  left: 50%;
  margin-left: -3.5rem;
}
.swiper3 .swiper-container {
  width: 5.86rem;
  height: 1rem;
  margin: 0 auto;
}
.swiper3 .role-slide {
  width: 1.22rem !important;
  height: 1rem !important;
  background: url(../images/m/sp-m.png) no-repeat;
  background-size: 7.5rem auto;
  font-size: 0;
}
/* .jian{
    background: url("../images/jian1.png");
  background-size: contain;
  background-position: top center !important;
  background-repeat: no-repeat;
} */
.swiper3 .role-slide:nth-child(1) {
  background: url("../images/jian1.png");
  background-size: contain;
  background-position: top center !important;
  background-repeat: no-repeat;
}
.swiper3 .role-slide:nth-child(2) {
  background-position: 0 -6.6rem;
}
.swiper3 .role-slide:nth-child(3) {
  background-position: -1.5rem -6.6rem;
}
.swiper3 .role-slide:nth-child(4) {
  background-position: -3rem -6.6rem;
}
.swiper3 .role-slide:nth-child(5) {
  background-position: -4.5rem -6.6rem;
}
.swiper3 .role-slide:nth-child(6) {
  background-position: -6rem -6.6rem;
}
.swiper3 .role-slide:nth-child(7) {
  background-position: 0 -7.8rem;
}
.swiper3 .role-slide:nth-child(8) {
  background-position: -1.5rem -7.8rem;
}
.swiper3 .role-slide:nth-child(9) {
  background-position: -3rem -7.8rem;
}
.swiper3 .role-slide:nth-child(10) {
  background-position: -4.5rem -7.8rem;
  width: 1rem !important;
}

.swiper3 .role-slide.active:nth-child(1) {
  background: url("../images/jian2.png");
  background-size: contain;
  background-position: top center !important;
  background-repeat: no-repeat;
}
.swiper3 .role-slide.active:nth-child(2) {
  background-position: 0 -25.1rem;
}
.swiper3 .role-slide.active:nth-child(3) {
  background-position: -1.5rem -25.1rem;
}
.swiper3 .role-slide.active:nth-child(4) {
  background-position: -3rem -25.1rem;
}
.swiper3 .role-slide.active:nth-child(5) {
  background-position: -4.5rem -25.1rem;
}
.swiper3 .role-slide.active:nth-child(6) {
  background-position: -6rem -25.1rem;
}
.swiper3 .role-slide.active:nth-child(7) {
  background-position: 0 -26.2rem;
}
.swiper3 .role-slide.active:nth-child(8) {
  background-position: -1.5rem -26.2rem;
}
.swiper3 .role-slide.active:nth-child(9) {
  background-position: -3rem -26.2rem;
}
.swiper3 .role-slide.active:nth-child(10) {
  background-position: -4.5rem -26.2rem;
}
.swiper-button-prev,
.swiper-button-next {
  width: 0.5rem !important;
  height: 0.48rem !important;
  background: url(../images/m/sp-m.png) no-repeat;
  background-size: 7.5rem auto;
  top: 0.75rem;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev {
  background-position: 0 -9.5rem;
  left: 0;
}
.swiper-button-next {
  background-position: -1rem -9.5rem;
  right: 0;
}

/*.role-bg:nth-child(1){background-image: url(../images/m/menpai/role-bg/1.jpg);}
.role-bg:nth-child(2){background-image: url(../images/m/menpai/role-bg/2.jpg);}
.role-bg:nth-child(3){background-image: url(../images/m/menpai/role-bg/3.jpg);}
.role-bg:nth-child(4){background-image: url(../images/m/menpai/role-bg/4.jpg);}
.role-bg:nth-child(5){background-image: url(../images/m/menpai/role-bg/5.jpg);}
.role-bg:nth-child(6){background-image: url(../images/m/menpai/role-bg/6.jpg);}
.role-bg:nth-child(7){background-image: url(../images/m/menpai/role-bg/7.jpg);}
.role-bg:nth-child(8){background-image: url(../images/m/menpai/role-bg/8.jpg);}
[data-role='1'] .role-bg:nth-child(1){opacity: 1;}
[data-role='2'] .role-bg:nth-child(2){opacity: 1;}
[data-role='3'] .role-bg:nth-child(3){opacity: 1;}
[data-role='4'] .role-bg:nth-child(4){opacity: 1;}
[data-role='5'] .role-bg:nth-child(5){opacity: 1;}
[data-role='6'] .role-bg:nth-child(6){opacity: 1;}
[data-role='7'] .role-bg:nth-child(7){opacity: 1;}
[data-role='8'] .role-bg:nth-child(8){opacity: 1;}

.animation[data-role] .role-intro-list{ transition: all 0.8s; transform:translateX(-0.00rem); opacity: 1;}
.role-intro:nth-child(1){background-image: url(../images/m/menpai/intro/1.png); width:390px;}
.role-intro:nth-child(2){background-image: url(../images/m/menpai/intro/2.png);}
.role-intro:nth-child(3){background-image: url(../images/m/menpai/intro/3.png);}
.role-intro:nth-child(4){background-image: url(../images/m/menpai/intro/4.png);}
.role-intro:nth-child(5){background-image: url(../images/m/menpai/intro/5.png);}
.role-intro:nth-child(6){background-image: url(../images/m/menpai/intro/6.png);}
.role-intro:nth-child(7){background-image: url(../images/m/menpai/intro/7.png);}
.role-intro:nth-child(8){background-image: url(../images/m/menpai/intro/8.png);}
[data-role='1'] .role-intro:nth-child(1){opacity: 1;}
[data-role='2'] .role-intro:nth-child(2){opacity: 1;}
[data-role='3'] .role-intro:nth-child(3){opacity: 1;}
[data-role='4'] .role-intro:nth-child(4){opacity: 1;}
[data-role='5'] .role-intro:nth-child(5){opacity: 1;}
[data-role='6'] .role-intro:nth-child(6){opacity: 1;}
[data-role='7'] .role-intro:nth-child(7){opacity: 1;}
[data-role='8'] .role-intro:nth-child(8){opacity: 1;}

.menpai-list{width:6.41rem; height: 2.60rem; background-position: 0 -6.60rem; position: relative; top:2.05rem; margin:-0.4rem auto 0; z-index: 5; }
.menpai-list li{width:1.21rem; height: 1.21rem; position: absolute; cursor: pointer; background-position: -7.50rem 0rem;  }
.menpai-list li:nth-child(1){top:0; left:0;}
.menpai-list li:nth-child(2){top:0;  left:1.74rem;}
.menpai-list li:nth-child(3){top:0;  left:3.46rem;}
.menpai-list li:nth-child(4){top:0;  left:5.19rem;}
.menpai-list li:nth-child(5){top:1.35rem;  left:0;}
.menpai-list li:nth-child(6){top:1.35rem; left:1.74rem;}
.menpai-list li:nth-child(7){top:1.35rem; left:3.46rem;}
.menpai-list li:nth-child(8){top:1.35rem; left:5.19rem;}
[data-role="1"] .menpai-list li:nth-child(1){background-position: 0 -25.14rem; }
[data-role="2"] .menpai-list li:nth-child(2){background-position: -1.77rem -25.11rem; }
[data-role="3"] .menpai-list li:nth-child(3){background-position: -3.47rem -25.11rem; }
[data-role="4"] .menpai-list li:nth-child(4){background-position: -5.27rem -25.11rem; }
[data-role="5"] .menpai-list li:nth-child(5){background-position: 0 -26.35rem; }
[data-role="6"] .menpai-list li:nth-child(6){background-position: -1.77rem -26.35rem; }
[data-role="7"] .menpai-list li:nth-child(7){background-position: -3.47rem -26.35rem; }
[data-role="8"] .menpai-list li:nth-child(8){background-position: -5.27rem -26.35rem; }*/

.swiper-main {
  width: 7.5rem;
  height: 4.95rem;
  margin-top: 0.6rem;
}
.swiper-main .swiper-container {
  width: 7.5rem;
  height: 4.95rem;
}
.swiper-slide img {
  width: 7.5rem;
  height: 4.23rem;
}
#swiperPagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.31rem;
  background: url(../images/m/sp-m.png) no-repeat;
  background-size: 7.5rem auto;
  background-position: -6.94rem -2.27rem;
  opacity: 1;
}
#swiperPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-position: -6.42rem -2.27rem;
}
#swiperPagination {
  height: 0.55rem;
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  padding-top: 0.15rem;
}

.btns-part5 {
  width: 5.78rem;
  padding-top: 0.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.btns-part5 a {
  width: 2.58rem;
  height: 0.79rem;
  display: block;
}
.btns-part5 a.btn-download {
  background-position: 0 -5.56rem;
}
.btns-part5 a.btn-enter {
  background-position: -3.03rem -5.56rem;
}

.qrcode {
  display: block;
  width: 100%;
  height: 1.9rem;
  margin: 0.5rem auto 0;
  text-align: center;
}
.qrcode img {
  display: inline-block;
  margin: 0 0.16rem;
  width: 1.93rem;
}
.qrcode-name {
  display: block;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-top: 0.05rem;
  text-align: center;
}
.qrcode-name span {
  display: inline-block;
  margin: 0 0.16rem;
  width: 1.93rem;
  font-size: 0.28rem;
  color: #4e3f22;
}
.qrcode-info {
  text-align: center;
  font-size: 0.28rem;
  color: #968764;
  margin-top: 0.2rem;
}
.btn-link-rule-line {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.24rem;
}
.btn-link-rule {
  color: #ff0000;
  text-decoration: underline;
}

.pop {
  width: 6rem;
  height: auto;
  position: relative;
  color: #4c4c4c;
  display: none;
}
.pop .btn-close {
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  background-position: -6.84rem -1.1rem;
}
.pop .btn-close:hover {
  transition: all 0.3s;
  transform: scale(1.1);
  filter: brightness(1.1);
}
.pop .pop-container {
  height: 8.95rem;
  background: #fff;
  border-radius: 0.22rem;
}
.pop .pop-head {
  font-size: 0.48rem;
  font-weight: bold;
  color: #4c4c4c;
  text-align: center;
  padding-top: 0.6rem;
}
.pop .pop-body {
  text-align: center;
}
.pop .pop-body .txt-red {
  color: #ff0000;
}
.invite-code-row {
  margin-top: 0.3rem;
}
.invite-img {
  text-align: center;
  margin-top: 0.4rem;
}
.invite-img img {
  width: 2.67rem;
  height: 3.11rem;
}
.invite-link {
  height: 0.8rem;
  width: 5.2rem;
  display: block;
  margin: 0.3rem auto 0;
  padding: 0 0.1rem;
  background: #eeeeee;
  border-radius: 0.12rem;
  color: #4d4d4d;
}
.btn-normal {
  width: 5.4rem;
  height: 0.8rem;
  display: block;
  margin: 0.2rem auto 0;
  background: #968764;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.12rem;
}

.pop-yuyue.scale-small {
  transform: scale(0.8);
}
.pop-yuyue .pop-container {
  height: 8.97rem;
}
.invite-form {
  width: 5.4rem;
  margin: 0.15rem auto 0;
}
.invite-form .form-line {
  margin-top: 0.2rem;
  position: relative;
}
.invite-form .form-line:nth-child(1) {
  margin-top: 0.15rem;
}
.invite-form .form-line:nth-child(2) {
  margin-top: 0.05rem;
}
.invite-form .radio {
  color: #4c4c4c;
  font-size: 0.28rem;
  cursor: pointer;
}
.invite-form .radio.ios {
  margin-right: 1.4rem;
}
.invite-form .radio i {
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  background: url("../images/m/radio.png") no-repeat;
  background-position: -0.3rem -0;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
  background-size: 0.59rem auto;
}
.invite-form .radio.checked i {
  background-position: 0 0;
}
.invite-form .input {
  width: 5.1rem;
  height: 0.8rem;
  border-radius: 0.12rem;
  border: 0;
  background: #eeeeee;
  padding: 0 0.15rem;
}
.invite-form .btn-send-sms {
  text-decoration: none;
  width: 2.28rem;
  height: 0.76rem;
  line-height: 0.76rem;
  border-radius: 0.12rem;
  color: #666;
  background: #eee;
  border: 0.02rem solid #b3b3b3;
  position: absolute;
  right: 0;
  top: 0;
}
.invite-form .btn-send-sms.disabled {
  color: #b3b3b3;
  background: #ddd;
  cursor: not-allowed;
}
.invite-form .btn-send-sms:not(.disabled):hover {
  background: #fff;
}
.invite-form .btn-invite-submit {
  margin-top: 0.28rem;
}
.invite-form .pop-ad {
  width: 5.38rem;
  height: 1.44rem;
  border-radius: 0.12rem;
  margin-top: 0.2rem;
}
.invite-form .pop-ad img {
  width: 100%;
  height: 100%;
}
.invite-form .invite-code-line {
  margin-top: 0.2rem;
}
.invite-form .J_area {
  width: 5.4rem;
  max-height: 0.88rem;
  margin: 0.2rem auto 0;
  display: block;
}

.pop-yuyue-success {
  color: #333;
}
.pop-yuyue-success .pop-container {
  height: 7.6rem;
}
.pop-yuyue-success .pop-jl-list {
  width: 5.4rem;
  height: 2.1rem;
  margin: 1.18rem auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.pop-yuyue-success .pop-jl-list .item .img-box {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #eeeeee;
  overflow: hidden;
}
.pop-yuyue-success .pop-jl-list .item {
  width: 2.2rem;
}
.pop-yuyue-success .pop-jl-list .item .img-box {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #eeeeee;
  overflow: hidden;
  text-align: center;
}
.pop-yuyue-success .pop-jl-list .item .img-box img {
  width: 100%;
  height: 100%;
}
.pop-yuyue-success .pop-jl-list .item .gift-name {
  width: 100%;
  color: #333333;
  margin-top: 0.05rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.pop-yuyue-success.pop-yuyue-success-3 .pop-container {
  height: 8.4rem;
}
.pop-yuyue-success.pop-yuyue-success-3 .pop-jl-list {
  height: auto;
  margin-top: 0.6rem;
  flex-wrap: wrap;
}
.pop-yuyue-success.pop-yuyue-success-3 .pop-jl-list .item {
  width: 1.8rem;
  height: auto;
  margin-top: 0.2rem;
}
.pop-yuyue-success.pop-yuyue-success-3 .pop-jl-list .item .img-box {
  width: 1.4rem;
  height: 1.4rem;
}
.pop-yuyue-success .btn-normal {
  width: 3.2rem;
}
.pop-yuyue-success .invite-code-row {
  margin-top: 1rem;
}
.pop-yuyue-success.pop-yuyue-success-3 .invite-code-row {
  margin-top: 0.5rem;
}
.pop-yuyue-success .jl-note {
  color: #fff;
  width: 6.2rem;
}
.pop-yuyue-success .jl-note .note-tit {
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.2rem;
}

.pop-yuyue-success-2 .pop-jl-list {
  display: none;
}
.pop-yuyue-success-2[data-step="1"] .pop-jl-list:nth-child(1) {
  display: flex;
}
.pop-yuyue-success-2[data-step="2"] .pop-jl-list:nth-child(2) {
  display: flex;
}
.pop-yuyue-success-2[data-step="3"] .pop-jl-list:nth-child(3) {
  display: flex;
}

.pop-rules-info {
  width: 7.5rem;
  height: 12.62rem;
  position: fixed;
  border-top-left-radius: 0.22rem;
  border-top-right-radius: 0.22rem;
  background: transparent;
}
.pop-rules-info .btn-close {
  width: 0.64rem;
  height: 0.64rem;
  top: -0.38rem;
  left: 50%;
  background-position: -6.76rem -1.64rem;
  margin-left: -0.32rem;
  z-index: 10;
}
.pop-rules-info .pop-rules-head {
  height: 1.39rem;
  border-bottom: 1px solid #968764;
  background: url(../images/m/pop-rules-head.png) no-repeat;
  background-size: 7.5rem auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.pop-rules-info .pop-rules-head .pop-rules-loading {
  position: absolute;
  width: 1.4rem;
  height: 0.06rem;
  bottom: 0;
  background: #968764;
  left: 0;
  transform: translateX(0.8rem);
  transition: all 0.1s;
}
.pop-rules-info[data-activeIndex="0"] .pop-rules-head .pop-rules-loading {
  transform: translateX(0.8rem);
}
.pop-rules-info[data-activeIndex="1"] .pop-rules-head .pop-rules-loading {
  transform: translateX(3.03rem);
}
.pop-rules-info[data-activeIndex="2"] .pop-rules-head .pop-rules-loading {
  transform: translateX(5.27rem);
}
.pop-rules-head a {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  display: block;
  width: 1.4rem;
  text-align: center;
  margin: 0.6rem 0.41rem 0;
  height: 0.5rem;
  line-height: 0.5rem;
  padding-bottom: 0.3rem;
}
.pop-rules-info .pop-rules-body {
  height: 11.23rem;
  background: #f2f2f2;
}
.pop-rules-body .swiper-slide {
  height: 11.23rem;
  overflow-y: hidden;
}
.pop-rules-body .swiper-slide .slide-contain {
  width: 7.5rem;
  height: 11.23rem;
  overflow-y: auto;
}
.rule-info-box {
  width: 6.3rem;
  height: 11.23rem;
  overflow-y: auto;
  margin: 0 auto;
  color: #4c4c4c;
  line-height: 0.4rem;
}
.rule-info-box h4 {
  margin-top: 0.4rem;
  font-weight: bold;
}
.rule-info-box .rule-info-note {
  margin-top: 0.5rem;
}

.pop .pop-cj-list {
  width: 7.5rem;
  height: 7.23rem;
  background: #fff;
  color: #4c4c4c;
  position: absolute;
  bottom: 0;
}
.pop .pop-cj-list .table-head {
  width: 7.5rem;
  height: 1.26rem;
  border-bottom: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  font-size: 0.32rem;
}
.pop .pop-cj-list .table-head tr th {
  height: 58px;
  font-weight: bold;
  text-align: center;
}
.pop .pop-cj-list .table-head tr th:nth-child(1) {
  width: 1.5rem;
}
.pop .pop-cj-list .table-head tr th:nth-child(2) {
  width: 2.2rem;
}
.pop .pop-cj-list .table-head tr th:nth-child(3) {
  width: 1.06rem;
}
.pop .pop-cj-list .table-body {
  width: 100%;
  height: 320px;
  padding-top: 58px;
  overflow-y: auto;
  position: relative;
  margin: 0 auto;
}
.pop .pop-cj-list .table {
  width: 6.7rem;
  margin: 10px auto;
  text-align: center;
  table-layout: fixed;
}
.pop .pop-cj-list .table tbody tr {
  font-size: 0.28rem;
}
.pop .pop-cj-list .table tr td:nth-child(1) {
  width: 1.5rem;
}
.pop .pop-cj-list .table tr td:nth-child(2) {
  width: 2.2rem;
}
.pop .pop-cj-list .table tr td:nth-child(3) {
  width: 1.06rem;
}
.pop .pop-cj-list .table tr td {
  border-bottom: 1px solid #f2f2f2;
  height: 0.98rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.pop .pop-cj-list .table tr td a {
  color: #968764;
}
.pop .pop-cj-list .table .unlogin-data {
  color: #ccc;
}
.pop .pop-cj-list .table .unlogin-data td {
  border-bottom: none;
}

/*alert通用弹窗*/
.pop-alert {
  width: 4.6rem;
}
.pop-alert .pop-container {
  height: 2.4rem;
}
.pop-alert .pop-container .pop-title {
  font-size: 0.28rem;
  padding-top: 0.2rem;
}
.pop-alert .pop-container .pop-msg {
  padding: 0.3rem 0.15rem 0.15rem;
  min-height: 0.6rem;
}
.pop-alert .pop-container .pop-msg .txt-red {
  color: #ff0000;
}
.pop-alert .pop-container .pop-foot {
  line-height: 0.42rem;
  height: 0.42px;
  text-align: center;
}
.pop-alert .pop-container .btn-normal {
  line-height: 0.42rem;
  width: 1.5rem;
  height: 0.42rem;
  margin-top: 0;
}

.pop-android .pop-container-android {
  width: 6rem;
  height: 7rem;
}

.pop-android .pop-msg-android img {
  width: 6rem;
  height: 7rem;
}

.pop-android .android-btn-close {
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.38rem;
  color: #ccc;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.38rem;
  text-align: center;
  background: none;
}

/*视频弹窗*/
.pop-video {
  background: rgba(0, 0, 0, 0.3);
  width: 7rem;
}
.pop-video .btn-close {
  right: 50%;
  bottom: -0.66rem;
  top: auto;
  margin-right: -0.23rem;
  background-color: rgba(3, 3, 3, 0.8);
  border-radius: 50%;
}

.swiper-wp {
  width: 100%;
  height: 4.8rem;
  background: #4d354f;
  padding: 0 0.45rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.swiper-feature {
  width: 6.6rem;
  height: 4.1rem;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-feature img {
  width: 100%;
  height: auto;
}
.feature-dot {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0.4rem;
  left: 0;
}
.feature-dot .swiper-pagination-bullet {
  display: inline-block;
  border: 2px solid #fff;
  width: 0.15rem;
  height: 0.15rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  border-radius: 0;
  margin: 0 0.1rem;
  opacity: 1;
}

.feature-dot .swiper-pagination-bullet-active {
  background: #4d354f;
}
