@charset "UTF-8";

/* ==============RESET start============== */
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  filter: brightness(1.1);
}

img {
  border: 0;
}

body {
  padding-top: 42px
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

ul,
li {
  list-style: none;
}

.ost, body .ost_box{
  /* min-width: 1000px; */
}

#afooter {
  padding:30px 0;
  text-align:center;
  font-size:12px;
  line-height:20px;
  background-color:#000;
  color:#c0c0c0;
}
#afooter a,#afooter a:hover {
  color:#c0c0c0;
  text-decoration:none;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color:#000;
}
html{
  /* min-width: 1000px; */
  overflow-x: auto;
  overflow-y: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  zoom: 1;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'HYXRS-55';
  src: url("/ossweb-img/fonts/hyxrs-55W.ttf");
}

@font-face {
  font-family: 'HYXRS-65';
  src: url("/ossweb-img/fonts/hyxrs-65W.ttf");
}

@font-face {
  font-family: 'HYXRS-75';
  src: url("/ossweb-img/fonts/hyxrs-75W.ttf");
}


@keyframes btnarrow {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(20px);
  }
}

@media screen and (max-width: 960px) {
  .ost_box {
    min-width: 100%;
  }

  .ost_inner.ost_lsn {
    width: 100%;
    box-sizing: border-box;
  }

}

/* .ost_inner{ */
  /* width: 100% !important; */
/* } */

/*Global topbar for bns*/
.pa {
  position: absolute;
}

.ti {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.spr {
  background: url(//game.gtimg.cn/images/bns/topbar/spr24.png) no-repeat;
  _background: url(//game.gtimg.cn/images/bns/topbar/spr8.png) no-repeat;
  background-size: 1.5rem auto;
}

.logo {
  height: 1.04rem;
  width: 1.5rem;
  top: 0;
  left: 0;
  z-index: 10;
}

.topbar {
  position: relative;
  width: 100%;
  height: 0.48rem;
  background-repeat: repeat-x;
  background-position: 0 -1.04rem;
  z-index: 2;
}

.topnav {
  float: left;
  height: .3rem;
  padding: .1rem 0 0 1.3rem;
}

.topnav li {
  float: left;
  height: .3rem;
  padding: 0 .1rem;
  line-height: 27px;
  background-position: -.82rem -1.54rem;
  color: #FFF;
  position: relative;
}

.topnav a {
  display: inline-block;
  zoom: 1;
}

.topnav .wechat {
  font-family: '\5b8b\4f53', tahoma;
  font-size: .12rem;
  color: #fff;
}

.topnav a.game-start {
  float: right;
  width: 1rem;
  height: .24rem;
  line-height: .24rem;
  text-align: center;
  border: .03rem solid #6dba18;
  -webkit-border-radius: .15rem;
  border-radius: .15rem;
}

.topnav li:hover .code-wechat {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.code-wechat {
  position: absolute;
  padding: .03rem;
  top: .26rem;
  left: .05rem;
  text-align: center;
  background: #fff;
  visibility: hidden;
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.code-wechat .icon-wechat {
  display: block;
  width: .95rem;
  height: .95rem;
  background-position: 0 -3.15rem;
}

.code-wechat .chat-text {
  display: block;
  margin-top: .02rem;
  font-size: .12rem;
  font-family: '\5b8b\4f53';
  line-height: 1.2;
}

.login {
  float: right;
  padding: .08rem .25rem 0 0;
}

.login-btn {
  float: right;
  background-position: 0 -2.18rem;
  width: .92rem;
  height: .32rem;
  padding-right: .15rem;
  line-height: .3rem;
  text-align: center;
}

.login-btn:hover {
  color: #E82E0F;
}

.logout {
  background-position: 0 -2.18rem;
  width: 0.87rem;
  padding-right: .2rem;
}

.login-text {
  float: right;
  color: #fff;
  font-family: '\5b8b\4f53', tahoma;
  font-size: .12rem;
  padding: .08rem .1rem 0 .14rem;
}

.icon-user {
  background-position: 0 -1.54rem;
  width: .09rem;
  height: .13rem;
  overflow: hidden;
  left: .7rem;
  top: .09rem;
}

.login-text .icon-user {
  left: 0;
  top: .09rem;
}

.icon-out {
  background-position: -.1rem -1.59rem;
  width: .11rem;
  height: .08rem;
  overflow: hidden;
  left: .6rem;
  top: .11rem;
}

.topnav li.rborder,
.topnav li.rborder .wechat {
  color: #5b834e;
}

.topnav li a {
  color: #fff;
}

.topnav li a:hover {
  color: #E82E0F;
}

.login a {
  color: #5b834e;
  position: relative;
}

/* ==============RESET END============== */
.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.section-nav {
  width: 17.26rem;
  height: .8rem;
  position: absolute;
  top: .48rem;
  right: 0;
  z-index: 2;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/nav-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: .5rem;
}
.section-nav-to {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.section-nav-line {
  width: 0.13rem;
  height: .2rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/tab-line.png) no-repeat;
  background-size: 100% 100%;
}
.section-nav-tab {
  width: 1.73rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section-nav-tab:hover i{
  /* transform: scale(1.03); */
  /* filter: brightness(.8); */
}
.section-nav-tab:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 0.13rem;
  height: 0.2rem;
  vertical-align: middle;
  /* margin: 0 0.2rem; */
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/tab-line.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: .3rem;
  right: 0;
}
.section-nav-tab .tab1{
  width: 1.01rem;
  height: .33rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/tab1.png) no-repeat;
  background-size: 100% 100%;
  margin: .05rem 0 0 .16rem;
}
.section-nav-tab .tab2{
  width: 1.01rem;
  height: .33rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/tab2.png) no-repeat;
  background-size: 100% 100%;
  margin: .07rem 0 0 -.01rem;
}
.section-nav-tab .tab3{
  width: 1.01rem;
  height: .33rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/tab3.png) no-repeat;
  background-size: 100% 100%;
  margin: .08rem 0 0 0;
}
.section-nav-tab:nth-of-type(2){
  width: 1.78rem;
}
.section-nav-tab span {
  width: 1.73rem;
  height: .6rem;
  display: block;
  margin-top: .09rem;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
}
.section-nav-tab:nth-child(1) .on, .section-nav-tab:nth-child(1):hover span {
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/tab1-1.png) no-repeat center;
  right: -.22rem;
}
.section-nav-tab:nth-child(2) .on, .section-nav-tab:nth-child(2):hover span {
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/tab2-1.png) no-repeat center;
      right: -.13rem;
    top: .01rem;
}
.section-nav-tab:nth-child(3) .on, .section-nav-tab:nth-child(3):hover span {
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/tab3-1.png) no-repeat center;
  right: -.15rem;
  top: .03rem;
}
.tab-text {
  font-size: .18rem;
  color: #2a4c7b;
  font-weight: bold;
  text-align: center;
  margin-top: -.45rem;
  letter-spacing: 2px;
}
.tab-sub {
  font-size: .11rem;
  color: #b1b9c6;
  margin-top: .02rem;
  letter-spacing: 1px;
}

