.bloop {
    height: calc(var(--vh) * 100);
    width: 100%;
    background: #7d30da url(/bloop/images/bg_short.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.bloop .header {
    width: 100%;
    height: 48px;
    z-index: 100;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}
.bloop .header-left {
    width: 24px;
    height: 24px;
}
.bloop .header-right {
    background: #ffffff;
    border-radius: 24px;
    width: 62px;
    height: 24px;
}
.bloop .header-right a {
    font-size: 12px;
    color: #892eff;
    letter-spacing: 0;
    text-align: center;
}
.bloop .header-logo {
    width: 57px;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.bloop .better-title {
    width: 100%;
}
.bloop .better-title .better {
    font-size: 36px;
    color: #a763ff;
    letter-spacing: -0.5px;
}
.bloop .better-title .than {
    font-size: 36px;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 42px;
    font-weight: 400;
    margin-left: 8.5px;
}
.bloop .better-title .omegle {
    font-size: 36px;
    color: #ff8000;
    margin-left: 8.5px;
}
.bloop .better-title .better-des {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0;
    line-height: 25px;
    margin-top: 7px;
}
.bloop .better-title .icons-box {
    margin-top: 17px;
    padding: 0 16px;
}
.bloop .better-title .icon {
    width: 40px;
}
.bloop .better-title .icons-box .icons-item {
    flex: 1;
    margin-right: 10px;
}
.bloop .better-title .icons-box .icons-item:nth-child(4) {
    margin-right: 0;
}
.bloop .better-title .icons-text {
    font-size: 12.74px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    margin-top: 4px;
    transform: skew(-10deg);
    font-weight: 500;
}
.bloop .main {
    overflow-y: auto;
    margin-top: 11px;
    width: 100%;
}
.bloop .content {
    margin-top: 40px;
}
.bloop .content h1 {
    font-size: 65px;
    color: #fff;
    text-align: center;
    line-height: 65px;
    padding-left: 16px;
    padding-right: 16px;
    letter-spacing: -0.8px;
    font-weight: 900;
}
.bloop .btn-free {
    width: 77px;
    height: 26px;
    background: url('/bloop/images/bg_free.svg') no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 19px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    z-index: 50;
}
.bloop .btn-free .skewed {
    transform: skewX(-10deg);
    display: inline-block;
}
.bloop .content .video-chat {
    margin-top: 15px;
}
.bloop .content h1 .best {
    color: #ffd100;
}
.bloop .content h1 .led {
    margin-right: 20px;
}
.bloop .content h2 {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    margin-top: 15px;
    font-weight: 400;
}
.bloop .sign-btns {
    margin: 55px auto 0;
    width: 90%;
    height: 68px;
}
.bloop .sign-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 68px;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    z-index: 20;
    border-radius: 38px;
    background-color: #000;
}
.bloop .sign-text a {
    transform: skew(-10deg);
}
.bloop .sign-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 68px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 38px;
    z-index: 10;
}
.btn-animation {
    animation: btnpulse 1.5s infinite;
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
@keyframes btnpulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scaleX(1.2) scaleY(1.65);
        opacity: 0;
    }
}
.bloop .craving {
    margin-top: 16px;
}
.bloop .crav-img {
    width: 100%;
}
.bloop .crav-text {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
}
.bloop .footer {
    padding: 38px 16px 29px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
}
.bloop .download {
    gap: 16px;
    margin-top: 22px;
}
.bloop .line {
    margin-top: 34px;
    height: 0.5px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.bloop .footer-bottom {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.67);
    letter-spacing: 0;
    margin-top: 21px;
}
.bloop .footer-bottom div {
    margin-top: 8px;
}
.bloop .footer-bottom div:first-child {
    margin-top: 0;
}
.leftMenu {
    width: 240px;
    background: rgba(47, 44, 55, 0.75);
    border-radius: 0px 24px 24px 0px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -240px;
    z-index: 100;
    transition: all 0.3s ease-in-out;
}
.leftBarIn {
    left: -240px;
}
.leftBarOut {
    left: -0;
}
#leftMenu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.leftMenu-item {
    width: 100%;
    height: 59px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
}

.leftMenu-header a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    line-height: 60px;
    width: 100%;
    height: 100%;
    display: flex;
}
.leftMenu-item:active {
    background: rgba(0, 0, 0, 0.1);
}
.bloop .leftMenu-icon {
    width: 90px;
    margin: 61px auto;
}
.loaderWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
}
.loaderWrap.show {
    display: flex;
}

.loaderFirst {
    width: 40px;
    height: 40px;
    aspect-ratio: 1;
    /* 定义径向渐变背景图案 */
    --_s: no-repeat radial-gradient(farthest-side, #fff 94%, #0000);
    background:
        var(--_s) 0 0,
        var(--_s) 100% 0,
        var(--_s) 100% 100%,
        var(--_s) 0 100%;
    background-size: 40% 40%;
    animation: l50 0.5s infinite;
    opacity: 0.6;
}

/* 定义动画关键帧 */
@keyframes l50 {
    100% {
        background-position:
            100% 0,
            100% 100%,
            0 100%,
            0 0;
    }
}
