
/*@media screen and (min-width: 300px) and (max-width: 820px) {*/
/*    .Teamdetails-right-text {*/
/*        font-size: 16px !important;*/
/*    }*/

/*    .swiper-slide {*/
/*        width: 10rem !important;*/
/*    }*/

/*    .Teamdetails-right-text li {*/
/*        font-size: 12px !important;*/
/*        line-height: 1.5 !important;*/
/*    }*/

/*    .Teamdetails-container {*/
/*        height: auto !important;*/
/*        width: 100% !important;*/
/*    }*/

/*    .Teamdetails-right {*/
/*        width: 100% !important;*/
/*    }*/

/*    .close img {*/
/*        height: 1.5rem !important;*/
/*        width: 1.5rem !important;*/
/*    }*/

/*    .Teamdetails-left {*/
/*        display: none;*/
/*    }*/

/*    .pc {*/
/*        display: none !important;*/
/*    }*/

/*    .web {*/
/*        display: flex !important;*/
/*    }*/

/*    .introduction-main {*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*    }*/

/*    .introduction-container {*/
/*        width: auto !important;*/
/*        height: auto !important;*/
/*    }*/

/*    .container-title-background {*/
/*        font-size: 60px !important;*/
/*    }*/

/*    .TeamdetailsBox {*/
/*        height: 100vh !important;*/
/*        width: 100vw !important;*/
/*    }*/

/*    .container-title-above {*/
/*        font-size: 30px !important;*/
/*    }*/

/*    .container-bottom span {*/
/*        margin-top: 10px;*/
/*        font-size: 28px !important;*/
/*        line-height: 1.5 !important;*/
/*    }*/

/*    .container-bottom span:last-child {*/
/*        font-size: 18px !important;*/
/*    }*/

/*    .introduction-container img {*/
/*        width: 10rem !important;*/
/*        height: auto !important;*/
/*    }*/
/*}*/

.Teamdetails-right-text {
    font-size: 0.2rem;
    line-height: 2;
    display: flex;
    flex-direction: column;
}

.Teamdetails-right-text span {
    margin-bottom: 0.2rem;
}

.container-bottom span:nth-child(1) {

    font-family: 'Alibaba PuHuiTi-Bold';
}

.container-bottom span:nth-child(2) {

    font-family: 'Alibaba PuHuiTi-Regular';
}

.Teamdetails-right-text li {
    font-family: 'Alibaba PuHuiTi-Regular';
}

.pc {
    display: flex;
}

.introduction-main.web {
    display: none;
}

.swiper-slide {
    width: 4.575rem;
}

.swiper-container {
    width: 100%;
}

.close {
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    display: flex;
}

.close img {
    height: 0.35rem;
    width: 0.35rem;
}

.close:hover {
    cursor: pointer
}

.Teamdetails-right-text {
    padding-top: .5rem;
}

.Teamdetails-right-text li {
    line-height: .5rem;
    font-size: 0.225rem;
    color: #333333;
    letter-spacing: 0.72px;
    padding-bottom: 0.5rem;
}

.Teamdetails-right {
    width: 8.25rem;
    height: 100%;
    background: #fff;
}

.Teamdetails-right-container {

    padding-left: 0.625rem;
    padding-top: 0.75rem;
    padding-right: 0.75rem;


}

.Teamdetails-left img {
    width: 7.25rem;
    height: 10.25rem;
    object-fit: cover;
}

.Teamdetails-container {
    width: 15.5rem;
    height: 10.25rem;
    display: flex;
    position: relative;
}

.introduction-box {}

.TeamdetailsBox {
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-bottom {
    display: flex;
    flex-direction: column;
}

.container-bottom span {
    color: #333333;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.475rem;
}

.introduction-container {
    display: flex;
    height: 8.1625rem;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1.25rem;
    width: 4.575rem;
}

.container-bottom span:last-child {
    font-weight: 400;
    padding-top: .0875rem;
    font-size: 0.2rem;
    line-height: .2375rem;
}

.introduction-container img {
    width: 4.075rem;
    height: 6.725rem;
}

.introduction-container img:hover {
    cursor: pointer;
    box-shadow: 10px 10px 1px -1px #144297;
}

.introduction-main {
    padding-left: 3.25rem;

    padding-right: 3.25rem;
    justify-content: space-between;
    padding-top: 0.5rem;
}

* {
    padding: 0;
    margin: 0;
}

.container-title {
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
}

.container-title-background {
    font-size: 1.375rem;
    font-family: Source Han Serif CN-Heavy, Source Han Serif CN;
    font-weight: 800;
    color: #f0f4f9;
    position: relative;
}

.container-title-background>span{
    
}

.container-title-above {
    font-family: 'Alibaba PuHuiTi-Bold';
    top: 0.85rem;
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;

    font-size: 0.5rem;
    color: #144297;
    text-shadow: 0.053333rem 0.053333rem 0.08rem rgba(0,0,0,.2);
}









@media (max-width: 1042px) {
    .Teamdetails-right-text {
        font-size: 12px;
        max-height: 5rem;
        overflow-y: auto;
    }
    .Teamdetails-right-text li {
        font-size: 12px;
        line-height: 1.5;
    }

    .Teamdetails-container {
        height: auto;
        width: 90%;
        flex-wrap: wrap;
        background: #fff;
        padding: 0.6rem;
        box-sizing: border-box;
    }
    
    .Teamdetails-right {
        width: 100%;
    }
    .Teamdetails-right-container{
        padding: 0;
    }
    .close{
        top: 0.4rem;
        right: 0.4rem;
    }
    .close img {
        height: 0.8rem;
        width: 0.8rem;
    }

    .Teamdetails-left {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .Teamdetails-left img{
        width: 60%;
        height: auto;
    }
    .pc {
        display: none;
    }

    .web {
        display: flex;
        height: auto;
        padding: 0 0.4rem;
        box-sizing: border-box;
        overflow: hidden;
    }

    .introduction-main {
        flex-direction: column;
        align-items: center;
    }

    .introduction-container {
        width: auto;
        height: auto;
        padding-top: 0.6rem;
    }

    .container-title-background {
        font-size: 1rem;
    }

    .TeamdetailsBox {
        height: 100%;
        /* width: 100vw; */
    }

    .container-title-above {
    font-size: 0.5rem;
    top: 50%!important;
    transform: translateY(-50%);
    }

    .container-bottom span {
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.5;
    }

    .container-bottom span:last-child {
        font-size: 14px;
        margin-top: 0;
        line-height: 1.4;
    }

    .introduction-container img {
        width: 100%;
        height: auto;
    }
}