/* .section-nav {
  width: 19.2rem;
  height: .83rem;
  position: absolute;
  top: .48rem;
  right: 0;
  z-index: 2;
  transform-origin: top right;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/nav1.png) no-repeat;
  background-size: 100% 100%;
}
.section-nav-to {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.section-nav-to .section-nav-line{
  width: 0.13rem;
  height: .2rem;
  background: url(/ossweb-img/tab-line.png) no-repeat;
  background-size: 100% 100%;
}
.section-nav-to .section-nav-tab{
  width: 1.73rem;
  height: 100%;
  border: 1px solid red;
  margin-right: .2rem;
}
.section-nav-tab:nth-child(3){
  margin-right: .43rem;
}
.section-nav-to a {
  display: block;
  width: 1.73rem;
  height: 100%;
  position: relative;
}
.section-nav-to a:nth-child(1) {
  width: 1.01rem;
  height: .33rem;
  background: url(/ossweb-img/tab1.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.section-nav-to a:nth-child(2) {width: 1.9rem;}
.section-nav-to a:nth-child(3) {margin-right: .43rem;}

.section-nav-to a .on{
  width: 1.73rem;
  height: .6rem;
  display: block;
  margin-top: .09rem;
}
.section-nav-to a:nth-child(1) .on {
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/tab1-1.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: .37rem;
}
.section-nav-to a:nth-child(2) .on {
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/tab2-1.png) no-repeat;
  background-size: 100% 100%;
  margin-left: .14rem;
}
.section-nav-to a:nth-child(3) .on {
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/tab3-1.png) no-repeat;
  background-size: 100% 100%;
  margin-left: .12rem;
} */


/* .section-nav-to a::before {
  content: '';
  display: none;
  width: 91px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -51px;
  z-index: -1;
}
.section-nav-to a.on::before {
  display: block;
}
.section-nav-to a::after {
  content: '';
  display: block;
  width: 44px;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  right: -64px;
}
.section-nav-to a:last-child::after {
  display: none;
} */
.btn-unbind-box{
  width: 1.6rem;
  height: .34rem;
  position: absolute;
  right: .24rem;
  top: 1.7rem;
  /* margin-top: -3.4rem; */
  z-index: 9;
}
.btn-unbind{
  display: block;
  width: 1.6rem;
  height: .34rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/btn-unbind-bg.png) no-repeat;
  background-size: 100% 100%;
  font-size: .16rem;
  color: #d9d8d8;
  line-height: .34rem;
  text-align: right;
  padding-right: .24rem;
  box-sizing: border-box;
}

.main-swiper {
  width: 19.2rem;
  height: 10.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5.4rem 0 0 -9.6rem;
}
@media screen and (min-width: 1600px) {
  .main-swiper {
    margin: -4.8rem 0 0 -9.6rem;
  }
}
.main-swiper .swiper-slide{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-swiper .swiper-footer{
  height: auto;
  padding-bottom: 1.05rem;
}
@media screen and (min-width: 1600px) {
  .main-swiper .swiper-footer{
    padding-bottom: 3.05rem;
  }
}
.wrap .section {
  position: relative;
  width: 100%;
  height: 100%;
}

.section1 {
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg1.jpg) no-repeat center;
  background-size: cover;
  /* background-position: center -.48rem; */
}

.display-90hz-sequence{
  width: 100%;
  height: 100%;
}

/* .section1 .sec-scale {
  width: 100%;
  height: 100%;
  z-index: 200;
} */
.btn-sec1-play-box{
  width: 1.14rem;
  height: .8rem;
  position: absolute;
  top: 2.75rem;
  left: 10.2rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/icon-mplay-all.png) no-repeat;
  background-size: 100% auto;
  /* animation: blink-brightness 0.8s infinite; */
  transition: all 0.3s;
}
.btn-sec1-play-box:hover{
  transform: scale(1.02);
  top: 2.7rem;
  filter: brightness(.9);
}
@keyframes blink-brightness {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.2); }
}

/* .btn-sec1-play {
  display: block;
  width: 93px;
  height: 100px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/icon-mplay.png) no-repeat;
  background-size: 100% 100%;
  transition: transform 0.6s;
}
.btn-sec1-play:hover{
  transform: scale(1.2);
}
.btn-sec1-play::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/icon-mplay-l.png) no-repeat;
  background-size: 100% 100%;
  animation: icon-rotate 4s linear infinite;
  -webkit-animation: icon-rotate 4s linear infinite;
} */

.section1 .tes-list{
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  transform-origin: 0 100%;
}
.tes-item-box{
  width: 1356px;
  height: 364px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -678px;
  display: flex;
}
.tes-item{
  width: .65rem;
  height: 3.09rem;
  background-size: 100% 100%;
  position: absolute;
  transition: all 0.3s;
  z-index: 10;
}
.tes-item1{
  background-image: url(//game.gtimg.cn/images/bns/cp/a20251127order/tes1-1.png);
  top: 4.3rem;
  left: 4rem;
}
/* .tes-item1:hover{ top: 4.1rem; } */
.tes-item2{
  background-image: url(//game.gtimg.cn/images/bns/cp/a20251127order/tes3-1.png);
  top: 5.1rem;
  left: 6.4rem;
}
/* .tes-item2:hover{ top: 4.9rem; } */
.tes-item3{
  background-image: url(//game.gtimg.cn/images/bns/cp/a20251127order/tes2-1.png);
  top: 3.3rem;
  left: 7.9rem;
}
/* .tes-item3:hover{ top: 3.1rem; } */
.tes-item4{
  background-image: url(//game.gtimg.cn/images/bns/cp/a20251127order/tes4-1.png);
  top: 4rem;
  left: 10.5rem;
}
/* .tes-item4:hover{ top: 3.8rem; } */
.tes-item5{
  background-image: url(//game.gtimg.cn/images/bns/cp/a20251127order/tes5-1.png);
  top: 5rem;
  left: 12.3rem;
}
/* .tes-item5:hover{ top: 4.8rem; } */
.tes-item6{
  background-image: url(//game.gtimg.cn/images/bns/cp/a20251127order/tes6-1.png);
  top: 3.5rem;
  left: 14.7rem;
}
/* .tes-item6:hover{top:3.3rem } */

@keyframes float-updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-.05rem);
  }
  100% {
    transform: translateY(0);
  }
}
.float-animate {
  animation: float-updown 2.5s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}
.tes-item1.float-animate { animation-delay: 0s; }
.tes-item2.float-animate { animation-delay: 0.2s; }
.tes-item3.float-animate { animation-delay: 0.4s; }
.tes-item4.float-animate { animation-delay: 0.6s; }
.tes-item5.float-animate { animation-delay: 0.8s; }
.tes-item6.float-animate { animation-delay: 1s; }



.prize-list{
  width: 5.12rem;
  height: 1.48rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/page1-prize-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 2.8rem;
  left: 10rem;
  /* margin-top: 242px; */
  /* margin-left: 0px; */
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.8s;
}
.prize-list.show {
  opacity: 1;
  left: 10.35rem;
  /* margin-left: 81px; */
  pointer-events: auto;
}

.prize-item{
  width: .8rem;
  height: .77rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/page1-prize-icon.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin: 0 .1rem;
}
.prize-item img{
  width: auto;
  height: .77rem;
  transform: scale(.65);
}
.prize-item p{
  font-size: .14rem;
  color: #ffea96;
  width: 110%;
  position: absolute;
  top: .65rem;
  left: -5%;
  text-align: center;
  line-height: .16rem;
}

.btn-subscribe {
  display: block;
  width: 2.21rem;
  height: 2.03rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/btn-subscribe.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 2.5rem;
  left: 8.44rem;
  /* margin-top: 222px; */
  /* margin-left: -101px; */
  z-index: 200;
}
.btn-subscribe.gray {
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/btn-subscribe-gray.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.subscribe-text {
  width: 235px;
  height: 81px;
  box-sizing: border-box;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/subscribe-text-bg.png) no-repeat;
  position: absolute;
  top: -50px;
  right: -122px;
  font-size: 15px;
  color: #ffffff;
  padding-top: 16px;
  padding-left: 42px;
  line-height: 18px;
  pointer-events: none;
  font-style: italic;
}

.subscribe-award-content {
  width: 1000px;
  height: 396px;
  position: absolute;
  top: 214px;
  right: 408px;
  box-sizing: border-box;
  padding-top: 37px;
  padding-left: 67px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.8s;
}

.subscribe-award-content.show {
  opacity: 1;
  right: 608px;
  pointer-events: auto;
}

.subscribe-award-title {
  font-size: 27px;
  color: #5e5e5e;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 6px;
}

.subscribe-award-text {
  font-size: 18px;
  color: #5e5e5e;
  line-height: 22px;
  padding-left: 29px;
  margin-bottom: 24px;
  position: relative;
}

.i-icon1 {
  display: inline-block;
  font-style: normal;
  width: 15px;
  height: 16px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/i-icon1.png) no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}

.subscribe-award-flex {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 500px;
  height: 260px;
  padding-left: 265px;
  position: relative;
}

.subscribe-award {
  width: 179px;
  height: 114px;
  margin-right: 8px;
  margin-bottom: 8px;
  /* background: url(//game.gtimg.cn/images/bns/cp/a20251127order/subscribe-award.png) no-repeat; */
  position: relative;
}

.subscribe-award-zs {
  width: 258px;
  height: 237px;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/subscribe-award-zs.png) no-repeat;
}

.award-img {
  width: 61px;
  height: 62px;
  padding-top: 16px;
  margin: 0 auto 7px;
}

.subscribe-award-zs .award-img {
  width: 87px;
  height: 88px;
  padding-top: 14px;
  margin: 0 auto 32px;
}

.award-img img {
  display: block;
  width: 100%;
}

.award-text1 {
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
  text-align: center;
  width: 100%;
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.subscribe-award-zs .award-text1 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 3px;
}

.award-text2 {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
}
.down-bg{
  width: 3.86rem;
  height: .45rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/down-bg-t.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 10;
  margin-left: -1.93rem;
  animation: bg-down 2s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  -webkit-animation: bg-down 2s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.down-icon {
  width: .24rem;
  height: .27rem;
  position: absolute;
  bottom: .15rem;
  right: .3rem;
}
.down-icon::after{
  content: '';
  display: block;
  width: .24rem;
  height: .27rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/down-icon.png) no-repeat;
  animation: bg-down 1.2s linear infinite;
  -webkit-animation: bg-down 1.2s linear infinite;
}

.section2 {
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg2.jpg) no-repeat center;
  background-size: cover;
}
.section2 .sec-scale{
  transform-origin: center center;
  width: 100%;
  height: 6.9rem;
  position: absolute;
  top: 1rem;
  right: 0;
  /* margin-top: -3.8rem; */
}
.scale-box{
  width: 100%;
  height: 100%;
  /* transform-origin: center center; */
  /* transform: scale(0.88); */
}

