/* Medium devices (md) ≥768px */
@media (max-width: 768px) {
    .container {
        width: 100%;
    }

    .xs-text-line-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .xs-text-line-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .u-m-t-45 {
        margin-top: 30px;
    }

    .xs-hide {
        display: none;
    }

    .xs-show {
        display: block;
    }

    .uc-swiper-dot.uc-swiper-dot-next {
        transform: translateX(-10px);
        width: 20px;
        height: 20px;
    }

    .uc-swiper-dot.uc-swiper-dot-prev {
        transform: translateX(10px);
        width: 20px;
        height: 20px;
    }

    .bbs {
        padding: 5px 10px;
        border-top: 1px solid #A14C1B;
        border-bottom: 1px solid #A14C1B;
        border-right: 1px solid #A14C1B;
    }

    .bbs-margin {
        height: 15px;
    }

    .bbs .bbs-start {
        padding-left: 5px;
        padding-right: 10px;
        margin-right: 10px;
    }

    .bbs .bbs-note {
        margin-left: 5px;
    }

    .quick {
        margin: 0 -15px;
    }

    .quick .quick-item {
        width: 33.333333%;
        flex: auto;
        padding: 15px;
    }

    .content-about-news {
        flex-direction: column;
        margin-top: 15px;
    }

    .content-about {
        width: 100%;
    }

    .content-news {
        margin-left: 0;
        margin-top: 30px;
    }

    .news-first .news-first-desc {
        padding-bottom: 0;
    }

    .news-li .news-li-name {
        max-width: 95%;
    }

    .leader-swiper .leader-pd {
        padding-top: 75%;
    }

    .star-swiper .star-pd {
        padding-top: 40%;
    }

    .star-swiper .star-cover {
        width: 45%;
    }

    .plus-swiper .plus-pd {
        padding-top: 85%;
    }

    .skill-section {
        display: block;
    }

    .ift {
        display: block;
    }

    .ift .ift-logo {
        margin: 0 auto;
        display: block;
    }

    .foot-info {
        display: block;
        text-align: center;
        padding-top: 30px;
    }

    .ift .ift-mate {
        justify-content: center;
        margin-top: 30px;
    }

    .foot a {
        padding: 2px 0;
        text-align: center;
    }

    .foot .foot-inner {
        padding: 15px 0;
        flex-direction: column;
        margin: 0;
    }

    .content-nav {
        position: fixed;
        padding-bottom: 0;
        width: 80%;
        height: 100%;
        z-index: 15;
        background-image: none;
        top: 0;
        right: 0;
        overflow-x: scroll;
        transform: translateX(100%);
        transition: all .3s;
    }

    .content-nav.active {
        transform: translateX(0);
    }

    .nav-sub {
        position: relative;
        display: block;
        top: 0;
        height: 100%;
        background-color: rgba(161, 76, 27, .95);
        padding: 50px 15px 15px;
        overflow-y: scroll;
        overscroll-behavior: contain;
    }

    .nav-sub-container {
        flex-direction: column;
    }

    .nav-sub .nav-sub-item {
        width: 100%;
    }

    .nav-sub .nav-sub-item li:first-child .nav-sub-arrow {
        position: absolute;
        right: 0;
        top: 15px;
        width: 24px;
        height: 24px;
        background-image: url("/static/img/down.png");
        background-size: 100% 100%;
        transition: all .3s;
    }

    .nav-sub .nav-sub-item li:first-child .nav-sub-arrow.active {
        transform: rotate(180deg);
    }

    .nav-sub .nav-sub-item li:first-child a {
        font-size: 18px;

        text-align: left;
    }

    .nav-sub .nav-sub-item li {
        position: relative;
    }

    .nav-sub .nav-sub-item li + li {
        padding-left: 30px;
        display: none;
    }

    .nav-sub .nav-sub-item li + li a {
        font-size: 13px;
    }

    .nav-sub .nav-sub-item li a {
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    .nav-sub-item li a:hover {
        background-color: transparent;
    }

    .nav-sub-close {
        position: absolute;
        top: 10px;
        right: 25px;
        height: 35px;
        width: 35px;
    }

    .ks {
        height: auto;
    }

    .ks .ks-li-item {
        width: 20%;
    }

    .ks .ks-li-inner {
        height: 200px;
    }

    .ks .ks-cover {
        display: none;
    }

    .sub-menu-pd {
        padding: 15px 0;
    }

    .sub-menu {
        border-bottom: none;
    }

    .sub-menu .container {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0;
    }

    .sub-menu .sub-menu-li {
        flex-shrink: 0;
    }

    .sub-menu .sub-menu-li.active::before {
        bottom: 0;
        height: 4px;
    }

    .honor-box .honor-item {
        width: 50%;
    }

    .honor-box .honor-name {
        font-size: 14px;
        height: 3em;
    }

    .leader-pd {
        width: 50%;
    }

    .plus-item {
        width: 50%;
    }

    .my-info {
        flex-direction: column;
    }

    .my-desc{
        margin-left: 0;
    }

    .my-name {
        text-align: center;
        margin-top: 10px;
    }
    .news-cc-info{
        margin-left: 15px;
    }
    .news-cc-name{
        font-size: 16px;
    }
    .news-cc-time{
        margin-top: 5px;
    }
    .my-section-item{
        width: 100%;
    }
    .my-int-item{
        width: 100%;
    }
    .my-int-head{
        height: 120px;
    }
    .my-int-mark{
        height: auto;
    }
}

/* Large devices (lg) ≥992px */
@media (min-width: 992px) {
    .container {
        max-width: 960px;
        width: 100%;
    }

    .content-about {
        width: 35%;
    }
}

/* Extra large devices (xl) ≥1200px */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        width: 100%;
    }
}

/* Extra extra large devices (xxl) ≥1400px */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
        width: 100%;
    }

}