
.g-s-team-box {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    background: white;
    height: 600px;
    display: flex;
}

.g-s-t-b-left {
    width: 400px;
    min-width: 400px;
    background: linear-gradient(336.13deg, #FFFFFF 15.41%, #D8D8D8 84.73%);
    display: flex;
    align-items: flex-end;
}
.g-s-t-b-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.g-s-t-b-right {
    width: 800px;
    min-width: 400px;
    background-image: url("../images/team/circle6.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 24px 0;
}
.g-s-t-b-r-block1 {
    font-family: 'Source Han Serif CN';
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 8px;
}
.g-s-t-b-r-block2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #707070;
    margin-bottom: 46px;
}
.g-s-t-b-r-block3 {
}
.g-s-t-b-r-b3-img {
    width: 24px;
    margin-left: 3px;
    margin-bottom: 6px;
}
.g-s-t-b-r-b3-text {
    font-family: 'Source Han Serif CN';
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
}
.g-s-t-b-r-block4 {
    position: absolute;
    bottom: 32px;
}
.g-s-t-b-r-b4-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-gray02-color);
}
.g-s-t-b-r-b5-text {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}


@media (min-width: 768px) { /* 屏幕宽度大于768px */
    /*.g-s-b-close-block {*/
    /*    display: none;*/
    /*}*/
}
@media (max-width: 768px) { /* 屏幕宽度小于768px */
    .g-s-team-box {
        box-sizing: border-box;
        width: 100vw;
        height: calc(100vh - 80px);
        flex-wrap: wrap;
        overflow-y: auto;
    }
    .g-s-t-b-left {
        width: 100%;
        min-width: 0;
        height: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .g-s-t-b-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .g-s-t-b-right {
        background-image: url("../images/team/circle3.svg");
        width: 100%;
        min-width: 0;
        padding: 24px;
    }
    .g-s-t-b-r-block1 {
        font-weight: 900;
        font-size: 20px;
        line-height: 20px;
    }
    .g-s-t-b-r-block2 {
        margin-bottom: 24px;
    }

    .g-s-t-b-r-b3-img {
        width: 32px;
        margin-left: 0;
    }
    .g-s-t-b-r-b3-text {
        font-weight: 900;
        font-size: 20px;
        line-height: 30px;
        max-width: 256px;
    }

    .g-s-t-b-r-block4 {
        position: relative;
        bottom: 0;
        margin-top: 24px;
    }
    .g-s-t-b-r-b5-text {
        margin-bottom: 24px;
    }

}
@media screen and (min-width: 768px) and (max-width: 1024px) { /* 屏幕宽度 [768,1024] */
    .g-s-team-box {
        box-sizing: border-box;
        width: 640px;
        height: 600px;
        overflow-y: auto;
    }
    .g-s-t-b-left {
        width: 50%;
        min-width: 320px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .g-s-t-b-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .g-s-t-b-right {
        background-image: url("../images/team/circle3.svg");
        width: 100%;
        min-width: 320px;
        padding: 24px;
    }
    .g-s-t-b-r-block1 {
        font-weight: 900;
        font-size: 20px;
        line-height: 20px;
    }
    .g-s-t-b-r-block2 {
        margin-bottom: 24px;
    }

    .g-s-t-b-r-b3-img {
        width: 32px;
        margin-left: 0;
    }
    .g-s-t-b-r-b3-text {
        font-weight: 900;
        font-size: 20px;
        line-height: 30px;
        max-width: 256px;
    }

    .g-s-t-b-r-block4 {
        position: absolute;
        bottom: 32px;
    }
    .g-s-t-b-r-b5-text {
        margin-bottom: 24px;
    }

}