.sec2-lbox {
  width: 5.69rem;
  height: 6.67rem;
  position: absolute;
  top: 1.5rem;
  left: 1.4rem;
  /* margin-left: -9.25rem; */
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec2-lbg.png) no-repeat;
  background-size: 100% 100%;
}

.sec2-award-title {
  font-size: .36rem;
  color: #010101;
  line-height: .4rem;
  text-align: center;
  padding-top: .28rem;
  padding-bottom: .07rem;
  font-family: 'HYXRS-55';
}

.sec2-award-text {
  font-size: .22rem;
  color: #b69649;
  line-height: .26rem;
  text-align: center;
  padding-bottom: .3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  position: absolute;
  top: 4.4rem;
  right: .36rem;
  font-family: 'HYXRS-65';
}

.sec2-award-zs {
  width: 2.27rem;
  height: 4.44rem;
  position: absolute;
  top: 1.39rem;
  left: .36rem;
}

.sec2-zs-img {
  width: 100%;
  height: 100%;
}

.sec2-award-zs p{
  width: 100%;
  font-size: .16rem;
  color: #ffffff;
  line-height: .2rem;
  text-align: center;
  position: absolute;
  bottom: .2rem;
  left: 0;
}

/* .sec2-zs-img::after {
  content: '';
  display: block;
  width: 211px;
  height: 444px;
  background: url() no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.sec2-zs-img img {
  display: block;
  width: 100%;
}

.sec2-zs-text1 {
  font-size: .16rem;
  color: #ffffff;
  line-height: .2rem;
  padding-left: 3rem;
  position: absolute;
  bottom: .53rem;
  left: 0
}

.sec2-zs-text2 {
  font-size: .22rem;
  color: #ffffff;
  line-height: .26x;
  padding-left: .3rem;
  font-weight: bold;
  position: absolute;
  bottom: .26rem;
  left: 0;
}

.sec2-award-list {
  width: 2.7rem;
  height: 2.93rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: absolute;
  top: 1.39rem;
  right: .36rem;
}

.sec2-award-item {
  width: 1.17rem;
  height: 1.14rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec2-award-item.png) no-repeat;
  background-size: 100% 100%;
}

.sec2-award-img {
  width: 1.14rem;
  height: 1.14rem;
  transform: scale(.6);
}

.sec2-award-img img {
  display: block;
  width: 100%;
}

.sec2-award-name {
  font-size: .19rem;
  color: #427fc4;
  text-align: center;
  line-height: .19rem;
  margin-top: -.19rem;
}
.sec2-award-name-l{
  width: 1.2rem;
  position: relative;
  left: -.3rem;
}

.btn-ljlq {
  display: block;
  width: 2.91rem;
  height: .79rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/btn-ljlq.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: .75rem;
  right: .28rem;
}
.btn-ljlq.gray {
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/btn-ljlq-gray.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.sec2-rbox {
  width: 10.18rem;
  height: 6.7rem;
  position: absolute;
  top: 1.5rem;
    left: 7.35rem;
}

.sec2-rbox-title{
  width: 5.89rem;
  height: 1.29rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec2-rbg-title.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.sec2-lottery-content {
  width: 10.18rem;
  height: 4.1rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec2-rbg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: 1rem;
}

.sec2-lottery {
  width: 6.15rem;
  height: 4.8rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec2-lottery-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: .12rem;
  left: .08rem;
  z-index: 10;

}
.sec2-lottery-sun{
  width: 5.3rem;
  height: .23rem;
  display: flex;
  justify-content: space-between;
  margin: .2rem 0 0 .35rem;
}
.btn-lottery-jl {
  display: block;
  width: 1.29rem;
  height: .23rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec2-lottery-01.png) no-repeat;
  background-size: 100% 100%;
}
.btn-lottery-award {
    display: block;
    width: 1.29rem;
    height: .23rem;
    background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec2-lottery-02.png) no-repeat;
    background-size: 100% 100%;
}

.lottery-bottom-box{
  width: 1.28rem;
  height: .23rem;
  padding-top: .04rem;
}
/* .lottery-bottom-box::after{
  width: 673px;
  height: 5px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.5px;
  background: url(/ossweb-img/lottery-bottom-zs.png) no-repeat;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/lottery-bottom-zs.png) no-repeat;
  z-index: -1;
  pointer-events: none;
} */

.btn-address {
  width: 1.28rem;
  height: .23rem;
  display: inline-block;
  font-size: .16rem;
  color: #101010;
  line-height: .22rem;
  text-align: center;
  text-decoration: underline;
  padding: 0 .1rem;
  margin: 0 .04rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/lottery-bottom-zs.png) no-repeat;
  background-size: 100% 100%;
}

