@charset "UTF-8";
/* 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 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

a,
img {
  -webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */
}

html,
body {
  -webkit-user-select: none; /* 禁止选中文本（如无文本选中需求，此为必选项） */
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

/* reset end */
html {
  font-size: 50px; /* 兼容不支持vw的系统 */
  font-size: 13.33333333vw; /* 7.5rem === 100vw */
}

em {
  font-style: normal;
}

@media (max-width: 1024px) {
  html,
  body {
    max-width: 1024px;
  }
}
#afooter {
  background-color: #271645;
  text-align: center;
  font-size: 0.22rem;
  padding: 0.2rem 0;
}

#afooter,
#afooter a {
  color: #fefece;
  text-decoration: none;
}

@font-face {
  font-family: "tungsten-bold";
  src: url("//game.gtimg.cn/images/val/act/a20260601valact//fonts/tungsten1.ttf");
}
@font-face {
  font-family: "tungsten-semibold";
  src: url("//game.gtimg.cn/images/val/act/a20260601valact//fonts/tungsten2.ttf");
}
@font-face {
  font-family: "din-bold";
  src: url("//game.gtimg.cn/images/val/act/a20260601valact//fonts/din-bold.ttf");
}
.hid {
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrapper *,
.wrapper *::before,
.wrapper *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  width: 100%;
  height: 8.94rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/bg1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}

.container {
  width: 100%;
  height: 78.61rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/bg2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}

.module-cont {
  width: 6.82rem;
  margin: 0 auto;
}

.line {
  width: 6.8rem;
  height: 0.03rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  margin: 0 auto 0;
}

