.section-block {
    padding-top: 15px;
    padding-bottom: 40px;
}
.headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 0px 50px 0px
}
.headline> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
}
.headline .sub {
    font-size: 1.4rem;
    margin-top: 1rem !important;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: #02A4B8;
    font-family: 'Noto Sans SC', sans-serif;
}

.headline .main {
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}
.headline .text {
    text-align: left;
    margin-top: 4% !important;
    padding: 0 5%;
    line-height: 1.6rem;
    font-size: .75rem;
    color: #323E48;
}

.headline .main:before {
    --tw-content: "";
    content: var(--tw-content);
    height: 6px;
    width: 60px;
    border-radius: 5px;
    background: linear-gradient(to bottom,
            rgba(29, 174, 198, 1),
            rgba(105, 214, 100, 1));
}

.headline .main>* {
    position: relative;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 20px;
}

.section-medical{
    padding-bottom: 0px;
}
.col-span-3{
    background-color: var(--main-color);
    height: 100%;
}
.left-slide{
    background-color: var(--main-color);
    height: 100%;
}
.left-slide .area{
    text-align: center;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 25px 10px;
}
.left-slide .area img{
    width: auto;
}

.left-slide .menu{
    display: flex;
    flex-direction: column;
}

.left-slide .menu>li {
    border-top-width: 1px;
    border-style: solid;
    border-color: #eaeaea54;
    cursor: pointer;
}

.left-slide .menu .nav-link {
    position: relative;
    padding: .9rem 0rem .9rem 1rem;
    font-size: 1rem;
    font-weight: bold;
    --tw-text-opacity: 1;
    color: white;
}

.left-slide .menu .nav-link:after {
    position: absolute;
    top: 50%;
    right: .8rem;
    height: 1rem;
    width: 1rem;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-content: "";
    content: var(--tw-content);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABkSURBVHgB7czRCYAwDEXRF3BPdRLrKI7mJDEFxRIUk9af0l7IT5oeoFdnzDzJjPgjgQLfBZSksDJUYcs5eajGkr0ffcOy0C/MhVoxM+rBntBrNyTvc7whog3G5HYVa4//0GuoA1Gp4FHWavDBAAAAAElFTkSuQmCC);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, height 0.3s ease-out;
}

.left-slide .menu .nav-link.active::after {
    --tw-rotate: 180deg;
}

.left-slide .menu .list {
    opacity: 0;
    transform: translateY(-10px);
    height: 0;
    overflow: hidden;
    list-style: none;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, height 0.3s ease-out;
}

.left-slide .menu .list a {
    text-align: center;
    display: block;
    padding: 14px 8px;
    width: 100%;
    font-size: .77rem;
    color: #72CCDB;
}
.left-slide .menu .list a:hover ,
.left-slide .menu .list li.active a {
    color: white;
}

.left-slide .menu .list.show {
    padding: 5px 0px 10px 0px;
    opacity: 1;
    transform: translateY(0);
    height: auto;
}
.team-content .team-item .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.team-content .team-item .top img{
    width: auto;
}
.team-content .team-item .top .basic-introduction{
    display: flex;
    padding: 5px 0px;
    gap: .7rem;
    width: 100%;
    flex-direction: column;
}
.team-content .team-item .top .basic-introduction .post{
    font-size: 1rem;
}
.team-content .team-item .top .basic-introduction .name{
    font-size: 1.5rem;
    font-weight: bold;
}
.team-content .team-item .top .basic-introduction .line{
    width: 100%;
    margin-bottom: 8px;
    height: 2px;
    background: linear-gradient(to bottom,
            rgba(29, 174, 198, 1),
            rgba(105, 214, 100, 1));
}
.team-content .team-item .top .basic-introduction .job span{
    display: block;
    white-space: nowrap;
    color:#666666;
}

