/* ==============FONT FACE START============== */
@font-face { font-family: 'agencyfb_bold'; src: url('//game.gtimg.cn/images/lol/act/a20250930skins/fonts/agencyfb-bold.otf'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: "mfyihei_noncommercial-regular"; src: url("//game.gtimg.cn/images/lol/act/a20250930skins/fonts/mfyihei_noncommercial-regular.eot"); src: url("//game.gtimg.cn/images/lol/act/a20250930skins/fonts/mfyihei_noncommercial-regular.eot?#iefix") format("embedded-opentype"), url("//game.gtimg.cn/images/lol/act/a20250930skins/fonts/mfyihei_noncommercial-regular.woff") format("woff"), url("//game.gtimg.cn/images/lol/act/a20250930skins/fonts/mfyihei_noncommercial-regular.ttf") format("truetype"), url("//game.gtimg.cn/images/lol/act/a20250930skins/fonts/mfyihei_noncommercial-regular.svg#mfyihei_noncommercial-regular") format("svg"); font-weight: normal; font-style: normal; }

/* ==============FONT FACE END============== */

/* ==============BASE STYLE START============== */
.wrapper .section .top .cont-left, .wrapper .section .top .cont-right .price-column { display: flex; align-items: center; justify-content: flex-start; }
.scroll-x { position: relative; overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.1); }
.scroll-x::-webkit-scrollbar { width: 10px; }
.scroll-x::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.5); border-radius: 0; transition: background-color 0.3s ease; }
.scroll-x::-webkit-scrollbar-thumb:hover { background-color: rgba(0, 0, 0, 0.8); }
.scroll-x::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0.1); border-radius: 5px; }
.scroll-y { position: relative; overflow-x: hidden; overflow-y: scroll; }
.scroll-y::-webkit-scrollbar { width: 4px; border-radius: 0; background: #2b3846; }
.scroll-y::-webkit-scrollbar-thumb { width: 8px; height: 1px; border-radius: 0; background: linear-gradient(to right, #ae1516, #ae1516); }
.scroll-y::-webkit-scrollbar-thumb:disabled { background: #708dab; }
.scroll-y::-webkit-scrollbar-track { border-radius: 0; background: #2b3846; }
@supports (-webkit-background-clip:text) {
	.text-color2-1, .text-color1-1 { background: linear-gradient(180deg, #e3fff9, #c2ffe8); -webkit-text-fill-color: transparent; -webkit-background-clip: text; color: transparent; }
	.text-color2-2, .text-color1-2 { background: linear-gradient(170deg, #931786 38%, #d146ab 75%); -webkit-text-fill-color: transparent; -webkit-background-clip: text; color: transparent; }
	
				  /* .text-color2-1 {
	background: linear-gradient(170deg, #21b5fe,#4ce0ff, #d9fdff 75%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	color: transparent;
}

.text-color2-2 {
	background: linear-gradient(170deg, #21b5fe,#4ce0ff, #d9fdff 75%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	color: transparent;
} */
.text-color3 { background: linear-gradient(135deg, #2bc6ae 40%, #2bc6ae 90%); -webkit-text-fill-color: transparent; -webkit-background-clip: text; color: transparent; }
.text-color4-1 { background: linear-gradient(170deg, #36fbbb, #8cf5da, #ddfbf4 75%); -webkit-text-fill-color: transparent; -webkit-background-clip: text; color: transparent; }
.text-color4-2 { background: linear-gradient(170deg, #36fbbb 40%, #8cf5da, #ddfbf4); -webkit-text-fill-color: transparent; -webkit-background-clip: text; color: transparent; }
.text-color5-1 { background: linear-gradient(170deg, #a100d9, #d135f7, #f6ccff 75%); -webkit-text-fill-color: transparent; -webkit-background-clip: text; color: transparent; }
.text-color5-2 { background: linear-gradient(170deg, #a501dc, #d937fd, #fae2ff 75%); -webkit-text-fill-color: transparent; -webkit-background-clip: text; color: transparent; }
.text-color6-1 { background: linear-gradient(170deg, #b22642, #f64d5d, #ffe1e3 80%); -webkit-text-fill-color: transparent; -webkit-background-clip: text; color: transparent; }
.text-color6-2 { background: linear-gradient(170deg, #b22642, #f64d5d, #ffe1e3 80%); -webkit-text-fill-color: transparent; -webkit-background-clip: text; color: transparent; }
.text-color7 { background: linear-gradient(180deg, #7600bb, #35164b); -webkit-text-fill-color: transparent; -webkit-background-clip: text; color: transparent; }
.text-color7.text-small { background: linear-gradient(180deg, #480d70 35%, #2e193c 65%); -webkit-text-fill-color: transparent; -webkit-background-clip: text; color: transparent; }
.text-color8 { background: linear-gradient(170deg, #f87bc4, #e7adda, #cff3fa 80%); -webkit-text-fill-color: transparent; -webkit-background-clip: text; color: transparent; }
}

/* ==============BASE STYLE END============== */

/* ==============ANIMATION START============== */
@keyframes ani-scale {
100%, 0% { transform: scale(1); }
50% { transform: scale(1.11); }
}
@keyframes rotates {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/* ==============ANIMATION END============== */

/* ==============RESET START============== */
body, div, p, ul, li, table, tbody, tr, td, textarea, form, input, h1, h2, h3, h4, h5, dl, dt, dd, img, iframe, header, nav, section, article, footer, figure, figcaption, menu { margin: 0; padding: 0; list-style: none; }
body { -webkit-text-size-adjust: none;  /* padding-top: 0.42rem; */ }
header, nav, section, article, footer, figure, figcaption { display: block; }
h1, h2, h3, h4, h5, h6, th { font-weight: normal; font-size: 100%; }
ol, ul { margin: 0; padding: 0; }
fieldset { border: none; margin: 0; padding: 0; }
a, li, ul, [onclick] { -webkit-tap-highlight-color: none; -webkit-tap-highlight-color: transparent; }
table { border-collapse: collapse; border-spacing: 0; }
em, strong { font-weight: normal; font-style: normal; }
a { text-decoration: none; }
a:hover { filter: brightness(1.1); -webkit-filter: brightness(1.1); }
:focus { outline: none; }
.c:before, .c:after { content: ''; display: table; }
.c:after { clear: both; }
.floatl { float: left; margin-top: 0.4rem; }
.floatr { float: right; }
.pr { position: relative; }
.pa { position: absolute; }
.db { display: block; text-indent: -9999em; }
.pf { position: fixed; }
input, textarea, section { border-radius: 0; outline: none; }
body, button, input, select, textarea { font: 0.12rem/1.5 tahoma, sans-serif; }
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; }
.hide, .hid { text-indent: -9999em; font-size: 0; display: block; overflow: hidden; width: 0; height: 0; opacity: 0; }
.wrapper *, .wrapper *::after, .wrapper *::before { outline: none; background-repeat: no-repeat; background-position: center top; font-style: normal; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#afooter { padding: 0.3rem 0; text-align: center; font-size: 0.12rem; line-height: 0.2rem; background-color: #000; color: #c0c0c0; }
#afooter a { color: #c0c0c0; text-decoration: none; }
#afooter a:hover { color: #c0c0c0; text-decoration: none; }

/* ==============RESET END============== */
.wrapper { position: relative; margin: 0 auto; overflow: hidden; background-color: #1e0f4f; }
.wrapper .header { height: 0 !important; position: relative; z-index: 1; }
.wrapper .header .logo {  /* background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/logo.png");
background-repeat: no-repeat;
background-size: 100% 100%; */
width: 3.03rem; height: 1.34rem; position: absolute; top: 0.4rem; left: 0.5rem; bottom: auto; -webkit-transform: none; -ms-transform: none; transform: none; z-index: 1; }
.wrapper .login-box { width: 100%; font: normal normal 0.2rem/0.22rem Microsoft YaHei; color: #ffffff; text-align: center; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; position: absolute; top: 0; z-index: 99; }

/*.wrapper .login-box a {
/~ color: #931686; ~/
}

.wrapper .login-box a:hover {
cursor: pointer;
}
*/
.wrapper .content { position: relative; margin: 0 auto; width: 100%;  /* background: transparent url("//game.gtimg.cn/images/lol/act/a20250930skins/devbg.jpg") center top/25.6rem 97.31rem no-repeat; */ background: transparent url('//game.gtimg.cn/images/lol/act/a20250930skins/bg_kv_samll.jpg') top center/25.6rem 15.2rem no-repeat; }
.wrapper .section { position: relative; box-sizing: border-box; margin-top: -1px; }
.wrapper .section .top { position: relative; width: 19.3rem; margin: 0 auto; /* height: 9.19rem; */ display: flex; align-items: flex-start; justify-content: space-between; }
.wrapper .section .top .cont-left { position: relative; margin-right: -0.45rem; }
.wrapper .section.module4 .top .cont-left, .wrapper .section.module2 .top .cont-left { margin-left: auto; }
.wrapper .section .top .cont-left .btn-play { display: block; width: 1.24rem; height: 1.24rem; cursor: pointer; position: relative; font-size: 0; text-indent: -999em; margin-left: 0.1rem; margin-top: 1.7rem; }
.wrapper .section .top .cont-left .md-play1 {  /* margin-left: 0.12rem; */ }
.wrapper .section .top .cont-left .md-play1 .play-info { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn_info1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.24rem; height: 1.24rem; }
.wrapper .section .top .cont-left .md-play1 .play-border { position: absolute; top: 0; right: auto; bottom: auto; left: 0; -webkit-transform: none; -ms-transform: none; transform: none; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.24rem; height: 1.24rem; animation: 5s ease infinite rotates; animation-timing-function: linear; cursor: pointer; }
.wrapper .section .top .cont-left .md-play2 { margin-left: 0; margin-top: 1.8rem; }
.wrapper .section .top .cont-left .md-play2 .play-info { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn_info1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.24rem; height: 1.24rem; }
.wrapper .section .top .cont-left .md-play2 .play-border { position: absolute; top: 0; right: auto; bottom: auto; left: 0; -webkit-transform: none; -ms-transform: none; transform: none; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.24rem; height: 1.24rem; animation: 5s ease infinite rotates; animation-timing-function: linear; }
.wrapper .section .top .cont-left .md-play3 {  /* margin-left: 0.12rem; */

  /* margin-top: 1.3rem; */ }
.wrapper .section .top .cont-left .md-play3 .play-info { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn_info3.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.08rem; height: 1.08rem; }
.wrapper .section .top .cont-left .md-play3 .play-border { position: absolute; top: 0; right: auto; bottom: auto; left: 0; -webkit-transform: none; -ms-transform: none; transform: none; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn3.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.08rem; height: 1.08rem; animation: 5s ease infinite rotates; animation-timing-function: linear; }
.wrapper .section .top .cont-left .md-play4 {  /* margin-left: 0.12rem; */ }
.wrapper .section .top .cont-left .md-play4 .play-info { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn_info4.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.08rem; height: 1.08rem; }
.wrapper .section .top .cont-left .md-play4 .play-border { position: absolute; top: 0; right: auto; bottom: auto; left: 0; -webkit-transform: none; -ms-transform: none; transform: none; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn4.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.08rem; height: 1.08rem; animation: 5s ease infinite rotates; animation-timing-function: linear; }
.wrapper .section .top .cont-left .md-play5 {  /* margin-left: .1rem; */ }
.wrapper .section .top .cont-left .md-play5 .play-info { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn_info1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.24rem; height: 1.24rem; }
.wrapper .section .top .cont-left .md-play5 .play-border { position: absolute; top: 0; right: auto; bottom: auto; left: 0; -webkit-transform: none; -ms-transform: none; transform: none; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.24rem; height: 1.24rem; animation: 5s ease infinite rotates; animation-timing-function: linear; }
.wrapper .section .top .cont-left .md-play6 .play-info { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn_info6.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.08rem; height: 1.08rem; }
.wrapper .section .top .cont-left .md-play6 .play-border { position: absolute; top: 0; right: auto; bottom: auto; left: 0; -webkit-transform: none; -ms-transform: none; transform: none; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn6.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.08rem; height: 1.08rem; animation: 5s ease infinite rotates; animation-timing-function: linear; }
.wrapper .section .top .cont-left .md-play8 .play-border { position: absolute; top: 0; right: auto; bottom: auto; left: 0; -webkit-transform: none; -ms-transform: none; transform: none; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.81rem; height: 0.81rem; animation: 5s ease infinite rotates; animation-timing-function: linear; }
.wrapper .section .top .cont-left .md-play10 { margin-left: 0.1rem; margin-top: 1.6rem; }
.wrapper .section .top .cont-left .md-play10 .play-info { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn_info10.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.81rem; height: 0.81rem; }
.wrapper .section .top .cont-left .md-play10 .play-border { position: absolute; top: 0; right: auto; bottom: auto; left: 0; -webkit-transform: none; -ms-transform: none; transform: none; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/play_btn1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.81rem; height: 0.81rem; animation: 5s ease infinite rotates; animation-timing-function: linear; }
@keyframes shake {
0%, 100% { transform: translateX(0); }
10%, 30%, 50%, 70%, 90% { transform: translateX(-0.05rem); }
20%, 40%, 60%, 80% { transform: translateX(0.05rem); }
}
.wrapper .section .top .cont-left .module-name1 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/module1_name1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 5.84rem; height: 3.79rem; margin-left: -0.3rem; }
.wrapper .section .top .cont-left .module-name2 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/module2_name1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 7.13rem; height: 3.69rem; }

/* .wrapper .section .top .cont-left .module-name3 {
background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/module3_name1.png");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 2.94rem;
height: 3.25rem;
} */
.wrapper .section .top .cont-left .module-name4 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/module4_name1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 5.84rem; height: 3.79rem; }
.wrapper .section .top .cont-left .module-name5 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/module5_name1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 4rem; height: 3.79rem; margin-left: 0.28rem; }
.wrapper .section .top .cont-left .module-name6 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/module8_name1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 5.84rem; height: 3.79rem; }
.wrapper .section .top .cont-right { position: relative; margin-top: 1.44rem; display: flex; align-items: center; flex-direction: column; }
.wrapper .section .top .cont-right .price-column .icon-price-txt { margin-right: 0.2rem; font-size: 0.22rem; line-height: 0.28rem; color: #c3ffe9; text-align: center; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; padding-top: 0.05rem; letter-spacing: 0.1rem; writing-mode: vertical-lr; }
.wrapper .section .top .cont-right .price-column .md-price-txt2, .wrapper .section .top .cont-right .price-column .md-price-txt1 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/selling_price1_1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.33rem; height: 0.96rem; box-sizing: border-box; }

/* .wrapper .section .top .cont-right .price-column .md-price-txt2 {
background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/selling_price2_1.png");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 0.33rem;
height: 0.83rem;
box-sizing: border-box;
color: #46fbff;
} */
.wrapper .section .top .cont-right .price-column .md-price-txt4 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/selling_price1_1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.33rem; height: 1.13rem; box-sizing: border-box; /* color: #a8f6e4; */ }
.wrapper .section .top .cont-right .price-column .md-price-txt5 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/selling_price1_1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.33rem; height: 0.96rem; box-sizing: border-box; /* color: #a8f6e4; */ }
.wrapper .section .top .cont-right .price-column .md-price-txt6 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/selling_price1_1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.33rem; height: 1.13rem; box-sizing: border-box; /* color: #a8f6e4; */ }
.wrapper .section .top .cont-right .price-column .price { height: 1.13rem; line-height: 1.19rem; margin-right: 0.04rem; font-family: 'agencyfb_bold'; font-size: 1.24rem; color: #ffffff; text-align: center; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; }

/* .first-letter::first-letter{
margin-left: -0.15rem;
margin-right: -0.15rem;
} */
.wrapper .section .top .cont-right .price-column .sub { margin-top: 0.75rem; font-size: 0.26rem; color: #c3ffe9; text-align: center; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; }
.wrapper .section .top .cont-right .price-column .p-sub2 { color: #c3ffe9; }
.wrapper .section .top .cont-right .price-column .p-sub4 { color: #c3ffe9; }
.wrapper .section .top .cont-right .price-column .p-sub5 { color: #c3ffe9; }
.wrapper .section .top .cont-right .price-column .p-sub6 { color: #c3ffe9; }
.wrapper .section .top .cont-right .btn-box .J-btn-buy, .wrapper .section .top .cont-right .btn-box .btn-unlock { display: block; margin: 0 auto; width: 5.07rem; height: 1.45rem; position: relative; transform: translateY(0.14rem); }
.module1 .btn-unlock { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock1.png) no-repeat; width: 5.07rem; height: 1.45rem; background-size: 100% 100%; }
.module2 .btn-unlock { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock1.png) no-repeat; width: 5.07rem; height: 1.45rem; background-size: 100% 100%; }

/* .module3 .btn-unlock{
background: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock1.png) no-repeat;
width: 5.07rem;
height: 1.45rem;
background-size: 100% 100%;
} */
.module4 .btn-unlock { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock1.png) no-repeat; width: 5.07rem; height: 1.45rem; background-size: 100% 100%; }
.module5 .btn-unlock { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock1.png) no-repeat; width: 5.07rem; height: 1.45rem; background-size: 100% 100%; }
.module6 .btn-unlock { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock1.png) no-repeat; width: 5.07rem; height: 1.45rem; background-size: 100% 100%; }

/* .wrapper .section .top .cont-right .btn-box .J-btn-buy::before{
content: '';
background: url(//game.gtimg.cn/images/lol/act/a20250930skins/purchase_btn_after.png) no-repeat;
width: .96rem;
height: .82rem;
background-size: 100% 100%;
position: absolute;
right: -0.44rem;
top: -0.42rem;
}

.wrapper .section .top .cont-right .btn-box .J-btn-buy::after,
.wrapper .section .top .cont-right .btn-box .btn-unlock::after{
content: '';
background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/purchase_btn.png");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 3.08rem;
height: 0.87rem;
position: absolute;
left: 0;
top: 0;
} */
.btn-box { position: relative; }
.wrapper .section .top .cont-right .btn-box .btn-join { width: 100%; display: block; margin: 0.12rem auto 0; font: normal normal 0.16rem/0.16rem Microsoft YaHei; color: #c3ffe9; text-align: center; letter-spacing: normal; -webkit-text-decoration: underline; -moz-text-decoration: underline; text-decoration: underline; cursor: pointer; position: absolute; left: 50%; transform: translateX(-50%); bottom: -40%; z-index: 3; }
.wrapper .section .top .cont-right .btn-box .btn-join:hover { filter: brightness(1); transition: all 0.3s; }
.wrapper .section.module1 .top .cont-right .btn-box .btn-join { color: #c3ffe9; }
.wrapper .section.module2 .top .cont-right .btn-box .btn-join { color: #c3ffe9; }
.wrapper .section.module4 .top .cont-right .btn-box .btn-join { color: #a8f6e4; }
.wrapper .section.module5 .top .cont-right .btn-box .btn-join { color: #a8f6e4; }
.wrapper .section.module6 .top .cont-right .btn-box .btn-join { color: #a8f6e4; }
.wrapper .section .top .cont-right .btn-box .sd-tips { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/sd_bg.png) no-repeat; width: 6.28rem; height: 0.46rem; background-size: 100% 100%; display: block; color: #e5e2e7; font-size: 0.18rem; line-height: 0.46rem; text-align: center; position: absolute; left: 50%; transform: translateX(-50%); bottom: -0.4rem; }
.wrapper .section .top .cont-right .btn-box .sd-tips span { font-weight: bold; margin-right: 0.2rem; position: relative; }
.wrapper .section .top .cont-right .btn-box .sd-tips span::before { content: ''; background: url(//game.gtimg.cn/images/lol/act/a20250930skins/sd_icon.png) no-repeat; width: 0.16rem; height: 0.15rem; background-size: 100% 100%; display: inline-block; margin-right: 0.1rem; }
.wrapper .section .complete { position: relative; overflow: hidden; display: flex; justify-content: space-between; }
.wrapper .module1 .complete { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/complete_bg1.png) no-repeat; width: 21.66rem; height: 5.57rem; background-size: 100% 100%; margin: 0 auto; padding: 0 3.03rem 0 3.5rem; margin-top: 0.7rem; }
.wrapper .module2 .complete { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/complete_bg2.png) no-repeat; width: 21.66rem; height: 5.57rem; background-size: 100% 100%; margin: 0 auto; padding: 0 3.03rem 0 3.5rem; margin-top: 1.16rem; }
.wrapper .module4 .complete { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/complete_bg4.png) no-repeat; width: 21.66rem; height: 5.57rem; background-size: 100% 100%; margin: 0 auto; padding: 0 3.03rem 0 3.5rem; margin-top: 0.1rem; }
.wrapper .module5 .complete { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/complete_bg5.png) no-repeat; width: 21.66rem; height: 5.57rem; background-size: 100% 100%; margin: 0 auto; padding: 0 3.03rem 0 3.5rem; margin-top: 0.7rem; }

/*.wrapper .module6 .complete {
/~ background: url(//game.gtimg.cn/images/lol/act/a20250930skins/complete_bg6.png) no-repeat; ~/
width: 21.66rem;
height: 5.57rem;
background-size: 100% 100%;
margin: 0 auto;
padding: 0 3.03rem 0 3.5rem;
margin-top: -0.8rem;
}*/
.wrapper .section .complete .wqt-tit { font-size: 0; background-size: 100% 100%; background-repeat: no-repeat; position: relative; z-index: 1; }
.wrapper .module1 .complete .wqt-tit { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/wqt_tit1.png); width: 5.03rem; height: 0.51rem; margin-top: 2.91rem; }
.wrapper .module2 .complete .wqt-tit { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/wqt_tit2.png); width: 5.53rem; height: 0.51rem; margin-top: 2.65rem; }
.wrapper .module4 .complete .wqt-tit { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/wqt_tit4.png); width: 5.53rem; height: 0.51rem; margin-top: 2.93rem; }
.wrapper .module5 .complete .wqt-tit { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/wqt_tit5.png); width: 4.97rem; height: 0.96rem; margin-top: 2.93rem; }
.wrapper .module6 .complete .wqt-tit { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/wqt_tit6.png); width: 4.26rem; height: 0.59rem; margin-top: 2.93rem; }
.wrapper .section .complete .wqt-text { margin-top: 0.5rem; }
.wrapper .section.module5 .complete .wqt-text { margin-top: 0.18rem; }
.wrapper .section .complete .wqt-text p { color: #261d2c; font-size: 0.18rem; position: relative; z-index: 2; padding-left: 0.2rem; font-weight: bold; }
.wrapper .section .complete .wqt-text p:nth-of-type(2) { margin-top: 0.1rem; }
.wrapper .section .complete .wqt-text p::before { content: ''; width: 0.09rem; height: 0.09rem; background: url(//game.gtimg.cn/images/lol/act/a20250930skins/icon1.png) no-repeat; background-size: 100% 100%; position: absolute; left: 0; top: 0.08rem; }
.wrapper .section .complete .wqt-text span { font-weight: initial; font-size: 0.18rem; color: #261d2c; margin-right: 0.1rem; }
.wrapper .section .complete .wqt-selling { display: flex; flex-direction: column; margin-top: 2.68rem; position: relative; z-index: 3; }
.wrapper .section .complete .wqt-selling .price-type { width: fit-content; display: inline-flex; justify-content: flex-end; flex-direction: column; }
.wrapper .section .complete .wqt-selling .selling-price3 { width: 3.54rem; display: flex; /* justify-content: center;
flex-wrap: wrap; */  /* align-items: left; */
padding-left: 0.94rem; }
.wrapper .section .complete .wqt-selling .selling-price3 .text-color { height: 0.8rem; font-size: 0.96rem; line-height: 0.8rem; font-family: 'agencyfb_bold'; }
.wrapper .section .complete .wqt-selling .selling-price3 .icon-selling-price3 { display: block; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/selling_price1_2.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.29rem; height: 0.74rem; margin-right: 0.1rem; font-size: 0.2rem; line-height: 0.26rem; color: #000000; text-align: center; text-decoration: none; padding-top: 0.1rem; padding-left: 0.04rem; letter-spacing: 0.04rem; }
.wrapper .section .complete .wqt-selling .selling-price3 .qb { color: #000000; font-size: 0.2rem; /* margin-top: 0.35rem; */ margin-left: 0.05rem; }
.wrapper .section .complete .wqt-selling .selling-price3 .price2 { width: 300%; color: #261d2c; font-size: 0.16rem; text-align: left; margin-left: 0.05rem; white-space: normal; }
.wrapper .section.module2 .complete .wqt-selling .selling-price3 .icon-selling-price3 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/selling_price1_2.png'); /* color: #46fbff; */ }

/* .wrapper .section.module2 .complete .wqt-selling .selling-price3 .qb{
color: #46fbff;
} */
.wrapper .section.module4 .complete .wqt-selling .selling-price3 .icon-selling-price3 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/selling_price1_2.png'); /* color: #a8f6e4; */ }
.wrapper .section.module4 .complete .wqt-selling .selling-price3 .qb {  /* color: #a8f6e4; */ }
.wrapper .section.module5 .complete .wqt-selling .selling-price3 .icon-selling-price3 {  /* background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/selling_price5_2.png"); */

  /* color: #a702dd; */ }
.wrapper .section.module5 .complete .wqt-selling .selling-price3 .qb {  /* color: #a702dd; */ }
.wrapper .section.module6 .complete .wqt-selling .selling-price3 .icon-selling-price3 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/selling_price6_2.png'); /* color: #ff7884; */ }
.wrapper .section.module6 .complete .wqt-selling .selling-price3 .qb {  /* color: #ff7884; */ }
.wrapper .section .complete .wqt-selling .J-btn-buy { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock1.png); background-repeat: no-repeat; display: block; width: 5.07rem; height: 1.45rem; background-size: 100% 100%; position: relative; top: -0.22rem; }
.wrapper .section.module2 .complete .wqt-selling { margin-top: 2.43rem; }

/* .wrapper .section.module2 .complete .wqt-selling .J-btn-buy {
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock2.png);
}

.wrapper .section.module4 .complete .wqt-selling .J-btn-buy {
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock4.png);
}

.wrapper .section.module5 .complete .wqt-selling .J-btn-buy {
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock5.png);
}

.wrapper .section.module6 .complete .wqt-selling .J-btn-buy {
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock6.png);
} */
.wrapper .section .bg-show { position: relative; margin: -0.6rem auto 0; z-index: 9; }
.wrapper .section.module4 .bg-show { margin: -0.46rem auto 0; }
.wrapper .section.module2 .bg-show { margin: -0.8rem auto 0; }
.wrapper .section.module5 .bg-show { margin: -0.46rem auto 0; }
.wrapper .section .bg-show .click-see { width: 25.6rem; height: 3.13rem; background-repeat: no-repeat; background-size: 25.6rem 3.13rem; margin: 0 auto; cursor: pointer; position: relative; z-index: 2; /* margin-top: -1.5rem; */ }

/* .wrapper .section .bg-show .click-see::after{
content: '';
background-repeat: no-repeat;
background-size: 100% 100%;
width: .69rem;
height: 1.3rem;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: .06rem;
animation: 2s ease infinite breath1;
}

@keyframes breath1{
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.15);
}	
} */
.wrapper .section .bg-show .click-see p { width: 100%; text-align: center; position: absolute; bottom: 0.68rem; font-size: 0.192rem; display: flex; justify-content: center; align-items: center; }
.wrapper .section .bg-show .click-see p .icon-point { width: 0.16rem; height: 0.07rem; background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/icon-point.png); }
.wrapper .section .bg-show .click-see p .icon-point.left { margin-right: 0.27rem; }
.wrapper .section .bg-show .click-see p .icon-point.right { margin-left: 0.27rem; }
.wrapper .section.module1 .bg-show .click-see { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/click_see_bg1.png); color: #fddcfa; }

/*.wrapper .section.module1 .bg-show .click-see::after {

/~ background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/click_see_icon1.png); ~/
}*/
.wrapper .section.module2 .bg-show .click-see { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/click_see_bg1.png); color: #fddcfa; }

/*.wrapper .section.module2 .bg-show .click-see::after {

/~ background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/click_see_icon2.png); ~/
}*/
.wrapper .section.module4 .bg-show .click-see { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/click_see_bg1.png); color: #fddcfa; }

/*.wrapper .section.module4 .bg-show .click-see::after {

/~ background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/click_see_icon4.png); ~/
}*/
.wrapper .section.module5 .bg-show .click-see { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/click_see_bg1.png); color: #fddcfa; }

/*.wrapper .section.module5 .bg-show .click-see::after {

/~ background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/click_see_icon5.png); ~/
}*/
.wrapper .section.module6 .bg-show .click-see { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/click_see_bg1.png); color: #fddcfa; }

/*.wrapper .section.module6 .bg-show .click-see::after {

/~ background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/click_see_icon6.png); ~/
}*/
.wrapper .section .bg-show .show-content { margin: 0 auto; background-repeat: no-repeat; background-size: 100% 100%; width: 20.92rem; /* height: 6.3rem; */ height: 0; box-sizing: border-box; padding: 0.24rem 2.3rem 0 2.17rem; transition: height 0ms ease-in, opacity 0ms ease-in;  /* transition: all 0.3s ease-in; */ opacity: 0; overflow: hidden; margin-top: -1rem; }
.wrapper .section .bg-show .show-content.show.special { top: -10rem; }
.wrapper .section .bg-show .show-content.show { height: 8.69rem; opacity: 1; position: relative; z-index: 2;  /* pointer-events: none; */ background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/colorfulBg1.png'); background-size: 100% 8.69rem; transition: height 0.3s ease-in, opacity 0.3s ease-in; }
.wrapper .section .bg-show .show-content * { opacity: 0; transition: all 0.3s ease-in; }
.wrapper .section .bg-show .show-content.show * { opacity: 1; }

/* .wrapper .section.module1 .bg-show .show-content {
background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/colorfulBg1.png");
background-size: 100% 8.69rem;
}

.wrapper .section.module2 .bg-show .show-content {
background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/colorfulBg1.png");
background-size: 100% 8.69rem;
}

.wrapper .section.module4 .bg-show .show-content {
background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/colorfulBg1.png");
background-size: 100% 8.69rem;
}

.wrapper .section.module5 .bg-show .show-content {
background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/colorfulBg1.png");
background-size: 100% 8.69rem;
} */
.wrapper .section .bg-show .show-content .show-top { display: flex; justify-content: space-between; }
.wrapper .section .bg-show .show-content .show-top .show-left .part-name2-box { background-size: 100% 100%; background-repeat: no-repeat; font-size: 0; text-indent: -999em; margin-top: 1.4rem; }
.wrapper .section.module1 .bg-show .show-content .show-top .show-left .part-name2-box { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/colorful_tit1.png); width: 6.2rem; height: 0.62rem; }
.wrapper .section.module2 .bg-show .show-content .show-top .show-left .part-name2-box { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/colorful_tit2.png); width: 6.2rem; height: 0.62rem; }
.wrapper .section.module4 .bg-show .show-content .show-top .show-left .part-name2-box { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/colorful_tit4.png); width: 6.2rem; height: 0.62rem; }
.wrapper .section.module5 .bg-show .show-content .show-top .show-left .part-name2-box { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/colorful_tit5.png); width: 8.03rem; height: 0.62rem; }
.wrapper .section.module6 .bg-show .show-content .show-top .show-left .part-name2-box { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/colorful_tit6.png); width: 4.44rem; height: 0.62rem; }
.wrapper .section .bg-show .show-content .show-top .show-left .part-name2-box .font_fz .icon-label { display: inline-block; margin-left: 0.18rem; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/colorfulIcon.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.25rem; height: 0.26rem; }
.wrapper .section .bg-show .show-content .show-top .show-left .selling-time { display: flex; position: relative; font-size: 0.19rem; color: #261d2c; font-weight: bold; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; margin-top: 0.26rem; /* padding-left: 0.2rem; */ width: 5.62rem; height: 0.49rem; line-height: 0.49rem; background: url(//game.gtimg.cn/images/lol/act/a20250930skins/selling-time_1.png) 0 0/100% 100% no-repeat; }

/* .wrapper .section .bg-show .show-content .show-top .show-left .selling-time::before{
content: '';
width: .15rem;
height: .15rem;
background: url(//game.gtimg.cn/images/lol/act/a20250930skins/icon1.png) no-repeat;
background-size: 100% 100%;
position: absolute;
left: 0;
top: .08rem;
} */
.wrapper .section .bg-show .show-content .show-top .show-left .selling-time span { margin-left: 0.03rem; font-size: 0.19rem; font-weight: bold; width: 1.65rem; text-align: center; color: white; font-weight: normal; }
.wrapper .section .bg-show .show-content .show-top .show-left .gift-box { margin-top: 0.3rem; position: relative; display: flex; -webkit-box-pack: flex-start; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; box-sizing: border-box; padding-left: 0.4rem; }
.wrapper .section .bg-show .show-content .show-top .show-left .gift-box::before { content: ''; width: 0.33rem; height: 0.32rem; background: url(//game.gtimg.cn/images/lol/act/a20250930skins/icon-other.png) no-repeat; background-size: 100% 100%; position: absolute; left: 0rem; top: 50%; transform: translateY(-50%); }
.wrapper .section .bg-show .show-content .show-top .show-left .gift-box span { color: #261d2c; font-size: 0.34rem; /* line-height: .39rem; */ margin-right: 0.25rem; font-weight: bold; font-family: 'Microsoft YaHei'; }
.wrapper .section .bg-show .show-content .show-top .show-left .gift-box p { font-size: 0.2rem; height: 0.46rem; line-height: 0.46rem; text-align: center; color: #ffffff; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; box-sizing: border-box; margin-right: 0.1rem; position: relative; font-weight: normal; }
.wrapper .section .bg-show .show-content .show-top .show-left .gift-box .tilabrl1 { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/tilabrl1.png) 0/100% 100% no-repeat; width: 2rem; }
.wrapper .section .bg-show .show-content .show-top .show-left .gift-box .tilabrl2 { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/tilabrl2.png) 0/100% 100% no-repeat; width: 2.27rem; }
.wrapper .section .bg-show .show-content .show-top .show-left .gift-box .tilabrl3 { width: 2.65rem; margin-right: 0; background: url(//game.gtimg.cn/images/lol/act/a20250930skins/tilabrl3.png) 0/100% 100% no-repeat; }

/* .wrapper .section .bg-show .show-content .show-top .show-left .gift-box p:first-child {
margin-right: 0.2rem;
} */

/* .wrapper .section .bg-show .show-content .show-top .show-left .gift-box p:nth-child(2),
.wrapper .section .bg-show .show-content .show-top .show-left .gift-box p:nth-child(3),
.wrapper .section .bg-show .show-content .show-top .show-left .gift-box p:nth-child(4) {
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
margin-right: 0.16rem;
font-size: .16rem;
color: #ffffff;
text-align: center;
letter-spacing: normal;
-webkit-text-decoration: none;
-moz-text-decoration: none;
text-decoration: none;
} */

/* .wrapper .section .bg-show .show-content .show-top .show-left .gift-box p:nth-child(2) {
width: 1.03rem;
height: 0.24rem;
}

.wrapper .section .bg-show .show-content .show-top .show-left .gift-box p:nth-child(3) {
width: 1.3rem;
height: 0.24rem;
}

.wrapper .section .bg-show .show-content .show-top .show-left .gift-box p:last-child {
width: 1.28rem;
height: 0.24rem;
} */

.wrapper .section .bg-show .show-content .show-top .show-right { width: 5.07rem; display: flex; flex-direction: column; padding-top: 1.4rem; }
.wrapper .section .bg-show .show-content .show-top .show-right .selling-price2 { width: 5.07rem; display: flex; align-items: center; justify-content: center; }
.wrapper .section .bg-show .show-content .show-top .show-right .selling-price2 .price-type { width: fit-content; display: inline-flex; justify-content: flex-end; flex-direction: column; height: 100%; }
.wrapper .section .bg-show .show-content .show-top .show-right .selling-price2 .icon-selling-price2 { display: block; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/selling_price1_2.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.33rem; height: 0.74rem; margin-right: 0.1rem; font-size: 0.2rem; line-height: 0.28rem; /* color: #c3ffe9; */ color: black; text-align: center; letter-spacing: normal; text-decoration: none; padding-top: 0.09rem; }
.wrapper .section.module2 .bg-show .show-content .show-top .show-right .selling-price2 .icon-selling-price2 {  /* background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/selling_price2_2.png"); */
color: black; }
.wrapper .section.module4 .bg-show .show-content .show-top .show-right .selling-price2 .icon-selling-price2 {  /* background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/selling_price4_2.png"); */
color: black; }
.wrapper .section.module5 .bg-show .show-content .show-top .show-right .selling-price2 .icon-selling-price2 {  /* background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/selling_price5_2.png"); */
color: black; }
.wrapper .section.module6 .bg-show .show-content .show-top .show-right .selling-price2 .icon-selling-price2 {  /* background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/selling_price6_2.png"); */
color: black; }
.wrapper .section .bg-show .show-content .show-top .show-right .selling-price2 .text-color1 { height: 0.88rem; font-size: 0.96rem; line-height: 0.88rem; font-family: 'agencyfb_bold'; }
.wrapper .section .bg-show .show-content .show-top .show-right .selling-price2 .text-small { height: 0.88rem; line-height: 1.16rem; font-size: 0.6rem; font-family: 'agencyfb_bold'; color: black; text-align: left; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; margin-right: 0.08rem; }
.wrapper .section .bg-show .show-content .show-top .show-right .selling-price2 .qb {  /* color: #c3ffe9; */

  /* margin-top: 0.35rem; */
color: black; font-size: 0.2rem; margin-left: 0rem; }
.wrapper .section.module2 .bg-show .show-content .show-top .show-right .selling-price2 .qb { color: black; }
.wrapper .section.module4 .bg-show .show-content .show-top .show-right .selling-price2 .qb { color: black; }
.wrapper .section.module5 .bg-show .show-content .show-top .show-right .selling-price2 .qb { color: black; }
.wrapper .section.module6 .bg-show .show-content .show-top .show-right .selling-price2 .qb { color: black; }
.wrapper .section .bg-show .show-content .show-top .show-right .selling-price2 .price2 { width: 100%; color: #261d2c; font-size: 0.18rem; text-align: center; white-space: nowrap; }
.wrapper .section .bg-show .show-content .show-top .show-right .J-btn-buy { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock1.png); background-repeat: no-repeat; display: block; width: 5.07rem; height: 1.45rem; background-size: 100% 100%; position: relative; margin-top: -0.1rem; pointer-events: all; }
.wrapper .section.module2 .bg-show .show-content .show-top .show-right .J-btn-buy {  /* background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock2.png); */ }
.wrapper .section.module4 .bg-show .show-content .show-top .show-right .J-btn-buy {  /* background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock4.png); */ }
.wrapper .section.module5 .bg-show .show-content .show-top .show-right .J-btn-buy {  /* background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock5.png); */ }
.wrapper .section.module6 .bg-show .show-content .show-top .show-right .J-btn-buy {  /* background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock6.png); */ }
.wrapper .section .bg-show .show-content .show-bottom { margin: 0 auto 0; position: relative; width: 100%; height: auto; }
.wrapper .section .bg-show .show-content .show-bottom .gift-bag { margin: 0 auto; position: relative; }
.wrapper .section .bg-show .show-content .show-bottom .gift-bag1 { margin: 0 auto 0; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/colorful-list1.png'); background-repeat: no-repeat; background-size: 12.62rem 100%; background-position-x: 1.36rem; width: 14.62rem; height: 1.91rem; margin-top: 0.6rem; margin-left: 0.3rem; }
.wrapper .section .bg-show .show-content .show-bottom .gift-bag2 { margin: 0 auto 0; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/colorful-list2.png'); background-repeat: no-repeat; background-size: 12.62rem 100%; background-position-x: 1.36rem; width: 14.62rem; height: 1.91rem; margin-top: 0.6rem; margin-left: 0.3rem; }

/* .wrapper .section .bg-show .show-content .show-bottom .gift-bag3 {
margin: 0.42rem auto 0;
background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/colorful-list3.png");
background-repeat: no-repeat;
background-size: 100% 100%;
background-position-x: 1.36rem;
width: 10.98rem;
height: 1.91rem;
} */
.wrapper .section .bg-show .show-content .show-bottom .gift-bag4 { margin: 0 auto 0; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/colorful-list3.png'); background-repeat: no-repeat; background-size: 12.62rem 100%; width: 14.62rem; height: 1.91rem; margin-top: 0.6rem; margin-left: 0.3rem; }
.wrapper .section .bg-show .show-content .show-bottom .gift-bag5 { margin: 0 auto 0; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/colorful-list4.png'); background-repeat: no-repeat; background-size: 12.62rem 100%; width: 14.62rem; height: 1.91rem; margin-top: 0.6rem; margin-left: 0.3rem; }

/* .wrapper .section .bg-show .show-content .show-bottom .gift-bag6 {
margin: 0rem auto 0;
background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/colorful-list6.png");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 8.67rem;
height: 1.09rem;
} */
.wrapper .section .bg-show .show-content .show-bottom .gift-list { margin-top: 0.08rem; margin-left: 1.76rem; position: relative; display: flex; align-items: flex-start; flex-wrap: nowrap; }
.wrapper .section .bg-show .show-content .show-bottom .gift-list .gift-item { width: 1.9rem; flex-shrink: 0; height: auto; }
.wrapper .section .bg-show .show-content .show-bottom .gift-list .gift-item:not(:last-child) { margin-right: 0.73rem; }
.wrapper .section .bg-show .show-content .show-bottom .gift-list.gift-list5 .gift-item:not(:last-child) { margin-right: 1.35rem; }
.wrapper .section .bg-show .show-content .show-bottom .gift-list .gift-item p { font-size: 0.18rem; color: #261d2c; text-align: center; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; line-height: 0.24rem; }
.wrapper .section .bg-show .show-content .show-bottom .gift-list .gift-item p:nth-child(2) { font-size: 0.18rem; color: #dc54b7; }
.wrapper .section .bg-show .show-content .show-bottom .gift-list .gift-item .icon-box1 { display: block; margin: 0 auto; background: url(//game.gtimg.cn/images/lol/act/a20250930skins/icon_box.png) no-repeat; width: 1.41rem; height: 0.48rem; background-size: 100% 100%; text-align: center; color: white; font-size: 0.18rem; line-height: 0.55rem; }
.wrapper .section .bg-show .show-content .show-bottom .gift-list1 { width: 13.45rem; height: auto; }
.wrapper .section .bg-show .show-content .show-bottom .gift-list2 { width: 13.45rem; height: auto; }

/* .wrapper .section .bg-show .show-content .show-bottom .gift-list3 {
width: 10.98rem;
height: auto;
box-sizing: border-box;
padding-left: .46rem;
} */
.wrapper .section .bg-show .show-content .show-bottom .gift-list4 { width: 13.45rem; height: auto; }
.wrapper .section .bg-show .show-content .show-bottom .gift-list5 { width: 13.45rem; height: auto; margin-left: 1.88rem; }
.wrapper .section .bg-show .show-content .show-bottom .gift-list6 { width: 8.9rem; height: auto; transform: translateX(0.3rem); }
.wrapper .section .bg-show .show-content .show-take { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/icon2.png) left center/1.36rem 0.24rem no-repeat; width: 1.36rem; height: 0.24rem; color: #261d2c; font-size: 0.24rem; line-height: 1.1; position: absolute; bottom: 0.58rem; left: 50%; transform: translateX(-50%); pointer-events: all; text-indent: 0.34rem; }
.wrapper .module-kv { background: transparent url('//game.gtimg.cn/images/lol/act/a20250930skins/bg_kv.jpg') top center/25.6rem 15.2rem no-repeat; width: 100%; height: 15.2rem; position: relative; }
.wrapper .module-kv .btn-enter { display: block; width: 100%; height: 100%; }
.wrapper .module1 { background: transparent url('//game.gtimg.cn/images/lol/act/a20250930skins/bg_01.jpg') top center/100% 100% no-repeat; width: 100%; height: 19.55rem; }
.wrapper .module1 .top { padding-top: 2.7rem; margin: 0 auto; display: flex; flex-direction: column; }

/* .wrapper .module1 .top .cont-left .cs-tag{
background: url(//game.gtimg.cn/images/lol/act/a20250930skins/icon_cs.png) 0/100% 100% no-repeat;
width: .81rem;
height: .41rem;
position: absolute;
left: 1.12rem;
top: -0.5rem;
} */

/* .wrapper .module1 .top .cont-right {} */

.wrapper .module2 { background: transparent url('//game.gtimg.cn/images/lol/act/a20250930skins/bg_02.jpg') top center/100% 100% no-repeat; width: 100%; height: 19.77rem; }
.wrapper .module2 .top { padding-top: 2.92rem; margin: 0 auto; display: flex; flex-direction: column; }

/* .wrapper .module5 .top .cont-right, */
.wrapper .module4 .top .cont-right, .wrapper .module2 .top .cont-right { margin-top: 1.54rem; margin-left: auto; margin-right: 0.6rem; }
.wrapper .section.module5 .top .cont-right { margin-top: 1.3rem; }

/*.wrapper .module3 {
background: transparent url("//game.gtimg.cn/images/lol/act/a20250930skins/devbg_03.jpg") top center/100% 100% no-repeat;
/~ background: transparent url("//game.gtimg.cn/images/lol/act/a20250930skins/bg3.jpg") top center/100% 100% no-repeat; ~/
background-origin: initial;
background-clip: initial;
background-attachment: initial;
width: 100%;
height: 20.82rem;
}

.wrapper .module3 .top {
padding-top: 7rem;
}

.wrapper .module3 .zz-tag{
background: url(//game.gtimg.cn/images/lol/act/a20250930skins/icon_zz.png) 0/100% 100% no-repeat;
width: .79rem;
height: .39rem;
position: absolute;
left: 12.9rem;
top: 2.1rem;
}

.wrapper .module3 .top .cont-right {
margin-left: 1.24rem;
}

.wrapper .module3 .price{
font-size: 0 !important;
color: transparent !important;
text-indent: -999em;
background: url(//game.gtimg.cn/images/lol/act/a20250930skins/m3_price.png) no-repeat;
width: 2.66rem !important;
height: .72rem !important;
background-size: 100% 100% !important;
margin-right: 0;
}

.wrapper .module3 .price-column{
flex-direction: column;
margin-right: .3rem;
}

.wrapper .module3 .sub3 {
color: #ffef68;
font-size: .18rem;
margin-top: .05rem;
}

.wrapper .module3  .btn-box{
position: unset !important;
}*/
.wrapper .module4 { background: transparent url('//game.gtimg.cn/images/lol/act/a20250930skins/bg_04.jpg') top center/100% 100% no-repeat; width: 100%; height: 22.55rem; }
.wrapper .module4 .top { padding-top: 4.92rem; margin: 0 auto; display: flex; flex-direction: column; }
.wrapper .module5 { background: transparent url('//game.gtimg.cn/images/lol/act/a20250930skins/bg_05.jpg') top center/100% 100% no-repeat; width: 100%; height: 19.27rem; }
.wrapper .module5 .top { padding-top: 2.68rem; margin: 0 auto; display: flex; flex-direction: column; }
.wrapper .module5 .top .icon-qqxd { width: 3.11rem; height: 0.76rem; background: transparent url('//game.gtimg.cn/images/lol/act/a20250930skins/icon_qqxd.png') top center/100% 100% no-repeat; position: absolute; left: 0.9rem; top: 2.06rem; z-index: 2; }
.wrapper .module6 { background: transparent url('//game.gtimg.cn/images/lol/act/a20250930skins/bg6.jpg') top center/100% 100% no-repeat; background-origin: initial; background-clip: initial; background-attachment: initial; width: 100%; height: 15rem; box-sizing: border-box; padding-top: 0; }
.wrapper .module6 .top { padding-top: 6.8rem; }
.wrapper .module6 .part6-con { margin: 0 auto; position: relative; }

/* 究极大礼包 START */
.wrapper .module7 { background: transparent url('//game.gtimg.cn/images/lol/act/a20250930skins/bg_07.jpg') top center/100% 100% no-repeat; background-origin: initial; background-clip: initial; background-attachment: initial; width: 100%; height: 11.11rem; box-sizing: border-box; }
.wrapper .module8 { background: transparent url('//game.gtimg.cn/images/lol/act/a20250930skins/bg_08.jpg') top center/100% 100% no-repeat; background-origin: initial; background-clip: initial; background-attachment: initial; width: 100%; height: 20.62rem; padding-top: 0.2rem; }
.wrapper .module9 { background: transparent url('//game.gtimg.cn/images/lol/act/a20250930skins/bg9.jpg') top center/100% 100% no-repeat; background-origin: initial; background-clip: initial; background-attachment: initial; width: 100%; height: 8.92rem; }
.wrapper .module9 .top { padding-bottom: 0.8rem; margin-left: 2.7rem; align-items: flex-end; }
.wrapper .module9 .top .cont-left .md-play1 { margin-top: 1.6rem; }
.wrapper .module9 .top .cont-left .sh-tag { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/icon_sh.png) 0/100% 100% no-repeat; width: 0.66rem; height: 0.41rem; position: absolute; left: 4.13rem; top: 1.1rem; }
.wrapper .module9 .top .cont-left { flex-wrap: wrap; }
.wrapper .module9 .top .cont-left .skin-text { width: 100%; display: block; color: #ffffff; font-size: 0.16rem; margin-top: 0.2rem; line-height: 0.26rem; }
.wrapper .module9 .top .cont-left .skin-text .mbr { display: none; }
.wrapper .module9 .top .cont-right { margin-top: 0; margin-left: 0; flex-direction: column; }
.wrapper .module9 .top .cont-right .btn-box { margin-left: auto; margin-top: -0.15rem; }
.wrapper .module9 .top .cont-right .btn-box .J-btn-buy::before { display: none; }
.wrapper .module9 .top .cont-right .mfyq { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/mfyq_img.png) 0/100% 100% no-repeat; width: 6.62rem; height: 2.17rem; }
.wrapper .module9 .section .complete { margin-top: 4.4rem; }
.btn-jx { display: block; position: fixed; bottom: 1.6rem; right: 0.14rem; font-size: 0; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/nav_jx_icon.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.42rem; height: 1.63rem; }
.btn-jx1 { display: block; position: fixed; bottom: 0.6rem; right: 0.14rem; font-size: 0; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/nav_jx_bg.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 2.07rem; height: 1.73rem; z-index: 1000; }
.btn-icon { display: block; position: absolute; top: -0.4rem; left: -0.8rem; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/nav_jx_icon1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 3.61rem; height: 3.29rem; }
.btn-txt { display: block; position: absolute; top: 0; left: 0; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/nav_jx_txt.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 2.07rem; height: 1.73rem; }
.btn-subskip { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/skip_icon.png) no-repeat; width: 2.35rem; height: 1.95rem; background-size: 100% 100%; position: fixed; bottom: 2.5rem; right: 0.24rem; z-index: 1000; }
.pop_up { position: fixed; top: 50%; right: auto; bottom: auto; left: 50%; -webkit-transform: none; -ms-transform: none; transform: none; z-index: 99; }
.pop_up .pop-tit { margin: 0 auto; font-size: 0; }
.pop_up .pop_con { position: relative; }
.pop_up .pop_con .pop_container { margin: 0 auto; width: 9rem; height: 5.14rem; }
.pop_up .pop_close { display: block; font-size: 0; position: absolute; top: 0; right: -0.55rem; bottom: auto; left: auto; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/dia_close.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.5rem; height: 0.5rem; }
#pop_vid .pop_con { box-sizing: border-box; border: 0.03rem solid #ee60d5; }
.pop_jackpot { display: none; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/dia_bg1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 7.67rem; height: 8.75rem; box-sizing: border-box; }
.pop_jackpot .pop_jackpot_con { position: relative; margin: 0 auto; width: 100%; height: auto; padding-top: 1.12rem; }
.pop_jackpot .pop_jackpot_con .pop-tit { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/dia_title1.png) no-repeat; width: 5.77rem; height: 0.57rem; background-size: 100% 100%; margin: 0 auto; }
.pop_jackpot .pop_jackpot_con .jackpot-list { margin-top: 0.2rem; margin-left: 0.98rem; width: 5.93rem; height: 6.06rem; position: relative; overflow-x: hidden; overflow-y: scroll; box-sizing: border-box; }
.pop_jackpot .pop_jackpot_con .jackpot-list::-webkit-scrollbar { width: 0.04rem; border-radius: 0; background: rgba(28, 28, 28, 0.4); }
.pop_jackpot .pop_jackpot_con .jackpot-list::-webkit-scrollbar-thumb { width: 0.04rem; height: 1px; border-radius: 0; background: #262626; }
.pop_jackpot .pop_jackpot_con .jackpot-list::-webkit-scrollbar-thumb:disabled { background: #8a8a8a; }
.pop_jackpot .pop_jackpot_con .jackpot-list::-webkit-scrollbar-track { width: 0.04rem; border-radius: 0; background: #8a8a8a; }
.pop_jackpot .pop_jackpot_con .jackpot-list .jackpot-item { background-repeat: no-repeat; background-size: 100% 100%; width: 5.66rem; height: 4.6rem; }
.pop_jackpot .pop_jackpot_con .jackpot-list .jackpot-item:not(:first-child) { margin-top: 0.3rem; }
.pop_jackpot .pop_jackpot_con .jackpot-list .jackpot-item1 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/jackpot_item1.png'); }
.pop_jackpot .pop_jackpot_con .jackpot-list .jackpot-item2 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/jackpot_item2.png'); }
.pop_jackpot .pop_jackpot_con .jackpot-list .jackpot-item3 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/jackpot_item3.png'); }
.pop_jackpot .pop_jackpot_con .jackpot-list .jackpot-item4 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/jackpot_item4.png'); }
.pop_jackpot .pop_jackpot_con .jackpot-list .jackpot-item5 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/jackpot_item5.png'); }
.pop_jackpot .pop_close { font-size: 0; position: absolute; top: -0.3rem; right: -0.2rem; bottom: auto; left: auto; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/dia_close.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.4rem; height: 0.4rem; }
.pop_get { display: none; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/dia_bg2.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 7.67rem; height: 7.34rem; box-sizing: border-box; }
.pop_get .pop_get_con { position: relative; margin: 0 auto; padding-top: 1.12rem; }
.pop_get .pop_get_con .pop-tit { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/dia_title2.png) no-repeat; width: 5.77rem; height: 0.57rem; background-size: 100% 100%; margin: 0 auto; }
.pop_get .pop_get_con .get-tip { position: relative; margin: 0.1rem auto 0; width: 6.3rem; height: auto; font: normal normal 0.16rem/0.2rem Microsoft YaHei; color: #1e1e1e; text-align: center; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; }
.pop_get .pop_get_con .get-tip .span { color: #1e1e1e; }
.pop_get .pop_get_con .jackpot-item { position: relative; margin: 0.1rem auto 0; width: 6.3rem; height: auto; }
.pop_get .pop_get_con .jackpot-item .pc-img { display: block; width: 5.63rem; height: 4.6rem; margin: 0 auto; }
.pop_get .pop_get_con .jackpot-item .m-img { display: none; }
.pop_get .pop_close { font-size: 0; position: absolute; top: -0.55rem; right: 0; bottom: auto; left: auto; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/dia_close.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.5rem; height: 0.5rem; }
.pop_pay { display: none; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/dia_bg3.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 7.67rem; height: 4.33rem; box-sizing: border-box; }
.pop_pay .pop_pay_con { position: relative; margin: 0 auto; padding-top: 1.12rem; }
.pop_pay .pop_pay_con .pop-tit { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/dia_title3.png) no-repeat; width: 5.87rem; height: 0.57rem; background-size: 100% 100%; margin: 0 auto; }
.pop_pay .pop_pay_con .pay-list { position: relative; margin: 0.1rem auto 0; width: 5.63rem; height: auto; display: flex; -webkit-box-pack: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-box-align: flex-start; -webkit-align-items: flex-start; -ms-flex-align: flex-start; align-items: flex-start; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; }
.pop_pay .pop_pay_con .pay-list .pay-item { width: 2.88rem; height: auto; }
.pop_pay .pop_pay_con .pay-list .pay-item .pop-dj { display: block; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/dia_dq.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 2.88rem; height: 1.27rem; }
.pop_pay .pop_pay_con .pay-list .pay-item .pop-recharge { display: block; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/dia_xj.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 2.88rem; height: 1.27rem; }
.pop_pay .pop_pay_con .pay-list .pay-item .pay-txt { margin: 0rem auto 0; font: normal normal 0.18rem/0.24rem Microsoft YaHei; color: #261d2c; text-align: center; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; }
.pop_pay .pop_close { font-size: 0; position: absolute; top: -0.55rem; right: 0; bottom: auto; left: auto; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/dia_close.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.5rem; height: 0.5rem; }
.pop_tips { display: none; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/dia_bg3.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 7.66rem; height: 4.33rem; box-sizing: border-box; }
.pop_tips .pop_tips_con { position: relative; margin: 0 auto; padding-top: 1.12rem; }
.pop_tips .pop_tips_con .pop-tit { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/dia_title4.png) no-repeat; width: 5.87rem; height: 0.57rem; background-size: 100% 100%; margin: 0 auto; }
.pop_tips .pop_tips_con .tips-text { margin: 0.25rem auto 0; width: 90%; font: normal normal 0.2rem/0.3rem Microsoft YaHei; color: #1e1e1e; text-align: center; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; }
.pop_tips .pop_tips_con .pop-sure { display: block; margin: 0.05rem auto 0; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/dia_sure.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 2.9rem; height: 1.3rem; }
.pop_tips .pop_close { font-size: 0; position: absolute; top: -0.55rem; right: 0; bottom: auto; left: auto; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/dia_close.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.5rem; height: 0.5rem; }
.pop_com { display: none; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/dia_bg3.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 7.67rem; height: 4.33rem; box-sizing: border-box; }
.pop_com .pop_com_con { position: relative; margin: 0 auto; padding-top: 1.12rem; }
.pop_com .pop_com_con .pop-tit { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/dia_title4.png) no-repeat; width: 5.77rem; height: 0.57rem; background-size: 100% 100%; margin: 0 auto; }
.pop_com .pop_com_con .pop-com-info { margin: 0.42rem auto 0; position: relative; width: 90%; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; }
.pop_com .pop_com_con .pop-com-info .pop-com-txt { width: 100%; font: normal normal 0.2rem/0.3rem Microsoft YaHei; color: #1e1e1e; text-align: center; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; }
.pop_com .pop_close { font-size: 0; position: absolute; top: -0.55rem; right: 0; bottom: auto; left: auto; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/dia_close.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.5rem; height: 0.5rem; }

/* 20240515 宝箱动画 */
.treasure-chests { position: absolute; top: 3.5rem; left: 0.78rem; width: 6.62rem; height: 7.12rem; }
.treasure-chests h3 { background: url('../webp-img/part6_bx.png') no-repeat; background-size: 100% 100%; width: 6.62rem; height: 7.12rem; transform: translate3d(0, 0, 0); background-clip: padding-box; }
.wobble { animation-name: wobble; animation-duration: 2s; animation-iteration-count: infinite; }

/* pop bao xiang */
.pop-lottery { width: 6rem; height: 6rem; }
.pop-lottery h3 { position: absolute; background: url('//game.gtimg.cn/images/lol/act/a20250930skins/baoxiang2-1.png') no-repeat; width: 6rem; height: 6rem; background-size: 100% 100% !important; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); background-clip: padding-box; }
.pop-lottery h3.act { position: absolute; width: 6rem; height: 6rem; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); background-clip: padding-box; -webkit-animation: changeBackground 0.5s; animation: changeBackground 0.5s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
.wobble.on { -webkit-animation-name: wobble; animation-name: wobble; -webkit-animation-duration: 0.9s; animation-duration: 0.9s; -webkit-animation-iteration-count: 2; animation-iteration-count: 2; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
@-webkit-keyframes changeBackground {
0% { background: url('//game.gtimg.cn/images/lol/act/a20250930skins/baoxiang2-1.png') no-repeat; }
100% { background: url('//game.gtimg.cn/images/lol/act/a20250930skins/baoxiang2.png') no-repeat; }
}
@keyframes changeBackground {
0% { background: url('//game.gtimg.cn/images/lol/act/a20250930skins/baoxiang2-1.png') no-repeat; }
100% { background: url('//game.gtimg.cn/images/lol/act/a20250930skins/baoxiang2.png') no-repeat; }
}
@-webkit-keyframes wobble {
0% { -webkit-transform: translateX(0) rotate(0deg); }
15% { -webkit-transform: translateX(-7.5px) rotate(-1.5deg); }
30% { -webkit-transform: translateX(3.75px) rotate(0.75deg); }
45% { -webkit-transform: translateX(-3.75px) rotate(-0.75deg); }
60% { -webkit-transform: translateX(2.25px) rotate(0.5deg); }
75% { -webkit-transform: translateX(-1.5px) rotate(-0.25deg); }
100% { -webkit-transform: translateX(0) rotate(0deg); }
}

/* -webkit-transform: translateX(0) rotate(0deg); */
@keyframes wobble {
0% { transform: translateX(0) rotate(0deg); }
15% { transform: translateX(-7.5px) rotate(-1.5deg); }
30% { transform: translateX(3.75px) rotate(0.75deg); }
45% { transform: translateX(-3.75px) rotate(-0.75deg); }
60% { transform: translateX(2.25px) rotate(0.5deg); }
75% { transform: translateX(-1.5px) rotate(-0.25deg); }
100% { transform: translateX(0) rotate(0deg); }
}
@keyframes wobble2 {
0% { -webkit-transform: translateX(0) rotate(0deg); transform: translateX(0) rotate(0deg); }
15% { -webkit-transform: translateX(-9px) rotate(-3deg); transform: translateX(-9px) rotate(-3deg); }
30% { -webkit-transform: translateX(9px) rotate(3deg); transform: translateX(9px) rotate(3deg); }
45% { -webkit-transform: translateX(-9px) rotate(-3deg); transform: translateX(-9px) rotate(-3deg); }
60% { -webkit-transform: translateX(9px) rotate(2deg); transform: translateX(9px) rotate(2deg); }
75% { -webkit-transform: translateX(-6px) rotate(-1deg); transform: translateX(-6px) rotate(-1deg); }
100% { -webkit-transform: translateX(0) rotate(0deg); transform: translateX(0) rotate(0deg); }
}
.wobble2 { animation-name: wobble; animation-duration: 2s; animation-iteration-count: infinite; }

/* 导航栏 START */
.side-nav-bar { position: fixed; top: 45%; transform: translateY(-50%); right: 0; z-index: 66; }
.side-nav-bar .nav-list { width: 3.44rem; /* height: 6.34rem; */ height: 4.34rem; display: flex; flex-direction: column; justify-content: space-between; /* transform: scale(1);
transform-origin: right; */ }
.side-nav-bar .nav-list .nav-item { width: 3.44rem; height: 0.98rem; background-size: 100% 100%; background-repeat: no-repeat; font-size: 0.28rem; position: relative; font-family: 'agencyfb_bold'; color: #905aff; line-height: 1.2; padding-left: 0.9rem; display: flex; flex-direction: column; justify-content: center; background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item.png); position: relative; letter-spacing: 0; }
.side-nav-bar .nav-list .nav-item span { font-family: 'mfyihei_noncommercial-regular'; letter-spacing: 0; position: relative; z-index: 2; }
.side-nav-bar .nav-list .nav-item img { width: 3.44rem; height: 0.98rem; position: absolute; bottom: 0; left: 0; z-index: 0; pointer-events: none; opacity: 0.7; }
.side-nav-bar .nav-list .nav-item.on img, .side-nav-bar .nav-list .nav-item:hover img { opacity: 1; }
.side-nav-bar .nav-list .nav-item.on, .side-nav-bar .nav-list .nav-item:hover { background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item_on.png); }
.side-nav-bar .nav-list .nav-item.on *, .side-nav-bar .nav-list .nav-item:hover * { color: white; }
.side-nav-bar .nav-list .nav-item p { color: #905aff; font-size: 0.16rem; font-family: 'Microsoft YaHei'; position: relative; z-index: 2; }

/* .side-nav-bar .nav-list .nav-item::after{
content: '';
width: 2.75rem;
height: .98rem;
background-size: 100% 100%;
position: absolute;
right: -0.07rem;
top: -0.07rem;
opacity: 0;
transition: opacity 0.3s ease;
}

.side-nav-bar .nav-list .nav-item:hover::after,
.side-nav-bar .nav-list .nav-item.active::after{
opacity: 1;
} */

/* .side-nav-bar .nav-list .nav-item1{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item1.png);
}

.side-nav-bar .nav-list .nav-item2{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item2.png);
}

.side-nav-bar .nav-list .nav-item3{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item3.png);
}

.side-nav-bar .nav-list .nav-item4{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item4.png);
}

.side-nav-bar .nav-list .nav-item5{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item5.png);
}

.side-nav-bar .nav-list .nav-item6{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item6.png);
} */

/* .side-nav-bar .nav-list .nav-item7{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item7.png);
}

.side-nav-bar .nav-list .nav-item1::after{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item1_on.png);
}

.side-nav-bar .nav-list .nav-item2::after{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item2_on.png);
}

.side-nav-bar .nav-list .nav-item3::after{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item3_on.png);
}

.side-nav-bar .nav-list .nav-item4::after{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item4_on.png);
}

.side-nav-bar .nav-list .nav-item5::after{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item5_on.png);
}

.side-nav-bar .nav-list .nav-item6::after{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item6_on.png);
}

.side-nav-bar .nav-list .nav-item7::after{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/nav_item7_on.png);
} */

/* 导航栏 END */

/* 究极大礼包 START */

/* .wrapper .module7 {
background: transparent url("//game.gtimg.cn/images/lol/act/a20250930skins/bg7.jpg") top center/100% 100% no-repeat;
background-origin: initial;
background-clip: initial;
background-attachment: initial;
width: 100%;
height: 9.68rem;
box-sizing: border-box;
} */

.wrapper .module7 .part5-con { margin: 0 auto; position: relative; /* background: transparent url("//game.gtimg.cn/images/lol/act/a20250930skins/part5-big.png") top center/100% 100% no-repeat; */ width: 19rem; min-height: 10.52rem; padding-top: 1.8rem; }
.wrapper .module7 .part5-con .part5-name { text-align: center; font-size: 0; position: relative; background: transparent url('//game.gtimg.cn/images/lol/act/a20250930skins/part5-name.png') top center/5.82rem 100% no-repeat; width: 6.83rem; height: 2.11rem; /* margin: 0 auto; */ }
.wrapper .module7 .part5-con .selling-time { margin-top: 0.37rem; position: relative; display: flex; justify-content: center; align-items: baseline; font-size: 0.2rem; color: #ffffff; font-weight: bold; font-family: 'Microsoft YaHei'; width: 6.83rem; height: 0.58rem; line-height: 0.58rem; background: transparent url('//game.gtimg.cn/images/lol/act/a20250930skins/selling-time.png') top center/100% 100% no-repeat; }
.wrapper .module7 .part5-con .selling-time span { font-size: 0.2rem; font-weight: initial; color: #ffffff; font-family: 'Microsoft YaHei'; margin-right: 0.15rem; }
.wrapper .module7 .part5-con .gift-box { min-width: 6.83rem; height: auto; position: relative; }
.wrapper .module7 .part5-con .gift-box .tilabrl-title { color: #d446ad; font-size: 0.22rem; text-align: center; width: 3.24rem; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/tilabrl-title.png'); background-position: center center; background-repeat: no-repeat; background-size: 3.24rem 0.14rem; margin: 0.57rem auto 0; }
.wrapper .module7 .part5-con .gift-box .gift-con { display: flex; justify-content: left; align-items: center; flex-wrap: wrap; margin-top: 0.16rem; }
.wrapper .module7 .part5-con .gift-box span::after { content: ''; position: absolute; top: 0.03rem; left: -0.22rem; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/part5_tb.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 0.15rem; height: 0.14rem; }
.wrapper .module7 .part5-con .gift-box .gift-con p { font-size: 0.18rem; color: #d245ab; text-align: center; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; }
.wrapper .module7 .part5-con .gift-box .gift-con .tilabrl1 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/part5_icon1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 1.61rem; height: 0.4rem; margin-right: 0.12rem; line-height: 0.4rem; text-align: center; }
.wrapper .module7 .part5-con .gift-box .gift-con .tilabrl2 { background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/part5_icon2.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 3.05rem; height: 0.4rem; margin-right: 0.12rem; line-height: 0.4rem; text-align: center; }

/* .wrapper .module7 .part5-con .gift-box .gift-con .tilabrl3 {
background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/part5_icon3.png");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 4.7rem;
height: 0.38rem;
line-height: .38rem;
text-align: center;
margin: 0.1rem 0 0 0.72rem;
} */
.wrapper .module7 .part5-con .part5-bottom { display: flex; width: fit-content; margin: 0.6rem auto 0; }
.wrapper .module7 .part5-con .selling-price2 { display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: flex-end; -webkit-align-items: flex-end; -ms-flex-align: flex-end; align-items: flex-end; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; position: relative; margin: -0.1rem auto 0; }
.wrapper .module7 .part5-con .selling-price2 .icon-selling-price2 { display: block; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/part-surprise-sell2.png'); background-repeat: no-repeat; background-size: 100% 100%; font-size: 0.26rem; width: 0.36rem; height: 0.96rem; color: #f87bc4; padding: 0.12rem 0.08rem; text-align: center; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; margin-right: 0.08rem; }
.wrapper .module7 .part5-con .selling-price2 .text-color { font-family: 'agencyfb_bold'; font-size: 1.24rem; line-height: 1.02rem; color: #ffffff; letter-spacing: -0.01em; height: 0.96rem; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; }
.wrapper .module7 .part5-con .selling-price2 .text-small { font-size: 0.5rem; font-family: 'agencyfb_bold'; color: #261d2c; text-align: left; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; height: 1.29rem; line-height: 2.199rem; }
.wrapper .module7 .part5-con .selling-price2 .price-type { font: normal normal 0.16rem/0.2rem Microsoft YaHei; color: #f87bc4; text-align: left; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; margin-left: 0.06rem; }
.wrapper .module7 .part5-con .selling-price2 .price-type span { display: block; line-height: 1.3; font-size: 0.3rem; color: #f87bc4; text-align: left; font-family: 'Microsoft YaHei'; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; }
.wrapper .module7 .part5-con .selling-price2 .price-type span.last { color: #c842a3; font-size: 0.22rem; }
.wrapper .module7 .part5-con .selling-price2 .qb span:first-child { width: 0.35rem; position: absolute; top: 0.3rem; right: 0.1rem; }
.wrapper .module7 .part5-con .selling-price2 .qb span:last-child { margin-top: 0.04rem; font: normal normal 0.14rem/0.16rem Microsoft YaHei; color: #261d2c; text-align: left; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; width: 100%; position: absolute; bottom: -0.2rem; left: 50%; transform: translateX(-50%); text-align: center; }
.wrapper .module7 .part5-con .J-btn-buy { display: block; background-image: url('//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock1.png'); background-repeat: no-repeat; background-size: 100% 100%; width: 5.07rem; height: 1.45rem; margin: 0.04rem auto 0; }
.wrapper .module7 .part5-con .part5-img { width: 13rem; height: 4.09rem; margin: 0.25rem auto 0.3rem; position: relative; background: url('//game.gtimg.cn/images/lol/act/a20250930skins/part5-img.png') 0/100% 100% no-repeat; }

/* .wrapper .module7 .part5-con .part5-zp{
background-image: url("//game.gtimg.cn/images/lol/act/a20250930skins/part5_img_box.png");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 3.23rem;
height: 1.95rem;
position: absolute;
bottom: -0.5rem;
left: 50%;
transform: translateX(-50%);
} */
.part5-main { width: 6.83rem; display: flex; flex-direction: column; /* margin: 0 auto; */ }

/* .part5-img .part5-img-list{
display: flex;
justify-content: space-between;
position: relative;
}



.part5-img .part5-img-list .part5-img-item{
width: 2.67rem;
height: 5.25rem;
background-size: 100% 100%;
background-repeat: no-repeat;
box-sizing: border-box;
position: relative;
}

.part5-img .part5-img-list .part5-img-item.part5-img-item1{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/part5_img_item1.png);
}

.part5-img .part5-img-list .part5-img-item.part5-img-item2{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/part6_img_item2.png);
}

.part5-img .part5-img-list .part5-img-item.part5-img-item3{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/part6_img_item3.png);
}

.part5-img .part5-img-list .part5-img-item.part5-img-item4{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/part6_img_item4.png);
}

.part5-img .part5-img-list .part5-img-item.part5-img-item5{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/part6_img_item5.png);
} */

/* 究极大礼包 END */

/* 惊喜礼盒 START */
.part6-top { width: 100%; }
.part6-img { width: 17.88rem; height: 8.22rem; margin: 0.6rem auto 5.44rem; position: relative; }
.part6-top .p6-t1 { font-size: 0.22rem; color: #1d1d1d; padding-left: 1.6rem; margin-bottom: 0.1rem; }
.part6-img .part6-img-list { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/part6_img_big.png) 0/100% 100% no-repeat; width: 17.88rem; height: 8.22rem; }

/* .part6-img .part6-img-list::after{
content: '';
background: url(//game.gtimg.cn/images/lol/act/a20250930skins/part6_img_after.png) 0/100% 100% no-repeat;
width: 14.95rem;
height: 1.35rem;
position: absolute;
left: -0.9rem;
top: .3rem;
}

.part6-img .part6-img-list .part6-img-item{
width: 2.67rem;
height: 5.25rem;
background-size: 100% 100%;
background-repeat: no-repeat;
box-sizing: border-box;
position: relative;
}

.part6-img .part6-img-list .part6-img-item.part6-img-item1{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/part6_img_item1.png);
}

.part6-img .part6-img-list .part6-img-item.part6-img-item2{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/part6_img_item2.png);
}

.part6-img .part6-img-list .part6-img-item.part6-img-item3{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/part6_img_item3.png);
}

.part6-img .part6-img-list .part6-img-item.part6-img-item4{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/part6_img_item4.png);
}

.part6-img .part6-img-list .part6-img-item.part6-img-item5{
background-image: url(//game.gtimg.cn/images/lol/act/a20250930skins/part6_img_item5.png);
} */
.part6-box { width: 8.87rem; height: 8.15rem; background: url('//game.gtimg.cn/images/lol/act/a20250930skins/part-surprise-box.png') 0 0/100% 100% no-repeat; position: absolute; left: 4.78rem; top: 3.7rem; pointer-events: none; }
.part6-bottom { display: flex; align-items: center; justify-content: space-between; width: 19.9rem; margin: 0 auto; position: relative; }
.part6-bottom::after { content: ''; width: 100%; height: 1px; background-color: #931686; position: absolute; left: 0; bottom: -1.07rem; z-index: 1; }
.part6-left .gm { color: #bb44ed; font-size: 0.16rem; padding-left: 0.1rem; margin-bottom: 0.1rem; }
.part6-title { position: relative; background: url('//game.gtimg.cn/images/lol/act/a20250930skins/part6_img_title.png') no-repeat; width: 8.7rem; height: 1.11rem; background-size: 100% 100%; font-size: 0; margin-bottom: 0.13rem; }

/* .part6-title::after{
content: '';
background: url("//game.gtimg.cn/images/lol/act/a20250930skins/xg_icon.png") no-repeat;
width: .42rem;
height: .71rem;
background-size: 100% 100%;
position: absolute;
right: -0.65rem;
top: .22rem;
transform: rotateZ(2deg);
} */
.part6-sub-title { color: #ffffff; font-size: 0.2rem; line-height: 0.39rem; background: url('//game.gtimg.cn/images/lol/act/a20250930skins/part6_icon.png') 0 0/100% 100% no-repeat; width: 4.72rem; height: 0.39rem; text-align: center; letter-spacing: 0.01rem; }

/* .part6-sub-title span{
display: inline-block;
background: url("//game.gtimg.cn/images/lol/act/a20250930skins/part6_icon1.png") 0 0/100% 100% no-repeat;
width: 2.83rem;
height: .28rem;
font-size: 0.16rem;
line-height: .28rem;
margin: 0 .05rem;
}

.part6-sub-title span:nth-child(2),
.part6-sub-title span:nth-child(3){
background: url("//game.gtimg.cn/images/lol/act/a20250930skins/part6_icon2.png") 0 0/100% 100% no-repeat;
width: 1.3rem;
} */
.part6-price { display: flex; height: 1.29rem; margin: 0.1rem 0.17rem 0 1.13rem; position: relative; }
.icon-price { font-size: 0.14rem; height: 0.83rem; text-align: center; }
.part6-price .icon-price { color: #f87bc4; display: block; width: 0.51rem; font-size: 0.34rem; height: 1.29rem; padding: 0.12rem 0.08rem; margin: 0rem 0.08rem 0 0; background: url('//game.gtimg.cn/images/lol/act/a20250930skins/part-surprise-sell.png') 0 0/100% 100% no-repeat; }
.part6-price .text-color { font-family: 'agencyfb_bold'; font-size: 1.66rem; line-height: 1.34rem; color: #fff; letter-spacing: -0.01em; padding-right: 0.58em; margin-right: -0.5em; }
.part6-price .text-small { font-size: 0.6rem; line-height: 1rem; margin-top: 0.18rem; }
.part6-price .qb { color: #f87bc4; font-size: 0.34rem; line-height: 0.2rem; padding-top: 0.96rem; white-space: nowrap; width: 0.35rem; display: inline-block; }

/* .part6-price .part6-time{
width: max-content;
color: #474747;
font-size: .18rem;
position: absolute;
left: -0.4rem;
top: 1.2rem;
} */
.h5btn, .h5btn2 { display: none !important; }
.part6-bottom .btn-price { display: block; width: 5.07rem; height: 1.45rem; background: url('//game.gtimg.cn/images/lol/act/a20250930skins/btn_unlock1.png') 0 0/100% 100% no-repeat; display: flex; align-items: center; justify-content: center; margin-top: -0.15rem; }
.part6-bottom .btn-price a { width: 5.07rem; height: 1.45rem; }
.part6-bottom .part6-right { display: flex; flex-direction: column; }
.part6-bottom .part6-right .btn-price { margin-top: -0.1rem; }
.part6-bottom .btn-jackpot { color: #f87bc4; font-size: 0.22rem; line-height: 0.2rem; display: block; width: fit-content; margin: 0.1rem auto 0; position: relative; }
.part6-bottom .btn-jackpot::after { content: ''; display: block; width: 100%; height: 0; border-bottom: 1px solid #f87bc4; position: absolute; left: 0; bottom: 0; }
.part6-con .act-rules { position: relative; margin: 1.1rem auto 0; box-sizing: border-box; display: flex; align-items: center; width: 19.9rem; }
.part6-con .act-rules .rule-title { background: url(//game.gtimg.cn/images/lol/act/a20250930skins/rule_title.png) no-repeat; width: 1.66rem; height: 1.9rem; line-height: 1.9rem; background-size: 100% 100%; font-size: 0.26rem; font-weight: bold; text-align: center; color: white; font-family: 'Microsoft YaHei'; margin-left: 2.7rem; }
.part6-con .act-rules .rule-list { width: 13.4rem; margin: 0.45rem 0 0 0.6rem; position: relative; height: auto; }
.part6-con .act-rules .rule-list .rule-item { font-size: 0.2rem; line-height: 0.42rem; color: #ffffff; opacity: 0.8; letter-spacing: normal; -webkit-text-decoration: none; -moz-text-decoration: none; text-decoration: none; position: relative; }

/* 惊喜礼盒 END  */