body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%
}

em,
b {
  font-style: normal
}

a {
  text-decoration: none;
  transition: filter 0.3s;
}

a:hover {
  filter: brightness(1.1);
}

img {
  border: 0
}

body {
  padding-top: 42px;
  background-color: #000;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th,
ul,
ol {
  padding: 0
}

ul,
li {
  list-style: none;
}

/* reset end */
/* foot */
#afooter {
  position: relative;
  padding: 30px 0;
  text-align: center;
  font: normal 12px/19px Tahoma;
  z-index: 10;
  background-color: #191219;
}

#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: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.wrapper *,
.wrapper *::after,
.wrapper *::before {
  box-sizing: border-box;
}

.bg-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.bg-box .bg {
  width: 100%;
  /* height: 1000px; */
  background-repeat: no-repeat;
  margin-top: -1px;
}

.bg-box .bg1 {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250814bowling/bg1.jpg);
  height: 1110px;
}

.bg-box .bg2 {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250814bowling/bg2.jpg);
  height: 1640px;
}

.bg-box .bg3 {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250814bowling/bg3.jpg);
  height: 1680px;
}

.header {
  height: 1110px;
}

.header .btn-logo{
  width: 156px;
  height: 46px;
  position: absolute;
  left: 78px;
  top: 50px;
}

.content {
  height: 3320px;
  position: relative;
  z-index: 1;
}

.part-inner {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.texthide {
  font-size: 0;
  color: transparent;
  text-indent: -9999em;
}

.part-inner .part-top {
  width: 463px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 25px;
}

.part2 .part-inner .part-top{
  right: auto;
  left: 56px;
}

.part-top-left {
  width: 100%;
}

.part-top-left .btn-play {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/btn_play.png) no-repeat;
  width: 131px;
  height: 100px;
  display: block;
  margin: 0 0 0 152px;
  -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;
}

.part2 .part-top-left .btn-play {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/btn_play2.png) no-repeat;
  width: 144px;
  height: 100px;
  margin: 0 0 0 140px;
}

@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 {
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
}

.part-top .selling-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0px auto;
  transform: translateX(-10px);
}

.part-top .selling-price .selling-price-icon {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/price_icon.png) no-repeat;
  width: 30px;
  height: 88px;
	color: #ffffb8;
  font-size: 20px;
  display: block;
  line-height: 36px;
  text-align: center;
  padding-top: 8px;
  margin-right: 5px;
  font-weight: bold;
}

.part2 .part-top .selling-price-icon {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/price_icon3.png) no-repeat;
	color: #ffdde3;
}

.part-top .selling-price .selling-price-num {
  color: #ffffff;
  height: 130px;
  font-size: 120px;
  line-height: 1.3;
  font-family: 'din-bold';
}

.part-top .selling-price-unit {
	color: #ffffb8;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  transform: translateX(-14px);
}

.part2 .selling-price .selling-price-unit {
	color: #ffdde3;
}

.part-top .unlock-box {
  display: flex;
  justify-content: center;
  margin: 65px auto;
  position: relative;
  transform: translateX(-22px);
}

.part-top .unlock-box .btn-unlock {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/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: 84px;
  padding-left: 20px;
}

.part2 .part-top .btn-unlock {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/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: 0;
  top: 185px;
  transition: all 0s !important;
}

.part-bottom {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/bundles_cont_bg.png) no-repeat;
  width: 1440px;
  height: 717px;
  margin: 0 auto;
  padding-top: 126px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.part2 .part-bottom {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/bundles_cont_bg2.png) no-repeat;
  width: 1286px;
  height: 728px;
  bottom: 115px;
  padding-top: 141px;
}

.part-bottom .selling-price {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.part-bottom .selling-price .selling-price-icon {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/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/price_icon4.png) no-repeat;
	color: #cd1c2a;
}

.part-bottom .selling-price .selling-price-num {
	color: #ff801e;
  height: 98px;
  font-size: 90px;
  line-height: 1.3;
  font-family: 'din-bold';
}

.part-bottom-lb-right{
  display: flex;
  align-items: flex-end;
  transform: translateY(-28px);
}

.part-bottom .selling-price .selling-price-unit {
  width: 50px;
	color: #ff871e;
  font-size: 20px;
  font-weight: bold;
  transform: translate(148px, 0px);
}

