@charset "UTF-8";
.popup-rule .rule-content::-webkit-scrollbar-track {
  background-color: #bdbdbd;
}
.popup-rule .rule-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.popup-rule .rule-content::-webkit-scrollbar-thumb {
  background-color: #fff;
}

/* 自定义弹窗 */
.dialog {
  display: none;
}

#dialog-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  display: none;
  z-index: 1002;
}

#dialog-wrapper .dialog-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
  backdrop-filter: blur(2px);
}

#dialog-wrapper .popup {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup {
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.popup *,
.popup ::before,
.popup ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.popup .popup-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 45px 50px;
}

.body-popup-mask {
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
}

.body-popup-mask *, .body-popup-mask ::before, .body-popup-mask ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.body-popup-mask .popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-close {
  position: absolute;
  z-index: 3;
  width: 67px;
  height: 67px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/popup-close.png");
}

.popup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 46px;
  line-height: 1;
  text-align: center;
}
.popup-title span {
  position: relative;
  padding: 0 122px;
  font-family: "xh-eb";
  font-size: 51px;
  letter-spacing: -4px;
  color: #000;
}
.popup-title span::before, .popup-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 102px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.popup-title span::before {
  left: 0;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/popup-title-left.png");
}
.popup-title span::after {
  right: 0;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/popup-title-right.png");
}

.popup-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.popup-tips.spacing span {
  letter-spacing: 2px;
}
.popup-tips.spacing i {
  letter-spacing: 0px;
}
.popup-tips span {
  position: relative;
  line-height: 1;
  padding: 0 34px;
  color: #000;
}
.popup-tips span::before, .popup-tips span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 19px;
  height: 11px;
  background-color: #000;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.popup-tips span::before {
  left: 0;
  -webkit-mask-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/base-tips-left-mask.png");
          mask-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/base-tips-left-mask.png");
}
.popup-tips span::after {
  right: 0;
  -webkit-mask-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/base-tips-right-mask.png");
          mask-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/base-tips-right-mask.png");
}
.popup-tips i {
  font-style: normal;
  color: #ffeb1a;
}

/*** 通用提示 ***/
.popup-toast {
  width: 921px;
  height: 799px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/popup-prop.png");
}
.popup-toast .popup-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 120px 0px;
}
.popup-toast .toast-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  line-height: 40px;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #2d3b56;
}
.popup-toast .toast-desc.full {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 70px;
}
.popup-toast .btn-back {
  position: absolute;
  bottom: 79px;
  left: 290px;
  width: 345px;
  height: 96px;
  font-size: 0;
  text-indent: -999em;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/login-back.png");
}

/*** 选择角色 ***/
.popup-select {
  width: 926px;
  height: 1201px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/popup-select.png");
}
.popup-select .icon-back {
  position: absolute;
  top: 189px;
  right: 84px;
  width: 83px;
  height: 85px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/icon-back.png");
}
.popup-select .role-rule {
  position: absolute;
  top: 320px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  color: #452828;
}
.popup-select .role-rule p + p {
  margin-top: 20px;
}
.popup-select .role-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 280px;
  left: 85px;
  width: 754px;
  padding-top: 86px;
}
.popup-select .role-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 365px;
  height: 59px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/role-choose.png");
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.popup-select .role-list::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: -28px;
  width: 83px;
  height: 77px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/role-adorn.png");
}
.popup-select .role-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 236px;
  height: 291px;
  padding-top: 30px;
  font-size: 30px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/role-item.png");
  -webkit-filter: drop-shadow(4px 8px 0 rgba(149, 151, 182, 0.36));
          filter: drop-shadow(4px 8px 0 rgba(149, 151, 182, 0.36));
  cursor: pointer;
}
.popup-select .role-list li.active {
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/role-item-active.png");
}
.popup-select .role-list .image {
  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;
  position: relative;
  width: 136px;
  height: 179px;
  overflow: hidden;
}
.popup-select .role-list .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-select .role-list .desc {
  position: relative;
  width: 100%;
  line-height: 1.2;
  margin-top: 5px;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  color: #452828;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.popup-select .role-desc {
  position: absolute;
  bottom: 210px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-size: 28px;
  text-align: center;
  color: #452828;
}
.popup-select .btn-go {
  position: absolute;
  bottom: 78px;
  left: 289px;
  width: 345px;
  height: 97px;
  font-size: 0;
  text-indent: -999em;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/btn-go.png");
}

