/*
* Template Name: Gamix - eSports & Gaming HTML5 Template
* 更多精品模板：http://www.bootstrapmb.com
* Version: 1.0
*/

/* =============================================================================

[Table of contents]

0.0 Common CSS START 
1.0 HEADER AREA START 
2.0 BANNER AREA START
3.0 GAMES AREA START
4.0 ABOUT AREA START
5.0 COUNTER AREA START
6.0 MATCH AREA START
7.0 WATCH AREA START
8.0 BRAND AREA START
9.0 PLAYER AREA START
10.0 PRODUCT AREA START 
11.0 JOIN AREA START 
12.0 BLOG AREA START 
13.0 SUBSCRIBE AREA START
14.0 FOOTER AREA START
15.0 COPY_RIGHT AREA START
 
/*===========================
0.0 *** Common CSS START ***
=============================*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    overflow-x: hidden;
}

#darkmode {
    /*background: #141414;*/
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23141414"/><path d="M10 10L90 90M90 10L10 90" stroke="%23191919" stroke-width="0.5"/></svg>');
}

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

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

img {
    overflow: hidden;
    border: 0;
    vertical-align: middle;
}

.zindex {
    position: relative;
    z-index: 999;
}

.clr {
    clear: both;
}

.vbox-overlay {
    z-index: 999999;
}

.lightboxOverlay {
    z-index: 999999;
}

.lightbox {
    z-index: 9999999;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}

p {
    line-height: 27px;
}

@font-face {
    src: url(../fonts/BarlowCondensed-Bold.ttf);
    font-family: bb;
}

@font-face {
    src: url(../fonts/BarlowCondensed-Regular.ttf);
    font-family: br;
}


/* preloader */
.preloader {
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #191919;
    z-index: 999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader-box {
    color: #e50914;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    width: 44px;
    height: 44px;
    position: relative;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.loader-box svg {
    display: block;
    width: 100%;
    height: 100%;
}

.loader-box svg rect {
    fill: none;
    stroke: #e50914;
    stroke-width: 10px;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.loader-box svg rect {
    stroke-dasharray: 192 64 192 64;
    stroke-dashoffset: 0;
    -webkit-animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
    animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

@-webkit-keyframes pathRect {
    25% {
        stroke-dashoffset: 64;
    }

    50% {
        stroke-dashoffset: 128;
    }

    75% {
        stroke-dashoffset: 192;
    }

    100% {
        stroke-dashoffset: 256;
    }
}

@keyframes pathRect {
    25% {
        stroke-dashoffset: 64;
    }

    50% {
        stroke-dashoffset: 128;
    }

    75% {
        stroke-dashoffset: 192;
    }

    100% {
        stroke-dashoffset: 256;
    }
}

/* model */
.modal {
    z-index: 99999999;
    background: rgba(20, 20, 20, 0.8);
}

.modal-title {
    font-size: 32px;
    font-family: bb;
    color: white;
    position: relative;
    padding-left: 25px;
    text-transform: uppercase;
}

.modal-title b {
    color: #e50914;
}

#contact-model-large .modal-title {
    padding-left: 15px;
}

.modal-content {
    background: #141414;
}

.modal-header {
    border-bottom: 1px solid #191919;
}

.modal-body {
    padding: 15px 30px;
}

.modal-footer {
    border-top: 1px solid #191919;
    padding: 20px 15px;
}

.close span {
    color: white;
    position: absolute;
    top: 1px;
    right: 7px;
}

.model-btn {
    border: 1px solid #e50914;
    padding: 10px 20px !important;
}

.model-btn:focus {
    outline: 0;
}

.cart-item {
    margin-top: 12px;
}

.cart-item h3 {
    font-size: 29px;
    font-family: bb;
    color: white;
    padding-bottom: 15px;
    padding-top: 17px;
}

.cart-item span {
    font-size: 19px;
    font-family: br;
    color: #787878;
}

.cart-img {
    position: relative;
}

.cart-item a i {
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 38px;
    top: 20px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #e50914;
    border-radius: 50%;
    text-align: center;
}

.contact-box input {
    height: 60px;
}

.contact-box .form-control {
    font-family: br;
    font-size: 16px;
    border: 2px solid #313131;
    background: transparent;
    margin-top: 15px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.contact-box .form-control:hover,
.contact-box .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
}

/* Login start */
.logoss {
    font-size: 36px;
    font-family: bb;
    color: white;
    letter-spacing: 6px;
}

.logoss span {
    color: #e50914;
}

.logoss:hover {
    color: white;
}

.login-12 {
    top: 0;
    width: 100%;
    bottom: 0;
    min-height: 80vh;
    z-index: 999;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    background: #141414;
}

.login-12 .login-inner-form {
    color: #272323;
    text-align: center;
}

.login-12 .col-pad-0 {
    padding: 0;
}

.login-12 .login-inner-form .details p {
    color: #787878;
    font-size: 15px;
    font-family: br;
}

.login-12 .login-inner-form .details p a {
    margin-left: 3px;
    color: #fff;
    font-family: bb;
}

.login-12 .login-inner-form .details p {
    margin-bottom: 0;
}

.login-12 .login-inner-form .details {
    padding: 30px 0 30px 60px;
}

.login-12 .bg-img {
    background-size: cover;
    width: 100%;
    bottom: 0;
    padding: 80px 20px;
    background: #1d1d1d;
    margin: 30px 0;
    right: -60px;
    z-index: 999;
}

.login-box-12 {
    margin: 0 200px 0 150px;
    max-width: 700px;
    border-radius: 10px;
    background: #191919;
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
    text-align: center;
}

.login-12 .btn-outline {
    border-radius: 3px;
    padding: 6px 30px 6px 30px;
    color: #ff574d;
    background: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
}

.login-12 .none-2 {
    display: none;
}

.login-12 .btn-outline:hover {
    background: #ecebeb;
    text-decoration: none;
}

.login-12 .login-inner-form h3 {
    margin: 0 0 25px;
    font-size: 25px;
    font-family: bb;
    color: white;
}

.login-12 .login-inner-form .form-group {
    margin-bottom: 20px;
}

.login-12 .login-inner-form .input-text {
    outline: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    font-weight: 500;
    color: #7c7c7c;
    height: 45px;
    border-radius: 0;
    border: 1px solid #313131;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    background: #313131;
}

.login-12 .login-inner-form .btn-md {
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
}

.login-12 .bg-img .social-list li {
    display: inline-block;
    font-size: 16px;
}

.login-12 .bg-img .logo {
    height: 30px;
    margin-bottom: 20px;
}

.login-12 .bg-img p {
    font-size: 15px;
    color: #787878;
    margin-bottom: 30px;
    padding-top: 20px;
    font-family: br;
}

.login-12 .bg-img .btn-sm {
    padding: 6px 20px 6px 20px;
    font-size: 13px;
}

.login-12 .bg-img .social-list {
    margin-top: 35px;
    padding: 0;
}

.login-12 .bg-img .social-list li a {
    margin: 0 12px;
    font-size: 19px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.login-12 .bg-img .social-list li a:hover {
    color: #e50914;
}

.login-12 .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-right: 3px;
}

.login-12 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-12 .login-inner-form .btn-theme.focus,
.btn-theme:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-12 .login-inner-form .btn-theme {
    background: #e50914;
    font-size: 18px;
    font-family: br;
    border: none;
    color: #fff;
}

.login-12 .login-inner-form .btn-theme:hover {
    background: #bf000a;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.login-12 .login-inner-form .terms {
    margin-left: 3px;
}

.login-12 .login-inner-form .checkbox {
    margin-bottom: 20px;
    font-size: 14px;
}

.login-12 .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

.login-12 .login-inner-form .form-check a {
    color: #717171;
    float: right;
}

.login-12 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-12 .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    margin-left: -25px;
    border: 1px solid #c5c3c3;
    border-radius: 3px;
    background-color: #fff;
}

.login-12 .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.form-check {
    padding-left: 0;
}

.login-12 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #e50914;
    border-color: #e50914;
}

.login-12 .login-inner-form input[type=checkbox]:checked + label:before {
    font-weight: 300;
    color: #f3f3f3;
    line-height: 15px;
    font-size: 14px;
    content: "\2713";
}

.login-12 .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-top: 4px;
}

.login-12 .login-inner-form .checkbox a {
    font-size: 14px;
    color: #e50914;
    float: right;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-12 .none-992 {
        display: none;
    }

    .login-12 .pad-0 {
        padding: 0;
    }

    .login-12 .login-box-12 {
        margin: 0 auto;
        max-width: 400px;
    }

    .login-12 .login-inner-form .details {
        padding: 30px;
    }
}

/* version 2*/
.particles-js-canvas-el {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/* version 3*/
.index3 #banner {
    background: url(../images/banner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: shrink 5s infinite alternate;
    animation: shrink 5s infinite alternate;
}

@-webkit-keyframes shrink {
    0% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 100% 100%;
    }
}

@keyframes shrink {
    0% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.index3 #banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 25, 0.9);
}

.index3 .banner-arrow,
.index3 .follow-us,
.index4 .banner-arrow,
.index4 .follow-us {
    z-index: 999;
}

.index3 .banner-arrow i,
.index4 .banner-arrow i {
    color: white;
    border: 2px solid white;
}

/* version 4 */
.index4 #banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 25, .94);

}

/* inner pages css padding: 100px 0; */
.inner-page #inner-banner {
    
	padding-top: 100px;
	padding-bottom: 20px;
    background: #191919;
}

.inner-page #inner-banner h3 {
    font-size: 52px;
    font-family: bb;
    color: white;
    padding-bottom: 18px;
}

.inner-page #inner-banner a {
    color: #e50914;
    font-family: bb;
    font-size: 19px;
}

.inner-page #inner-banner span {
    color: #787878;
    font-family: br;
    font-size: 19px;
}

.inner-page #cart-view {
    padding: 80px 0 15px;
}

.inner-page .cart-items {
    background: #191919;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 30px;
}

.inner-page .cart-items h3 {
    font-size: 38px;
    color: white;
    font-family: bb;
}

.inner-page .cart-items h4 {
    font-size: 25px;
    font-family: br;
    color: #787878;
    text-transform: capitalize;
    padding: 12px 0 12px;
}

.inner-page .cart-items a i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #e50914;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
}

.inner-page .coupon-btn {
    height: 59px;
    width: 100%;
    font-size: 19px;
    font-family: bb;
    background: #e50914;
    border: 1px solid #e50914;
    margin-top: 15px;
}

.inner-page .coupon-btn:hover {
    background: #bf000a;
    border: 1px solid #bf000a;
}

.inner-page .checkout-box {
    background: #191919;
    padding: 40px;
    margin-bottom: 15px;
}

.inner-page .checkout-item {
    margin-bottom: 25px;
}

