.hot {
    width: 100%;
    background: #0b6ab8;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    color: #fff;
}

.hot .row {
    display: flex;
}

.hot .col-xs-3 {
    flex: 1;
    text-align: center;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 5px 0;
}

.hot .no-decoration {
    color: #fff;
}

.hot span {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.hot h6 {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
}