@charset "UTF-8";
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
b,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-weight: 400;
  font-style: normal;
}

li,
ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:after,
q:before {
  content: "";
}

abbr,
acronym {
  border: 0;
}

strong,
th {
  font-weight: 700;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

button,
input,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input:focus,
textarea:focus {
  outline: 0;
}

body,
html {
  overflow: hidden;
  -webkit-user-drag: none;
}

body {
  font: 12px "Microsoft YaHei", "微软雅黑", "LoL Display", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  background-color: #000;
}

@font-face {
  font-family: sellnum-1;
  src: url("//game.gtimg.cn/images/lol/common/sell/font/sellnum-1.eot");
  src: url("//game.gtimg.cn/images/lol/common/sell/font/sellnum-1.woff") format("woff"), url("//game.gtimg.cn/images/lol/common/sell/font/sellnum-1.ttf") format("truetype"), url("//game.gtimg.cn/images/lol/common/sell/font/sellnum-1.svg") format("svg");
}
.wrap {
  position: relative;
  width: 1055px;
  height: 720px;
  display: block;
  overflow: hidden;
}

.wrap::before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(37.49%, #010a13), color-stop(93.77%, rgba(1, 10, 19, 0)));
  background-image: linear-gradient(180deg, #010a13 37.49%, rgba(1, 10, 19, 0) 93.77%);
  width: 100%;
  height: 168px;
  display: none;
}

.subnav {
  position: absolute;
  z-index: 1000;
  top: 88px;
  left: 35px;
}

div {
  outline: 0;
}

.lottery-open-num {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/count-bg-0214.png") no-repeat center top/100%;
  width: 173px;
  height: 28px;
  padding-top: 6px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff6d6;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -86.5px;
  top: 52px;
}

.content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.content .inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-left: 214px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content .top-box {
  display: none;
}

.content .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1055px;
  height: 720px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  opacity: 1;
}

.content .bg .img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.content .bg .pic-m,
.content .bg .pic-pc {
  display: none;
}

.content .bg .bg1 {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/bg_1.jpg") no-repeat;
  background-size: cover;
}

.content .bg .bg2 {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/bg_2.jpg") no-repeat;
  background-size: cover;
}

.content .bg .bg3 {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/bg_3.jpg") no-repeat;
  background-size: cover;
}

.nav {
  width: 244px;
  height: 34px;
  position: absolute;
  top: 94px;
  right: 15px;
  z-index: 20;
}

.nav .nav-left {
  width: 110px;
  height: 100%;
  position: relative;
  z-index: 20;
}

.nav .nav-left .nav-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2px;
}

.nav .nav-left .nav-item {
  position: relative;
  cursor: pointer;
}

.nav-item:last-child {
  margin-right: 0;
}

.nav-icon:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.nav-text {
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  line-height: 16px;
  text-align: center;
  margin-top: 2px;
  font-size: 10px;
  color: #fbf8f0;
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
  font-weight: 700;
  opacity: 0;
}

.nav-item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.nav .nav-right {
  position: absolute;
  top: 2px;
  right: 0;
  width: 127px;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}

.nav-nums {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 33px;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.nav-nums p {
  height: 100%;
  font-size: 14px;
  width: 50px;
  line-height: 34px;
  font-weight: 700;
  font-family: sellnum-1;
  color: #f0e6d2;
}

.icon-dh {
  width: 17px;
  height: 24.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/icon_diamond.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 2px;
  margin-right: 4px;
}

.num-dh {
  display: block;
  width: 80px;
  font-weight: 500;
}

.text-m {
  display: none;
}

.btn-subtract {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-subtract:after {
  content: "";
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -7px;
  background: #303245;
  pointer-events: none;
}

.btn-f5 {
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -7px;
}

.btn-f5.ani {
  -webkit-animation: aniRotation 0.5s ease-out 1;
  animation: aniRotation 0.5s ease-out 1;
  pointer-events: none;
}

@-webkit-keyframes aniRotation {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes aniRotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn-subtract:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.nav .nav-right .nav-shop {
  width: 136px;
  height: 104.5px;
  width: 155px;
  height: 109px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/lcu-spr.png");
  background-position: -235.5px 0;
  background-size: 474px 371.5px;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: 0;
}

.nav .nav-right .icon-shop {
  display: block;
  margin: 0 auto;
  width: 75.5px;
  height: 70.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/db_icon3.png") center no-repeat;
  background-size: contain;
}

.nav .nav-right .shop-name {
  text-align: center;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  color: #fff3d6;
  margin-top: -1px;
}

.nav .nav-right .shop-name span {
  font-family: sellnum-1;
  font-size: 16px;
  color: #ffe075;
  margin-left: 2px;
}

.nav .btn-exchangeshop {
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 109px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff6d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4px;
  width: 105px;
  height: 25px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/lcu-spr.png");
  background-position: -242.5px -150.5px;
  background-size: 474px 371.5px;
}

.nav .btn-exchangeshop:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.nav .nav-right .nav-buygift {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/lcb_img1.png") no-repeat center top/100%;
  width: 206.5px;
  height: 120.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: 0;
  margin-bottom: 13px;
  padding-top: 1px;
}

.nav .nav-right .nav-buygift:after {
  content: "";
  width: 20px;
  height: 13.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/jd_icon.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 126px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.nav .nav-right .nav-buygift .nav-buygift-hov {
  width: 344.5px;
  height: 203.5px;
  position: absolute;
  left: -339px;
  top: 0;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/lcb_img1_fc.png") no-repeat center top/100%;
  display: none;
}

.nav .nav-right .nav-buygift2 {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/lcb_img2.png") no-repeat center top/100%;
}

.nav .nav-right .nav-buygift2 .nav-buygift-hov {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/lcb_img2_fc.png") no-repeat center top/100%;
  top: -35px;
}

.nav .nav-right .nav-buygift3 {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/lcb_img3.png") no-repeat center top/100%;
}

.nav .nav-right .nav-buygift3 .nav-buygift-hov {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/lcb_img3_fc.png") no-repeat center top/100%;
  top: -85px;
}

.nav .nav-right .nav-buygift3:after {
  display: none;
}

.nav .nav-right .nav-buygift:hover .nav-buygift-hov {
  display: block;
}

.nav .nav-right .nav-buygift .nav-buygift-name {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 83px;
  font-size: 11px;
  color: #fff4da;
  line-height: 12px;
}

.nav .nav-right .nav-buygift .nav-buygift-hov-name {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 16px;
  font-size: 13px;
  color: #fff4da;
  line-height: 16px;
}

.nav .nav-right .nav-buygift .nav-buygift-count {
  width: 19px;
  height: 93px;
  color: #fdf0e4;
  font-size: 11px;
  position: absolute;
  right: 2px;
  top: 0;
  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;
  text-align: center;
  line-height: 1.2;
}

.nav .nav-right .nav-buygift .icon-buygift {
  display: block;
  margin: 8px auto 0;
  width: 81.5px;
  height: 76px;
  width: 74px;
  height: 67px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/lcu-spr.png");
  background-position: -395.5px -90px;
  background-size: 474px 371.5px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.nav .nav-right .nav-buygift .icon-buygift2 {
  width: 88.5px;
  height: 84px;
  width: 76px;
  height: 71px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/lcu-spr.png");
  background-position: -393.5px -7px;
  background-size: 474px 371.5px;
  -webkit-transform: translate(-6px, -6px);
          transform: translate(-6px, -6px);
}

.nav .nav-right .nav-buygift .nav-buygift-desc {
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  color: #fff3d6;
  margin-top: -1px;
}

.nav .nav-buygift-btn {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff6d6;
  width: 127.5px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/exchange-btn2-grey.png") no-repeat center top/100%;
  color: #fff6d6;
  pointer-events: none;
}

.nav .nav-buygift-btn .klq,
.nav .nav-buygift-btn .ylq {
  display: none;
}

.nav .nav-buygift-btn.klq {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/exchange-btn2.png") no-repeat center top/100%;
  color: #fff6d6;
  pointer-events: unset;
}

.nav .nav-buygift-btn.klq span {
  display: none;
}

.nav .nav-buygift-btn.klq .klq {
  display: block;
}

.nav .nav-buygift-btn.klq .ylq {
  display: none;
}

.nav .nav-buygift-btn.ylq span {
  display: none;
}

.nav .nav-buygift-btn.ylq .klq {
  display: none;
}

.nav .nav-buygift-btn.ylq .ylq {
  display: block;
}

.nav .nav-buygift-btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.mbtn {
  display: none !important;
}

.up-cont {
  position: absolute;
  bottom: 0;
  left: 420px;
  width: 526.5px;
  z-index: 2;
  display: none !important;
}

.up-cont .btn-exchangeshop2 {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 58px;
  width: 120px;
  height: 37px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/exchange_btn2.png") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  font-size: 0;
}

.up-cont .up-text {
  width: 526.5px;
  height: 79px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/up-txt.png") no-repeat center top;
  background-size: 100% 100%;
  margin: 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffefcb;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  left: 50%;
  top: 92px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
}

.up-cont .up-text b {
  font-weight: 700;
  color: #fff045;
}

.up-cont .up-text span {
  color: #fff045;
}

.up-cont .up-pic {
  width: 526.5px;
  height: 234.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/up-pic.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.up-cont::before {
  display: block;
  content: "";
  width: 561px;
  height: 301px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/up-mask-bg.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -99px;
  top: 4px;
}

.up-cont .up-pic::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/icon_checked1.png"), url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/icon_checked2.png");
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.lottery-cont {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lottery-cont.zix {
  z-index: 30;
}

.lottery-cont .lottery-text {
  display: none;
}

.slogan-cont {
  position: absolute;
  width: 325px;
  height: 110px;
  left: 15.5px;
  top: 18px;
  z-index: 3;
}

.lottery-cont .slogan {
  font-size: 0;
  position: absolute;
  width: 526.5px;
  height: 181px;
  top: -30px;
  left: -140px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/title.png") no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  -webkit-transform-origin: 30% 20%;
          transform-origin: 30% 20%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.lottery-cont .slogan-text {
  position: absolute;
  top: 100px;
  left: 0;
  font-size: 12.5px;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  z-index: 2;
  text-shadow: 0 0 8px rgba(46, 27, 66, 0.56);
}

.lottery-cont .slogan-text .slogan-text-desc {
  font-weight: 700;
  width: 120%;
}

.lottery-cont .slogan-text .slogan-text-desc span {
  font-weight: 700;
  color: #00ecfc;
}

.lottery-cont .time-txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 14px;
  line-height: 14px;
  padding-left: 20px;
  color: #fffdfe;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/slogan-i.png") no-repeat;
  background-size: 14px 14px;
  background-position: left center;
  -webkit-filter: drop-shadow(0 0 10.5px rgba(0, 0, 0, 0.61));
          filter: drop-shadow(0 0 10.5px rgba(0, 0, 0, 0.61));
}

.lottery-cont .time-txt span {
  color: #fff;
}

.lottery-cont .time-txt b {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
}

.lottery-cont .lottery-box {
  position: absolute;
  width: 142.5px;
  height: 121px;
  top: 412px;
  left: 354px;
  pointer-events: none;
}

.lottery-cont .lottery-bx {
  position: absolute;
  top: -28px;
  left: -68px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/sequence/bx2.png") no-repeat center top/100%;
  width: 232.5px;
  height: 214px;
  z-index: 1;
  pointer-events: none;
}

.lottery-box video {
  display: none !important;
}

.lottery-cont .lottery-btns {
  position: absolute;
  z-index: 4;
  left: 50%;
  margin-left: -313px;
  bottom: 75.5px;
  width: 626px;
  height: 51.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lottery-cont .lottery-btns .lottery-btn-wrap {
  width: 230px;
  height: 52.5px;
  position: relative;
}

.lottery-cont .lottery-btns .lottery-btn-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.lottery-cont .lottery-btns .lottery-btn-wrap.off {
  -webkit-filter: grayscale(1.1);
          filter: grayscale(1.1);
}

.lottery-cont .lottery-btns .lottery-btn-wrap:nth-of-type(1):hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.lottery-cont .lottery-btns .lottery-btn-wrap:nth-of-type(2):hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.btn-one-bg,
.btn-ten-bg {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  left: -4px;
  top: -34px;
}

.lottery-cont .btn-text {
  z-index: 2;
}

.lottery-cont .btn-text p {
  font-size: 18px;
  color: #4d25c4;
  font-weight: 700;
  text-align: center;
  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;
  line-height: 1;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 62, 75, 0.3));
          filter: drop-shadow(0 0 5px rgba(0, 62, 75, 0.3));
}
@supports (-webkit-background-clip: text) {
  .lottery-cont .btn-text p {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e1fff2), to(white));
    background-image: linear-gradient(to top, #e1fff2, white);
  }
}
.lottery-cont .btn-text p span {
  font-size: 24px;
}
@supports (-webkit-background-clip: text) {
  .lottery-cont .btn-text p span {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e1fff2), to(white));
    background-image: linear-gradient(to top, #e1fff2, white);
  }
}

.lottery-cont .lottery-btn-wrap p i {
  margin-left: 0;
  margin-right: 0;
}

.lottery-cont .lottery-btns p .price-past {
  margin-right: 4px;
  position: relative;
}

.lottery-cont .btn-text.last p {
  -webkit-filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.2));
          filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.2));
}
@supports (-webkit-background-clip: text) {
  .lottery-cont .btn-text.last p {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#8365d5), to(#4d25c4));
    background-image: linear-gradient(to top, #8365d5, #4d25c4);
  }
}
@supports (-webkit-background-clip: text) {
  .lottery-cont .btn-text.last p span {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#8365d5), to(#4d25c4));
    background-image: linear-gradient(to top, #8365d5, #4d25c4);
  }
}

.btn-ten-tips {
  position: absolute;
  z-index: 2;
  bottom: 42.5px;
  right: 11px;
  text-align: center;
  color: #fbf8f0;
  font-size: 12px;
  line-height: 19.5px;
  font-weight: 700;
}

.btn-ten-tips p {
  -webkit-transform: scale(0.8333333333);
          transform: scale(0.8333333333);
}

.btn-ten-ques {
  position: absolute;
  z-index: 5;
  bottom: 45px;
  right: -6.5px;
  cursor: pointer;
}

.btn-ten-ques-desc {
  position: absolute;
  right: -10px;
  bottom: calc(100% + 2.5px);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ten-ques-desc p {
  color: #fbf8f0;
  font-size: 9.5px;
  line-height: 34px;
}

.btn-ten-ques:hover .btn-ten-ques-desc {
  opacity: 1;
}

.lottery-cont .nav-shop {
  width: 163px;
  height: 97px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/exchange_box.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-left: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 22px;
}

.lottery-cont .shop-name {
  min-width: 69px;
  height: 18px;
  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;
  font-size: 16px;
  color: #ebcc6c;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px 0 16px;
  background: rgba(40, 27, 19, 0.27);
  position: relative;
}

.lottery-cont .shop-name:before {
  content: "";
  width: 34.5px;
  height: 36px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/swsp-icon.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -16px;
  top: -12px;
}

.lottery-cont .btn-exchangeshop {
  display: block;
  width: 107.5px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: 18px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  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;
  font-size: 12px;
  color: #fff6d6;
  font-weight: 700;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/exchange-btn1.png") no-repeat;
  background-size: 100% 100%;
}

.mystical-command {
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: 27px;
  left: 0;
}

.mystical-command input {
  display: block;
  width: 233.5px;
  height: 24.5px;
  border: none;
  margin: 0 auto;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/mystical-command-input.png") no-repeat;
  background-size: 100% 100%;
  font-size: 9px;
  color: #e0ae71;
  padding-right: 72px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mystical-command input::-webkit-input-placeholder {
  color: #e0ae71;
}

.mystical-command input::-moz-placeholder {
  color: #e0ae71;
}

.mystical-command input:-ms-input-placeholder {
  color: #e0ae71;
}

.mystical-command input::-ms-input-placeholder {
  color: #e0ae71;
}

.mystical-command input::placeholder {
  color: #e0ae71;
}

.btn-command-change {
  display: block;
  width: 71px;
  height: 24.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn-command-change.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 10px;
  color: #efd1b5;
  line-height: 24.5px;
  text-align: center;
}

.lottery-cont .tips {
  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;
  font-size: 12px;
  line-height: 12px;
  color: #d5bfa8;
  margin-top: 112px;
  position: relative;
  z-index: 1;
}

.lottery-cont .tips .lottery-num {
  font-size: 14px;
  color: #f1ece4;
  font-family: sellnum-1;
}

.lottery-cont .tips .btn-add {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 0;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn-add.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin-left: 14px;
}

.lottery-cont .tips .refresh {
  font-size: 12px;
  color: #a09b8c;
  text-decoration: underline;
  margin-left: 6px;
}

.btn-decompose-all {
  position: absolute;
  top: 133px;
  right: 174.5px;
  width: 61.5px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  color: #f0e6d2;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn-more1.png") no-repeat;
  background-size: 100% 100%;
}

.btn-decompose-all:hover {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn-more2.png");
}

.btn-decompose-all:active {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn-more3.png");
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.content .bg img[src=""] {
  display: none;
}

.content .bg .label {
  position: absolute;
  top: 294.5px;
  left: 464px;
  width: 37px;
  height: 139.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/label-bg.png") no-repeat;
  background-size: 100%;
}

.content .bg .label span {
  display: block;
  width: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-top: 12px;
  text-align: center;
  white-space: wrap;
  font-size: 13px;
  color: #f0ebe3;
}

.content .bg .label span i {
  display: block;
  margin-bottom: 4px;
}

.content .bg img.pic-m,
.content .bg img.pic-pc {
  display: none;
}

.bg-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bg-swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 79px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}

.bg-prev {
  position: absolute;
  top: 482px;
  left: 236px;
  z-index: 10;
  width: 41px;
  height: 77px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/lcu-spr.png");
  background-position: -355px -154.5px;
  background-size: 474px 371.5px;
  display: none;
}

.bg-next {
  position: absolute;
  top: 490px;
  right: 39px;
  z-index: 10;
  width: 44.5px;
  height: 77px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/lcu-spr.png");
  background-position: -343px -251.5px;
  background-size: 474px 371.5px;
  display: none;
}

.inner-wrap .bg-swiper-pagination {
  width: 100px;
  height: 13px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
  font-size: 0;
  text-align: center;
}

.inner-wrap .bg-swiper-pagination span {
  margin: 0 4px;
  cursor: pointer;
  outline: 0;
}

.bg-swiper .bg-swiper-pagination .swiper-pagination-bullet {
  background: 0 0;
  width: 20.7px;
  height: 31.05px;
  opacity: 1;
  border: none;
  margin: 0 6px;
  position: relative;
  z-index: 2;
}

.bg-next.swiper-button-disabled,
.bg-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.card-original::after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1055px;
  height: 343.5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(17.6%, rgba(0, 0, 0, 0)), color-stop(88.35%, rgba(1, 10, 19, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17.6%, rgba(1, 10, 19, 0.7) 88.35%);
}

.bg-video video {
  position: relative;
  width: 100%;
  height: auto;
  top: 80px;
}

.lottery-ani {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 1055px;
  height: 720px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.lottery-ani .ani-m,
.lottery-ani .ani-pc {
  display: none !important;
}

.lottery-ani .ani-fd-cont canvas,
.lottery-ani .ani-fd-cont video,
.lottery-ani canvas,
.lottery-ani video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-skipAni {
  display: none;
  position: absolute;
  top: 110px;
  right: 28px;
  width: 88px;
  height: 26px;
  border-radius: 13px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  background: #010a13;
  z-index: 1002;
}

.loading {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: url(https://game.gtimg.cn/images/lol/act/a20200831eliteplan/loading.webp);
  -webkit-animation: load-rotate 4s infinite;
  animation: load-rotate 4s infinite;
  background-size: cover;
  z-index: 990;
}

.dialog,
.pop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  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;
  padding-top: 80px;
}

.pop-pool {
  z-index: 1002;
}

.pop-gift-one {
  z-index: 1003;
}

.pop-common {
  z-index: 1003;
}

#popPool3 .change-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

#popPool3 .card-original {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#popPool3 .card-original::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgba(1, 10, 19, 0.9)), color-stop(90%, rgba(1, 10, 19, 0.2)), to(rgba(1, 10, 19, 0)));
  background-image: linear-gradient(rgba(1, 10, 19, 0.9) 33%, rgba(1, 10, 19, 0.2) 90%, rgba(1, 10, 19, 0) 100%);
  z-index: 1;
}

#popPool3 .card-original::after {
  content: "";
  position: absolute;
  top: 86px;
  height: 1px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(91%, #463714), to(rgba(70, 55, 20, 0.5)));
  background-image: linear-gradient(to right, #463714 91%, rgba(70, 55, 20, 0.5) 100%);
}

.change-cont::before {
  content: "";
  position: absolute;
  top: 82px;
  height: 2px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(91%, #463714), to(rgba(70, 55, 20, 0.5)));
  background-image: linear-gradient(to right, #463714 91%, rgba(70, 55, 20, 0.5) 100%);
  z-index: 99;
}

#popPool3 .card-original .img {
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#popPool3 .card-original .img.other {
  width: 400px;
  height: 328px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 46%;
  margin-top: -139.5px;
}

#popPool3 .top-box {
  position: absolute;
  top: 104px;
  left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

#popPool3 .top-box .pop-title {
  font-size: 26px;
  font-weight: 700;
  color: #f0e6d2;
}

#popPool3 .top-box .sp_nums .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9px;
  width: 26px;
  height: 24px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/db_icon.png") no-repeat center;
  background-size: contain;
}

#popPool3 .top-box .sp_nums {
  position: relative;
  width: 126px;
  height: 32px;
  line-height: 32px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/sp_nums.png") no-repeat;
  background-size: 100% 100%;
  text-align: right;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-family: sellnum-1;
  color: #f9df92;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  margin-left: 75px;
}

.exchange-channel {
  position: relative;
  z-index: 3;
  width: 308px;
  height: 560px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 10px;
}

.exchange-container {
  position: relative;
  z-index: 4;
  overflow: hidden;
  margin-top: 160px;
  height: 560px;
}

.exchange-container.bottom::after {
  content: "";
  width: 341.5px;
  height: 54.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-size: 100% 100%;
  z-index: 5;
}

.exchange-channel li {
  position: relative;
  width: 146px;
  height: 146px;
  margin-bottom: 15px;
  cursor: pointer;
  overflow: hidden;
}

.sw6 img,
.sw7 img,
.sw8 img,
.sw9 img {
  margin-top: -20px;
}

.exchange-channel .sw1 {
  width: 308.5px;
}

.exchange-channel .sw1 {
  width: 100%;
  height: 146.5px;
}

.exchange-channel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-color: #010a13;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

.exchange-channel li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-color: #3c3c41;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

.exchange-channel li.on::after,
.exchange-channel li:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-color: #c89b3c;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.exchange-channel .sw1 .img-box {
  width: 100%;
}

.exchange-channel .sw1 .img-box img {
  width: 300px;
  height: 142px;
  -o-object-fit: cover;
     object-fit: cover;
}

.exchange-channel .sw-box {
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 53px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(1, 10, 19, 0)), to(rgba(1, 10, 19, 0.9)));
  background: linear-gradient(180deg, rgba(1, 10, 19, 0) 0, rgba(1, 10, 19, 0.9) 100%);
  text-align: center;
  padding-top: 5px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.exchange-channel .sw1 .sw-box {
  padding-top: 7px;
}

.exchange-channel .sw-box .nums {
  font-size: 12px;
  font-family: sellnum-1;
  color: #f4db8f;
  position: relative;
  padding-left: 18px;
  line-height: 16px;
  height: 16px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.exchange-channel .sw-box .nums::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/db_icon.png") no-repeat center;
  background-size: contain;
}

.exchange-channel .sw-box .sw-name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 12px;
  color: #f0e6d2;
  margin-top: 1px;
  padding: 0 10px;
}

