@media (max-width: 768px) {
    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 48px;
        z-index: 40;
    }

    .top-bg {
        background-image: radial-gradient(circle at 0% 0%, #FF3F4F 0%, #010001 60%);
        height: 296px;
    }

    .bottom-bg {
        background-image: radial-gradient(circle at 100% 100%, #FF3F4F 0%, #010001 30%);
        height: 409px;
    }

    .better-title {
        margin-top: 20px;
        width: 100%;
        padding: 0 16px;

        span {
            line-height: 68px;
        }
    }

    .better-title .better {
        font-size: 64px;
        color: #FF3F4F;
        font-weight: 900;
    }

    .better-title .than {
        font-size: 64px;
        color: #fff;
        font-weight: 900;
    }

    .better-title .omegle {
        font-size: 64px;
        color: #FF8000;
        font-weight: 900;
    }

    .better-des1 {
        display: none;
    }

    .better-des2 {
        z-index: 40;
        margin-top: 32px;
    }

    .icons-box {
        margin-top: 14px;
    }

    .download-below1 {
        font-size: 15px;
        color: #FFFFFF;
        line-height: 20px;
        font-weight: 400;
    }

    .download-below2 {
        display: none;
    }

    .finger-pointer {
        margin-left: 9px;
        width: 20px;
        height: 20px;
    }

    .download-line {
        width: 100%;
        padding: 0 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .download-line2 {
        display: none;
    }

    .left-swipe {
        margin-top: 39px;
        width: 856px;
        overflow-x: hidden;
        scrollbar-width: none;
    }

    .right-swipe {
        display: none;
    }

    .swiper {
        width: 100%;
        height: 484px;
    }

    .footer-part {
        z-index: 40;
        width: 100%;
        padding: 0 16px;
        margin-top: 40px;
    }

    .spliter {
        width: 100%;
        height: 0.5px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .footer-text {
        font-size: 12px;
        color: #999999;
        text-align: center;
        font-weight: 400;
    }
}

@media (min-width: 768px) {
    .pc-full {
        height: calc(var(--vh) * 100);
    }

    .content {
        display: flex;
        flex-direction: row;
        padding-left: 110px;
        padding-right: 140px;
        padding-top: 175px;
        justify-content: center;
        align-items: center;
        z-index: 40;
    }

    .top-bg {
        background-image: radial-gradient(circle at 0% 0%, #FF3F4F 0%, #010001 30%);
        height: calc(var(--vw) * 30);
    }

    .bottom-bg {
        background-image: radial-gradient(circle at 100% 100%, #FF3F4F 0%, #010001 20%);
        height: calc(var(--vw) * 20);
    }

    h1 {
        display: flex;
        justify-content: center;
    }

    .better-title {
        width: 100%;
        padding: 0 16px;

        span {
            margin-right: 16px;
            white-space: nowrap;
            line-height: 72px;
        }
    }

    .better-title .better {
        font-size: 60px;
        color: #FF3F4F;
        font-weight: 900;
    }

    .better-title .than {
        font-size: 60px;
        color: #fff;
        font-weight: 900;
    }

    .better-title .omegle {
        font-size: 60px;
        color: #FF8000;
        font-weight: 900;
    }

    .better-des1 {
        margin-top: 11px;
    }

    .better-des2 {
        display: none;
    }

    .icons-box {
        margin-top: 20px;
        padding: 0 90px;
    }

    .download-below1 {
        display: none;
    }

    .download-below2 {
        font-size: 18px;
        color: #FFFFFF;
        line-height: 22px;
        font-weight: 400;
    }

    .finger-pointer {
        margin-left: 6px;
        width: 30px;
        height: 30px;
    }

    .download-line {
        display: none;
    }

    .download-line2 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .left-side {
        max-width: 650px;
    }

    .left-swipe {
        display: none;
    }

    .right-swipe {
        margin-left: 80px;
        width: 294px;
        flex-shrink: 0;
        position: relative;
    }

    .swiper {
        width: 100%;
        height: 523px;
    }

    .footer {
        width: 100%;
        padding: 0 16px;
        margin-top: 40px;
    }

    .footer-part {
        z-index: 40;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0 16px;
    }

    .spliter {
        display: none;
    }

    .footer-text {
        font-size: 11px;
        color: #999999;
        text-align: center;
        font-weight: 400;
    }
}

.w-full {
    width: 100%;
}

.flex-row-center {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.better-des {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    padding: 0 16px;
}

.better-title .icon {
    width: 40px;
}

.better-title .icons-box .icons-item {
    flex: 1;
}

.better-title .icons-text {
    font-size: 12.74px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-style: italic;
    font-weight: 700;
}

.flex-grow {
    display: flex;
    flex: 1;
    min-width: 0;
}

.download-box {
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc((var(--vw) * 100 - 32px)* 0.6 / 4);
}

.download-box2 {
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}

.rate-line {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 198px;
    height: 20px;
    margin-top: 12px;
}

.rate-line2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 156px;
    height: 20px;
    margin-top: 12px;
}

.top-bg {
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 39;
}

.bottom-bg {
    opacity: 0.37;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 39;
}

.swiper-wrapper {
    align-items: center;
    /*transition: transform 0.2s ease-in-out !important;*/
    /*transition-timing-function: ease-in-out !important;*/
}

.swiper-slide {
    transition: transform 0.5s ease-in-out !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.swiper-slide-prev {
    /*height: 446px !important;*/
    transform: scale(0.92) !important;
}

.swiper-slide-next {
    /*height: 446px !important;*/
    transform: scale(0.92) !important;
}

.swiper-indicator {
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.indicator-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5C5C5C;
    cursor: pointer;
}

.indicator-dot.active {
    width: 10px;
    height: 10px;
    background: linear-gradient(180deg, #F92270 0%, #FF8001 100%);
}