

.top-header-container .header-box{
    width:100%;

    height: 164px;
    background-image: url('/assets/images/header-bg.png');
    background-size: cover;
}
.top-header-container .flex-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header-container .header-box .main-body{
    margin: 0 auto;
    width: 1200px;
    height: 164px;
    border: none !important;

}


.top-header-container  .logo-box {
    display: flex;

}

.top-header-container  .logo-image {
    width: 84px;
    height: 84px;
}

.top-header-container  .logo-text {
    height: 84px;
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
}

.top-header-container  .logo-text-1 {
    overflow-wrap: break-word;
    font-size: 34px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}

.top-header-container  .logo-text-2 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    color: #000000;
}

.top-header-container  .logo-text-1:hover {
    cursor: pointer;
    color: #106FFF;
}

.top-header-container  .header-search {
    height: 40px;
    line-height: 40px;
}

.top-header-container  .header-search-main {
    width: 480px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header-container  .header-search-icon {
    width: 16px;
    height: 16px;
    margin-left: 12px;
}

.top-header-container  .header-search-input {
    border: none;
    /* 移除边框 */
    outline: none;
    /* 移除点击时的轮廓 */
    width: 600px;
    margin: 10px;
    color: #000;
    font-size: 14px;
    flex: 1
}

.top-header-container  .header-search-btn {
    color: white;
    border: none;
    width: 80px;
    height: 40px;
    border-radius: 0 8px 8px 0;
    background: #106FFF;
    font-size: 16px;
    cursor: pointer;
}


.top-header-container .logined-box-new {
    width: 144px;
    height: 40px;
    color: #0C4EA1;
    font-size: 14px;
    line-height: 40px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}

.top-header-container .login-box-new {
    float: left;
    /* width: 64px; */
    height: 40px;
    border-radius: 4px;
    /* border: 1px solid rgba(0, 0, 0, 0.15); */
    /* margin: 22px auto; */
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    /* font-weight: 400; */
    font-weight: bold;
    /* color: #333333; */
    color: #106FFF;
    line-height: 40px;
    text-align: center;
}

.top-header-container .loginout-box-new {
    width: 64px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);

    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
}


.top-header-container  .rightbox {
    display: flex;

    margin-left: 0px !important;
    height: 40px;
    width: 100px !important;
    justify-content: space-between;
    align-items: center;
}

.top-header-container .rightbox a {
    text-decoration: none;;
}


.top-header-container .logined-box {
    width: 144px;
    height: 40px;
    color: #0C4EA1;
    font-size: 14px;
    line-height: 40px;
    margin: 22px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}

.top-header-container .loginout-box {
    width: 64px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 22px 40px 22px 42px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.top-header-container .login-box {
    width: 64px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 22px 0px 22px 42px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.top-header-container .register-box {
    width: 64px;
    height: 40px;
    background: #0C4EA1;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin: 22px auto 22px 20px;
}