.exchange-channel .sw1 .sw-name {
  font-size: 14px;
  line-height: 18px;
  margin-top: 3px;
}

.exchange-channel .sw1 .img-box {
  height: 146.5px;
}

.exchange-channel .sw1 .img-box img {
  width: 100%;
  height: 142px;
  -o-object-fit: cover;
     object-fit: cover;
}

.exchange-channel .isVote .img-box::before {
  display: none;
}

.exchange-channel .isVote .sw-box .nums {
  padding-left: 0;
}

.exchange-channel .isVote .sw-box .nums::before {
  display: none;
}

.change-cont .exchange-pop.isVote .sp_nums {
  display: none;
}

.change-cont .exchange-pop.isVote .price_nums span {
  padding-left: 0;
}

.change-cont .exchange-pop.isVote .price_nums span::before {
  display: none;
}

.exchange-channel .sw1 .sw-box {
  bottom: 2px;
}

.exchange-channel .img-box {
  height: 146.5px;
  width: 146.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/sw_img_bg2.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.exchange-channel .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 142.5px;
  height: 142.5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-special {
  position: absolute;
  left: 506px;
  bottom: 20px;
  width: 513px;
  height: 372px;
  z-index: 10;
}

.card-special img {
  position: absolute;
  width: 126px;
  bottom: 160px;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

.card-special .icon-1 {
  width: 302px;
  height: 297.5px;
  left: -10px;
  bottom: -34px;
  opacity: 1;
}

.card-special .icon-2 {
  width: 288.5px;
  height: 274px;
  left: -27px;
  bottom: -20px;
  opacity: 0;
}

.card-special .icon-3 {
  width: 219.5px;
  height: 219.5px;
  bottom: -6px;
  left: -5px;
  opacity: 0;
}

.card-special .qianming {
  position: absolute;
  top: -104px;
  right: -34px;
  width: 226.5px;
  height: 219px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/qianming4.png") no-repeat;
  background-size: 100% 100%;
  display: none;
}

.card-special .card-name {
  text-align: right;
  font-size: 26px;
  font-weight: 700;
  color: #f5ebd6;
  line-height: 40px;
  margin-top: 211px;
  position: relative;
  z-index: 1;
}

.card-special .card-name.name-1 {
  margin-top: 171px;
}

.card-special .card-name.name-2,
.card-special .card-name.name-3 {
  margin-top: 211px;
}

.card-special .scoller-text {
  width: 263px;
  font-size: 12px;
  text-align: right;
  height: 92px;
  margin-left: 252px;
  color: #ecd0ab;
  overflow-y: scroll;
  overflow-x: hidden;
  line-height: 18px;
  padding-right: 10px;
  margin-top: 8px;
}

.card-special .scoller-text p {
  line-height: 12px;
  margin-bottom: 8px;
}

.card-special .scoller-text p:last-child {
  margin-bottom: 0;
}

.card-special .card-text {
  width: 100%;
  height: auto;
}

.card-special .card-text span {
  position: relative;
}

.card-special .card-text span i {
  position: absolute;
  top: 6px;
  left: -12px;
  width: 6px;
  height: 6px;
  background-size: 100% 100%;
}

.card-special .card-text span .i1 {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/text_icon2.png");
}

.card-special .card-text span .i2 {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/text_icon3.png");
}

.change-cont .exchange-pop {
  position: absolute;
  width: 169px;
  height: 76px;
  bottom: 44px;
  right: 70px;
  z-index: 20;
}

.change-cont .price_nums {
  width: 160%;
  margin-left: -30%;
  text-align: center;
  color: #f4db8f;
  font-size: 18px;
  font-family: sellnum-1;
  line-height: 18px;
  height: 18px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
}

.change-cont .price_nums span {
  position: relative;
  padding-left: 26px;
}

.change-cont .price_nums span::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 28px;
  top: -4px;
  left: -8px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/db_icon.png") no-repeat center;
  margin-right: 4px;
  background-size: contain;
}

.change-cont .exchange-btn {
  display: block;
  width: 161px;
  height: 52.5px;
  line-height: 52.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn_1.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #f5f0dc;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4px;
}

.change-cont .exchange-btn.gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}

.change-cont .exchange-btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.change-cont .sp_nums {
  font-size: 12px;
  color: #d8ccb9;
  text-align: center;
  line-height: 18px;
  margin-top: 4px;
  text-shadow: 0 2px 8px #000;
}

.back-btn {
  position: absolute;
  top: 82px;
  right: 0;
  z-index: 999;
  width: 145px;
  height: 34px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/back-btn.png") no-repeat;
  background-size: 100% 100%;
  font-size: 0;
}

.gift-cont .back-btn {
  top: 80px;
}

.pop-ani {
  -webkit-animation: 0.3s cubic-bezier(0.35, 0.55, 0.85, 0.95) 0.1s 1 normal both running ani-ten-item-in;
          animation: 0.3s cubic-bezier(0.35, 0.55, 0.85, 0.95) 0.1s 1 normal both running ani-ten-item-in;
}

.card-special .scoller-text::-webkit-scrollbar,
.exchange-channel::-webkit-scrollbar,
.operation-tab-cont::-webkit-scrollbar,
.pop-history .dialog-history__table::-webkit-scrollbar,
.rule-text::-webkit-scrollbar,
.skins-box-cont::-webkit-scrollbar,
.tip-box-cont::-webkit-scrollbar {
  width: 4px;
}

.card-special .scoller-text::-webkit-scrollbar-thumb,
.exchange-channel::-webkit-scrollbar-thumb,
.operation-tab-cont::-webkit-scrollbar-thumb,
.pop-history .dialog-history__table::-webkit-scrollbar-thumb,
.rule-text::-webkit-scrollbar-thumb,
.skins-box-cont::-webkit-scrollbar-thumb,
.tip-box-cont::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 3px;
  background: #785A28;
}

.card-special .scoller-text::-webkit-scrollbar-track,
.exchange-channel::-webkit-scrollbar-track,
.operation-tab-cont::-webkit-scrollbar-track,
.pop-history .dialog-history__table::-webkit-scrollbar-track,
.rule-text::-webkit-scrollbar-track,
.skins-box-cont::-webkit-scrollbar-track,
.tip-box-cont::-webkit-scrollbar-track {
  width: 4px;
  background: 0 0;
}

.dia-cont {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0;
  margin: 0 auto;
}

.dia-title {
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  color: #f0e6d2;
  font-weight: 700;
}

.pop-skins {
  z-index: 1001;
}

.pop-exchange-check {
  z-index: 1001;
}

