    @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: .7rem;
            /* font-weight: 700; */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .data_box_bottom {
            margin-top: 9%;
            font-size: .3rem;
        }
        /* 数据 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-size: 40px; */
            /* font-weight: 700; */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .data_box_bottom {
            margin-top: 9%;
            /* font-size: 20px; */
        }
        /* 数据 end */
        /* 演艺start */
        .art {
            padding: 0 0 2%;
            align-items: center;
        }
        .art_pic {
            width: 29.1%;
            margin: 0 5% 0 2%;
        }
        /* 演艺end */
    }
    
    @media (min-width: 1200px) {
        .data {
            margin: 0 12.5%;
        }
        .art_detail {
            line-height: 40px;
        }
    }