@media (max-width: 1024px) {
    .wrap {
        width: 100%;
    }

    .index-news {
        display: block;
    }

    .index-news .index-news-banner {
        width: 100%;
        height: auto;
    }

    .index-news .index-news-banner .tag-ad-item .news-title {
        line-height: 40px;
        height: 40px;
    }

    .index-news .index-news-banner .tag-ad-guides .tag-ad-guide-item {
        width: 20px;
        height: 20px;
    }

    .index-news .index-news-banner .tag-ad-guides {
        bottom: 10px;
    }

    .index-news .index-news-contents {
        width: 100%;
    }

    .index-news .index-news-contents .index-news-types {
        height: 40px;
        line-height: 40px;
    }

    .index-news .index-news-contents .index-news-types a {
        flex: 1;
        height: 40px;
        line-height: 40px;
    }

    .index-news .index-news-list li, .index-news .index-news-list li a {
        height: 30px;
        line-height: 30px;
    }

    .index-server-contents .index-server-tabs {
        width:124px;
    }

    .index-server-items {
        flex: 1;
    }

    .index-keji-content {
        display: block;
        overflow: hidden;
    }

    .index-keji-content .index-keji-result {
        display: none;
    }

    .index-keji-content .index-keji-list {
        width: 10000px;
        flex-direction:row;
        justify-content:left;
        height: auto;
    }

    .index-keji-content .index-keji-list li {
        width: 40vw;
        margin: 0 5px;
    }

    .index-keji-content .index-keji-list img {
        width: 100%;
        height: auto;
    }

    .index-keji-content .index-keji-list span {
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    .index-keji-content .index-keji-list span.name {
        display: none;
    }

    .index-studio-content {
        width: auto;
        display: block;
    }

    .index-studio-content .index-studio-content-cover {
        width: 100%;
        height: auto;
    }

    .index-studio-content-left .index-studio-content {
        display: flex;
        flex-direction:column-reverse;
    }

    .index-studio-content-left .index-studio-content-cover,
    .index-studio-content-right .index-studio-content-cover {
        margin: 0;
    }

    .index-studio-content .index-studio-content-desc {
        line-height: 30px;
        height:auto;
    }

    .index-honor {
        overflow: hidden;
    }

    .index-honor-contents {
        margin-top: 10px;
        width: 10000px;
        justify-content: start;
    }
    
    .index-honor-contents .index-honor-item {
        width: calc(40vw);
        height: calc(100vw * 0.3);
        margin: 0 5px;
        transition: 0.2s;
    }

    .index-server-title, .index-studio-title,.index-honor-title,.index-keji-title {
        min-height: 40px;
        padding: 0 10px;
        background-position-x: 10px;
    }

    .index-studio-title {
        background-position-x: right;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .index-keji-title {
        margin-bottom: 10px;
    }
    
    .index-studio-content .index-studio-content-title {
        line-height: 30px;
        height: 30px;
        margin: 10px 0;
    }

    .more {
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: none;        
        font-size: 12px;
        text-align: center;
        border: 1px solid #d0cfcf;
        border-radius: 50%;
        position: relative;
        text-align: center;
    }
    .more::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-left: 1px solid #1f0f0f;
        border-top: 1px solid #1f0f0f;
        position: absolute;
        top: calc(50% - 4px) !important;
        left: calc(50% - 4px) !important;
        transform: rotate(135deg);
    }

    .index-server-tabs {
        overflow: auto;
    }

    .index-server-contents {
        position: relative;
    }

    .index-server-contents  .index-server-tabs {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
    }

    .index-server-contents .index-server-tabs li {
        height: 30px;
        line-height: 30px;
        display: none;
        background: none;
    }

    .index-server-contents .index-server-tabs li.active {
        display: block;
    }

    .index-server-contents .index-server-tabs li a.active {
        background: none;
        text-align: left;
        padding-left: 10px;
    }

    .index-server-contents .index-server-tabs li a.active::after {
        content: none;
    }

    .index-server-contents .index-server-items {
        height: auto;
    }

    .search-form {
        display: none;
    }

    .menu {
        height: auto;
    }

    .menus {
        position: fixed;
        top: 58px;
        z-index: 999;
        flex-direction: column;
        justify-content: start;
        width: 100%;
        height: calc(100% - 58px);
        background: #165fc5;
        display: none;
    }

    .menus .menu-item {
        flex: none;
    }

    .menus .menu-item > a {
        height: 50px;
        line-height: 50px;
        display: block;
        text-align: left;
        text-indent: 2em;
        border-bottom: 1px solid #fff;
    }

    .menus .menu-item .child-menus {
        position: static;
    }

    .menus .menu-item:hover .child-menus {
        display: none;
    }

    .menus .menu-item .child-menus li {
        padding-left: 50px;
    }

    .menus .menu-item .child-menus {
        line-height: 40px;
    }

    .menus .menu-item .child-menus li {
        border-bottom-style: solid;
    }

    .brief {
        display: none;
    }

    .menubar {
        position: absolute;
        top: calc(50% - 18px);        
        right: 5px;
        display: flex;
        flex-direction:column;
        cursor: pointer;
        z-index: 900;
    }

    .menubar span {
        display: block;
        width: 30px;
        height: 4px;
        border-radius: 2px;
        background: #fff;
        margin-top: 6px;
    }

    .header {
        position:fixed;
        width:100%;
        z-index:800;
        background-color: #fff;
    }

    .header .logo {
        min-width: 300px;
        margin-left: 10px;
    }

    .emptyh5 {
        height: 1.89rem;
        min-height: 60px;
    }

    .font-seting-box {
        display: none;
    }

    .index-server {
        padding-bottom: 1rem;
    }

    .index-studio::after, .index-server::after, .index-keji::after {
        content: none;
    }

    .index-studio-content .index-studio-content-title a {
        color: #999999;
    }

    .flinks {
        background-size: cover;
        height: auto;
        padding-bottom:20px;
    }

    .flinks .flex {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .flinks .flinks-label {
        width: 100%;
        text-align: left;
        height: 40px;
        line-height: 40px;
        text-indent: 2em;
    }

    .flinks .flink-group {
        width: 48%;
        height: 30px;
        line-height: 30px;
        flex: none;
        margin: 10px 0 0;
    }

    .footer {
        height: auto;
        padding-bottom: 20px;
    }

    .footer .line {
        display: none;
    }

    .footer .logo {
        width: 100%;
        height: 40px;
        background-size: 60%;
    }

    .footer .infos {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

    .footer .infos :first-child {
        display: none;
    }

    .footer .gab {
        width: 100%;
        height: 60px;
        margin-top: 10px;
    }

    .footer .flex {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .footer .gab {
        min-width: 40px;
    }

    .footer .qrcode {
        min-width: 60px;
    }

    .footer .infos {
        min-width: 300px;
        padding: 0 1em;
    }


    .content-list .content-item {
        width: 100%;
        height: auto;
        margin-right: 0 !important;
    }

    .content-list .content-item .content-link {
        width: 98%;
    }

    .content-list .content-item .content-title {
        line-height: 30px;
        height: 60px;
    }

    .content-list .content-item .content-cover {
        width: 100%;
        height: auto;
    }

    .content-list .content-item .content-info {
        width: 98%;
        line-height: 40px;
        height: 40px;
    }



    
    .list-img .content-item {
        width:100%;
        height: auto;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .list-img .content-item .content-title {
        height: 30px;
        line-height: 30px;
    }

    .list-img .content-item .content-link {
        width: 98%;
        height: auto;
    }

    .list-img .content-item .content-cover {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }


    
    .view-title {
        padding: 0.5rem 0 16px;
    }

    .view-info {
        flex-wrap: wrap;
    }

    .view-info span {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .view-content {
        margin-top: 20px;
    }

    .view-content img {
        max-width: 100%;
    }

    .gotop {
        display: none !important;
    }

    .contact {
        flex-direction: column;
        line-height: 30px;
    }

    .contact .qrcode {
        margin-top: 40px;
        width: 100%;
        height: 100px;
        flex: auto;
        background-position: center;
    }
}