    @media screen and (min-width:1200px){
        .empty-box {
            text-align: center;
            padding: 20px 0;
            width: 100%;
        }

        .empty-box img {
            width:120px;
            height: 120px;
        }

        .empty-box p {
            font-size:14px;
            color: #999999;
            padding-top: 14px;
        }
    }
    @media screen and (max-width:1199px){
        .empty-box {
            text-align: center;
            padding: .2rem 0;
            width: 100%;
        }
        
        .empty-box img {
            width:1.3rem;
            height: 1.3rem;
        }
        
        .empty-box p {
            font-size:.24rem;
            color: #999999;
            padding-top: .2rem;
        }
    }