.sec2-lottery-name{
  width: 5.26rem;
  height: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin: .1rem 0 0 .37rem;
}
.sec2-lottery-name .lottery-name{
  width: 1.71rem;
  height: 1.31rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec2-lottery-item.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sec2-lottery-name .lottery-name.curr{
  filter: brightness(1.14);
}
.sec2-lottery-name .lottery-name img{
  width: auto;
  height: 1.1rem;
  transform: scale(.6);
  margin-top: -.15rem;
}
.sec2-lottery-name .lottery-name p{
  width: 100%;
  color: #57aae4;
  font-size: .14rem;
  text-align: center;
  position: absolute;
  top: .9rem;
  left: 0;
  display: inline-block;
  padding: 0 .1rem;
  box-sizing: border-box;
  line-height: .16rem;
}
.sec2-lottery-name .lottery-btn{
  width: 1.94rem;
  height: 1.35rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec2-lottery-btn.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-left: -.1rem;
}

.lottery-num{
  width: 1.94rem;
  height: .2rem;
  font-size: .15rm;
  line-height: .2rem;
  color: #daa160;
  text-align: center;
  position: absolute;
  bottom: .45rem;
  left: 0;
  pointer-events: none;
}
.lottery-num span{
  font-size: .227rem;
}

/* .btn-lottery-award:hover {
  text-decoration: underline;
} */

.sec2-invite {
  width: 5.6rem;
  position: absolute;
  top: 1.5rem;
  left: 5rem;
  z-index: 2;
}

.sec2-invite-btn {
  /* width: 100%; */
  height: .5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 29px; */
  /* padding-left: 1.49rem; */
  margin-left: 1.4rem;
}
.sec2-invite-num{
  font-size: .26rem;
  display: block;
  background: linear-gradient(to top, #fff4c0, #ffffff); /* ´Óºìµ½À¶½¥±ä */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-right: .3rem;
  font-family: 'HYXRS-65';
}

.btn-invite-link {
  width: 1.52rem;
  height: .42rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/btn-invite-link.png) no-repeat;
  background-size: 100% 100%;
  font-size: .2rem;
  color: #fefefe;
  text-align: right;
  line-height: .5rem;
  box-sizing: border-box;
}


.btn-gz{
  display: block;
  width: 2rem;
  /* text-align: right; */
  color: #fff;
  font-size: .16rem;
  line-height: .2rrem;
  text-decoration: underline;
  margin-left: 1.4rem;
  z-index: 2;
}

/* .btn-lottery-jl:hover {
  text-decoration: underline;
} */

.sec2-invite-task {
  display: flex;
  /* justify-content: flex-end; */
  flex-wrap: wrap;
  margin-left: 1rem;
}

.invite-task-item {
  width: 4.49rem;
  height: 1.07rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/invite-task-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: .08rem;
  display: flex;
  align-items: center;
  font-size: .2rem;
  color: #fff;
  align-items: center;
}

.task-btn{
  width: 1.91rem;
  height: .65rem;
}

.task-btn.task-btn1{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/invite-task1.png) no-repeat;
  background-size: 100% 100%;
}
.task-btn.task-btn5{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/invite-task5.png) no-repeat;
  background-size: 100% 100%;

}
.task-btn.task-btn-ywc{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/invite-task-ywc.png) no-repeat;
  background-size: 100% 100%;
}

.task-text1 {
  width: 1.8rem;
  line-height:.26rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.task-text2 {
  width: 2.25rem;
  line-height: .26rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: .4rem;
}

.task-type {
  width: .19rem;
  height: .19rem;
  margin-left: 15px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/task-type.png) no-repeat;
}

.task-type.on {
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/task-type1.png) no-repeat;
}


.invite-down-number{
  font-size: .16rem;
  color: #ffffff;
  text-align: right;
  padding-right: .69rem;
  padding-top: .13rem;
  line-height: .2rem;
}
.invite-down-number span{
  font-size: .22rem;
  font-weight: bold;
}


.section-bottom {
  width: 19.2rem;
  height: 2.01rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/section-bottom.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  padding-top: .12rem;
  box-sizing: border-box;
  display: none;
  transform-origin: bottom center;
  pointer-events: none;
}
/* .section-bottom .sec-scale{
  transform-origin: center center;
} */

.section-bottom-center {
  width: 14.56rem;
  height: .94rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7.28rem;
  margin-top: -.42rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-bottom-time {
  width: 291px;
  height: 42px;
  font-size: 22px;
  color: #282828;
  line-height: 26px;
  display: flex;
  align-items: flex-end;
  position: relative;
  font-style: italic;
}
.sec-bottom-time::before{
  content: '';
  display: block;
  width: 72px;
  height: 45px;
  position: absolute;
  top: 12px;
  left: -46px;
  z-index: -1;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec-bottom-time-zs.png) no-repeat;
}

.sec-bottom-title {
  width: 474px;
  height: 94px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec-bottom-title.png) no-repeat;
  position: relative;
  left: -10px;
}

.sec-bottom-btn {
  width: 2.93rem;
  height: .7rem;
  position: absolute;
  top: .39rem;
  right: .06rem;
}

.btn-download {
  display: block;
  width: 3.54rem;
  height: .95rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/btn-download.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: auto;
}

.new-occupation-l {
  width: 600px;
  position: absolute;
  bottom: 16px;
  left: 50%;
  margin-left: -960px;
  z-index: 2;
}

.new-occupation-tbox {
  width: 600px;
  height: 439px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/new-occupation-tbg.png) no-repeat;
}

.new-occupation-tbox .text1 {
  font-size: 103px;
  color: #ffffff;
  line-height: 108px;
  padding-top: 34px;
  padding-left: 102px;
  margin-bottom: 16px;
  font-family: 'HYXRS-55';
}

.new-occupation-tbox .text2 {
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  padding-left: 110px;
}

.new-occupation-vbox {
  width: 438px;
  height: 224px;
  position: relative;
  top: -49px;
  padding-left: 110px;
}

.new-occupation-vbox .btn-vplay {
  display: block;
  width: 438px;
  height: 224px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.new-occupation-vbox .icon-play {
  width: 96px;
  height: 97px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/icon-vplay.png) no-repeat;
  transition: transform 0.6s;
}
.new-occupation-vbox .btn-vplay:hover .icon-play{
  transform: translate(-50%, -50%) scale(1.2);
}

.new-occupation-vbox .icon-play::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/icon-vplay-l.png) no-repeat;
  animation: icon-rotate 4s linear infinite;
  -webkit-animation: icon-rotate 4s linear infinite;
}

.new-occupation-vimg {
  width: 438px;
  height: 224px;
  position: relative;
}

.new-occupation-vimg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000000;
  opacity: 0.3;
}

.new-occupation-vimg::after {
  content: '';
  display: block;
  width: 444px;
  height: 230px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/new-occupation-vborder.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -115px;
  margin-left: -222px;
  z-index: 2;
}

.new-occupation-vimg img {
  width: 438px;
  height: 224px;
}

.new-occupation-lh {
  width: 1920px;
  height: 1157px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/new-occupation-lh.png) no-repeat;
  position: absolute;
  bottom: -200px;
  left: 50%;
  margin-left: -960px;
  pointer-events: none;
}

.new-occupation-r {
  width: 458px;
  height: 660px;
  position: absolute;
  bottom: 48px;
  right: 50%;
  margin-right: -960px;
  z-index: 2;
}

.new-occupation-name {
  width: 260px;
  height: 515px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/new-occupation-name.png) no-repeat;
  position: absolute;
  top: 0;
  right: 61px;
  font-size: 18px;
  color: #b8c8e3;
  line-height: 22px;
  display: flex;
  justify-content: flex-end;
  padding-right: 24px;
  padding-top: 116px;
  box-sizing: border-box;
}

.new-occupation-name p {
  writing-mode: vertical-rl;
  transform: rotate(0deg);
  font-family: 'fzbysjt';
}

.new-occupation-desc {
  padding-top: 374px;
}

.desc-item {
  margin-bottom: 34px;
}

.desc-item .t1 {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  margin-bottom: 8px;
  position: relative;
}

.desc-item .t1::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ec2e29;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 8px;
}

.desc-item .t2 {
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
}

.desc-flex {
  display: flex;
}

.desc-flex .desc-item {
  width: 240px;
}

.desc-tips {
  font-size: 15px;
  color: #eff1f4;
  padding-left: 40px;
  margin-top: -12px;
  position: relative;
}

.desc-tips::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 2px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/i-icon2.png) no-repeat;
}


