

.join-us-wrap {
    width: 100%;
    height: 820px;
    background: url(../images/index-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

/* 729*419px 690*397px  12  1431*/

.index-top-bg-wrap {
    width: 1431px;
    height: 419px;
    padding-top: 185px;
    display: flex;
    position: relative;
}

.index-bg-left {
    width: 729px;
    height: 419px;
    margin-right: 12px;
}

.index-bg-right {
    width: 690px;
    height: 397px;
    margin-top: 22px;
}

.join-btn {
    width: 228px;
    height: 66px;
    background: #FFFFFF;
    box-shadow: 0px 30px 48px 0px rgba(0, 0, 0, 0.05);
    border-radius: 75px;
    position: absolute;
    top: 519px;
    left: 46px;
}

.join-text {
    color: var(--moka--font-color);
    font-size: var(--moka--font-24);
    font-weight: var(--moka--font-600);
    padding-right: 25px;
}

.join-img {
    width: 20px;
    height: 20px;
    animation: arrowLeftAnimateAdd 1.5s linear infinite;
    position: absolute;
    right: 0px;
}

@keyframes arrowLeftAnimateAdd {
    0% {
        right: 56px;
    }

    50% {
        right: 38px;
    }

    100% {
        right: 56px;
    }

}

.num-total-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -79px;
    transform: translateX(-50%);
    z-index: 9;
}

.num-item {
    width: 290px;
    height: 176px;
    font-family: dinBold;
    position: relative;
    margin: 0 7px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px 24px 24px 24px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    backdrop-filter: blur(29.5px)
}

.num-item>span:nth-of-type(1) {
    font-weight: var(--moka--font-600);
    font-size: 46px;
}

.num-item>span:nth-of-type(2) {
    color: var(--moka--font-color);
    font-size: var(--moka--font-16);
}

.moka-center-text-wrap {
    height: 467px;
    background: url(../images/moka-index-text-bg.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.moka-center-text-content .top-text {
    display: flex;
    margin-bottom: 60px;
}

.moka-center-text-content .text-title {
    font-weight: var(--moka--font-600);
    font-size: var(--moka--font-40);
    display: flex;
    align-items: baseline;
    margin-right: 60px;
    white-space: nowrap;
    /* flex-wrap: nowrap; */
}

.moka-center-text-content .text-title h3:nth-of-type(1) {
    color: #FD2B54;
    margin-right: 12px;
}

.moka-center-text-content .text-title h3:nth-of-type(2) {
    color: var(--moka--font-color);
}

.moka-center-text-content p {
    color: var(--moka--font-color);
    font-size: var(--moka--font-18);
    line-height: 32px;
}

.moka-center-text-content .text-title .right-line {
    width: 36px;
    height: 6px;
    background: var(--moka--font-color);
    margin-left: 8px;
}


.moka-center-text-content .bottom-text {
    margin-bottom: -60px;
}

.live-type-wrap {
    width: 100%;
    height: 764px;
    background: url('../images/live-tab-bg.png') no-repeat center;
    background-size: 100% 100%;
 
          overflow: hidden;
       
}

.live-content {
    flex-direction: column;
}

.live-content>.title {
    font-weight: var(--moka--font-600);
    font-size: var(--moka--font-40);
    color: #FFFFFF;
    margin-top: 80px;
}

.live-content>.tabs-wrap {
    width: 820px;
    height: 72px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 18px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: var(--moka--font-600);
    font-size: var(--moka--font-20);
    margin: 30px 0 80px;
    position: relative;
    z-index: 1;
}

.live-content>.tabs-wrap>.tab-item {
    width: 148px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    position: relative;
    z-index: 3;
    color: #404040;
    /* transition: all 0.3s linear; */
}

.live-content>.tabs-wrap>.tab-active {
    width: 148px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 18px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}
.live-content>.tabs-wrap>.active-color{
    color: #100D24;

}

.tab-content {
    width: 988px;
    height: 355px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px 30px 30px 30px;
    border: 2px solid #FFFFFF;
    border-image: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    position: relative;
}

.tab-content>.star {
    width: 162px;
    height: 162px;
    position: absolute;
    left: 240px;
    top: -56px;
}

.tab-content>.pk-text {
    width: 217px;
    height: 65px;
    background: url('../images/pk-bg.png') no-repeat center;
    background-size: 100% 100%;
    margin-top: 99px;
    margin-left: 13px;
    position: relative;
}

.tab-content>.pk-text>.text-title {
    position: absolute;
    font-size: var(--moka--font-40);
    font-weight: var(--moka--font-600);
    top: -12px;
    left: 27px;
    opacity: 0;
    transition: all 0.3s linear;
}

.tab-content>.pk-text>.text-transition {
    opacity: 1;

}

.tab-content>.pk-desc {
    color: rgba(16, 13, 36, 0.8);
    font-size: var(--moka--font-18);
    margin-top: 13px;
    margin-left: 40px;
    line-height: 32px;
    opacity: 0;
    transition: all 0.3s linear;
}

.tab-content>.text-transition {
    opacity: 1;

}

.tab-content>.tab-img-wrap>.tab-img {
    width: 294px;
    height: 435px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    right: 56px;
    opacity: 1;
    transform: translateY(-50%);
    border-radius: 30px;
    z-index: 8;

}




.tab-content>.tab-img-wrap>.tab-img-transition {
    animation: tab-img-animation 0.4s linear;
}

@keyframes tab-img-animation {
    0% {
        opacity: 0;
        right: -600px;
    }

    50% {
        opacity: 0.5;
        right: -300px;
    }

    100% {
        opacity: 1;
        right: 56px;
    }
}

.tab-content>.tab-img-wrap>.tab-img-top {
    z-index: 9;
    position: absolute;
    transform: scale(1);
}

.tab-content>.tab-img-wrap>.tab-img-top-1 {
    width: 249px;
    height: 153px;
    top: -65px;
    right: -105px;
}

.tab-content>.tab-img-wrap>.tab-img-top-2 {
    width: 230px;
    height: 154px;
    top: -53px;
    right: -105px;
}

.tab-content>.tab-img-wrap>.tab-img-top-3 {
    width: 239px;
    height: 141px;
    top: -49px;
    right: -105px;
}

.tab-content>.tab-img-wrap>.tab-img-top-4 {
    width: 225px;
    height: 140px;
    top: -48px;
    right: -105px;
}

.tab-content>.tab-img-wrap>.tab-img-top-5 {
    width: 243px;
    height: 168px;
    top: -65px;
    right: -105px;
}


.tab-content>.tab-img-wrap>.tab-img-bottom {
    position: absolute;
    z-index: 9;
    transform: scale(1);
}

.tab-content>.tab-img-wrap>.tab-img-bottom-1 {
    width: 108px;
    height: 116px;
    bottom: 22px;
    right: 306px;
}

.tab-content>.tab-img-wrap>.tab-img-bottom-2 {
    width: 112px;
    height: 125px;
    bottom: 10px;
    right: 308px;
}

.tab-content>.tab-img-wrap>.tab-img-bottom-3 {
    width: 145px;
    height: 174px;
    bottom: 34px;
    right: 288px;
}

.tab-content>.tab-img-wrap>.tab-img-bottom-4 {
    width: 138px;
    height: 179px;
    bottom: 24px;
    right: 296px;
}

.tab-content>.tab-img-wrap>.tab-img-bottom-5 {
    width: 138px;
    height: 200px;
    bottom: 23px;
    right: 277px;
}

.tab-content>.tab-img-wrap>.tab-img-top-bottom-animation {
    animation: tab-img-topBottomAnimation 0.9s linear;
}

@keyframes tab-img-topBottomAnimation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}