/*** 游戏暂停 ***/
.popup-pause {
  width: 100%;
  height: 100%;
}
.popup-pause .popup-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-pause .pause-slogan {
  position: relative;
  width: 444px;
  height: 123px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/pause-slogan.png");
}
.popup-pause .btn-continue,
.popup-pause .btn-restart,
.popup-pause .btn-home {
  position: relative;
  width: 342px;
  height: 91px;
  font-size: 0;
  text-indent: -999em;
}
.popup-pause .btn-continue {
  margin-top: 80px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/btn-continue.png");
}
.popup-pause .btn-restart {
  margin-top: 40px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/btn-restart.png");
}
.popup-pause .btn-home {
  margin-top: 40px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/btn-home.png");
}

/*** 游戏结束 ***/
.popup-end {
  width: 922px;
  height: 1172px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/popup-end.png");
}
.popup-end .end-poster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 433px;
  left: 89px;
  width: 760px;
  height: 571px;
  padding-top: 22px;
  padding-right: 7px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-poster.png");
}
.popup-end .end-poster::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-poster-border.png");
}
.popup-end .end-poster img {
  display: block;
  width: 712px;
  height: 524px;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-end .end-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 754px;
  left: 86px;
  width: 758px;
  height: 160px;
  padding-bottom: 20px;
  padding-left: 30px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-score.png");
}
.popup-end .combo-number-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 106px;
  left: 530px;
  width: 250px;
  height: 100px;
  padding-bottom: 20px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/combo-number-panel.png");
}
.popup-end .combo-number-panel .combo-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.popup-end .award-tips {
  position: absolute;
  bottom: 220px;
  left: 320px;
  width: 302px;
  height: 56px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-award-tips.png");
}
.popup-end .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 723px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.popup-end .btn-restart,
.popup-end .btn-home {
  position: relative;
  width: 264px;
  height: 83px;
  margin-right: 24px;
  font-size: 0;
  text-indent: -999em;
}
.popup-end .btn-restart {
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-restart.png");
}
.popup-end .btn-home {
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-home.png");
}
.popup-end .btn-share {
  position: relative;
  width: 192px;
  height: 83px;
  font-size: 0;
  text-indent: -999em;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-share.png");
}
.popup-end .score-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-end .end-score-digit {
  display: inline-block;
  height: 81px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/digit/digit-end-score.png");
  background-size: 64px 891px;
}
.popup-end .end-score-digit.end-score-digit-0 {
  width: 58px;
  background-position: 0 0;
}
.popup-end .end-score-digit.end-score-digit-1 {
  width: 42px;
  background-position: 0 -81px;
}
.popup-end .end-score-digit.end-score-digit-2 {
  width: 58px;
  background-position: 0 -162px;
}
.popup-end .end-score-digit.end-score-digit-3 {
  width: 58px;
  background-position: 0 -243px;
}
.popup-end .end-score-digit.end-score-digit-4 {
  width: 58px;
  background-position: 0 -324px;
}
.popup-end .end-score-digit.end-score-digit-5 {
  width: 58px;
  background-position: 0 -405px;
}
.popup-end .end-score-digit.end-score-digit-6 {
  width: 58px;
  background-position: 0 -486px;
}
.popup-end .end-score-digit.end-score-digit-7 {
  width: 58px;
  background-position: 0 -567px;
}
.popup-end .end-score-digit.end-score-digit-8 {
  width: 58px;
  background-position: 0 -648px;
}
.popup-end .end-score-digit.end-score-digit-9 {
  width: 58px;
  background-position: 0 -729px;
}
.popup-end .end-score-digit.end-score-digit-unit {
  width: 64px;
  background-position: 0 -810px;
}
.popup-end .combo-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-end .end-combo-digit {
  display: inline-block;
  height: 29px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.popup-end .end-combo-digit.end-combo-digit-0 {
  width: 22px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-combo-0.png");
}
.popup-end .end-combo-digit.end-combo-digit-1 {
  width: 17px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-combo-1.png");
}
.popup-end .end-combo-digit.end-combo-digit-2 {
  width: 22px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-combo-2.png");
}
.popup-end .end-combo-digit.end-combo-digit-3 {
  width: 21px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-combo-3.png");
}
.popup-end .end-combo-digit.end-combo-digit-4 {
  width: 23px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-combo-4.png");
}
.popup-end .end-combo-digit.end-combo-digit-5 {
  width: 20px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-combo-5.png");
}
.popup-end .end-combo-digit.end-combo-digit-6 {
  width: 22px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-combo-6.png");
}
.popup-end .end-combo-digit.end-combo-digit-7 {
  width: 21px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-combo-7.png");
}
.popup-end .end-combo-digit.end-combo-digit-8 {
  width: 22px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-combo-8.png");
}
.popup-end .end-combo-digit.end-combo-digit-9 {
  width: 22px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-combo-9.png");
}
.popup-end .end-combo-digit.end-combo-unit {
  width: 125px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/end-combo-unit.png");
}

/*** 冒险记录 ***/
.popup-record {
  width: 926px;
  height: 1201px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/popup-record.png");
}
.popup-record .record-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 306px;
  left: 73px;
  width: 776px;
}
.popup-record .record-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 245px;
  height: 546px;
  padding-top: 177px;
}
.popup-record .record-list li:nth-of-type(1) {
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/record-bg-1.png");
}
.popup-record .record-list li:nth-of-type(2) {
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/record-bg-2.png");
}
.popup-record .record-list li:nth-of-type(3) {
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/record-bg-3.png");
}
.popup-record .record-list .image {
  position: relative;
  width: 200px;
  height: 151px;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-left: 5px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/record-poster.png");
}
.popup-record .record-list .image::before {
  content: "";
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/icon-x.png");
  background-size: 31px 44px;
  background-position: center;
}
.popup-record .record-list .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/record-poster-border.png");
}
.popup-record .record-list .image.active::before {
  display: none;
}
.popup-record .record-list .image img {
  display: block;
  width: 189px;
  height: 139px;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-record .record-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 235px;
  left: 89px;
  width: 746px;
  height: 47px;
  padding-left: 16px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/record-progress.png");
}
.popup-record .progress-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.popup-record .progress-list li {
  position: relative;
  width: 99px;
  height: 21px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-mask-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/record-progress-mask.png");
          mask-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/record-progress-mask.png");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.popup-record .progress-list li.active {
  background-color: #ff8000;
}
.popup-record .progress-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.popup-record .progress-digit {
  display: inline-block;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.popup-record .progress-digit.progress-digit-0 {
  width: 18px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/progress-0.png");
}
.popup-record .progress-digit.progress-digit-1 {
  width: 13px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/progress-1.png");
}
.popup-record .progress-digit.progress-digit-2 {
  width: 19px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/progress-2.png");
}
.popup-record .progress-digit.progress-digit-3 {
  width: 18px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/progress-3.png");
}
.popup-record .progress-digit.progress-digit-4 {
  width: 18px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/progress-4.png");
}
.popup-record .progress-digit.progress-digit-5 {
  width: 19px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/progress-5.png");
}
.popup-record .progress-digit.progress-digit-6 {
  width: 18px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/progress-6.png");
}
.popup-record .progress-digit.progress-digit-7 {
  width: 19px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/progress-7.png");
}
.popup-record .progress-digit.progress-digit-8 {
  width: 18px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/progress-8.png");
}
.popup-record .progress-digit.progress-digit-9 {
  width: 19px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/progress-9.png");
}
.popup-record .progress-digit.progress-unit {
  width: 17px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/progress-unit.png");
}
.popup-record .record-tips {
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  color: #452828;
}
.popup-record .btn-back {
  position: absolute;
  bottom: 79px;
  left: 290px;
  width: 345px;
  height: 96px;
  font-size: 0;
  text-indent: -999em;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/btn-back.png");
}

/*** 大图预览 ***/
.popup-image-preview {
  width: 859px;
}
.popup-image-preview .popup-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.popup-image-preview .preview-image {
  position: relative;
  width: 859px;
  padding: 18px;
  background-color: #fbfaf8;
}
.popup-image-preview .preview-image::after {
  content: "";
  position: absolute;
  top: -34px;
  right: -48px;
  width: 116px;
  height: 104px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/preview-adorn.png");
}
.popup-image-preview .preview-image img {
  display: block;
  width: 100%;
  height: auto;
}
.popup-image-preview .preview-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 807px;
  height: 319px;
  margin-top: 40px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/preview-tool.png");
}
.popup-image-preview .preview-caption {
  line-height: 1;
  font-weight: bold;
  font-size: 38px;
  color: #2d3b56;
  text-align: center;
}
.popup-image-preview .btn-back {
  width: 345px;
  height: 96px;
  margin-top: 40px;
  font-size: 0;
  text-indent: -999em;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/login-back.png");
}

