
@media screen and (max-width: 375px) {
    .superpage .mBody2 .list .item .maxWidth {
        padding: 64px 16px !important;
    }
    .superpage .mBody2 .list .item .agrDealer {
        display: none !important;
    }
    .superpage .mBody2 .list .item .land-img {
        display: block !important;
        width: 100%;
    }
    .superpage .mBody2 .list .item .land-img img {
        width: 100%;
    }
    .superpage .mBody2 .list .item .land-detail {
        margin-top: 48px !important;
    }
}

@media screen and (min-width: 376px) and (max-width: 767px) {
    .superpage .mBody2 .list .item .maxWidth {
        padding: 64px 16px !important;
    }
    .superpage .mBody2 .list .item .agrDealer {
        display: none !important;
    }
    .superpage .mBody2 .list .item .land-img {
        display: block !important;
        width: 100%;
    }
    .superpage .mBody2 .list .item .land-img img {
        width: 100%;
    }
    .superpage .mBody2 .list .item .land-detail {
        margin-top: 48px !important;
    }
}

@media screen and (min-width: 768px) {
    .superpage .mBody .maxWidth {
        padding-top: 0 !important;
    }
    .superpage .mBody .table {
        font-size: 12px;
    }
    .superpage .mBody2 .list .item .agrDealer {
        display: block !important;
    }
    .superpage .mBody2 .list .item .land-img {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .superpage .mBody .maxWidth {
        padding-top: 96px !important;
    }
    .superpage .mBody2 .list .item .agrDealer {
        display: block !important;
    }
    .superpage .mBody2 .list .item .land-img {
        display: none !important;
    }
}

@media screen and (min-width: 1280px) {
}

@media screen and (min-width: 1440px) {
}

@media screen and (min-width: 1680px) {
}

@media screen and (min-width: 1920px) {
}

@media screen and (min-width: 2560px) {
}
