/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0
}

a,
img,
input {
  border: none;
}

body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none
}

a,
img {
  -webkit-touch-callout: none;
  /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */
}

html,
body {
  -webkit-user-select: none;
  /* 禁止选中文本（如无文本选中需求，此为必选项） */
  user-select: none;
  -webkit-text-size-adjust: none !important;
  -webkit-text-size-adjust: 100% !important;
}

/* reset end */
html {
  font-size: 50px;
  /* 兼容不支持vw的系统 */
  font-size: 13.33333333vw;
  /* 7.5rem === 100vw */
}

@media (max-width: 1024px) {

  html,
  body {
    max-width: 1024px;
  }
}

#afooter {
  background-color: #191219;
  text-align: center;
  font-size: .22rem;
  padding: .2rem 0;
}

#afooter,
#afooter a {
  color: #c0c0c0;
  text-decoration: none;
}

.hide {
  font-size: 0;
  text-indent: -999em;
  visibility: hidden;
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  left: -99.99rem;
  top: -99.99rem;
  z-index: -9999;
}

@font-face {
  font-family: 'din-bold';
  src: url("//game.gtimg.cn/images/lol/act/a20250814bowling/font/DIN-Bold.OTF");
}

@supports (-webkit-background-clip: text) {
  .part1 .part-top .selling-price-num {
    background-image: linear-gradient(160deg, #ffffff 50%, #fef2c1 80%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .part1 .part-bottom .selling-price-num,
  .part1 .part-bottom .selling-price-num2{
    background-image: linear-gradient(160deg, #ffab1e 50%, #ff801e 80%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  
  .part2 .part-top .selling-price-num {
    background-image: linear-gradient(160deg, #ffffff 50%, #ffdde3 80%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .part2 .part-bottom .selling-price-num,
  .part2 .part-bottom .selling-price-num2{
    background-image: linear-gradient(160deg, #f05152 50%, #cd1c2a 80%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .font-color{
    background-image: linear-gradient(180deg, #fefef4 30%, #fbfbaa 80%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.wrapper *,
.wrapper *::after,
.wrapper *::before {
  box-sizing: border-box;
}

.bg-box {
  display: none;
}

.header {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/bg1.jpg) no-repeat center top;
  height: 880px;
}

.header .btn-logo{
  width: 140px;
  height: 40px;
  background-size: 100% auto;
  position: absolute;
  left: 18px;
  top: 18px;
}

.content {
  position: relative;
  z-index: 1;
}

.part-inner {
  width: 750px;
  margin: 0 auto;
}

.texthide {
  font-size: 0;
  color: transparent;
  text-indent: -9999em;
}

.part-inner .part-top {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.part-top-left {
  width: 405px;
  margin: 0 auto;
  position: relative;
}

.part-top-left .btn-play {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/btn_play.png) no-repeat;
  width: 131px;
  height: 100px;
  display: block;
  margin-top: -10px;
  margin-left: -20px;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: 104px;
  right: -126px;
}

.part2 .part-top-left .btn-play {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/btn_play2.png) no-repeat;
  width: 144px;
  height: 100px;
  margin: 0;
  position: absolute;
  top: 64px;
  right: -148px;
}

@keyframes pulse {
  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);
  }
}

.part-top-right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

.part-top .selling-price {
  display: flex;
  align-items: flex-end;
  margin-top: -38px;
}

.part2 .part-top .selling-price {
  margin-top: -45px; 
}

.part-top .selling-price .selling-price-icon {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/price_icon.png) no-repeat;
  width: 30px;
  height: 79px;
	color: #ffffb8;
  font-size: 18px;
  display: block;
  line-height: 28px;
  text-align: center;
  padding-top: 12px;
  margin-right: 12px;
  font-weight: bold;
}

.part2 .part-top .selling-price-icon {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/price_icon3.png) no-repeat;
	color: #ffdde3;
}

.part-top .selling-price .selling-price-num {
  color: #ffffff;
  height: 112px;
  font-size: 112px;
  line-height: 1.2;
  font-family: 'din-bold';
}

.part-top .selling-price .selling-price-unit {
	color: #ffffb8;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.part2 .selling-price .selling-price-unit {
	color: #ffdde3;
}

.part-top .unlock-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 132px;
  position: relative;
}

.part-top .unlock-box .btn-unlock {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/btn_unlock.png) no-repeat;
  width: 305px;
  height: 92px;
  display: block;
  position: relative;
  color: #fbfbaa;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 90px;
  padding-left: 20px;
}

.part2 .part-top .btn-unlock {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/btn_unlock2.png) no-repeat;
}

.unlock-box .btn-join {
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  text-decoration: underline;
  text-align: center;
  position: absolute;
  left: -140px;
  top: 115px;
  transition: all 0s !important;
}

.part-bottom {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/bundles_cont_bg.png) no-repeat;
  width: 750px;
  height: 1081px;
  margin: 40px auto 0;
  padding-top: 110px;
}