/*** 活动规则 ***/
.popup-rule {
  width: 956px;
  height: 1132px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/popup-rule.png");
}
.popup-rule .popup-body {
  padding: 225px 120px 120px;
}
.popup-rule .popup-close {
  top: 132px;
  right: 105px;
}
.popup-rule .rule-content {
  position: relative;
  height: 800px;
  margin-right: -38px;
  padding-right: 38px;
  overflow-y: auto;
}
.popup-rule .rule-group + .rule-group {
  margin-top: 25px;
}
.popup-rule .rule-title {
  position: relative;
  line-height: 38px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 32px;
  color: #452828;
}
.popup-rule .rule-desc {
  line-height: 38px;
  padding-left: 20px;
  font-size: 32px;
  color: #452828;
}
.popup-rule .rule-desc p + p {
  margin-top: 10px;
}
.popup-rule .rule-desc span {
  color: #ff8000;
}
.popup-rule .rule-desc + .rule-title {
  margin-top: 20px;
}
.popup-rule .probability-table {
  position: relative;
  width: 100%;
  margin: 15px auto;
  font-size: 20px;
  color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}
.popup-rule .probability-table thead {
  background-color: rgba(255, 255, 255, 0.2);
}
.popup-rule .probability-table td {
  line-height: 1.5;
  padding: 5px 10px;
  border: 1px solid #f5f5f5;
}
.popup-rule .probability-table td span {
  color: #fff;
}

