.banner {
    box-sizing: border-box;
    margin-top: 9.0625rem;
    padding-top: 3.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 68.125rem;
    background: url("../assets/img/liveSstreaming/banner-bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.banner-title {
    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: 18px;
    color: #FFFFFF;
}

.banner-img {
    margin-top: 3.375rem;
    position: relative;
    width: 58.4375rem;
    height: 34.25rem;
    background: url("../assets/img/liveSstreaming/banner-img.png") no-repeat center center;
    background-size: 100% 100%;
}

.banner-img-phone {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11.8125rem;
    height: 24rem;
}

.banner-img-phone img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.banner-img-phone .item-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3.125rem;
    overflow: hidden;
    z-index: 1;
}

.banner-img-phone .item-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-img-phone img {
    width: 100%;
    height: 100%;
}

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

.generate-list {
    margin-top: 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.generate-list-item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 28.375rem;
    height: 15rem;
    border-radius: 1.25rem;
    border: 0.0625rem solid transparent;
    background-image: linear-gradient(180deg, #08080c 0%, #141425 100%), linear-gradient(to right, #755fff, #ffb076);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

.generate-list-item .item-img {
    width: 5rem;
    height: 3.875rem;
}

.generate-list-item .item-img img {
    width: 100%;
    height: 100%;
}

.item-text {
    margin-top: 2.5rem;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
}

.item-text .item-left {

    font-weight: 800;
    font-size: 2.5rem;
    color: #FFFFFF;
    background: linear-gradient(90deg, #DE12B6 0%, #F34C67 53.9794921875%, #FF9712 98.779296875%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item-text .item-right {
    margin-left: 0.625rem;
}

.scene {
    margin-top: 8.125rem;
}

.scene-nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4.125rem;
}

.scene-nav-list .nav-item {
    width: calc(100% / 5);
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    color: #8E8E8E;
    cursor: pointer;
}

.scene-nav-list .nav-item.active {
    position: relative;
    font-weight: 500;
    font-size: 1.25rem;
    color: #FC344F;
}

.scene-nav-list .nav-item.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.875rem;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background: linear-gradient(90deg, #FD3B50 0%, #FA1D53 52%, #FD5294 100%);
    box-shadow: 0 0.0625rem 0.9375rem 0.0625rem #FC334E;
    border-radius: 2px;
}

.scene-nav-line {
    margin-top: 0.75rem;
    width: 100%;
    height: 0.25rem;
    background: #2C2C2C;
    border-radius: 2px;
}

.scene-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.875rem;
    width: 100%;
    height: 29.9375rem;
    background: linear-gradient(90deg, #AE9384 0%, #A7867A 100%);
    border-radius: 15rem;
    box-shadow: 0 0 3.125rem rgba(174, 147, 132, 0.3),
    0 0 6.25rem rgba(174, 147, 132, 0.2),
    0 0 9.375rem rgba(174, 147, 132, 0.1);
    animation: glowPulse 3s infinite;
}

@keyframes glowPulse {
    0% {
        box-shadow: 0 0 3.125rem rgba(174, 147, 132, 0.3),
        0 0 6.25rem rgba(174, 147, 132, 0.2),
        0 0 9.375rem rgba(174, 147, 132, 0.1);
    }
    50% {
        box-shadow: 0 0 3.75rem rgba(174, 147, 132, 0.4),
        0 0 7.5rem rgba(174, 147, 132, 0.3),
        0 0 11.25rem rgba(174, 147, 132, 0.2);
    }
    100% {
        box-shadow: 0 0 3.125rem rgba(174, 147, 132, 0.3),
        0 0 6.25rem rgba(174, 147, 132, 0.2),
        0 0 9.375rem rgba(174, 147, 132, 0.1);
    }
}

.scene-content .scene-phone {
    position: relative;
    width: 16.8125rem;
    height: 34.3125rem;
    border-radius: 3.125rem;
    overflow: hidden;
}

.scene-phone img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.scene-phone .swiper-item {
    position: absolute;
    top: 0;
    left: 0.3125rem;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.scene-phone .swiper-item .item-video {
    width: 96%;
    height: 99%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.scene-phone .swiper-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scene-btn {
    position: absolute;
    width: 3.75rem;
    height: 3.75rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(0.3125rem);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.scene-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.scene-btn img {
    width: 1.5rem;
    height: 1.5rem;
}

.prev-btn {
    transform: rotate(180deg);
    left: 6.25rem;
}

.next-btn {
    right: 6.25rem;
}

.oral-broadcasting {
    margin-top: 8.125rem;
}

.oral-broadcasting-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6.25rem;
    perspective: 1000px;
    position: relative;
    z-index: 1;
}

.broadcasting-item {
    position: relative;
    width: 16.75rem;
    height: 27.5rem;
    background: linear-gradient(0deg, #F7AA80 0%, #FFE1BF 100%);
    border-radius: 8.375rem;
    transition: all 0.5s ease;
    animation: floatAnimation 4s infinite ease-in-out;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform-style: preserve-3d;
    opacity: 0;
    transform: translateY(3.125rem);
}

.broadcasting-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.broadcasting-item:hover {
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.broadcasting-item.clicked {
    animation: pulse 0.3s forwards;
}

.broadcasting-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%);
    border-radius: 8.375rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.broadcasting-item:hover::after {
    opacity: 1;
}

/* 为每个项目设置不同的动画延迟，创造错落感 */
.broadcasting-item:nth-child(1) {
    animation-delay: 0s;
    transition-delay: 0s;
}

.broadcasting-item:nth-child(2) {
    background: linear-gradient(0deg, #107AFD 0%, #A2C5FF 100%);
    margin-bottom: 4.8125rem;
    animation-delay: 0.8s;
    transition-delay: 0.2s;
}

.broadcasting-item:nth-child(3) {
    background: linear-gradient(0deg, #FDDFE7 0%, #FFA7D1 100%);
    animation-delay: 0.4s;
    transition-delay: 0.4s;
}

.broadcasting-item:nth-child(4) {
    background: linear-gradient(0deg, #D8DE9E 0%, #FCCD65 100%);
    margin-bottom: 4.8125rem;
    animation-delay: 1.2s;
    transition-delay: 0.6s;
}

.broadcasting-item:nth-child(5) {
    background: linear-gradient(0deg, #CDFDFF 0%, #1FB8BD 100%);
    animation-delay: 0.6s;
    transition-delay: 0.8s;
}

.broadcasting-item img {
    position: absolute;
    bottom: 0;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    transform: translateZ(1.25rem);
}

.broadcasting-item:hover img {
    transform: translateY(-0.625rem) translateZ(3.125rem) scale(1.05);
}

.broadcasting-item:nth-child(1) img {
    width: 16.125rem;
    height: 24.125rem;
}

.broadcasting-item:nth-child(2) img {
    width: 17.5rem;
    height: 25rem;
}

.broadcasting-item:nth-child(3) img {
    right: 0.625rem;
    width: 15.25rem;
    height: 19.875rem;
}

.broadcasting-item:nth-child(4) img {
    right: 0.1875rem;
    width: 16.3125rem;
    height: 22.125rem;
}

.broadcasting-item:nth-child(5) img {
    right: 0.1875rem;
    width: 15.6875rem;
    height: 18.875rem;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* 上下浮动动画 */
@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.9375rem);
    }
}

.link {
    margin-top: 8.125rem;
}

.link-content {
    margin-top: 3.75rem;
    width: 89.1875rem;
    height: 32.125rem;
}

.link-content img {
    width: 100%;
    height: 100%;
}

.compare,
.choose {
    margin-top: 8.125rem;
}

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

.compare-content .vs {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-60%, -60%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.25rem;
    height: 6.25rem;
    background: #000000;
    border-radius: 50%;
    z-index: 1;
}

.compare-content .vs span {
    font-weight: bold;
    font-size: 3.125rem;
    color: #FC344F;
    text-shadow: 0 0.0625rem 0.625rem #FC334E;
    background: linear-gradient(90deg, #FD3B50 0%, #FA1D53 51.7822265625%, #FD5294 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.compare-content .content-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 47.125rem;
    height: 44.5625rem;
    background: #F6F0F0;
    border-radius: 1.5rem;
}

.compare-content .content-left .left-top {
    margin-top: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11rem;
    height: 4rem;
    background: #FFFFFF;
    border-radius: 2rem;
    font-weight: 800;
    font-size: 1.5rem;
    color: #3A3A3A;
}

.compare-content .content-right {
    width: 53rem;
    height: 48.5rem;
    background: url("../assets/img/liveSstreaming/compare-bg.png") no-repeat center center;
    background-size: 100% 100%;
    transform: translateX(-7.5rem);
}

.choose-content {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 42.5625rem;
    background: url("../assets/img/liveSstreaming/bg-bottom.png") no-repeat center center;
    background-size: 100% 100%;
}

.choose-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.choose-list .choose-item {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.choose-item .item-title {
    margin-bottom: 1.75rem;
    font-weight: 800;
    font-size: 2.5rem;
    color: #FFFFFF;
}

.choose-item .item-desc {
    width: 20.5rem;
    height: 2rem;
    display: flex;
    align-items: flex-start;
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
}

.choose-item:nth-child(n+4) {
    margin-top: 6.75rem;
}

.left-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.left-top-item {
    margin-top: 0.75rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 25.1875rem;
}

.left-top-item:nth-child(-n+5) {
    border-bottom: 0.0625rem solid rgba(96, 96, 100, 0.3);

}


.left-top-item .item-title {
    display: flex;
    font-weight: 800;
    font-size: 1.25rem;
    color: #60605E;
}

.left-top-item .item-title .item-title-img {
    margin-right: 0.3125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
}

.left-top-item .item-title .item-title-img img {
    width: 100%;
    height: 100%;
}

.left-top-item .item-desc {
    margin: 1rem 0;
    font-weight: 500;
    font-size: 0.875rem;
    color: #878382;
}

.left-top-item:nth-child(6) .item-desc {
    margin-bottom: 0;
}

.content-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-right .right-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    width: 12.5rem;
    height: 4.25rem;
    background: #FFFFFF;
    border-radius: 2.125rem;

}

.right-top-tittle {
    font-weight: 800;
    font-size: 1.875rem;
    color: #FC344F;
    background: linear-gradient(90deg, #DE12B6 0%, #F34C67 53.9794921875%, #FF9712 98.779296875%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.right-top-item {
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 33.6875rem;
}


.right-top-item:nth-child(-n+5) {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}


.right-top-item .item-title {
    display: flex;
    font-weight: 800;
    font-size: 1.5rem;
    color: #FFFFFF;
}

.right-top-item .item-title .item-title-img {
    margin-right: 0.75rem;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
}

.right-top-item .item-title .item-title-img img {
    width: 100%;
    height: 100%;
}

.right-top-item .item-desc {
    margin: 0.625rem 0 1.25rem;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.83;
}