.skins-cont {
  width: 856px;
  height: 572px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/pop-bg1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.skins2-cont {
  width: 856.5px;
  height: 572.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop-jc.png") no-repeat;
  background-size: 100% 100%;
}

.pop-history .pop-bd,
.rule-cont {
  width: 744px;
  height: 520px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop6.png") no-repeat;
  background-size: 100% 100%;
}

.rule-text {
  overflow: hidden;
  overflow-y: auto;
  height: 445px;
  margin-top: 27px;
  margin-left: 29px;
  font-size: 12px;
  line-height: 16px;
  color: #a09b8c;
}

.rule-text a {
  color: #fef2ae;
}

.rule-text .color {
  color: #fef2ae;
}

.rule-text p {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
  margin-bottom: 5px;
}

.rule-text .rt {
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}

.rule-text .ry {
  display: inline-block;
}

.rule-text .rd {
  color: red;
}

.r2 p {
  padding-left: 40px;
}

.r2 > p::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 25px;
  width: 6px;
  height: 6px;
  background: #A09B8C;
  border-radius: 50%;
}

.r3 p {
  padding-left: 70px;
}

.r3 > p::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #a09b8c;
}

.r3 > p.rtc {
  padding-left: 90px;
}

.r3 > p.rtc::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 70px;
  width: 5px;
  height: 5px;
  border-radius: 0;
  background-color: #a09b8c;
  border: 1px solid #a09b8c;
}

.rtb {
  padding-left: 30px;
  margin-top: 30px;
}

.table {
  margin-top: 15px;
}

.r3 .table {
  margin-bottom: 15px;
}

.td {
  text-align: center;
  border: 1px solid #a09b8c;
  border-bottom: none;
  height: 40px;
  line-height: 40px;
}

.tr:last-child .td {
  border-bottom: 1px solid #a09b8c;
}

.tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tr .td:first-child {
  width: 341px;
  border-right: none;
}

.tr .td:nth-child(2) {
  width: 336px;
}

.rule-text table {
  border-collapse: collapse;
  margin-top: 15px;
}

.rule-text table td,
.rule-text table th {
  text-align: center;
  border: 1px solid #a09b8c;
  height: 40px;
}

.rule-text table tr th:first-child {
  width: 160px;
}

.rule-text table tr th:nth-child(2) {
  width: 200px;
}

.rule-text .rt.mt30 {
  margin-top: 15px;
}

.rule-text .ti2 {
  text-indent: 2em;
}

.rule-text .rtip {
  margin-top: 30px;
}

.pop-history .pop-bd {
  position: relative;
}

.pop-history .dia-title {
  line-height: 44px;
}

.pop-history .btn-decompose-all {
  top: 55px;
  right: 24px;
}

.history-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin: 48px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 696px;
}

.dialog-history__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 696px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 49px;
  line-height: 49px;
  font-size: 12px;
  color: #f0e6d2;
  position: relative;
}

.dialog-history__table {
  overflow-y: auto;
  width: 696px;
  overflow-x: hidden;
  margin: 0 auto;
  height: 333px;
}

.dialog-history__li::after {
  content: "";
  position: absolute;
  width: 696px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
  left: 0;
  bottom: 0;
}

.dialog-history__li:last-child::after {
  display: none;
}

.dialog-history__li div {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.history-nav li {
  width: 126px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #f0e6d2;
}

.history-nav li {
  background-color: rgba(255, 255, 255, 0.06);
}

.dialog-history__date {
  width: 126px;
}

.dialog-history__name,
.history-nav li:nth-child(2) {
  width: 226px;
}

.dialog-history__state,
.history-nav li:nth-child(3) {
  width: 212px;
}

.dialog-history__area,
.history-nav li:nth-child(4) {
  width: 120px;
}

.dialog-history__state {
  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;
}

.dialog-history__state a {
  width: 54px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #cdbe91;
  text-align: center;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/h-btn1.png");
  background-size: 100% 100%;
}

.dialog-history__state .btn-decompose {
  margin-left: 10px;
}

.dialog-history__state a:hover {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/h-btn2.png");
}

.dialog-history__state a:active {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/h-btn3.png");
}

.dialog-history__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12px auto 0;
}

.dialog-history__bottom a {
  display: block;
  font-size: 12px;
  color: #cdbe91;
}

.pagination__pages a {
  width: 16px;
  position: relative;
  text-decoration: underline;
  margin: 0 4px;
}

.pagination__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
}

.pagination__pages a.on,
.pagination__pages a.pagination__ellipsis {
  text-decoration: none;
  color: #5b5a56;
}

.skins-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 38px;
  margin: 4px auto 0;
}

.skins-nav::after {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  top: 36px;
  width: 748px;
  height: 8px;
  margin-left: -374px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/skins-nav-after.png") no-repeat;
  background-size: 100% 100%;
}

.skins-nav::before {
  width: 679px;
}

.skins-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #f0e6d2;
  cursor: pointer;
}

.skins-box {
  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: auto;
  height: 475px;
  margin-left: 0;
  margin-top: 14px;
}

.skins-box-cont {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  width: 834px;
  padding-right: 10px;
}

.skins-box-cont.skin2 {
  margin-top: 30px;
  margin-left: 15px;
  width: 836px;
  height: 490px;
}

.skins-list {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 824px;
  padding-bottom: 60px;
}

.skins-list.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skin {
  cursor: default;
}

.skin:nth-child(-n+5) {
  margin-top: 0;
}

.skin:nth-child(5n) {
  margin-right: 0;
}

.skin img:not([src]),
.skin img[src=""] {
  opacity: 0;
}

.skin .mp {
  bottom: auto;
  top: -52px;
}

#milestoneBox .skin .mp {
  bottom: 32px;
  top: auto;
  z-index: 3;
  width: 80px;
  height: 30px;
}

.pop-skin2 .operation-pic .owned {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 6;
  color: #fff;
  font-size: 16px;
  padding-top: 160px;
  line-height: 30px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  top: 0;
  text-align: center;
  display: none;
}

.pop-skin2 .operation-pic.already .owned {
  display: block;
}

.nav-line,
.record-line,
.skins-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  border-bottom: 1px solid #c89b3d;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

.operation-pic {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.operation-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.operation-pic.xc img {
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.operation-pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #010a13;
  z-index: 2;
}

.skin {
  position: relative;
  width: 152px;
  height: 240px;
  margin-right: 15px;
  margin-top: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.operation-name {
  width: 100%;
  font-size: 12px;
  color: #f0e6d2;
  line-height: 16px;
  margin: 0 auto;
  padding-top: 8px;
}

.operation-info {
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  text-align: center;
}

.mp {
  position: absolute;
  bottom: auto;
  top: -52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 50px;
}

.mp img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dia-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn_close.png") no-repeat;
  background-size: 100% 100%;
}

.prop-title {
  position: relative;
  top: -24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 28px;
  font-size: 21px;
  font-weight: 700;
  color: #f5f0dc;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 6px rgba(97, 0, 255, 0.2));
          filter: drop-shadow(0 0 6px rgba(97, 0, 255, 0.2));
}

.prop-title::before {
  left: -136px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop_title_left.png");
}

.prop-title::after {
  right: -136px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop_title_right.png");
}

.prop-cont {
  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;
  margin: 8px auto 0;
}

.prop-item {
  position: relative;
  margin: 0 auto;
  width: 226px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pop-lottery10 li {
  opacity: 0;
}

#pop-lottery10 li:first-child {
  animation: aniDown2 0.2s ease-in-out forwards;
  -webkit-animation: aniDown2 0.2s ease-in-out forwards;
}

#pop-lottery10 li:nth-child(2) {
  animation: aniDown2 0.2s ease-in-out 0.1s forwards;
  -webkit-animation: aniDown2 0.2s ease-in-out 0.1s forwards;
}

#pop-lottery10 li:nth-child(3) {
  animation: aniDown2 0.2s ease-in-out 0.2s forwards;
  -webkit-animation: aniDown2 0.2s ease-in-out 0.2s forwards;
}

#pop-lottery10 li:nth-child(4) {
  animation: aniDown2 0.2s ease-in-out 0.3s forwards;
  -webkit-animation: aniDown2 0.2s ease-in-out 0.3s forwards;
}

#pop-lottery10 li:nth-child(5) {
  animation: aniDown2 0.2s ease-in-out 0.4s forwards;
  -webkit-animation: aniDown2 0.2s ease-in-out 0.4s forwards;
}

#pop-lottery10 li:nth-child(6) {
  animation: aniDown2 0.2s ease-in-out 0.5s forwards;
  -webkit-animation: aniDown2 0.2s ease-in-out 0.5s forwards;
}

#pop-lottery10 li:nth-child(7) {
  animation: aniDown2 0.2s ease-in-out 0.6s forwards;
  -webkit-animation: aniDown2 0.2s ease-in-out 0.6s forwards;
}

#pop-lottery10 li:nth-child(8) {
  animation: aniDown2 0.2s ease-in-out 0.7s forwards;
  -webkit-animation: aniDown2 0.2s ease-in-out 0.7s forwards;
}

#pop-lottery10 li:nth-child(9) {
  animation: aniDown2 0.2s ease-in-out 0.8s forwards;
  -webkit-animation: aniDown2 0.2s ease-in-out 0.8s forwards;
}

#pop-lottery10 li:nth-child(10) {
  animation: aniDown2 0.2s ease-in-out 0.9s forwards;
  -webkit-animation: aniDown2 0.2s ease-in-out 0.9s forwards;
}

#pop-lottery10 li:nth-child(11) {
  animation: aniDown2 0.2s ease-in-out 1s forwards;
  -webkit-animation: aniDown2 250ms ease-in-out 1s forwards;
}

@-webkit-keyframes aniDown2 {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes aniDown2 {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.common-btns,
.have-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 32px;
  margin: 28px auto 0;
}

.common-btns a,
.have-btns a {
  display: block;
  width: 140px;
  height: 100%;
  line-height: 32px;
  text-align: center;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn4.png") no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #cdbe91;
  margin: 0 8px;
}

.prop-pic {
  position: relative;
  width: 226px;
  height: 226.5px;
  margin: 0 auto;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop-bg1.png") no-repeat;
  background-size: 100% 100%;
}

.prop-pic span {
  position: absolute;
  width: 88%;
  height: 20px;
  bottom: 20px;
  left: 50%;
  text-align: center;
  font-size: 12px;
  color: #f0e6d2;
  line-height: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
}

.prop-item.skin-ts .prop-pic span {
  bottom: 60px;
  width: 42%;
}

.prop-item {
  margin-top: -80px;
}

.prop-item.skin-ts {
  width: 478px;
  margin-top: 0;
}

.prop-item.skin-ts .prop-pic {
  position: relative;
  width: 478px;
  height: 354px;
  margin: 0 auto 0;
  background: 0 0;
}

.prop-item.skin-ts .prop-pic img {
  width: 100%;
  height: 100%;
}

.prop-pic.skin-pt {
  position: relative;
  width: 226px;
  height: 226.5px;
  margin: 0 auto;
  background: 0 0;
  overflow: hidden;
}

.prop-pic.skin-pt img {
  -webkit-mask-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop-bg1.png");
  mask-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop-bg1.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.prop-pic.skin-pt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop-bg2.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.prop-item.skin-ts .prop-name {
  bottom: 30px;
}

.prop-name {
  position: absolute;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-size: 12px;
  font-weight: 800;
  color: #f0e6d2;
  line-height: 16px;
  text-align: center;
}

.btn-receive {
  position: absolute;
  bottom: 34px;
  left: 50%;
  width: 199.5px;
  height: 48px;
  line-height: 45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn-receive1.png") no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.pop-gift-ten ul {
  height: 413px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 60px;
  width: 100%;
  margin: 23px auto 0;
}

.pop-gift-ten li {
  width: 160px;
  height: 192px;
  margin-right: 32px;
  position: relative;
}

.pop-gift-ten li:nth-child(5n) {
  margin-right: 0;
}

.pop-gift-ten-img {
  width: 100%;
  height: 160px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop-bg1.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.pop-gift-ten-img span {
  position: absolute;
  width: 88%;
  height: 20px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 12px;
  color: #f0e6d2;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.pop-gift-ten li.skin-ts .pop-gift-ten {
  background: 0 0;
}

.pop-gift-ten li.skin-ts img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 201px;
  height: 205.5px;
}

.pop-gift-ten-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pop-gift-ten-img.skin-pt {
  width: 100%;
  height: 160px;
  position: relative;
  background: 0 0;
}

.pop-gift-ten-img.skin-pt img {
  -webkit-mask-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop-bg1.png");
  mask-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop-bg1.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.pop-gift-ten-img.skin-pt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop-bg2.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.pop-gift-ten .pop-gift-ten-name {
  font-size: 12px;
  font-weight: 800;
  color: #f0e6d2;
  line-height: 16px;
  text-align: center;
  margin-top: 4px;
}

.exchange-check-item {
  position: relative;
  margin-top: 40px;
}

.exchange-check-card {
  position: relative;
  height: 254px;
  width: 156px;
  margin: 0 auto;
}

.exchange-check-card::after {
  display: block;
  content: "";
  pointer-events: none;
  height: 261px;
  width: 164px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/exchange-border.png") no-repeat;
  background-size: 100% 100%;
}

.exchange-check-pic {
  height: 100%;
  width: 100%;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/sw_img_bg2.png") no-repeat;
  background-size: cover;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.exchange-check-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.exchange-check-mp {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 104px;
  height: 64px;
}

.exchange-check-mp img {
  width: 100%;
}

.exchange-check-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #a09b8c;
  margin-top: 22px;
  padding: 0 15px;
}

.exchange-check-info span {
  display: inline-block;
  color: #c89b3d;
}

.exchange-check-icon {
  width: 20px;
  height: 21px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/db_icon.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin: -2px 2px 0;
}

.exchange-check-btns {
  margin: 20px auto 0;
}

.exchange-result-item {
  margin: 5px auto 0;
}

.exchange-result-item.prop-icon .exchange-result-pic img {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.exchange-result-card {
  position: relative;
  width: 229px;
  height: 373px;
  margin: 0 auto;
}

.exchange-result-card.large {
  width: 700px;
  height: 394px;
}

.exchange-result-mp {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 116px;
  height: 72px;
}

.exchange-result-name {
  width: 100%;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #f0e6d2;
  margin-top: 20px;
}

.btn-exchange-result-ok {
  display: block;
  width: 156px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn1.png") no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: 700;
  color: #cdbe91;
  margin: 50px auto 0;
}

.zh-cont {
  position: relative;
  width: 478px;
  height: 208px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop3.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding-top: 5px;
}

.lack-cont .dia-title,
.zh-cont .dia-title {
  line-height: 34px;
}

.zh-pic {
  overflow: hidden;
  width: 172px;
  height: 157px;
  margin: 6px auto 0;
}

.zh-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.zh-info {
  font-size: 12px;
  color: #a09b8c;
  line-height: 16px;
  text-align: center;
  margin: 36px auto 0;
  width: 74%;
}

.zh-info span {
  color: #c89b3c;
  font-weight: 800;
}

.zh-info span i {
  font-weight: 800;
}

.zh-skip {
  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;
  font-size: 12px;
  line-height: 16px;
  color: #a09b8c;
  margin-top: 12px;
  cursor: pointer;
}

.zh-skip span {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #785a28;
  margin-top: 2px;
  margin-right: 9px;
}

#popGiftOwn .mall-text {
  font-size: 14px;
  line-height: 22px;
}

#popGiftOwn .mall-btns {
  margin-top: 40px;
}

.zh-skip.on span {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/icon_checked2.png") no-repeat;
  background-size: 100% 100%;
  border: none;
}

.buyzs-btns,
.lack-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 296px;
  height: 32px;
  margin: 19px auto 0;
}

.lack-btns {
  margin: 48px auto 0;
}

.exchange-check-btns,
.mall-btns,
.zh-btns {
  width: 185px;
  margin: 14px auto 0;
}

.exchange-check-btns {
  margin-top: 30px;
}

.lack-btns a.btn-lack {
  width: 140px;
  height: 100%;
}

.lack-btn-cont {
  position: relative;
  width: 140px;
  height: 100%;
}

.exchange-check-btns a,
.mall-btns a,
.zh-btns a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn4.png") no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: 800;
  color: #cdbe91;
  margin: 0 auto;
}