.section4 {
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg2.jpg) no-repeat center;
  background-size: cover;
}
.section4 .sec-scale{
  transform-origin: center center;
  width: 100%;
  height: 7.52rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3.9rem;
}
.section4 .scale-box{
  /* transform: scale(0.95); */
  /* margin-top: 1rem; */
}
.section4-main1{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
.section4.page .section4-main1 {
  pointer-events: none;
  opacity: 0;
}

.sec4-title {
  width: 19.2rem;
  height: 1.2rem;
  position: absolute;
  top: 1.1rem;
  left: 50%;
  margin-left: -9.6rem;
  font-size: .6rem;
  color: #ffffff;
  line-height: .68rem;
  text-align: center;
  font-family: 'HYXRS-55';
}
/* .sec4-title::before{
  content: '';
  display: block;
  width: 713px;
  height: 373px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec4-title-zs.png) no-repeat;
  position: absolute;
  top: -10px;
  left: 282px;
  pointer-events: none;
} */
.sec4-title span{
  width: 9.71rem;
  height: 1.29rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/section4-main1-title.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  pointer-events: none;
  /* margin-top: -.5rem; */
}

.sec4-bottom-tips {
  font-size: .26rem;
  color: #daf9ff;
  line-height: .28rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.2rem;
  height: 0.4rem;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -960px;
}

/* .sec4-bottom-tips .i-icon3 {
  width: 23px;
  height: 23px;
  display: inline-block;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/i-icon3.png) no-repeat;
  margin-right: 10px;
} */

.sec4-content {
  display: flex;
  justify-content: center;
  /* align-content: space-between; */
  flex-wrap: wrap;
  width: 17rem;
  height: 5.4rem;
  position: absolute;
  top: 3rem;
  left: 50%;
  margin-top: -0.675rem;
  margin-left: -8.5rem;
}
/* .sec4-content::after{
  content: '';
  display: block;
  width: 1725px;
  height: 614px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.optimize-item {
  display: block;
  width: 4.5rem;
  height: 2.36rem;
  z-index: 2;
}
.optimize-item img{
  width: 100%;
  height: auto;
}
/* .optimize-item::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/optimize-item-mask.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
} */

/* .optimize-number {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -24px;
  right: 30px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/optimize-number.png) no-repeat;
  font-size: 20px;
  color: #4a4a4a;
  line-height: 50px;
  text-align: center;
  z-index: 2;
  font-family: 'fzbysjt';
} */

.optimize-img {
  width: 518px;
  height: 265px;
  margin: 0 auto;
  position: relative;
  top: 4px;
}
.optimize-img img{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask: url(//game.gtimg.cn/images/bns/cp/a20251127order/optimize-img1.png);
  -webkit-mask-size: cover;
}

.optimize-text {
  width: 100%;
  font-size: 36px;
  color: #e1e2e8;
  font-weight: bold;
  line-height: 72px;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.optimize-text1 {
  width: auto;
  font-size: 32px;
  color: #fefefe;
  line-height: 38px;
  padding-left: 10px;
  position: absolute;
  bottom: 24px;
  left: 10px;
  font-family: 'HYXRS-55';
}

.section4-main2 {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: opacity 0.8s;
}

.sec4-m2-content{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}
.sec4-m2-content.on{
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.8s;
}

.sec4-m2-content1 .btn-vplay {
  display: block;
  width: 96px;
  height: 97px;
  position: absolute;
  top: 580px;
  /* left: -86px; */
  left: 50%;
  margin-left: -832px;
  z-index: 3;
}
.sec4-m2-content1 .icon-play {
  width: 96px;
  height: 97px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/icon-vplay.png) no-repeat;
  transition: transform 0.6s;
}
.sec4-m2-content1 .btn-vplay:hover .icon-play{
  transform: translate(-50%, -50%) scale(1.2);
}
.sec4-m2-content1 .icon-play::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/icon-vplay-l.png) no-repeat;
  animation: icon-rotate 4s linear infinite;
  -webkit-animation: icon-rotate 4s linear infinite;
}

.sec4-m2-bg {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.8s;
}
.m2-bg-item{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.m2-bg-item.on{
  opacity: 1;
  transition: opacity 0.8s;
}
.m2-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.8s;
}
.m2-bg.on{
  opacity: 1;
}

