* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style-type: none;
}

i,
em {
  font-style: normal;
}

img {
  display: block;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

@font-face {
  font-family: "fonts";
  src: url(//game.gtimg.cn/images/rm/cp/a20250729/fonts.ttf);
}

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #070201;
}

.video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8010;
  object-fit: cover;
  object-position: 50% 50%;
  background: #070201;
}

.gray {
  filter: grayscale(1);
}

.swiper {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #070201;
  transform: scale(0.8);
}

.swiper.-show {
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.065, 0.5, 0.2, 1.5);
}

.index {
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pc/index.jpg") no-repeat center / cover;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 3vh;
}

.logo {
  position: absolute;
  top: 55px;
  left: 56px;
}

.index-spark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.index-spark canvas {
  width: 100%;
  height: 100%;
}

.index-login {
  position: absolute;
  top: 42px;
  right: 50px;
  font-size: 20px;
  color: rgba(29, 29, 29, 1);
}

.index-login a {
  color: rgba(255, 113, 51, 1);
}

.index-login .unbind {
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/unbind.png) no-repeat left;
  padding: 0 0 0 25px;
  margin-right: 13px;
}

.login-head {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}

.login-username {
  padding: 0 12px;
}

.index-box {
  width: 914px;
  min-height: 384px;
  /* background: url("//game.gtimg.cn/images/rm/cp/a20250729/pc/index-box.png") no-repeat top; */
  /* padding-top: 197px; */
  box-sizing: border-box;
  transform-origin: 50% 100%;
}

.index-slogan {
  margin: 0 auto;
}

.index-time {
  font-size: 32px;
  color: rgba(205, 205, 205, 1);
  text-align: center;
  margin: 25px 0 5px;
  font-weight: bold;
}

.index-time span {
  color: rgba(255, 113, 51, 1);
}

.index-tips {
  font-size: 18px;
  color: rgba(205, 205, 205, 1);
  text-align: center;
  padding-bottom: 33px;
}

.index-desc {
  width: 915px;
  height: 71px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pc/index-desc.png") no-repeat top;
  color: rgba(205, 205, 205, 1);
  font-weight: bold;
  font-size: 22px;
  margin-top: 25px;
}

.index-desc i {
  color: #ff7434;
}

.index-desc span {
  color: #bf422d;
}

.index-btn {
  width: 100%;
  font-family: "fonts";
}

.index-btn .btn {
  width: 340px;
  height: 70px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pc/index-btn.png") no-repeat top;
  color: rgba(205, 205, 205, 1);
  font-size: 36px;
  margin: 0 36px 0;
  box-sizing: border-box;
  cursor: pointer;
  padding-bottom: 5px;
  transition: transform 0.16s ease-in-out;
}

.index-btn .btn:hover {
  background-position: 0 -80px;
  transform: translate3d(0, -2px, 0);
}

.index-btn .btn.gray {
  background-position: 0 -160px;
}

.index-invite {
  font-size: 26px;
  line-height: 30px;
  color: rgba(197, 63, 37, 1);
  text-decoration: underline;
  margin-top: 25px;
}

.index-invite span {
  cursor: pointer;
}

.page {
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pc/page.jpg") no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page .btn {
  margin: 55px 20px 0;
}

.card-title {
  width: 100%;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pc/card-title.png") no-repeat top;
  padding-top: 185px;
  position: relative;
}

