@charset "UTF-8";
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

a,
img,
input {
  border: none;
}

body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

em {
  font-style: normal;
}

#afooter {
  text-align: center;
  font-size: 20px;
  padding: 30px 0;
  line-height: 1.5;
  background-color: #000;
  color: #c0c0c0;
}

.ispc {
  display: none !important;
}

@-webkit-keyframes videobtnAni {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes videobtnAni {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*** 方正非凡简体 ***/
@font-face {
  font-family: "font1";
  src: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/fonts/fzfeitj2.ttf);
}
/*** 售卖字体1 bold***/
@font-face {
  font-family: "font2";
  src: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/fonts/vflb.ttf);
}
/*** 售卖字体2 medium***/
@font-face {
  font-family: "font3";
  src: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/fonts/vflm.otf);
}
.wrap {
  width: 750px;
  overflow-x: hidden;
}

/*** header ***/
.header {
  position: relative;
  height: 600px;
  padding-top: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/header_bg1.jpg") no-repeat;
  background-size: 100% 100%;
}
.header .logo {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 127px;
  height: 36px;
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/logo.png) no-repeat;
  background-size: 100% 100%;
}
.header .subtitle {
  position: absolute;
  top: 438px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 618px;
  height: 79px;
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/m/header_tit_bg1.png) no-repeat;
  background-size: 100% 100%;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #fee0cd;
  line-height: 88px;
  text-align: center;
  font-weight: 400;
}

/*** section ***/
.section {
  position: relative;
  width: 100%;
}
.section .segmentation1 {
  display: none !important;
}
.section .part {
  margin-top: -1px;
}

