*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  background: #000;
}

/* *::-webkit-scrollbar {
  width: 0 !important;
  display: none !important;
  opacity: 0 !important;
} */

/* 移动端常用reset.css (无文字版本) */
/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0
}

a,
img,
input {
  border: none;
}

body {
  font: 14px/1.75 "FZLTYJT", -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none
}

/* 禁止长按链接与图片弹出菜单 */
/* a, img {
  -webkit-touch-callout: none; 
  
} */
/* 禁止选中文本（如无文本选中需求，此为必选项） */
/* html, body {
  -webkit-user-select: none;   
  user-select: none;
} */

div {
  display: block;
  box-sizing: border-box;
}

input {
  outline: none;
  user-select: none;
}

i {
  display: block;
}

.t {
  text-indent: -9999em;
  display: block;
  overflow: hidden;
}

.d-hide {
  display: none !important;
  font-size: 0;
  text-indent: -999em;
}

.d-block {
  display: block !important;
}

.scale-node:active {
  transform: scale(.97);
  transition: all .3s cubic-bezier(0.10, 0.00, 0.23, 1.00);
}

.body-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.wrap,
.mok-bg {
  width: 25.6rem;
  height: 103.1rem;
  margin: 0 auto;
  position: relative;
}

.wrap::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.93rem;
  background-color: #292d2e;
  z-index: 10;
}

.mok-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.mok-bg div,
.mok-bg div img {
  display: block;
  width: 25.6rem;
  height: 10rem;
}

.page-slide {
  width: 100%;
  height: 100%;
  color: white;
  overflow: hidden;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.page-slide img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edgess;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: nearest-neighbor;
}

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: .2 !important;
}

.text-underline {
  text-decoration: underline;
}

img {
  display: block;
  object-fit: cover;
  object-position: center top;
}

.no-anim {
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
}

@font-face {
  font-family: "swiss";
  src: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/font-origin/Swiss911BTCompressed.otf);
}

@font-face {
  font-family: "swiss-ultra";
  src: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/font-origin/Swiss911BTUltraCompressed.otf);
}

@font-face {
  font-family: "FZLTYJT";
  src: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/font-origin/FZLTYJT.ttf);
}

@font-face {
  font-family: "FZCCHJT";
  src: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/font-origin/FZCCHJT.ttf);
}

@font-face {
  font-family: "MIANFEIZITI";
  src: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/font-origin/MIANFEIZITI.ttf);
}

@font-face {
  font-family: "RUNEREGULAR";
  src: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/font-origin/RUNEREGULAR.ttf);
}

@font-face {
  font-family: "SSMOFANGTI";
  src: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/font-origin/SSMOFANGTI.TTF);
}

.font-swiss {
  font-family: "swiss" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}

.font-swiss-ultra {
  font-family: "swiss-ultra" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}

.font-fzltyjt {
  font-family: "FZLTYJT" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}

.font-fzcchjt {
  font-family: "FZCCHJT" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}

.font-mainfeiziti {
  font-family: "MIANFEIZITI" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}

.font-runeregular {
  font-family: "RUNEREGULAR" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}

.font-ssmofangti {
  font-family: "SSMOFANGTI" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}


/* section-nav */
.section-nav {
  width: 11rem;
  height: 0.8rem;
  position: fixed;
  top: 0.05rem;
  left: 50%;
  z-index: 99;
  margin-left: -6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-nav .btn-nav {
  display: inline-block;
  width: auto;
  font-size: 0.3rem;
  color: #f5efdf;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 0 0.26rem;
  font-family: "MIANFEIZITI";
}

.section-nav .btn-nav span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-nav .btn-nav:hover,
.section-nav .btn-nav.on {
  color: #f9c150;
}

.section-nav .btn-nav span::before,
.section-nav .btn-nav span::before {
  content: '';
  display: block;
  width: 0.44rem;
  height: 0.38rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/nav-icon.png) no-repeat;
  background-size: 2.5rem auto;
  margin-right: 0.08rem;
}

.section-nav .btn-nav.nav1 span::before {
  background-position: 0 0;
}

.section-nav .btn-nav.nav2 span::before {
  width: 0.41rem;
  height: 0.36rem;
  background-position: -.5rem 0rem;
}

.section-nav .btn-nav.nav3 span::before {
  width: 0.34rem;
  height: 0.33rem;
  background-position: -1rem 0rem;
}

.section-nav .btn-nav.nav4 span::before {
  width: 0.36rem;
  height: 0.36rem;
  background-position: -1.5rem 0rem;
}

.section-nav .btn-nav.nav5 span::before {
  width: 0.24rem;
  height: 0.38rem;
  background-position: -2rem 0rem;
}

.section-nav .btn-nav.nav1:hover span::before,
.section-nav .btn-nav.nav1.on span::before {
  background-position: 0 -0.5rem;
}

.section-nav .btn-nav.nav2:hover span::before,
.section-nav .btn-nav.nav2.on span::before {
  background-position: -.5rem -0.5rem;
}

.section-nav .btn-nav.nav3:hover span::before,
.section-nav .btn-nav.nav3.on span::before {
  background-position: -1rem -0.5rem;
}

.section-nav .btn-nav.nav4:hover span::before,
.section-nav .btn-nav.nav4.on span::before {
  background-position: -1.5rem -0.5rem;
}

.section-nav .btn-nav.nav5:hover span::before,
.section-nav .btn-nav.nav5.on span::before {
  background-position: -2rem -0.5rem;
}


.top-logo {
  width: 4.15rem;
  height: 0.81rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/logo.png) no-repeat;
  background-size: 100%;
  position: fixed;
  top: 0.06rem;
  left: 0.2rem;
  padding: 0.16rem 0;
  z-index: 20;
}

.roco-logo {
  display: block;
  height: 100%;
}

.login-box {
  width: 7.5rem;
  text-align: right;
  font-size: 0.26rem;
  color: #f5efdf;
  line-height: 0.34rem;
  position: fixed;
  right: .32rem;
  top: 0.32rem;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.login-box.black {
  color: #797674;
}

.login-box a {
  color: #f9c150;
}

.login-box.black a {
  color: #3e3d3a;
}

.login-box .btn-record,
.login-box .btn-addr {
  margin-left: .26rem;
}

/* main */

.main-cont {
  width: 25.6rem;
  height: 103.1rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.section {
  width: 100%;
  position: relative;
}

/* section0 */

.section0 {
  height: 14.43rem;
  position: relative;
}

.section0-slogan {
  position: absolute;
  top: 7.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 15.71rem;
  height: 3.39rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/slogan.png) no-repeat;
  background-size: 100% auto;
}

.section0 .section0-content {
  position: absolute;
  top: 11.1rem;
  left: 50%;
  margin-left: -5.15rem;
  display: flex;
  justify-content: space-between;
  width: 10.3rem;
}

.section0 .section0-content .page-0-btn-icon_left {
  position: absolute;
  top: -.9rem;
  left: -3.2rem;
  width: 2.83rem;
  height: 2.18rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/icon.png) no-repeat;
  background-size: 100% auto;
  transform: scale(1);
}

.page-0-btn-booking {
  width: 4.77rem;
  height: 1.27rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-yuyue.png) no-repeat;
  background-size: 100%;
  transform: scale(1)
}

.page-0-btn-booking.gray {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-yiyuyue.png) no-repeat;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: gray;
}

.page-0-btn-booking:active {
  transform: scale(.9) !important;
}

.page-0-btn-booking:hover,
.page-0-btn-cultivate:hover,
.page-0-btn-icon_left:hover {
  transform: scale(1.05) !important;
}

.page-0-btn-booking::before {
  content: "";
  width: .4rem;
  height: .4rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-star.png) 50% 50% / contain no-repeat;
  position: absolute;
  top: .22rem;
  left: .7rem;
  animation: page-1-btn-booking-star-rotate-frame 9s linear infinite forwards;
}

.page-0-btn-booking i {
  display: block;
  width: 0.57rem;
  height: 0.50rem;
  position: absolute;
  top: -0.16rem;
  right: .12rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/icon-booking.png) no-repeat;
  background-size: 100%;
}

@keyframes page-1-btn-booking-star-rotate-frame {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


.page-0-btn-cultivate {
  width: 4.59rem;
  height: 1.27rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-jlyc.png) no-repeat;
  background-size: 100%;
  transform: scale(1)
}

/* section1 */

.section1 {
  height: 14.06rem;
  padding-top: 1rem;
}

.section1-title {
  width: 24.28rem;
  height: 1.25rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-title1.png) no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.section1 .section1-desc {
  font-size: .32rem;
  color: #fff1e1;
  text-align: center;
  margin: 0.3rem auto 0;
  line-height: 1.5;
}

.section1 .egg-label {
  position: absolute;
  top: 4.5rem;
  right: 6.2rem;
  width: 4.1rem;
  height: 1.24rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/egg-label.png) no-repeat;
  background-size: 100% auto;
}

.section1 .elf-list {
  width: 11.4rem;
  height: 6.86rem;
  margin: .5rem auto 0;
  position: relative;
  display: none;
}

.section1 .elf-list li {
  position: absolute;
  width: 2.96rem;
  height: 2.96rem;
}

.section1 .elf-list li.elf1 {
  bottom: 0;
  left: 0;
}

.section1 .elf-list li.elf2 {
  top: 1.22rem;
  left: 1.04rem;
}

.section1 .elf-list li.elf3 {
  top: 0;
  left: 4rem;
}

.section1 .elf-list li.elf4 {
  top: 1.22rem;
  left: 7.07rem;
}

.section1 .elf-list li.elf5 {
  bottom: 0;
  right: 0;
}

.section1 .elf-list li img {
  display: block;
  width: 100%;
}

.section1-btn-box {
  width: 10.5rem;
  margin: 7.2rem auto 0;
  position: relative;
}

.section1-btn-box .up-btn-box {
  width: 11.2rem;
  display: flex;
  justify-content: space-between;
}

.section1-btn-box .up-btn-box .page-1-btn-egg {
  position: relative;
  width: 5.27rem;
  height: 1.27rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-egg.png) no-repeat;
  background-size: 100% auto;
}

.section1-btn-box .up-btn-box .page-1-btn-egg.gray {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-egg-gray.png) no-repeat;
  background-size: 100% auto;
}

.section1-btn-box .up-btn-box .page-1-btn-egg.got {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-egg-got.png) no-repeat;
  background-size: 100% auto;
}

.section1-btn-box .up-btn-box .page-1-btn-egg.end {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-egg-end.png) no-repeat;
  background-size: 100% auto;
}

.section1-btn-box .page-1-btn-egg .egg-tips {
  display: none;
  position: absolute;
  top: -.9rem;
  left: .64rem;
  width: 3.6rem;
  font-size: .2rem;
  color: #1f1f1f;
  text-align: center;
  line-height: 1.5;
  background: #fdc75b;
  background-size: 100% auto;
  padding: .05rem;
  border-radius: .05rem;
  font-weight: bold;
  box-sizing: border-box;
}

.section1-btn-box .page-1-btn-egg:hover .egg-tips {
  display: block;
}

