.common-header-box {
    width: 100%;
    height: 164px;
    background-image: url("/assets/images/header-bg.png");
    background-size: cover;
    padding-top: 41px;

}

.common-header-box .common-header-box-inner {
    display: flex;
    width: 1200px !important;
    margin: 0 auto;
    justify-content: space-between;

}

.common-header-box-inner .common-header-box-left {
    display: flex;
    position: relative; /* 父元素相对定位 */
}

.common-header-box .common-header-box-logo-box {
    display: flex;
    margin-left: 32px;
}

.common-header-box .common-header-box-logo-box-image {
    width: 100px;
    height: 84px;
}

.common-header-box .common-header-box-logo-box-image img {
    width: 100%;
    height: 100%;
}

.common-header-box .common-header-box-logo-box-text {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.common-header-box .logo-vertical-line {
    height: 35px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin-left: 20px;
    margin-top: 25px;
    margin-right: 20px;
}

.common-header-box .ai-logo {
    height: 99px;
    position: relative;
}

.common-header-box .ai-logo a {
    text-decoration: none;
    display: block;
}

.common-header-box .ai-logo .pop-info {
    height: 96px;
    visibility: visible;
    position: absolute;
    z-index: 1;
    width: 280px;
    background-color: white;
    color: #333;
    text-align: left;
    border-radius: 8px;
    padding: 12px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    top: 24px;
    left: 150px;

    margin-left: 10px;
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s;
}
.common-header-box .ai-logo .pop-info::after {
    content: '';
    position: absolute;
    left: 0;
    top: 25%;
    transform: translateY(-50%) translateX(-100%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}
.common-header-box .ai-logo .bubble-content-title {
    font-size: 14px;
    font-weight: 400;
    color: #4e5969;
    margin-top: 14px;
}

.common-header-box .ai-logo .bubble-content.hidden {
    visibility: hidden;
    opacity: 0;
}

.common-header-box .ai-logo .bubble-content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 25%;
    transform: translateY(-50%) translateX(-100%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}

.common-header-box .ai-logo .bubble-content-close-btn {
    position: absolute;
    top: 15px;
    right: 19px;
    cursor: pointer;
    color: #9ca3af;
    transition: color 0.2s;
    /* color: #4e5969; */
}

.common-header-box .logo-text-1 {
    height: 47px;
    margin-top: 12px;
    line-height: 47px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 34px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.common-header-box .common-logined-box-new{
    height: 40px;
    color: #0C4EA1;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}
.common-header-box .logo-text-2 {
    height: 22px;
    line-height: 22px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*** 右側部分***/
.common-header-box-inner .common-header-box-right {
    display: flex;
    justify-content: flex-end;
    margin-top: -37px;
}
.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;
}
.header-search {
    height: 40px;
    line-height: 40px;
    position: absolute; /* 子元素绝对定位 */
    top: 44px;   
    left: 801px;
}

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

.header-search-icon {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    /* margin-left: 12px; */
}

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

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

.line {
    width: 2px;
    height: 12px;
    background-color: #005BA3 ;
    margin-top: 14px;
}

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

.rightbox a {
    text-decoration: none;
}

.logined-box-new {
    width: 100px;
    height: 40px;
    color: #0C4EA1;
    font-size: 16px;
    line-height: 40px;

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

.login-box-new {
    float: left;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: bold;
    color: #005BA3;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}
.register-box-new {
    height: 40px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: bold;
    color: #005BA3;
    line-height: 40px;
    margin-left: 10px;
}