.join-us-live-page {
    width: 100%;
    height: 820px;
    background: url(../images/live-bg.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.join-btn-live-page {
    top: 559px;
    left: 0;
}
.live-top-content{
    width: 1200px;
    height: 820px;
    position: relative;
     background: url(../images/live-bg-top.png) no-repeat center;
    background-size: 100% 100%;
}

.live-page-tabs-wrap {
    width: 100%;
    height: 1225px;
    background: url(../images/live-center-bg.png) no-repeat;
    background-size: cover;
}

.live-page-content-wrap {
    flex-direction: column;
}

.live-tab-title {
    font-weight: var(--moka--font-600);
    font-size: var(--moka--font-40);
    color: var(--moka--font-color);
    margin-top: 100px;
}

.live-tabs--wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 37px 0 60px;
    position: relative;
    z-index: 1;
}

.live-tabs--wrap .tabs-item {
    width: 148px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    position: relative;
    z-index: 3;
    color: #100D24;
}
.live-tabs--wrap .active-color {
    color: #000000;
}

.live-tabs--wrap .tabs-item-active {
    width: 148px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}

.live-tabs-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.2s linear;
    opacity: 0;
}
.live-tabs-content-transition{
    opacity: 1;

}

.live-tab-div {
    width: 270px;
    height: 388px;
    position: relative;
    margin-right: 40px;
    margin-bottom: 40px;
}

.live-tab-div span {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    bottom:  4px;
    left: 0;
    font-weight: var(--moka--font-600);
    font-size: var(--moka--font-18);
    color: var(--moka--font-color);
}

.live-tabs-content img {
    width: 270px;
    height: 388px;
    box-sizing: border-box;
    border: 4px solid rgba(255, 255, 255, 0.6);
    border-radius: 17px 65px 17px 65px;
}

.live-tab-div:nth-of-type(4n) {
    margin-right: 0;
}