.common-cont,
.mall-cont {
  width: 478px;
  height: 219px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop3.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.common-text {
  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;
  width: 376px;
  min-height: 96px;
  font-size: 12px;
  line-height: 16px;
  color: #a09b8c;
  margin: 15px auto 0;
  text-align: center;
}

.mall-text {
  font-size: 12px;
  line-height: 16px;
  color: #a09b8c;
  margin: 50px auto 0;
  text-align: center;
}

.mall-text i {
  display: block;
}

.mall-text span {
  color: #c89b3c;
  font-weight: 700;
}

.common-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 32px;
  margin: 20px auto 0;
}

.common-btns a {
  display: block;
  width: 140px;
  height: 100%;
  line-height: 32px;
  text-align: center;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn4.png") no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #cdbe91;
  margin: 0 8px;
}

.pop-bind {
  width: 100%;
  height: 100%;
}

.dia-cont {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bind-cont {
  width: 478px;
  height: 219px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop3.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding-top: 12px;
}

.bind-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 332px;
  height: 30px;
  margin: 43px auto 0;
}

.bind-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 158px;
  height: 100%;
  line-height: 30px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/bind_bg.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  font-size: 12px;
  color: #a09b8c;
}

.bind-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/icon_bind.png") no-repeat;
  background-size: 100% 100%;
}

.bind-item select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: none;
  outline: 0;
  background: 0 0;
  color: #a09b8c;
  font-size: 12px;
  padding-left: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.bind-item select::-ms-expand {
  display: none;
}

.bind-item select::-webkit-input-placeholder {
  color: #a09b8c;
  font-size: 12px;
}

.bind-item select:-moz-placeholder {
  color: #a09b8c;
  font-size: 12px;
}

.bind-item select::-moz-placeholder {
  color: #a09b8c;
  font-size: 12px;
}

.bind-item select:-ms-input-placeholder {
  color: #a09b8c;
  font-size: 12px;
}

.bind-item p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-left: 12px;
}

.bind-item ul {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}

.bind-item ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 12px;
  background: #0f171d;
}

.bind-item ul li:hover {
  background: #223443;
  color: #fff;
}

.bind-item:hover ul {
  display: block;
}

.bind-text {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #a09b8c;
  margin-top: 24px;
}

.btn-bind-ok {
  display: block;
  width: 185px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn5.png") no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #cdbe91;
  margin: 35px auto 0;
}

.common-btns a.btn-exchange-check-cancel,
.exchange-check-btns a.btn-exchange-check-cancel,
.mall-btns a.btn-mall-cancel,
.purchase-btns a.btn-purchase-cancel,
.tip-btns a.btn-tip-cancel,
.zh-btns a.btn-zh-cancel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: 0 0;
  color: #a09b8c;
  text-decoration: underline;
  font-weight: 400;
}

.gift-cont {
  width: 100%;
  height: 100%;
}

.gift-cont::before {
  content: "";
  position: absolute;
  top: 86px;
  height: 1px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(91%, #463714), to(rgba(70, 55, 20, 0.5)));
  background-image: linear-gradient(to right, #463714 91%, rgba(70, 55, 20, 0.5) 100%);
  z-index: 9;
}

.gift-cont::after {
  content: "";
  position: absolute;
  top: 80px;
  height: 2px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(91%, #463714), to(rgba(70, 55, 20, 0.5)));
  background-image: linear-gradient(to right, #463714 91%, rgba(70, 55, 20, 0.5) 100%);
  z-index: 99;
}

.gift-cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.gift-cont li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -3px;
  background-size: 100% 100%;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/group2.png");
}

.gift-cont li::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 600px;
  right: -8px;
  top: -18px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/gift-line.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.gift-cont li:last-child .gift-box::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 167.5px;
  height: 160px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/qiangming2.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transition: top 0.6s;
  transition: top 0.6s;
}

.gift-cont li:last-child:hover .gift-box::after {
  top: 50px;
}

.gift-cont li:last-child::after {
  display: none;
}

.gift-cont li:first-child {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/group1.png");
}

.gift-cont li:first-child img {
  width: 150px;
  height: 150px;
}

.gift-cont li:nth-child(2) img {
  width: 197px;
  height: 187px;
}

.gift-cont li:nth-child(3) img {
  width: 220px;
  height: 208px;
}

.gift-box {
  position: absolute;
  left: 0;
  bottom: 85px;
  width: 100%;
  height: auto;
  z-index: 2;
}

.gift-cont .gift-nums {
  position: absolute;
  bottom: 26px;
  line-height: 26px;
  font-size: 26px;
  font-family: sellnum-1;
  left: 38px;
  padding-left: 26px;
  color: #f4db8f;
  z-index: 2;
}

.gift-cont .gift-nums::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 21px;
  height: 28px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/db_icon.png") no-repeat center;
  background-size: contain;
}

.gift-cont .gift-text {
  color: #f0e6d2;
  font-weight: 700;
  font-size: 20px;
  font-weight: 700;
  margin-left: 38px;
  margin-top: -10px;
}

.gift-cont .text {
  color: #ecd0ab;
  font-size: 12px;
  line-height: 18px;
  margin-top: 22px;
  height: 72px;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.gift-cont .text span {
  display: block;
  position: relative;
  font-weight: 400;
  padding-left: 10px;
}

.gift-cont .text span:first-child {
  padding-left: 0;
}

.gift-cont .text span i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
}

.gift-cont .text span .i1 {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/text_icon2.png") no-repeat;
  background-size: 100% 100%;
}

.gift-cont .text span .i2 {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/text_icon3.png") no-repeat;
  width: 5.5px;
  height: 5.5px;
  background-size: 100% 100%;
}

.gift-cont .text::after {
  content: "......";
  font-size: 12px;
  position: absolute;
  left: 38px;
  bottom: -18px;
  line-height: 18px;
}

.gift-cont li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.gift-cont li:hover::before {
  opacity: 1;
}

.gift-cont li:first-child:hover .text {
  height: 126px;
}

.gift-cont li:nth-child(2):hover .text {
  height: 198px;
}

.gift-cont li:nth-child(3):hover .text {
  height: 234px;
}

.gift-cont li:hover .text::after {
  display: none;
}

@-webkit-keyframes ani-ten-item-in {
  0% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes ani-ten-item-in {
  0% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.img.qianming::after {
  opacity: 1;
}

.have-cont {
  padding-top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 436.5px;
  height: 447.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop20.png") no-repeat;
  background-size: 100% 100%;
}

.exchange-check-cont {
  width: 438px;
  height: 492px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop17.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.have-cont .pop-sm1-img {
  width: 160px;
  height: 160px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop-bg1.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0;
  position: relative;
  overflow: hidden;
}

.have-cont .pop-sm1-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}

.have-cont .pop-sm1-img.skin-pt {
  background: 0 0;
}

.have-cont .pop-sm1-img.skin-pt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop-bg2.png") no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}

.have-cont .pop-sm1-img .pop-gift-ten-have {
  position: absolute;
  width: 88%;
  height: 20px;
  bottom: 20px;
  text-align: center;
  font-size: 12px;
  color: #f0e6d2;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.have-cont .pop-sm1-img.skin-pt img {
  width: 100%;
  height: 100%;
  mask-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop-bg1.png");
  -webkit-mask-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop-bg1.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.have-cont .pop-sm1-text {
  font-size: 12px;
  color: #a09b8c;
  line-height: 24px;
  text-align: center;
  margin-top: 22px;
}

.have-cont .pop-sm1-text i {
  line-height: 16px;
  color: #c89b3d;
  display: block;
  margin-top: 12px;
}

.have-cont .btn-box {
  margin-top: 60px;
  margin-bottom: 8px;
}

.have-cont {
  text-align: center;
}

.have-cont .back-history {
  font-size: 14px;
  color: #a09b8c;
  text-align: center;
  text-decoration: underline;
}

.expend-btn {
  display: none;
}

.card-original.normal::after {
  display: none;
}

.zh-cont2 {
  width: 529.5px;
  height: 536px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop19.png") no-repeat;
  background-size: 100% 100%;
  margin: 40px auto 0;
  padding-top: 16px;
}

.zh-cont2 .zh-text {
  font-size: 12px;
  text-align: center;
  color: #a09b8c;
  margin-top: 36px;
  line-height: 26px;
}

.zh-cont2 .zh-text span:first-child {
  font-size: 18px;
  display: block;
  font-weight: 700;
}

.zh-cont2 .img-pic {
  overflow: hidden;
  width: 231px;
  height: 271.5px;
  margin: 26px auto 0;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pic-bg.png") no-repeat;
  background-size: 100% 100%;
}

.zh-cont2 .img-pic img {
  display: block;
  width: 195.5px;
  height: 111.5px;
  margin: 62px auto 0;
}

.zh-cont2 .img-pic .pic-name {
  font-size: 14px;
  color: #f0e6d2;
  text-align: center;
  margin-top: 22px;
}

.zh-cont2 .input_box {
  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: 32px;
  margin-top: 12px;
  color: #f0e6d2;
  font-size: 12px;
}

.zh-cont2 .input {
  position: relative;
  width: 75px;
  height: 32px;
  color: #f0e6d2;
  font-size: 12px;
  border: 1px solid #785a28;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: 0 0;
  text-align: center;
  margin-left: -4px;
}

.zh-cont2 .input::-webkit-input-placeholder {
  color: #f0e6d2;
  font-size: 12px;
}

.zh-cont2 .input::-moz-placeholder {
  color: #f0e6d2;
  font-size: 12px;
}

.zh-cont2 .input:-ms-input-placeholder {
  color: #f0e6d2;
  font-size: 12px;
}

.zh-cont2 .input::-ms-input-placeholder {
  color: #f0e6d2;
  font-size: 12px;
}

.zh-cont2 .input::placeholder {
  color: #f0e6d2;
  font-size: 12px;
}

.zh-cont2 .input_add {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 42px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  font-weight: 700;
  color: #cdbe91;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn-crement.png") no-repeat;
  background-size: 100% 100%;
}

.zh-cont2 #zh_sub {
  margin-left: -4px;
  margin-right: 6px;
}

.zh-cont2 .zh-btns2 {
  margin-top: 30px;
}

.zh-cont2 .zh-btns2 a {
  display: block;
  width: 135px;
  height: 44.5px;
  line-height: 44.5px;
  text-align: center;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn8.png") no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #cdbe91;
  margin: 0 8px;
}

.red-text {
  color: #f90000;
  margin-top: 10px;
  display: none;
}

.buyzs-cont {
  width: 770.5px;
  height: 432.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop9.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding-top: 12px;
}

.buyzs-tip {
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  color: #a09b8c;
  margin-top: 29px;
}

.buyzs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 720px;
  height: 210px;
  margin: 30px auto 0;
}

.buyzs-item {
  position: relative;
  width: 160px;
  height: 100%;
  cursor: pointer;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/buyzs_border1.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 7px;
}

.buyzs-checkbox {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 18px;
  height: 18px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/buyzs_icon1.png") no-repeat;
  background-size: 100% 100%;
}

.buyzs-pic,
.buyzs-pic img {
  width: 100%;
  height: 100%;
}

.buyzs-info {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
}

.buyzs-info-top {
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  color: #f0e6d2;
}

.buyzs-num {
  font-size: 16px;
  color: #c89b3c;
}

.buyzs-info-bottom {
  position: relative;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  color: #a09b8c;
  margin-top: 7px;
}

.buyzs-info-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140px;
  height: 1px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/buyzs_line.png") no-repeat;
  background-size: 100%;
}

.buyzs-item:last-child .buyzs-info-bottom::after {
  display: none;
}

.buyzs-item:last-child .buyzs-info-bottom {
  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;
}

.buyzs-ipt {
  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;
  width: 83px;
  height: 26px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/buyzs_ipt.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
}

.buyzs-ipt a {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #cdbe91;
}

.btn-buyzs-decrese {
  margin-left: 5px;
}

.btn-buyzs-increase {
  margin-right: 5px;
}

.buyzs-ipt input {
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #f0e6d2;
  text-align: center;
  outline: 0;
  border: none;
  background: 0 0;
}

.buyzs-ipt input::-webkit-input-placeholder {
  color: #f0e6d2;
}

.buyzs-ipt input::-moz-placeholder {
  color: #f0e6d2;
}

.buyzs-ipt input:-ms-input-placeholder {
  color: #f0e6d2;
}

.buyzs-ipt input::-ms-input-placeholder {
  color: #f0e6d2;
}

.buyzs-ipt input::placeholder {
  color: #f0e6d2;
}

.buyzs-item.on .buyzs-checkbox {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/buyzs_icon2.png");
}

.buyzs-bottom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 768px;
  height: 72px;
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(60, 60, 65, 0.5);
}

.buyzs-btns {
  width: 332px;
  margin: 0 auto;
}

.buyzs-btns .btn-buyzs {
  width: 160px;
  height: 100%;
  text-align: center;
}

.buyzs-btns .btn-buyzs.off {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn6.png");
  color: #6b6969;
  pointer-events: none;
}

.buyzs-qb {
  position: relative;
  width: 156px;
  height: 100%;
}

.buyzs-lack {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 20px;
  line-height: 20px;
}

.buyzs-lack-tip {
  font-size: 12px;
  color: red;
}

.pop-buyzs .dia-con {
  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;
  width: 100%;
  height: 100%;
}

.pop-buyzs.sq .buyzs-cont {
  width: 656.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop11.png");
}

.pop-buyzs.sq .buyzs-list {
  width: 530px;
}

.pop-buyzs.sq .buyzs-bottom {
  width: 654px;
}

.buyzs-item-sq {
  display: block;
}

.pop-buyzs.sq .buyzs-item-sq {
  display: none;
}

.pop-buyzs.sq .buyzs-item:nth-child(3) {
  margin-top: 0;
}

.record-cont {
  width: 656px;
  height: 564.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/pop-bg2.png") no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.record-box {
  position: relative;
  width: 592px;
  height: 400px;
  margin: 8px auto 0;
}

.record-box-cont {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.record-box-cont.active {
  display: block;
}

.tb-m {
  display: none !important;
}

.record-box-cont .table-box {
  height: 405px;
}

.record-box-cont table {
  width: 100%;
  font-size: 12px;
}

.record-box-cont thead {
  color: #C89B3C;
}

.record-box-cont tbody tr td,
.record-box-cont thead tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 177px;
  height: 40px;
  line-height: 16px;
  text-align: left;
}

.record-box-cont tbody tr td:nth-child(3),
.record-box-cont thead tr td:nth-child(3) {
  width: 238px;
  text-align: right;
  margin-right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.record-box-cont tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.record-box-cont tbody {
  color: #A09B8C;
}

.record-box-cont tbody tr {
  position: relative;
}

.record-box-cont tbody tr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #3C3C41;
}

.record-box-cont tbody tr td {
  height: 40px;
  background: 0 0;
}

.operation-pagination,
.record-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12px auto 0;
  line-height: 16px;
}

.operation-pagination {
  margin: 0;
}

.operation-pagination a,
.pages a,
.record-pagination a {
  display: block;
  font-size: 12px;
  color: #f0e6d2;
}

.pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 25px;
}

.pages a {
  position: relative;
  text-decoration: underline;
  margin: 0 4px;
  width: 16px;
}