.card-limit {
  font-size: 18px;
  color: rgba(205, 205, 205, 1);
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.card-limit span {
  color: rgba(255, 113, 51, 1);
}

.card-back {
  width: 226px;
  height: 323px;
  position: relative;
  perspective: 800px;
  z-index: 10;
  margin: 0 20px;
  z-index: 10;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.card-back img {
  width: 226px;
  height: 323px;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1s;
  backface-visibility: hidden;
  border: 1px solid #ff5030;
  border-radius: 10px;
  animation: cardBack infinite 1.5s linear;
}

.card-back img:nth-child(1) {
  transform: rotateY(0deg);
}

.card-back img:nth-child(2) {
  transform: rotateY(180deg);
}

/* .card-back.active img:nth-child(1) {
  transform: scale(2) rotateY(180deg);
}

.card-back.active img:nth-child(2) {
  transform: scale(2) rotateY(360deg);
} */
.card-back.active img:nth-child(1) {
  /* transform: scale(2) rotateY(180deg); */
  border-color: transparent;
  transition: all 1s ease-out;
  animation: card1-ani 1s cubic-bezier(0, 0.1, 0.4, 1.4) forwards;
}

.card-back.active img:nth-child(2) {
  /* transform: scale(2) rotateY(360deg); */
  border-color: transparent;
  transition: all 1s ease-out;
  animation: card2-ani 1s cubic-bezier(0, 0.1, 0.4, 1.4) forwards;
}

@keyframes card1-ani {

  0%,
  20% {
    transform: scale(1) rotateY(0deg);
  }

  100% {
    transform: scale(2) rotateY(180deg);
  }
}

@keyframes card2-ani {

  0%,
  20% {
    transform: scale(1) rotateY(180deg);
  }

  100% {
    transform: scale(2) rotateY(360deg);
  }
}

@keyframes cardBack {

  0%,
  100% {
    box-shadow: 0 0 12px rgba(232, 79, 49, 1);
  }

  50% {
    box-shadow: 0 0 10px rgba(232, 79, 49, 0.1);
  }
}

.card-title .card-item .item {
  width: 226px;
  height: 323px;
  position: relative;
  transition: all 1s;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 20px;
  cursor: pointer;
  transition: all 0.16s ease-out;
}

.card-title .card-item .image {
  width: 226px;
  height: 323px;
  filter: brightness(0.8);
  transition: all 0.24s ease-out;
}

.card-title .card-item .image.gray {
  filter: brightness(0.8) grayscale(1);
}

.card-title .item:hover {
  margin-top: -20px;
}

.card-title .item:hover img {
  filter: brightness(1.1);
}

.card-title .number {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  background: #882818;
  z-index: 3;
  color: rgba(205, 205, 205, 1);
  font-size: 19px;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  box-sizing: border-box;
  padding-left: 20px;
  line-height: 32px;
}

.card-title .image {
  width: 226px;
  height: 323px;
}

.card-item.active {
  position: relative;
  z-index: 10;
}

.card-item.active .item {
  filter: blur(5px);
  box-shadow: 0 0 30px rgba(232, 79, 49, 1);
  opacity: 0;
}

.card-item.active .item:nth-child(1) {
  transform: translateX(1.27rem);
}

.card-item.active .item:nth-child(3) {
  transform: translateX(-1.27rem);
}

.card-tips {
  width: 580px;
  font-size: 18px;
  color: rgba(163, 165, 166, 1);
  line-height: 32px;
  padding: 12px 0 0 596px;
  justify-content: flex-start;
}

.card-number {
  color: rgba(216, 216, 216, 0.9);
  font-size: 18px;
  height: 44px;
  width: 340px;
  padding: 0 380px 55px 0;
  margin: 0 auto;
}

.card-number span {
  color: rgba(187, 65, 44, 0.9);
  font-weight: bold;
  margin: 0 3px;
}

.card-list .item {
  width: 580px;
  height: 72px;
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/pc/task-item.png) no-repeat top / 100% 154px;
  color: rgba(216, 216, 216, 0.9);
  font-size: 20px;
  justify-content: space-between;
  padding: 0 10px 0 15px;
  box-sizing: border-box;
  margin: 0 8px;
}

.card-list .item:hover {
  background-position: 0 -82px;
}

.card-list .item span {
  color: rgba(187, 65, 44, 0.9);
  font-weight: bold;
  margin: 0 5px;
}

.card-goto {
  width: 115px;
  height: 52px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/card-goto.png") no-repeat left / auto 100%;
  font-family: fonts;
  font-size: 21px;
  color: rgba(205, 205, 205, 1);
  cursor: pointer;
  transition: filter 0.3s;
}

.card-goto.gray {
  background-position: right;
  pointer-events: none;
}

.card-goto:hover {
  filter: brightness(1.2);
}

.task-title {
  margin: 0 auto 128px;
}

.task-item,
.task-invite {
  margin-bottom: 150px;
}

.task-item .item {
  width: 568px;
  height: 77px;
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/pc/task-item.png) no-repeat top / 100% auto;
  color: rgba(216, 216, 216, 0.9);
  font-size: 24px;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  border-radius: 2px;
}

.task-item .item:hover {
  background-position: 0 -86px;
}

.task-item .item:last-child {
  margin-bottom: 0;
}

.task-item .icon {
  width: 63px;
  margin-right: 8px;
}

.task-item .type {
  width: 215px;
  font-family: fonts;
}

.task-item .number {
  width: 138px;
  color: rgba(187, 65, 44, 1);
  font-size: 19px;
  font-weight: bold;
  white-space: nowrap;
}

