@media screen and (max-width: 1800px) {
    .entry-back02 {
        left: 2%;
    }
    .entry-back03{
        right: 12%;
    }
    
    .entry-back04{
        right: 2%;
    }
}

@media screen and (max-width: 1700px) {
    .entry-back02 {
        left: 1%;
    }
}

@media screen and (max-width: 1366px) {
    .table ul {
        padding: 14px 10px;
    }

    .entry-back01 {
        top: -30px;
        width: 10%;
        left: 40px;
    }

    .entry-back02 {
        bottom: 15px;
        width: 10%;
        left: 3%;
    }

    .announcement {
        padding: 16px 20px;
    }

    .search-bar-left {
        margin-bottom: 25px;
    }

    /* .table ul.thead {
        display: none;
    } */

    .table {
        padding: 5px
    }
    .contentbox-out {
        height: 600px;
    }
    .row-class {
        overflow-y: auto;
        height: 500px;
        max-height:500px;
        padding: 1.5%;
    }

    .table ul.table-content li{
        padding: 0;
    }
    /* .table ul.table-content li:nth-child(2),
    .table ul.table-content li:nth-child(3) {
        margin: 10px 1%;
        width: 48%;
    } */
}

@media screen and (max-width: 1199px) {
    .row-class {
        overflow-y: scroll;
        height: 450px;
        max-height: 500px;
        padding: 1.5%;
    }

    .teach-time span {
        font-size: 18px;
    }

    .teach-time p {
        font-size: 18px;
        margin-top: 10px;
    }

    .note {
        padding: 20px 0;
    }

    .entry-logo {
        width: 50%;
    }

    .entry-logo img {
        width: 45%;
    }

    .nav-bar {
        width: 50%;
    }

    .contentbox .container {
        padding: 10px 10px;
    }

    .nav-bar img {
        width: 79px;
    }

    .note-word {
        padding: 0 10%;
    }

    .entry-head .container {
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .entry-head {
        width: 100%;
    }

    .nav-bar img {
        width: 100%;
    }

    .note-word {
        padding: 0 10%;
    }

    .announcement {
        margin-top: 38px;
    }

    .row-record {
        padding: 0 20px;
        margin-bottom: 10px;
        padding-top: 54px;
    }

    #versionbox .title-class {
        padding: 0.5rem;
    }

    .title-class span {
        padding: 5px 17px;
    }

    .entry-back02 {
        bottom: 15px;
        width: 10%;
        left: 1%;
    }

    .entry-back03{
        width: 7%;
        margin-right: 15px;
        bottom: 40px;
        right: 11%;
        z-index: 5;
        position: absolute;
    }
    
    .entry-back04{
        width: 10%;
        bottom: 40px;
        right: 1%;
        z-index: 5;
        position: absolute;
    }

    .owl-index {
        margin: 47px 0;
    }

    .lesson {
        overflow-y: scroll;
        height: 307px;
        max-height: 307px;
    }

    .search-bar-down {
        overflow-y: scroll;
        height: 345px;
        max-height: 345px;
    }

    .row-record {
        padding-top: 10px;
    }

    .contentbox-out {
        min-height: 550px;
        height: 550px;
    }

    .table ul.table-content.news-content li {
        padding: 15px 20px;
    }

    .table ul.table-content li:first-child {
        width: 50%;
    }

    .table ul.table-content li:nth-child(2),
    .table ul.table-content li:nth-child(3) {
        width: 23%;
    }
}

@media screen and (max-width: 991px) {
    .menu-username {
        font-size: 14px;
    }

    .entry-logo {
        width: 40%;
    }

    .entry-logo img {
        width: 65%;
    }

    .nav-bar {
        width: 60%;
    }

    .nav-bar li {
        width: calc(25% - 42.5px);
    }

    .nav-bar li.menu-username {
        width: 170px;
    }

    .contentbox-out {
        padding: 10px 20px;
    }

    .owl-index {
        margin: 47px 0 30px 0;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 350px) {}



/* 屏幕分辨率放大為 150% */
@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 120dpi) {
    html {
        zoom: 80%;
    }
}

/* 屏幕分辨率放大為 125% */
@media (-webkit-min-device-pixel-ratio: 1.25) {
    html {
        zoom: 80%;
    }
}

/* 屏幕分辨率放大為 110% */
@media (-webkit-min-device-pixel-ratio: 1.1) {
    html {
        zoom: 80%;
    }
}


/**
@media screen and (min-width: 576px) {

}
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 992px) {

}
@media screen and (min-width: 1200px) {

}
**/