.part2 .part-bottom {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/bundles_cont_bg2.png) no-repeat;
  width: 750px;
  height: 1087px;
  margin-top: 30px;
  padding-top: 120px;
}

.part-bottom .selling-price {
  display: flex;
  align-items: flex-end;
  position: relative;
  transform: translateY(-3px);
}

.part-bottom .selling-price .selling-price-icon {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/price_icon2.png) no-repeat;
  width: 26px;
  height: 64px;
  color: #ff871e;
	font-size: 18px;
  display: block;
  line-height: 24px;
  text-align: center;
  padding-top: 9px;
}

.part2 .part-bottom .selling-price-icon {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/price_icon4.png) no-repeat;
	color: #cd1c2a;
}

.part-bottom .selling-price .selling-price-num {
  color: #ff801e;
  height: 90px;
  font-size: 90px;
  line-height: 1.2;
  font-family: 'din-bold';
  letter-spacing: -2px;
}

.part-bottom .selling-price .selling-price-unit {
  color: #ff871e;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  transform: translate(-36px, 2px);
}

.part2 .part-bottom .selling-price-unit {
	color: #cd1c2a;
}

.part-bottom .part-bottom-lb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-left: 72px;
}

.part-bottom-lb-left .lb-title {
  display: flex;
  align-items: flex-end;
}

.part-bottom-lb-left .lb-selltime {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/sell_time.png) no-repeat;
  width: 485px;
  height: 30px;
  display: flex;
  align-items: center;
  margin: 34px 0 8px;
  line-height: 30px;
}

.part2 .part-bottom-lb-left .lb-selltime {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/sell_time2.png) no-repeat;
  margin: 30px 0 10px;
}

.part-bottom-lb-left .lb-selltime span {
  color: #ffffea;
  font-size: 18px;
  margin-left: 24px;
  margin-right: 54px;
}

.part2 .part-bottom-lb-left .lb-selltime span {
	color: #ffe5ec;
}

.part-bottom-lb-left .lb-selltime p {
	color: #ff871e;
  font-size: 18px;
}

.part2 .part-bottom-lb-left .lb-selltime p {
	color: #cd1c2a;
}

.part-bottom-lb-left .lb-label {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/lb_lable.png) no-repeat;
  width: 139px;
  height: 36px;
  background-size: 100% 100%;
  margin-left: 25px;
	color: #ff871e;
	font-size: 20px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  padding-left: 30px;
}

.part2 .part-bottom-lb-left .lb-label {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/lb_lable2.png) no-repeat;
  line-height: 34px;
	color: #cd1c2a;
}

.part-bottom-lb-left .lb-text {
  display: flex;
  align-items: center;
}

.part-bottom-lb-left .lb-text .xc-icon {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/xc_icon.png) no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.part-bottom-lb-left .lb-text span {
  color: #ff871e;
  font-size: 26px;
  font-weight: bold; 
  margin-right: 10px;
}

.part2 .part-bottom-lb-left .lb-text span{
	color: #cd1c2a;
}

.part-bottom-lb-left .lb-text p {
  color: #ffffea;
  text-align: center;
  font-size: 18px;
  padding: 0 12px 0 22px;
  line-height: 30px;
	background-color: #ff831e;
  border-radius: 20px;
  margin-right: 12px;
}

.part2 .part-bottom-lb-left .lb-text p {
	background-color: #cd1c2a;
	color: #ffe5ec;
}

.part-bottom-lb-left .lb-text p:last-child{
  padding: 0 14px 0 26px;
}

.part-bottom .selling-price .selling-price-num:first-letter {
  letter-spacing: -8px;
}

.part-bottom .selling-price .selling-price-num2 {
  color: #ff801e;
	font-size: 46px;
  font-family: 'din-bold';
  line-height: 1;
	letter-spacing: -3px;
  transform: translate(-6px, -28px);
}

.part-bottom-lb-right{
  position: absolute;
  top: 780px;
  left: 0;
  display: flex;
}

.part-bottom-lb-right .selling-flex {
  display: flex;
  flex-direction: column;
}

.part-bottom .selling-price-lb {
  width: 100%;
  color: #ff871e;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: -20px;
  bottom: -32px;
}

