.no_data{
    display:none !important;
}
.red{
    color:#BF3B46;
}


.tip_btn {
    display: block;
    text-align: center;
        padding: 8px 0;
    background: #BF3B46;
    border: 1px solid #BF3B46;
    border-radius: 60px;
    color: #fff;
    width: 100%;
}