.section1-btn-box .page-1-btn-egg .egg-tips::before {
  content: "";
  position: absolute;
  bottom: -.16rem;
  left: 0;
  width: .2rem;
  height: .16rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/tips-arrow1.png) no-repeat;
  background-size: 100% auto;
}

.page-1-btn-select {
  display: block;
  width: 4.99rem;
  height: 1.27rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-select.png) no-repeat;
  background-size: 100% auto;
}

.page-1-btn-select.gray {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-selected.png) no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}

.page-1-btn-select:hover {
  transform: scale(1.05) !important;
}

.rule-btn-box {
  width: 5rem;
  margin: .2rem auto 0;
  display: flex;
  justify-content: space-between;
}

.page-1-btn-rule {
  display: block;
  width: 2rem;
  font-size: .28rem;
  color: #fff1e1;

  text-align: center;
  line-height: .36rem;
  border-bottom: 1px solid #fff1e1;
  text-shadow: 0 0 .1rem rgba(73, 106, 54, 1);
}

/* section2 */

.section2 {
  height: 33.94rem;
  padding-top: 1rem;
}

.section2-title {
  width: 15.85rem;
  height: 1.31rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-title2.png) no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.rank-reward-list {
  width: 20.4rem;
  margin: .8rem auto 0;
  display: flex;
  justify-content: space-between;
}

.rank-reward-list li {
  width: 4.44rem;
}

.rank-reward-list li .dj {
  width: 2.4rem;
  height: 2.22rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/rank-reward-bg.png) no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.rank-reward-list li:nth-child(1) .dj {
  width: 2.98rem;
  height: 2.75rem;
  margin-top: -.53rem;
}

.rank-reward-list li .dj img {
  display: block;
  width: 100%;
  height: 100%;
}

.rank-reward-list li .rank-reward-name {
  width: 4.44rem;
  height: .93rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/rank-reward-name.png) no-repeat;
  background-size: 100% auto;
  margin: .1rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #272727;
}

.rank-reward-list li .rank-reward-title {
  font-size: .4rem;
  line-height: 1.1;
  position: relative;
}

.rank-reward-list li .rank-reward-title::after,
.rank-reward-list li .rank-reward-title::before { 
  content: "";
  display: inline-block;
  width: .3rem;
  height: .3rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/rank-reward-name-icon.png) no-repeat;
  background-size: 100% auto;
  margin: 0 .1rem;
}

.rank-reward-list li .rank-reward-desc {
  font-size: .28rem;
  line-height: 1.2;
}

.rank-reward-list li:nth-last-child(1) .rank-reward-desc {
  font-size: .2rem;
}

.section2-content {
  width: 24.16rem;
  height: 12.55rem;
  margin: .1rem auto 0;
  display: flex;
  justify-content: space-between;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-2-bg1.png) no-repeat;
  background-size: 100% auto;
  padding: .8rem .79rem 0;
  box-sizing: border-box;
  position: relative;
}

.section2-content .section2-role {
  width: 7.25rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-2-bg2.png) no-repeat;
  background-size: 100% auto;
}

.section2-role .img,
.section2-role .section2-role-cont .img img {
  display: block;
  width: 7.25rem;
  height: 9.18rem;
  position: relative;
}

.section2-role .img .act-tips {
  position: absolute;
  top: .15rem;
  left: 0;
  font-size: .28rem;
  color: #d84758;
  text-align: center;
  line-height: .4rem;
  width: 100%;
}

.section2-role .section2-role-none .img img {
  width: 3.71rem;
  height: 3.76rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section2-role .section2-role-none .page-2-btn-select {
  display: block;
  width: 3.5rem;
  height: 1.04rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-select2.png) no-repeat;
  background-size: 100%;
  margin: .2rem auto 0;
}

.section2-role .section2-tips {
  font-size: .2rem;
  color: #1f1f1f;
  margin: .1rem auto 0;
  text-align: center;
  line-height: .3rem;
}

.section2-role .section2-role-btn {
  width: 96%;
  height: 1.04rem;
  margin: .05rem auto 0;
  display: flex;
  justify-content: space-between;
}

.section2-role a {
  width: 3.5rem;
  height: 1.04rem;
}

.section2-role a.page-2-btn-match {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-match.png) no-repeat;
  background-size: 100% auto;
}

.section2-role a.page-2-btn-invite {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-invite.png) no-repeat;
  background-size: 100% auto;
  position: relative;
}

.section2-role a.page-2-btn-egg {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-egg2.png) no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 10;
}

.section2-role a.page-2-btn-egg.gray {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-egg2-gray.png) no-repeat;
  background-size: 100% auto;
}

.section2-role a.page-2-btn-egg.got {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-egg2-got.png) no-repeat;
  background-size: 100% auto;
}

.section2-content .page-2-btn-egg .egg-tips {
  display: none;
  position: absolute;
  top: -.76rem;
  left: -.37rem;
  width: 3rem;
  font-size: .2rem;
  color: #1f1f1f;
  text-align: center;
  line-height: .32rem;
  background: #fdc75b;
  background-size: 100% auto;
  padding: 0 .1rem;
  border-radius: .05rem;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
}

.section2-content .page-2-btn-egg .egg-tips::before {
  content: "";
  position: absolute;
  bottom: -.16rem;
  left: 2.26rem;
  width: .2rem;
  height: .16rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/tips-arrow1.png) no-repeat;
  background-size: 100% auto;
}

.section2-content .page-2-btn-egg:hover .egg-tips {
  display: block;
}


.section2-role a.page-2-btn-invite .tips-box {
  position: absolute;
  top: -.4rem;
  right: 0;
  line-height: .32rem;
  font-size: .2rem;
  font-weight: bold;
  color: #1f1f1f;
  background: #fdc75b;
  padding: 0 .12rem;
  border-radius: .05rem;
  display: none;
  text-align: center;
}

.section2-role a.page-2-btn-invite:hover .tips-box {
  display: block;
}

.section2-role a.page-2-btn-invite .tips-box::before {
  content: "";
  position: absolute;
  bottom: -.16rem;
  right: .3rem;
  width: .2rem;
  height: .16rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/tips-arrow1.png) no-repeat;
  background-size: 100% auto;
}

.section2-role .section2-rule-btn {
  width: 5.6rem;
  height: .36rem;
  margin: .1rem auto 0;
  display: flex;
  justify-content: space-between;
}

.section2-role .section2-rule-btn a {
  width: 2rem;
  height: .36rem;
  font-size: .28rem;
  color: #1f1f1f;
  text-align: center;
  line-height: .36rem;
  border-bottom: 1px solid #1f1f1f;
}

.section2-radar-wrap {
  width: 8.16rem;
  height: 10.88rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-2-bg3.png) no-repeat;
  background-size: 100% auto;
  padding: .2rem .58rem 0;
  box-sizing: border-box;
  position: relative;
}

.section2-radar-infor {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.section2-radar-infor .section2-role-name .section2-role-name-text {
  height: .6rem;
  line-height: .7rem;
  font-size: .5rem;
  color: #fff;
  font-family: "MIANFEIZITI";
  display: flex;
  align-items: center;
}

.section2-radar-infor .section2-role-name .section2-role-name-text i {
  display: inline-block;
  width: .53rem;
  height: .53rem;
  margin-right: .1rem;
}

.section2-radar-cont.role1 .section2-radar-infor .section2-role-name-text i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role1-icon1.png) 50% 50% / contain no-repeat;
}

.section2-radar-cont.role2 .section2-radar-infor .section2-role-name-text i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role2-icon1.png) 50% 50% / contain no-repeat;
}

.section2-radar-cont.role3 .section2-radar-infor .section2-role-name-text i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role3-icon1.png) 50% 50% / contain no-repeat;
}

.section2-radar-cont.role4 .section2-radar-infor .section2-role-name-text i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role4-icon1.png) 50% 50% / contain no-repeat;
}

.section2-radar-cont.role5 .section2-radar-infor .section2-role-name-text i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role5-icon1.png) 50% 50% / contain no-repeat;
}

.section2-radar-infor .section2-role-diffi {
  height: .3rem;
  display: flex;
  align-items: center;
  margin-top: .1rem;
}

.section2-radar-infor .section2-role-diffi i {
  width: .3rem;
  height: .3rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/icon4.png) 50% 50% / contain no-repeat;
  margin-right: .06rem;
}

.section2-role-attr {
  position: relative;
  cursor: pointer;
}

.section2-role-attr .tips-box {
  position: absolute;
  top: .5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.83rem;
  height: 1.88rem;
  z-index: 10;
  display: none;
}

.section2-role-attr:hover .tips-box {
  display: block;
}

.section2-role-attr .tips-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section2-radar-infor .section2-role-attr-text {
  width: auto;
  height: .5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: .05rem;
}

.section2-radar-infor .section2-role-attr-text span {
  display: block;
  height: .5rem;
  line-height: .52rem;
  font-size: .28rem;
  color: #f4eee2;
  background: #525252;
  border-radius: .25rem;
  padding: 0 .2rem 0 .6rem;
}

.section2-radar-infor .section2-role-attr-text i {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin-right: -.52rem;
  position: relative;
  z-index: 1;
}

.section2-radar-cont.role1 .section2-role-attr-text i.icon1 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role1-icon2.png) no-repeat;
  background-size: 100% auto;
}

.section2-radar-cont.role1 .section2-role-attr-text i.icon2 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role1-icon3.png) no-repeat;
  background-size: 100% auto;
}

.section2-radar-cont.role2 .section2-role-attr-text i.icon1 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role2-icon2.png) no-repeat;
  background-size: 100% auto;
}

.section2-radar-cont.role2 .section2-role-attr-text i.icon2 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role2-icon3.png) no-repeat;
  background-size: 100% auto;
}

.section2-radar-cont.role3 .section2-role-attr-text i.icon1 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role3-icon2.png) no-repeat;
  background-size: 100% auto;
}

.section2-radar-cont.role3 .section2-role-attr-text i.icon2 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role3-icon3.png) no-repeat;
  background-size: 100% auto;
}

.section2-radar-cont.role4 .section2-role-attr-text i.icon1 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role4-icon2.png) no-repeat;
  background-size: 100% auto;
}

.section2-radar-cont.role4 .section2-role-attr-text i.icon2 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role4-icon3.png) no-repeat;
  background-size: 100% auto;
}

.section2-radar-cont.role5 .section2-role-attr-text i.icon1 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role5-icon2.png) no-repeat;
  background-size: 100% auto;
}

.section2-radar-cont.role5 .section2-role-attr-text i.icon2 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role5-icon3.png) no-repeat;
  background-size: 100% auto;
}

.section2-progress-box {
  width: 100%;
  height: .15rem;
  margin-top: .4rem;
  position: relative;
  z-index: 2;
}

.grade-tips-bubble {
  position: absolute;
  top: .5rem;
  left: 0;
  font-size: .24rem;
  line-height: 1.5;
  color: #272727;
  transform: translateY(0);
  z-index: 4;
  opacity: 0;
  transition: none;
  background: #ffc65f;
  border-radius: .2rem;
  padding: 0 .1rem;
  font-family: "MIANFEIZITI";
}

.grade-tips-bubble:before {
  content: '';
  position: absolute;
  top: -.15rem;
  left: 30%;
  transform: translateX(-50%);
  width: .2rem;
  height: .16rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/tips-arrow.png) no-repeat;
  background-size: 100% auto;
}