.part2 .part-bottom .selling-price-unit {
	color: #cd1c2a;
}

.part-bottom .part-bottom-lb {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 15px;
}

.part-bottom-lb-left .lb-selltime {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/sell_time.png) no-repeat;
  width: 485px;
  height: 30px;
  display: flex;
  align-items: center;
  margin: 30px 0 12px;
}

.part2 .part-bottom-lb-left .lb-selltime {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/sell_time2.png) no-repeat;
}

.part-bottom-lb-left .lb-selltime span {
	color: #ffffea;
  font-size: 18px;
  margin-left: 24px;
  margin-right: 54px;
  font-weight: bold;
}

.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/lb_lable.png) no-repeat;
  width: 139px;
  height: 36px;
  background-size: 100% 100%;
  margin-left: 25px;
	color: #ff871e;
	font-size: 20px;
  line-height: 36px;
  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/lb_lable2.png) no-repeat;
  line-height: 32px;
	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: 9px;
}

.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: 10px;
}

.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;
  transform: translate(-5px, -30px);
}

.part-bottom-lb-right .selling-flex {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: -24px;
  left: 13px;
}

.part-bottom .selling-price-lb {
	color: #ff871e;
  font-size: 16px;
}

.part2 .part-bottom .selling-price-lb {
	color: #eb1833;
}

.part-bottom .unlock-box {
  width: 305px;
  height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.part-bottom-lb-left .lb-title {
  display: flex;
  align-items: self-end;
}

.part-bottom .unlock-box .btn-unlock {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/btn_unlock.png) no-repeat;
  width: 305px;
  height: 92px;
  display: block;
  margin-left: 20px;  
  color: #fbfbaa;
  transform: translateY(25px);
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 84px;
  padding-left: 20px;
}

.part2 .part-bottom .btn-unlock {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/btn_unlock2.png) no-repeat;
}

/* part1 */
.part1 {
  height: 1640px;
  padding-top: 195px;
}

.part1 .skin-title {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/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/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/xc_img1.png) no-repeat;
  width: 1065px;
  background-size: 1065px 148px;
  margin: 48px auto 0;
  display: flex;
  justify-content: space-between;
}

.part1 .xc-list1 li{
  width: 175px;
  text-align: center;
  padding-top: 150px;
}

.part1 .xc-list1 li span{
  display: block;
	color: #505050;
  font-size: 18px;
  line-height: 1.3;
}

.part1 .xc-list1 li p{
  display: block;
	color: #ff831e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.part1 .xc-list1 li .xc-tips{
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/xc_tips.png) no-repeat;
  width: 130px;
  height: 44px;
  text-align: center;
	color: #ffffea;
  font-size: 16px;
  padding-top: 14px;
  margin: 10px auto 0;
}

/* part2 */
.part2{
  height: 1680px;
  padding-top: 173px;
}

.part2 .skin-title {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/skin_title2.png) no-repeat;
  width: 463px;
  height: 205px;
  background-size: 100% 100%;
  transform: translate(12px,5px);
}

.part2 .lb-name2 {
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/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/xc_img2.png) no-repeat;
  width: 1060px;
  background-size: 1060px 146px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

.part2 .xc-list2 li{
  width: 168px;
  text-align: center;
  padding-top: 162px;
}

.part2 .xc-list2 li span{
  display: block;
	color: #505050;
  font-size: 18px;
  line-height: 1.3;
}

.part2 .xc-list2 li p{
  display: block;
	color: #cd1c2a;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.part2 .xc-list2 li .xc-tips{
  background: url(//game.gtimg.cn/images/lol/act/a20250814bowling/xc_tips2.png) no-repeat;
  width: 130px;
  height: 44px;
  text-align: center;
	color: #ffe5ec;
  font-size: 16px;
  padding-top: 14px;
  margin: 10px auto 0;
}


/* µ¯´° */
.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 {
  position: absolute;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
  top: -40px;
  font-size: 50px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s linear;
}

.dia-close:hover {
  transform: rotate(180deg);
}

/* ÊÓÆµµ¯´° */
.dia-video {
  width: 1000px;
  height: 570px;
}

.dia-video .video-container {
  width: 100%;
  height: 100%;
}