.part-1 {
  height: 16.82rem;
  overflow: hidden;
}
.part-1 .login-box {
  font-size: 0.26rem;
  text-align: center;
  margin-top: 0.2rem;
  color: #162424;
}
.part-1 .login-box a {
  color: #00dfb3;
}
.part-1 .task-flop {
  width: 100%;
  margin-top: 0.4rem;
}
.part-1 .task-progress {
  overflow: hidden;
  width: 6.82rem;
  height: 6.38rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/task_progress_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  padding: 0 1.99rem;
  position: relative;
}
.part-1 .task-progress .ring {
  position: absolute;
  top: 0.8rem;
  left: 0.79rem;
  width: 5.22rem;
  height: 5.22rem;
  border-radius: 50%;
  background: conic-gradient(#164c4e 0deg, #164c4e var(--progress), transparent var(--progress), transparent 100%);
  -webkit-mask: radial-gradient(circle, transparent calc(50% + 0.52rem), black calc(50% + 0.52rem));
          mask: radial-gradient(circle, transparent calc(50% + 0.52rem), black calc(50% + 0.52rem));
}
.part-1 .task-progress .txt1 {
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-top: 2.38rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #00dfb3;
}
.part-1 .task-progress .percent {
  font-family: "tungsten-bold";
  line-height: 1;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  margin-top: 0.1rem;
}
.part-1 .task-progress .txt2 {
  font-size: 0.24rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 0.06rem;
}
.part-1 .flop-content {
  width: 100%;
  margin: 0.52rem auto 0;
}
.part-1 .title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #111619;
  margin-bottom: 0.2rem;
}
.part-1 .title span {
  position: relative;
}
.part-1 .title span::after, .part-1 .title span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.82rem;
  height: 0.02rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/title_after1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-1 .title span::before {
  left: -1.02rem;
}
.part-1 .title span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: -1.02rem;
}
.part-1 .award-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem 0.23rem;
}
.part-1 .award-list li {
  position: relative;
  width: 2.08rem;
}
.part-1 .award-list li.locked .img-box::after {
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/award_bd2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-1 .award-list li.locked .award-name {
  display: block;
}
.part-1 .award-list li.locked .btn-receive {
  color: #fff7e9;
  pointer-events: none;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/btn2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-1 .award-list li .tag {
  display: none;
}
.part-1 .award-list li:nth-child(2n+1).locked .img-box {
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/award_bg3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-1 .award-list li:nth-child(2n+1).locked .img-box::after {
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/award_bd4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-1 .award-list li:nth-child(2n+1).locked .tag {
  color: #000;
  background-color: #9ba8af;
}
.part-1 .award-list li:nth-child(2n+1).default .tag, .part-1 .award-list li:nth-child(2n+1).locked .tag {
  display: block;
}
.part-1 .award-list li:nth-child(2n+1) .img-box {
  width: 2.08rem;
  height: 2.48rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/award_bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-1 .award-list li:nth-child(2n+1) .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.19rem;
  height: 2.59rem;
  margin-left: -0.06rem;
  margin-top: -0.06rem;
  z-index: 2;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/award_bd3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-1 .award-list li:nth-child(2n+1) .tag {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.14rem;
  height: 0.26rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0.26rem 100%);
  background-color: #00dcaf;
  padding-left: 0.3rem;
  line-height: 0.26rem;
  font-size: 0.18rem;
  color: #fff;
}
.part-1 .award-list li.active .award-name, .part-1 .award-list li.received .award-name {
  display: block;
}
.part-1 .award-list li.active .btn-receive, .part-1 .award-list li.received .btn-receive {
  display: block;
}
.part-1 .award-list li.received .btn-receive {
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/btn2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  color: #fff7e9;
  pointer-events: none;
}
.part-1 .award-list li .btn-receive {
  display: block;
  width: 2.19rem;
  height: 0.55rem;
  margin-top: 0.12rem;
  font-size: 0.22rem;
  line-height: 0.55rem;
  margin-left: -0.06rem;
  text-align: center;
  color: #162424;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/btn1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-1 .award-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.part-1 .award-list li .award-name {
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  font-size: 0.18rem;
  line-height: 0.22rem;
  width: 100%;
  color: #d7d1c7;
  text-align: center;
}
.part-1 .award-list .img-box {
  position: relative;
  width: 2.08rem;
  height: 2.48rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/award_bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-1 .award-list .img-box .award-name {
  display: none;
}
.part-1 .award-list .img-box .default {
  display: block;
}
.part-1 .award-list .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/award_bd1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-1 .open-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.95rem;
  height: 0.46rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/open_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  background-size: 4.21rem 0.46rem;
  background-position: right top;
  margin: 0.25rem auto 0;
}
.part-1 .open-box .btn-open {
  width: 2.6rem;
  height: 100%;
  line-height: 0.46rem;
  background-color: #00dcaf;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #162424;
  clip-path: polygon(0 0, 100% 0, 100% 0.34rem, 2.48rem 100%, 0 100%);
}
.part-1 .open-box .btn-open.gray {
  pointer-events: none;
  color: #b0b1b4;
  background-color: #737373;
}
.part-1 .open-box .num {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.36rem;
  line-height: 0.46rem;
  color: #162424;
  font-size: 0.2rem;
}
.part-1 .open-box .num span {
  color: #00dcaf;
  font-family: "din-bold";
}
.part-1 .line {
  margin-top: 0.32rem;
}

.part-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.46rem;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
}
.part-tit::after {
  content: "";
  width: 4.85rem;
  height: 0.27rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/line2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  margin-top: 0.12rem;
}

.part-2 {
  height: 12.16rem;
}
.part-2 .award-container {
  margin-top: 0.24rem;
}
.part-2 .award-box {
  width: 6.8rem;
  margin: 0 auto;
}
.part-2 .award-box .award {
  width: 100%;
  height: 3.83rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/award.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-2 .award-box .btn-award-detail {
  width: 3.27rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.62rem;
  background-color: #00dcaf;
  clip-path: polygon(0 0, 100% 0, 100% 0.49rem, 3.14rem 100%, 0 100%);
  font-size: 0.22rem;
  color: #162424;
  font-weight: bold;
  margin: 0.22rem auto 0;
}
.part-2 .award-box .btn-award-detail::before {
  content: "";
  width: 0.24rem;
  height: 0.19rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/icon1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  margin-right: 0.1rem;
}
.part-2 .blind-bag-box {
  width: 6.82rem;
  margin: 0.48rem auto 0;
}
.part-2 .blind-bag-box .blind-swiper {
  position: relative;
  width: 6.82rem;
  height: 3.85rem;
}
.part-2 .blind-bag-box .blind-swiper .blind-button-prev,
.part-2 .blind-bag-box .blind-swiper .blind-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.23rem;
  height: 0.37rem;
  z-index: 3;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/arrow1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-2 .blind-bag-box .blind-swiper .blind-button-prev {
  left: -0.26rem;
}
.part-2 .blind-bag-box .blind-swiper .blind-button-next {
  right: -0.26rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.part-2 .blind-bag-box .swiper {
  width: 100%;
  height: 100%;
}
.part-2 .blind-bag-box .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/img_bd1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-2 .blind-bag-box .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.part-2 .blind-bag-box .blind-pagination {
  position: absolute;
  bottom: 0.21rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 22;
}
.part-2 .blind-bag-box .blind-pagination .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.26rem;
  background-color: #909288;
  opacity: 1 !important;
  border-radius: 0 !important;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  margin: 0 0.06rem;
}
.part-2 .blind-bag-box .blind-pagination .swiper-pagination-bullet-active {
  background-color: #00dcaf;
}
.part-2 .blind-bag-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.part-2 .blind-bag-box .name {
  position: absolute;
  top: 0.02rem;
  left: 0.02rem;
  height: 0.43rem;
  line-height: 0.43rem;
  padding-left: 0.14rem;
  padding-right: 0.45rem;
  color: #fff7e9;
  font-size: 0.2rem;
  background-color: #00dcaf;
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.42rem) 100%, 0 100%);
}
.part-2 .blind-bag-box .limit-edit {
  position: absolute;
  top: 0.02rem;
  right: 0.02rem;
  width: 1.86rem;
  height: 0.43rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.42rem;
  background-color: #00dcaf;
  color: #fff7e9;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0.42rem 100%);
}
.part-2 .blind-bag-box .limit-edit .txt1 {
  font-size: 0.18rem;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.part-2 .blind-bag-box .limit-edit .num {
  font-size: 0.49rem;
  line-height: 1;
  font-family: "tungsten-semibold";
}
.part-2 .blind-bag-box .limit-edit .txt2 {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  padding-left: 0.08rem;
}
.part-2 .blind-bag-box .btn-open-bag {
  display: block;
  width: 3.27rem;
  height: 0.62rem;
  line-height: 0.62rem;
  text-align: center;
  background-color: #00dcaf;
  clip-path: polygon(0 0, 100% 0, 100% 0.49rem, 3.14rem 100%, 0 100%);
  font-size: 0.22rem;
  color: #162424;
  font-weight: bold;
  margin: 0.22rem auto 0;
}
.part-2 .blind-bag-box .open-tips {
  margin-top: 0.17rem;
  text-align: center;
  font-size: 0.18rem;
  line-height: 1;
  color: #162424;
}
.part-2 .line {
  margin-top: 0.25rem;
}

.part-3 {
  height: 40.11rem;
}
.part-3 .task-list {
  margin-top: 0.48rem;
}
.part-3 .task-list li {
  overflow: hidden;
  position: relative;
  width: 6.82rem;
  height: 2.94rem;
  margin-bottom: 0.21rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/task_bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-3 .task-list li:last-child {
  margin-bottom: 0;
}
.part-3 .task-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/img_bd2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-3 .task-list li.finished .tag {
  background-color: #6f717a;
}
.part-3 .task-list li .task-name {
  font-size: 0.28rem;
  margin-top: 0.3rem;
  color: #d7d1c7;
  padding-left: 0.82rem;
  padding-right: 0.6rem;
  position: relative;
}
.part-3 .task-list li .task-name::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.5rem;
  width: 0.19rem;
  height: 0.16rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/icon2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-3 .task-list li .limit-txt {
  font-size: 0.2rem;
  color: rgba(215, 209, 199, 0.5);
  padding-left: 0.5rem;
  padding-right: 0.6rem;
}
.part-3 .task-list .tag {
  position: absolute;
  top: 0.02rem;
  right: 0.02rem;
  width: 1.28rem;
  height: 0.3rem;
  background-color: #00dcaf;
  padding-left: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  color: #fff7e9;
  font-size: 0.2rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0.3rem 100%);
}
.part-3 .task-list .task-progress {
  overflow: hidden;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.22rem;
  height: 1.42rem;
  background-color: #1f262b;
  clip-path: polygon(0 0, 100% 0, 100% 1.24rem, 6.04rem 100%, 0 100%);
  padding: 0 0.22rem;
}
.part-3 .task-list .progress-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.24rem;
  line-height: 1;
  color: #d7d1c7;
  margin-top: 0.1rem;
}
.part-3 .task-list .progress-bar {
  width: 100%;
  height: 0.06rem;
  background-color: #111619;
  margin-top: 0.15rem;
  position: relative;
}
.part-3 .task-list .progress-bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #00dcaf;
}
.part-3 .task-list .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.27rem;
  height: 0.47rem;
}
.part-3 .task-list .award {
  position: relative;
  width: 2.48rem;
  height: 0.47rem;
  line-height: 0.47rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.02rem solid #00dcaf;
}
.part-3 .task-list .award::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.18rem;
  height: 0.45rem;
  background-color: #00dcaf;
  clip-path: polygon(0 0, 100% 0, 0.72rem 100%, 0 100%);
}
.part-3 .task-list .award span {
  position: relative;
  z-index: 2;
  padding-left: 0.26rem;
  line-height: 0.47rem;
  color: #000;
  font-size: 0.24rem;
}
.part-3 .task-list .award em {
  font-style: normal;
  margin-left: 0.5rem;
  line-height: 0.47rem;
  color: #d7d1c7;
  font-size: 0.24rem;
}
.part-3 .task-list .btn-lq {
  width: 1.64rem;
  height: 0.47rem;
  line-height: 0.47rem;
  text-align: center;
  font-size: 0.28rem;
  color: #fff7e9;
  background-color: #6f717a;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% 0.36rem, 1.54rem 100%, 0 100%);
}
.part-3 .task-list .btn-lq.disabled {
  pointer-events: none;
}
.part-3 .task-list .btn-lq.active {
  color: #000;
  pointer-events: auto;
  background-color: #00dcaf;
}
.part-3 .line {
  margin-top: 0.58rem;
}