.m2-bg11{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p11.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg21{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p21.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg22{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg23{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg24{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg25{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg31{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p31.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg32{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg33{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg34{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg35{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg41{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p41.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg42{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg43{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg44{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg45{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg51{
  background: url(..//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p51.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg52{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg53{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg54{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg55{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p1.jpg) no-repeat center center;
  background-size: cover;
}
.m2-bg61{
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg4-p61.jpg) no-repeat center center;
  background-size: cover;
}


.section4.page .section4-main2 {
  opacity: 1;
  z-index: 22;
  pointer-events: auto;
}

.section4.page .sec4-m2-bg {
  opacity: 1;
}

.sec4-page-box{
  width: 230px;
  height: 92px;
  position: absolute;
  top: 74px;
  right: 50%;
  margin-right: -1020px;
  display: flex;
  justify-content: space-between;
  z-index: 6;
}
.sec4-page-box .swiper-button-prev, .sec4-page-box .swiper-button-next{
  width: 91px;
  height: 91px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/swiper-button-icon.png) no-repeat;
  background-size: 205px;
  background-position: 0 0;
  cursor: pointer;
}
.sec4-page-box .swiper-button-prev:hover{
  background-position: 0 -114px;
}
.sec4-page-box .swiper-button-next{
  background-position: -114px -114px;
}
.sec4-page-box .swiper-button-next:hover{
  background-position: -114px 0;
}
.sec4-page-box .swiper-button-prev::after, .sec4-page-box .swiper-button-next::after{
  display: none;
}

.btn-return {
  display: block;
  width: 506px;
  height: 73px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/btn-return.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 1399px) {
  .btn-return{
    transform: scale(0.8);
    transform-origin: top left;
  }
}
.sec4-m2-nav {
  width: 230px;
  height: 285px;
  position: absolute;
  top: 50%;
  margin-top: -184px;
  right: 0;
  z-index: 22;
}

.sec4-m2-nav a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: right;
  padding-right: 44px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 20px;
  color: #c4e4e9;
  line-height: 40px;
  position: relative;
  font-family: 'HYXRS-55';
}

.sec4-m2-nav a.on {
  font-size: 34px;
  color: #ffffff;
}
.sec4-m2-nav a span{
  position: relative;
  z-index: 2;
}

.sec4-m2-nav a.on::after {
  display: block;
  content: '';
  width: 592px;
  height: 112px;
  /* background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec4-m2-nav-on.png) no-repeat; */
  position: absolute;
  top: 50%;
  margin-top: -56px;
  right: 0;
  pointer-events: none;
}

.sec4-m2-title {
  width: 364px;
  height: 417px;
  margin-bottom: 80px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -1124px;
}
.sec4-m2-title .m2-title1{
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec4-m2-title.png) no-repeat;
}
.sec4-m2-title .m2-title2{
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec4-m2-title.png) no-repeat;
}
.sec4-m2-title .m2-title3{
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec4-m2-title.png) no-repeat;
}
.sec4-m2-title .m2-title4{
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec4-m2-title.png) no-repeat;
}
/* .sec4-m2-title .m2-title5{
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec4-m2-title.png) no-repeat;
} */

.sec4-m2-cbox {
  width: 100%;
  position: absolute;
  top: 496px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.sec4-m2-content6 .sec4-m2-cbox{
  top: 354px;
}

.sec4-m2-content1 .sec4-m2-cbox::before{
  content: '';
  display: block;
  width: 473px;
  height: 303px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec4-m2-c6-zs.png) no-repeat;
  position: absolute;
  top: 131px;
  left: 50%;
  margin-left: -1106px;
  z-index: -1;
}

.sec4-m2-content6 .sec4-m2-cbox::before{
  content: '';
  display: block;
  width: 473px;
  height: 303px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec4-m2-c6-zs.png) no-repeat;
  position: absolute;
  top: 146px;
  left: 50%;
  margin-left: -1106px;
  z-index: -1;
}

.sec4-m2-c1-img{
  width: 1382px;
  height: 751px;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -690px;
}
.sec4-m2-c1-img1{
  display: block;
  width: 668px;
  height: 582px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec4-m2-c1-img.png) no-repeat;
  background-size: 1382px;
  background-position: 0 0;
}
.sec4-m2-c1-img2{
  display: block;
  width: 668px;
  height: 657px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec4-m2-c1-img.png) no-repeat;
  background-size: 1382px;
  background-position: -714px -94px;
  position: absolute;
  top: 94px;
  left: 714px;
}
.sec4-m2-c2-img{
  width: 865px;
  height: 673px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -160px;
}
.sec4-m2-c2-img img{position: absolute;
  margin-top: 10px;
}
.sec4-m2-c3-img{
  width: 1404px;
  height: 737px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -660px;
}
.sec4-m2-c3-img img{position: absolute;}

.m2-title5 {
  width: 1920px;
  height: 120px;
  position: absolute;
  top: -60px;
  left: 50%;
  /* margin-left: -960px; */
  font-size: 60px;
  color: #8ff2ff;
  line-height: 68px;
  text-align: center;
  font-family: 'HYXRS-55';

}
.sec5-content{
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 1650px;
  height: 700px;
  position: absolute;
  top: -450px;
  left: 50%;
  margin-left: -815px;
}
.sec5-itme{
  display: block;
  width: 463px;
  height: 324px;
  /* margin-right: 29px; */
  position: relative;
  z-index: 2;
}
.sec5-itme-txt{
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-family: 'HYXRS-55';
}
.sec5-itme-txt2{
  font-size: 18px;
  color: #daf9ff;
  padding: 0 20px;
  text-align: center;
  font-family: 'HYXRS-55';
  position: relative;
  width: 280px;
  margin: 0 auto;
}
.sec5-itme-txt2 .em1{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/i-icon5.png) no-repeat;
  position: absolute;
  top: 5px;
  left: -0;
}
.sec5-itme-txt2 .em2{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/i-icon5.png) no-repeat;
  position: absolute;
  top: 5px;
  right: 0;
}

.sec4-m2-content1{
  transform: translateX(-50%) scale(0.88);
  transform-origin: center center;
}
.sec4-m2-content1 .sec4-m2-cbox{
  top: 602px;
  margin-left: 235px;
}

.sec4-m2-page {
  width: 80px;
  margin-right: 42px;
  font-size: 49px;
  color: #ffffff;
  line-height: 58px;
  font-family: 'CINZEL-MEDIUM';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1025px;
}
.sec4-m2-page .page-fg{
  width: 29px;
  height: 30px;
  /* background: url(//game.gtimg.cn/images/bns/cp/a20251127order/page-fg.png) no-repeat; */
  position: relative;
  left: 10px;
  margin: 16px 0;
}
.page-change-number{
  width: 58px;
  height: 58px;
  overflow: hidden;
  position: relative;
}
.page-change-number b{
  position: absolute;
  top: 0;
  font-weight: normal;
  font-style: normal;
  transform: translateY(0);
}
.page-change-number.on0 b{
  transform: translateY(0);
  transition: transform 0.4s;
}
.page-change-number.on1 b{
  transform: translateY(-58px);
  transition: transform 0.4s;
}
.page-change-number.on2 b{
  transform: translateY(-116px);
  transition: transform 0.4s;
}
.page-change-number.on3 b{
  transform: translateY(-174px);
  transition: transform 0.4s;
}
.page-change-number.on4 b{
  transform: translateY(-232px);
  transition: transform 0.4s;
}
.page-change-number.on5 b{
  transform: translateY(-290px);
  transition: transform 0.4s;
}
.page-change-number.on6 b{
  transform: translateY(-348px);
  transition: transform 0.4s;
}
.page-change-number.on7 b{
  transform: translateY(-406px);
  transition: transform 0.4s;
}
.page-change-number.on8 b{
  transform: translateY(-464px);
  transition: transform 0.4s;
}
.page-change-number.on9 b{
  transform: translateY(-522px);
  transition: transform 0.4s;
}

.sec4-m2-swiper{
  margin: 0;
  width: 1660px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -926px;
  z-index: 2;
}
.sec4-m2-swiper2{
  top: -400px;
  margin-left: -840px;
}


.sec4-m2-swiper3{
  margin-left: -670px;
  top: -50px;
}
.sec4-m2-swiper .swiper-slide{
  opacity: 0!important;
  pointer-events: none;
}
.sec4-m2-content.on .sec4-m2-swiper .swiper-slide-active{
  opacity: 1!important;
  pointer-events: auto;
}

.sec4-m2-t1 {
  font-size: 46px;
  color: #8ff2ff;
  line-height: 50px;
  margin-bottom: 16px;
  font-family: 'HYXRS-55';
}
.sec4-m2-t3 {
  font-size: 50px;
  color: #8ff2ff;
  line-height: 50px;
  margin-bottom: 16px;
  font-family: 'HYXRS-55';
}
.sec4-m2-t2 {
  font-size: 16px;
  color: #daf9ff;
  line-height: 26px;
  padding-left: 44px;
  position: relative;
}
.sec4-m2-t4 {
  font-size: 32px;
  color: #ffffff;
  line-height: 32px;
  font-family: 'HYXRS-55';
  margin-bottom: 10px;

}

.sec4-m2-t2::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/i-icon5.png) no-repeat;
  position: absolute;
  left: 1px;
  top: 6px;
}

.sec4-m2-t2 .mt{
  margin-top: 30px;
}
.vid-ibg{
  width: 444px;height: 230px;
  margin-top: 80px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/sec4-m2-c2-vid-bg.png) no-repeat;
  position: relative;
}
.vid-ibg p{text-align: center;position: absolute;top: -40px;margin: 0 auto;width: 444px;font-size: 20px;color: #ffffff;font-family: 'HYXRS-55';}

.vid-ibg a {
  display: block;
  width: 96px;
  height: 97px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.vid-ibg a .icon-play {
  width: 96px;
  height: 97px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/icon-vplay.png) no-repeat;
  transition: transform 0.6s;
}
.vid-ibg a:hover .icon-play{
  transform: translate(-50%, -50%) scale(1.2);
}
.vid-ibg a .icon-play::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/icon-vplay-l.png) no-repeat;
  animation: icon-rotate 4s linear infinite;
  -webkit-animation: icon-rotate 4s linear infinite;
}

.section5 {
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/bg2.jpg) no-repeat top center;
  background-size: cover;
}
.section5 .sec-scale{
  transform-origin: center center;
  width: 100%;
  height: 708px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -350px;
}

.music-title {
  /* width: 637px; */
  width: 751px;
  height: 533px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/music-title.png) no-repeat;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -1078px;
}

.music-text {
  font-size: 23px;
  color: #ffffff;
  writing-mode: vertical-rl;
  transform: rotate(0deg);
  position: absolute;
  top: 44px;
  left: 514px;
  font-family: 'fzbysjt';
}

.music-lh {
  /* width: 597px;
  height: 1004px; */
  width: 997px;
  height: 1899px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/music-lh.png) no-repeat;
  position: absolute;
  bottom: -1130px;
  left: 50%;
  /* margin-left: -460px; */
  margin-left: -636px;
}

.music-rbox {
  width: 752px;
  height: 600px;
  position: absolute;
  top: 160px;
  right: 50%;
  margin-right: -964px;
}

.music-play {
  width: 230px;
}

