#architecture {
    margin-top: 90px;
    margin-bottom: 90px;
}

#architecture .architecture-tit {
    text-align: center;
    margin-top: 32px;
    font-size: 26px;
    color: #2865BD;
    line-height: 42px;
    font-family: PingFangSC-Medium,"Noto Sans SC";
    font-weight: 500;

}
#architecture .architecture-text {
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: rgba(0,0,0,0.60);
    text-align: center;
    line-height: 42px;
    margin-top: 16px;
}
#architecture .architecture-three {
    margin-top: 33px;
}
#architecture .architecture-three>div{
    /* padding: 0; */
}
#architecture .architecture-three .architecture-feature {
    margin: 0 20px;
}
.text-tit {
    width: 100%;
    background: #2865BD;
    border-radius: 12px 12px 0 0;
    color: #fff;
    font-family: PingFangSC-Medium,"Noto Sans SC";
    font-weight: 500;

    font-size: 20px;
    text-align: center;
    line-height: 44px;
}
.text-context {
    padding: 17px 16px 12px 16px;
    background-color: rgba(40,101,189, 0.16);
    border-radius: 0 0 12px 12px;
    text-align: left;
    line-height: 26px;
}
#architecture .architecture-three .architecture-feature .feature-img {
    margin-top: 16px;
    width: 100%;
}

#function {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #F5F7FA;
}
#function .function-row1 {
    margin-top: 32px;
}
#function .function-row1>div>div {
    margin: 0 9px;
}
#function .function-row1 .text-context {
    background-color: rgba(40,101,189, 0);
    border: 1px dashed #2865BD;
    padding-left: 30px;
}
#function .function-row1 .text-context >div {
    /* border: 1px solid #000; */
    display: inline-block;
    /* margin: 0 6.5%; */
    /* width: 33%; */
}
#function .function-row2 {
    margin-top: 36px;
}
#function .function-row2 .text-context {
    background-color: rgba(40,101,189, 0);
    border: 1px dashed #2865BD;
    padding-bottom: 8px;
}
#function .function-row2 .text-context>div {
    display: inline-block;
    padding: 1px 2px 1px 2px;
    background-color: rgba(0,0,0, 0.15);
    margin: 0 9px;
    margin-bottom: 8px;
    line-height: 33px;
}
#effective {
    padding-top: 90px;
    padding-bottom: 70px;
}
#effective .effective-container {
    margin-top: 48px;
}

#effective .effective-four {
    /* border: 1px solid #000; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


#effective .effective-four>div {
    /* width: 230px; */
    width: 45%;
    margin-bottom: 20px;
    /* display: inline-block; */
    vertical-align: top;
}
#effective .effective-four:nth-child(1)>div:nth-child(2) .text-tit {
    line-height: 22px;
}
#effective .effective-four>div .text-context {
    min-height: 133px;
}
#effective .effective-middle {
    /* border: 1px solid #000; */
}
#effective .effective-middle>div {
    writing-mode: vertical-lr;
    margin: 0 auto;
    padding: 25px 0;
    width: 70px;
    background: #2865BD;
    border-radius: 12px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 64px;
}
#effective .effective-middle>div p:nth-child(1) {
    writing-mode: horizontal-tb;
    display: inline-block;
    font-size: 33px;
    color: #F0E02F;
    margin-bottom: 0;
    text-align: center;
    line-height: 33px;
}
#effective .effective-middle>div p:nth-child(2) {
    display: inline-block;
    writing-mode: horizontal-tb;
    margin-bottom: 0;
    text-align: center;
    line-height: 33px;
}
@media (max-width: 992px) {
    #architecture .architecture-tit {
        margin-top: 26px;
        font-size: 20px;
        line-height: 32px;
    }
    #architecture .architecture-text {
        font-size: 20px;
        line-height: 32px;
        margin-top: 10px;
    }
    .text-tit {
        font-size: 16px;
        line-height: 40px;  
    }
    .text-context {
        font-size: 13px;
    }
    #effective .effective-four>div {
        width: 23%;
    }
    #effective .effective-four:nth-child(1)>div:nth-child(2) .text-tit {
        line-height: 20px;
    }
    #effective .effective-middle>div {
        width: 98%;
        margin: 0 auto;
        writing-mode: horizontal-tb;
        padding: 0;
        font-size: 20px;
        line-height: 26px ;
        margin-bottom: 20px;
    }
    #effective .effective-middle>div p {
        font-size: 26px;
        line-height: 26px;
    }
    #effective .effective-four>div .text-context {
        line-height: 17px;
    }
}
@media (max-width: 575.98px) {
    #banner img {
        content: url(../imgMobile/medicine-banner.webp);
    }
    #architecture {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #function {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #architecture .architecture-three>div {
        margin-bottom: 20px ;
    }
    #architecture .architecture-three .architecture-feature .feature-img {
        margin-top: 8px;
    }
    #effective .effective-four>div {
        width: 48%;
    }
    #architecture .architecture-three .architecture-feature {
        margin: 0;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    #architecture {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    #function {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (min-width: 769px) and (max-width: 991.98px) {
    #architecture {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    #function {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #architecture .architecture-three .architecture-feature {
        margin: 0;
    }
    #architecture .architecture-three .architecture-feature .text-context {
        height: 133px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    #architecture {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    #function {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #effective .effective-four>div .text-context {
        min-height: 185px;
    }
    #effective .effective-middle>div {
        padding: 76px 0;
    }
    #architecture .architecture-three .architecture-feature {
        margin: 0;
    }
    #architecture .architecture-three .architecture-feature .text-context {
        height: 133px;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1440px) {
    /* .container {
        width: 1330px;
    } */
    .container-custom {
        width: 1360px;
        margin: 0 auto;
    }
}