.grade-tips-bubble.show {
  opacity: 1;
  animation: bubbleRise 3s ease-out forwards;
}

@keyframes bubbleRise {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(.3rem);
    /* 向上移动20px达到气泡效果 */
  }

  100% {
    opacity: 0;
    transform: translateY(.6rem);
    /* 最终向上消失 */
  }
}

.section2-progress-box .grade-box {
  position: absolute;
  top: -.16rem;
  left: 0;
  width: 1.27rem;
  height: .44rem;
  line-height: .44rem;
  font-size: .28rem;
  font-weight: bold;
  color: #454545;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-2-grade-bg.png) no-repeat;
  background-size: 100% auto;
  text-align: center;
  transform: rotate(-5deg);
  z-index: 3;
  cursor: pointer;
}

.section2-progress-box .grade-box span {
  font-size: .36rem;
  color: #272727;
}

.section2-progress-box .grade-box .tips-box {
  position: absolute;
  top: .1rem;
  left: 1.4rem;
  width: 3.9rem;
  line-height: 1.2;
  font-size: .2rem;
  color: #1f1f1f;
  background: #fdc75b;
  padding: .05rem .12rem;
  border-radius: .05rem;
  display: none;
  transform: rotate(4deg);
  text-align: justify;
}

.section2-progress-box .grade-box:hover .tips-box {
  display: block;
}

.section2-progress-box .grade-box .tips-box::before {
  content: "";
  position: absolute;
  top: .1rem;
  left: -.1rem;
  width: .1rem;
  height: .15rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/tips-arrow3.png) no-repeat;
  background-size: 100% auto;
}


.section2-progress-box .progress-numb {
  position: absolute;
  top: -.3rem;
  right: 0;
  font-size: .16rem;
  color: #8b8b8b;
}

.section2-progress-box .progress-numb span {
  color: #fff;
}

.section2-progress-box .section2-progress-bar {
  width: 5.98rem;
  height: .14rem;
  background: #eae4d5;
  border-radius: .07rem;
  position: relative;
  margin-left: 1rem;
}

.section2-progress-box .section2-progress-bar .section2-progress-bar-inner {
  height: .14rem;
  border-radius: .07rem;
  position: relative;
}

.section2-radar-cont.role1 .section2-progress-bar .section2-progress-bar-inner {
  background: #dd572a;
}

.section2-radar-cont.role2 .section2-progress-bar .section2-progress-bar-inner {
  background: #53bb76;
}

.section2-radar-cont.role3 .section2-progress-bar .section2-progress-bar-inner {
  background: #9dabff;
}

.section2-radar-cont.role4 .section2-progress-bar .section2-progress-bar-inner {
  background: #65aaff;
}

.section2-radar-cont.role5 .section2-progress-bar .section2-progress-bar-inner {
  background: #438ab2;
}

.section2-progress-box .section2-progress-bar .section2-progress-bar-inner::before {
  content: "";
  width: .29rem;
  height: .25rem;
  position: absolute;
  top: -.05rem;
  right: -.02rem;
  z-index: 2;
}

.section2-radar-cont.role1 .section2-progress-bar-inner::before {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role1-icon4.png) 50% 50% / contain no-repeat;
}

.section2-radar-cont.role2 .section2-progress-bar-inner::before {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role2-icon4.png) 50% 50% / contain no-repeat;
}

.section2-radar-cont.role3 .section2-progress-bar-inner::before {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role3-icon4.png) 50% 50% / contain no-repeat;
}

.section2-radar-cont.role4 .section2-progress-bar-inner::before {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role4-icon4.png) 50% 50% / contain no-repeat;
}

.section2-radar-cont.role5 .section2-progress-bar-inner::before {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/role5-icon4.png) 50% 50% / contain no-repeat;
}

.section2-radar {
  width: 4.88rem;
  height: 4.88rem;
  margin: 1.06rem auto 0;
  position: relative;
  z-index: 1;
}

.section2-radar .rader-data {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section2-radar .rader-data .radar-data-text {
  position: absolute;
  font-size: .32rem;
  color: #fff;
  text-align: center;
  font-family: "MIANFEIZITI";
  line-height: 1;
  z-index: 9;
}

.section2-radar .rader-data .radar-data-text:nth-child(1),
.section2-radar .rader-data .radar-data-text:nth-child(3) {
  left: 50%;
  transform: translateX(-50%);
}

.section2-radar .rader-data .radar-data-text:nth-child(2),
.section2-radar .rader-data .radar-data-text:nth-child(4) {
  top: 50%;
  transform: translateY(-50%);
}

.section2-radar .rader-data .radar-data-text:nth-child(1) {
  top: -.36rem;
}

.section2-radar .rader-data .radar-data-text:nth-child(2) {
  left: -.6rem;
}

.section2-radar .rader-data .radar-data-text:nth-child(3) {
  bottom: -.36rem;
}

.section2-radar .rader-data .radar-data-text:nth-child(4) {
  right: -.6rem;
}

.section2-radar .radar-data-text span {
  display: block;
  position: relative;
}

.section2-radar .radar-data-text span span {
  position: absolute;
  top: .05rem;
  right: 0;
  color: #ffd665;
  font-size: .24rem;
}

.section2-radar .radar-data-text div {
  padding: 0 .1rem;
  font-size: .28rem;
  line-height: .36rem;
  text-align: center;
  background: #3c3c3c;
  border-radius: .18rem;
}

.section2-radar .radar-data-text i {
  display: inline-block;
  width: .36rem;
  height: .36rem;
  margin-right: .05rem;
  vertical-align: top;
}

.section2-radar .radar-data-text:nth-child(1) i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/equip-skill1.png) 50% 50% / contain no-repeat;
}

.section2-radar .radar-data-text:nth-child(2) i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/equip-skill2.png) 50% 50% / contain no-repeat;
}

.section2-radar .radar-data-text:nth-child(3) i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/equip-skill3.png) 50% 50% / contain no-repeat;
}

.section2-radar .radar-data-text:nth-child(4) i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/equip-skill4.png) 50% 50% / contain no-repeat;
}


.section2-radar .radar,
.section2-radar .radar div {
  width: 4.88rem !important;
  height: 4.88rem !important;
}

.section2-radar .radar div:nth-last-child(1) {
  display: none;
}

.section2-radar .radar canvas {
  width: 100% !important;
  height: 100% !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.section2-wash {
  position: absolute;
  bottom: 2.2rem;
  right: .58rem;
}

.section2-wash-text {
  width: 1.38rem;
  height: .54rem;
  position: absolute;
  top: -.6rem;
  right: 0;
}

.section2-wash-text .section2-wash-tips {
  position: absolute;
  top: -.92rem;
  right: 0;
  width: 2.76rem;
  height: .92rem;
  line-height: 1.2;
  font-size: .2rem;
  font-weight: bold;
  color: #1f1f1f;
  padding: .05rem;
  box-sizing: border-box;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-2-wash-tips-bg.png) no-repeat;
  background-size: 100% auto;
  display: none;
}

.section2-wash-text:hover .section2-wash-tips {
  display: block;
}

.section2-wash-text .page-2-btn-wash {
  display: block;
  width: 1.38rem;
  height: .54rem;
  line-height: .54rem;
  text-align: center;
  font-size: .3rem;
  color: #1f1f1f;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-wash.png) no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 0 .4rem 0 .2rem;
  font-family: "MIANFEIZITI";
}

.section2-wash .wash-numb {
  line-height: 2;
  font-size: .2rem;
  color: #eee7d7;
  text-align: right;
}

.section2-equip {
  width: 8.16rem;
  height: 2.34rem;
  margin: 1.26rem 0 0 -.58rem;
  display: flex;
  justify-content: space-between;
  padding: .64rem .58rem 0;
  box-sizing: border-box;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-2-bg5.png) no-repeat;
  background-size: 100% auto;
  position: relative;
}

.section2-equip .section2-equip-tips {
  position: absolute;
  top: 0;
  left: .52rem;
  width: 1.96rem;
  height: .5rem;
  cursor: pointer;
}

.section2-equip .tips-box {
  position: absolute;
  top: -.6rem;
  left: 2.56rem;
  width: 3rem;
  line-height: 1.2;
  font-size: .2rem;
  color: #1f1f1f;
  background: #fdc75b;
  padding: .05rem .12rem;
  border-radius: .05rem;
  display: none;
  text-align: justify;
  font-weight: bold;
}

.section2-equip .tips-box::before {
  content: "";
  position: absolute;
  top: .8rem;
  left: -.1rem;
  width: .1rem;
  height: .15rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/tips-arrow3.png) no-repeat;
  background-size: 100% auto;
}

.section2-equip .section2-equip-item {
  width: 3.22rem;
  height: 1.32rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/equip-bg.png) no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.section2-equip .section2-equip-item .section2-equip-img {
  width: 1.02rem;
  height: 1.02rem;
  position: relative;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/equip-skill-bg.png) no-repeat;
  background-size: 100% auto;
}

.section2-equip .section2-equip-item img {
  display: block;
  width: 100%;
}

.section2-equip .section2-equip-item .section2-equip-numb {
  position: absolute;
  top: -.2rem;
  left: -.16rem;
  font-size: .28rem;
  font-weight: bold;
  font-family: "MIANFEIZITI";
  color: #272727;
  text-align: center;
  z-index: 2;
  transform: rotate(-6deg);
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/equip-numb-bg.png) no-repeat;
  background-size: 100% auto;
  width: .4rem;
  height: .41rem;
  line-height: .4rem;
  padding-bottom: .05rem;
  box-sizing: border-box;
}

.section2-equip .section2-equip-name {
  margin-left: .1rem;
}

.section2-equip .section2-equip-name .section2-equip-name-text {
  height: .52rem;
  line-height: .52rem;
  font-size: .3rem;
  color: #272727;
  font-weight: bold;
}

.section2-equip .section2-equip-name .section2-equip-name-numb {
  display: inline-block;
  height: .4rem;
  line-height: .4rem;
  font-size: .3rem;
  color: #272727;
  background: #ffc65f;
  border-radius: .2rem;
  padding: 0 .15rem;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: "MIANFEIZITI";
}

.section2-task {
  width: 6.44rem;
  height: 10.97rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-2-bg4.png) no-repeat;
  background-size: 100% auto;
}

.section2-task-title {
  height: 1.18rem;
  line-height: 1.18rem;
  font-size: .7rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "MIANFEIZITI";
}

.section2-task-item {
  width: 5.66rem;
  height: 1.38rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .03rem;
  box-sizing: border-box;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/task-line.png) no-repeat bottom center;
  background-size: 5.67rem auto;
  margin: 0 auto;
}

.section2-task-item:nth-last-child(1) {
  background: none;
}

.section2-task-item .text p {
  font-family: "MIANFEIZITI";
}

.section2-task-item .text p:nth-child(1) {
  line-height: .5rem;
  font-size: .44rem;
  color: #272727;
}

.section2-task-item .text p:nth-child(2) {
  line-height: .4rem;
  font-size: .3rem;
  color: #a25633;
}

.section2-task-item .text p span {
  color: #272727;
}