/*** 活动奖励 ***/
.popup-award {
  width: 926px;
  height: 1367px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/popup-award.png");
}
.popup-award .icon-back {
  position: absolute;
  top: 189px;
  right: 84px;
  width: 83px;
  height: 85px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/icon-back.png");
}
.popup-award .award-list {
  position: absolute;
  top: 375px;
  left: 101px;
}
.popup-award .award-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 730px;
  height: 130px;
  padding: 0 41px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/award-bg.png");
}
.popup-award .award-list li:not(:first-of-type) {
  margin-top: 50px;
}
.popup-award .award-list li::before {
  content: "";
  position: absolute;
  top: 29px;
  right: 34px;
  z-index: 2;
  width: 167px;
  height: 68px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/icon-get.png");
}
.popup-award .award-list li.active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-mask-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/award-bg.png");
          mask-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/award-bg.png");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.popup-award .award-list li.active::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 31px;
  z-index: 2;
  width: 192px;
  height: 120px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/icon-got.png");
}
.popup-award .award-list .image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  width: 90px;
  height: 85px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/award-image.png");
  -webkit-mask-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/award-image-mask.png");
          mask-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/award-image-mask.png");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.popup-award .award-list .image + .image {
  margin-left: 24px;
}
.popup-award .award-list .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-award .award-list .name {
  max-width: 400px;
  line-height: 38px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 24px;
  color: #452828;
}
.popup-award .award-list .tag {
  position: absolute;
  top: -35px;
  left: -19px;
  z-index: 2;
  width: 123px;
  height: 66px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/award-tag.png");
}
.popup-award .award-list .tag span {
  position: absolute;
  top: 18px;
  left: 30px;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  color: #343399;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.popup-award .award-tips {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #452828;
}

