.c-f-item.c-f-item-title {
    font-size: 20px;
    font-weight: bold;
    color: #111;
}

.t-c-list {
    font-size: 20px;
    line-height: 40px;
    color: #333;
    /* list-style: disc; */
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.t-c-list::before{
    content: "";
    height: 7px;
    width: 7px;
    margin-right: 10px;
    line-height: 40px;
    border-radius: 50%;
    background: #333;
    display: inline-block;
}

.c-r-item {
    width: 198px;
    float: left;
    margin: 0 48px;
}

.c-c-free {
    padding: 12.5px 35px;
    background: #498CF2;
    border-radius: 25px;
    font-size: 18px;
    color: #FFFFFF !important;

}

.c-c-btn {
    width: 181px;
    margin: 0 auto;

}

.card-tools {
    width: 100%;
    height: 320px;
    background: #F7F7FA;
    padding-top: 90px;
    text-align: center;
    margin: 0 auto 0;
    background: url(../images/card/img_use.png) no-repeat center center;
}


.card-banner-box {
    background: url(__STATIC__/index/images/card/bg.png)
}

.card-banner {
    width: 100%;
    display: block;
    height: 362px;

}
.tr-btitle{
    font-weight: bold;
}
.c-r-item-title{
font-weight: bold;
}
.card-tools-bg{
    background: #FFE1EBFF;
}
.c-c-item-desc {
    color: #777777;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 102px;
}
.c-c-item-pic {
    width: 60px;
    display: block;
    margin: 0 auto 28px;
}
.c-c-item-title {
    text-align: center;
    font-size: 20px;
    color: #111111;
    margin-bottom: 12px;
    font-weight: bold;
}