.task-invite {
  width: 615px;
  height: 367px;
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/task-invite.png) no-repeat top / 100% 100%;
  border-radius: 2px;
  margin-right: 18px;
}

.task-invite .title {
  width: 268px;
  height: 52px;
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/task-invite-title.png) no-repeat top / 100% 100%;
  font-size: 24px;
  color: rgba(216, 216, 216, 1);
  opacity: 0.9;
  font-family: fonts;
  margin: 25px 0 0 23px;
  box-sizing: border-box;
  padding: 3px 0 0 25px;
}

.task-invite .tips {
  font-size: 25px;
  color: rgba(205, 205, 205, 1);
  line-height: 26px;
  padding: 34px 0 30px;
}

.task-invite .tips span {
  color: rgba(187, 65, 44, 1);
  font-weight: bold;
  font-size: 28px;
  margin: 0 5px;
}

.task-invite .item {
  padding: 0;
  margin: 0 7px 34px;
  border-radius: 10px;
  cursor: pointer;
}

.task-invite .item img {
  width: 58px;
  height: 58px;
}

.task-invite .share {
  width: 290px;
  height: 64px;
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/task-invite-share.png) no-repeat top / 100% 100%;
  color: rgba(205, 205, 205, 1);
  font-family: fonts;
  font-size: 24px;
  margin: 0;
  transition: filter 0.3s;
}

.task-invite .share:hover {
  filter: brightness(1.2);
}

.task-invite .receive {
  width: 189px;
  height: 64px;
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/task-invite-receive.png) no-repeat left / auto 100%;
  margin-left: 28px;
  color: rgba(205, 205, 205, 1);
  font-family: fonts;
  font-size: 20px;
  cursor: pointer;
  transition: filter 0.3s;
}

.task-invite .receive:hover {
  filter: brightness(1.2);
}

.task-invite .receive.gray {
  background-position: right;
  pointer-events: none;
}

.task-invite .receive span {
  padding-left: 5px;
}

.task-invite .refresh {
  width: 32px;
  height: 32px;
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/refresh.png) no-repeat left / 100% 100%;
  margin: 0 -20px 34px 10px;
  text-indent: -99999px;
}

.task-reward {
  width: 570px;
  height: 168px;
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/pc/task-reward.png) no-repeat left / 100% 100%;
  margin-top: 24px;
  font-family: fonts;
  color: rgba(205, 205, 205, 1);
  box-sizing: border-box;
  padding: 21px 0 0 183px;
}

.task-reward .title {
  height: 50px;
  width: 314px;
  text-align: center;
  opacity: 0.9;
  font-size: 28px;
  box-sizing: border-box;
  padding-left: 5px;
}

.task-reward .title span {
  color: #e6662e;
  margin: 0 4px;
}

.task-reward .desc {
  font-family: fonts;
  opacity: 0.9;
  font-size: 20px;
  line-height: 28.8px;
  padding: 15px 28px 0 0;
}

.task-reward .desc span {
  color: rgba(197, 63, 37, 1);
}

.lottery-title {
  margin: 0 auto -44px;
}

.lottery-box {
  width: 100%;
  height: 657px;
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/pc/lottery-box.png) no-repeat top;
  margin-bottom: -0.44rem;
  position: relative;
}

.lottery-box::after {
  content: '';
  width: 557px;
  height: 1000px;
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/lottery-role.png) no-repeat top;
  position: absolute;
  top: -170px;
  right: -320px;
  transform: scale(0.8);
  pointer-events: none;
}

.lottery-item {
  width: 890px;
  margin: 0 auto;
  padding-top: 52px;
  flex-wrap: wrap;
}

.lottery-item .item {
  width: 148px;
  height: 182px;
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/lottery-item.png) no-repeat left / 100% 100%;
  margin: 10px 20px;
  position: relative;
  z-index: 5;
}

.lottery-item .item .image {
  width: 134px;
  height: 128px;
  margin: 8px auto 0;
}

.lottery-item .item .name {
  font-size: 16px;
  color: rgba(205, 205, 205, 1);
  height: 36px;
  line-height: 16px;
  text-align: center;
  box-sizing: border-box;
  margin: 6px 6px 0;
}

.lottery-start {
  width: 340px;
  height: 70px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pc/index-btn.png") no-repeat top;
  color: rgba(205, 205, 205, 1);
  font-size: 36px;
  margin: 21px auto 0;
  box-sizing: border-box;
  cursor: pointer;
  font-family: fonts;
  padding-bottom: 5px;
  transition: transform 0.16s ease-in-out;
}

