.banner {
    position: relative;
    margin-top: 9.0625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 51.125rem;
    background: url("../assets/img/advertisement/banner-bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.banner-title {
    margin-top: 4.375rem;
    font-weight: 800;
    font-size: 68px;
    color: #FFFFFF;
}

.banner-title1 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: glow 15s infinite linear;
    background-image: linear-gradient(210.39deg, #5fff6f 0%, #5fff6f 0%, #14e3ff 7.29%, #4a9dff 15.1%, #aa82ff 21.87%, #ff26c2 29.69%, #ff6543 34.37%, #ffd643 40.62%, #ffd643 43.75%, #5fff6f 51.04%, #14e3ff 58.85%, #4a9dff 65.1%, #aa82ff 72.4%, #ff26c2 78.65%, #ff6543 85.94%, #ffc738 92.71%, #5fff6f 100%, #5fff6f 100%);
    background-size: 800% 100%;
    -webkit-animation: glow 15s infinite linear;
    -webkit-background-size: 800% 100%;
}

.banner-sub-title {
    margin-top: 1.875rem;
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 32px;
    color: #FFFFFF;
}

.banner-sub-title::after {
    content: "";
    display: block;
    margin-left: 0.75rem;
    width: 3.125rem;
    height: 0.0625rem;
    background: #FFFFFF;
}

.banner-sub-title::before {
    content: "";
    display: block;
    margin-right: 0.75rem;
    width: 3.125rem;
    height: 0.0625rem;
    background: #FFFFFF;
}

.banner-detail {
    margin-top: 2rem;
    width: 41.4375rem;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.8;
}

.banner-btn {
    margin-top: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.625rem;
    height: 4.375rem;
    background: linear-gradient(90deg, #FD3B50 0%, #FA1D53 52%, #FD5294 100%);
    border-radius: 2.1875rem;
    font-weight: 800;
    font-size: 1.125rem;
    color: #FFFFFF;
}

.banner-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    /*animation: floatAnimation 6s ease-in-out infinite;*/
    /*padding: 2rem 0;*/
    position: absolute;
    bottom: 0;
    z-index: 1;
}

/*.banner-bottom::before {
    content: '';
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 0.5rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    filter: blur(5px);
    z-index: -1;
}*/

.banner-bottom::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 15rem;
    background: radial-gradient(ellipse at center, rgba(253, 59, 80, 0.15) 0%, rgba(250, 29, 83, 0.1) 40%, rgba(253, 82, 148, 0) 80%);
    border-radius: 50%;
    z-index: -1;
    animation: glowPulse 4s alternate infinite;
}

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

.bottom-item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 21.5rem;
    height: 23.4375rem;
    background: #8c8c8d;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.15);
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    opacity: 0;
    transform: translateY(1.875rem);
    animation: itemAppear 0.8s forwards;
}

.bottom-item:nth-child(1) {
    animation-delay: 0.1s;
}

.bottom-item:nth-child(2) {
    animation-delay: 0.3s;
}

.bottom-item:nth-child(3) {
    animation-delay: 0.5s;
}

.bottom-item:nth-child(4) {
    animation-delay: 0.7s;
}

.bottom-item:hover {
    transform: translateY(-0.625rem);
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.25);
}

.bottom-item img {
    width: 20.25rem;
    height: 22.8125rem;
    transition: transform 0.6s ease;
}