.inner-page .checkout-box h3,
.inner-page .checkout-box h4 {
    font-size: 21px;
    font-family: br;
}

.inner-page .checkout-box h3 {
    color: #787878;
}

.inner-page .checkout-box h4 {
    color: white;
}

.inner-page .checkout-button {
    margin-top: 25px;
}

.btn-c-white {
    color: white !important;
}

/*===========================
1.0 *** HEADER AREA START ***
=============================*/
.navbar {
    position: fixed;
    width: 100%;
    z-index: 999999;
    -weebkit-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    padding-top: 25px;
    background: transparent !important;
}

.navbar-light .navbar-brand {
    font-size: 28px;
    color: white;
    font-family: bb;
    position: relative;
    letter-spacing: 8px;
    padding-top: 2px;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: white;
}

.navbar-light .navbar-brand span {
    color: #e50914;
}

.navbar-light .navbar-nav .nav-link i {
    font-size: 16px;
    color: white;
    margin-left: 22px;
}

.menu-icon {
    margin-left: 18px;
}

.menu-icon:hover {
    cursor: pointer;
}

.menu-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e50914;
    color: #fff;
    border-radius: 50%;
}

.cart {
    position: relative;
}

.cart:hover {
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link span {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    background: #e50914;
    color: white;
    font-size: 13px;
    font-family: bb;
    left: 47px;
    top: 0;
}

.nl-m-top {
    margin-top: 12px;
}

.nav-bg {
    background: #141414 !important;
    padding: 25px 0;
    -webkit-box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
}

.abc:hover,
.hide-menu-btn:hover {
    cursor: pointer;
}

.search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999999;
}

.search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

.search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

.search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: bb;
    margin-top: 61px;
    margin-left: -45px;
    background: #e50914;
    border-color: #e50914;
    border-radius: 0;
}

.search .btn {
    padding: 10px 25px;
    font-size: 20px;
    border-radius: 50px;
}

.search .close {
    position: fixed;
    top: 15px;
    right: 14px;
    color: #fff;
    background-color: #e50914;
    border-color: #e50914;
    opacity: 1;
    padding: 5px 15px 10px 15px;
    font-size: 30px;
}

.search .close:focus {
    outline: 0;
}

.custom-menubar {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #191919;
    display: none;
}

.custom-menubar ul {
    text-align: center;
    height: 100px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom-menubar ul li {
    display: inline-block;
    margin: 0 40px;
}

.custom-menubar .menu-link {
    font-size: 49px;
    font-family: bb;
    color: white;
    text-transform: uppercase;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;

}

.custom-menubar .menu-link:hover {
    color: #e50914;
    cursor: pointer;
}

.menu-close a i {
    font-size: 24px;
    color: #fff;
    width: 55px;
    height: 55px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: #e50914;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
}

.modal-header .close {
    opacity: 1;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #e50914;
    border-radius: 50%;
    position: relative;
    top: -11px;
    right: -9px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
    box-shadow: none !important;
}

.modal-header .close:focus {
    outline: none !important;
    box-shadow: none !important;
}

.modal-header .close span {
    position: static !important;
    top: auto !important;
    right: auto !important;
    line-height: 1;
    display: block;
    transform: translateY(-1px);
}

.responsive-nav {
    display: none;
    top: 80% !important;
}

.responsive-nav li a i {
    font-size: 16px;
    color: white;
}

.responsive-nav li a span {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    background: #e50914;
    color: white;
    font-size: 13px;
    font-family: bb;
    left: 30px;
    top: 0;
}

/*===========================
2.0 *** BANNER AREA START ***
=============================*/
#banner {
    padding: 120px 0 80px;
    background: #191919;
    overflow: hidden;
    position: relative;
}

/* Banner轮播容器 */
.banner-carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Banner轮播单个slide */
.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    pointer-events: none;
    overflow: hidden;
}

.banner-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    pointer-events: auto;
}

/* 擦除转换效果 - 只作用于图片容器 */
.banner-slide .banner-img {
    position: relative;
    /* 不使用 overflow: hidden，避免裁切 */
}

.banner-slide .banner-img img {
    transition: none;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;

}

/* 默认状态：不使用 clip-path，让图片自然显示 */
/* 只在有动画类时才应用 clip-path */

/* 从上到下擦除 */
.banner-slide.wipe-down .banner-img img {
    clip-path: inset(0 0 100% 0);
    animation: wipeDown 1s ease-in-out forwards;
}

/* 从下到上擦除 */
.banner-slide.wipe-up .banner-img img {
    clip-path: inset(100% 0 0 0);
    animation: wipeUp 1s ease-in-out forwards;
}

/* 从上到下动画 */
@keyframes wipeDown {
    from {
        clip-path: inset(0 0 100% 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}

/* 从下到上动画 */
@keyframes wipeUp {
    from {
        clip-path: inset(100% 0 0 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}

/* 星光容器 */
.banner-slide .sparkles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

/* 星光粒子 */
.sparkle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    animation: sparkleFloat 3s ease-in-out infinite;
    opacity: 0;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8);
}

/* 星光漂浮动画 */
@keyframes sparkleFloat {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0);
    }
    20% {
        opacity: 1;
        transform: translateY(-20px) scale(1);
    }
    40% {
        opacity: 0.8;
        transform: translateY(-40px) scale(1.2);
    }
    60% {
        opacity: 0.5;
        transform: translateY(-60px) scale(0.8);
    }
    80% {
        opacity: 0.2;
        transform: translateY(-80px) scale(0.5);
    }
    100% {
        opacity: 0;
        transform: translateY(-100px) scale(0);
    }
}

/* 星光闪烁动画 */
@keyframes sparkleTwinkle {
    0%, 100% {
        opacity: 0;
        transform: scale(0) rotate(0deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.5) rotate(180deg);
    }
}

/* 星光旋转动画 */
@keyframes sparkleRotate {
    0% {
        opacity: 0;
        transform: translateY(0) rotate(0deg) scale(0);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-150px) rotate(360deg) scale(2);
    }
}

/* 星光类型1：闪烁 */
.sparkle-type-1 {
    animation: sparkleTwinkle 2s ease-in-out infinite;
}

/* 星光类型2：漂浮 */
.sparkle-type-2 {
    animation: sparkleFloat 3s ease-in-out infinite;
}

/* 星光类型3：旋转 */
.sparkle-type-3 {
    animation: sparkleRotate 4s ease-out infinite;
    width: 6px;
    height: 6px;
}

/* 星星形状（四角星） */
.sparkle-star {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #fff;
    background: transparent;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.sparkle-star::after {
    content: '';
    position: absolute;
    left: -3px;
    top: 3px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #fff;
}

/* Banner指示器小圆点 */
.banner-indicators {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.banner-indicators .indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner-indicators .indicator:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1.2);
}

.banner-indicators .indicator.active {
    background: #e50914;
    border-color: #e50914;
    box-shadow: 0 0 15px rgba(229, 9, 20, 0.6);
    transform: scale(1.3);
}

/* Banner箭头按钮增强（保持原有样式，添加交互） */
.banner-arrow i {
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner-arrow i:hover {
    transform: scale(1.1);
    background: rgba(229, 9, 20, 0.2);
}

.banner-arrow i:active {
    transform: scale(0.95);
}

/* ============================================
   Banner文字内容增强样式 - 信息卡片式布局
   ============================================ */

/* 内容包装器 */
.banner-content-wrapper {
    padding: 0;
}

/* 顶部标签行 */
.banner-label-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-icon {
    font-size: 20px;
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

.banner-category {
    color: #ffd700;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
	font-size: 20px;
}

.banner-separator {
    color: rgba(255, 255, 255, 0.4);
}

.banner-type {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

/* 主标题 */
.banner-main-title {
    font-size: 70px;
    font-family: bb;
    color: #fff;
    margin: 10px 0 25px;
    line-height: 1.1;
    -webkit-text-stroke: 1px #e50914;
    text-shadow: 
        0 3px 15px rgba(255, 215, 0, 0.4),
        3px 3px 0 #e50914;
    transition: all 0.3s ease;
}

/* 信息卡片 */
.banner-info-card {
    background: rgba(255, 215, 0, 0.05);
    border-left: 4px solid #ffd700;
    padding: 20px 25px;
    border-radius: 8px;
    margin: 25px 0;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.banner-info-card:hover {
    background: rgba(255, 215, 0, 0.08);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.1);
}

.banner-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    color: #fff;
    font-size: 17px;
    font-family: br;
    line-height: 1.5;
    transition: all 0.2s ease;
}

.banner-feature:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.banner-feature:hover {
    padding-left: 5px;
}

.banner-feature i {
    color: #ffd700;
    font-size: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.banner-feature:hover i {
    transform: scale(1.2) rotate(360deg);
}

.banner-feature span {
    flex: 1;
}

/* 额外信息 */
.banner-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-family: br;
    margin-bottom: 30px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    width: fit-content;
}

.banner-meta i {
    color: #ffd700;
    font-size: 16px;
}

/* 增强按钮组 */
.banner-buttons-enhanced {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* 主按钮 - 渐变发光强调 */
.banner-btn-primary-enhanced {
    background: linear-gradient(135deg, #e50914 0%, #ff1744 100%);
    color: white;
    padding: 16px 35px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    font-family: bb;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 
        0 6px 20px rgba(229, 9, 20, 0.4),
        0 0 30px rgba(229, 9, 20, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border: none;
}

.banner-btn-primary-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
}

.banner-btn-primary-enhanced:hover::before {
    left: 100%;
}

.banner-btn-primary-enhanced:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 8px 30px rgba(229, 9, 20, 0.6),
        0 0 40px rgba(229, 9, 20, 0.4);
    color: white;
    text-decoration: none;
}

.banner-btn-primary-enhanced:active {
    transform: translateY(-1px) scale(1.02);
}

.banner-btn-primary-enhanced i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.banner-btn-primary-enhanced:hover i {
    transform: translateX(3px);
}

/* 次按钮 - 简约描边风格 */
.banner-btn-secondary-enhanced {
    background: transparent;
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    font-family: br;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(5px);
}

.banner-btn-secondary-enhanced:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateX(5px);
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.banner-btn-secondary-enhanced i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.banner-btn-secondary-enhanced:hover i {
    transform: translateX(5px);
}
/* 结束 */

.backtotop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
    display: none;
}

.backtotop i {
    color: #fff;
    text-align: center;
    font-size: 21px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    background: rgba(29, 29, 29, 0.8);
    border-radius: 50%;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;

}

.backtotop:hover {
    cursor: pointer;
}

.backtotop:hover i {
    background: #e50914;
    color: white;
}

.banner-item {
    padding-bottom: 15px;
}

.banner-txt h3 {
    font-family: bb;
    font-size: 100px;
    -webkit-text-stroke-color: #e50914;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke-width: 1px;
    text-shadow: 2px 2px 0 #e50914;
}

.banner-txt p {
    font-family: br;
    font-size: 19px;
    color: #787878;
    padding: 18px 40px 48px 0;
}

.main-btn {
    padding: 15px 20px;
    color: white;
    font-size: 18px;
    font-family: bb;
    background: #e50914;
    position: relative;
    overflow: hidden;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    border-radius: 50px;

}

.main-btn:hover {
    color: #fff;
    background: #bf000a;
    cursor: pointer;
}

.main-btn2 {
    padding: 3px 15px;
    color: white;
    font-size: 16px;
    font-family: Microsoft YaHei;
	font-weight: bold;
    background: #e50914;
    position: relative;
    overflow: hidden;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    border-radius: 40px;

}

.main-btn2:hover {
    color: #fff;
    background: #bf000a;
    cursor: pointer;
}

.main-btn3 {
    padding: 3px 10px;
    color: white;
    font-size: 16px;
    font-family: Microsoft YaHei;
	font-weight: bold;
    background: #e50914;
    position: relative;
    overflow: hidden;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    border-radius: 100px;

}

.main-btn3:hover {
    color: #fff;
    background: #bf000a;
    cursor: pointer;
}

.main-btn4 {
    padding: 15px 20px;
    color: white;
    font-size: 18px;
    font-family: bb;
    background: #3399ff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    border-radius: 50px;

}

.main-btn4:hover {
    color: #fff;
    background: #009966;
    cursor: pointer;
}

.banner-img {
    position: relative;
}
/*
.banner-img img {
    position: absolute;
    top: -80px;
    z-index: 1;
}
*/



.banner-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: -10px;
    width: 30px;
    height: 30px;
    background: #e50914;
    border-radius: 50%;
}

.vid-btn i {
    position: absolute;
    width: 90px;
    height: 90px;
    background: white;
    color: #e50914;
    line-height: 94px;
    text-align: center;
    border-radius: 50%;
    bottom: 0;
    left: 120px;
    font-size: 24px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    z-index: 11;
}

.vid-btn i:hover {
    background: #e50914;
    color: white;
}

.follow-us {
    position: absolute;
    left: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%)rotate(90deg);
    -ms-transform: translateY(-50%)rotate(90deg);
    transform: translateY(-50%)rotate(90deg);
	z-index: 1000;
}