.btn-mplay {
  display: block;
  width: 163px;
  height: 165px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/icon-mplay.png) no-repeat;
  position: relative;
  left: 12px;
  transition: transform 0.6s;
}
.btn-sec1-play:hover{
  transform: scale(1.2);
}

.btn-mplay::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/icon-mplay-l.png) no-repeat;
  animation: icon-rotate 4s linear infinite;
  -webkit-animation: icon-rotate 4s linear infinite;
}

.music-lyric {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 18px;
  color: #ffffff;
  padding-left: 4px;
  padding-top: 30px;
  position: relative;
}

.music-lyric p {
  writing-mode: vertical-rl;
  transform: rotate(0deg);
  margin-right: 23px;
  font-family: 'fzbysjt';
}

.music-lyric::after {
  content: '';
  display: block;
  width: 103px;
  height: 352px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/music-lyric-jg.png) no-repeat;
  position: absolute;
  left: 44px;
  top: 30px;
  pointer-events: none;
}

.music-img-box {
  width: 438px;
  height: 600px;
  position: absolute;
  top: 6px;
  left: 246px;
}

.music-img-item {
  width: 438px;
  height: 224px;
  margin-bottom: 25px;
  position: relative;
}

.music-img-item::after {
  content: '';
  display: block;
  width: 444px;
  height: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -115px;
  margin-left: -222px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/new-occupation-vborder.png) no-repeat;
}

.music-img {
  width: 438px;
  height: 224px;
}

.music-img img {
  display: block;
  width: 100%;
  height: auto;
}

.music-img::before {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/music-iname-bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}

.music-iname {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #eaeaea;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.pop{
  display: none;
}
.pop-yy{
  /* width: 1920px; */
  /* height: 694px; */
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999; */
  justify-content: center;
  align-items: center;
  /* width: 100%; */
  /* height: 100%; */
  margin: 0 auto;
}
.pop-mask{
  width: 9999px;
  height: 9999px;
  background-color: #000000;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-yy-bg{
  position: relative;
  z-index: 2;
  width: 7.78rem;
  height: 7.51rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/pop-yy-bg.png) no-repeat;
  background-size: 100% 100%;
}
.pop-yy-main{
  width: 5.7rem;
  height: auto;
  position: absolute;
  top: 1.03rem;
  left: .9rem;
}
.pop-yy-title{
  width: 90%;
  color: #c9893d;
  font-size: .22rem;
  text-align: center;
  font-family: 'HYXRS-65';
  margin: 0 auto;
  line-height: .24rem;
}

.pop-yy-main .pop-yy-tips1 {
	width: 100%;
	display: block;
	margin: 10px auto;
	font-size: .16rem;
	color: #c9893d;
	text-align: center;
	text-decoration: underline;
}
.pop-yy-main .pop-yy-tips2 {
	width: 100%;
	display: block;
	margin: 10px auto;
	font-size: .16rem;
	color: #c9893d;
	text-align: center;
}
.pop-bind{
  width: 100%;
  height: 2.87rem;
  margin: 0 auto;
}
.pop-bind-item{
  width: 100%;
  height: .5rem;
  padding-left: .49rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.pop-bind-item label{
  display: block;
  width: 1.04rem;
  font-size: 22px;
  line-height: .42rem;
  color: #c9893d;
}
.pop-bind-item input{
  display: block;
  font-size: .16rem;
  color: #b89f6a;
  width: 3.82rem;
  height: .42rem;
  line-height: .42rem;
  padding: 0 .18rem;
  border: .01rem solid #cbbdac;
  box-sizing: border-box;
  margin: 0;
  background-color: #ffffff;
}
.pop-bind-item input.input-code{
  width: 2.2rem;
  margin-right: .11rem;
}
.pop-bind-item input::placeholder{
  font-size: .16rem;
  color: #b89f6a;
}
.btn-get-code{
  display: block;
  width: 1.52rem;
  height: .42rem;
  line-height: .42rem;
  font-size: .18rem;
  color: #ffffff;
  text-align: center;
  line-height: .42rem;
  /* background: url(//game.gtimg.cn/images/bns/cp/a20251127order/btn-get-code.png) no-repeat; */
  /* background-size: 100% 100%; */
  background-color: #aa8d4f;
  font-family: 'HYXRS-75';
}
.pop-yy-tips{
  width: 87%;
  font-size: .18rem;
  color: #c0a670;
  line-height: .22rem;
  text-align: center;
  margin: .08rem auto;
}
.btn-pop-ljyy{
  display: block;
  width: 2.81rem;
  height: .79rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/pop-ljyy.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.pop-yy-text{
  font-size: .14rem;
  color: #c7d0d9;
  line-height: .2rem;
  text-align: center;
}
.btn-close{
  display: block;
  width: .46rem;
  height: .46rem;
  position: absolute;
  top: -.19rem;
  right: -.76rem;
}
.btn-close::after{
  content: '';
  display: block;
  width: .46rem;
  height: .46rem;
  position: absolute;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/btn-close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(0deg);
  transition: transform 1s;
}
.btn-close:hover::after{
  transform: rotate(180deg);
}
.verify-code-box {
  display: flex;
  justify-content: center;
  gap: .16rem;
  margin-bottom: .16rem;
}

.verify-code-input {
  width: .48rem;
  height: .48rem;
  font-size: .32rem;
  text-align: center;
  border: .01rem solid #c9893d;
  border-radius: .08rem;
  background: #c9893d;
  color: #ffffff;
  outline: none;
}

.verify-timer {
  color: #c9893d;
  font-size: .16rem;
  margin-bottom: .16rem;
  margin-right: 1rem;
  text-align: right;
}

.verify-desc {
  width: 4.1rem;
  margin: 0 auto;
  color: #c9893d;
  font-size: .16rem;
  margin-bottom: .15rem;
  line-height: .2rem;
  text-align: left;
  padding: 0 .16rem
}

.btn-confirm {
  display: block;
  width: 2.81rem;
  height: .79rem;
  margin: 0 auto .12rem auto;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/pop-confirm.png) no-repeat ;
  background-size: 100% 100%;
  font-size: .22rem;
  color: #fff;
  line-height: .48rem;
  border-radius: .24rem;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}


.pop-video{
  /* width: 980px;
  height: 552px;
  background: #000000;
  transform: scale(0.9); */
}

.pop-video-content {
	width: 9.8rem;
  height: 5.52rem;
  background: #000000;
  transform: scale(0.9);
}

.btn-close-m{
  content: '';
  display: block;
  width: .52rem;
  height: .52rem;
  position: absolute;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/btn-close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -.64rem;
  transform: rotate(0deg);
  transition: transform 0.6s;
}
.btn-close-m:hover{
  transform: rotate(90deg);
}

.pop-lottery-record{
  width: 11.52rem;
  height: 5.7rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/pop-record-bg.png) no-repeat;
  background-size: 100% 100%;
  transform: scale(0.9);
}
.pop-title{
  font-size: .53rem;
  line-height: .6rem;
  color: #292929;
  text-align: center;
  padding-top: .38rem;
  margin-bottom: .2rem;
  font-family: 'HYXRS-55';
}
.record-table{
  width: 9.24rem;
  height: 3.5rem;
  margin: 0 auto .35rem;
}
.record-table table{
  width: 100%;
}
.record-table thead{
  background-color: #a1adc7;
}
.record-table th{
  font-size: .18rem;
  color: #ffffff;
  line-height: .4rem;
  height: .4rem;
  font-weight: normal;
}
.record-table th:nth-child(1){
  width: 4.62rem;
  text-align: left;
  padding: 0 .48rem;
  box-sizing: border-box;
}
.record-table th:nth-child(2){
  width: 2.06rem;
}
.record-table th:nth-child(3){
  width: 2.56rem;
}
.record-table td{
  font-size: .18rem;
  color: #636363;
  line-height: .2rem;
  height: .6rem;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #b9b9b9;
}
.record-table td:nth-child(1){
  width: 4.62rem;
  text-align: left;
  padding: 0 .48rem;
  box-sizing: border-box;
}
.record-table td:nth-child(2){
  width: 2.06rem;
}
.record-table td:nth-child(3){
  width: 2.56rem;
}
.pop-record-page{
  width: 9.24rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-record-page span{
  font-size: .2rem;
  color: #69746d;
  line-height: .26rem;
  cursor: pointer;
}
.pop-record-page .prev{
  width: .32rem;
  height: .18rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/pop-page-icon.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  margin: 0 .2rem;
  cursor: pointer;
}
.pop-record-page .next{
  width:.32rem;
  height: .18rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/pop-page-icon.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 .2rem;
  cursor: pointer;
}
.page-num{
  display: flex;
}
.page-num span{
  width:.26rem;
  height: .26rem;
  font-size: .2rem;
  line-height: .26rem;
  text-align: center;
  margin: 0 .06rem;
}
.page-num span.on{
  background: #a1adc7;
  color: #ece8e1;
}

.pop-record-page .text-input{
  display: flex;
  cursor: auto;
}
.pop-record-page .text-input input{
  display: block;
  width: .52rem;
  height: .26rem;
  background: #ffffff;
  font-size: .2rem;
  color: #69746d;
  border: none;
  margin: 0 .1;
  text-align: center;
}
.pop-record-page .goPageluckyCountOK, .pop-record-page .goPageluckyOK{
  font-size: .2rem;
  color: #69746d;
  line-height: .26rem;
  cursor: pointer;
  margin-left: .2rem;
}
.pop-record-page .pgae-to{
  width: .32rem;
  height: .18rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/pop-page-goto.png) no-repeat;
  background-size: 100% 100% ;
  margin: 0 .2rem;
  cursor: pointer;
}