.section2-task-item .btn-task {
  width: 1.61rem;
  height: .76rem;
  line-height: .76rem;
  font-size: .36rem;
  color: #1f1f1f;
  font-family: "MIANFEIZITI";
  text-align: center;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-task.png) no-repeat;
  background-size: 100% auto;
}

.section2-task-item .btn-task.gray {
  filter: grayscale(1);
  pointer-events: none;
}

.section2-radar-none {
  width: 100%;
  height: 100%;
  position: relative;
}

.section2-radar-none img {
  width: 3.71rem;
  height: 3.76rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* rank-box-wrap */
.rank-title {
  width: 10.73rem;
  height: 1.25rem;
  margin: .64rem auto 0;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-title3.png) no-repeat;
  background-size: 100% auto;
}

.tips-text {
  height: .56rem;
  line-height: .58rem;
  font-size: .4rem;
  color: #272727;
  text-align: center;
  margin: .2rem auto 0;
  background: #fcb641;
  border-radius: .28rem;
  position: relative;
}

.tips-text.w920 {
  width: 9.2rem;
}

.tips-text.w1540 {
  width: 15.4rem;
  font-size: .32rem;
}

.tips-text::before,
.tips-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -.22rem;
  transform: translateY(-50%);
  width: .48rem;
  height: .47rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/tips-text-icon.png) no-repeat;
  background-size: 100% auto;
}

.tips-text::after {
  left: inherit;
  right: -.22rem;
}

.rank-box-wrap {
  width: 23.5rem;
  margin: .2rem auto 0;
  display: flex;
  justify-content: space-between;
}

.rank-box-wrap .rank-box1 {
  width: 7.22rem;
  height: 7.02rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-2-rank-bg1.png) no-repeat;
  background-size: 100% auto;
}

.rank-box-wrap .rank-box2 {
  width: 7.5rem;
  height: 7.02rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-2-rank-bg2.png) no-repeat;
  background-size: 100% auto;
}

.rank-box-wrap .rank-box3 {
  width: 8.18rem;
  height: 7.02rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-2-rank-bg3.png) no-repeat;
  background-size: 100% auto;
}

.rank-box-wrap .rank-box-title {
  height: .97rem;
  line-height: .97rem;
  font-size: .64rem;
  color: #a74f29;
  font-family: "MIANFEIZITI";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rank-box-wrap .rank-box-title i {
  width: .3rem;
  height: .28rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/icon7.png) 50% 50% / contain no-repeat;
  margin: 0 .2rem;
}

.rank-box-wrap .rank-box-list {
  padding: 0 .24rem;
}

.rank-box1 .rank-box-list .rank-box-top,
.rank-box1 .rank-box-list .rank-box-item {
  width: 6.34rem;
}

.rank-box2 .rank-box-list .rank-box-top,
.rank-box2 .rank-box-list .rank-box-item {
  width: 6.62rem;
}

.rank-box3 .rank-box-list .rank-box-top,
.rank-box3 .rank-box-list .rank-box-item {
  width: 7.4rem;
}

.rank-box-list .rank-box-top,
.rank-box-list .rank-box-item {
  height: .76rem;
  display: flex;
  justify-content: space-between;
}

.rank-box-list .rank-box-top p {
  line-height: .76rem;
  font-size: .46rem;
  color: #272727;
  font-family: "MIANFEIZITI";
  text-align: center;
}

.rank-box-list .rank-box-top p:nth-child(1),
.rank-box-list .rank-box-item .gamer-rank {
  width: 1.48rem;
}

.rank-box-list .rank-box-top p:nth-child(2),
.rank-box-list .rank-box-item .gamer-id {
  width: 2.4rem;
}

.rank-box-list .rank-box-top p:nth-child(3),
.rank-box-list .rank-box-item .gamer-numb {
  width: 2.46rem;
}

.rank-box2 .rank-box-list .rank-box-top p:nth-child(3),
.rank-box2 .rank-box-list .rank-box-item .gamer-numb {
  width: 2.74rem;
}

.rank-box3 .rank-box-list .rank-box-top p:nth-child(1),
.rank-box3 .rank-box-list .rank-box-item .gamer-id {
  width: 1.9rem;
}

.rank-box3 .rank-box-list .rank-box-top p:nth-child(2),
.rank-box3 .rank-box-list .rank-box-item .gamer-mode {
  width: 1.9rem;
}

.rank-box3 .rank-box-list .rank-box-top p:nth-child(3),
.rank-box3 .rank-box-list .rank-box-item .gamer-result {
  width: 1.9rem;
}

.rank-box3 .rank-box-list .rank-box-top p:nth-child(4),
.rank-box3 .rank-box-list .rank-box-item .gamer-btn-box {
  width: 1.7rem;
}

.rank-scroll {
  height: 3.8rem;
  overflow: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  padding-right: .4rem;
}

.rank-box1 .rank-scroll {
  width: 6.74rem;
}

.rank-box2 .rank-scroll {
  width: 7.02rem;
}

.rank-box3 .rank-scroll {
  width: 7.8rem;
  height: 5rem;
  padding-right: .3rem;
}

.rank-scroll::-webkit-scrollbar {
  width: .14rem;
  background-color: #eae4d5;
  border-radius: .07rem;
}

.rank-scroll::-webkit-scrollbar-thumb {
  border-radius: .07rem;
  background-color: #f1c27a;
}

.rank-scroll::-webkit-scrollbar-track {
  border-radius: .07rem;
  background-color: #eae4d5;
}

.rank-box-list li {
  height: .76rem;
  border-radius: .2rem;
  text-align: center;
}

.rank-box-list li:nth-child(odd) {
  background: #f4f0e3;
}

.rank-box-list .rank-box-item div {
  height: .76rem;
  line-height: .76rem;
  font-size: .36rem;
  color: #272727;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-box-item .gamer-rank,
.rank-box-item .gamer-mode,
.rank-box-item .gamer-result,
.rank-box-item .gamer-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rank-box-item .gamer-rank span {
  width: .44rem;
  height: .44rem;
  line-height: .46rem;
  background: #c9c4b8;
  border-radius: 50%;
  font-size: .3rem;
  color: #fff;
}

.rank-scroll li:nth-child(1) .gamer-rank span {
  background: #a25633;
}

.rank-scroll li:nth-child(2) .gamer-rank span {
  background: #f5af2d;
}

.rank-scroll li:nth-child(3) .gamer-rank span {
  background: #ffd35e;
}

.rank-box3 .gamer-mode span {
  display: block;
  width: 1.8rem;
  height: .6rem;
  line-height: .66rem;
  background: #cbe8cd;
  border-radius: .3rem;
  font-size: .32rem;
  color: #272727;
  text-align: center;
}

.rank-box3 .gamer-mode span.col {
  background: #f7e4b0;
}

.rank-box3 .gamer-result span {
  display: block;
  width: .66rem;
  height: .67rem;
  font-size: 0;
  text-indent: -999em;
}

.rank-box3 .gamer-result span.win {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/icon8.png) 50% 50% / contain no-repeat;
}

.rank-box3 .gamer-result span.fail {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/icon9.png) 50% 50% / contain no-repeat;
}

.rank-box-item .btn-play {
  width: 1.54rem;
  height: .58rem;
  line-height: .58rem;
  font-size: .28rem;
  color: #1f1f1f;
  font-family: "MIANFEIZITI";
  text-align: center;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-play.png) no-repeat;
  background-size: 100% auto;
}

.rank-box .my-box {
  margin-top: .3rem;
  height: 1.18rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .24rem;
  box-sizing: border-box;
}

.rank-box .my-box .my-icon {
  width: .82rem;
  height: .82rem;
  background: #000;
  border-radius: 50%;
  overflow: hidden;
  border: .02rem solid #ffb500;
}

.rank-box .my-box .my-icon img {
  display: block;
  width: 100%;
}

.rank-box .my-box .my-name {
  width: 3rem;
  line-height: 1.1;
  font-size: .4rem;
  font-weight: bold;
  color: #272727;
}

.rank-box2 .my-box .my-name {
  width: 3.3rem;
}

.rank-box .my-box .my-data {
  width: 2.4rem;
  font-size: .26rem;
  color: #272727;
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
}

.rank-box .my-box .my-data span {
  display: block;
  line-height: .8;
  font-size: .56rem;
  font-family: "MIANFEIZITI";
}

.page-2-btn-see {
  display: block;
  width: 6.75rem;
  height: 1.04rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/btn-see.png) no-repeat;
  background-size: 100% auto;
  margin: .4rem auto 0;
}

.page-2-btn-see:hover {
  transform: scale(1.05) !important;
}

.page-2-bottom-tips {
  font-size: .28rem;
  color: #272727;
  text-align: center;
  line-height: .4rem;
  width: 100%;
  margin-top: .2rem;
}



/* section3 */

.section3 {
  height: 13.37rem;
  padding-top: 1rem;
}

.section3 .section3-title {
  width: 7.73rem;
  height: 1.25rem;
  margin: 0 auto;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-title4.png) no-repeat;
  background-size: cover;
}

.section3 img {
  display: block;
  width: 15.9rem;
  margin: .54rem auto 0;
}

/* section4 */

.section4 {
  height: 12.93rem;
  padding-top: 1rem;
}

.section4 .section4-title {
  width: 8.63rem;
  height: 1.25rem;
  margin: 0 auto;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-title5.png) no-repeat;
  background-size: cover;
}

.section4 img {
  display: block;
  width: 15.95rem;
  margin: .54rem auto 0;
  z-index: 12;
  position: relative;
}

/* section5 */

.section5 {
  height: 14.4rem;
  position: relative;
}

#page3 {
  width: 25.6rem;
  height: 14.4rem;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.playing-video {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.playing-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.22);
  transform-origin: center center;
}

.btn-playing-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

button {
  position: relative;
  z-index: 44;
}

/* ----------------- main --------------- */

.page-3-sprite-swiper {
  /* width: 25.6rem;
  height: 14.4rem; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  /* pointer-events: none; */
}

.page-3-sprite-slide {
  width: 100%;
  height: 100%;
  /* width: 100%;
  height: 100%; */
  position: relative;
  color: #f3efe3;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center top;
}

.page-3-sprite-slide.mask.out {
  z-index: 1 !important;
}

.page-3-sprite-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(115deg, rgba(0, 0, 0, .6) 10%, rgba(0, 0, 0, 0) 55%);
  top: 0;
  left: 0;
  user-select: none;
  pointer-events: none;
  z-index: 3;
}

.page-3-sprite-slide[data-index="9"]::after {
  background: linear-gradient(115deg, rgba(0, 0, 0, .3) 10%, rgba(0, 0, 0, 0) 55%);
}

.page-3-sprite-info-box {
  position: absolute;
  top: 50%;
  left: 6rem;
  transform: translateY(-50%);
  z-index: 5;
}

.page-3-sprite-name {
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 1.24rem;
  color: #f3efe3;
  font-family: "MIANFEIZITI" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
  margin-left: -.1rem;
  transform-origin: center center;
}