.follow-us span {
    color: #787878;
    font-family: br;
    font-size: 18px;
    padding-right: 70px;
    position: relative;
}

.follow-us span:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 30px;
    width: 20px;
    height: 2px;
    background: #787878;
}

.follow-us a i {
    font-size: 18px;
    color: white;
    margin-right: 15px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.follow-us a i:hover {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.banner-arrow {
    position: absolute;
    right: 30px;
    bottom: 30px;
	z-index: 1000;
}

.banner-arrow i {
    font-size: 18px;
    color: #787878;
    width: 70px;
    height: 70px;
    border: 1px solid #787878;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.banner-arrow i:hover {
    cursor: pointer;
    border: 1px solid white;
    color: white;
}

/*===========================
3.0 *** GAMES AREA START ***
=============================*/
#games {
    padding: 35px 0;
}

.game-line {
    position: relative;
}

.game-line:after {
    position: absolute;
    content: '';
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #191919;
}

.gl-one {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 20px;
    height: 2px;
    background: rgba(229, 9, 20, 0.5);
    -webkit-animation: lineshine 10s infinite alternate;
    animation: lineshine 10s infinite alternate;
    z-index: 1;
}

.gl-two {
    position: absolute;
    bottom: -70px;
    right: 0;
    width: 20px;
    height: 2px;
    background: rgba(229, 9, 20, 0.5);
    -webkit-animation: lineshine2 10s infinite alternate;
    animation: lineshine2 10s infinite alternate;
    z-index: 1;
}

@-webkit-keyframes lineshine {
    form {
        left: 0;
    }

    to {
        left: 95%;
    }
}

@-webkit-keyframes lineshine2 {
    form {
        right: 0;
    }

    to {
        right: 95%;
    }
}

.game-pa {
    padding-top: 10px;
}

.game-item a {
    padding: 30px 0 4px;
    font-size: 25px;
    font-family: bb;
    color: white;
    display: block;
}

.game-item i {
    margin: 0 2px;
    color: #fbaa33;
    font-size: 14px;
}

.game-box span {
    font-size: 19px;
    font-family: br;
    color: #e50914;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.game-box h3 {
    font-size: 38px;
    font-family: bb;
	padding: 7px 0 18px;
    background-image: linear-gradient(to right, red , yellow, green, yellow, red);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    color: transparent;
    animation: h3 2s infinite linear;
}

@keyframes h3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}

.game-box p {
    font-family: br;
    font-size: 19px;
    color: #787878;
    padding-bottom: 48px;
    padding-right: 15px;
}

.game-img {
    position: relative;
}

.game-img .lightbox-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(229, 9, 20, 0.7);
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.lightbox-overlay a {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lightbox-overlay a i {
    font-size: 25px;
    color: white;
}

.game-img:hover .lightbox-overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*===========================
4.0 *** ABOUT AREA START ***
=============================*/
#about {
    padding: 80px 0;
    position: relative;
}

.heading h3 {
    font-size: 110px;
    font-family: bb;
    color: white;
    -webkit-text-stroke-color: #e50914;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke-width: 1px;
    text-shadow: 2px 2px 0 #e50914;
    position: relative;
    padding-bottom: 8px;
}

.heading h3::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: none;
    border: 3px solid #e50914;
}

.about-pt {
    padding-top: 65px;
}

.about-txt {
    padding-left: 50px;
}

/* 优化后的about区域 */
.about-txt-optimized {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding-left: 30px;
}

/* 特色卡片样式 */
.about-feature-card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    padding: 12px 15px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-left: 3px solid #e50914;
    border-radius: 0 8px 8px 0;
    transition: all 0.3s ease;
}

.about-feature-card:hover {
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    transform: translateX(5px);
    border-left-width: 5px;
}

/* 图标样式 - 缩小 */
.feature-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #e50914 0%, #ff4757 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    box-shadow: 0 3px 12px rgba(229, 9, 20, 0.3);
}

.feature-icon i {
    font-size: 16px;
    color: #fff;
}

/* 内容区域 */
.feature-content {
    flex: 1;
}

.feature-content h4 {
    font-size: 16px;
    font-family: bb;
    color: #ffd700;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* 列表样式 - 更紧凑 */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    font-family: br;
    font-size: 14px;
    color: #ccc;
    padding: 3px 0;
    position: relative;
    padding-left: 18px;
    line-height: 1.4;
}

.feature-list li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #e50914;
    font-weight: bold;
    font-size: 12px;
}