.lottery-start:hover {
  transform: translate3d(0, -2px, 0);
  background-position: 0 -80px;
}

.lottery-item .item.active {
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/lottery-cur.png) no-repeat left / 100% 100%;
  box-shadow: 0 0 10px #e85538;
  border-radius: 5px;
  animation: lotteryCur 1s infinite linear;
}

@keyframes lotteryCur {

  0%,
  100% {
    box-shadow: 0 0 10px rgba(232, 85, 56, 0.1);
  }

  50% {
    box-shadow: 0 0 13px rgba(232, 85, 56, 1);
  }
}

.lottery-oper {
  width: 715px;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.75);
  justify-content: space-between;
  padding: 32px 0 0;
  margin: 0 auto;
}

.lottery-oper span {
  color: rgba(255, 113, 51, 1);
}

.lottery-oper a {
  color: rgba(255, 255, 255, 0.75);
}

.card-item .item {
  width: 68px;
  height: 98px;
  margin: 12px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/img4.png) no-repeat center / 100% 100%;
}

.card-item .number {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 0;
  background: #882818;
  z-index: 3;
  color: rgba(205, 205, 205, 1);
  font-size: 22px;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  box-sizing: border-box;
  padding-left: 18px;
  line-height: 28px;
}

.card-item .image {
  width: 68px;
  height: 98px;
}

.about-title {
  margin: 0 auto -19px;
}

.about-box {
  width: 1204px;
  height: 635px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pc/about-box.png") no-repeat center;
  box-sizing: border-box;
  padding-bottom: 3px;
  position: relative;
  margin: 0 auto;
}

.about-swiper {
  width: 1024px;
  height: 576px;
  border: 1px solid #c53f25;
  color: #fff;
}

.about-swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 0.2rem;
  padding-right: 0.19rem;
  box-sizing: border-box;
}

.about-swiper .swiper-pagination-bullet {
  width: 0.09rem;
  height: 0.09rem;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
  border-radius: 0.09rem;
  margin: 0 0.06rem !important;
}

.about-swiper .swiper-pagination-bullet-active {
  background: rgba(197, 63, 37, 1);
  width: 0.3rem;
}

.about-swiper img,
.about-swiper video {
  width: 1024px;
  height: 576px;
  object-fit: cover;
}

.about-return {
  width: 298px;
  height: 64px;
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/about-return.png) no-repeat top / 100% 100%;
  color: rgba(205, 205, 205, 1);
  font-family: fonts;
  font-size: 24px;
  margin: 35px auto 0;
  transition: filter 0.3s;
}

.about-return:hover {
  filter: brightness(1.2);
}

.about-rule {
  color: rgba(255, 113, 51, 1);
  font-size: 16px;
  text-decoration: underline;
  margin: 35px 0 20px;
}

.about-rule span {
  cursor: pointer;
  margin: 0 100px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 35px;
  height: 67px;
  margin-top: -33px;
}

.swiper-button-prev {
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/pc/swiper-button-prev.png) no-repeat center;
}

.swiper-button-next {
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/pc/swiper-button-next.png) no-repeat center;
}

.pop {
  position: relative;
  color: #fff;
  box-sizing: border-box;
  color: rgba(205, 205, 205, 1);
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0;
  /* transform: translate(-50%, -50%) scale(0.8) !important; */
}

.pop-btn {
  width: 372px;
  height: 80px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pop-btn.png") no-repeat left / auto 100%;
  margin: 0 auto;
  color: rgba(205, 205, 205, 1);
  font-family: fonts;
  font-size: 32px;
  cursor: pointer;
  transition: all 0.12s ease-out;
}

.pop-btn:hover {
  transform: scale(0.98);
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.6));
}

.pop-btn.gray {
  background-position: right;
}

.pop-btn.min {
  margin: 0 9px;
  width: 280px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pop-min-btn.png") no-repeat left / auto 100%;
}

.pop-btn.min.gray {
  background-position: right;
}

.pop-close {
  width: 49px;
  height: 49px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/agreement-close.png") no-repeat top / 100% auto;
  position: absolute;
  top: 19px;
  right: 24px;
  text-indent: -99999px;
  font-size: 0;
  transition: all 0.14s ease-out;
}