.page-3-sprite-slide[data-index="0"] .page-3-sprite-name,
.page-3-sprite-slide[data-index="1"] .page-3-sprite-name,
.page-3-sprite-slide[data-index="2"] .page-3-sprite-name,
.page-3-sprite-slide[data-index="7"] .page-3-sprite-name {
  width: 5rem;
}

.page-3-sprite-slide[data-index="4"] .page-3-sprite-name,
.page-3-sprite-slide[data-index="5"] .page-3-sprite-name,
.page-3-sprite-slide[data-index="8"] .page-3-sprite-name {
  width: 3rem;
}

.page-3-sprite-slide[data-index="3"] .page-3-sprite-name,
.page-3-sprite-slide[data-index="6"] .page-3-sprite-name,
.page-3-sprite-slide[data-index="9"] .page-3-sprite-name {
  width: 4rem;
}

.page-3-sprite-sub-name {
  line-height: .36rem;
  font-size: .42rem;
  color: #f3efe3;
  font-family: "RUNEREGULAR" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
  margin-top: .2rem;
}

.page-3-desc-line {
  width: 2.96rem;
  height: .03rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/desc-line.png) 50% 50% / 100% 100% no-repeat;
}

.page-3-info-box {
  width: 2.96rem;
  height: .75rem;
  font-size: .26rem;
  color: #f3efe3;
  position: relative;
}

.page-3-sprite-desc {
  width: 4rem;
  height: auto;
  font-size: .22rem;
  color: #f3efe3;
  text-align: justify;
  margin-top: .3rem;
  line-height: .36rem;
}

.page-3-sprite-desc-extra {
  width: 4rem;
  height: auto;
  font-size: .18rem;
  color: rgba(243, 239, 227, .6);
  margin-top: .36rem;
  line-height: .38rem;
  white-space: nowrap;
}

.short-screen .page-3-sprite-desc,
.short-screen .page-3-sprite-desc-extra {
  width: 4.8rem;
}

.page-3-icon-height {
  width: .65rem;
  height: .38rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/icon-height.png) 50% 50% / contain no-repeat;
}

.page-3-icon-weight {
  width: .65rem;
  height: .38rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/icon-weight.png) 50% 50% / contain no-repeat;
}

.page-3-icon-type-1 {
  width: .65rem;
  height: .38rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/icon-type-1.png) 50% 50% / 100% 100% no-repeat;
  margin-right: .2rem;
}

.page-3-icon-type-2 {
  width: .65rem;
  height: .38rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/icon-type-2.png) 50% 50% / 100% 100% no-repeat;
  margin-right: .2rem;
}

.page-3-icon-type-3 {
  width: .65rem;
  height: .38rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/icon-type-3.png) 50% 50% / 100% 100% no-repeat;
  margin-right: .2rem;
}

.page-3-icon-type-4 {
  width: .65rem;
  height: .38rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/icon-type-4.png) 50% 50% / 100% 100% no-repeat;
  margin-right: .2rem;
}

.page-3-icon-type-5 {
  width: .65rem;
  height: .38rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/icon-type-5.png) 50% 50% / 100% 100% no-repeat;
  margin-right: .2rem;
}

.page-3-icon-type-6 {
  width: .65rem;
  height: .38rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/icon-type-6.png) 50% 50% / 100% 100% no-repeat;
  margin-right: .2rem;
}

.page-3-icon-type-7 {
  width: .65rem;
  height: .38rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/icon-type-7.png) 50% 50% / 100% 100% no-repeat;
  margin-right: .2rem;
}

.page-3-icon-type-8 {
  width: .65rem;
  height: .38rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/icon-type-8.png) 50% 50% / 100% 100% no-repeat;
  margin-right: .2rem;
}

.page-3-icon-type-9 {
  width: .65rem;
  height: .38rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/icon-type-9.png) 50% 50% / 100% 100% no-repeat;
  margin-right: .2rem;
}

.page-3-icon-type-10 {
  width: .65rem;
  height: .38rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/icon-type-10.png) 50% 50% / 100% 100% no-repeat;
  margin-right: .2rem;
}

.page-3-sprite-scoll-wrapper {
  width: 5.05rem;
  height: 7.7rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3.95rem;
  z-index: 15;
  overflow-x: hidden;
}

.page-3-sprite-scoll-wrapper .scrollbar-track.scrollbar-track-y {
  width: .1rem !important;
  display: flex !important;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/scroll-line.png) 50% 50% / 50% 100% no-repeat;
  right: .1rem;
}

.page-3-sprite-scoll-wrapper .scrollbar-thumb {
  width: .1rem;
  border-radius: .05rem;
  overflow: hidden;
  background-color: #f4eee1;
}

.page-3-sprite-scoll-wrapper::-webkit-scrollbar {
  width: .1rem !important;
  display: flex !important;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/scroll-line.png) 50% 50% / 50% 100% no-repeat;
  right: .1rem;
}

.page-3-sprite-scoll-wrapper::-webkit-scrollbar-thumb {
  width: .1rem;
  border-radius: .05rem;
  overflow: hidden;
  background-color: #f4eee1;
}


.page-3-sprite-box {
  width: 4.52rem;
  height: 1.23rem;
  position: relative;
  font-size: .3rem;
  color: #f3efe3;
  padding-right: .16rem;
  margin: .03rem 0;
  cursor: pointer;
}

.page-3-sprite-box a.btn-sprite {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 22;
}

.page-3-sprite-box-label {
  width: 4.52rem;
  height: 1.23rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/tab-active-bg.png) 50% 50% / 100% 100% no-repeat;
  position: absolute;
  position: absolute;
  bottom: 0;
  left: -100%;
}

.page-3-sprite-box.active .page-3-sprite-box-label {
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(100%, 0px);
}

.page-3-sprite-header-bg {
  width: .82rem;
  height: .85rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/sprite-header-bg.png) 50% 50% / 100% 100% no-repeat;
  margin-right: .7rem;
  display: flex;
  justify-content: center;
  align-items: end;
  transform-origin: center;
  position: relative;
  z-index: 10;
}

.page-3-sprite-box span {
  width: 1.2rem;
  position: relative;
  text-align: right;
  z-index: 10;
  transition: cubic-bezier(0.10, 0.00, 0.23, 1.00) .1s;
  user-select: none;
}

.short-screen .page-3-sprite-box span {
  width: 1.5rem;
}

.page-3-sprite-box.active span {
  color: #272727;
}

.page-3-sprite-box[data-index="0"] .page-3-sprite-header {
  width: .98rem;
  height: .91rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/sprite-0.png) 50% 100% / 100% 100% no-repeat;
  display: flex;
  flex-shrink: 0;
  margin-right: .14rem;
}

.page-3-sprite-box[data-index="1"] .page-3-sprite-header {
  width: .76rem;
  height: .75rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/sprite-1.png) 50% 100% / 100% 100% no-repeat;
  display: flex;
  flex-shrink: 0;
  margin-right: .08rem;
}

.page-3-sprite-box[data-index="2"] .page-3-sprite-header {
  width: .88rem;
  height: .79rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/sprite-2.png) 50% 100% / 100% 100% no-repeat;
  display: flex;
  flex-shrink: 0;
  margin-right: .05rem;
}

.page-3-sprite-box[data-index="3"] .page-3-sprite-header {
  width: .74rem;
  height: .89rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/sprite-3.png) 50% 100% / 100% 100% no-repeat;
  display: flex;
  flex-shrink: 0;
  margin-right: .08rem;
}

.page-3-sprite-box[data-index="4"] .page-3-sprite-header {
  width: .74rem;
  height: .95rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/sprite-4.png) 50% 100% / 100% 100% no-repeat;
  display: flex;
  flex-shrink: 0;
  margin-right: .02rem;
}

.page-3-sprite-box[data-index="5"] .page-3-sprite-header {
  width: .82rem;
  height: .71rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/sprite-5.png) 50% 100% / 100% 100% no-repeat;
  display: flex;
  flex-shrink: 0;
  margin-right: .02rem;
}

.page-3-sprite-box[data-index="6"] .page-3-sprite-header {
  width: .58rem;
  height: 1.03rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/sprite-6.png) 50% 100% / 100% 100% no-repeat;
  display: flex;
  flex-shrink: 0;
}

.page-3-sprite-box[data-index="7"] .page-3-sprite-header {
  width: .69rem;
  height: .88rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/sprite-7.png) 50% 100% / 100% 100% no-repeat;
  display: flex;
  flex-shrink: 0;
}

.page-3-sprite-box[data-index="8"] .page-3-sprite-header {
  width: 1.13rem;
  height: 1.05rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/sprite-8.png) 50% 100% / 100% 100% no-repeat;
  display: flex;
  flex-shrink: 0;
  margin-right: .08rem;
  margin-bottom: .03rem;
}

.page-3-sprite-box[data-index="9"] .page-3-sprite-header {
  width: .62rem;
  height: .83rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/sprite-9.png) 50% 100% / 100% 100% no-repeat;
  display: flex;
  flex-shrink: 0;
  margin-left: .22rem;
}

.page-3-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  object-fit: cover;
  object-position: center 65%;
}

.short-screen .page-3-sprite-slide[data-index="3"] .page-3-video {
  height: 12.88rem;
}

.short-screen .page-3-sprite-slide[data-index="8"] .page-3-video {
  height: 13.5rem;
}

.short-screen .page-3-sprite-slide[data-index="9"] .page-3-video {
  height: 12.9rem;
}

.page-3-video-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  object-fit: cover;
  object-position: center 65%;
}

.short-screen .page-3-sprite-slide[data-index="3"] .page-3-video-cover {
  height: 12.88rem;
}

.short-screen .page-3-sprite-slide[data-index="8"] .page-3-video-cover {
  height: 13.5rem;
}

.short-screen .page-3-sprite-slide[data-index="9"] .page-3-video-cover {
  height: 12.9rem;
}

.page-3-sprite-slide[data-index="0"] .page-3-video-cover {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/cover-0.jpg) 50% 65% / cover no-repeat;
}

.page-3-sprite-slide[data-index="1"] .page-3-video-cover {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/cover-1.jpg) 50% 65% / cover no-repeat;
}

.page-3-sprite-slide[data-index="2"] .page-3-video-cover {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/cover-2.jpg) 50% 65% / cover no-repeat;
}

.page-3-sprite-slide[data-index="3"] .page-3-video-cover {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/cover-3.jpg) 50% 65% / cover no-repeat;
}

.page-3-sprite-slide[data-index="4"] .page-3-video-cover {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/cover-4.jpg) 50% 65% / cover no-repeat;
}

.page-3-sprite-slide[data-index="5"] .page-3-video-cover {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/cover-5.jpg) 50% 65% / cover no-repeat;
}

.page-3-sprite-slide[data-index="6"] .page-3-video-cover {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/cover-6.jpg) 50% 65% / cover no-repeat;
}

.page-3-sprite-slide[data-index="7"] .page-3-video-cover {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/cover-7.jpg) 50% 65% / cover no-repeat;
}

.page-3-sprite-slide[data-index="8"] .page-3-video-cover {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/cover-8.jpg) 50% 65% / cover no-repeat;
}

.page-3-sprite-slide[data-index="9"] .page-3-video-cover {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/cover-9.jpg) 50% 65% / cover no-repeat;
}