/*** part1 ***/
.part1 {
  position: relative;
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/m/bg1_1.jpg) no-repeat center 0;
  height: 2600px;
  padding-top: 325px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.part1 .hero_nav_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 4;
}
.part1 .hero_nav_list li {
  position: relative;
  width: 227px;
  height: 155px;
  background-image: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/m/hero_nav.png);
  background-size: 1127px 155px;
  background-position: 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.part1 .hero_nav_list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.part1 .hero_nav_list li.hero_nav_item1 {
  background-position: 0 0;
}
.part1 .hero_nav_list li.hero_nav_item2 {
  background-position: -226px 0;
}
.part1 .hero_nav_list li.hero_nav_item3 {
  background-position: -453px 0;
}
.part1 .hero_nav_list li.hero_nav_item4 {
  background-position: -680px 0;
}
.part1 .hero_nav_list li.hero_nav_item5 {
  background-position: -908px 0;
}
.part1 .hero_nav_list li.on {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/m/hero_nav_on.png);
}
.part1 .hero_nav_list li.on .player_nav_info .player_nav_team,
.part1 .hero_nav_list li.on .player_nav_info .player_nav_hero {
  color: #ffffff;
}
.part1 .hero_nav_list .player_nav_info {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  color: #888a91;
  line-height: 1;
  font-weight: 700;
}
.part1 .hero_nav_list .player_nav_info .player_nav_hero {
  margin-left: 13px;
}
.part1 .part1_inner {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.part1 .heroSwiper {
  width: 100%;
  height: 100%;
}
.part1 .heroSwiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.part1 .heroSwiper .hero_img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1520px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.part1 .heroSwiper .hero_img.hero_img1 {
  width: 1600px;
  margin-top: -20px;
}
.part1 .heroSwiper .hero_img.hero_img2 {
  margin-left: 22px;
}
.part1 .heroSwiper .hero_img.hero_img4 {
  margin-left: 20px;
}
.part1 .heroSwiper .player {
  position: absolute;
  top: 429px;
  right: 43px;
  width: 486px;
}
.part1 .heroSwiper .player img {
  width: 100%;
  height: 615px;
}
.part1 .heroSwiper .player::before {
  content: "";
  position: absolute;
  left: -119px;
  top: 230px;
  width: 285px;
  height: 278px;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/decoration1.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
.part1 .heroSwiper .player .player_info {
  position: absolute;
  right: 41px;
  top: 285px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.part1 .heroSwiper .player .player_info .player_wz {
  width: 53px;
  height: 53px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .player .player_info .player_wz.shanglu {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/icon_shang.png);
}
.part1 .heroSwiper .player .player_info .player_wz.xia {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/icon_xia.png);
}
.part1 .heroSwiper .player .player_info .player_wz.fuzhu {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/icon_fuzhu.png);
}
.part1 .heroSwiper .player .player_info .player_wz.daye {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/icon_daye.png);
}
.part1 .heroSwiper .player .player_info .player_wz.zhong {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/icon_zhong.png);
}
.part1 .heroSwiper .player .player_info .player_name {
  font-family: "Microsoft YaHei";
  font-size: 28px;
  color: #f9ceb4;
  text-align: right;
  line-height: 1;
  font-weight: 700;
  margin-top: 8px;
}
.part1 .heroSwiper .sales_box .sales_tit {
  position: absolute;
  top: 923px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 258px;
  font-family: "font3";
  font-size: 20px;
  color: #f9ceb4;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  letter-spacing: 6px;
  z-index: 2;
}
.part1 .heroSwiper .sales_box .sales_tit::after, .part1 .heroSwiper .sales_box .sales_tit::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 8px;
}
.part1 .heroSwiper .sales_box .sales_tit::after {
  right: 0;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/icon_square2.png") no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .sales_box .sales_tit::before {
  left: 0;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/icon_square1.png") no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .sales_box .skin_name {
  position: absolute;
  left: 30px;
  right: 0;
  top: 790px;
  z-index: 2;
  margin: 0 auto;
  font-size: 0;
  text-indent: -999em;
}
.part1 .heroSwiper .sales_box .skin_name.skin_name1 {
  width: 376px;
  height: 199px;
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/skin_name1.png) no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .sales_box .skin_name.skin_name2 {
  width: 286px;
  height: 199px;
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/skin_name2.png) no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .sales_box .skin_name.skin_name3 {
  width: 376px;
  height: 199px;
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/skin_name3.png) no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .sales_box .skin_name.skin_name4 {
  width: 462px;
  height: 199px;
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/skin_name4.png) no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .sales_box .skin_name.skin_name5 {
  width: 376px;
  height: 199px;
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/skin_name5.png) no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .sales_box .skin_video_btn {
  display: block;
  margin: 0 auto;
  width: 116px;
  height: 110px;
  position: absolute;
  left: 0;
  right: 0;
  top: 680px;
  -webkit-animation: ani-scale 4s linear infinite;
          animation: ani-scale 4s linear infinite;
}
.part1 .heroSwiper .sales_box .skin_video_btn::before {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/btn_play1.png) no-repeat;
  width: 205px;
  height: 148px;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.part1 .heroSwiper .sales_box .limit_flag {
  position: absolute;
  top: 170px;
  left: 78px;
  width: 122px;
  height: 66px;
  z-index: 2;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/icon_flag.png") no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .sales_box .sales_price {
  position: absolute;
  top: 1025px;
  left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 87px;
}
.part1 .heroSwiper .sales_box .sales_price .sales_price_text1 {
  width: 24px;
  height: 87px;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/sales_frame1.png") no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #d65355;
  line-height: 28px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3px;
}
.part1 .heroSwiper .sales_box .sales_price .sales_price_num {
  position: relative;
  top: -5px;
  font-family: "font2";
  font-size: 132px;
  color: #c83a3b;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(45%, #c7c7c7), color-stop(80%, #c65050));
  background: linear-gradient(to bottom, #ffffff 0 30%, #c7c7c7 45% 55%, #c65050 80% 100%); /* 渐变颜色 */
  -webkit-background-clip: text; /* Safari */
  -webkit-text-fill-color: transparent; /* Safari */
  background-clip: text; /* 其他浏览器 */
  color: transparent; /* 确保文本颜色透明 */
  -webkit-filter: drop-shadow(0 0 18px rgba(241, 30, 62, 0.17)) drop-shadow(0 0 18px rgba(241, 30, 62, 0.17));
          filter: drop-shadow(0 0 18px rgba(241, 30, 62, 0.17)) drop-shadow(0 0 18px rgba(241, 30, 62, 0.17));
  margin-left: 2px;
}
.part1 .heroSwiper .sales_box .sales_price .sales_price_type {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  color: #ce3537;
  line-height: 1;
  font-weight: 400;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: -5px;
}
.part1 .heroSwiper .sales_box .hero_btn_buy {
  position: absolute;
  right: 25px;
  top: 984px;
  display: block;
  width: 463px;
  height: 160px;
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  font-size: 0;
  text-indent: -999em;
}
.part1 .heroSwiper .hero_swiper_btn_next,
.part1 .heroSwiper .hero_swiper_btn_prev {
  position: absolute;
  top: 870px;
  width: 54px;
  height: 61px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1 !important;
  margin-top: 0;
}
.part1 .heroSwiper .hero_swiper_btn_next::after,
.part1 .heroSwiper .hero_swiper_btn_prev::after {
  display: none;
}
.part1 .heroSwiper .hero_swiper_btn_next {
  right: 40px;
  background-image: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/swiper_btn_right.png);
}
.part1 .heroSwiper .hero_swiper_btn_next.swiper-button-disabled {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/swiper_btn_right_disable.png);
}
.part1 .heroSwiper .hero_swiper_btn_prev {
  left: 40px;
  background-image: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/swiper_btn_left.png);
}
.part1 .heroSwiper .hero_swiper_btn_prev.swiper-button-disabled {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/swiper_btn_left_disable.png);
}
.part1 .heroSwiper .gift_box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 42px;
  margin: 0 auto;
  width: 613px;
  height: 1088px;
  padding-top: 535px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.part1 .heroSwiper .gift_box.gift_bg1 {
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/gift_bg1.png") no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .gift_box.gift_bg2 {
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/gift_bg2.png") no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .gift_box.gift_bg3 {
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/gift_bg3.png") no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .gift_box.gift_bg4 {
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/gift_bg4.png") no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .gift_box.gift_bg5 {
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/gift_bg5.png") no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .gift_box .gift_name_tit {
  font-family: "font3";
  font-size: 20px;
  color: #f9ceb4;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  letter-spacing: 6px;
}
.part1 .heroSwiper .gift_box .gift_skin_name {
  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: 90px;
}
.part1 .heroSwiper .gift_box .gift_skin_name .team_name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66px;
  height: 81px;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/t1.png") no-repeat;
  background-size: 100% 100%;
}
.part1 .heroSwiper .gift_box .gift_skin_name span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "font1";
  font-size: 90px;
  color: #f9fafa;
  font-weight: normal;
  white-space: nowrap;
  margin-left: 11px;
  letter-spacing: -5px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fafa), to(#a7b3ba));
  background: linear-gradient(to bottom, #f9fafa 0%, #a7b3ba 100%); /* 渐变颜色 */
  -webkit-background-clip: text; /* Safari */
  -webkit-text-fill-color: transparent; /* Safari */
  background-clip: text; /* 其他浏览器 */
  color: transparent; /* 确保文本颜色透明 */
}
.part1 .heroSwiper .gift_box .gift_sales_price {
  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: 83px;
  margin-top: 28px;
}
.part1 .heroSwiper .gift_box .gift_sales_price .sales_price_text1 {
  width: 31px;
  height: 83px;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/sales_frame1.png") no-repeat;
  background-size: 100% 100%;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  color: #c83a3b;
  line-height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 6px;
}
.part1 .heroSwiper .gift_box .gift_sales_price .sales_price_num {
  position: relative;
  top: -5px;
  font-family: "font2";
  font-size: 132px;
  line-height: 1;
  color: #c83a3b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(45%, #c7c7c7), color-stop(80%, #c65050));
  background: linear-gradient(to bottom, #ffffff 0 30%, #c7c7c7 45% 55%, #c65050 80% 100%); /* 渐变颜色 */
  -webkit-background-clip: text; /* Safari */
  -webkit-text-fill-color: transparent; /* Safari */
  background-clip: text; /* 其他浏览器 */
  color: transparent; /* 确保文本颜色透明 */
  -webkit-filter: drop-shadow(0 0 18px rgba(241, 30, 62, 0.17)) drop-shadow(0 0 18px rgba(241, 30, 62, 0.17));
          filter: drop-shadow(0 0 18px rgba(241, 30, 62, 0.17)) drop-shadow(0 0 18px rgba(241, 30, 62, 0.17));
  margin-left: 6px;
  letter-spacing: -5px;
}
.part1 .heroSwiper .gift_box .gift_sales_price .sales_price_type {
  font-family: "Microsoft YaHei";
  font-size: 30px;
  color: #c83a3b;
  line-height: 1;
  font-weight: 400;
  margin-left: 2px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.part1 .heroSwiper .gift_box .gift_price_tips {
  font-family: "Microsoft YaHei";
  font-size: 22px;
  color: #bd3638;
  line-height: 1;
  text-align: center;
  margin-top: 16px;
  font-weight: 400;
  opacity: 0.5;
}
.part1 .heroSwiper .gift_box .gift_price_tips span {
  font-weight: 700;
}
.part1 .heroSwiper .gift_box .gift_btn_buy {
  display: block;
  width: 628px;
  height: 216px;
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  font-size: 0;
  text-indent: -999em;
  margin-left: -7.5px;
  margin-top: -30px;
}
.part1 .heroSwiper .gift_box .gift_text1 {
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #cbcbcb;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}

/*** part2 ***/
.part2 {
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/m/bg1_2.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 1400px;
}
.part2 .part2_skin_sales {
  padding-top: 200px;
  position: absolute;
  top: 656px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
      -ms-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.part2 .part2_skin_sales.ani {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.part2 .part2_skin_sales .icon_crown {
  display: block;
  width: 77px;
  height: 45px;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/icon_crown.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.part2 .part2_skin_sales .part2_skin_subtit {
  width: 178px;
  font-family: "font3";
  font-size: 19px;
  color: #f9ceb4;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin: 12px auto 0;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/icon_square.png") no-repeat;
  background-size: 100% 100%;
  background-position: left center;
  background-size: 178px 9px;
  letter-spacing: 6px;
}
.part2 .part2_skin_sales .part2_skin_subtit span {
  position: relative;
  left: 6px;
}
.part2 .part2_skin_sales .part2_skin_name {
  width: 415px;
  height: 222px;
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/m/zz_skinname.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
}
.part2 .part2_skin_sales .part2_skin_name span {
  font-size: 0;
  text-indent: -999em;
}
.part2 .part2_skin_sales .part2_skin_box {
  position: absolute;
  left: 143px;
  top: -105px;
  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;
}
.part2 .part2_skin_sales .part2_skin_box .icon_flag2 {
  width: 119px;
  height: 75px;
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/icon_flag2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 275px;
  top: 225px;
}
.part2 .part2_skin_sales .part2_skin_box .skin_video_btn {
  position: relative;
  width: 116px;
  height: 110px;
  -webkit-animation: ani-scale 4s linear infinite;
          animation: ani-scale 4s linear infinite;
}
.part2 .part2_skin_sales .part2_skin_box .skin_video_btn::before {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/btn_play.png) no-repeat;
  width: 205px;
  height: 148px;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.part2 .part2_skin_sales .part2_skin_price {
  width: 100%;
  margin-top: 40px;
  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: 90px;
}
.part2 .part2_skin_sales .part2_skin_price .part2_skin_price_num {
  position: relative;
  top: -5px;
  font-family: "font2";
  font-size: 133px;
  color: #fffcf9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #fffcf9), color-stop(70%, #fbc38e));
  background: linear-gradient(to bottom, #fffcf9 45%, #fbc38e 70%); /* 渐变颜色 */
  -webkit-background-clip: text; /* Safari */
  -webkit-text-fill-color: transparent; /* Safari */
  background-clip: text; /* 其他浏览器 */
  color: transparent; /* 确保文本颜色透明 */
  font-weight: normal;
  letter-spacing: -5px;
}
.part2 .part2_skin_sales .part2_skin_price .part2_skin_price_num em {
  margin-right: -14px;
}
.part2 .part2_skin_sales .part2_skin_price .part2_skin_price_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 90px;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/sales_frame2.png") no-repeat;
  background-size: 100% 100%;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #ebb370;
  font-weight: 400;
  line-height: 1.11;
  margin-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2px;
}
.part2 .part2_skin_sales .part2_skin_get_btn {
  position: absolute;
  right: 81px;
  bottom: 74px;
  display: block;
  width: 313px;
  height: 80px;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/btn1.png") no-repeat;
  background-size: 100% 100%;
  margin: 19px auto 0;
  font-family: "font1";
  font-size: 33px;
  color: #ffe6d6;
  text-align: center;
  line-height: 80px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.86);
  letter-spacing: 3px;
}
.part2 .part2_skin_sales .part2_skin_setp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 681px;
  height: 68px;
  margin: 36px auto 0;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/frame1.png") no-repeat;
  background-size: 100% 100%;
}
.part2 .part2_skin_sales .part2_skin_setp .part2_skin_setp_text1 {
  width: 270px;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  color: #21170e;
  text-align: center;
  font-weight: bold;
  line-height: 38px;
}
.part2 .part2_skin_sales .part2_skin_setp .part2_skin_setp_text2 {
  font-size: 20px;
  font-weight: bold;
  color: #e09d5d;
  line-height: 38px;
  margin-left: 6px;
}
.part2 .part2_skin_sales .part2_time {
  width: 100%;
  margin: 0 auto;
  color: #bd7e42;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
}

/*** part3 ***/
.part3 {
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/m/bg1_3.jpg) no-repeat;
  overflow: hidden;
  height: 2111px;
  padding-top: 560px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.part3 .part3_skin_sales {
  padding-top: 200px;
  position: relative;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.part3 .part3_skin_sales.ani {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.part3 .part3_skin_sales .part3_gift_bg {
  position: absolute;
  top: 452px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 677px;
  height: 125px;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/part3_award1.png") no-repeat;
  background-size: 100% 100%;
}
.part3 .part3_skin_sales .part3_skin_title {
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/m/dlb_title.png) no-repeat;
  background-size: 100% 100%;
  width: 688px;
  height: 183px;
  font-size: 0;
  text-indent: -999em;
  margin: 0 auto;
}
.part3 .part3_skin_sales .part3_skin_active_time {
  width: 100%;
  position: absolute;
  top: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.part3 .part3_skin_sales .part3_skin_active_time em {
  font-family: "Microsoft YaHei";
  font-size: 22px;
  color: #bbbbbb;
  line-height: 1;
  font-weight: 400;
}
.part3 .part3_skin_sales .part3_skin_active_time span {
  font-family: "Microsoft YaHei";
  font-size: 24px;
  color: #fbd5be;
  line-height: 1;
  font-weight: 700;
  margin-left: 25px;
}
.part3 .part3_skin_sales .part3_skin_active_time::after, .part3 .part3_skin_sales .part3_skin_active_time::before {
  content: "";
  margin: auto 0;
  width: 21px;
  height: 13px;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/icon_square1.png") no-repeat;
  background-size: 100% 100%;
}
.part3 .part3_skin_sales .part3_skin_active_time::after {
  margin-left: 24px;
}
.part3 .part3_skin_sales .part3_skin_active_time::before {
  margin-right: 24px;
}
.part3 .part3_skin_sales .part3_colorful1_list {
  position: relative;
  width: 534px;
  height: 437px;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/p3_colorful1.png") no-repeat;
  background-size: 100% 100%;
  margin: 240px auto 0;
}
.part3 .part3_skin_sales .part3_colorful1_list li {
  position: absolute;
  width: 153px;
}
.part3 .part3_skin_sales .part3_colorful1_list li:nth-child(-n+3) {
  top: 190px;
}
.part3 .part3_skin_sales .part3_colorful1_list li:nth-child(n+4) {
  top: 432px;
}
.part3 .part3_skin_sales .part3_colorful1_list li:nth-child(2) {
  left: 198px;
}
.part3 .part3_skin_sales .part3_colorful1_list li:nth-child(3) {
  left: 395px;
}
.part3 .part3_skin_sales .part3_colorful1_list li:nth-child(4) {
  left: 96px;
}
.part3 .part3_skin_sales .part3_colorful1_list li:nth-child(5) {
  left: 295px;
}
.part3 .part3_skin_sales .part3_colorful1_list .part3_colorful1_info {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.part3 .part3_skin_sales .part3_colorful1_list .part3_colorful1_name1 {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  line-height: 1.6;
  color: #e22e31;
  font-weight: bold;
  text-align: center;
}
.part3 .part3_skin_sales .part3_colorful1_list .part3_colorful1_name2 {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  line-height: 1;
  color: #e22e31;
  font-weight: bold;
  text-align: center;
}
.part3 .part3_skin_sales .part3_colorful1_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  height: 110px;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/frame2.png") no-repeat;
  background-size: 100% 100%;
  margin: 92px auto 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.part3 .part3_skin_sales .part3_colorful1_text p {
  position: relative;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #c04a4d;
  line-height: 25px;
  font-weight: 400;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 69px;
}
.part3 .part3_skin_sales .part3_colorful1_text p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -14px;
  margin: auto 0;
  width: 1px;
  height: 13px;
  background-color: #c04a4d;
}
.part3 .part3_skin_sales .part3_colorful1_text span {
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #c04a4d;
  line-height: 28px;
  font-weight: 400;
  margin-left: 32px;
}
.part3 .part3_skin_sales .part3_skin_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
}
.part3 .part3_skin_sales .part3_skin_box .part3_skin_price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 74px;
  -webkit-filter: drop-shadow(0 0 0.2rem rgba(73, 13, 23, 0.63));
          filter: drop-shadow(0 0 0.2rem rgba(73, 13, 23, 0.63));
  margin-top: 30px;
}
.part3 .part3_skin_sales .part3_skin_box .part3_skin_text1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23px;
  height: 74px;
  background: url("//game.gtimg.cn/images/lol/act/a20250911T1skins/m/sales_frame3.png") no-repeat;
  background-size: 100% 100%;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #d7585a;
  line-height: 20px;
  text-align: center;
}
.part3 .part3_skin_sales .part3_skin_box .part3_skin_num1 {
  position: relative;
  top: -5px;
  font-family: "font2";
  font-size: 109px;
  color: #d7585a;
  line-height: 1;
  background: linear-gradient(185deg, #ffffff 0 30%, #aeadad 50% 55%, #c65050 90% 100%); /* 渐变颜色 */
  -webkit-background-clip: text; /* Safari */
  -webkit-text-fill-color: transparent; /* Safari */
  background-clip: text; /* 其他浏览器 */
  color: transparent; /* 确保文本颜色透明 */
  -webkit-filter: drop-shadow(0 0 2px rgba(241, 30, 62, 0.3)) drop-shadow(0 0 2px rgba(241, 30, 62, 0.3));
          filter: drop-shadow(0 0 2px rgba(241, 30, 62, 0.3)) drop-shadow(0 0 2px rgba(241, 30, 62, 0.3));
  letter-spacing: -2px;
  margin-left: 8px;
}
.part3 .part3_skin_sales .part3_skin_box .part3_skin_num2 {
  position: relative;
  top: 13px;
  margin-left: -3px;
  font-family: "font2";
  font-size: 55px;
  color: #d7585a;
  line-height: 1;
  background: linear-gradient(185deg, #ffffff 0 30%, #aeadad 50% 55%, #c65050 90% 100%); /* 渐变颜色 */
  -webkit-background-clip: text; /* Safari */
  -webkit-text-fill-color: transparent; /* Safari */
  background-clip: text; /* 其他浏览器 */
  color: transparent; /* 确保文本颜色透明 */
  -webkit-filter: drop-shadow(0 0 2px rgba(241, 30, 62, 0.3)) drop-shadow(0 0 2px rgba(241, 30, 62, 0.3));
          filter: drop-shadow(0 0 2px rgba(241, 30, 62, 0.3)) drop-shadow(0 0 2px rgba(241, 30, 62, 0.3));
}
.part3 .part3_skin_sales .part3_skin_box .part3_skin_num3 {
  position: relative;
  top: 13px;
  margin-left: -2px;
  font-family: "font2";
  font-size: 55px;
  color: #d7585a;
  line-height: 1;
  background: linear-gradient(185deg, #ffffff 0 30%, #aeadad 50% 55%, #c65050 90% 100%); /* 渐变颜色 */
  -webkit-background-clip: text; /* Safari */
  -webkit-text-fill-color: transparent; /* Safari */
  background-clip: text; /* 其他浏览器 */
  color: transparent; /* 确保文本颜色透明 */
  -webkit-filter: drop-shadow(0 0 2px rgba(241, 30, 62, 0.3)) drop-shadow(0 0 2px rgba(241, 30, 62, 0.3));
          filter: drop-shadow(0 0 2px rgba(241, 30, 62, 0.3)) drop-shadow(0 0 2px rgba(241, 30, 62, 0.3));
}
.part3 .part3_skin_sales .part3_skin_box .part3_skin_type {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  line-height: 1;
  color: #ce3537;
  margin-left: 5px;
}
.part3 .part3_skin_sales .part3_skin_box .part3_skin_tips {
  position: absolute;
  left: 36px;
  bottom: -36px;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #ce3537;
  line-height: 1;
  font-weight: 400;
}
.part3 .part3_skin_sales .part3_skin_box .part3_skin_tips span {
  font-weight: 700;
}
.part3 .part3_skin_sales .part3_skin_box .part3_skin_get_btn {
  display: block;
  width: 424px;
  height: 145px;
  background: url(//game.gtimg.cn/images/lol/act/a20250911T1skins/btn1.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  text-indent: -999em;
}

.banner1 {
  display: none;
}

/*** pop ***/
.pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}
.pop .pop-con {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*** pop video ***/
.video_pop .pop-con {
  width: 720px;
  height: 400px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.video_pop .video-container {
  width: 100%;
  height: 100%;
}
.video_pop .close_btn {
  position: absolute;
  right: 0;
  top: -50px;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
}

/*** aside_nav***/
.aside_nav {
  display: none;
}

@-webkit-keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}