@media screen and (max-width: 800px) {
    .page-sub-title {
        font-size: 3rem;
        text-align: left;
    }
    .ptop .thumb img {
        width: 100%;
        margin: 0;
    }
    .ptop .thumb .bg {
        display: none;
    }
    .ptop.row {
        margin-left: -2rem;
        margin-right: -2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .ptop.row .col-xs-6 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .ptop.row .col-xs-6:first-child {
        width: 40%;
    }
    .ptop.row .col-xs-6:last-child {
        width: 60%;
    }
    .sub-menu a {
        margin: 1rem .5rem;
        font-size: 2rem;
    }
    .zju-panel {
        margin-bottom: 2rem;
    }
    .zju-panel__hd strong {
        font-size: 2rem !important;
    }
    .zju-panel__bd .inner {
        padding: 2rem !important;
    }
    .zju-panel__bd .inner * {
        font-size: 1.6rem !important;
        line-height: 1.5 !important;
        word-wrap: break-word;
    }
    .mooween-black-title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 500px) {
    .ptop.row .col-xs-6 {
        width: 100% !important;
    }
    .ptop.row .col-xs-6:first-child {
        margin-bottom: 2rem;
    }
    .ptop .thumb img {
        width: 50%;
    }
    .ptop p {
        font-size: 1.8rem;
    }
}