.pages a:hover {
  color: #c89b3c;
}

.pages a.current,
.pages a.ellipsis {
  text-decoration: none;
  color: #5b5a56;
}

.operation-pagination a.btn-prev,
.record-pagination a.btn-prev {
  font-size: 0;
  text-indent: -999em;
  display: inline-block;
  width: 24px;
  height: 24.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/record-next.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.operation-pagination a.btn-next,
.record-pagination a.btn-next {
  font-size: 0;
  text-indent: -999em;
  display: inline-block;
  width: 24px;
  height: 24.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/record-next.png") no-repeat;
  background-size: 100% 100%;
}

.record-box-cont2 tbody tr td:nth-child(2),
.record-box-cont2 thead tr td:nth-child(2) {
  width: 370px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.record-box-cont2 tbody tr td:nth-child(3),
.record-box-cont2 thead tr td:nth-child(3) {
  width: 111px;
}

.record-box-cont3 tbody tr td:nth-child(2),
.record-box-cont3 thead tr td:nth-child(2) {
  width: 161px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.record-box-cont3 tbody tr td:nth-child(3),
.record-box-cont3 thead tr td:nth-child(3) {
  width: 208px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.record-box-cont3 tbody tr td:nth-child(4),
.record-box-cont3 thead tr td:nth-child(4) {
  width: 111px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.record-box-cont3 tbody tr td:nth-child(4) a {
  color: #f4db8f;
  text-decoration: underline;
}

.record-jf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.record-jf .icon-fj {
  width: 20px;
  height: 20px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/db_icon.png");
  margin-right: 5px;
  background-size: contain;
  background-position: center;
}

.record-jf p {
  font-family: sellnum-1;
  color: #f4db8f;
}

.operation-nav,
.record-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 654px;
  height: 42px;
  line-height: 45px;
  text-align: center;
  margin: 9px auto 0;
}

.operation-nav {
  width: 854px;
}

.operation-nav-item,
.record-nav-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 50%;
  height: 100%;
  font-size: 14px;
  color: #f0e6d2;
  cursor: pointer;
  opacity: 0.5;
}

.operation-nav::after,
.record-nav::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #463714;
}

.nav-line,
.record-line,
.skins-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33.33333%;
  border-bottom: 1px solid #c89b3c;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  z-index: 2;
}

.two .record-line {
  width: 50%;
}

.pop-operation .nav-line {
  width: 50%;
}

.skins-line {
  width: 25%;
  left: 12.5%;
}

.operation-nav-item.on,
.operation-nav-item:hover,
.record-nav-item.on,
.record-nav-item:hover,
.skins-item.on,
.skins-item:hover {
  opacity: 1;
  font-weight: bold;
}

.operation-nav-item:nth-child(2).on ~ .nav-line,
.record-nav-item:nth-child(2).on ~ .record-line {
  left: 33.33333%;
}

.two .record-nav-item:nth-child(2).on ~ .record-line {
  left: 50%;
}

.operation-nav-item:nth-child(3).on ~ .nav-line,
.record-nav-item:nth-child(3).on ~ .record-line {
  left: 66.66666%;
}

.pop-operation .operation-nav-item:nth-child(2).on ~ .nav-line {
  left: 50%;
}

.skins-nav .skins-item:nth-child(2).on ~ .skins-line {
  left: 37.5%;
}

.skins-nav .skins-item:nth-child(3).on ~ .skins-line {
  left: 62.5%;
}

.skins-nav .skins-item:nth-child(4).on ~ .skins-line {
  left: 87.5%;
}

.record-nav .record-line {
  left: 33.33333%;
}

.success-cont {
  width: 478px;
  height: 219px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop3.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.success-text {
  width: 400px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #a09b8c;
  margin: 43px auto 0;
}

.success-text span {
  color: #c89b3d;
}

.btn-record {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 16px;
  text-decoration: underline;
  font-size: 12px;
  color: #cdbe91;
  margin: 6px auto 0;
}

.btn-success-ok {
  display: block;
  width: 185px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn5.png") no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: 800;
  color: #cdbe91;
  margin: 25px auto 0;
}

#pop-success2 .icon-fj {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin: -5px 0 0;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/db_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#pop-success2 .success-text span {
  font-weight: 800;
  font-family: sellnum-1;
  color: #f4db8f;
}

.operation-cont {
  width: 856.5px;
  height: 572.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop-jc.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0;
}

.tip-cont {
  width: 725px;
  height: 572px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop16.png");
  background-size: 100% 100%;
}

.btn-operation-record {
  position: absolute;
  top: 13px;
  right: 48px;
  font-size: 12px;
  line-height: 16px;
  color: #cdbe91;
  text-decoration: underline;
}

.operation-tab {
  position: relative;
  width: 834px;
  margin-top: 16px;
  margin-left: 17px;
}

.skins-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -35px;
  width: 738px;
  height: 96px;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
  pointer-events: none;
}

.skins-box.toend::after {
  opacity: 0;
}

.operation-tab-cont {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
  height: 366px;
}

.operation-list {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 824px;
}

.operation-list.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nodata-text {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 366px;
  font-size: 12px;
  color: #5b5a56;
}

.nodata-text::before {
  display: block;
  content: "";
  width: 102px;
  height: 96px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/none-pic.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 12px;
}

.nodata .nodata-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.operation-item,
.tip-item {
  position: relative;
  width: 152px;
  height: 240px;
  cursor: pointer;
  margin-right: 15px;
  margin-top: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
}

.operation-item.icon .operation-pic {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop_pic_bg.png") no-repeat center center;
  background-size: contain;
}

.operation-item.icon .operation-pic img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.operation-item,
.skin,
.tip-item {
  width: 152px;
  height: 240px;
}

.operation-cont2 .operation-item {
  margin-top: 66px;
}

.operation-item:nth-child(5n),
.tip-item:nth-child(5n) {
  margin-right: 0;
}

.operation-item:nth-child(-n+5),
.tip-item:nth-child(-n+5) {
  margin-top: 0;
}

.operation-item::after,
.tip-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #3c3c41;
  z-index: 3;
}

.operation-item.checked::after {
  border: 1px solid #c89b3c;
}

.operation-item::before,
.tip-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 148px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72.4%, rgba(0, 0, 0, 0)), color-stop(86.26%, rgba(0, 0, 0, 0.6)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.4%, rgba(0, 0, 0, 0.6) 86.26%, #000 100%);
  opacity: 0.9;
}

.operation-pic {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.operation-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.operation-pic img.color {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mp {
  position: absolute;
  bottom: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 50px;
}

.mp img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.got-text {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  color: #f0e6d2;
  z-index: 10;
}

.operation-item.got .got-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.operation-fj {
  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;
  width: 100%;
  line-height: 16px;
  font-size: 12px;
  font-family: sellnum-1;
  font-weight: 800;
  color: #f4db8f;
  margin-bottom: -3px;
}

.icon-fj {
  display: block;
  width: 14px;
  height: 14px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/icon_dh2.png") no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.operation-fj .icon-fj {
  width: 14px;
  height: 14px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/shop_icon.png");
  margin-right: 5px;
}

.icon-cheked {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 18px;
  height: 18px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/icon_checked1.png") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.operation-list:first-child .icon-cheked {
  display: none;
}

.all-checked.checked span,
.operation-item.checked .icon-cheked {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/icon_checked2.png");
}

.operation-item.got {
  pointer-events: none;
}

.operation-item.got::after {
  border: 1px solid #c89b3c;
}

.operation-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 854px;
  height: 57px;
  margin: 15px auto 0;
  border-top: 1px solid rgba(60, 60, 65, 0.5);
}

.operation-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 664px;
  height: 18px;
  margin: 13px auto 0;
}

.all-checked {
  display: none;
  position: absolute;
  left: 40px;
  top: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  color: #cdbe91;
  cursor: pointer;
  padding-left: 23px;
}

.all-checked span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/icon_checked1.png") no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  margin-right: 5px;
}

.operation-text {
  line-height: 16px;
  font-size: 12px;
  color: #a09b8c;
  margin-left: 40px;
}

.operation-text span {
  color: #c89b3d;
}

.operation-text a {
  display: inline-block;
  color: #cdbe91;
  text-decoration: underline;
  margin-left: 12px;
}

.btn-operation-ok {
  display: block;
  width: 140px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn4.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 800;
  color: #cdbe91;
  margin-right: 40px;
}

.merge-btns {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.merge-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 159px;
  height: 32px;
  text-align: center;
  margin: 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: #5b5a56;
  -webkit-filter: none;
          filter: none;
  border: 2px solid #5b5a56;
  background: 0 0;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.merge-btns.chosen a {
  border: 2px solid #785a28;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(30, 35, 40, 0)), to(#1e2328));
  background: linear-gradient(180deg, rgba(30, 35, 40, 0) 0, #1e2328 100%);
  background-clip: content-box;
  color: #f0e6d2;
  pointer-events: initial;
}

.merge-btns.chosen a:hover {
  -webkit-filter: none;
          filter: none;
  border: 2px solid #c89b3c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(60, 60, 65, 0)), to(#3c3c41));
  background: linear-gradient(180deg, rgba(60, 60, 65, 0) 0, #3c3c41 100%);
  background-clip: content-box;
}

.tip-box {
  position: relative;
  width: 680px;
  margin-left: 34px;
  margin-top: 30px;
}

.tip-box-cont {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 354px;
}

.tip-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 664px;
}

.tip-item {
  cursor: default;
  margin-top: 16px;
}

.tip-item {
  width: 120px;
  height: 169px;
}

.tip-item .operation-info {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  text-align: center;
}

.tip-item .operation-name {
  width: 112px;
}

.tip-item .mp {
  position: absolute;
  bottom: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 50px;
  top: auto;
}

#pop-tip2 .mp {
  bottom: 62px;
}

.tip-text {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #a09b8c;
}

.tip-text span {
  color: #c89b3d;
}

.tip-btns {
  width: 259px;
  margin: 15px auto 0;
}

.tip-btns a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn4.png") no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: 800;
  color: #cdbe91;
  margin: 0 auto;
}

#pop-tip1 .got-text {
  top: auto;
  bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 169px;
}

.tip-bottom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 710px;
  border-top: 1px solid rgba(60, 60, 65, 0.5);
  margin: 20px auto 0;
  padding-top: 12px;
}

#pop-tip2 .tip-text {
  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;
}

#pop-tip2 .icon-fj {
  margin: 0 4px;
  width: 20px;
  height: 20px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/shop_icon.png");
  background-size: contain;
}

#pop-tip2 .tip-text span {
  color: #f4db8f;
  font-weight: 800;
  font-family: sellnum-1;
}

.total-fj {
  margin-right: 3px;
}

.operation-cont2 .all-checked {
  display: block;
}

.operation-cont2 .merge-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pop-lottery .dia-con {
  position: relative;
  width: 100%;
  height: 100%;
}

.pop-lottery .dia-cont {
  width: 998px;
  height: 571.5px;
  top: 42px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.pop-lottery#pop-lottery10 .dia-cont {
  width: 1008px;
}

.exchange-result-pic {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/sw_img_bg2.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}

.exchange-result-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 241px;
  height: 384.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/exchange-border.png") no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.exchange-result-card.large::after {
  width: 721px;
  height: 410px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/exchange-border-ww.png") no-repeat;
  background-size: 100% 100%;
}

.exchange-result-mp img,
.exchange-result-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#pop-lottery1 .prop-fd .dia-close,
#pop-lottery10 .prop-fd .dia-close {
  display: none;
}

#pop-lottery1 .prop-fd .prop-item.prop-item-fd .prop-pz,
#pop-lottery10 .prop-fd .prop-item.prop-item-fd .prop-pz {
  display: none;
}

.prop-cont {
  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;
  margin: -15px auto 0;
}

.prop-item {
  position: relative;
  margin: 0 auto;
  width: 226px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prop-item.prop-icon .prop-pic > img {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#pop-lottery10 .prop-item.prop-icon .prop-pic > img {
  width: 70px;
  height: 70px;
}

#pop-lottery1 .prop-item {
  opacity: 1;
  margin: 20px auto 40px;
}

@-webkit-keyframes aniDown {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes aniDown {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
#pop-lottery10 .prop-item {
  opacity: 1;
}

@keyframes aniDown2 {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.prop-pic {
  position: relative;
  width: 241px;
  height: 392px;
  -webkit-mask-image: none;
  margin: 0 auto;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop_pic_bg.png") center center no-repeat;
  background-size: cover;
  background-clip: content-box;
  padding: 2px;
}

.prop-item canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.68);
          transform: translate(-50%, -50%) scale(0.68);
  margin-top: -20px;
  pointer-events: none;
}

#pop-lottery1 .prop-item canvas {
  -webkit-transform: translate(-50%, -50%) scale(1.35);
          transform: translate(-50%, -50%) scale(1.35);
  margin-top: -2px;
}

.prop-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prop-item.fade .prop-pic {
  mask-image: none;
  -webkit-mask-image: none;
}

#pop-lottery1 .prop-item.fade::after {
  z-index: 1;
  animation: imgFadeOut 0.3s linear;
  -webkit-animation: imgFadeOut 0.3s linear;
}

@-webkit-keyframes imgFadeOut {
  0% {
    margin-top: 23px;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
  }
  25% {
    margin-top: 150px;
    -webkit-transform: translate(-50%, -50%) scale(0.85);
            transform: translate(-50%, -50%) scale(0.85);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
  }
  90% {
    margin-top: -100px;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
    opacity: 1;
  }
  100% {
    margin-top: -150px;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
    opacity: 0;
  }
}

@keyframes imgFadeOut {
  0% {
    margin-top: 23px;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
  }
  25% {
    margin-top: 150px;
    -webkit-transform: translate(-50%, -50%) scale(0.85);
            transform: translate(-50%, -50%) scale(0.85);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
  }
  90% {
    margin-top: -100px;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
    opacity: 1;
  }
  100% {
    margin-top: -150px;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
    opacity: 0;
  }
}
#pop-lottery10 .prop-fd .prop-item.prop-item-fd.fade .prop-pic::before {
  z-index: 1;
  animation: imgFadeOut2 0.3s linear;
  -webkit-animation: imgFadeOut2 0.3s linear;
}

@-webkit-keyframes imgFadeOut2 {
  0% {
    margin-top: 12px;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
  }
  25% {
    margin-top: 50px;
    -webkit-transform: translate(-50%, -50%) scale(0.85);
            transform: translate(-50%, -50%) scale(0.85);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
  }
  100%, 90% {
    margin-top: -50px;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
    opacity: 1;
  }
  100% {
    margin-top: -70px;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
    opacity: 0;
  }
}

@keyframes imgFadeOut2 {
  0% {
    margin-top: 12px;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
  }
  25% {
    margin-top: 50px;
    -webkit-transform: translate(-50%, -50%) scale(0.85);
            transform: translate(-50%, -50%) scale(0.85);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
  }
  100%, 90% {
    margin-top: -50px;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
    opacity: 1;
  }
  100% {
    margin-top: -70px;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
            filter: brightness(2) blur(0.5px) drop-shadow(0 0 10px #fffdd8);
    opacity: 0;
  }
}
.prop-pz {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 70px;
}

.prop-pz img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prop-name {
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  font-size: 16px;
  font-weight: 800;
  color: #f0e6d2;
  line-height: 20px;
  text-align: center;
}

.prop-bottom {
  margin-top: 5.5px;
}

.prop-bottom-box2 {
  display: none;
}

.prop-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  height: 32px;
  margin: 0 auto;
}

