.d_f{
    display:flex;
}
.d_f_s{
    display: flex;
    justify-content: space-between;
}
.title_a{
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}
.title_c{
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FEFEFE;
}

.text_a{
    font-size: 9px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #CCCCCC;
}
.text_b{
    font-size: 11px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #E85348;
}
.text_c{
    font-size: 11px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #CCCCCC;
}
.pt10{
    padding-top: 10px;
}
.pt15{
    padding-top: 15px !important;
}

/*鼠标移入变手势*/
.pointer {
    cursor: pointer !important;
}
.hide{
    display: none;
}