.bottom-item:hover img {
    transform: scale(1.05);
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.9375rem);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes itemAppear {
    0% {
        opacity: 0;
        transform: translateY(1.875rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.content {
    background: #000;
    padding-top: 8.125rem;
}

.launch-content {
    margin-top: 3.75rem;
}

.launch-content-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89.1875rem;
    height: 25rem;
    background: linear-gradient(0deg, #0A0C06 0%, #313042 100%);
    border-radius: 1.875rem;
    border: 0.0625rem solid #393939;
}

.launch-content-top img {
    width: 86.6875rem;
    height: 22.5rem;
}

.launch-content-top img:hover {
    transform: scale(1.01);
    transition: all 0.5s ease-in-out;
}

.launch-content-bottom {
    margin-top: 3.75rem;
}

.launch-content-bottom img {
    width: 89.1875rem;
    height: 9.625rem;
}

/* .introduction {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 8.125rem;
}

.introduction-left {
    position: sticky;
    top: 6.25rem;
    width: 50%;
    height: 31.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
} 
     .introduction-left img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
} */

.introduction {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 8.125rem;
}

.introduction-left {
    position: relative;
    width: 50%;
    height: fit-content;
    /* 为transform添加过渡效果 */
    transition: transform 0.3s ease-out;
}
.introduction-left img {
    width: 100%;
    max-width: 31.25rem;
    height: auto;
    display: none;
    position: relative;
}

.introduction-right {
    width: 50%;
    padding-left: 3.125rem;
}

.introduction-item {
    margin-bottom: 3.75rem;
    padding: 1.25rem;
    border-radius: 0.5rem;
}

.introduction-item .deco-title {
    width: 35.8125rem;
    margin-bottom: 3.375rem;
}

.detail-top {
    display: flex;
    align-items: center;
}

.detail-top .top-img {
    margin-right: 1.4375rem;
    width: 2.5rem;
    height: 1.625rem;
}

.detail-top .top-img img {
    width: 100%;
    height: 100%;
}

.detail-top .top-txt {
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
}

.introduction-item-detail {
    margin-bottom: 2.5rem;
}

.introduction-item-detail .detail-bottom {
    width: 18.75rem;
    margin-top: 1.25rem;
    margin-left: 3.875rem;
    font-weight: 500;
    font-size: 16px;
    color: #9E9E9E;
}

.different {
    width: 100%;
    margin-top: 8.125rem;
}

.different-content {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin-top: 3.75rem;
    position: relative;
}

.different-content .swiper-container {
    width: 100%;
    padding: 3.125rem 0;
    overflow: visible;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    transition-timing-function: linear;
}

.different-content .swiper-slide {
    position: relative;
    width: 91.6875rem;
    height: 38rem;
    opacity: 0.4;
    transition: all 0.5s;
    transform: scale(0.8);
}

.swiper-slide-txt {
    position: absolute;
    top: 10%;
    left: 5%;
    font-weight: 800;
    font-size: 2.5rem;
    color: #000;
    line-height: 3.4375rem;
}

.txt-color {
    color: #FC344F;
}

.different-content .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0.75rem;
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

/* 当前活动滑块样式 */
.different-content .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.different-content .swiper-slide-active img {
    box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.3);
}

/* 相邻滑块样式 */
.different-content .swiper-slide-prev,
.different-content .swiper-slide-next {
    opacity: 0.6;
    transform: scale(0.85);
    z-index: 1;
}

/* 导航按钮样式 */
.different-content .swiper-button-next,
.different-content .swiper-button-prev {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    transition: all 0.3s;
}

.different-content .swiper-button-next:hover,
.different-content .swiper-button-prev:hover {
    background-color: rgba(243, 76, 103, 0.7);
}

.different-content .swiper-button-next:after,
.different-content .swiper-button-prev:after {
    font-size: 1.5rem;
}

/* 分页器样式 */
.different-content .swiper-pagination {
    position: relative;
    margin-top: 2.5rem;
}

.different-content .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    background: #ccc;
    opacity: 0.5;
    margin: 0 0.3125rem;
    transition: all 0.3s;
}

.different-content .swiper-pagination-bullet-active {
    background: #F34C67;
    opacity: 1;
    width: 1.875rem;
    border-radius: 0.3125rem;
}

.profit {
    margin-top: 8.125rem;
    overflow: hidden;
}

.profit-num {
    color: #FC344F;
}

.footer-banner {
    box-sizing: border-box;
    padding-top: 19.0625rem;
    padding-left: 15.375rem;
    margin-top: 8.125rem;
    width: 100%;
    height: 46.25rem;
    background: url("../assets/img/advertisement/footer-banner-bg.png") no-repeat center center;
    background-size: 100% 100%;
    font-weight: 800;
    font-size: 3.125rem;
    color: #FFFFFF;

}

.profit-list {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: visible;
    padding: 0.9375rem 0;
}

.profit-list-container {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 0.625rem 0;
}

@keyframes scrollItemsRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollItemsLeft {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.profit-list .profit-item {
    margin-right: 1.25rem;
    width: 13.5625rem;
    height: 4.5625rem;
    opacity: 0.5;
    flex-shrink: 0;
    transition: opacity 0.3s ease;
    border-radius: 0.125rem;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    border: 0.0625rem solid transparent;
}

.profit-list .profit-item:hover {
    opacity: 1;
    box-shadow: 0 0.0625rem 2.5rem 0 rgba(252, 51, 78, 0.9);
    border: 0.125rem solid;
    border-image: linear-gradient(0deg, #FD3B50, #FA1D53, #FD5294) 10 10;
}

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

.profit-list-first {
    margin-top: 3.75rem;
}

.profit-list-last {
    margin-top: 1.875rem;
}