.header-hotline {
    border-radius: 20px 5px;
    background: linear-gradient(180deg, #0887E2 0%, #3AADFF 100%);
    box-shadow: 0 0 6px 0 #CDCDCD inset;
    display: inline-flex;
    height: 44px;
    padding: 8px 35px 7px 26px;
    align-items: center;
    color: #fff;
    font-weight: 900;
    font-size: 24px;
}
.header-hotline i{
    margin-right: 10px;
}
.header-hotline:hover{
    color: #fff;
}