@media screen and (max-width: 768px) {
    body {
        min-width: auto;
    }

    .toper-head {
        width: auto;
        height: 60px;
        text-align: center;
    }

    .toper-head-l,
    .toper-head-r {
        float: inherit;
    }

    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #053ca5;
    }

    .footer .middle dl {
        position: static;
        margin-bottom: 20px;
    }

    footer {
        display: none;
    }

    .footer a {
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }

    .footer>a {
        width: 100%;
        font-family: "PingFang SC";
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        color: #fff;
    }

    .footer p,
    .footer p a {
        font-family: "PingFang SC";
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        color: #fff;
    }

    .footertwo {
        display: block;
    }

    .sxbzxcg.main-container {
        min-width: auto;
    }

    .sxbzxcg .content-wrapper {
        padding: 0 24px 40px 24px;
        margin-top: -32px;
    }

    .sxbzxcg .intro-text {
        padding: 24px 28px;
        font-size: 16px;
        line-height: 26px;
        border-radius: 24px;
    }

    .sxbzxcg .content-item {
        margin-top: 16px;
        border-radius: 24px;
    }

    .sxbzxcg .content-item-inner {
        padding: 24px 28px;
        min-height: auto;
        flex-direction: column;
        gap: 8px;
    }

    .sxbzxcg .content-item-sort {
        width: 48px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        margin-right: 16px;
    }

    .sxbzxcg .content-item-title {
        font-size: 20px;
        line-height: 28px;
    }

    .sxbzxcg .content-item-toggle {
        width: 40px;
        height: 40px;
        margin-left: 0;
    }

    .sxbzxcg .content-item-toggle-icon {
        width: 40px;
        height: 40px;
    }

    .sxbzxcg .content-details {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px;
    }

    .sxbzxcg .detail-item {
        padding: 20px 24px 16px 24px;
        border-radius: 12px;
    }

    .sxbzxcg .detail-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .sxbzxcg .detail-description {
        font-size: 14px;
        line-height: 22px;
    }

    .sxbzxcg .detail-description .highlight-text {
        font-size: 14px;
    }

    .sxbzxcg .grid-2 {
        gap: 12px;
    }

    .sxbzxcg .detail-image {
        margin-top: 12px;
    }

    .sxbzxcg .detail-subtitle {
        margin-top: 8px;
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1680px) {
    .sxbzxcg .content-tabs {
        display: none;
    }
}