.floating a {
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, .25);
    cursor: pointer;
}

.topBtn {
    background-color: #f23c24;
}

.topBtn i {
    color: #fff;
    font-size: 28px;
}

.topBtn p {
    color: rgba(255, 255, 255, .5);
    font-size: 17px;
    font-weight: 500;
    margin-top: -10px;
}

.topBtn:hover p {
    color: #fff;
}


/*==================================================*/