.team-content .team-item .bottom{
    display: flex;
    margin-top: 15px;
    padding: 10px 15px;
    flex-direction: column;
    gap: .8rem;
    background-color: #F6F9FA;
}
.team-content .team-item .bottom div:first-child{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team-content .team-item .bottom div:first-child span:first-child{
    font-weight: bold;
    font-size: 1.25rem;
}
.team-content .team-item .bottom div:first-child span:last-child{
    display: block;
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    padding: 4px 7px;
    border-radius: 45px;
    font-size: .9rem;
    position: relative;
}
.team-content .team-item .bottom div:first-child span:last-child::after{
    position: absolute;
    content: '';
    width: 9px;
    left: -5px;
    top: 10px;
    height: 9px;
    border-radius: 100%;
    background: #69D664;
}
.team-content .team-item .bottom div:last-child{
    color: #666666;
    line-height: 1.6rem;
    font-size: 1.15rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section-medical-detail-breadcrumb ol li{
    display: inline-flex;
    align-items: center;
    color: #999999;
    font-size: .9rem;
}
.section-medical-detail-breadcrumb ol li a{
    display: inline-flex;
    align-items: center;
}
.section-medical-detail-breadcrumb ol li + li::before {
    float: left;
    padding-right: .7rem;
    color: #999999;
    content: var(--bs-breadcrumb-divider, "<");
}
.section-medical-detail-breadcrumb ol li.active {
    color: #323E48;
}
.section-medical-detail .intro {
    min-height: 502px;
}
.section-medical-detail .intro .doctor-img {
    padding-top: 0px;
    width: 276.75px;
}
.section-medical-detail .intro .basic-introduction {
    padding: 30px 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.section-medical-detail .intro .basic-introduction .post{
    font-size:.9rem;
}
.section-medical-detail .intro .basic-introduction .name-tag{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-medical-detail .intro .basic-introduction .name-tag .name{
    font-size: 1.55rem;
    font-weight: bold;
}
.section-medical-detail .intro .basic-introduction .name-tag .tag{
    background-color: var(--main-color);
    color: white;
    font-size: .78rem;
    font-weight: bold;
    padding: 4px 15px;
    border-radius: 45px;
    position: relative;
}
.section-medical-detail .intro .basic-introduction .name-tag .tag::before {
    position: absolute;
    content: '';
    width: 9px;
    left: -5px;
    top: 10px;
    height: 9px;
    border-radius: 100%;
    background: #69D664;
}
.section-medical-detail .intro .basic-introduction .line{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    height: 2px;
    background: linear-gradient(to bottom,
            rgba(29, 174, 198, 1),
            rgba(105, 214, 100, 1));
}
.section-medical-detail .intro .basic-introduction .job{
    color:#666666;
    font-size: .8rem;
    line-height: 1.35rem;
}
.section-medical-detail .intro .basic-introduction .job span{
    display: block;
    white-space: nowrap;
}
.section-medical-detail .intro-list{
    padding: 0px;
}
.section-medical-detail .intro-list .intro-item{
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section-medical-detail .intro-list .intro-item .left div:first-child{
    font-family: 'OPPSans', sans-serif;
    font-weight: bold;
    font-size: .8rem;
    background: linear-gradient(to right, #69D664 0%, #1DAEC6 60%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.section-medical-detail .intro-list .intro-item .left div:last-child{
    color: var(--main-color);
    font-size: 1.4rem;
    font-weight: bold;
}
.section-medical-detail .intro-list .intro-item .right{
    line-height: 1.6rem;
    font-size: .85rem;
}

.section-medical-detail .intro-list .intro-item:not(:last-child){
    border-bottom: 1px solid #EAEAEA;
}
header.wap {
    background-color: white;
    border-bottom: 1px solid #EAEAEA;
}


@media (max-width: 768px) {
    .headline {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0px 30px 0px;
        margin-bottom: 10px;
        margin-top: 15px;
    }
}

@media (min-width: 576px) {
    .headline .main>* {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 768px) {
    .headline .main>* {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

@media (min-width: 992px) {
    .headline .main>* {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

@media (min-width: 1200px) {
    .headline .text {
        padding: 0% 12%;
        line-height: 2.5rem;
        font-size: 1.1rem;
        color: #323E48;
    }
    .headline .main>* {
        font-size: 1.45rem;
        font-weight: 600;
        font-family: 'OPPOSans', sans-serif;
        line-height: 2.5rem
    }

    .headline .sub {
        font-size: 3.3rem;
    }


    .section-medical{
        padding-bottom: 40px;
    }
    .left-slide{
        background-color: transparent;
    }
    .left-slide .area{
        margin-bottom: 40px;
        padding: 0;
    }
    .left-slide .menu>li {
        border-color: #EAEAEA;
    }

    .left-slide .menu .nav-link {
        padding: .9rem 1rem;
        font-size: 1.3rem;
        color: #323E48;
        text-align: center;
    }
    
    .left-slide .menu .nav-link:after {
        right: 1rem;
        height: 1.5rem;
        width: 1.5rem;
        --tw-translate-y: -50%;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDdMMTAgMTRMMyA3IiBzdHJva2U9IiMxREFFQzYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    }

    .left-slide .menu .list a {
        padding: 8px;
        font-size: 1.1rem;
        color: #666666;
    }

    .left-slide .menu .list a:hover ,
    .left-slide .menu .list li.active a {
        color: var(--main-color);
    }

    .team-content .team-item .top .basic-introduction .post{
        font-size: 1.4rem;
    }
    .team-content .team-item .top .basic-introduction .name{
        font-size: 2rem;
        font-weight: bold;
    }



    .section-medical-detail-breadcrumb ol li{
        display: inline-flex;
        align-items: center;
        color: #999999;
        font-size: 1.2rem;
    }
    .section-medical-detail .intro .doctor-img{
        padding-top: 73px;
        width: 100%;
    }
    .section-medical-detail .intro-list {
        padding: 0px 70px;
    }
    .section-medical-detail .intro-list .intro-item{
        flex-direction: row;
    }
    .section-medical-detail .intro-list .intro-item .left{
        width: 37%;
    }
    .section-medical-detail .intro-list .intro-item .right{
        width: 63%;
        line-height: 2.3rem;
        font-size: 1.3rem;
    }
    .section-medical-detail .intro-list .intro-item .left div:first-child{
        font-size: 1.4rem;
    }
    .section-medical-detail .intro-list .intro-item .left div:last-child{
        font-size: 1.75rem;
    }
    .section-medical-detail .intro-list .intro-item .right{
        line-height: 2.3rem;
        font-size: 1.3rem;
    }
    .section-medical-detail .intro .basic-introduction {
        padding: 4% 15% 0 26%;
        gap: 1rem;
    }


    .section-medical-detail .intro .basic-introduction .post{
        font-size: 1.4rem;
    }
    .section-medical-detail .intro .basic-introduction .name-tag .name{
        font-size: 2rem;
    }
    .section-medical-detail .intro .basic-introduction .name-tag .tag{
        font-size: 1rem;
    }
    .section-medical-detail .intro .basic-introduction .line{
        margin-bottom: 15px;
    }
    .section-medical-detail .intro .basic-introduction .job{
        color:#666666;
        font-size: 1.1rem;
        line-height: inherit;
    }
}