.pop-close:hover {
  filter: drop-shadow(2px 2px 6px #000);
  transform: scale(0.94);
}

.pop-getkeys {
  padding-top: 130px;
  text-align: center;
  color: rgba(217, 217, 217, 0.8);
  font-size: 28px;
  padding: 119px 30px 40px;
  line-height: 40px;
}

.pop-getkeys p:nth-child(3) {
  font-size: 24px;
  color: rgba(217, 217, 217, 0.58);
}

.pop-getkey-input {
  width: 446px;
  height: 56px;
  background: rgba(19, 19, 19, 0.5);
  font-size: 24px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 16px;
  color: #fff;
  display: block;
  border: none;
  appearance: none;
  text-align: center;
  margin: 20px auto 25px;
}

.pop-zige {
  width: 622px;
  height: 434px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pop-zige.jpg") no-repeat top / 100% auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.pop-zg-title {
  font-size: 32px;
  color: rgba(205, 205, 205, 1);
  line-height: 48px;
  padding: 144px 30px 0;
  text-align: center;
  font-weight: bold;
}

.pop-zg-desc {
  font-size: 24px;
  line-height: 40px;
  color: rgba(205, 205, 205, 1);
  padding: 52px 50px 76px;
  text-align: center;
}

.pop-copy {
  width: 623px;
  height: 670px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pop-copy.jpg") no-repeat top / 100% auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.pop-copy .title {
  font-size: 0.32rem;
  color: rgba(205, 205, 205, 1);
  justify-content: flex-start;
  height: 0.88rem;
  padding-left: 0.65rem;
  position: absolute;
  top: 0;
  left: 0;
}

.pop-code {
  padding-top: 140px;
}

.pop-code .code {
  width: 192px;
  height: 192px;
  padding: 8px;
  border: 1px solid rgba(163, 165, 166, 0.6);
  margin: 0 auto;
}

.pop-code .code img {
  width: 192px;
  height: 192px;
}

.pop-code .desc {
  font-size: 24px;
  color: rgba(217, 217, 217, 1);
  line-height: 40px;
  padding: 24px 0 8px;
}

.pop-code .input {
  width: 446px;
  height: 56px;
  background: rgba(19, 19, 19, 0.5);
  font-size: 24px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 16px;
  color: #fff;
  display: block;
  border: none;
  appearance: none;
  margin: 0 auto 50px;
}

.pop-rule {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 39px;
  margin: 43px 20px 0;
  padding: 0 30px;
  text-align: justify;
  height: 325px;
  overflow: auto;
  margin-bottom: 40px;
  white-space: pre-line;
}

.pop-rule::-webkit-scrollbar {
  background: #232323;
  width: 4px;
  border-radius: 4px;
}

.pop-rule::-webkit-scrollbar-thumb {
  background: #525252;
  border-radius: 4px;
}

.pop-login {
  padding: 160px 60px 0;
  justify-content: space-between;
}

.pop-login img {
  width: 237px;
}

.pop-subscribe .pop-close {
  width: 72px;
  height: 72px;
  position: absolute;
  bottom: -104px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pop-close.png") no-repeat top / 100% 100%;
  left: 50%;
  top: auto;
  transform: translateX(-36px);
  z-index: 5;
  transition: all 0.18s ease-out;
}

.pop-subscribe .pop-close:hover {
  transform: translateX(-36px) rotate(90deg);
  filter: brightness(1.4);
}

.pop-subscribe {
  width: 622px;
  height: 722px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pop-subscribe.jpg") no-repeat top / 100% auto;
  border-radius: 10px;
  position: relative;
}

.pop-subscribe .title {
  text-align: center;
  font-size: 34px;
  line-height: 62px;
  font-weight: bold;
  padding: 378px 0 70px;
  color: rgba(205, 205, 205, 1);
}

.pop-subscribe .username {
  max-width: 230px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pop-agreement {
  width: 622px;
  height: 636px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pop-agreement.jpg") no-repeat top / 100% auto;
  border-radius: 10px;
  position: relative;
}

.pop-agreement .title {
  font-size: 32px;
  color: rgba(205, 205, 205, 1);
  justify-content: flex-start;
  height: 88px;
  padding-left: 65px;
}

.pop-agreement .desc {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 44px;
  margin: 43px 22px 0;
  padding: 0 30px;
  text-align: justify;
  height: 264px;
  overflow: auto;
}

.pop-agreement .desc::-webkit-scrollbar {
  background: #232323;
  width: 4px;
  border-radius: 4px;
}

.pop-agreement .desc::-webkit-scrollbar-thumb {
  background: #525252;
  border-radius: 4px;
}

.pop-agreement .check {
  font-size: 25px;
  line-height: 48px;
  padding: 31px 0 30px;
}

.pop-agreement .check a {
  color: rgba(255, 113, 51, 1);
}

.pop-common {
  width: 624px;
  height: 506px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pop-common.jpg") no-repeat top / 100% auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.pop-common .title {
  font-size: 32px;
  color: rgba(205, 205, 205, 1);
  justify-content: flex-start;
  height: 88px;
  padding-left: 65px;
  position: absolute;
  top: 0;
  left: 0;
}

.pop-common .alert {
  height: 255px;
  padding: 88px 30px 28px;
  font-family: fonts;
  font-size: 48px;
  color: rgba(205, 205, 205, 1);
  text-align: center;
  line-height: 72px;
}

.pop-common .alert.min {
  font-size: 32px;
  line-height: 42px;
}

.pop-common .success {
  height: 255px;
  padding: 88px 30px 28px;
  font-family: fonts;
  font-size: 48px;
  color: rgba(205, 205, 205, 1);
  text-align: center;
  line-height: 72px;
  flex-direction: column;
}

.pop-common .success span {
  display: block;
  font-size: 30px;
  line-height: 36px;
  padding-top: 10px;
}

.pop-open {
  width: 624px;
  height: 816px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pop-open.jpg") no-repeat top / 100% auto;
  position: relative;
  border-radius: 10px;
}

.pop-open .title {
  font-size: 48px;
  font-family: fonts;
  height: 58px;
  padding-top: 152px;
}

.pop-open .image {
  width: 252px;
  height: 360px;
  margin: 41px auto 55px;
  display: block;
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.42);
}

.pop-lottery {
  width: 624px;
  height: 816px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pop-open.jpg") no-repeat top / 100% auto;
  position: relative;
  border-radius: 10px;
}

.pop-lottery .title {
  font-size: 48px;
  font-family: fonts;
  height: 58px;
  padding-top: 152px;
}

.pop-lottery .name {
  font-size: 28px;
  height: 48px;
  padding-top: 24px;
}

.pop-lottery .image {
  width: 340px;
  margin: 10px auto 50px;
  display: block;
}

.pop-record {
  width: 576px;
  margin: 120px auto 0;
  border-radius: 10px;
  overflow: hidden;
  max-height: 350px;
}

.pop-record-scroll {
  overflow: auto;
  max-height: 280px;
}

.pop-record-scroll::-webkit-scrollbar {
  background: #232323;
  width: 4px;
  border-radius: 4px;
}

.pop-record-scroll::-webkit-scrollbar-thumb {
  background: #525252;
  border-radius: 4px;
}

.pop-record .item {
  height: 68px;
  font-size: 22px;
  color: rgba(205, 205, 205, 0.8);
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(163, 165, 166, 0.4);
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 56px;
}

.pop-record .item a {
  color: rgba(255, 113, 51, 1);
  text-decoration: underline;
}

.pop-record>.item:nth-child(1) {
  font-size: 28px;
  color: rgba(255, 113, 51, 1);
  font-weight: bold;
}

.pop-record .item:last-child {
  border: none;
}

.pop-record .item span:nth-child(1) {
  width: 240px;
}

.pop-address {
  width: 622px;
  height: 766px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pop-address.jpg") no-repeat top / 100% auto;
  position: relative;
  border-radius: 10px;
}

.pop-address .title {
  font-size: 32px;
  color: rgba(205, 205, 205, 1);
  justify-content: flex-start;
  height: 88px;
  padding-left: 65px;
  padding-bottom: 34px;
}

.pop-address .item {
  padding: 0 42px 24px;
  justify-content: space-between;
}

.pop-address .item.odd {
  padding-bottom: 45px;
}

.pop-address .type {
  min-width: 88px;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  color: rgba(217, 217, 217, 0.8);
  white-space: nowrap;
}

.pop-address .input {
  width: 100%;
  min-height: auto;
  height: 40px;
  background: rgba(19, 19, 19, 0.5);
  font-size: 24px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 16px;
  color: #fff;
  display: block;
  border: none;
  appearance: none;
}

.pop-address .picker {
  width: 100%;
  justify-content: space-between;
  padding: 16px 0;
}

.pop-address .picker-item {
  width: 170px;
  min-height: auto;
  height: 40px;
  font-size: 24px;
  border-radius: 10px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
  justify-content: space-between;
  text-align: center;
  border: none;
  appearance: none;
  box-sizing: border-box;
  padding-right: 14px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/ic5.png") no-repeat 145px center / 14px auto rgba(19, 19, 19, 0.5);
}

.pop-address .picker-item.active {
  color: #fff;
}

.pop-address .tips {
  font-size: 22px;
  color: rgba(163, 165, 166, 0.9);
  padding: 16px 30px 0;
  text-align: center;
}

.pop-phone {
  width: 536px;
  margin: 10px auto 13px;
  position: relative;
}

.pop-phone input {
  background: rgba(19, 19, 19, 0.5);
  font-size: 24px;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  border: none;
  appearance: none;
  width: 536px !important;
  height: 82px !important;
  padding: 0 30px !important;
}

.pop-phone .getcode {
  width: 170px;
  color: rgba(255, 113, 51, 1);
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  height: 82px;
}

.pop-phone-label {
  height: 40px;
  font-size: 24px;
  justify-content: flex-start;
  padding: 30px 45px 0;
}

.pop-phone-label input {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  background: rgba(19, 19, 19, 0.5);
  border: 1px solid rgba(163, 165, 166, 1);
  appearance: none;
  border-radius: 2px;
}

.pop-phone-label input:checked {
  background: url(//game.gtimg.cn/images/rm/cp/a20250729/checked.png) no-repeat center / cover rgba(19, 19, 19, 0.5);
}

.pop-phone-desc {
  font-size: 20px;
  color: rgba(217, 217, 217, 0.8);
  line-height: 32px;
  margin: 6px 25px 40px;
  padding: 0 20px;
  text-align: justify;
  max-height: 170px;
  overflow-y: auto;
}

.pop-phone-desc::-webkit-scrollbar {
  background: #232323;
  width: 4px;
  border-radius: 4px;
}

.pop-phone-desc::-webkit-scrollbar-thumb {
  background: #525252;
  border-radius: 4px;
}


.pop-unbind {
  width: 622px;
  height: 688px;
  background: url("//game.gtimg.cn/images/rm/cp/a20250729/pop-unbind.jpg") no-repeat top / 100% auto;
  position: relative;
  border-radius: 10px;
}

.pop-unbind .title {
  font-size: 32px;
  color: rgba(205, 205, 205, 1);
  justify-content: flex-start;
  height: 88px;
  padding-left: 65px;
  padding-bottom: 34px;
}

.pop-unbind-number {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 10px 0 22px;
}

.pop-unbind-number p:nth-child(1) {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 50px;
}

.pop-share {
  width: 622px;
}

.pop-share .pop-close {
  top: 44px;
  right: -59px;
}

.pop-share-image {
  width: 622px;
  height: 747px;
  position: relative;
  margin-bottom: 28px;
}

.pop-share-image img {
  width: 622px;
}

.pop-share-image #popShareSave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.pop-qrcode {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 610px;
  right: 46px;
}

.pop-qrcode img,
.pop-qrcode canvas {
  width: 85px;
  height: 85px;
}

.pop-share-text {
  font-size: 22px;
  line-height: 34px;
  color: rgba(217, 217, 217, 1);
  padding-bottom: 12px;
}

.pop-share-text span {
  color: rgba(255, 113, 51, 1);
}

.pop-share-info {
  width: 100%;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  color: rgba(163, 165, 166, 1);
  font-size: 20px;
  border-radius: 10px;
}

.pop-share-info span {
  width: 220px;
  height: 20px;
  border-left: 1px solid rgba(163, 165, 166, 1);
  border-right: 1px solid rgba(163, 165, 166, 1);
  text-align: center;
  margin: 0 38px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 30px;
}

.pop-share-info a {
  color: rgba(163, 165, 166, 1);
}

/* 动画 */
@keyframes pop-content-ani {
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0) scale(0.3);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.8);
  }
}