.page-3-sprite-name-box {
  width: auto;
  height: 1.23rem;
  line-height: 1.23rem;
  font-size: .3rem;
  color: #f3efe3;
  position: absolute;
  top: 0;
  right: .2rem;
  white-space: nowrap;
  z-index: 5;
}

.page-3-scroll-line {
  width: .06rem;
  height: 7.88rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/video/scroll-line.png) 50% 50% / 100% 100% no-repeat;
  position: absolute;
  top: 2.35rem;
  left: 4.9rem;
}


.bg-mask {
  width: 25.6rem;
  height: 3.55rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/bg-mask.png) 50% 50% / 100% 100% no-repeat;
  position: absolute;
  top: -2.2rem;
  left: 50%;
  margin-left: -12.8rem;
  z-index: 11;
}

.rules-table {
  width: 10.6rem;
  padding: 0.2rem 0;
}

.rules-table table {
  width: 100%;
  text-align: center;
  border: 1px solid #272727;
  border-radius: 0.1rem;
}

.rules-table table th,
.rules-table table td {
  border-bottom: 1px solid #272727;
  border-right: 1px solid #272727;
}

.rules-table table th:last-child,
.rules-table table td:last-child {
  border-right: none;
}

.rules-table table tr:last-child th,
.rules-table table tr:last-child td {
  border-bottom: none;
}


#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;
}

/* pop */
.pop-mask-bg {
  display: none;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 998;
}

.pop {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 999;
}

.pop input {
  display: block;
  background: none;
  font-size: 0.28rem;
  color: #929086;
  padding: 0 0.3rem;
}

.pop input::placeholder {
  font-size: 0.28rem;
}

.modal-btn-close {
  width: .57rem;
  height: .59rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/icon-close.png) 50% 50% / contain no-repeat;
  user-select: none;
  position: absolute;
  top: -0.6rem;
  right: -0.6rem;
  cursor: pointer;
  transition: cubic-bezier(0.10, 0.00, 0.23, 1.00) .2s;
  z-index: 1000;
}

.modal-bg {
  width: 7.44rem;
  padding-top: .4rem;
  background-color: #f4eee0;
  border-radius: .1rem;
  overflow: hidden;
}

.modal-content {
  width: 86%;
  height: auto;
  color: #272727;
  font-size: .3rem;
  margin-bottom: .5rem;
  cursor: default;
}

.modal-icon-qq {
  width: 2.51rem;
  height: 3.07rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/modal/icon-qq.png) 50% 50% / contain no-repeat;
  user-select: none;
  cursor: pointer;
}

.modal-icon-wechat {
  width: 2.51rem;
  height: 3.07rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/modal/icon-wechat.png) 50% 50% / contain no-repeat;
  user-select: none;
  cursor: pointer;
}

.modal-qrcode-box {
  width: 3rem;
  height: 3rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/modal/qrcode-box.png) 50% 50% / contain no-repeat;
  user-select: none;
}

.modal-qrcode {
  width: 90%;
  max-width: 90%;
  height: auto;
}

.modal-title {
  width: 6.46rem;
  height: 1.04rem;
  padding-top: 0.22rem;
  line-height: .74rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-title-bg.png) 50% 50% / contain no-repeat;
  user-select: none;
  color: #f4eee1;
  font-size: 0.42rem;
  text-align: center;
  font-family: "MIANFEIZITI" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
  box-sizing: border-box;
}

.modal-select-input {
  width: 1.1rem;
  height: .49rem;
  line-height: .49rem;
  font-size: .24rem;
  color: #d0d2c2;
  white-space: nowrap;
  text-align: right;
  margin-right: .2rem;
}

.modal-input-phone {
  width: 6.45rem;
  height: .65rem;
  line-height: .65rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/modal/input-phone.png) 50% 50% / 100% 100% no-repeat;
  user-select: none;
}

.modal-input-code {
  width: 6.45rem;
  height: .65rem;
  line-height: .65rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/modal/input-code.png) 50% 50% / 100% 100% no-repeat;
  user-select: none;
}

.pop input.invite-input {
  display: block;
  font-size: 0.28rem;
  color: #929086;
  padding: 0 0.3rem;
  margin: 0.2rem auto 0;
  width: 6.45rem;
  height: 0.65rem;
  line-height: .65rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/input-phone.png) 50% 50% / 100% 100% no-repeat;
}

.modal-btn {
  display: block;
  width: 2.94rem;
  height: .8rem;
  line-height: .8rem;
  font-size: .42rem;
  background-color: #f9c150;
  font-family: "MIANFEIZITI" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
  text-align: center;
  border-radius: .4rem;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
  transition: cubic-bezier(0.10, 0.00, 0.23, 1.00) .2s;
  color: #272727;
}

.modal-btn:active {
  transform: scale(.9) !important;
}

.modal-btn:hover {
  transform: scale(1.05) !important;
}


.pop .link-input {
  display: block;
  font-size: 0.28rem;
  color: #929086;
  padding: 0 0.3rem;
  margin: 0.2rem auto 0;
  width: 6.45rem;
  height: 0.65rem;
  line-height: .65rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/input-phone.png) 50% 50% / 100% 100% no-repeat;
}

.modal-content .modal-common-tip {
  text-align: left;
  width: 6.5rem;
}

.modal-input-500 {
  width: 5rem;
  height: .65rem;
  line-height: .65rem;
  box-sizing: border-box;
}

.modal-input-644 {
  width: 6.44rem;
  height: .65rem;
  line-height: .65rem;
}

.modal-phone-code-area {
  width: 2.1rem;
  height: .65rem;
  line-height: .65rem;
  font-size: .42rem;
  color: #272727;
}

.modal-phone-btn-send {
  width: 2.1rem;
  height: .65rem;
  line-height: .65rem;
  font-size: .28rem;
  cursor: pointer;
}

.modal-phone-countdown {
  width: 1.70rem;
  height: .65rem;
  user-select: none;
}

.modal-phone-tip {
  font-size: .2rem;
  color: #63625d;
  width: 6.45rem;
  margin: 0 auto;
}

.modal-common-tip {
  width: 8rem;
  font-size: .28rem;
  line-height: 0.42rem;
  color: #2a2a2a;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #272727;
  text-align: justify;
}


.modal-invite-tip {
  height: .44rem;
  line-height: .44rem;
  padding: 0 .18rem;
  background-color: #272727;
  color: #f4eee1;
  font-size: .24rem;
  border-radius: .1rem;
  overflow: hidden;
}

.modal-accept-avatar-outter {
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: white;
}

.modal-accept-avatar {
  width: 1.2rem;
  height: 1.2rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/modal/default-avatar.png) 50% 50% / cover no-repeat;
}

.modal-download-tip::after {
  content: "";
  width: 100%;
  height: .02rem;
  position: absolute;
  bottom: -.04rem;
  left: 0;
  z-index: 2;
  background-color: #d56c1f;
}

.pop-recall .modal-bg {
  width: 11.35rem;
  height: 8.26rem;
}

.pop-recall .modal-title {
  width: 10.71rem;
  height: 1.04rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/wg/title-bg3.png) 50% 50% / contain no-repeat;
}

.pop-recall .modal-common-tip {
  margin-bottom: 0.2rem;
}

.pop-recall .modal-content {
  width: 98%;
}

.recall-textarea {
  display: block;
  width: 10.7rem;
  height: 4.28rem;
  margin: 0 auto;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/wg/textarea-bg.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  font-size: 0.24rem;
  line-height: 0.5rem;
  box-sizing: border-box;
  padding: 0.1rem 0.4rem;
  overflow: hidden;
}

.recall-textarea div {
  border-bottom: 1px solid #000;
}

.pop-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-btn a {
  margin: 0 0.2rem;
}

.pop-share-img {
  width: 11.67rem;
  height: 7.07rem;
}

.pop-share-img #saveImage {
  display: block;
  width: 11.67rem;
  height: 7.07rem;
}

.pop-share-img .modal-btn {
  margin: 0.3rem auto 0;
}

.pop-share-img-dom {
  width: 11.67rem;
  height: 7.07rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/wg/pop-share-img-bg.png) no-repeat;
  background-size: 100% 100%;
}

.pop-share-img-dom .save-text {
  width: 6.1rem;
  position: absolute;
  top: 2.21rem;
  left: 1.3rem;
  font-size: 0.2rem;
  color: #514e48;
  line-height: 0.4rem;
}

@keyframes toast-move-frame {
  0% {
    opacity: 0;
  }

  33.3% {
    opacity: 1;
  }

  66.6% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* -------------- pop-role-list ---------------- */
.pop-role-list {
  width: 6.5rem;

}

.pop-role-list li {
  width: 1.24rem;
  cursor: pointer;
}

.pop-role-list li .pop-role-img {
  width: 1.24rem;
  height: 1.34rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-role-bg.png) 50% 50% / cover no-repeat;
}

.pop-role-list li.role-l1.on .pop-role-img {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-role-bg1.png) 50% 50% / cover no-repeat;
}

.pop-role-list li.role-l2.on .pop-role-img {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-role-bg2.png) 50% 50% / cover no-repeat;
}

.pop-role-list li.role-l3.on .pop-role-img {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-role-bg3.png) 50% 50% / cover no-repeat;
}

.pop-role-list li.role-l4.on .pop-role-img {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-role-bg4.png) 50% 50% / cover no-repeat;
}

.pop-role-list li.role-l5.on .pop-role-img {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-role-bg5.png) 50% 50% / cover no-repeat;
}

.pop-role-list li .pop-role-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.pop-role-list li .pop-role-name {
  font-size: .18rem;
  color: #272727;
  text-align: center;
  font-family: "MIANFEIZITI" !important;
}

/* -------------- pop-radar ---------------- */
.pop-radar-wrap {
  width: 4.2rem;
  height: 3.72rem;
  margin: 0 auto;
  position: relative;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-radar-bg.png) 50% 50% / contain no-repeat;
}

.pop-radar {
  width: 2.8rem;
  height: 2.8rem;
  margin: .5rem auto 0;
  position: relative;
}

.pop-radar .rader-data {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pop-radar .rader-data .radar-data-text {
  position: absolute;
  font-size: .18rem;
  color: #fff;
  text-align: center;
  font-family: "MIANFEIZITI";
  line-height: 1;
  z-index: 9;
}

.pop-radar .rader-data .radar-data-text:nth-child(1),
.pop-radar .rader-data .radar-data-text:nth-child(3) {
  left: 50%;
  transform: translateX(-50%);
}

.pop-radar .rader-data .radar-data-text:nth-child(2),
.pop-radar .rader-data .radar-data-text:nth-child(4) {
  top: 50%;
  transform: translateY(-50%);
}

.pop-radar .rader-data .radar-data-text:nth-child(1) {
  top: -.22rem;
}

.pop-radar .rader-data .radar-data-text:nth-child(2) {
  left: -.4rem;
}

.pop-radar .rader-data .radar-data-text:nth-child(3) {
  bottom: -.22rem;
}

.pop-radar .rader-data .radar-data-text:nth-child(4) {
  right: -.4rem;
}

.pop-radar .radar-data-text span {
  display: block;
}

.pop-radar .radar-data-text span span {
  display: inline-block;
}

.pop-radar .radar-data-text span.increase {
  position: absolute;
  top: -.1rem;
  right: 0rem;
  color: #fdc75b;
}

.pop-radar .rader-data .radar-data-text:nth-child(3) span.increase {
  top: -.2rem;
  right: .25rem;
}

.pop-radar .radar-data-text div {
  padding: 0 .05rem;
  font-size: .18rem;
  line-height: .22rem;
  text-align: center;
  background: #3c3c3c;
  border-radius: .11rem;
}

.pop-radar .radar-data-text i {
  display: inline-block;
  width: .22rem;
  height: .22rem;
  margin-right: .05rem;
  vertical-align: top;
}

.pop-radar .radar-data-text:nth-child(1) i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/equip-skill1.png) 50% 50% / contain no-repeat;
}