/*** 选择角色 ***/
.popup-detail {
  width: 922px;
  height: 1464px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/popup-detail.png");
}
.popup-detail .icon-back {
  position: absolute;
  top: 189px;
  right: 84px;
  width: 83px;
  height: 85px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/icon-back.png");
}
.popup-detail .btn-read {
  position: absolute;
  bottom: 52px;
  left: 294px;
  width: 345px;
  height: 97px;
  font-size: 0;
  text-indent: -999em;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/btn-read.png");
}

/*** 登录平台选择 ***/
.popup-login {
  width: 921px;
  height: 842px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/popup-login.png");
}
.popup-login .login-title {
  position: absolute;
  top: 251px;
  left: 318px;
  width: 290px;
  height: 80px;
  font-size: 0;
  text-indent: -999em;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/login-title.png");
}
.popup-login .login-list {
  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;
  position: absolute;
  top: 367px;
  left: 187px;
}
.popup-login .login-qq {
  width: 213px;
  height: 257px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/login-qq.png");
  cursor: pointer;
}
.popup-login .login-qq:hover {
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/login-qq-active.png");
}
.popup-login .login-wx {
  width: 213px;
  height: 257px;
  margin-left: 129px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/login-wx.png");
  cursor: pointer;
}
.popup-login .login-wx:hover {
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/login-wx-active.png");
}
.popup-login .btn-back {
  position: absolute;
  bottom: 79px;
  left: 290px;
  width: 345px;
  height: 96px;
  font-size: 0;
  text-indent: -999em;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/login-back.png");
}

/*** 获得奖励 ***/
.popup-prop {
  width: 921px;
  height: 799px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/popup-prop.png");
}
.popup-prop .login-title {
  position: absolute;
  top: 251px;
  left: 318px;
  width: 290px;
  height: 80px;
  font-size: 0;
  text-indent: -999em;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/login-title.png");
}
.popup-prop .prop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 258px;
  left: 0;
  width: 100%;
}
.popup-prop .prop-list li {
  width: 186px;
}
.popup-prop .prop-list li:not(:first-of-type) {
  margin-left: 58px;
}
.popup-prop .prop-list li img {
  display: block;
  width: 100%;
}
.popup-prop .prop-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 180px;
  left: 0;
  width: 100%;
  height: 150px;
  line-height: 48px;
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  color: #2d3b56;
}
.popup-prop .btn-back {
  position: absolute;
  bottom: 70px;
  left: 290px;
  width: 345px;
  height: 96px;
  font-size: 0;
  text-indent: -999em;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/login-back.png");
}

/*** 通用提示 ***/
.popup-logout {
  width: 921px;
  height: 647px;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/popup-logout.png");
}
.popup-logout .popup-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 120px 40px;
}
.popup-logout .logout-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  line-height: 40px;
  font-weight: bold;
  font-size: 44px;
  text-align: center;
  color: #2d3b56;
}
.popup-logout .logout-desc.full {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 70px;
}
.popup-logout .btn-logout {
  position: absolute;
  bottom: 122px;
  left: 109px;
  width: 330px;
  height: 93px;
  font-size: 0;
  text-indent: -999em;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/btn-logout.png");
}
.popup-logout .btn-back {
  position: absolute;
  bottom: 122px;
  left: 488px;
  width: 330px;
  height: 93px;
  font-size: 0;
  text-indent: -999em;
  background-image: url("https://game.gtimg.cn/images/nikke/cp/a20260706nikke/logout-back.png");
}