@keyframes pop-content-ani-rever {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.8);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 150px, 0) scale(0.3);
  }
}

.pop {
  opacity: 0;
  z-index: 2;
}

.pop.-animate {
  display: block;
  animation: pop-content-ani 0.45s cubic-bezier(0.065, 0.7, 0.1, 1.2) forwards;
}

.pop.-animate-hide {
  animation: pop-content-ani-rever 0.4s ease-in-out forwards;
}

/* 页面动画 */
@keyframes slide-in-top {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-in-bottom {
  0% {
    opacity: 0;
    transform: translate3d(0, -60px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.slide1 .index-btn {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

.swiper-slide-active.slide1 .index-btn {
  animation: slide-in-top 0.4s ease-out forwards 0.4s;
}

.slide2 .card-back {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

.swiper-slide-active.slide2 .card-back {
  animation: slide-in-top 0.4s ease-out forwards 0.4s;
}

.slide2 .card-title .item {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

.slide2 .index-btn {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

.slide2 .card-list {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

.swiper-slide-active.slide2 .card-title .item {
  animation: slide-in-top 0.4s ease-out forwards 0.45s;
}

.swiper-slide-active.slide2 .card-title .item:nth-child(3) {
  animation-delay: 0.5s;
}

.swiper-slide-active.slide2 .card-title .item:nth-child(4) {
  animation-delay: 0.55s;
}

.swiper-slide-active.slide2 .index-btn {
  animation: slide-in-top 0.4s ease-out forwards 0.65s;
}

.swiper-slide-active.slide2 .card-list {
  animation: slide-in-top 0.4s ease-out forwards 0.8s;
}

.slide3 .task-title {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

.slide3 .task-item {
  opacity: 0;
  transform: translate3d(-50px, 0, 0);
}

.slide3 .task-invite {
  opacity: 0;
  transform: translate3d(50px, 0, 0);
}

.slide3 .task-reward {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

.swiper-slide-active.slide3 .task-title {
  animation: slide-in-bottom 0.4s ease-out forwards 0.3s;
}

.swiper-slide-active.slide3 .task-item {
  animation: slide-in-right 0.4s ease-out forwards 0.6s;
}

.swiper-slide-active.slide3 .task-invite {
  animation: slide-in-left 0.4s ease-out forwards 0.6s;
}

.swiper-slide-active.slide3 .task-reward {
  animation: slide-in-top 0.4s ease-out forwards 0.75s;
}

.slide4 .lottery-title,
.slide4 .lottery-box {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

.slide4 .card-item .item {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
}

.swiper-slide-active.slide4 .lottery-title {
  animation: slide-in-bottom 0.4s ease-out forwards 0.3s;
}

.swiper-slide-active.slide4 .lottery-box {
  animation: slide-in-top 0.4s ease-out forwards 0.55s;
}

.swiper-slide-active.slide4 .card-item .item:nth-child(1) {
  animation: slide-in-left 0.4s ease-out forwards 0.85s;
}

.swiper-slide-active.slide4 .card-item .item:nth-child(2) {
  animation: slide-in-left 0.4s ease-out forwards 0.9s;
}

.swiper-slide-active.slide4 .card-item .item:nth-child(3) {
  animation: slide-in-left 0.4s ease-out forwards 0.95s;
}

.slide5 .about-title,
.slide5 .about-box,
.slide5 .about-return {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

.swiper-slide-active.slide5 .about-title {
  animation: slide-in-bottom 0.4s ease-out forwards 0.3s;
}

.swiper-slide-active.slide5 .about-box {
  animation: slide-in-top 0.4s ease-out forwards 0.5s;
}

.swiper-slide-active.slide5 .about-return {
  animation: slide-in-top 0.4s ease-out forwards 0.7s;
}

@keyframes merge-ani1 {

  0%,
  10% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }

  100% {
    opacity: 0;
    transform: translate3d(200%, 100%, 0) scale(0);
    filter: blur(30px);
  }
}

@keyframes merge-ani2 {

  0%,
  10% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0) scale(0);
    filter: blur(30px);
  }
}

@keyframes merge-ani3 {

  0%,
  10% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }

  100% {
    opacity: 0;
    transform: translate3d(-150%, 100%, 0) scale(0);
    filter: blur(30px);
  }
}

/* 合成动画 */
.swiper-slide-active.slide2.animate .card-title .item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  animation: merge-ani1 1s cubic-bezier(0.90, -0.3, 0.465, 0.975) forwards;
}

.swiper-slide-active.slide2.animate .card-title .item:nth-child(2) {
  animation-name: merge-ani1;
}

.swiper-slide-active.slide2.animate .card-title .item:nth-child(3) {
  animation-name: merge-ani2;
}

.swiper-slide-active.slide2.animate .card-title .item:nth-child(4) {
  animation-name: merge-ani3;
}


.toast-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.toast-wrap.show {
  display: flex;
  opacity: 1;
}

.toast-text {
  min-width: 300px;
  max-width: 500px;
  background-color: #2e2e2c;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 30px;
  color: #fff;
  pointer-events: all;
  text-align: center;
}

.toast-wrap.show .toast-text {
  animation: shake 800ms ease-in-out;
}