/* 行动号召区域 - 大幅简化 */
.about-cta-section {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, rgba(229, 9, 20, 0.08) 100%);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.cta-info {
    flex: 1;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cta-info i {
    font-size: 20px;
    color: #ffd700;
    flex-shrink: 0;
}

.cta-info span {
    font-family: br;
    font-size: 13px;
    color: #ccc;
    line-height: 1.3;
}

.cta-info strong {
    color: #ffd700;
    font-size: 15px;
    font-family: bb;
}

.cta-info small {
    display: block;
    font-size: 11px;
    color: #888;
    margin-top: 2px;
}

/* 按钮组 - 更紧凑 */
.cta-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.btn-join-group {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #12b7f5 0%, #0e9fe5 100%);
    color: #fff;
    font-family: bb;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(18, 183, 245, 0.3);
    white-space: nowrap;
}

.btn-join-group:hover {
    background: linear-gradient(135deg, #0e9fe5 0%, #0a8dd3 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(18, 183, 245, 0.4);
    text-decoration: none;
    color: #fff;
}

.btn-join-group i {
    font-size: 14px;
}

/* 调整下载按钮样式 */
.about-cta-section .main-btn {
    padding: 8px 16px;
    font-size: 12px;
}

/* 保持原有样式（用于其他页面） */

.about-txt span {
    font-size: 19px;
    font-family: br;
    color: #e50914;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.about-txt h3 {
    font-size: 38px;
    font-family: bb;
    color: white;
    text-transform: uppercase;
    padding: 5px 0 25px;
    line-height: 52px;
}

.about-txt h3 b {
    color: #e50914;
}

.about-txt p {
    font-family: br;
    font-size: 19px;
    color: #787878;
    padding-bottom: 35px;
    padding-right: 75px;
}

.about-img {
    position: relative;
}

.about-img img {
    -webkit-clip-path: polygon(0 0, 89% 0, 100% 10%, 100% 100%, 9% 100%, 0 92%);
    clip-path: polygon(0 0, 89% 0, 100% 10%, 100% 100%, 9% 100%, 0 92%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.about-img:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.about-img::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 225px;
    background: #e50914;
    left: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.about-txt-overlay {
    background: #e50914;
    width: 150px;
    height: 150px;
    padding: 7px 0;
    position: absolute;
    bottom: 0;
    right: 16px;
    text-align: center;
    z-index: 1;
}

.about-txt-overlay h3 {
    font-size: 80px;
    font-family: bb;
    color: white;
}

.about-txt-overlay span {
    font-family: br;
    color: white;
}

.about-txt-overlay2 {
    /*background: url(../images/LV.png);
	border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #2E8B57;
    width: 0;
    height: 0;
    padding: 15px 0;
    position: absolute;
    bottom: 246px;
    right: 5px;
    text-align: center;
    z-index: 1;*/
}

.about-txt-overlay2 h3 {
    font-size: 60px;
    font-family: bb;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -170%);
    color: #FFD700; /* 金色字体 */
    text-shadow: 
    0 0 2px rgba(255, 215, 0, 0.5), /* 内发光，稍微透明 */
    0 0 5px rgba(255, 215, 0, 0.7),
    0 0 10px rgba(255, 215, 0, 0.9),
    0 0 20px rgba(255, 215, 0, 0.5), /* 外发光，较透明 */
    0 0 30px rgba(255, 215, 0, 0.3),
    0 0 40px rgba(255, 215, 0, 0.2);
}

.about-txt-overlay2 span {
	font-size: 30px;
    font-family: br;
    color: white;
}

/*===========================
5.0 *** COUNTER AREA START ***
=============================*/
#counter {
    padding: 45px 0;
}

.counter-item {
    padding: 35px 20px;
    background: linear-gradient(135deg, #1a1a1a 0%, #252525 100%);
    position: relative;
    overflow: visible;
    transition: background-color 0.6s;
    cursor: pointer;
}

/* SVG 边框容器 */
.counter-item .border-svg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.counter-item .border-svg line {
    stroke-width: 2;
    stroke: #e50914;
    fill: none;
    vector-effect: non-scaling-stroke;
    stroke-linecap: square;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.6s ease-in-out;
}

/* 上下边框：水平线条 */
.counter-item .border-svg line.top,
.counter-item .border-svg line.bottom {
    stroke-dasharray: 115% 115%;
}

/* 左右边框：垂直线条 */
.counter-item .border-svg line.left,
.counter-item .border-svg line.right {
    stroke-dasharray: 105% 105%;
}

/* hover 时背景透明 */
.counter-item:hover {
    background-color: transparent;
    transition: background-color 0.6s 0.4s;
}

/* hover 时线条滚动：透明部分先进入（消失），然后红色部分进入（恢复） */
.counter-item:hover .border-svg line {
    transition-delay: 0.1s;
}

.counter-item:hover .border-svg line.top {
    stroke-dashoffset: -230%;
}

.counter-item:hover .border-svg line.bottom {
    stroke-dashoffset: 230%;
}

.counter-item:hover .border-svg line.left {
    stroke-dashoffset: 210%;
}

.counter-item:hover .border-svg line.right {
    stroke-dashoffset: -210%;
}


/* 图标样式 - 默认不发光 */
.counter-item i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 3px solid #e50914;
    color: #e50914;
    border-radius: 50%;
    font-size: 29px;
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

.counter-item:hover i {
    border-color: #ffd700;
    color: #ffd700;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.6);
    transform: scale(1.1);
}

/* 数字样式 - 默认不发光 */
.counter-item h3 {
    font-size: 50px;
    font-family: bb;
    color: #ffd700;
    padding-bottom: 6px;
    display: inline-block;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.counter-item:hover h3 {
    text-shadow: 
        0 0 15px rgba(255, 215, 0, 1),
        0 0 25px rgba(255, 215, 0, 0.8),
        0 0 35px rgba(255, 215, 0, 0.6),
        0 0 50px rgba(255, 215, 0, 0.4);
    transform: scale(1.1);
}

/* 百分号样式 - 默认不发光 */
.counter-item span {
    font-size: 50px;
    font-family: bb;
    color: #ffd700;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.counter-item:hover span {
    text-shadow: 
        0 0 10px rgba(255, 215, 0, 0.8),
        0 0 20px rgba(255, 215, 0, 0.6);
    transform: scale(1.1);
}

.counter-item span b {
    color: #ff9f43;
}

.counter-item:hover span b {
    text-shadow: 0 0 10px rgba(255, 159, 67, 0.8);
}

/* 描述文字 */
.counter-item p {
    font-family: br;
    font-size: 19px;
    color: #b8b8b8;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.counter-item:hover p {
    color: #ffffff;
    transform: scale(1.05);
}
/* 结束 */

.counter-item2 {
    padding: 50px 0;
    background: #191919;
}

.counter-item2 i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 3px solid #e50914;
    color: #e50914;
    border-radius: 50%;
    font-size: 29px;
}

.counter-item2 h3 {
    font-size: 50px;
    font-family: bb;
    color: #FFD700;
    padding-bottom: 6px;
    display: inline-block;
	text-shadow: 
    0 0 2px rgba(255, 215, 0, 0.5), /* 内发光，稍微透明 */
    0 0 5px rgba(255, 215, 0, 0.7),
    0 0 10px rgba(255, 215, 0, 0.9),
    0 0 20px rgba(255, 215, 0, 0.5), /* 外发光，较透明 */
    0 0 30px rgba(255, 215, 0, 0.3),
    0 0 40px rgba(255, 215, 0, 0.2);
}

.counter-item2 span {
    font-size: 25px;
    font-family: bb;
    color: white;
}

.counter-item2 span b {
    color: #e50914;
}

.counter-item2 p {
    font-family: br;
    font-size: 19px;
    color: #787878;
}

.counter-item3 {
    padding: 8px 0;
    background: #191919;
	text-align: left;
	padding-left: 20px;
}

.counter-item3 i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 3px solid #e50914;
    color: #e50914;
    border-radius: 50%;
    font-size: 29px;
}

.counter-item3 h3 {
    font-size: 20px;
    font-family: bb;
    color: white;
    padding-bottom: 6px;
    display: inline-block;
}

.counter-item3 span {
    font-size: 18px;
    font-family: bb;
    color: white;
}

.counter-item3 span b {
    color: #e50914;
}

.counter-item3 p {
    font-family: br;
    font-size: 19px;
    color: #787878;
}

/* 物品卡片基础样式 */
.counter-item4 {
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 普通品质卡片 */
.counter-item4.quality-normal {
    background: linear-gradient(135deg, rgba(25, 25, 25, 0.95), rgba(40, 40, 40, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.counter-item4.quality-normal:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.1);
}

/* 稀有品质卡片 */
.counter-item4.quality-rare {
    background: linear-gradient(135deg, rgba(0, 65, 150, 0.85), rgba(0, 28, 66, 0.95));
    border: 1px solid rgba(0, 112, 221, 0.3);
    box-shadow: 0 0 15px rgba(0, 112, 221, 0.2);
}

.counter-item4.quality-rare::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(135, 206, 250, 0.2),
        transparent
    );
    animation: shine 4s infinite;
    pointer-events: none;
    z-index: 1;
}

.counter-item4.quality-rare:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(0, 112, 221, 0.4);
}

/* 史诗品质卡片 */
.counter-item4.quality-epic {
    background: linear-gradient(135deg, rgba(80, 20, 120, 0.95), rgba(25, 25, 25, 0.95));
    border: 1px solid rgba(163, 53, 238, 0.3);
    box-shadow: 0 4px 15px rgba(163, 53, 238, 0.2);
}

.counter-item4.quality-epic::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(163, 53, 238, 0.2),
        transparent
    );
    transform: skewX(-20deg);
    animation: epicShine 4s infinite;
    pointer-events: none;
    z-index: 1;
}

.counter-item4.quality-epic:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(163, 53, 238, 0.4);
}

/* 传说品质卡片 */
.counter-item4.quality-legendary {
    background: linear-gradient(135deg, rgba(120, 50, 0, 0.95), rgba(25, 25, 25, 0.98));
    border: 1px solid rgba(255, 128, 0, 0.3);
    box-shadow: 0 0 25px rgba(255, 128, 0, 0.2);
    animation: legendaryPulse 3s infinite;
}

/* 传说品质星光背景 */
.counter-item4.quality-legendary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(4px 4px at 10% 10%, rgba(255, 255, 255, 1) 1px, transparent 0),
        radial-gradient(4px 4px at 25% 30%, rgba(255, 215, 0, 1) 1px, transparent 0),
        radial-gradient(4px 4px at 40% 50%, rgba(255, 255, 255, 1) 1px, transparent 0),
        radial-gradient(4px 4px at 55% 70%, rgba(255, 215, 0, 1) 1px, transparent 0),
        radial-gradient(4px 4px at 70% 90%, rgba(255, 255, 255, 1) 1px, transparent 0),
        radial-gradient(4px 4px at 85% 10%, rgba(255, 215, 0, 1) 1px, transparent 0),
        radial-gradient(4px 4px at 100% 30%, rgba(255, 255, 255, 1) 1px, transparent 0),
        radial-gradient(4px 4px at 15% 50%, rgba(255, 215, 0, 1) 1px, transparent 0),
        radial-gradient(4px 4px at 30% 70%, rgba(255, 255, 255, 1) 1px, transparent 0),
        radial-gradient(4px 4px at 45% 90%, rgba(255, 215, 0, 1) 1px, transparent 0),
        radial-gradient(4px 4px at 60% 10%, rgba(255, 255, 255, 1) 1px, transparent 0);
    animation: starryBackground 15s linear infinite;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

/* 传说品质光芒效果 */
.counter-item4.quality-legendary::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 50%, 
            rgba(255, 128, 0, 0.5) 0%,
            transparent 60%
        ),
        radial-gradient(circle at 70% 50%, 
            rgba(255, 215, 0, 0.5) 0%,
            transparent 60%
        );
    filter: blur(8px);
    animation: legendaryGlow 4s ease-in-out infinite alternate;
    z-index: 1;
    pointer-events: none;
}

.counter-item4.quality-legendary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(255, 128, 0, 0.4);
}

.counter-item4.quality-legendary:hover::before {
    animation: starryBackgroundHover 8s linear infinite;
    opacity: 1;
}

/* 确保卡片内容在特效上层 */
.counter-item4 > * {
    position: relative;
    z-index: 2;
}

/* 动画定义 */
@keyframes shine {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}

@keyframes epicShine {
    0% { left: -150%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

@keyframes starryBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes starryBackgroundHover {
    0% { transform: rotate(0deg) scale(1.2); }
    100% { transform: rotate(360deg) scale(1.2); }
}

@keyframes legendaryGlow {
    0% {
        opacity: 0.5;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(0.95);
    }
}

@keyframes legendaryPulse {
    0% {
        box-shadow: 
            0 0 25px rgba(255, 128, 0, 0.2),
            inset 0 0 20px rgba(255, 128, 0, 0.1);
    }
    50% {
        box-shadow: 
            0 0 35px rgba(255, 128, 0, 0.4),
            inset 0 0 30px rgba(255, 128, 0, 0.2);
    }
    100% {
        box-shadow: 
            0 0 25px rgba(255, 128, 0, 0.2),
            inset 0 0 20px rgba(255, 128, 0, 0.1);
    }
}




.counter-item4 i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 3px solid #e50914;
    color: #e50914;
    border-radius: 50%;
    font-size: 29px;
}

.counter-item4 h3 {
    font-size: 25px;
    font-family: bb;
    color: white;
    padding-bottom: 6px;
    display: inline-block;
	/*text-shadow: */
    /*0 0 2px rgba(255, 215, 0, 0.5),*/ /* 内发光，稍微透明 */
    /*0 0 5px rgba(255, 215, 0, 0.7),*/
    /*0 0 10px rgba(255, 215, 0, 0.9),*/
    /*0 0 20px rgba(255, 215, 0, 0.5),*/ /* 外发光，较透明 */
    /*0 0 30px rgba(255, 215, 0, 0.3),*/
    /*0 0 40px rgba(255, 215, 0, 0.2);*/
}

.counter-item4 span {
    font-size: 25px;
    font-family: bb;
    color: white;
}

.counter-item4 span b {
    color: #e50914;
}

.counter-item4 p {
    font-family: br;
    font-size: 19px;
    color: #787878;
}

/* 价格和状态容器 */
.price-status-container {
    margin: 10px 0;
    padding: 8px 10px;
    background: rgba(40, 40, 40, 0.6);  /* 增加不透明度 */
    border: 1px solid rgba(255, 255, 255, 0.05);  /* 添加微弱边框 */
    border-radius: 4px;
    position: relative;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.02);  /* 添加内阴影 */
}

