.header_navbox{
    width: 100%;
    min-width: 1140px!important;
    background:#FAFCFF !important;
    display: flex;
    justify-content: center;
    align-items: center;

}

.headerbg{
  width: 100%;
    max-width: 1200px;
    min-width: 1200px;
    display: flex;
    justify-content: space-between!important;
    align-items: center;
}

.logo_header {
    width: auto;
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    width: 50px;
    height: auto;
    margin-right: 20px;
}

.logo_header_box {
    width: auto;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;

}

.logo_name {
    width: 100%;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #000000;

    line-height: 30px;
}

.logo_url {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    margin-top: 4px;
}
#navbarNav{
    display: flex!important;
    justify-content: flex-end!important;
    align-items: center;
    min-width: 500px!important;
}
