
.tm-data-count[data-v-7e6afdc6] {
    background:#f7f9ff
}

.tm-data-count .title-img[data-v-7e6afdc6] {
    margin: 92px auto 80px;
    width: 719px;
    height:44px
}

.tm-data-count .title-img img[data-v-7e6afdc6] {
    width: 100%;
    height:100%
}

.tm-data-count .count-row[data-v-7e6afdc6] {
    display: flex;
    justify-content:center
}

.tm-data-count .count-row .count-item[data-v-7e6afdc6] {
    width: 224px;
    height: 160px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right:27px
}

.tm-data-count .count-row .count-item .top-img[data-v-7e6afdc6] {
    width: 100px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content:center
}

.tm-data-count .count-row .count-item .name[data-v-7e6afdc6] {
    font-size: 14px;
    color: #6c758d;
    line-height: 20px;
    margin:10px 0
}

.tm-data-count .count-row .count-item .num[data-v-7e6afdc6] {
    font-size: 22px;
    font-weight: 600;
    color: #1f2e41;
    height: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content:center
}

.tm-data-count .count-row .count-item .title[data-v-7e6afdc6] {
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #1f2e41;
    line-height: 30px;
    margin-top:24px
}

.tm-data-count .count-row .count-item[data-v-7e6afdc6]:last-child {
    margin-right:0
}

.tm-data-count .row-more[data-v-7e6afdc6] {
    height: 25px;
    font-size: 18px;
    color: #666;
    line-height: 25px;
    text-align: center;
    margin-bottom:61px
}


.ads {
    text-align: center;
    width: 100%;
    font-size:0;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom:30px;
    box-shadow: 2px  2px 15px #e3e2e2;
}

.ads .item {
    font-size: 14px;
    width: 25%;
    display: inline-block;
    padding: 30px 40px;
    vertical-align: top;
    position:relative
}

.ads .item + .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    width: 1px;
    height:80px
}

.ads .item .icon {
    width: 60px;
    height: 60px;
    margin:auto
}

.ads .item .icon img {
    width:100%
}

.ads .item .t {
    text-align: center;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-top:5px
}

.ads .item .t span {
    padding-bottom:5px
}

.ads .item .info {
    font-size: 14px;
    color: #999;
    margin-top:5px
}