/* PC */
@media  screen and (min-width: 992px) {
    .navbar-custom-mobile{
        display: none;
    }
    .navbar-custom-pc{
        display: block;
        padding-bottom: 0;
    }
    .navbar-custom-pc-no-top{
        background-color: rgba(0,0,0,.3);
    }

    .pcenter-title-item {
        width: 20%;
        margin-bottom: 2rem;
    }

    .custom-flr{
        position: absolute;
        right: 0;
        top: -5px;
    }

    .my-c-big-2{
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .my-c-big-1{
        margin-top: 5rem;
        margin-bottom: 1rem;
    }
    .my-c-big-mt-8rem{
        margin-top: 8rem;
    }
    .ysh-stick-in-bottom{
        position: absolute;
        bottom: 0;  /* 将子元素贴在父级div的底部 */
        width: 120%;  /* 可以根据需要调整子元素宽度 */
    }
    .mb-ysh-6remolpc{
        margin-bottom: 6rem;
    }

    .home-profile-number-right {
        font-size: 100px;
    }
    .pt-2rem-olpc{
        padding-top: 3rem;
    }
    .pt-c-big{
        padding-top: 3rem;
    }
    .maxwidth60p{
        width: 60%;
    }
    .ysh-spec-rd{
        position: absolute;
        top: 30px;
    }
    .ysh-news-text-olpc{
        max-width: 70%;
    }
    .py-c-big{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .my-c-big{
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .mt-c-big{
        margin-top: 5rem;
    }
    .mb-c-big{
        margin-bottom: 5rem;
    }

    .pb-4-rem-4pc{
        padding-bottom: 4rem!important;
    }
    .home-profile-with-bd-margin-left{
        margin-left: 0rem;
        width: 70%!important;
    }
    .home-profile-title{
        font-size: 40px;
    }
    .t-left-imp{
        text-align: center!important;
    }
    .home-profile-title-spec{
        padding-top: 80px!important;
        padding-bottom: 90px!important;
    }
    .home-profile-text{
        padding-right: 100px;
    }
    .dropdown-menu.ysh-custom-header-model{
        background-color: rgb(15 45 144 / 49%);
        border-radius: 0;
    }
    .ysh-custom-header-tab>.nav-link{
        color: white;
    }
    /*CSS to enable hover dropdown*/
    .ysh-custom-header-tab:hover .dropdown-menu {
        display: block;
        margin-top: 2px; /* Adjust as needed */
    }
    .nav-item li a{
        color: white;
        font-size: 12px;
    }
    .nav-item li a:hover{
        background-color: transparent;
        color: white;
    }

    .nav-item>.nav-link{
        font-weight: normal;
        font-size: 13px;
        text-align: center;
        line-height: 88px;
    }
    .nav-link-custom-active{
        /*background-color: rgb(15 45 144 / 49%);*/
    }
    .ysh-custom-header-tab:hover{
        background-color: rgb(15 45 144 / 49%);
    }
    .navbar-custom-header-ul{
        position: relative;
        /*top: -2px;*/
    }

    #navbarSupportedContent>.navbar-nav>.nav-item>.nav-link{
        width: 174px;
    }
    #navbarSupportedContent>.navbar-nav>.nav-item>.nav-link-lang{
        width: 93px;
    }
    .container-lr-250px{
        margin-left: 250px!important;
        margin-right:250px!important;
        width: unset !important;
        max-width: none;
    }
    .container-lr-250px>div>div:nth-child(2){
        /*text-align: center;*/
        padding-left: 25px !important;
    }
    .container-lr-250px>div>div:nth-child(3){
        /*text-align: center;*/
        /*padding-left: 30px !important;*/
        padding-left: 25px !important;
    }
    .container-lr-250px>div>div:nth-child(4){
        /*text-align: center;*/
        /*padding-left: 30px !important;*/
        padding-left: 45px !important;
    }
    .container-lr-250px>div>div:nth-child(5){
        /*text-align: center;*/
        padding-left: 70px !important;
    }
    .container-lr-250px>div>div:nth-child(6){
        /*text-align: center;*/
        padding-left: 100px !important;
    }
    .ysh-custom-header-model .dropdown-item{
        /* line-height: 30px; */
        width: 173px;
        text-align: center;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 12px;
    }
    .ysh-custom-header-model-lang a{
        width: 93px!important;
    }
    .ysh-custom-header-model-lang{
        /*display: block;*/
        width: 93px;
        --bs-dropdown-min-width: none;
    }
    .navbar-toggler{
        outline: none;
        box-shadow: none;
    }

    .ysh-w-70p{
        width: 70%!important;
    }
    .ysh-w-50p{
        width: 50%!important;
    }
    .pl-ct-tab {


    }
    .position-ab-pc{
        position: absolute;
        top: 50%;
    }
    .m-left-5-pc {
        margin-left: 8rem;
    }

    .mt-0-pc {
        margin-top: 0 !important;
    }

    .mb-0-pc {
        margin-bottom: 0 !important;
    }

    /*.container{*/
    /*    margin-left: 240px!important;*/
    /*    margin-right: 240px!important;*/
    /*    width: 100%;*/
    /*    max-width: unset!important;*/
    /*}*/

    /*.row-inner-spec-p > .row-inner-spec-3 :nth-child(1){*/
    /*    padding-right: 20px;*/
    /*}*/
    /*.row-inner-spec-p > .row-inner-spec-3 :nth-child(2){*/
    /*    padding-right: 20px;*/
    /*    padding-left: 20px;*/
    /*}*/
    /*.row-inner-spec-p > .row-inner-spec-3 :nth-child(3){*/
    /*    padding-left: 20px;*/
    /*}*/

}