.prop-btns a {
  position: relative;
  display: block;
  height: 100%;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  font-weight: 800;
  color: #F0E6D2;
}

.prop-btns-cont {
  position: relative;
  display: block;
  height: 100%;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-weight: 800;
  color: #cdbe91;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.btn-check {
  width: 160px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/btn1.png");
}

.prop-btns-cont {
  margin-left: 16px;
}

.prop-btns-cont.hide {
  display: none;
}

.prop-btns-cont2 {
  display: none;
}

.prop-btns-text {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.prop-btns .btn-text {
  padding: 0 0px;
  font-size: 12px;
}

.prop-tip {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #A09B8C;
  margin-top: 10px;
}
.prop-tip span {
  color: #C89B3D;
}

.prop-tip.no {
  display: none;
}

.prop-tip a {
  color: #c89b3d;
  text-decoration: underline;
  margin: 0 4px;
}

.btn-continue {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fd-text {
  display: none;
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #cdbe91;
}

#pop-fd .fd-text,
#pop-fd2 .fd-text,
.dia-con.prop-fd .fd-text {
  display: block;
}

.prop-con2 .prop-cont {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  margin-top: 0;
  width: 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.prop-con2 .prop-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 103px;
  height: 185px;
  margin: 0 28.5px 48px;
}

.prop-con2 .prop-item:nth-child(-n+6) {
  margin-top: 0;
}

.prop-con2 .prop-pic {
  width: 100%;
  height: 175px;
  padding: 2px;
  border: 1px solid #1E2328;
  background-size: cover;
}

.prop-con2 .prop-pic::before {
  width: 120px;
  height: 196px;
}

.prop-con2 .prop-pic::after {
  width: 113px;
  height: 180px;
}

.prop-con2 .prop-pz {
  top: auto;
  bottom: 5px;
  width: 90px;
  height: 56px;
}

.prop-con2 .prop-name {
  bottom: auto;
  top: 176px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 155px;
  margin-top: 7px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
}

.prop-con2 .prop-item.prop-chip .prop-pic::before,
.prop-con2 .prop-item.prop-item-fd .prop-pic::before,
.prop-con2 .prop-item.prop-vote .prop-pic::before {
  display: none;
}

.prop-con2 .prop-btns-cont1 {
  display: none;
}

.prop-con2 .prop-btns-cont2 {
  display: block;
}

.icon-chip {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/shop_icon.png") no-repeat center;
  background-size: contain;
  margin-top: -3px;
  margin-right: 2px;
}

.icon-vote {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/vote_icon.png") no-repeat center;
  background-size: contain;
  margin-top: -3px;
  margin-right: 2px;
}

.prop-con2 .icon-chip,
.prop-con2 .vote-chip {
  width: 18px;
  height: 18px;
}

.prop-con2.prop-fd .prop-cont {
  height: 492px;
  margin-top: 13px;
}

.prop-con2.prop-fd .prop-item {
  margin-top: 0;
}

.prop-con2.prop-fd .prop-item:nth-child(-n+6) {
  margin-top: 0;
}

.prop-fd .prop-name {
  bottom: -20px;
}

#pop-fd .prop-bottom,
.prop-fd .prop-bottom {
  margin-top: 48px;
}

.prop-fd .prop-bottom-box1 {
  display: none;
}

.prop-fd .prop-bottom-box2 {
  display: block;
}

.prop-fd .btn-continue {
  display: block;
}

#pop-fd .btn-continue {
  display: block;
}

.ani-fd-cont {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ani-fd-cont canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-fd-next {
  display: none;
}

#pop-fd .prop-name {
  bottom: -20px;
}

#pop-fd2 .prop-pic {
  width: 205px;
  height: 228px;
  background: 0 0;
  mask-image: none;
  -webkit-mask-image: none;
  margin: 120px auto;
}

#pop-fd2 .prop-pic::after {
  display: none;
}

.prop-con2.prop-fd .prop-name {
  bottom: 0;
}

.prop-con2.prop-fd .prop-bottom {
  margin-top: 15px;
}

#pop-lottery1 .dia-close {
  top: 35px;
  right: 60px;
  z-index: 40;
  -webkit-transition: none;
  transition: none;
}

#pop-lottery10 .dia-close {
  top: 35px;
  right: 0;
  z-index: 40;
  -webkit-transition: none;
  transition: none;
}

#pop-lottery1 .dia-close:hover {
  -webkit-filter: none;
  filter: none;
}

.pop-lottery .dia-cont {
  padding-top: 43.5px;
}

#pop-lottery1 .prop-fd .prop-item:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 246px;
  height: 443px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop4.png") center no-repeat;
  background-size: 100% auto;
  margin-top: 23px;
  pointer-events: none;
}

#pop-lottery1 .prop-fd .prop-item:first-child .prop-pic > img,
#pop-lottery10 .prop-fd .prop-item-fd .prop-pic > img {
  display: none;
}

.btn-text {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 100%;
  height: 100%;
  pointer-events: none;
  font-size: 24px;
  font-weight: 700;
  color: #f9f8f0;
}

.lottery-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "sellnum-1";
}

.pop-lottery .lottery-price i {
  display: inline-block;
  vertical-align: middle;
  width: 14.5px;
  height: 14.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250429/pop-comm-icon.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 5px 0 5px;
}

#pop-fd .btn-continue,
#pop-fd .fd-text,
#pop-fd .prop-bottom,
#pop-fd .prop-name,
#pop-fd .prop-title {
  opacity: 0;
}

#pop-fd .prop-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding-top: 37.5px;
}

#pop-fd .prop-pic {
  height: 0;
  overflow: hidden;
  padding: 6px;
  margin-left: -5px;
  opacity: 0;
  background-size: 97% 97%;
}

#pop-fd .prop-pic img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
}

#pop-fd .prop-pic.show {
  --duration: 0.5s;
  animation: fdHeight var(--duration) linear forwards;
  -webkit-animation: fdHeight var(--duration) linear forwards;
}

@-webkit-keyframes fdHeight {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 392px;
    opacity: 1;
  }
}

@keyframes fdHeight {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 392px;
    opacity: 1;
  }
}
#pop-lottery10 .prop-fd .prop-item.prop-item-fd .prop-pic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 223px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/prop4.png") center no-repeat;
  background-size: 100% auto;
  margin-top: 12px;
  pointer-events: none;
}

.lack-cont {
  width: 478px;
  height: 219px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop3.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding-top: 6px;
}

.lack-text {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #a09b8c;
  margin-top: 24px;
}

.lack-text p span i,
.lack-text p span:first-child {
  color: #c89b3c;
  font-weight: 800;
}

.pop-cziframe .dia-cont {
  width: 1000px;
  height: 561px;
}

.pop-cziframe .dia-close {
  top: -25px;
  right: -25px;
}

.pop-cziframe iframe {
  width: 100%;
  height: 100%;
}

.skins-text {
  width: 100%;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #F0E6D2;
  margin-bottom: 14px;
}

.skins-text p {
  display: none;
}

.skins-text p.show {
  display: block;
}

a.new_btn {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #785a28;
  padding: 1px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #f0e6d2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(30, 35, 40, 0)), to(#1e2328));
  background: linear-gradient(180deg, rgba(30, 35, 40, 0) 0, #1e2328 100%);
  background-clip: content-box;
  height: 32px;
}

a.new_btn:hover {
  -webkit-filter: none;
          filter: none;
  border: 2px solid #c89b3c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(60, 60, 65, 0)), to(#3c3c41));
  background: linear-gradient(180deg, rgba(60, 60, 65, 0) 0, #3c3c41 100%);
  background-clip: content-box;
}

a.new_btn.off {
  -webkit-filter: none;
          filter: none;
  border: 2px solid #5b5a56;
  background: 0 0 !important;
  color: #5b5a56 !important;
}

.common-checked-cont {
  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: 16px;
  font-size: 12px;
  color: #a09b8c;
  margin-top: 19px;
  cursor: pointer;
}

.common-checked {
  width: 14px;
  height: 14px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/common_check.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
}

.common-checked-cont.on .common-checked {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/icon_checked2.png");
}

#pop-common-continue .common-cont,
#pop-common-continuezh .common-cont {
  height: 208px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop13.png");
}

#pop-common-continue .common-text,
#pop-common-continuezh .common-text {
  display: block;
  height: 32px;
  min-height: 0;
  margin-top: 44px;
  text-align: center;
}

#pop-common-continuezh .common-text {
  margin-top: 32px;
}

#pop-common-continue .common-text span,
#pop-common-continuezh .common-text span {
  color: #f0e6d2;
}

#pop-common-continuezh .common-btns {
  margin-top: 20px;
}

#pop-common-lottery .common-btns a.btn-common-cancel,
.common-btns a.btn-exchange-check-cancel,
.purchase-btns a.btn-purchase-cancel,
.tip-btns a.btn-tip-cancel,
.zh-btns a.btn-zh-cancel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: 0 0;
  color: #a09b8c;
  text-decoration: underline;
  border: none;
}

#pop-common-lottery .common-btns {
  display: block;
}

#pop-common-lottery .common-text {
  min-height: 66px;
  margin-top: 10px;
}

#pop-common-lottery .common-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#pop-common-lottery .common-btns {
  display: block;
  width: 186px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 25px;
}

.pop-bind {
  z-index: 1002;
}

.clothing-cont {
  width: 673px;
  height: 495.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop21.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 0;
}

.clothing-cont .dia-close {
  top: 5px;
}

.clothing-cont::after {
  content: "";
  width: 99%;
  height: 1.5px;
  background-color: #21252c;
  position: absolute;
  bottom: 84px;
  left: 0;
}

.clothing-cont .dia-title {
  line-height: 35px;
  font-size: 15px;
}

.clothing-cont .entity-tips {
  font-size: 12px;
  line-height: 20px;
  color: #a19c8d;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 18px;
}

.clothing-cont .yc-tips {
  font-size: 11px;
  line-height: 14px;
  color: #a9a393;
  text-align: center;
  margin-top: 10px;
}

.clothing-cont .btn-select {
  width: 178px;
  height: 36px;
  margin: 43px auto 0;
}

.clothing-cont .btn-select.gray {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.clothing-cont .clothing-box {
  position: relative;
  width: 100%;
  height: 300px;
}

.clothing-cont .clothing-box-cont {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  width: 642px;
  height: 300px;
  margin-left: 27.5px;
}

.clothing-cont .clothing-box-cont::-webkit-scrollbar {
  width: 4px;
}

.clothing-cont .clothing-box-cont::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 3px;
  background: #785a28;
}

.clothing-cont .clothing-box-cont::-webkit-scrollbar-track {
  width: 4px;
  background-color: transparent;
}

.clothing-cont .select-clothing-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clothing-cont .select-clothing-list .clothing {
  position: relative;
  width: 114px;
  height: 114px;
  cursor: pointer;
  margin-right: 12px;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.clothing-cont .select-clothing-list .clothing:nth-child(-n+5) {
  margin-top: 0;
}

.clothing-cont .select-clothing-list .clothing:nth-child(5n) {
  margin-right: 0;
}

.clothing-cont .select-clothing-list .clothing .clothing-pic {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  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;
}

.clothing-cont .select-clothing-list .clothing .clothing-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.clothing-cont .select-clothing-list .clothing .clothing-name {
  margin-top: 3px;
  font-size: 10px;
  color: #f5ebd6;
  line-height: 14px;
  text-align: center;
}

.clothing-cont .select-clothing-list .clothing .clothing-remain {
  font-size: 10px;
  color: #9f9a8b;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.clothing-cont .select-clothing-list .clothing .clothing-remain span {
  font-family: sellnum-1;
}

.clothing-cont .select-clothing-list .clothing::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #393e42;
  background-size: 100% 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clothing-cont .select-clothing-list .clothing.selected::after {
  border-color: #c79c4a;
}

.clothing-cont .select-clothing-list .clothing.none {
  pointer-events: none;
}

.clothing-cont .select-clothing-list .clothing.none .clothing-name {
  color: #626262;
}

.clothing-cont .select-clothing-list .clothing.none .clothing-remain {
  color: #a7a7a7;
}

.clothing-cont .select-clothing-list .clothing.none::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
  opacity: 0.6;
  pointer-events: none;
  z-index: 2;
}

.clothing-cont .common-checkbox {
  width: 15px;
  height: 15px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/common-checkbox.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 2;
}

.clothing-cont .selected .common-checkbox {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/common-checkbox-on.png") no-repeat;
  background-size: 100% 100%;
}

.card-cont {
  width: 673px;
  height: 495.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop21.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 0;
}

.card-cont .dia-close {
  top: 5px;
}

.card-cont::after {
  content: "";
  width: 99%;
  height: 1.5px;
  background-color: #21252c;
  position: absolute;
  bottom: 84px;
  left: 0;
}

.card-cont .dia-title {
  line-height: 35px;
  font-size: 15px;
}

.card-cont .common-checkbox {
  width: 15px;
  height: 15px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/common-checkbox.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 7px;
  top: 13.5px;
  z-index: 2;
}

.card-cont .selected .common-checkbox {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/common-checkbox-on.png") no-repeat;
  background-size: 100% 100%;
}

.card-cont .entity-tips {
  font-size: 12px;
  line-height: 20px;
  color: #a19c8d;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 18px;
}

.card-cont .yc-tips {
  font-size: 11px;
  line-height: 14px;
  color: #a9a393;
  text-align: center;
  margin-top: 10px;
}

.card-cont .btn-select {
  width: 178px;
  height: 36px;
  margin: 43px auto 0;
}

.card-cont .btn-select.gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}

.card-cont .card-box {
  position: relative;
  width: 100%;
  height: 300px;
}

.card-cont .card-box-cont {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  width: 642px;
  height: 300px;
  margin-left: 27.5px;
}

.card-cont .card-box-cont::-webkit-scrollbar {
  width: 4px;
}

.card-cont .card-box-cont::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 3px;
  background: #785a28;
}

.card-cont .card-box-cont::-webkit-scrollbar-track {
  width: 4px;
  background-color: #141414;
}

.card-cont .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-cont .card-list .card {
  position: relative;
  width: 115px;
  height: 186px;
  cursor: pointer;
  margin-right: 7.5px;
  margin-bottom: 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.card-cont .card-list .card:nth-child(5n) {
  margin-right: 0;
}

.card-cont .card-list .card .card-pic {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px;
}

.card-cont .card-list .card .card-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-cont .card-list .card .card-name {
  margin-top: 2px;
  font-size: 10px;
  color: #f5ebd6;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
}

.card-cont .card-list .card .card-remain {
  font-size: 11px;
  color: #9f9a8b;
  line-height: 12px;
  text-align: center;
  margin-top: 2px;
}

.card-cont .card-list .card .card-remain span {
  font-family: sellnum-1;
}

.card-cont .card-list .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #393e42;
  pointer-events: none;
}

.card-cont .card-list .card.selected::after {
  border-color: #c79c4a;
}

.card-cont .card-list .card.none {
  pointer-events: none;
}

.card-cont .card-list .card.none .card-name {
  color: #626262;
}

.card-cont .card-list .card.none .card-remain {
  color: #a7a7a7;
}

.card-cont .card-list .card.none::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
  opacity: 0.6;
  pointer-events: none;
  z-index: 2;
}

.card-cont .card-team-box {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/select-team-bg.png") no-repeat;
  background-size: 616.5px 196px;
  background-position: left top;
  padding-top: 7.5px;
  padding-left: 8px;
}

.card-cont .card-team-box .card-team-top {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #fff4de;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6px;
}

