.hotline-header {
    display: flex;
    align-items: center;
}
.hotline-header i {
    font-size: 33px;
    color: #fff;
}
.hotline-header span {
    padding-left: 8px;
    font-weight: 700;
}
.link_collections {
    display: none;
}
.border_146798 {
    border: solid 1px #efefef;
}
.hotline-header .wrap_icon {
    background: transparent linear-gradient(90deg,#ef7320 0%,#d63c00 100%) 0% 0% no-repeat;
    padding: 4px 11px;
    border-radius: 16px;
    display: flex;
    text-align: center;
    align-items: center;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.hotline-header .wrap_icon .icon_position {
    position: relative;
}
.hotline-header .wrap_icon .icon_position .fa-phone {
    position: absolute;
    left: 9px;
    top: 8px;
    font-size: 17px;
    color: #fff;
}