.part-4 .part-tit {
  font-size: 0.62rem;
  font-family: "tungsten-bold";
}
.part-4 .part-tit::after {
  content: "";
  width: 6.07rem;
  height: 0.27rem;
  margin-top: 0.25rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/line3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-4 ul {
  width: 100%;
  margin-top: 0.5rem;
}
.part-4 ul li {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 0.38rem;
  margin-bottom: 0.38rem;
}
.part-4 ul li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 6.78rem;
  height: 0.08rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/line3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.part-4 ul li i {
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 0.19rem;
  height: 0.19rem;
  background-color: #00dcaf;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.part-4 ul li .q {
  margin-bottom: 0.14rem;
}
.part-4 ul li p {
  padding-left: 0.4rem;
  font-size: 0.2rem;
  color: #162424;
  line-height: 0.26rem;
}

.dialog .dia-close {
  position: absolute;
  right: 0;
  top: -0.7rem;
  width: 0.52rem;
  height: 0.51rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/dia-close.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dialog .dia-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.57rem;
  font-size: 0.42rem;
  font-weight: bold;
  margin-top: 0.42rem;
}
.dialog .dia-tit::before, .dialog .dia-tit::after {
  content: "";
  width: 0.1rem;
  height: 0.57rem;
  margin: 0 0.27rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/title_after2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dialog .dia-tit::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dialog .dialog-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dialog .btn1 {
  display: block;
  width: 2.85rem;
  height: 0.73rem;
  line-height: 0.73rem;
  text-align: center;
  font-size: 0.28rem;
  color: #162424;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/btn1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  margin: 0.2rem auto 0;
}
.dialog .btn1.gray {
  color: #fff7e9;
  pointer-events: none;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/btn2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dialog .btn2,
.dialog .btn3 {
  width: 2.22rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.28rem;
  clip-path: polygon(0 0, 100% 0, 100% 0.44rem, 2.06rem 100%, 0 100%);
}
.dialog .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.36rem auto 0;
}
.dialog .btn-box a {
  margin: 0 0.17rem;
}
.dialog .btn2 {
  color: #fff7e9;
  background-color: #162424;
}
.dialog .btn3 {
  color: #162424;
  background-color: #00dcaf;
}

.dia-select-award {
  width: 6.82rem;
  height: 8.24rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/dia4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dia-select-award .select-list {
  width: 6.2rem;
  height: 5.84rem;
  padding-top: 0.06rem;
  padding-left: 0.06rem;
  padding-right: 0.14rem;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 0.22rem;
  margin-left: 0.27rem;
  gap: 0.12rem 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dia-select-award .select-list::-webkit-scrollbar {
  width: 0.04rem;
}
.dia-select-award .select-list::-webkit-scrollbar-track {
  background-color: #030507;
}
.dia-select-award .select-list::-webkit-scrollbar-thumb {
  background-color: #00dcaf;
}
.dia-select-award .select-list li {
  position: relative;
  width: 1.89rem;
  height: 2.38rem;
  cursor: pointer;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/select_bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dia-select-award .select-list li.on {
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/select_bg3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  pointer-events: none;
}
.dia-select-award .select-list li.on img {
  -webkit-filter: grayscale(1.1);
          filter: grayscale(1.1);
}
.dia-select-award .select-list li.on .award-name {
  color: #52595d;
}
.dia-select-award .select-list li.active {
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/select_bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dia-select-award .select-list li.active .award-name {
  color: #162424;
}
.dia-select-award .select-list li.active::after {
  opacity: 1;
}
.dia-select-award .select-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dia-select-award .select-list li .award-name {
  position: absolute;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #d7d1c7;
  text-align: center;
  bottom: 0.1rem;
}
.dia-select-award .select-list li::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: -0.06rem;
  left: -0.06rem;
  width: 1.99rem;
  height: 2.49rem;
  pointer-events: none;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/select_bd.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}

.dia-confirm-award {
  width: 6.82rem;
  height: 5.14rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/dia2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dia-confirm-award .img-box {
  position: relative;
  width: 1.89rem;
  height: 2.38rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/select_bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  margin: 0.38rem auto 0;
}
.dia-confirm-award .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dia-confirm-award .img-box::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: -0.06rem;
  left: -0.06rem;
  width: 1.99rem;
  height: 2.49rem;
  pointer-events: none;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/select_bd.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dia-confirm-award .award-name {
  position: absolute;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #162424;
  text-align: center;
  bottom: 0.1rem;
}

.dia-confirm {
  width: 6.82rem;
  height: 3.94rem;
  background-image: url("//game.gtimg.cn/images/val/act/a20260601valact/m/dia3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.dia-confirm .confirm-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.44rem;
  font-size: 0.24rem;
  color: #1c243a;
  width: 90%;
  margin: 0.31rem auto 0;
}
.dia-confirm .btn-box {
  margin-top: 0.2rem;
}