#informationDialog .informationDialog-cont {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.informationDialog-cont {
  width: 673px;
  height: auto;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop22.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 0;
  padding-bottom: 30px;
}

.informationDialog-cont .dia-close {
  top: 5px;
}

.informationDialog-cont .dia-title {
  line-height: 38px;
  font-size: 15px;
  position: relative;
}

.informationDialog-cont .dia-title::after {
  content: "";
  width: calc(100% - 4px);
  height: 1px;
  background-color: #23272d;
  position: absolute;
  left: 2px;
  bottom: 0;
}

.informationDialog-cont .agree {
  margin: 20px auto 0;
  color: #a9a393;
  font-size: 12px;
  position: relative;
  width: 520px;
  line-height: 18px;
}

.informationDialog-cont .agree .agree-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
}

.informationDialog-cont .agree span {
  color: red;
}

.informationDialog-cont .agree .advice {
  position: absolute;
  left: 5px;
  top: 2px;
  width: 15px;
  height: 15px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/buyzs_icon1.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.informationDialog-cont .agree input {
  display: none;
  position: absolute;
  left: -50px;
  top: 0;
  width: 15px;
  height: 15px;
}

.informationDialog-cont .agree input:checked + .advice {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/buyzs_icon2.png") no-repeat;
  background-size: 100% 100%;
}

.informationDialog-cont .btn-submit-album-order {
  width: 261px;
  height: 44.5px;
  margin: 35px auto 0;
}

.informationDialog-cont .btn-submit-album-order.gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}

.informationDialog-cont .dialog-main-info {
  width: 520px;
  margin: 25px auto 0;
  color: #9d998a;
  font-size: 14.5px;
}

.informationDialog-cont .dialog-main-info > div {
  margin-bottom: 5.5px;
}

.informationDialog-cont .dialog-main-info label {
  width: 44px;
  font-size: 14.5px;
  display: inline-block;
  white-space: nowrap;
}

.informationDialog-cont .dialog-main-info label:first-child {
  width: 110px;
  display: inline-block;
  text-align: right;
}

.informationDialog-cont .dialog-main-info input {
  width: 374.5px;
  height: 37.5px;
  text-align: left;
  outline: 0;
  border: none;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/address-input.png") no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  color: #9d998a;
}

.informationDialog-cont .dialog-main-info input::-webkit-input-placeholder {
  color: #9d998a;
  opacity: 0.5;
}

.informationDialog-cont .dialog-main-info select {
  width: 90px;
  height: 36px;
  text-align: center;
  outline: 0;
  border: none;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/address-select.png") no-repeat;
  background-size: 100% 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #9d998a;
  padding-left: 4px;
  padding-right: 28px;
}

.informationDialog-cont .dialog-main-info select::-webkit-input-placeholder {
  color: #989898;
}

.informationDialog-cont .dialog-main-info .certificate-type select {
  width: 374.5px;
  height: 37.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/address-select2.png") no-repeat;
  background-size: 100% 100%;
  padding: 0 15px;
}

.record-cont2 {
  width: 673px;
  height: 495.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop21.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 0;
}

.record-cont2 .dia-close {
  top: 5px;
}

.record-cont2 .dia-title {
  line-height: 35px;
  font-size: 15px;
}

.record-cont2 .table-box {
  width: 592px;
  height: 400px;
  margin: 0 auto 8px;
}

.record-cont2 .table-box table {
  width: 100%;
  font-size: 12px;
  color: #000c36;
}

.record-cont2 .table-box tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.record-cont2 .table-box td {
  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: 36px;
  line-height: 24px;
  text-align: center;
  color: #9d998a;
  font-size: 11px;
}

.record-cont2 .table-box td:nth-child(1) {
  width: 20%;
}

.record-cont2 .table-box td:nth-child(2) {
  width: 20%;
}

.record-cont2 .table-box td:nth-child(3) {
  width: 30%;
}

.record-cont2 .table-box td:nth-child(4) {
  width: 30%;
}

.record-cont2 .table-box thead {
  font-size: 13px;
  font-weight: 700;
  color: #c79c4a;
  position: relative;
}

.record-cont2 .table-box thead::after {
  content: "";
  width: 113%;
  height: 1px;
  background-color: #21252c;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.record-cont2 .table-box thead td {
  margin-bottom: 8px;
  height: 25px;
  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;
  color: #c79c4a;
  font-size: 13px;
}

.record-cont2 .table-box td a {
  color: #c79c4a;
  font-size: 11px;
  text-decoration: underline;
}

.record-cont2 .record-pagination {
  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;
  font-size: 11px;
  color: #deab41;
  margin-top: 10px;
}

.record-cont2 .record-pagination a {
  font-size: 11px;
  color: #fcf1dc;
  text-align: center;
  line-height: 24px;
  text-decoration: underline;
}

.record-cont2 .record-pagination a.current {
  text-decoration: none;
  color: #deab41;
}

.record-cont2 .record-pagination a.ellipsis {
  text-decoration: none;
}

.record-cont2 .record-pagination a.btn-prev {
  font-size: 0;
  text-indent: -999em;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/record-next.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.record-cont2 .record-pagination a.btn-next {
  font-size: 0;
  text-indent: -999em;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/record-next.png") no-repeat;
  background-size: 100% 100%;
}

.getbenefits-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin: 0 auto;
}

.getbenefits-item {
  margin: 5px auto 0;
}