.part2 .part-bottom .selling-price-lb {
	color: #eb1833;
}

.part-bottom .unlock-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-left: 40px;
}

.part-bottom .unlock-box .btn-unlock {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/btn_unlock.png) no-repeat;
  width: 305px;
  height: 92px;
  position: relative;
  display: block;
  margin-left: 32px;  
  color: #fbfbaa;
  transform: translateY(25px);
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 90px;
  padding-left: 20px;
}

.part2 .part-bottom .btn-unlock {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/btn_unlock2.png) no-repeat;
}

/* part1 */
.part1 {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/bg2.jpg) no-repeat;
  height: 2000px;
  padding-top: 524px;
  margin-top: -1px;
}

.part1 .part-top-left{
  padding-left: 24px;
}

.part1 .skin-title {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/skin_title1.png) no-repeat;
  width: 336px;
  height: 222px;
  background-size: 100% 100%;
  margin: 0 auto;
}

.part1 .lb-name1 {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/bundles_title1.png) no-repeat;
  width: 183px;
  height: 91px;
  background-size: 100% 100%;
}

.part1 .xc-list1{
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/xc_img1.png) no-repeat;
  width: 611px;
  background-size: 611px 476px;
  margin: 64px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.part1 .xc-list1 li{
  width: 200px;
  text-align: center;
  padding-top: 152px;
  margin-bottom: 30px;
}

.part1 .xc-list1 li:nth-child(1){
  transform: translateX(-18px);
}

.part1 .xc-list1 li:nth-child(2){
  transform: translateX(5px);
}

.part1 .xc-list1 li:nth-child(3){
  transform: translateX(22px);
}

.part1 .xc-list1 li:nth-child(5){
  transform: translateX(15px);
}

.part1 .xc-list1 li span{
  display: block;
  color: #505050;
  font-size: 18px;
  line-height: 24px;
}

.part1 .xc-list1 li p{
  display: block;
  color: #ff831e;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}

.part1 .xc-list1 li .xc-tips{
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/xc_tips.png) no-repeat;
  width: 130px;
  height: 44px;
  text-align: center;
	color: #ffffea;
  font-size: 16px;
  padding-top: 14px;
  margin: 4px auto 0;
}

/* part2 */
.part2{
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/bg3.jpg) no-repeat center top;
  height: 2270px;
  padding-top: 710px;
  margin-top: -1px;
}

.part2 .part-top-left{
  padding-left: 8px;
}

.part2 .skin-title {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/skin_title2.png) no-repeat;
  width: 405px;
  height: 197px;
  background-size: 100% 100%;
}

.part2 .lb-name2 {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/bundles_title2.png) no-repeat;
  width: 281px;
  height: 88px;
  background-size: 100% 100%;
}

.part2 .xc-list2{
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/xc_img2.png) no-repeat center top;
  width: 606px;
  background-size: 606px 487px;
  margin: 54px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.part2 .xc-list2 li{
  width: 200px;
  text-align: center;
  padding-top: 162px;
  margin-bottom: 15px;
}

.part2 .xc-list2 li span{
  display: block;
	color: #505050;
  font-size: 18px;
  line-height: 24px;
}

.part2 .xc-list2 li p{
  display: block;
	color: #cd1c2a;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}

.part2 .xc-list2 li .xc-tips{
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/m/xc_tips2.png) no-repeat;
  width: 130px;
  height: 44px;
  text-align: center;
	color: #ffe5ec;
  font-size: 16px;
  padding-top: 14px;
  margin: 10px auto 0;
}

.part2 .xc-list2 li:nth-child(1){
  transform: translateX(-18px);
}

.part2 .xc-list2 li:nth-child(2){
  transform: translateX(3px);
}

.part2 .xc-list2 li:nth-child(3){
  transform: translateX(22px);
}

.part2 .xc-list2 li:nth-child(4){
  transform: translateX(-6px);
}

.part2 .xc-list2 li:nth-child(5){
  transform: translateX(12px);
}


/* 弹窗 */
.dialog {
  outline: none;
  border: none;
  transform-origin: center;
  transform: scale(var(--scale));
}

.dialog *,
.dialog *::before,
.dialog *::after {
  box-sizing: border-box;
}

.dialog .dia-con {
  position: relative;
  overflow: hidden;
}

.dia-close {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -70px;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
}

/* 视频弹窗 */
.dia-video {
  width: 680px;
  height: 380px;
}

.dia-video .video-container {
  width: 100%;
  height: 100%;
}
