.header-box {
    width: 1200px;
    margin: 0 auto;
    height: 98px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-customer {
    display: flex;
    align-items: center;
}

.header-phone {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FF281E;
    display: flex;
}

.header-phone::before {
    content: "";
    background: url("../img2024/icon_tel.png") no-repeat center;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-right: 16px;

}

.header-phone::before {
    content: "";
    background: url("../img2024/icon_tel.png") no-repeat center;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-right: 16px;

}

.header-ask {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #0054A7;
    display: flex;
    align-items: center;
}
.header-ask a {
    color: #0054A7;
}

.header-ask::before {
    content: "";
    width: 1px;
    height: 8px;
    background: #0054A7;
    margin: 0 16px;

}