.pop-radar .radar-data-text:nth-child(2) i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/equip-skill2.png) 50% 50% / contain no-repeat;
}

.pop-radar .radar-data-text:nth-child(3) i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/equip-skill3.png) 50% 50% / contain no-repeat;
}

.pop-radar .radar-data-text:nth-child(4) i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/equip-skill4.png) 50% 50% / contain no-repeat;
}


.pop-radar .radar,
.pop-radar .radar div {
  width: 2.8rem !important;
  height: 2.8rem !important;
}

.pop-radar .radar div:nth-last-child(1) {
  display: none;
}

.pop-radar .radar canvas {
  width: 100% !important;
  height: 100% !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

/* -------------- modal-rule ---------------- */
.modal-bg.w1136 {
  width: 11.36rem;
}

.modal-bg.w1136 .modal-title {
  width: 10rem;
  background-size: 100% 100%;
}

.modal-bg.w1136 .modal-btn-wrap {
  margin: -.3rem 0 .8rem;
}

.modal-btn-wrap .tips {
  position: absolute;
  top: .9rem;
  right: -.33rem;
  width: 3.6rem;
  line-height: 1.2;
  text-align: center;
  font-size: .24rem;
  color: #272727;
  white-space: nowrap;
}

.modal-rule {
  height: 7.3rem;
  width: 10rem;
  overflow: auto;
  overflow-x: hidden;
  text-align: justify;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.modal-rule::-webkit-scrollbar {
  display: none;
}

.modal-rule div {
  color: #d56c1f;
  font-size: .28rem;
  line-height: 1.5;
}

.modal-rule p {
  width: 100%;
  font-size: .24rem;
  color: #272727;
  text-align: justify;
  line-height: 1.5;
  margin: 0 auto .2rem;
}

.modal-rule p.center {
  text-align: center;
}

.modal-rule p:nth-last-child(1) {
  margin: 0;
}

.modal-rule a {
  color: #d56c1f;
  border-bottom: 1px solid #d56c1f;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.modal-rule .table-box {
  width: 100%;
  border: 1px solid #2a2a2a;
  margin: 0 auto .2rem;
}

.modal-rule .table-box th,
.modal-rule .table-box td {
  color: #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  border-right: 1px solid #2a2a2a;
  line-height: 1.2;
  padding: .05rem;
  text-align: center;
}

.modal-rule .table-box th {
  height: .52rem;
  font-size: .28rem;

}

.modal-rule .table-box td {
  height: .48rem;
  font-size: .24rem;
}

.modal-rule .table-box1 th:nth-child(1) {
  width: 22%;
}

.modal-rule .table-box1 th:nth-child(2) {
  width: 78%;
}

.modal-rule .modal-btn-wrap .modal-btn {
  margin: .1rem;
}

/* -------------- modal-video ---------------- */
#commonModal8 {
  position: fixed;
  top: 50%;
  left: -9999px;
  transform: translateY(-50%);
  z-index: -2;
}

#commonModal8.lf-z {
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#commonModal8 .modal-btn-close {
  display: none;
}

.dom2img-result {
  display: none !important;
}

.modal-bg.w1381 {
  width: 13.81rem;
  height: 9.04rem;
  background: none;
  padding: 0;
}

.modal-vs-wrap {
  width: 13.81rem;
  height: 9.04rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-video-bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0;
}

.modal-vs-title {
  position: absolute;
  top: -.35rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10.22rem;
  height: 1.11rem;
  line-height: 1.06rem;
  text-align: center;
  font-size: .52rem;
  color: #272727;
  font-family: "MIANFEIZITI";
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-vs-title.png) no-repeat;
  background-size: 100% 100%;
  z-index: 3;
}

.modal-vs {
  width: 12.87rem;
  height: 7.27rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-video-bg2.png) no-repeat;
  background-size: 100% 100%;
  margin: .44rem auto 0;
  position: relative;
}

.status-bar {
  width: 12rem;
  height: 1.2rem;
  position: absolute;
  top: .2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.status-bar .left-status,
.status-bar .right-status {
  width: 4.7rem;
  height: 1.2rem;
  position: relative;
  display: flex;
  align-items: center;
}

.status-bar .left-status {
  padding-left: 1.05rem;
}

.status-bar .right-status {
  padding-right: 1.05rem;
}

.status-bar .vs-status {
  width: 1rem;
  height: 1rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-vs.png) no-repeat;
  background-size: 100% 100%;
  margin-top: .1rem;
}

.status-bar .sprite-avatar {
  width: 1.35rem;
  height: 1.26rem;
  position: absolute;
  top: -.1rem;
}

.status-bar .left-status .sprite-avatar {
  left: -.15rem;
}

.status-bar .left-status .sprite-avatar img {
  transform: rotateY(-180deg);
}

.status-bar .right-status .sprite-avatar {
  right: -.15rem;
}

.status-bar .status-info {
  width: 3.65rem;
  height: .9rem;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.status-bar .left-status .status-info {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-vs-infor-bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 .7rem 0 .35rem;
}

.status-bar .right-status .status-info {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-vs-infor-bg2.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 .35rem 0 .7rem;
}

.status-bar .status-info .sprite-name {
  width: 2.6rem;
  height: .46rem;
  line-height: .46rem;
  font-size: .32rem;
  font-family: "MIANFEIZITI";
  color: #fff;
  text-align: left;
}

.status-bar .right-status .sprite-name {
  text-align: right;
}

.status-bar .status-info .health-text {
  position: absolute;
  top: .16rem;
  width: .72rem;
  height: .28rem;
  line-height: .28rem;
  font-size: .2rem;
  font-family: "MIANFEIZITI";
  color: #454545;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/page-2-grade-bg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  transform: rotate(-4deg);
}

.status-bar .left-status .health-text {
  right: .7rem;
}

.status-bar .right-status .health-text {
  left: .7rem;
}

.status-bar .status-info .health-text span {
  color: #272727;
}

.status-bar .health-bar {
  width: 2.6rem;
  height: .24rem;
  background: #eae4d5;
  border-radius: .05rem;
  overflow: hidden;
  border: 1px solid #100f0e;
  position: relative;
}

.status-bar .health-numb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: .2rem;
  color: #fff;
  text-align: center;
  z-index: 1;
  font-family: "MIANFEIZITI";
  text-shadow: 0 0 .1rem #a66800;
}

.status-bar .health-fill {
  position: absolute;
  top: 0;
  height: 100%;
  background: #fcb641;
  transition: width 0.3s ease;
}

.status-bar .left-status .health-fill {
  left: 0;
}

.status-bar .right-status .health-fill {
  right: 0;
}

/* current-points */
.current-points {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 5rem;
  margin-left: -2.5rem;
  line-height: .5rem;
  font-size: .38rem;
  text-align: center;
  font-family: "MIANFEIZITI";
  z-index: 3;
  padding: 0 .2rem;
  border-radius: .1rem;
  display: none;
}

.current-points.plus {
  color: #000;
}

.current-points.reduce {
  color: #fff;
}

.current-points span {
  margin-left: .1rem;
}

.current-points i {
  width: .2rem;
  height: .5rem;
  display: inline-block;
  vertical-align: top;
}

.current-points.plus i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-vs-icon1.png) no-repeat;
  background-size: 100% 100%;
}

.current-points.reduce i {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-vs-icon2.png) no-repeat;
  background-size: 100% 100%;
}

/* battle-field */
.modal-vs .battle-field {
  position: relative;
  width: 11rem;
  height: 5.5rem;
  margin: 1.7rem auto 0;
}

.sprite-icon {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  top: 1.7rem;
  transition: all 0.3s ease;
}

.sprite-icon i {
  display: block;
  width: 100%;
  height: 100%;
}

.sprite-icon i.sprite-icon1 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/sprite1-icon1.png) no-repeat;
  background-size: 100% 100%;
}

.sprite-icon i.sprite-icon2 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/sprite1-icon2.png) no-repeat;
  background-size: 100% 100%;
}

.sprite-icon i.sprite-icon3 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/sprite1-icon3.png) no-repeat;
  background-size: 100% 100%;
}

.sprite-icon i.sprite-icon4 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/sprite2-icon1.png) no-repeat;
  background-size: 100% 100%;
}

.sprite-icon i.sprite-icon5 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/sprite2-icon2.png) no-repeat;
  background-size: 100% 100%;
}

.sprite-icon i.sprite-icon6 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/sprite2-icon3.png) no-repeat;
  background-size: 100% 100%;
}

.sprite-icon i.sprite-icon7 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/sprite3-icon1.png) no-repeat;
  background-size: 100% 100%;
}

.sprite-icon i.sprite-icon8 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/sprite3-icon2.png) no-repeat;
  background-size: 100% 100%;
}

.sprite-icon i.sprite-icon9 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/sprite4-icon1.png) no-repeat;
  background-size: 100% 100%;
}

.sprite-icon i.sprite-icon10 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/sprite4-icon2.png) no-repeat;
  background-size: 100% 100%;
}

.sprite-icon i.sprite-icon11 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/sprite4-icon3.png) no-repeat;
  background-size: 100% 100%;
}

.sprite-icon i.sprite-icon12 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/sprite5-icon1.png) no-repeat;
  background-size: 100% 100%;
}

#left-icon {
  left: 1.8rem;
}

#left-icon i {
  transform: rotateY(-180deg);
}

#right-icon {
  right: 1.8rem;
}

/* #left-icon.fainted {
  transform: rotate(50deg) !important;
}

#right-icon.fainted {
  transform: rotate(-50deg);
} */

.bounce-animation {
  animation: bounceEffect 0.6s ease;
}

@keyframes bounceEffect {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-.4rem);
  }
}

.shake-animation {
  animation: shakeEffect 0.4s ease;
}

@keyframes shakeEffect {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-.2rem);
  }

  100% {
    transform: translateX(.4rem);
  }
}

.hit-effect {
  position: absolute;
  font-size: 2rem;
  pointer-events: none;
  z-index: 9999;
  animation: hitAnimation 0.5s ease-out;
}

@keyframes hitAnimation {
  0% {
    transform: scale(0.5) rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: scale(1.2) rotate(10deg);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.5) rotate(20deg);
    opacity: 0;
  }
}

.bounce-animation {
  animation: enhancedBounce 0.6s ease;
}

@keyframes enhancedBounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.shake-animation {
  animation: enhancedShake 0.6s ease;
}

@keyframes enhancedShake {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}