.pop-awards-record{
  width: 11.52rem;
  height: 5.7rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/pop-record-bg.png) no-repeat;
  background-size: 100% 100%;
}
.pop-awards-record th:nth-child(1){
  width: 3.84rem;
  text-align: left;
  padding: 0 .48rem;
  box-sizing: border-box;
}
.pop-awards-record th:nth-child(2){
  width: 2.06rem;
}
.pop-awards-record th:nth-child(3){
  width: 3.66rem;
}
.pop-awards-record td:nth-child(1){
  width: 3.84rem;
  text-align: left;
  padding: 0 .48rem;
  box-sizing: border-box;
}
.pop-awards-record td:nth-child(2){
  width: 3.66rem;
}
.pop-awards-record td:nth-child(3){
  width: 2.7rem;
}

.pop-address{
  width: 8.32rem;
  height: 4.9rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/pop2.png) no-repeat;
  background-size: 100% 100%;
}

.pop-address #milo-packageList{
  width: 100%;
  font-size: .46rem;
  color: #292929;
  text-align: center;
  padding: .32rem .2rem;
  box-sizing: border-box;
  font-family: 'HYXRS-55';
}
.pop-address .milo-form-row{
  width: 6.76rem;
  margin: 0 auto .08rem;
}
#milo-personInfo.pop-address .milo-form-label{
  font-size: .2rem;
  color: #3b3b3b;
  line-height: .44rem;
  width: 1.32rem;
}
#milo-personInfo.pop-address .milo-form-item{
  display: inline-block;
  width: 5.26rem;
  height: .42rem;
  border: 1px solid #787878;
}
#milo-personInfo.pop-address #milo-province.milo-form-item{
  width: 1.72rem!important;
}
#milo-personInfo.pop-address #milo-city.milo-form-item{
  width: 1.72rem!important;
}
#milo-personInfo.pop-address #milo-region.milo-form-item{
  width: 1.72rem!important;
}

#milo-personInfo.pop-address #milo-submitPersonInfo{
  display: block;
  font-size: 0;
  text-indent: -99999999;
  width: 2.93rem;
  height: .7rem;
  /* background: url(//game.gtimg.cn/images/bns/cp/a20251127order/pop-address-submit.png) no-repeat; */
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/m/pop-address-submit.png) no-repeat;
  background-size: 100% auto;
  border: none;
  margin: 0 auto;
  padding: 0;
}
.pop-address-tips{
  width: 100%;
  height: .44rem;
  font-size: .14rem;
  color: #000;
  line-height: .44rem;
  text-align: center;
  position: absolute;
  bottom: .02rem;
  left: 0;
}

.pop-invite{
  width: 6.62rem;
  height: 3.26rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/pop2.png) no-repeat;
  background-size: 100% auto;
}
.pop-invite .pop-main{
  padding-top: .44rem;
}
.pop-invite-title{
  width: 90%;
  font-size: .46rem;
  line-height: .48rem;
  color: #292929;
  text-align: center;
  margin: 0 auto .1rem;
  box-sizing: border-box;
  font-family: 'HYXRS-55';
}
.pop-invite-text{
  width: 90%;
  margin: 0 auto;
  font-size: .2rem;
  color: #000;
  line-height: .26rem;
  text-align: center;
  margin-bottom: .2rem;
}
.pop-invite-tips{
  width: 100%;
  height: .44rem;
  font-size: .14rem;
  color: #ffffff;
  line-height: .44rem;
  text-align: center;
  position: absolute;
  bottom: .02rem;
  left: 0;
}
.btn-pop-invite{
  display: block;
  font-size: 0;
  text-indent: -99999999;
  width: 2.93rem;
  height: .7rem;
  /* background: url(//game.gtimg.cn/images/bns/cp/a20251127order/btn-pop-invite.png) no-repeat; */
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/m/btn-pop-invite.png) no-repeat;
  background-size: 100% auto;
  border: none;
  margin: 0 auto;
  padding: 0;
}

.pop-jqqd{
  width: 6.62rem;
  height: 3.26rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/pop1.jpg) no-repeat;
  background-size: 100% 100%;
}
.pop-jqqd-bg{
  width: 6.62rem;
  height: 3.26rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/pop-jqqd.png) no-repeat;
  
}

.pop-jqqd-bg1{
  width: 6.62rem;
  height: 3.26rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/pop1.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 .2rem;
  box-sizing: border-box;
}
.pop-jqqd-time{
  width: 100%;
  font-size: .53rem;
  line-height: .55rem;
  color: #c0a670;
  text-align: center;
  font-family: "HYXRS-55";
}
.pop-jqqd-text{
  width: 100%;
  font-size: .53rem;
  line-height: .55rem;
  color: #c0a670;
  text-align: center;
  font-family: "HYXRS-55";
}

.pop-picture{
  width: 11.58rem;
  height: 5.52rem;
  background: #000000;
  transform: scale(0.9);
}
.pop-picture .swiper-slide img{
  display: block;
  width: 100%;
}

.pop-picture .swiper-pagination{
  bottom: -.3rem;
}
.pop-picture .swiper-pagination .swiper-pagination-bullet{
  background: #ffffff;
}
.pop-picture .swiper-button-prev, .pop-picture .swiper-button-next{
  width: .91rem;
  height: .91rem;
  background: url(//game.gtimg.cn/images/bns/cp/a20251127order/swiper-button-icon.png) no-repeat;
  background-size: 2.05rem;
  background-position: 0 0;
  cursor: pointer;
  left: -1.1rem;
  transform: scale(0.8);
}
.pop-picture .swiper-button-prev:hover{
  background-position: 0 -1.14rem;
}
.pop-picture .swiper-button-next{
  background-position: -1.14rem -1.14rem;
  left: auto;
  right: -1.1rem;
}
.pop-picture .swiper-button-next:hover{
  background-position: -1.14rem 0;
}
.pop-picture .swiper-button-prev::after, .pop-picture .swiper-button-next::after{
  display: none;
}

@keyframes bg-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes bg-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes icon-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes icon-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}