/* 当前价格样式 */
.price-status-container .current-price {
    font-size: 15px;
    text-align: center;
    margin-bottom: 6px;
    position: relative;
}

/* 价格标签根据品质变色 */
.quality-normal .current-price {
    color: #ffffff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);  /* 添加微弱发光 */
}

.quality-rare .current-price {
    color: #0070dd;
}

.quality-epic .current-price {
    color: #a335ee;
}

.quality-legendary .current-price {
    color: #ff8000;
}

/* 价格数值样式 */
.price-status-container .current-price span {
    font-size: 17px;
    font-weight: bold;
    margin-left: 4px;
    color: #ffd700;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

/* 竞拍状态样式 */
.price-status-container .bid-status {
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding-top: 6px;
    position: relative;
}

/* 分隔线 */
.price-status-container .bid-status:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;  /* 增加宽度 */
    height: 1px;
    background: linear-gradient(to right,
        transparent,
        rgba(255, 255, 255, 0.15),  /* 增加亮度 */
        transparent
    );
}

/* 不同状态的颜色 */
.bid-status.no-bidder {
    color: #ff4d4d;
}

.bid-status.highest-bidder {
    color: #00ff00;
}

.bid-status.not-highest {
    color: #ffc107;
}

/* 结束时间样式 */
.item-time {
    font-size: 13px;
    color: #888;
    padding: 5px 0;
    margin: 8px 0;
    text-align: center;
    letter-spacing: 0.5px;
}

.item-time .countdown {
    font-family: Consolas, monospace;  /* 使用等宽字体 */
    font-weight: 500;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    margin-left: 5px;
}

/* 紧急倒计时动画 */
@keyframes urgent-pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

.item-time .countdown.urgent {
    animation: urgent-pulse 1.5s ease-in-out infinite;
}

.item-time:before,
.item-time:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 35%;
    top: 50%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1));
}

.item-time:before {
    left: 0;
    transform: scaleX(-1);
}

.item-time:after {
    right: 0;
}

.item-time span {
    color: #aaa;
    font-weight: 500;
    margin-left: 3px;
}
/*===========================
6.0 *** MATCH AREA START ***
=============================*/
#match {
    padding: 80px 0;
    position: relative;
}

.match-pa {
    padding-top: 65px;
}

.match-logo {
    padding-bottom: 40px;
}

.live-match-item {
    background: #191919;
    padding: 30px;
    border-radius: 12px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    position: relative;
    overflow: hidden;
    border: 1px solid #333;
}

/* 移除容器的动画 */

/* 确保内容在上层 */
.live-match-item > * {
    position: relative;
    z-index: 3;
}

.live-match-item:hover {
    background: #191919;
    box-shadow: inset 0 0 0 10px #191919;
}

/* 默认状态：顶部和底部红色闪烁线条 */
.live-match-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    box-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
    animation: glowPulse 2s ease-in-out infinite;
    border-radius: 12px;
    z-index: 1;
    pointer-events: none;
}

/* hover 时：流光条从容器中心旋转 */
.live-match-item:hover::before {
    position: absolute;
    display: block;
    width: 80%;
    height: 160%;
    background: linear-gradient(180deg, transparent, #ff0000, #ff0000, #ff0000, #ff0000, transparent);
    animation: rotation_481 5000ms infinite linear;
    border: none;
    box-shadow: 0 0 10px #ff0000;
    border-radius: 0;
    top: -30%;
    left: 10%;
    transform-origin: 50% 50%;
    z-index: 1;
}

/* 内层遮罩 - hover 时显示，遮住流光中间部分但不遮挡内容 */
.live-match-item::after {
    content: '';
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background-color: #191919;
    border-radius: 10px;
    top: 4px;
    left: 4px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
}

/* hover 时显示遮罩 */
.live-match-item:hover::after {
    opacity: 1;
}

/* 彩虹跑马灯动画 */
/* 红光闪烁动画 */
@keyframes glowPulse {
    0%, 100% {
        opacity: 0.6;
        box-shadow: 0 0 15px #ff0000, 0 0 30px #ff0000;
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 25px #ff0000, 0 0 50px #ff0000, 0 0 75px #ff0000;
    }
}

@keyframes rotation_481 {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

.live-match-item:hover h3,
/*.live-match-item:hover p,*/
/*.live-match-item:hover a,*/
/*.live-match-item:hover a i {*/
.live-match-item:hover p {
    color: white;
	position: relative;
    z-index: 1;
}

/* 卡片悬停时，按钮变黄色 */
.live-match-item:hover .match-btn {
    color: #ffff00 !important;
    font-weight: bold;
}

.live-match-item:hover .match-btn i {
    color: #ffff00 !important;
}

.match-text h3 {
    font-size: 25px;
    font-family: bb;
    color: #fff;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.lose h3 {
    color: #787878;
}

.live-match-item .match-text {
    margin-top: 5px;
}

.match-btn {
    font-family: bb;
    color: #e50914;
    text-transform: uppercase;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.match-btn:hover {
    text-shadow: 0 0 15px rgba(255, 255, 0, 1), 0 0 30px rgba(255, 255, 0, 0.6);
}


.match-btn i {
    font-size: 9px;
    color: #e50914;
    padding-left: 3px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.match-btn:hover i {
    text-shadow: 0 0 15px rgba(255, 255, 0, 1);
}

.match-action {
    padding-top: 40px;
}

.pre-match {
    margin-top: 90px;
}

.pre-match2 {
    margin-top: 10px;
}

.pre-match h3 {
    font-size: 22px;
    font-family: br;
    color: #787878;
    text-transform: uppercase;
    letter-spacing: 12px;
    position: relative;
}

.pre-match2 h3 {
    font-size: 22px;
    font-family: br;
    color: #787878;
    text-transform: uppercase;
    letter-spacing: 12px;
    position: relative;
}

.match-pa2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

.match-item {
    background: #191919;
    padding: 25px 0;
    margin-top: 40px;
}

.match-item img {
    width: 88px;
}

.vs-txt h3 {
    font-size: 35px;
    font-family: bb;
    color: white;
    padding-top: 24px;
}

/*===========================
7.0 *** WATCH AREA START ***
=============================*/
#watch {
    padding: 40px 0;
}

.watch-item {
    position: relative;
    margin-top: 10px;
}

.watch-item img {
    border: 6px solid #191919;
}

.video-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-overlay a i {
    width: 90px;
    height: 90px;
    background: white;
    color: #e50914;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
    font-size: 21px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.video-overlay a i:hover {
    background: #e50914;
    color: white;
}

/*===========================
8.0 *** BRAND AREA START ***
=============================*/
#brand {
    padding: 70px 0;
}

.brand-main img {
    display: inline-block;
    -webkit-filter: contrast(0);
    filter: contrast(0);
}

.brand-main {
    margin-bottom: 40px;
}

/*===========================
9.0 *** PLAYER AREA START ***
=============================*/
#player {
    padding: 80px 0;
    background: #191919;
    position: relative;
}

.player-pa {
    padding-top: 70px;
}

.player-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.player-info {
    background: #e50914;
    width: 70%;
    height: 60px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    top: -35px;
    text-align: center;
}

.player-info h3 {
    font-size: 24px;
    font-family: bb;
    text-transform: uppercase;
    color: #fff;
    line-height: 60px;
}

.player-middle.slick-center .player-info,
.player-middle.slick-center .player-info:after {
    opacity: 1;
}

.player-middle.slick-center .player-item img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.player-pa2 {
    padding-top: 50px;
}

.player-txt h3 {
    font-size: 38px;
    font-family: bb;
    color: white;
    text-transform: uppercase;
    padding: 5px 40px 0 0;
    line-height: 59px;
}

.player-txt h3 b {
    color: #e50914;
}

.player-txt h4 {
    font-size: 62px;
    font-family: bb;
    color: #e50914;
    padding-top: 7px;
    display: inline-block;
}

.player-txt span {
    font-size: 62px;
    font-family: bb;
    color: #e50914;
}

.player-txt p {
    font-family: br;
    font-size: 19px;
    color: #787878;
}

.player-img {
    position: relative;
}

.player-img .player-lightbox {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(20, 20, 20, 0.8);
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.player-lightbox a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.player-lightbox a i {
    font-size: 25px;
    color: white;
    opacity: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.player-lightbox a i:hover {
    color: #e50914;
}

.player-item:hover .player-lightbox {
    height: 100%;
}

.player-item:hover .player-lightbox a i {
    opacity: 1;
}

/*===========================
10.0 *** PRODUCT AREA START ***
=============================*/
#product {
    padding: 80px 0;
    position: relative;
}

.product-pa {
    padding-top: 70px;
}

.product-item {
    background: #191919;
    padding: 30px 20px;
    position: relative;
}

.product-item h3 {
    font-size: 40px;
    font-family: bb;
    color: white;
    padding-bottom: 15px;
}

.product-item h4 {
    font-size: 25px;
    font-family: br;
    color: #787878;
    text-transform: capitalize;
    padding: 12px 0 12px;
}

.product-btn {
    color: #e50914;
    font-family: bb;
    font-size: 17px;
    text-transform: uppercase;

}

.product-btn:hover {
    color: #e50914;
}

.sale {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #e50914;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 45px;
    top: 135px;
}

.sale span {
    font-family: bb;
    color: white;
    font-size: 18px;
}

/*===========================
11.0 *** JOIN AREA START ***
=============================*/
#join {
    padding: 40px 0;
}

.join-bg {
    background: #191919;
    padding: 70px 60px;
    border-radius: 8px;
    margin: 40px 0 0;
    position: relative;
}

.join-pa {
    padding-top: 65px;
}

.join-txt span {
    font-size: 18px;
    font-family: br;
    color: #e50914;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.join-txt h3 {
    font-size: 38px;
    font-family: bb;
    color: white;
    text-transform: uppercase;
    line-height: 52px;
    padding: 5px 0 18px;
}

.join-txt p {
    font-family: br;
    font-size: 19px;
    color: #787878;
    padding-bottom: 48px;
}

.join-img img {
    position: absolute;
    bottom: -70px;
}

/*===========================
12.0 *** BLOG AREA START ***
=============================*/
#blog {
    padding: 80px 0;
    position: relative;
}

.blog-pa {
    padding-top: 70px;
}

.blog-txt {
    background: #191919;
    padding: 30px;
}

.blog-txt a {
    font-size: 25px;
    font-family: bb;
    color: white;
    line-height: 37px;
    padding-top: 8px;
    display: block;
}

.blog-txt span {
    font-size: 18px;
    font-family: br;
    color: #787878;
}

.blog-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.blog-item.slick-center img,
.blog-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.blog-arrow {
    margin: 50px 0 30px;
}

.blog-arrow i {
    font-size: 19px;
    color: #787878;
    width: 75px;
    height: 75px;
    border: 2px solid #787878;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    margin: 0 14px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.blog-arrow i:hover {
    cursor: pointer;
    border: 2px solid white;
    color: white;
}

/*===========================
13.0 *** SUBSCRIBE AREA START ***
=============================*/
#subscribe {
    padding: 80px 0;
    background: url(../images/subscribe.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#subscribe:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.5);
}

.subscribe-txt h3 {
    font-size: 38px;
    font-family: bb;
    color: white;
    text-transform: uppercase;
    line-height: 52px;
}

.subscribe-btn {
    padding: 15px 20px;
    color: #e50914;
    font-size: 18px;
    font-family: bb;
    background: white;
    position: relative;
    border-radius: 50px;
    top: 39px;
    text-transform: uppercase;
}

/*===========================
14.0 *** FOOTER AREA START ***
=============================*/
#footer {
    padding: 80px 0;
    background: #191919;
}