.modal-vs-wrap .share-icon {
  position: absolute;
  bottom: 1.1rem;
  right: .2rem;
  width: 1.3rem;
  height: 1.3rem;
  z-index: 2;
  display: none;
}

.modal-vs-wrap .share-icon.winner {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-share-icon2.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}

.modal-vs-wrap .share-icon.fail {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-share-icon3.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}


.modal-btn-wrap {
  width: 6.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: .2rem auto 0;
  position: relative;
}


/* -------------- modal-share ---------------- */

#commonModal10 {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: -2;
}

#commonModal10-1 .modal-btn-close {
  top: -.2rem;
  right: .5rem;
}

.modal-bg.w684 {
  width: 14.8rem;
  height: 8.26rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-share-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 1.4rem 1.64rem 0 3.6rem;
  position: relative;
  overflow: inherit;
}

.modal-bg.w684 .rw-icon {
  position: absolute;
  top: 1.58rem;
  left: .32rem;
  width: 4.06rem;
  height: 6.54rem;
  z-index: 2;
}

.modal-share,
.modal-share img {
  width: 9.58rem;
  height: 5.42rem;
  margin: 0;
  position: relative;
}

.modal-bg.w684 .share-icon {
  position: absolute;
  bottom: -.4rem;
  right: -.4rem;
  width: 1.3rem;
  height: 1.3rem;
  z-index: 2;
}

.modal-bg.w684 .share-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.modal-bg.w684 .share-icon.winner .winner-img,
.modal-bg.w684 .share-icon.fail .fail-img {
  opacity: 1;
}

#commonModal10-1 .modal-bg.w684 {
  background: none;
  padding: 0;
}

#commonModal10-1 .modal-bg.w684::before {
  display: none;
}

#commonModal10-1 .modal-bg .shareImg {
  width: 14.8rem;
  height: 8.26rem;
}

.modal-btn-save {
  position: absolute;
  bottom: .5rem;
  left: 50%;
  margin-left: -.5rem;
}


.modal-egg-tips,
.modal-skill-tips {
  line-height: 1.3;
  font-size: .28rem;
  text-align: center;
  color: #272727;
}

.pop-egg {
  width: 3.15rem;
  height: 2.95rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-mok-bg1.png) no-repeat;
  background-size: 100% 100%;
}

.pop-egg img {
  width: 100%;
  height: 100%;
}

.pop-skill {
  width: 3.15rem;
  height: 2.95rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-mok-bg2.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.pop-skill .modal-skill-text-numb {
  position: absolute;
  top: .05rem;
  left: -.25rem;
  width: 1.5rem;
  transform: rotate(-38deg);
  font-size: .4rem;
  color: #272727;
  z-index: 2;
  text-align: center;
  font-family: "MIANFEIZITI";
}

.pop-skill img {
  width: 100%;
  height: 100%;
}

.modal-skill-text {
  font-size: .28rem;
  color: #63625d;
  text-align: center;
}

/* modal-attri */

.modal-attri-tips {
  line-height: 1.3;
  font-size: .28rem;
  text-align: center;
  color: #272727;
}

.modal-attri-box {
  width: 4.6rem;
}

.modal-attri-box li {
  height: .6rem;
  line-height: .6rem;
  font-size: .42rem;
  color: #272727;
  background: #dfd7c0;
  border-radius: .3rem;
  margin-bottom: .2rem;
  display: flex;
  justify-content: center;
  font-family: "MIANFEIZITI";
}

.modal-attri-box li .icon {
  width: .4rem;
  height: .6rem;
}

.modal-attri-box li .icon.attri1 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-attri1.png) no-repeat;
  background-size: 100% 100%;
}

.modal-attri-box li .icon.attri2 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-attri2.png) no-repeat;
  background-size: 100% 100%;
}

.modal-attri-box li .icon.attri3 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-attri3.png) no-repeat;
  background-size: 100% 100%;
}

.modal-attri-box li .icon.attri4 {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-attri4.png) no-repeat;
  background-size: 100% 100%;
}

.modal-attri-box li span span {
  font-size: .26rem;
  color: #fcb641;
  display: inline-block;
  text-shadow: 0 0 .1rem #000;
  vertical-align: top;
}

.modal-attri-box li .icon-arrow {
  width: .34rem;
  height: .6rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-arrow.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 .1rem;
}

.modal-attri .modal-btn-wrap {
  width: 6.4rem;
}

/* modal-cultivate-rule */
#commonModal14 .modal-btn-close {
  top: .3rem;
  right: 0;
}

.modal-cultivate-rule {
  width: 9rem;
  height: 10rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/pop-rule-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.modal-cultivate-rule .modal-btn-go {
  position: absolute;
  bottom: .52rem;
  right: 2.2rem;
  width: 1.5rem;
  height: .6rem;
  background: none;
}

.modal-tips-text {
  width: 85%;
  height: 3rem;
  font-size: .28rem;
  line-height: 1.5;
  color: #2a2a2a;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

/* modal-addr */
/* .modal-addr .addr-list {
  margin-top: .2rem;
}

.modal-addr .addr-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: .2rem;
}

.modal-addr .addr-list span {
  width: 1.28rem;
  height: .65rem;
  line-height: .65rem;
  font-size: .28rem;
  font-weight: bold;
  color: #272727;
  text-align: right;
}

.modal-addr .addr-list input {
  width: 5.1rem;
  height: .65rem;
  line-height: .68rem;
  font-size: .28rem;
  color: #272727;
  padding: 0 .1rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/modal/input-phone.png) 50% 50% / 100% 100% no-repeat;
  user-select: none;
  box-sizing: border-box;
}

.modal-addr .addr-list textarea {
  width: 5.1rem;
  height: 1.3rem;
  line-height: 1.5;
  font-size: .28rem;
  color: #272727;
  padding: .05rem .1rem;
  box-sizing: border-box;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/lkwgsj20260206/images/modal/input-phone.png) 50% 50% / 100% 100% no-repeat;
  user-select: none;
  outline: none;
  border: none;
}

.modal-addr .addr-list input::placeholder,
.modal-addr .addr-list textarea::placeholder {
  font-size: .28rem;
  color: #272727;
} */

/* -------------- font ---------------- */
.font-20 {
  font-size: .2rem;
  line-height: .2rem;
}

.font-24 {
  font-size: .24rem;
  line-height: .24rem;
}

.font-26 {
  font-size: .26rem;
  line-height: .26rem;
}

.font-30 {
  font-size: .3rem;
  line-height: .3rem;
}

.font-34 {
  font-size: .34rem;
  line-height: .36rem;
}

.font-36 {
  font-size: .36rem;
  line-height: .36rem;
}

.font-38 {
  font-size: .38rem;
  line-height: .38rem;
}

.font-42 {
  font-size: .42rem;
  line-height: .42rem;
}

.font-50 {
  font-size: .5rem;
  line-height: .5rem;
}

.orange-0 {
  color: #f9c150 !important;
}

.orange-1 {
  color: #d56c1f !important;
}

.white-0 {
  color: white;
}

.white-1 {
  color: #f4eee1;
}

.text-ct {
  text-align: center !important;
}

/* ------------- margin --------------- */
.mt-4 {
  margin-top: .04rem;
}

.mt-6 {
  margin-top: .06rem;
}

.mt-10 {
  margin-top: .1rem;
}

.mt-12 {
  margin-top: .12rem;
}

.mt-15 {
  margin-top: .15rem;
}

.mt-18 {
  margin-top: .18rem;
}

.mt-20 {
  margin-top: .2rem;
}

.mt-25 {
  margin-top: .25rem;
}

.mt-30 {
  margin-top: .3rem !important;
}

.mt-31 {
  margin-top: .31rem;
}

.mt-35 {
  margin-top: .35rem;
}

.mt-36 {
  margin-top: .36rem;
}

.mt-40 {
  margin-top: .4rem;
}

.mt-45 {
  margin-top: .45rem;
}

.mt-50 {
  margin-top: .5rem;
}

.mt-55 {
  margin-top: .55rem;
}

.mt-56 {
  margin-top: .56rem;
}

.mt-60 {
  margin-top: .6rem;
}

.mt-65 {
  margin-top: .65rem;
}

.mt-70 {
  margin-top: .7rem;
}

.mt-75 {
  margin-top: .75rem;
}

.mt-80 {
  margin-top: .8rem;
}

.mt-85 {
  margin-top: .85rem;
}

.mt-100 {
  margin-top: 1rem;
}

.mt-120 {
  margin-top: 1.2rem;
}

.mt-130 {
  margin-top: 1.3rem;
}

.mt-135 {
  margin-top: 1.35rem;
}

.mt-140 {
  margin-top: 1.4rem;
}

.mt-180 {
  margin-top: 1.8rem;
}

.mt-200 {
  margin-top: 2rem;
}

.mt-230 {
  margin-top: 2.3rem;
}

.mt-250 {
  margin-top: 2.5rem;
}

.mt-350 {
  margin-top: 3.5rem;
}

.mt-400 {
  margin-top: 4rem;
}

.mr-5 {
  margin-right: .05rem;
}

.mr-8 {
  margin-right: .08rem;
}

.mr-10 {
  margin-right: .1rem;
}

.mr-16 {
  margin-right: .16rem;
}

.mr-20 {
  margin-right: .2rem;
}

.mr-40 {
  margin-right: .4rem;
}

.ml-4 {
  margin-left: .04rem;
}

.ml-5 {
  margin-left: .05rem;
}

.ml-8 {
  margin-left: .08rem;
}

.ml-10 {
  margin-left: .1rem;
}

.ml-15 {
  margin-left: .15rem;
}

.ml-16 {
  margin-left: .16rem;
}

.ml-18 {
  margin-left: .18rem;
}

.ml-20 {
  margin-left: .2rem;
}

.ml-25 {
  margin-left: .25rem;
}

.ml-30 {
  margin-left: .3rem;
}

.ml-36 {
  margin-left: .36rem;
}

.ml-40 {
  margin-left: .4rem;
}

.ml-60 {
  margin-left: .6rem;
}

.ml-70 {
  margin-left: .7rem;
}

.ml-140 {
  margin-left: 1.4rem;
}

.ml-167 {
  margin-left: 1.67rem;
}

.mb-10 {
  margin-bottom: .1rem;
}

.mb-15 {
  margin-bottom: .15rem;
}

.mb-20 {
  margin-bottom: .2rem;
}

.mb-25 {
  margin-bottom: .25rem;
}

.mb-30 {
  margin-bottom: .3rem;
}

.mb-40 {
  margin-bottom: .4rem;
}

.mb-50 {
  margin-bottom: .5rem;
}

.mb-70 {
  margin-bottom: .8rem;
}

.mb-80 {
  margin-bottom: .8rem;
}

.mb-100 {
  margin-bottom: 1rem;
}

.mb-120 {
  margin-bottom: 1.2rem;
}

.mb-130 {
  margin-bottom: 1.3rem;
}

.mb-200 {
  margin-bottom: 2rem;
}

.mb-230 {
  margin-bottom: 2.3rem;
}

.color1 {
  font-weight: 400;
  font-style: normal;
  color: #fc9f11;
}


#index-rules .modal-content img {
  width: 100%;
  margin: 0 auto;
}