.getbenefits-item.prop-icon .getbenefits-pic img {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.getbenefits-card {
  position: relative;
  width: 229px;
  height: 373px;
  margin: 0 auto;
}

.getbenefits-mp {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 116px;
  height: 72px;
}

.getbenefits-name {
  width: 100%;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #f0e6d2;
  margin-top: 20px;
}

.btn-getbenefits-ok {
  display: block;
  width: 156px;
  height: 32px;
  line-height: 32px;
  margin: 50px auto 0;
}

.getbenefits-pic {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/sw_img_bg2.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}

.getbenefits-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 241px;
  height: 384.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/exchange-border.png") no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.getbenefits-mp img,
.getbenefits-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pop-optional-cont {
  width: 675.5px;
  height: 478px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/optional-box.png") no-repeat;
  background-size: 100% 100%;
}

.pop-optional-close {
  width: 28px;
  height: 28px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop-close.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -35px;
  top: 6px;
  text-indent: -9999px;
}

.pop-optional-title {
  display: block;
  width: 151.5px;
  height: 27px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/optional-box-title.png") no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  margin: 24px auto 0;
}

.pop-optional-list {
  width: 588px;
  height: 330px;
  margin: 10px auto 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 0 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pop-optional-list li {
  width: 99px;
  height: 162px;
  position: relative;
  margin: 0 7px 52px;
  cursor: pointer;
}

.pop-optional-list li:after {
  content: "";
  width: 104px;
  height: 166.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/optional-box-imgkk.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pop-optional-list li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pop-optional-list li.owned .pop-optional-owned {
  display: block;
  width: 41px;
  height: 41.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/owned.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.pop-optional-list li.checked:after {
  width: 112px;
  height: 174.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/optional-box-imgchecked.png") no-repeat;
  background-size: 100% 100%;
}

.pop-optional-list::-webkit-scrollbar {
  width: 4px;
}

.pop-optional-list::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 3px;
  background: #bd9669;
}

.pop-optional-list::-webkit-scrollbar-track {
  width: 4px;
  background: 0 0;
}

.pop-optional-name {
  width: 100%;
  height: 52px;
  text-align: center;
  font-size: 10px;
  color: #fff4da;
  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;
}

.pop-optional-sure {
  display: block;
  width: 161px;
  height: 44.5px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/dia_sure_btn.png") no-repeat;
  background-size: 100% 100%;
  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;
  font-size: 18px;
  color: #fff6d6;
  font-weight: 700;
  margin: 12px auto 0;
}

.discount-bundle-cont {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop-discount-bundle.png") no-repeat center top/100%;
  width: 526px;
  height: 470px;
  text-align: center;
  padding-top: 0;
}

.discount-bundle-cont .dia-title {
  font-size: 18px;
  line-height: 42px;
}

.discount-bundle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.discount-bundle-tt {
  color: #c89b3c;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.discount-bundle-tt::after,
.discount-bundle-tt::before {
  display: inline-block;
  vertical-align: top;
  margin: 10px 18px 0;
  width: 6px;
  height: 6px;
  content: "";
  border: #785a28 solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.discount-bundle-box {
  border: rgba(255, 255, 255, 0.12) solid 1px;
  -webkit-box-shadow: inset 0 0 1px #1e2328;
          box-shadow: inset 0 0 1px #1e2328;
  width: 204px;
  height: 210px;
  margin: 10px 15px 0;
  position: relative;
}

.discount-bundle-box img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.discount-bundle-box span {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  color: #f0e6d2;
  font-size: 16px;
  text-align: center;
}

.discount-bundle-box span strong {
  color: #c89b3c;
  font-size: 20px;
}

.discount-bundle-btn.new_btn {
  width: 180px;
  height: 44px;
  margin: 40px auto 0;
  color: #cdbe91;
  font-size: 14px;
}

.discount-bundle-btn.new_btn em {
  display: block;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/discount-bundle-tip.png") no-repeat center top/100%;
  width: 84px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -42px;
  top: -16px;
  font-weight: 700;
}

.discount-bundle-link {
  color: #a09b8c;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}

.bubble-box .bubble-swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 236px;
  height: 236px;
  overflow: hidden;
  border-radius: 50%;
}

.bubble-box .bubble-swiper .swiper-slide {
  width: 236px;
  height: 236px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: #add8e6;
  -webkit-mask-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/mask3.png");
          mask-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/mask3.png");
  -webkit-mask-size: cover;
          mask-size: cover;
}

.bubble-box .bubble-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bubble-pagination {
  position: absolute;
  bottom: 35px !important;
  z-index: 2;
  text-align: center;
}

.bubble-pagination .swiper-pagination-bullet {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/bubble-pagination.png") no-repeat;
  background-size: 100% 100%;
  width: 12.5px;
  height: 11.5px;
  opacity: 1;
  border-radius: 0;
}

.bubble-pagination .swiper-pagination-bullet-active {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/bubble-pagination-on.png") no-repeat;
  background-size: 100% 100%;
}

.bubble-cont {
  position: absolute;
  z-index: 7;
  bottom: 28.5px;
  left: 50%;
  width: 79px;
  margin-left: -44.5px;
  padding-bottom: 20px;
}

.bubble-cont .bubble-box {
  position: relative;
  z-index: 2;
}

.bubble-cont .bubble-box:after {
  content: "";
  width: 131px;
  height: 73px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/unlock-btn.light.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -64px;
  top: -20px;
  display: none;
}

.bubble-cont .bubble-box.light:after {
  display: block;
  -webkit-animation: aniFlicker 2s linear infinite;
  animation: aniFlicker 2s linear infinite;
}

@-webkit-keyframes aniFlicker {
  0% {
    opacity: 1;
    -webkit-filter: brightness(1.7);
            filter: brightness(1.7);
  }
  50% {
    opacity: 0.55;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1.7);
            filter: brightness(1.7);
  }
}

@keyframes aniFlicker {
  0% {
    opacity: 1;
    -webkit-filter: brightness(1.7);
            filter: brightness(1.7);
  }
  50% {
    opacity: 0.55;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1.7);
            filter: brightness(1.7);
  }
}
.unlock-btn {
  display: block;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/unlock-btn.png") no-repeat;
  background-size: 100% 100%;
  width: 79px;
  height: 33px;
  margin: 0 auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4px;
  position: relative;
  z-index: 2;
}

.unlock-btn.no {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}

.unlock-btn .power-num {
  font-size: 12px;
  color: #d4b5fe;
  text-align: center;
  font-family: sellnum-1;
  line-height: 13px;
}

.unlock-btn .power-num span {
  font-weight: 700;
  color: #fbf8f0;
  font-weight: 700;
  margin-right: 1px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.unlock-btn p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
}
@supports (-webkit-background-clip: text) {
  .unlock-btn p {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d5f4ee), to(#faf7ef));
    background-image: linear-gradient(to top, #d5f4ee, #faf7ef);
  }
}

.query-btn {
  display: block;
  position: absolute;
  top: -10.5px;
  right: -10.5px;
  z-index: 3;
}

.query-btn:hover .pbar-desc {
  opacity: 1;
}

.pbar-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;
  color: #fbf8f0;
  font-size: 10px;
  line-height: 13px;
  text-align: left;
  padding: 0 2px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 422px;
  height: 110px;
  box-sizing: border-box;
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  top: -15.5px;
  left: 24px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bubble-tips {
  width: 500px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -250px;
  z-index: 2;
  font-size: 14px;
  color: #fff5fb;
  text-align: center;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 0 0 27px rgba(0, 0, 0, 0.92);
}

.bubble-tips span {
  font-weight: 700;
  color: #00ecfc;
}

.bubble-tips b {
  font-weight: 700;
  color: #00ecfc;
}

.tips-cont {
  width: 478px;
  height: 238px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/pop15.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding-top: 6px;
}

.tips-info {
  font-size: 12px;
  color: #a09b8c;
  line-height: 20px;
  text-align: center;
  margin: 45px auto 0;
  width: 74%;
}

.tips-info span {
  color: #c89b3c;
  font-weight: 800;
}

.tips-info span i {
  font-weight: 800;
}

.tips-btns {
  width: 185px;
  margin: 40px auto 0;
}

.mob-show {
  display: none !important;
}

.pop-bg-video {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 90;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

.pop-bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.pop-unlock .bea-title {
  line-height: 1;
}

.pop-unlock .bea-title span {
  color: #F0E6D2;
  margin: 0 10px;
  font-weight: 700;
}

.unlock-cont-anim {
  width: 100%;
  height: 100%;
  -webkit-animation: fadein 0.3s ease both;
          animation: fadein 0.3s ease both;
}

.pop-unlock1 .pop-close,
.pop-unlock2 .pop-close {
  display: none;
  top: 0;
  right: -32px;
}

.pop-unlock1 .unlock-pic {
  position: relative;
  width: 701px;
  height: 398px;
  margin-top: 32px;
  margin-bottom: 60px;
  padding: 2px 2px 6px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pop-unlock1 .unlock-pic::before {
  content: "";
  width: 701px;
  height: 398px;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/unlock-pic.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.pop-unlock1 .unlock-pic .pop-skin-img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pop-unlock2 .unlock-pic {
  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: 251px;
  height: 397px;
  margin: 30px auto 60px;
  padding: 2px;
  border: 1px solid #3C3C41;
  background-color: #010A13;
}
.pop-unlock2 .unlock-pic img {
  display: block;
  width: auto;
  height: 60%;
  margin: 0 auto;
}

.pop-unlock .icon {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 4;
  width: 200px;
  height: 70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pop-unlock .icon img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.unlock-name {
  position: absolute;
  left: 0;
  top: calc(100% + 15px);
  width: 100%;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fbf8f0;
}

.unlock-close {
  position: absolute;
  z-index: 6;
  outline: 0;
}

.pop-lottery .bea-title span,
.pop-unlock .bea-title span {
  line-height: 1.2;
  margin: 0 30px;
  font-size: 21px;
}
@supports (-webkit-background-clip: text) {
  .pop-lottery .bea-title span,
  .pop-unlock .bea-title span {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff1b8));
    background-image: linear-gradient(to top, #fff, #fff1b8);
  }
}

.btn-close {
  display: block;
  position: relative;
  width: 148px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #F0E6D2;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/btn-close.png");
  background-size: 100% 100%;
}

@-webkit-keyframes ani-tit-downin {
  0% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes ani-tit-downin {
  0% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ani-tit-left {
  0% {
    -webkit-transform: translate(-25px, 0);
            transform: translate(-25px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes ani-tit-left {
  0% {
    -webkit-transform: translate(-25px, 0);
            transform: translate(-25px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ani-tit-right {
  0% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes ani-tit-right {
  0% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ani-tit-up {
  0% {
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes ani-tit-up {
  0% {
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.pop-lottery.nobg,
.pop-unlock.nobg {
  background: 0 0;
}

.main-spr {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/main-spr.png");
  background-repeat: no-repeat;
  background-size: 942px 261px;
}

.main-spr.bg-swiper-pag-sp {
  width: 16px;
  height: 15.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/bg-swiper-pag-sp.png");
  background-size: 100% 100%;
}

.main-spr.bg-swiper-pag-spcur {
  width: 16px;
  height: 15.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/bg-swiper-pag-spcur.png");
  background-size: 100% 100%;
}

.main-spr.btn-again {
  width: 176.5px;
  height: 32.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/btn-again.png");
  background-size: 100% 100%;
}

.main-spr.btn-check {
  width: 160.5px;
  height: 32.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/btn-check.png");
  background-size: 100% 100%;
}

.main-spr.btn-f5 {
  width: 14.5px;
  height: 14.5px;
  background-position: 99.78437% 7.09939%;
}

.main-spr.btn-one-bg {
  width: 237.5px;
  height: 92px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/btn-one-bg.png");
  background-size: 100% 100%;
}

.main-spr.btn-one-icon {
  width: 25.5px;
  height: 27.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/btn-one-icon.png");
  background-size: 100% 100%;
}

.main-spr.btn-subtract {
  width: 15px;
  height: 15px;
  background-position: 99.83819% 0.60976%;
}

.main-spr.btn-ten-bg {
  width: 237.5px;
  height: 92px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/btn-ten-bg.png");
  background-size: 100% 100%;
}

.main-spr.btn-ten-icon {
  width: 20.5px;
  height: 23px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/btn-ten-icon.png");
  background-size: 100% 100%;
}

.main-spr.btn-ten-ques-desc {
  width: 152.5px;
  height: 34.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/btn-ten-ques-desc.png");
  background-size: 100% 100%;
}

.main-spr.btn-ten-ques {
  width: 16px;
  height: 16px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/btn-ten-ques.png");
  background-size: 100% 100%;
}

.main-spr.btn-ten-tips {
  width: 80.5px;
  height: 19.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/btn-ten-tips.png");
  background-size: 100% 100%;
}

.main-spr.nav-icon1 {
  width: 32px;
  height: 35px;
  background-position: 97.63736% 32.07965%;
}

.main-spr.nav-icon2 {
  width: 32px;
  height: 35px;
  background-position: 97.63736% 48.00885%;
}

.main-spr.nav-icon3 {
  width: 32.5px;
  height: 35px;
  background-position: 97.91094% 16.15044%;
}

.main-spr.nav-nums {
  width: 127px;
  height: 34px;
  background-position: 80.67485% 94.71366%;
}

.main-spr.pbar-desc {
  width: 220px;
  height: 51.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/pbar-desc.png");
  background-size: 100% 100%;
}

.main-spr.pop-close {
  width: 32px;
  height: 32px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/pop-close.png");
  background-size: 100% 100%;
}

.main-spr.pop-comm-line1 {
  display: none;
  width: 170px;
  height: 10.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/pop-comm-line1.png");
  background-size: 100% 100%;
}

.main-spr.pop-comm-line2 {
  width: 150px;
  height: 11.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/pop-comm-line2.png");
  background-size: 100% 100%;
}

.main-spr.pop-comm-line3 {
  display: none;
  width: 170px;
  height: 10.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/pop-comm-line3.png");
  background-size: 100% 100%;
}

.main-spr.pop-comm-line4 {
  display: none;
  width: 170px;
  height: 10.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/pop-comm-line4.png");
  background-size: 100% 100%;
}

.main-spr.query-btn {
  width: 21px;
  height: 21px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/query-btn.png");
  background-size: 100% 100%;
}

.lottery-flower {
  position: absolute;
  cursor: pointer;
  bottom: 90px;
  padding-top: 60px;
  width: 256px;
  height: auto;
  left: 50%;
  margin-left: -133px;
  z-index: 6;
  -webkit-transform: scale(0.73);
          transform: scale(0.73);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.prog-bar {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250429/pc/bar1.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 167px;
  height: 47px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}

.prog-bar-box {
  position: relative;
  -webkit-mask-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250429/pc/bar-mask.png");
  -webkit-mask-size: 100% 100%;
  mask-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250429/pc/bar-mask.png");
  mask-size: 100% 100%;
  width: 167px;
  height: 47px;
  overflow: hidden;
  z-index: 1;
}

.prog-bar em {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.prog-bar em.em1 {
  opacity: 1;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250429/pc/bar2.png") no-repeat 0 0;
  width: 234px;
  height: 234px;
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: -117px;
  -webkit-transform: rotate(94deg);
          transform: rotate(94deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.prog-bar em.em2 {
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250429/pc/bar3.png") no-repeat 0 0;
  width: 175px;
  height: 55px;
  top: -4px;
  left: -4px;
}

.prog-bar em.em3 {
  pointer-events: none;
  opacity: 0;
  z-index: 5;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250429/pc/bar4.png") no-repeat 0 0;
  width: 356px;
  height: 193px;
  top: -92px;
  left: -96px;
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

.lottery-flower.light .prog-bar em.em3 {
  opacity: 1;
}

.flower-box {
  width: 100%;
  height: 151px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.flower-state {
  position: absolute;
  left: 0;
  top: -54px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  pointer-events: none;
}
.flower-state.flower-state1::before, .flower-state.flower-state2::before, .flower-state.flower-state3::before {
  content: "";
  position: absolute;
  width: 235px;
  height: 203px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/pc/flower-card.png");
}
.flower-state.flower-state1::before {
  top: -40px;
  left: 10px;
}
.flower-state.flower-state2::before {
  top: -40px;
  left: 10px;
}
.flower-state.flower-state3::before {
  top: -40px;
  left: 10px;
}

.flower-state img {
  display: block;
  position: absolute;
  top: -8px;
  z-index: 2;
}

.flower-state1 img {
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 291px;
  height: 261px;
}

.flower-state2 img {
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 291px;
  height: 261px;
}

.flower-state3 img {
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 291px;
  height: 261px;
}

.flower-state4 img {
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 291px;
  height: 261px;
}

.flower-state em {
  background: url(//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/pc/flower-state4-anim.png) no-repeat 0 0;
  width: 167px;
  height: 167px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -30px;
  margin-left: -15px;
}

.flower-state5 {
  opacity: 1;
}

.flower-state.show {
  opacity: 1;
}

@-webkit-keyframes twinkling {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes twinkling {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.page-anim {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: -214px;
  top: -80px;
  z-index: 5;
  width: 1280px;
  height: 720px;
  display: none;
}

.page-anim video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

.bea-title {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.bea-title em,
.bea-title span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.bea-title em {
  top: 2px;
}

.bea-title em.rot {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.pop-close {
  top: 4px;
  right: 8px;
}

.pop-skins .bea-title {
  padding-top: 0;
  height: 40px;
  line-height: 40px;
}

.pop-skins .skins-nav {
  margin-top: 0;
}

.pop-skins .bea-title span {
  font-size: 14px;
  color: #F0E6D2;
  margin: 0 18px;
}

.pop-skins .skins-item {
  color: rgba(240, 230, 210, 0.5);
  font-size: 14px;
  opacity: 1;
  border-bottom: 1px solid #463714;
}

.pop-skins .skins-item.on {
  font-weight: 700;
  color: #f0e6d2;
  border-bottom: 1px solid #C89B3C;
}

.pop-skins .skins-line {
  display: none;
  background: #2fa499;
  border: none;
  height: 3.5px;
  bottom: -1.5px;
}

.pop-skins li.skin {
  width: 152px;
  height: auto;
  margin: 0;
}

.pop-skins li.skin img {
  pointer-events: none;
}

.pop-skins .operation-pic {
  width: 152px;
  height: 240px;
  margin: 0 auto;
  border: 1px solid #3C3C41;
  padding: 2px;
}

.pop-skins .skin .mp {
  top: -60px;
}

#popPool1 .skin .mp {
  bottom: 26px;
  z-index: 3;
  top: auto;
}

.pop-skins .skin .owned {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 6;
  color: #e04dff;
  font-size: 16px;
  padding-top: 215px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  top: 0;
  text-align: center;
  display: none;
}

.pop-skins .skin .operation-pic.already .owned {
  display: block;
}

.pop-skins .skin .operation-pic::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  pointer-events: none;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72.4%, rgba(0, 0, 0, 0)), color-stop(86.26%, rgba(0, 0, 0, 0.6)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.4%, rgba(0, 0, 0, 0.6) 86.26%, #000 100%);
  opacity: 0.9;
}

.pop-skins .operation-name {
  color: #F0E6D2;
  font-size: 15px;
  line-height: 21px;
  padding-top: 6px;
}

.pop-skins .skins-box::after {
  display: none;
}

.pop-skins .skins-box-cont::-webkit-scrollbar {
  background-color: transparent;
}

.pop-skins .skins-box-cont::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #785A28;
}

.pop-skins .skins-list {
  width: 824px;
  padding-bottom: 20px;
  gap: 16px;
}

.pop-lottery .dia-cont {
  top: 0;
}

.pop-lottery .bea-title {
  line-height: 1;
  top: 0;
  margin-bottom: 18px;
}

.pop-lottery .prop-pic {
  width: 100%;
  height: 100%;
}

.pop-lottery .prop-con2 .prop-name {
  width: 115px;
  color: #fbf8f0;
  font-size: 11px;
  line-height: 16px;
  top: 100%;
  margin-top: 10px;
}

.pop-lottery .prop-tip {
  color: #fbf8f0;
}
.pop-lottery .prop-tip span {
  color: #76c8d7;
}

.pop-lottery #popGiftOne .prop-pic {
  position: relative;
  width: 251px;
  height: 397px;
  padding: 2px;
  border: 1px solid #3C3C41;
  background-color: #010A13;
}
.pop-lottery #popGiftOne .prop-pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pop-lottery #popGiftOne .prop-name {
  width: 160%;
  color: #F0E6D2;
  font-size: 16px;
  line-height: 1;
  top: 100%;
  font-weight: bold;
  margin-top: 10px;
}

.pop-lottery .prop-cont {
  height: auto;
  margin: 0 auto;
}

.pop-lottery #popGiftOne .prop-cont {
  top: 0;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#pop-lottery1.pop-lottery .dia-cont {
  width: 650px;
}

.pop-record .record-cont {
  padding-top: 0px;
}

.pop-record .pop-close {
  top: 4px;
  right: 8px;
}

.pop-record .bea-title {
  padding-top: 0;
  line-height: 40px;
  top: 0;
  margin-bottom: 0;
  text-shadow: none;
  -webkit-filter: none;
          filter: none;
}

.pop-record .bea-title span {
  font-size: 14px;
  color: #F0E6D2;
  margin: 0 16px;
}

.pop-record .record-nav {
  margin-top: 5.5px;
  height: 30px;
  line-height: 30px;
  width: 588px;
}

.pop-record .record-nav-item {
  width: 212px;
  line-height: 23px;
  color: #F0E6D2;
  font-size: 14px;
}

.pop-record .record-nav::after {
  border: none;
  background-color: #463714;
  height: 2px;
}

.pop-record .record-line {
  border: none;
  background-color: #C89B3C;
  height: 2px;
  bottom: 0;
}

.pop-record .pages a {
  line-height: 24.5px;
  color: #F0E6D2;
}

.pop-record .pages a.current {
  color: #C89B3C;
}

.pop-record .record-pagination a.btn-next,
.pop-record .record-pagination a.btn-prev {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/record-next.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.pop-rule .rule-cont {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/pop-bg3.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 656px;
  height: 471px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 6px;
}

.pop-rule .pop-close {
  top: 4px;
  right: 8px;
}

.pop-rule .rule-text-cont {
  padding: 20px 30px 0px;
}

.pop-rule .rule-text {
  margin-top: 0;
  color: #A09B8C;
  height: 405px;
  margin-left: 0;
  margin-right: -25px;
  padding-right: 25px;
}
.pop-rule .rule-text::-webkit-scrollbar {
  background-color: transparent;
}
.pop-rule .rule-text::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #785A28;
}

.pop-rule .rule-text .color,
.pop-rule .rule-text a {
  color: #A09B8C;
}

.pop-rule .rule-text a {
  font-weight: 700;
}

.pop-rule .bea-title {
  padding-top: 0;
  line-height: 40px;
  top: 0;
  margin-bottom: 0;
}

.pop-rule .bea-title span {
  font-size: 14px;
  color: #F0E6D2;
  margin: 0 32.5px;
}

.pop-rule .td {
  border-color: #A09B8C;
}

.pop-rule .tr:last-child .td {
  border-color: #A09B8C;
}

.pop-skin2 .skins-cont {
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250731/lcu/pop-bg4.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 694px;
  height: 572px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pop-skin2 .bea-title {
  padding-top: 0;
  line-height: 40px;
  top: 0;
  margin-bottom: 0;
}

.pop-skin2 .bea-title span {
  font-size: 14px;
  color: #F0E6D2;
  margin: 0 25px;
}

.pop-skin2 .operation-name {
  padding-top: 2px;
}

.pop-skin2 .skins-box-cont.skin2 {
  margin: 18px auto 0;
  width: 664px;
}

.pop-skin2 .skins-list {
  width: 659px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  text-align: center;
  margin-right: -15px;
  padding-right: 15px;
}

.pop-skin2 .operation-pic {
  width: 152px;
  height: 240px;
  margin: 0 auto;
  border: 1px solid #3C3C41;
  padding: 2px;
}

.pop-skin2 .skin {
  margin: 0;
  width: 152px;
  height: auto;
}
.pop-skin2 .skin:not(:nth-of-type(4n)) {
  margin-right: 16px;
}
.pop-skin2 .skin:not(:nth-of-type(-n + 4)) {
  margin-top: 16px;
}

.pop-skin2 .skin img {
  pointer-events: none;
}

.operation-name {
  color: #F0E6D2;
  font-size: 12px;
  line-height: 16px;
}

.prog-bar-box:before {
  content: "";
  display: inline-block;
  width: 124px;
  height: 228px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -114px;
  inset: 0;
  z-index: 2;
  background: url("//game.gtimg.cn/images/lol/act/a20250829qixitreasure/250429/light.png") no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-animation: ani-saoguang 3s 0s infinite;
          animation: ani-saoguang 3s 0s infinite;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
}

@-webkit-keyframes ani-saoguang {
  to {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}

@keyframes ani-saoguang {
  to {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
.navigation.zid {
  z-index: 4;
}

.pop-skin2 .skins-box-cont.skin2 {
  height: 509px;
}

.pop-skins .skins-list2 .skin .operation-pic {
  background: #3C3C41;
  background-size: 100% 100%;
}

.pop-skins .skins-list2 .skin .operation-pic::before {
  display: none;
}

.pop-lottery .prop-cont {
  position: relative;
  z-index: 2;
}

.dialog,
.pop {
  z-index: 1100;
}

.wrap-test #pop-lottery1 .dia-close {
  display: block;
}

.wrap-test #pop-lottery10 .dia-close {
  display: block;
}