.footer-logo a {
    font-size: 34px;
    font-family: bb;
    color: white;
    letter-spacing: 8px;
}

.footer-logo a b {
    color: #e50914;
}

.footer-logo p {
    font-family: br;
    font-size: 19px;
    color: #787878;
    padding-top: 20px;
    padding-right: 80px;
    padding-bottom: 20px;
}

.footer-menu h3 {
    font-size: 24px;
    font-family: bb;
    color: white;
    padding-top: 12px;
    padding-bottom: 8px;
}

.footer-menu a {
    display: block;
    font-size: 19px;
    font-family: br;
    color: #787878;
    margin-top: 15px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.footer-menu a:hover {
    padding-left: 4px;
    color: #e50914;
}

.footer-social a i {
    font-size: 16px;
    color: white;
    background: #262525;
    width: 45px;
    height: 45px;
    line-height: 46px;
    margin-right: 16px;
    border-radius: 50%;
    text-align: center;
    padding-left: 8px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.footer-social a i:hover {
    background: #e50914;
}

/*===========================
15.0 *** COPY_RIGHT AREA START ***
=============================*/
#copy_right {
    padding: 25px 0;
    background: #191919;
    position: relative;
}

#copy_right::after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1112px;
    height: 1px;
    background: #313131;
}

.copy-right-txt p {
    font-family: br;
    color: #787878;
    font-size: 19px;
}

.copy-right-txt p a {
    font-family: bb;
    color: white;
}

.captcha-group {
    display: flex;
    gap: 10px;
}

.captcha-group img {
    height: 35px;
    cursor: pointer;
    border-radius: 4px;
}


/* 个人信息容器 */
.profile-container {
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95), rgba(35, 35, 35, 0.98));
    border-radius: 15px;
    padding: 20px;
    padding-top: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    
    position: relative;  /* 确保这个属性存在 */
    overflow: hidden;
    margin-top: 5px;
}

.profile-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #e50914, #ff8c00);
}

/* 等级徽章 - 小巧的右上角标签 */
.level-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: linear-gradient(135deg, #ffd700, #ff8c00);
    padding: 8px 15px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    display: inline-flex;
    align-items: flex-end;  /* 保持底部对齐 */
    gap: 4px;
    z-index: 2;
    transition: all 0.3s ease;
    width: fit-content;
    min-height: 35px;
}

.level-badge .level-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    padding: 8px 0 0 0;  /* 增加顶部内边距 */
    margin-bottom: 0;    /* 移除底部负边距 */
}

.level-badge .level-number {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 8px 0 0 0;  /* 增加顶部内边距 */
    margin-bottom: 0;    /* 移除底部负边距 */
}

.level-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

/* 顶部区域 */
.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.welcome-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.account-badge {
    background: rgba(205, 127, 50, 0.15);
    color: #CD7F32;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    border: 1px solid rgba(205, 127, 50, 0.3);
}

/* 名称区域 */
.profile-name h3 {
    color: #fff;
    font-size: 24px;
    margin: 15px 0;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* 信息列表 */
.profile-info {
    margin: 20px 0;
}

.info-item {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin: 5px 0;
}

.info-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
}

/* 悬停效果 */
.info-item:hover i {
    transform: scale(1.2);
    transition: transform 0.2s ease;
}

.info-label {
    color: #787878;
    min-width: 85px;
    font-size: 14px;
}

.info-value {
    color: #e50914;
    font-size: 14px;
    font-weight: 500;
}

.info-value.gold {
    color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

/* 按钮区域 */
.profile-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

/* 3D按钮基础样式 */
.btn-3d {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline: none;
    font-family: inherit;
    flex: 1;
}

.btn-3d:focus {
    outline: none;
}

.btn-3d:focus-visible {
    outline: none;
}

.btn-3d-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.btn-3d:hover .btn-3d-shadow {
    transform: translateY(4px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.btn-3d:active .btn-3d-shadow {
    transform: translateY(1px);
}

.btn-3d-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.btn-3d-front {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.btn-3d:hover .btn-3d-front {
    transform: translateY(-6px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.btn-3d:active .btn-3d-front {
    transform: translateY(-2px);
}

/* 登录按钮 - 按照参考代码一比一复刻 */
.btn-login-special {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    outline: none;
    cursor: pointer;
    font-family: monospace;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-login-special:focus,
.btn-login-special:focus-visible {
    outline: none;
}

.btn-login-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.btn-login-special:hover .btn-login-shadow {
    transform: translateY(4px);
    transition-duration: 250ms;
}

.btn-login-special:active .btn-login-shadow {
    transform: translateY(1px);
}

.btn-login-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(to left, hsl(217, 33%, 16%), hsl(217, 33%, 32%), hsl(217, 33%, 16%));
}

.btn-login-front {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    font-size: 18px;
    color: white;
    border-radius: 8px;
    transform: translateY(-4px);
    background: linear-gradient(to right, #f27121, #e94057, #8a2387);
    gap: 12px;
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
    filter: brightness(1);
}

.btn-login-special:hover .btn-login-front {
    transform: translateY(-6px);
    transition-duration: 250ms;
    filter: brightness(1.1);
}

.btn-login-special:active .btn-login-front {
    transform: translateY(-2px);
}

.btn-login-front span {
    user-select: none;
}

.btn-login-front i {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-right: -4px;
    transition: transform 250ms;
}

.btn-login-special:hover .btn-login-front i {
    transform: translateX(4px);
}

/* 领取福利按钮 - 红色到橙色渐变 */
.btn-welfare .btn-3d-edge {
    background: linear-gradient(to left, hsl(14, 80%, 25%), hsl(0, 80%, 35%), hsl(14, 80%, 25%));
}

.btn-welfare .btn-3d-front {
    background: linear-gradient(135deg, #f27121 0%, #e94057 50%, #8a2387 100%);
}

.btn-3d:hover .btn-welfare .btn-3d-front {
    filter: brightness(1.15);
}

/* 登出按钮 - 蓝灰色渐变 */
.btn-logout .btn-3d-edge {
    background: linear-gradient(to left, hsl(217, 33%, 16%), hsl(217, 33%, 25%), hsl(217, 33%, 16%));
}

.btn-logout .btn-3d-front {
    background: linear-gradient(135deg, hsl(217, 33%, 20%) 0%, hsl(217, 33%, 32%) 50%, hsl(217, 33%, 20%) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-3d:hover .btn-logout .btn-3d-front {
    filter: brightness(1.15);
}




/* 布局修正 */
.col-lg-4.col-md-11.tab-m-auto {
    float: left;
}

.col-lg-8 {
    float: left;
}

.row.game-pa::after {
    content: "";
    display: table;
    clear: both;
}

/* 等级徽章样式 */
.level-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, #ffd700, #ff8c00);
    padding: 3px 10px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 3px;
    z-index: 2;
    transition: all 0.3s ease;
    width: fit-content;  /* 关键修改：使宽度适应内容 */
}

.level-badge .level-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;  /* 防止文字换行 */
}

.level-badge .level-number {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.level-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

/* 背景编号样式 */
.bg-account-id {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 120px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.03);
    z-index: 0;
    user-select: none;
    pointer-events: none;
    font-family: 'Arial', sans-serif;
    letter-spacing: -5px;
    opacity: 0.5;  /* 稍微降低不透明度 */
}

/* 调整内容层级，确保显示在背景编号之上 */
.profile-header,
.profile-info,
.profile-actions {
    position: relative;
    z-index: 1;
}

.profile-name{
    text-align: right;  /* 文字右对齐 */
    padding-right: 165px;  /* 右侧内边距 */
}

/* 移除原来的编号徽章样式 */
.account-badge {
    display: none;
}

/* 调整欢迎文本样式 */
.welcome-text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* 炫酷的家族名称样式 */
.profile-name h3.glow-text {
    position: relative;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 15px 0;
    padding: 5px 0;
    background: linear-gradient(90deg, 
        rgba(255, 0, 0, 0.9),
        rgba(255, 115, 0, 0.9),
        rgba(255, 251, 0, 0.9),
        rgba(72, 255, 0, 0.9),
        rgba(0, 255, 213, 0.9),
        rgba(0, 43, 255, 0.9),
        rgba(122, 0, 255, 0.9),
        rgba(255, 0, 200, 0.9),
        rgba(255, 0, 0, 0.9)
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 8s linear infinite;
    background-size: 200%;
    /* 修改发光效果，使其更柔和 */
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3))
           drop-shadow(0 0 12px rgba(255, 255, 255, 0.2));
}

/* 光效果 - 更微妙的效果 */
.shine-effect {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),  /* 降低亮度 */
        transparent
    );
    animation: shine-move 4s ease-in-out infinite;  /* 放慢动画 */
    transform: skewX(-15deg);  /* 减小倾斜角度 */
}

/* 渐变动画 - 放慢速度 */
@keyframes shine {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

/* 光效果动画 - 更平滑的移动 */
@keyframes shine-move {
    0% { left: -100%; opacity: 0; }
    10% { opacity: 1; }
    40%, 100% { left: 150%; opacity: 0; }
}

/* 悬停效果 - 更微妙的变化 */
.profile-name h3.glow-text:hover {
    transform: scale(1.01);  /* 减小缩放幅度 */
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.4))
           drop-shadow(0 0 15px rgba(255, 255, 255, 0.3));
}

/* 确保文字容器有平滑过渡 */
.profile-name h3.glow-text {
    transition: all 0.4s ease;
}

/* 信息列表图标样式 */
.info-item i {
    width: 20px;
    margin-right: 10px;
    font-size: 16px;
    color: #e50914;  /* 使用主题红色 */
    text-align: center;
}

/* 特殊图标颜色 */
.info-item:nth-child(1) i {  /* 账号图标 */
    color: #4a90e2;
}

.info-item:nth-child(2) i {  /* 金币图标 */
    color: #ffd700;
}

.info-item:nth-child(3) i {  /* VIP图标 */
    color: #ff9900;
}

.info-item:nth-child(4) i {  /* 工会图标 */
    color: #00cc99;
}

.info-item:nth-child(5) i {  /* 队伍图标 */
    color: #ff6b6b;
}

.info-item:nth-child(6) i {  /* 日期图标 */
    color: #9b59b6;
}

/* 按钮内的图标和文字样式 */
/* 按钮图标样式 */
.btn-3d-front i {
    font-size: 15px;
}

/* 加入QQ群按钮 - 蓝色渐变 */
button.btn-3d.btn-join-qq {
    flex: 0 0 auto;
}

button.btn-3d.btn-join-qq .btn-3d-shadow {
    border-radius: 5px;
}

button.btn-3d.btn-join-qq .btn-3d-edge {
    background: linear-gradient(to left, hsl(200, 90%, 25%), hsl(200, 90%, 40%), hsl(200, 90%, 25%)) !important;
    border-radius: 5px;
}

button.btn-3d.btn-join-qq .btn-3d-front {
    background: linear-gradient(135deg, #12b7f5 0%, #0e9fe5 50%, #0a8dd3 100%) !important;
    padding: 8px 16px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    border-radius: 5px !important;
    color: #fff !important;
    gap: 6px !important;
}

button.btn-3d.btn-join-qq .btn-3d-front i,
button.btn-3d.btn-join-qq .btn-3d-front span {
    color: #fff !important;
}

button.btn-3d.btn-join-qq .btn-3d-front i {
    font-size: 14px !important;
}

button.btn-3d.btn-join-qq:hover .btn-3d-front {
    filter: brightness(1.15) !important;
}

/* 下载游戏按钮 - 红色渐变 */
button.btn-3d.btn-download {
    flex: 0 0 auto;
}

button.btn-3d.btn-download .btn-3d-shadow {
    border-radius: 5px;
}

button.btn-3d.btn-download .btn-3d-edge {
    background: linear-gradient(to left, hsl(0, 80%, 20%), hsl(0, 80%, 35%), hsl(0, 80%, 20%)) !important;
    border-radius: 5px;
}

button.btn-3d.btn-download .btn-3d-front {
    background: linear-gradient(135deg, #e50914 0%, #ff0a16 50%, #bf000a 100%) !important;
    padding: 8px 16px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    border-radius: 5px !important;
    color: #fff !important;
    gap: 6px !important;
}

button.btn-3d.btn-download .btn-3d-front i,
button.btn-3d.btn-download .btn-3d-front span {
    color: #fff !important;
}

button.btn-3d.btn-download .btn-3d-front i {
    font-size: 14px !important;
}

button.btn-3d.btn-download:hover .btn-3d-front {
    filter: brightness(1.15) !important;
}

/* 按钮箭头样式 */
.btn-arrow {
    margin-left: 8px;
    margin-right: -4px;
    font-size: 16px;
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.btn-3d:hover .btn-arrow {
    transform: translateX(4px);
}

/* 欢迎容器样式 */
.welcome-container {
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95), rgba(35, 35, 35, 0.98));
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}

.welcome-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #e50914, #ff8c00);
}

/* 欢迎标题区域 */
.welcome-header {
    margin-bottom: 10px;
}

.welcome-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.welcome-title i {
    color: #ffd700;
    font-size: 24px;
    animation: waveHand 2s ease-in-out infinite;
}

.welcome-title span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background: linear-gradient(90deg, #fff, #ffd700);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 欢迎内容区域 */
.welcome-content {
    text-align: center;
    margin: 30px 0;
}

.welcome-message p {
    color: #787878;
    font-size: 16px;
    margin: 10px 0;
    transition: color 0.3s ease;
}

.welcome-message p:hover {
    color: #fff;
}

/* 按钮样式 */
.welcome-actions {
    margin-top: 30px;
}

.btn-login, 
a.btn-login {  /* 增加 a 标签的选择器 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #e50914;
    color: #fff !important;  /* 添加 !important 确保颜色生效 */
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-login:hover {
    background: #ff0a16;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(229, 9, 20, 0.3);
    color: #fff;
    text-decoration: none;
}

.btn-login i {
    font-size: 18px;
}

/* 动画效果 */
@keyframes waveHand {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-20deg); }
    75% { transform: rotate(20deg); }
}

/* 添加背景装饰 */
.welcome-container::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, 
        rgba(255, 255, 255, 0.03) 0%,
        transparent 70%
    );
    pointer-events: none;
    opacity: 0.5;
}

/* 游戏风格下拉菜单 */
.dropdown-menu {
    background: rgba(22, 26, 29, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 0, 0, 0.3);
    border-radius: 0;
    margin-top: 15px;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.2),
                inset 0 0 15px rgba(255, 0, 0, 0.1);
    padding: 0;
    min-width: 200px;
    transform-origin: top;
    animation: dropdownFade 0.2s ease-out;
}

.dropdown-menu:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 20px;
    width: 12px;
    height: 12px;
    background: rgba(22, 26, 29, 0.95);
    transform: rotate(45deg);
    border-top: 1px solid rgba(255, 0, 0, 0.3);
    border-left: 1px solid rgba(255, 0, 0, 0.3);
}

