.data_box_top .data_num {
    width: 80%;
    text-align: center;
}

@media (max-width: 767px) {
    /* 数据 start */
    .data_box {
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
        color: #cb954b;
        margin-bottom: .5rem;
    }
    .data_box_top {
        width: 2.11rem;
        position: relative;
    }
    .data_box_top .data_border {
        width: 100%;
    }
    .data_box_top .data_num {
        font-size: .4rem;
        /* font-weight: 700; */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /* 数据 end */
    /* 演艺start */
    .art {
        margin-bottom: .5rem;
    }
    .art_detail div span {
        font-weight: 700;
    }
    /* 演艺end */
}

@media (min-width: 767px) {
    /* 数据 start */
    .data_box {
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
        color: #cb954b;
        margin-bottom: 5%;
    }
    .data_box_top {
        width: 73.51%;
        position: relative;
    }
    .data_box_top .data_border {
        width: 100%;
    }
    .data_box_top .data_num {
        /* font-weight: 700; */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /* 数据 end */
    /* 演艺start */
    .art {
        display: flex;
        align-items: center;
        padding: 0 0 2%;
    }
    .art_pic {
        width: 21.13%;
        margin: 0 10% 0 2%;
    }
    .art_detail div {
        margin-bottom: 5%;
    }
    /* 演艺end */
}

@media (min-width: 1600px) {
    .data_box_top .data_num {
        font-size: 30px;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .data_box_top .data_num {
        font-size: 28px;
    }
}

@media (min-width: 1000px) and (max-width: 1400px) {
    .data_box_top .data_num {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .data_box_top .data_num {
        font-size: 20px;
    }
}