@media screen and (max-width: 1280px) {
    html, body {
        min-width: 100% !important;
        overflow-x: hidden;
    }

    .container {
        width: 100% !important;
        min-width: auto !important;
        max-width: 1280px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .doc-header {
        min-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        padding: 12px 0;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .doc-header .container {
        width: 100% !important;
        min-width: auto !important;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .doc-header .container .jn-logo {
        height: auto;
        max-width: 180px;
        margin-right: 15px;
    }

    .doc-header .container .jn-logo a {
        height: auto;
    }

    .doc-header .container .jn-logo a img {
        max-height: 45px;
        max-width: 180px;
    }

    .doc-header .container .jn-nav {
        margin-left: 0;
        flex-wrap: wrap;
    }

    .doc-header .container .jn-nav > li {
        height: auto;
        min-width: auto;
        margin-bottom: 5px;
    }

    .doc-header .container .jn-nav > li > a {
        padding: 8px 12px;
        font-size: 14px;
    }

    .doc-header .container .header-right {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .swiper-banner {
        min-height: 350px;
    }

    .swiper-container {
        height: 350px;
    }

    .index-search {
        width: 550px;
        margin-left: -275px;
        top: 160px;
    }

    .index-search-form {
        width: 550px;
    }

    .index-stats {
        padding: 25px 15px;
    }

    .index-stats .stats-value {
        font-size: 28px;
    }
}

@media screen and (max-width: 992px) {
    body, html {
        min-width: auto !important;
    }

    .swiper-banner {
        min-height: 320px;
    }

    .swiper-container {
        height: 320px !important;
    }

    .swiper-container .swiper-slide a p {
        font-size: 32px;
        top: 140px;
    }

    .swiper-container .swiper-slide a span {
        font-size: 16px;
        top: 190px;
    }

    .index-search {
        width: 500px;
        margin-left: -250px;
        top: 150px;
    }

    .index-search-form {
        width: 500px;
    }

    .index-stats {
        flex-wrap: wrap;
        padding: 25px 15px;
    }

    .index-stats .stats-item {
        width: 50%;
        justify-content: center;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .index-stats .stats-item:nth-last-child(2),
    .index-stats .stats-item:last-child {
        margin-bottom: 0;
    }

    .index-stats .stats-item:not(:last-child)::after {
        display: none;
    }

    .index-stats .stats-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin-right: 15px;
    }

    .index-stats .stats-value {
        font-size: 26px;
    }

    .notice {
        height: auto;
        line-height: 1.5;
        padding: 15px;
        margin: 15px 0;
    }

    .notice .main-wrap {
        width: 100% !important;
        float: none;
    }

    .notice .main-wrap li {
        width: 100%;
        padding: 8px 0;
        text-align: left;
    }

    .notice .main-wrap li a.text {
        width: calc(100% - 80px);
    }

    .notice .more-wrap {
        float: none;
        text-align: right;
    }

    .ct-box {
        padding: 0 15px 15px 15px;
    }

    .ct-box .hd {
        height: auto;
        line-height: 1.5;
        padding: 15px 0;
    }

    .ct-box .hd .doc-list-title {
        font-size: 20px;
    }

    .list-row {
        justify-content: center;
    }

    .list-row .list-item {
        width: calc(50% - 15px);
        margin-right: 10px;
        margin-bottom: 15px;
    }

    .list-row .list-item:nth-child(6n) {
        margin-right: 10px;
    }

    .list-row .list-item:nth-child(2n) {
        margin-right: 0;
    }

    .list-row-2 {
        justify-content: center;
    }

    .list-row-2 .list-item {
        width: calc(50% - 15px);
        margin-right: 10px;
        margin-bottom: 15px;
    }

    .list-row-2 .list-item:nth-child(7n) {
        margin-right: 10px;
    }

    .list-row-2 .list-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    html, body {
        min-width: 100% !important;
        overflow-x: hidden;
    }

    .doc-header .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .doc-header .container .jn-logo {
        max-width: 150px;
        margin-right: 10px;
    }

    .doc-header .container .jn-logo a img {
        max-height: 40px;
        max-width: 150px;
    }

    .doc-header .container .mobile-menu-btn {
        display: flex !important;
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 8px;
        padding: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .doc-header .container .mobile-menu-btn span {
        width: 20px;
        height: 2px;
        background: #fff;
        margin: 3px 0;
        border-radius: 1px;
        transition: all 0.3s ease;
    }

    .doc-header .container .mobile-menu-btn.active span:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
    }

    .doc-header .container .mobile-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .doc-header .container .mobile-menu-btn.active span:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
    }

    .doc-header .container .jn-nav {
        display: none;
        width: 100%;
        flex-basis: 100%;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #eee;
    }

    .doc-header .container .jn-nav.mobile-active {
        display: flex;
        flex-direction: column;
    }

    .doc-header .container .jn-nav > li {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        border-bottom: 1px solid #f5f5f5;
    }

    .doc-header .container .jn-nav > li:last-child {
        border-bottom: none;
    }

    .doc-header .container .jn-nav > li > a {
        width: 100%;
        padding: 12px 0;
        font-size: 15px;
        text-align: left;
    }

    .doc-header .container .header-right {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .doc-header .container .header-right .pull-search {
        display: none;
    }

    .doc-header .container .header-right .condition {
        margin-left: 10px;
    }

    .swiper-banner {
        min-height: 280px;
    }

    .swiper-container {
        height: 280px !important;
    }

    .swiper-container .swiper-slide a p {
        font-size: 24px;
        top: 100px;
        letter-spacing: 2px;
    }

    .swiper-container .swiper-slide a span {
        font-size: 14px;
        top: 145px;
    }

    .index-search {
        width: 100% !important;
        margin-left: 0 !important;
        left: 0 !important;
        top: auto !important;
        position: relative !important;
        padding: 20px 15px;
    }

    .index-search-form {
        width: 100% !important;
        max-width: 100%;
        border-radius: 25px;
        padding: 4px;
    }

    .index-search-form input {
        width: 100% !important;
        height: 44px;
        font-size: 14px;
        padding: 0 15px;
    }

    .index-search-form .btn-search-v4 {
        width: 90px;
        height: 40px;
        font-size: 14px;
        border-radius: 22px;
    }

    .home-page-hot-list-wrap {
        width: 100%;
        margin-top: 15px;
    }

    .hot-list-title {
        display: none;
    }

    .home-page-hot-list {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .home-page-hot-list .hot-tag {
        font-size: 12px;
        padding: 4px 10px;
        margin: 3px 5px;
    }

    .index-stats {
        padding: 20px 10px;
        flex-wrap: wrap;
        border-radius: 12px;
    }

    .index-stats .stats-item {
        width: 50%;
        padding: 10px 5px;
        margin-bottom: 15px;
    }

    .index-stats .stats-item:nth-last-child(2),
    .index-stats .stats-item:last-child {
        margin-bottom: 0;
    }

    .index-stats .stats-item::after {
        display: none;
    }

    .index-stats .stats-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin-right: 10px;
    }

    .index-stats .stats-value {
        font-size: 20px;
    }

    .index-stats .stats-label {
        font-size: 12px;
    }

    .notice {
        padding: 12px 15px;
        margin: 10px 0;
        border-radius: 10px;
    }

    .notice .name-wrap {
        padding-right: 10px;
    }

    .notice .main-wrap {
        width: calc(100% - 100px) !important;
    }

    .notice .main-wrap li {
        padding: 6px 0;
        font-size: 13px;
    }

    .ct-box {
        padding: 0 12px 12px 12px;
        border-radius: 12px;
    }

    .ct-box .hd {
        padding: 15px 0;
    }

    .ct-box .hd .doc-list-title {
        font-size: 18px;
    }

    .ct-box .hd::after {
        width: 50px;
        height: 2px;
    }

    .ct-box .hd .more {
        font-size: 12px;
    }

    .list-row,
    .list-row-2 {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }

    .list-row .list-item,
    .list-row-2 .list-item {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
        padding: 0;
    }

    .list-row .list-item-img,
    .list-row-2 .list-item-img {
        height: 160px;
        border-radius: 8px 8px 0 0;
    }

    .list-row .list-item:nth-child(2n),
    .list-row-2 .list-item:nth-child(2n) {
        margin-right: 5px;
    }

    .list-row .list-item-title,
    .list-row-2 .list-item-title {
        font-size: 13px;
        padding: 8px;
        height: auto;
        line-height: 1.4;
    }

    .list-item-info {
        padding: 0 8px 8px 8px;
        font-size: 11px;
    }

    .vip-badge {
        font-size: 10px;
        padding: 2px 5px;
    }

    .breadcrumb {
        height: auto;
        line-height: 1.5;
        padding: 12px 0;
        font-size: 12px;
    }

    .doc_content {
        width: 100% !important;
        display: block;
    }

    .doc_box_right {
        width: 100% !important;
        margin-left: 0 !important;
        float: none;
    }

    .doc_box_left {
        width: 100% !important;
        float: none;
        margin-bottom: 15px;
    }

    .introduce {
        padding: 12px;
    }

    .search_box .hd {
        padding: 12px 0;
    }

    .search_box .hd h1 {
        font-size: 18px;
    }

    .doc_box_right .docs .doc-list li .title {
        max-width: 100%;
        margin-left: 0;
        margin-top: 12px;
        float: none;
        font-size: 15px;
    }

    .doc_box_right .docs .doc-list li .front {
        float: none;
        width: 100%;
        height: auto;
        max-height: 200px;
    }

    .doc_box_right .docs .intros {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .doc_box_right .docs .infos {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .pageModel {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .pageModel a {
        padding: 6px 12px;
        font-size: 12px;
        margin: 2px;
    }

    footer {
        padding: 15px;
    }

    footer .footer {
        padding: 15px 0;
    }

    footer .footer-left,
    footer .footer-right {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    footer .footer-bottom {
        padding: 12px 0;
        text-align: center;
    }

    footer .footer-bottom div {
        float: none;
        margin-bottom: 6px;
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    html, body {
        min-width: 100% !important;
        overflow-x: hidden;
    }

    .doc-header .container {
        padding: 0 12px;
    }

    .doc-header .container .jn-logo {
        max-width: 120px;
    }

    .doc-header .container .jn-logo a img {
        max-height: 35px;
        max-width: 120px;
    }

    .doc-header .container .mobile-menu-btn {
        width: 36px;
        height: 36px;
        padding: 6px;
    }

    .doc-header .container .mobile-menu-btn span {
        width: 18px;
    }

    .doc-header .container .header-right .condition .upload-doc {
        padding: 6px 10px;
        font-size: 12px;
    }

    .doc-header .container .header-right .condition .upload-doc i {
        font-size: 12px;
    }

    .doc-header .container .header-right .condition .userlogin {
        font-size: 12px;
        padding: 6px 10px;
    }

    .swiper-banner {
        min-height: 220px;
    }

    .swiper-container {
        height: 220px !important;
    }

    .swiper-container .swiper-slide a p {
        font-size: 20px;
        top: 80px;
        letter-spacing: 1px;
    }

    .swiper-container .swiper-slide a span {
        font-size: 12px;
        top: 120px;
        display: none;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 35px !important;
        height: 35px !important;
    }

    .swiper-pagination-bullet {
        width: 20px !important;
        height: 6px !important;
    }

    .index-search {
        padding: 15px 12px;
    }

    .index-search-form {
        border-radius: 20px;
        padding: 3px;
    }

    .index-search-form input {
        height: 40px;
        font-size: 13px;
        padding: 0 12px;
    }

    .index-search-form .btn-search-v4 {
        width: 80px;
        height: 36px;
        font-size: 13px;
        border-radius: 18px;
    }

    .index-search-form .btn-search-v4 i {
        font-size: 14px;
    }

    .home-page-hot-list-wrap {
        margin-top: 12px;
    }

    .home-page-hot-list .hot-tag {
        font-size: 11px;
        padding: 3px 8px;
        margin: 2px 4px;
    }

    .index-stats {
        padding: 15px 10px;
    }

    .index-stats .stats-item {
        width: 50%;
        padding: 8px 5px;
        margin-bottom: 12px;
    }

    .index-stats .stats-item:nth-last-child(2),
    .index-stats .stats-item:last-child {
        margin-bottom: 0;
    }

    .index-stats .stats-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
        margin-right: 8px;
    }

    .index-stats .stats-value {
        font-size: 18px;
    }

    .index-stats .stats-label {
        font-size: 11px;
    }

    .notice {
        padding: 10px 12px;
        margin: 8px 0;
        border-radius: 8px;
    }

    .notice .name-wrap {
        font-size: 13px;
        padding-right: 8px;
    }

    .notice .name-wrap i {
        font-size: 14px;
    }

    .notice .main-wrap {
        width: calc(100% - 80px) !important;
    }

    .notice .main-wrap li {
        padding: 5px 0;
        font-size: 12px;
    }

    .notice .main-wrap li a.text {
        max-width: 100%;
    }

    .notice .more-wrap {
        font-size: 12px;
    }

    .ct-box {
        padding: 0 10px 10px 10px;
        margin-top: 10px;
        border-radius: 10px;
    }

    .ct-box .hd {
        padding: 12px 0;
    }

    .ct-box .hd .doc-list-title {
        font-size: 16px;
    }

    .ct-box .hd::after {
        width: 40px;
    }

    .ct-box .hd .more {
        font-size: 11px;
    }

    .ct-box .hd .more i {
        font-size: 12px;
    }

    .list-row,
    .list-row-2 {
        margin: 0 -4px;
    }

    .list-row .list-item,
    .list-row-2 .list-item {
        width: calc(50% - 8px);
        margin: 0 4px 8px 4px;
    }

    .list-row .list-item-img,
    .list-row-2 .list-item-img {
        height: 140px;
        border-radius: 6px 6px 0 0;
    }

    .list-row .list-item-title,
    .list-row-2 .list-item-title {
        font-size: 12px;
        padding: 6px;
        line-height: 1.3;
    }

    .list-item-info {
        padding: 0 6px 6px 6px;
        font-size: 10px;
    }

    .vip-badge {
        font-size: 9px;
        padding: 2px 4px;
        top: 4px;
        right: 4px;
    }

    .search_box .sub_lists ul li a {
        padding: 5px 10px;
        font-size: 12px;
    }

    .login-box {
        width: 90% !important;
        height: auto !important;
        padding: 15px;
        border-radius: 10px;
    }

    .pageModel {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .pageModel a {
        padding: 5px 10px;
        font-size: 11px;
        margin: 1px;
    }

    footer {
        padding: 12px;
    }

    footer .footer {
        padding: 12px 0;
    }

    footer .footer-left,
    footer .footer-right {
        font-size: 12px;
        margin-bottom: 8px;
    }

    footer .footer-bottom {
        padding: 10px 0;
    }

    footer .footer-bottom div {
        font-size: 11px;
    }
}

@media screen and (max-width: 360px) {
    html, body {
        min-width: 320px !important;
        overflow-x: hidden;
    }

    .container {
        padding: 0 10px;
    }

    .doc-header {
        padding: 10px 0;
    }

    .doc-header .container {
        padding: 0 10px;
    }

    .doc-header .container .jn-logo {
        max-width: 100px;
        margin-right: 8px;
    }

    .doc-header .container .jn-logo a img {
        max-height: 30px;
        max-width: 100px;
    }

    .doc-header .container .mobile-menu-btn {
        width: 32px;
        height: 32px;
        padding: 5px;
    }

    .doc-header .container .mobile-menu-btn span {
        width: 16px;
        height: 2px;
        margin: 2px 0;
    }

    .doc-header .container .header-right .condition .upload-doc {
        padding: 5px 8px;
        font-size: 11px;
    }

    .doc-header .container .header-right .condition .upload-doc i {
        font-size: 11px;
        margin-right: 3px;
    }

    .doc-header .container .header-right .condition .upload-doc span {
        display: none;
    }

    .doc-header .container .header-right .condition .userlogin {
        font-size: 11px;
        padding: 5px 8px;
    }

    .swiper-banner {
        min-height: 180px;
    }

    .swiper-container {
        height: 180px !important;
    }

    .swiper-container .swiper-slide a p {
        font-size: 16px;
        top: 60px;
    }

    .swiper-container .swiper-slide a span {
        font-size: 11px;
        top: 95px;
        display: none;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 30px !important;
        height: 30px !important;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 15px !important;
    }

    .index-search {
        padding: 12px 10px;
    }

    .index-search-form input {
        height: 36px;
        font-size: 12px;
        padding: 0 10px;
    }

    .index-search-form .btn-search-v4 {
        width: 70px;
        height: 32px;
        font-size: 12px;
        border-radius: 16px;
    }

    .home-page-hot-list .hot-tag {
        font-size: 10px;
        padding: 3px 6px;
        margin: 2px 3px;
    }

    .index-stats {
        padding: 12px 8px;
    }

    .index-stats .stats-item {
        width: 50%;
        padding: 6px 4px;
        margin-bottom: 10px;
    }

    .index-stats .stats-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
        margin-right: 6px;
    }

    .index-stats .stats-value {
        font-size: 16px;
    }

    .index-stats .stats-label {
        font-size: 10px;
    }

    .notice {
        padding: 8px 10px;
        margin: 8px 0;
    }

    .notice .name-wrap {
        font-size: 12px;
    }

    .notice .main-wrap {
        width: calc(100% - 70px) !important;
    }

    .notice .main-wrap li {
        padding: 4px 0;
        font-size: 11px;
    }

    .ct-box {
        padding: 0 8px 8px 8px;
        margin-top: 8px;
    }

    .ct-box .hd {
        padding: 10px 0;
    }

    .ct-box .hd .doc-list-title {
        font-size: 15px;
    }

    .list-row .list-item,
    .list-row-2 .list-item {
        width: calc(50% - 8px);
        margin: 0 4px 8px 4px;
    }

    .list-row .list-item-img,
    .list-row-2 .list-item-img {
        height: 120px;
    }

    .list-row .list-item-title,
    .list-row-2 .list-item-title {
        font-size: 11px;
        padding: 5px;
    }

    .list-item-info {
        font-size: 9px;
        padding: 0 5px 5px 5px;
    }

    footer {
        padding: 10px;
    }

    footer .footer {
        padding: 10px 0;
    }

    footer .footer-left,
    footer .footer-right {
        font-size: 11px;
    }

    footer .footer-bottom div {
        font-size: 10px;
    }
}