.dropdown-item {
    color: #fff;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background: rgba(255, 106, 0, 0.1);
    color: #ff0000;
    padding-left: 25px;
}

.dropdown-item:hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #ff0000;
    box-shadow: 0 0 10px #ff0000;
}

.dropdown-item i {
    margin-right: 12px;
    width: 20px;
    text-align: center;
    position: relative;
    top: 1px;
}

.nav-item.dropdown .dropdown-toggle {
    position: relative;
    padding-right: 20px;
}

.nav-item.dropdown .dropdown-toggle:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
}

.nav-item.dropdown:hover .dropdown-toggle:after {
    transform: translateY(-50%) rotate(225deg);
}

@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: scaleY(0.8);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

/* 响应式调整 */
@media (max-width: 991px) {
	.mobile-content-hide {
        display: none !important;
    }
    .dropdown-menu {
        background: rgba(22, 26, 29, 0.98);
        border: none;
        box-shadow: inset 0 0 15px rgba(255, 106, 0, 0.1);
        margin-top: 0;
    }
    
    .dropdown-menu:before {
        display: none;
    }
    
    .dropdown-item {
        padding: 15px 25px;
    }
}

   /* 导航文字样式 */
    .nav-link.nl-m-top {
        transition: all 0.3s ease;
        position: relative;
        background: linear-gradient(45deg, #4CAF50, #2196F3);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    .nav-link.nl-m-top i {
        margin-right: 5px;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        transition: transform 0.3s ease;
        background: linear-gradient(45deg, #4CAF50, #2196F3);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* 悬停效果 */
    .nav-link.nl-m-top:hover {
        transform: translateY(-1px);
        background: linear-gradient(45deg, #66ff66, #66ffff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        opacity: 1;
    }

    .nav-link.nl-m-top:hover i {
        transform: scale(1.1);
        background: linear-gradient(45deg, #66ff66, #66ffff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
	
	/* 首页提示框样式 */
	.custom-alert {
        display: none;
        position: fixed;  /* 保持fixed定位 */
        top: 120px;
        right: 20px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        padding: 15px 20px;
        min-width: 250px;
        z-index: 99999;  /* 提高z-index确保在最上层 */
        animation: slideIn 0.3s ease-out;
        position: -webkit-sticky;  /* 为Safari添加sticky支持 */
        position: sticky;  /* 添加sticky定位 */
    }

    @keyframes slideIn {
        from {
            transform: translateX(100%);
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .custom-alert.success {
        border-left: 4px solid #4CAF50;
    }

    .custom-alert.error {
        border-left: 4px solid #f44336;
    }

    .custom-alert-content {
        display: flex;
        align-items: center;
        position: relative;  /* 添加相对定位 */
    }

    .custom-alert-icon {
        margin-right: 12px;
        color: #4CAF50;
        font-size: 20px;
    }

    .custom-alert-message {
        flex-grow: 1;
        font-size: 14px;
        color: #333;
    }

    .custom-alert-title {
        font-weight: bold;
        margin-bottom: 4px;
    }
	

/* 登录模态框样式 */
.custom-modal .modal-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.custom-modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
}

.custom-modal .close {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e50914;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    outline: none !important;
    box-shadow: none !important;
}

.custom-modal .close:focus {
    outline: none !important;
    box-shadow: none !important;
}

.custom-modal .close span {
    position: static !important;
    top: auto !important;
    right: auto !important;
    line-height: 1;
    display: block;
    transform: translateY(-1px);
}

.custom-modal .close:hover {
    color: #fff;
}

/* 标签切换按钮 */
.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.tab-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    outline: none !important;
}

.tab-btn::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #e50914;
    transition: width 0.3s ease;
}

.tab-btn.active {
    color: #fff;
}

.tab-btn.active::after {
    width: 100%;
}

/* 左侧面板 */
.login-left-panel {
    background: rgba(255, 255, 255, 0.05);
}

/* 右侧面板 */
.login-right-panel {
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.9);
}

/* 表单样式 */
.custom-input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 12px;
    height: auto;
    transition: all 0.3s ease;
}

.custom-input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #e50914;
    box-shadow: 0 0 0 2px rgba(229, 9, 20, 0.2);
    outline: none;
}

.custom-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* 验证码组 */
.captcha-group img {
    height: 45px;
    border-radius: 4px;
    cursor: pointer;
}

/* 登录按钮 */
.custom-btn {
    padding: 17px 40px;
    border-radius: 10px;
    border: 0;
    background-color: #e50914 !important;
    letter-spacing: 1.5px;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: #b8070f 0px 10px 0px 0px;
    color: hsl(0, 0%, 100%) !important;
    cursor: pointer;
    outline: none !important;
}

.custom-btn:hover {
    box-shadow: #b8070f 0px 7px 0px 0px !important;
    background-color: #e50914 !important;
    color: hsl(0, 0%, 100%) !important;
    border-color: transparent !important;
}

.custom-btn:active {
    background-color: #e50914 !important;
    box-shadow: #b8070f 0px 0px 0px 0px !important;
    transform: translateY(5px) !important;
    transition: 200ms !important;
    border-color: transparent !important;
}

.custom-btn:focus {
    background-color: #e50914 !important;
    color: hsl(0, 0%, 100%) !important;
    outline: none !important;
    box-shadow: #b8070f 0px 10px 0px 0px !important;
    border-color: transparent !important;
}

.custom-btn:focus-visible {
    outline: none !important;
}

.custom-btn.focus,
.custom-btn:not(:disabled):not(.disabled):active,
.custom-btn:not(:disabled):not(.disabled).active {
    background-color: #e50914 !important;
    border-color: transparent !important;
    box-shadow: #b8070f 0px 0px 0px 0px !important;
}

/* 信息列表 */
.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
}

.info-list li i {
    margin-right: 10px;
    color: #e50914;
}

/* 联系方式 */
.contact-info {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.contact-item {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    color: #fff;
    transform: scale(1.1);
}

/* 注册提示 */
.register-notice {
    padding: 40px 20px;
}

.notice-icon i {
    color: #e50914;
}

/* 错误提示 */
.alert-danger {
    background: rgba(229, 9, 20, 0.1);
    border: 1px solid rgba(229, 9, 20, 0.2);
    color: #e50914;
}

/* 移动端样式 */
@media (max-width: 991px) {
    .mobile-info-panel {
        background: rgba(0, 0, 0, 0.2);
    }
    
    .custom-modal .modal-dialog {
        margin: 10px;
    }
    
    .tab-buttons {
        gap: 20px;
    }
    
    .tab-btn {
        font-size: 16px;
    }
}

/* 动画效果 */
.modal.fade .modal-dialog {
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

/* 右侧信息面板容器 */
.info-panel-container {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}

.info-slider {
    position: relative;
    height: 100%;
    transition: transform 0.5s ease;
}

.info-panel {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
}

.info-panel.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* 面板切换动画 */
.login-left-panel,
.login-right-panel {
    transition: transform 0.5s ease;
}

.register-mode .login-left-panel {
    transform: translateX(-100%);
}

.register-mode .login-right-panel {
    transform: translateX(-100%);
}

/* 移动端适配 */
@media (max-width: 991px) {
    .info-panel-container {
        display: none;
    }
    
    .mobile-info-panel {
        display: block !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .register-mode .mobile-info-panel .login-info {
        display: none;
    }
    
    .register-mode .mobile-info-panel .register-info {
        display: block;
    }
    
    .login-mode .mobile-info-panel .register-info {
        display: none;
    }
    
    .login-mode .mobile-info-panel .login-info {
        display: block;
    }
}

/*===========================
BOSS时间轴样式 - 方案4
=============================*/
/* 确保卡片容器高度一致 */
.match-pa2 > .col-lg-6 {
    display: flex;
}

.boss-timeline-card {
    background: #1a1a1a;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    border: 1px solid #2a2a2a;
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.boss-timeline-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.timeline-header {
    background: linear-gradient(135deg, #2a2a2a, #1e1e1e);
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #333;
    height: 60px;
}

.timeline-date {
    color: #FFD700;
    font-size: 16px;
    font-weight: bold;
}

.timeline-date i {
    margin-right: 8px;
}

.timeline-status {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 52px;
    min-width: 110px;
    line-height: 1.2;
}

.timeline-status.active {
    background-image: url(../images/Shape_text.png);
    color: #FFD700;
    text-shadow: 
        0 0 10px rgba(255, 215, 0, 0.8),
        0 0 20px rgba(255, 69, 0, 0.6),
        0 0 30px rgba(255, 0, 0, 0.4),
        2px 2px 4px rgba(0, 0, 0, 0.8);
    font-size: 16px;
    letter-spacing: 1px;
}

/* 准星图标样式 */
.timeline-status.active i {
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
}

.timeline-status.inactive {
    background: rgba(102, 102, 102, 0.2);
    color: #999;
    border-radius: 20px;
}

.timeline-status i {
    margin-right: 5px;
}

.timeline-content {
    padding: 30px 20px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 休息日样式 */
.rest-day-info {
    text-align: center;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.rest-icon {
    color: #666;
    margin-bottom: 15px;
    opacity: 0.5;
}

.rest-text {
    color: #999;
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0 5px 0;
}

.rest-hint {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* BOSS对战样式 */
.boss-battle-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}

.boss-slot {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background-image: url(../images/pricing_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 15px;
    position: relative;
    min-width: 0;
    text-align: center;
}

/* 悬停时文字放大，背景不动 */
.boss-slot:hover .boss-info h4 {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.boss-slot:hover .boss-tag {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.boss-slot .boss-info h4,
.boss-slot .boss-tag {
    transition: transform 0.3s ease;
}

.boss-icon-top {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.4);
    position: relative;
}

.boss-icon-top::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    border: 2px solid rgba(255, 69, 0, 0.3);
    animation: pulse-ring 2s ease-in-out infinite;
}

@keyframes pulse-ring {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

.boss-icon-top img {
    width: 55px;
    height: 55px;
}

.boss-info {
    width: 100%;
    overflow: hidden;
}

.boss-info h4 {
    color: #FFFFFF;
    margin: 0 0 8px 0;
    font-size: 17px;
    font-family: bb;
    line-height: 1.3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.6);
    word-wrap: break-word;
    word-break: break-word;
}

.boss-tag {
    color: #FFD700;
    font-size: 12px;
    display: block;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    font-weight: bold;
}

.vs-icon {
    flex: 0 0 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vs-icon i {
    color: #FFD700;
    font-size: 35px;
    animation: lightning 1.5s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6));
}

@keyframes lightning {
    0%, 100% { 
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
    50% { 
        opacity: 0.7;
        transform: scale(1.15) rotate(-10deg);
    }
}

/* 响应式 */
@media (max-width: 768px) {
    .boss-battle-info {
        flex-direction: column;
    }
    
    .boss-slot {
        width: 100%;
    }
    
    .vs-icon {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .timeline-header {
        flex-direction: column;
        gap: 10px;
    }
}

/* ==================== 登录容器背景效果 ==================== */
.welcome-container {
    position: relative;
    background-color: #171717 !important;
    overflow: hidden;
    z-index: 1;
}

/* 月亮 */
.welcome-container::after {
    content: "";
    position: absolute;
    top: 10px;
    left: -50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #f9f9fb;
    box-shadow: 0px 0px 100px rgba(193, 119, 241, 0.8),
        0px 0px 100px rgba(135, 42, 211, 0.8), 
        inset #9b40fc 0px 0px 40px -12px;
    z-index: -1;
    pointer-events: none;
    transition: 0.4s ease-in-out;
}

.welcome-container:hover::after {
    box-shadow: 0px 0px 200px rgba(193, 119, 241, 1),
        0px 0px 200px rgba(135, 42, 211, 1), 
        inset #9b40fc 0px 0px 40px -12px;
}

/* 星星层1 */
.welcome-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 220px 118px #fff, 280px 176px #fff, 40px 50px #fff,
        60px 180px #fff, 120px 130px #fff, 180px 176px #fff, 220px 290px #fff,
        320px 250px #fff, 280px 220px #fff, 50px 350px #fff, 10px 230px #fff;
    z-index: -1;
    pointer-events: none;
    animation: 1s glowing-stars linear alternate infinite;
    animation-delay: 0s;
}

/* 星星层2 */
.welcome-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 140px 20px #fff, 325px 20px #fff, 70px 120px #fff, 20px 130px #fff,
        110px 80px #fff, 280px 80px #fff, 250px 350px #fff, 280px 230px #fff,
        220px 190px #fff, 350px 100px #fff, 280px 80px #fff, 320px 50px #fff;
    z-index: -1;
    pointer-events: none;
    animation: 1s glowing-stars linear alternate infinite;
    animation-delay: 0.4s;
}

/* 星星层3 */
.welcome-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 290px 330px #fff, 220px 300px #fff, 120px 280px #fff,
        180px 350px #fff, 346px 170px #fff, 220px 180px #fff, 170px 150px #fff,
        200px 250px #fff, 80px 20px #fff, 190px 50px #fff, 270px 20px #fff,
        120px 230px #fff, 250px -1px #fff, 150px 369px #fff;
    z-index: -1;
    pointer-events: none;
    animation: 1s glowing-stars linear alternate infinite;
    animation-delay: 0.8s;
}

/* 流星1 */
.welcome-header::after {
    content: "";
    position: absolute;
    top: 50px;
    right: -100px;
    rotate: -45deg;
    width: 5em;
    height: 1px;
    background: linear-gradient(90deg, #ffffff, transparent);
    animation: 4s shootingStar ease-in-out infinite;
    animation-delay: 1s;
    z-index: -1;
    pointer-events: none;
}

/* 流星2 */
.welcome-content::after {
    content: "";
    position: absolute;
    top: 100px;
    right: -150px;
    rotate: -45deg;
    width: 5em;
    height: 1px;
    background: linear-gradient(90deg, #ffffff, transparent);
    animation: 4s shootingStar ease-in-out infinite;
    animation-delay: 3s;
    z-index: -1;
    pointer-events: none;
}

/* 确保内容在上层 */
.welcome-header,
.welcome-content,
.welcome-actions {
    position: relative;
    z-index: 1;
}

/* 星星闪烁动画 */
@keyframes glowing-stars {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* 流星动画 */
@keyframes shootingStar {
    0% {
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateX(-55em) translateY(0);
        opacity: 1;
    }
    70% {
        transform: translateX(-70em) translateY(0);
        opacity: 0;
    }
    100% {
        transform: translateX(0) translateY(0);
        opacity: 0;
    }
}

/* ========================================
   礼包系统样式
   ======================================== */

/* 礼包卡片：双倍宽度 */
.gift-package-card {
    /* 继承现有 .product-card 样式 */
}

/* 礼包卡片的操作按钮区域：限制宽度并居中 */
.gift-package-card .product-actions {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

/* 礼包道具网格：4x2布局 */
.package-items-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 8px;
    margin: 15px 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

/* 单个道具项 */
.package-item {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s;
}

.package-item:hover {
    transform: scale(1.1);
    z-index: 10;
}

.package-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 道具数量角标 */
.package-item-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    background: rgba(229, 9, 20, 0.9);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 3px;
    line-height: 1;
    min-width: 16px;
    text-align: center;
}

/* 礼包描述 */
.package-description {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin: 10px 0;
    padding: 8px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    line-height: 1.4;
}

/* 礼包分类按钮特殊样式 */
.category-btn.package-category {
    position: relative;
    border: 2px solid #ff6b6b !important;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.2), rgba(255, 107, 107, 0.1)) !important;
}

.category-btn.package-category:hover {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.4), rgba(255, 107, 107, 0.2)) !important;
    box-shadow: 0 0 15px rgba(255, 107, 107, 0.5);
}

.category-btn.package-category.active {
    background: linear-gradient(135deg, #cba874 0%, #8a7550 100%) !important;
    border-color: #cba874 !important;
    color: #1a1a1a !important;
    font-weight: bold !important;
    box-shadow: 0 0 12px rgba(203, 168, 116, 0.6) !important;
}

/* 购物车礼包标记 */
.gift-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(135deg, #ff6b6b, #e50914);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 50%;
    line-height: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* 礼包提示文本 */
.gift-hint-text {
    font-size: 11px;
    color: rgba(255, 107, 107, 0.8);
    margin-top: 5px;
    font-style: italic;
}