.mobile-container {
    display: none;
}
.mobile-header {
    display: none;
}
.mobile-footer-top {
    display: none;
}
.mobile-footer-bottom {
    display: none;
}
.header {
    display: block;
}
.web-container {
    display: block;
}
.m-csdjgwettr {
    display: block;
}
.g-top {
  display: block;
}
.mobile-breadcrumb {
  display: none;
}
.footer-top {
    display: block;
}
.m-carijfnlgnw {
    display: block;
}

@media screen and (max-width: 768px) {

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    body {
        font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
        color: #333;
        background-color: #fff;
    }
    a {
        color: #333;
        text-decoration: none;
    }
    a:hover {
        text-decoration: none;
    }
    .web-container {
        display: none;
    }
    .header {
        display: none;
    }
    .mobile-container {
        overflow-x: hidden;
        display: block;
    }
    .mobile-footer-top {
        display: block;
    }
    .mobile-footer-bottom {
        display: block;
    }
    .m-csdjgwettr {
        display: none;
    }
    .g-top {
      display: none;
    }
    .mobile-breadcrumb {
      display: block;
    }
    .footer-top {
        display: none;
    }
    .m-carijfnlgnw {
        display: none;
    }

    .mobile-header {
        background: #ffffff url('../images/headbanner1.png') no-repeat center center;
        /*background-size: cover;*/
        /*height: 290px;*/
        display: block;
        overflow: hidden;
    }
    .mobile-header-bg-wrapper {
        /*background: #3867C8 url('../images/gy_headbanner.png') no-repeat center center;*/
        /*height: 240px;*/
    }

    .mobile-header-banner {
        padding: 40px 15px 15px;
        text-align: center;
    }

    .mobile-header-logo {
        max-width: 75%;
        height: auto;
    }

    .mobile-header-nav-swiper {
        background: #3867C8;
        white-space: nowrap;
    }

    .mobile-header-nav-swiper .swiper {
        width: 100%;
        height: 48px;
    }

    .mobile-nav-arrow-wrapper-top {
        position: relative;
    }

    .mobile-nav-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        user-select: none;
        background: rgba(0, 0, 0, 0.35);
    }

    .mobile-nav-arrow.visible {
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-nav-arrow svg {
        width: 14px;
        height: 14px;
        display: block;
        fill: #fff;
    }

    .mobile-nav-arrow-prev {
        left: 0;
    }

    .mobile-nav-arrow-next {
        right: 0;
    }

    .mobile-header-nav-swiper .swiper-slide {
        width: auto;
        flex-shrink: 0;
    }

    .mobile-nav-link {
        color: #f1eeee;
        font-size: 16px;
        padding: 12px 15px;
        text-align: center;
        display: block;
        white-space: nowrap;
    }

    .mobile-nav-link:hover {
        color: #fff;
        background-color: #2F56A8;
    }

    .mobile-top-title {
        display: block;
        padding: 15px 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        font-size: 20px;
        color: #cd0000;
        font-weight: bold;
    }

    .mobile-top-title-info {
        color: #8a8383;
        font-size: 14px;
        padding: 0 15px 15px;
        line-height: 1.6;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: block;
    }

    .mobile-banner-one {
        margin-bottom: 10px;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .mobile-banner-one .swiper {
        width: 100%;
        height: 270px;
    }

    .mobile-banner-one .swiper-slide {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .mobile-banner-one-abg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 15px;
        background: rgba(0,0,0,0.6);
        color: #fff;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        z-index: 10;
        pointer-events: none;
    }

    .mobile-banner-one .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .mobile-news-list {
        padding: 15px;
        background: #fff;
        margin-bottom: 10px;
    }

    .mobile-news-title {
        font-size: 20px;
        font-weight: bold;
        color: #3967C7;
        padding-bottom: 10px;
        border-bottom: 2px solid #3967C7;
        margin-bottom: 15px;
    }

    .mobile-news-item {
        padding: 10px 0;
        border-bottom: 1px dashed #e0e0e0;
        overflow: hidden;
    }

    .mobile-news-item:last-child {
        border-bottom: none;
    }

    .mobile-news-dot {
        float: left;
        width: 8px;
        height: 8px;
        background: #ccc;
        border-radius: 50%;
        margin-right: 10px;
        margin-top: 8px;
    }

    .mobile-news-text {
        float: left;
        width: calc(100% - 25px);
        font-size: 16px;
        line-height: 1.5;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-news-text:hover {
        color: #cd0000;
    }

    .mobile-list-row-one, .mobile-list-row-two {
        padding: 15px;
    }

    /* 政策法规、会员动态、政府公报 三栏间距（移动端垂直） */
    .mobile-list-row-one .mobile-center,
    .mobile-list-row-one .mobile-right {
        margin-top: 30px;
    }

    /* 改善服务、管理论坛、健康指南 三栏间距（移动端垂直） */
    .mobile-list-row-two .mobile-left,
    .mobile-list-row-two .mobile-center,
    .mobile-list-row-two .mobile-right {
        margin-bottom: 30px;
    }
    .mobile-list-row-two .mobile-right:last-child {
        margin-bottom: 0;
    }

    .mobile-lable-container {
        position: relative;
        height: 360px;
    }

    .mobile-lable-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .mobile-lable-link {
        position: absolute;
        z-index: 2;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        width: 100%;
        display: block;
    }

    .mobile-lable-link:nth-child(2) {
        top: 40px;
    }

    .mobile-lable-link:nth-child(3) {
        top: 160px;
    }

    .mobile-lable-link:nth-child(4) {
        top: 280px;
    }

    .mobile-banner-img {
        margin: 15px 0;
    }

    .mobile-banner-img img {
        width: 100%;
        height: auto;
    }

    .mobile-banner-img-swiper {
        margin: 15px 0;
    }

    .mobile-banner-img-swiper .swiper {
        width: 100%;
        height: 100px;
    }

    .mobile-banner-img-swiper .swiper-slide {
        width: 100%;
        height: 100%;
    }
    .mobile-banner-img-swiper .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .mobile-banner-img-swiper .swiper-slide img {
        width: 100vw;
        height: 100%;
        object-fit: fill;
    }

    .mobile-swiper-list-box {
        background-color: #F5F5F5;
        padding: 15px;
    }

    .mobile-tab-title {
        text-align: center;
        margin-bottom: 15px;
    }

    .mobile-tab-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        color: #808080;
        cursor: pointer;
    }

    .mobile-tab-btn img {
        margin-right: 6px;
        vertical-align: middle;
    }

    .mobile-tab-btn .mobile-video-icon {
        width: 27px;
        height: 23px;
    }

    .mobile-tab-btn .mobile-book-icon {
        width: 21px;
        height: 27px;
    }

    .mobile-tab-btn.active {
        color: #222;
    }

    /* 左右箭头（与原PC版尺寸一致） */
    .mobile-list-arrow-left,
    .mobile-list-arrow-right {
        position: absolute;
        top: 35%;
        margin-top: -34px;
        width: 28px;
        height: 68px;
        z-index: 5;
        cursor: pointer;
    }
    .mobile-list-arrow-left {
        left: 0;
    }
    .mobile-list-arrow-right {
        right: 0;
    }

    /* swiper 容器增加左右内边距，给箭头留出空间 */
    #videoSwiperBox,
    #bookSwiperBox {
        position: relative;
        padding: 0 36px;
    }

    .mobile-video-swiper, .mobile-book-swiper {
        width: 100%;
        height: 280px;
    }

    .mobile-video-swiper .swiper-slide, .mobile-book-swiper .swiper-slide {
        text-align: center;
    }

    .mobile-video-swiper .swiper-slide a,
    .mobile-book-swiper .swiper-slide a {
        position: relative;
        display: block;
    }

    .mobile-video-swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 200px;
        object-fit: contain;
        margin: 0 auto;
    }

    .mobile-book-swiper .swiper-slide img {
        width: 100%;
        height: 200px;
        object-fit: contain;
    }

    /* 视频播放按钮（叠加在缩略图上） */
    .mobile-video-swiper .swiper-slide .mobile-video-play-icon {
        position: absolute;
        left: 50%;
        top: 110px;
        transform: translate(-50%, -50%);
        width: auto;
        height: 40px;
        object-fit: contain;
    }

    .mobile-video-swiper .swiper-slide .mobile-video-title, .mobile-book-swiper .swiper-slide .mobile-book-title {
        font-size: 14px;
        text-align: center;
        padding: 10px 0;
        color: #333;
    }

    .mobile-tab-hidden {
        display: none !important;
    }

    .mobile-footer-top {
        background-color: #F2F2F2;
        padding: 15px;
        margin-top: 15px;
    }

    .mobile-footer-nav {
        border-top: 1px solid #E2E2E2;
        border-bottom: 1px solid #E2E2E2;
        padding: 10px 0;
        margin-bottom: 15px;
    }

    .mobile-footer-nav ul {
        list-style: none;
        display: flex;
        justify-content: space-around;
    }

    .mobile-footer-nav li {
        font-size: 14px;
        padding: 5px 10px;
        cursor: pointer;
        color: #444;
    }

    .mobile-footer-nav li.active {
        font-weight: bold;
        color: #0B67D4;
        background-color: #E6E6E6;
        border-radius: 4px;
    }

    .mobile-lable {
        background-color: #E6E6E6;
        padding: 15px;
        max-height: 150px;
        overflow-y: auto;
    }

    .mobile-lable a {
        display: block;
        width: 50%;
        float: left;
        font-size: 14px;
        color: #444;
        padding: 8px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-footer-bottom {
        background: #3867C8;
        padding: 15px;
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 1.8rem;
    }

    .mobile-search-box {
        padding: 10px 25px 30px;
    }

    .mobile-search-box .mobile-search-input {
        position: relative;
    }

    .mobile-search-box .mobile-search-input input {
        width: 100%;
        padding: 10px 45px 10px 15px;
        border: 1px solid #3867C8;
        border-radius: 8px;
        font-size: 14px;
        outline: none;
    }

    .mobile-search-box .mobile-search-btn {
        position: absolute;
        right: 0;
        top: 0px;
        padding: 10px 30px;
        background: #3867C8;
        color: #fff;
        border: none;
        border-radius: 0 6px 6px 0;
        cursor: pointer;
        font-size: 16px;
    }

    .mobile-date-display {
        text-align: center;
        color: #fff;
        font-size: 14px;
        margin-bottom: 10px;
    }

    /* ===== 内页共用：面包屑 ===== */
    .mobile-breadcrumb {
        padding: 12px 15px;
        font-size: 14px;
        color: #888;
        background: #f9f9f9;
        border-bottom: 1px solid #eee;
    }
    .mobile-breadcrumb img {
        width: 16px;
        vertical-align: middle;
        margin-right: 4px;
        margin-top: -4px;
    }
    .mobile-breadcrumb a {
        color: #888;
    }
    .mobile-breadcrumb a:hover {
        color: #cd0000;
    }
    .mobile-breadcrumb span {
        color: #555;
    }

    /* ===== 内页共用：二级导航 ===== */
    .mobile-sub-nav-swiper {
        background: #fff;
        border-bottom: 1px solid #eee;
    }
    .mobile-sub-nav-swiper .swiper-slide {
        width: auto;
        flex-shrink: 0;
    }
    .mobile-sub-nav-link {
        display: block;
        padding: 12px 12px;
        font-size: 16px;
        color: #555;
        white-space: nowrap;
        position: relative;
    }
    .mobile-sub-nav-link.active {
        color: #cd0000;
        font-weight: bold;
    }
    .mobile-sub-nav-link.active::after {
        content: '';
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 0;
        height: 3px;
        background: #cd0000;
        border-radius: 2px;
    }

    /* ===== 内页共用：二级导航左右箭头 ===== */
    .mobile-nav-arrow-wrapper-sub {
        position: relative;
    }
    .mobile-nav-arrow-wrapper-sub .mobile-nav-arrow {
        background: rgba(205, 0, 0, 0.85);
    }
    .mobile-nav-arrow-wrapper-sub .mobile-nav-arrow svg {
        fill: #fff;
    }

    /* ===== 协会介绍页：文章内容 ===== */
    .mobile-article-wrap {
        padding: 20px 15px 30px;
        background: #fff;
    }
    .mobile-article-title {
        text-align: center;
        font-size: 20px;
        color: #cd0000;
        font-weight: bold;
        padding: 5px 0;
    }
    .mobile-article-body {
        font-size: 15px;
        line-height: 1.85;
        color: #333;
        text-align: justify;
    }
    .mobile-article-body p {
        margin-bottom: 14px;
        text-indent: 2em;
        font-size: 16px;
    }
    /* 文章详情页：来源/时间 */
    .mobile-article-info {
        text-align: center;
        font-size: 13px;
        color: #888;
        line-height: 1.6;
        margin: 8px 0 18px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dfdfdf;
    }
    /* 文章详情页：正文图片自适应 */
    .mobile-article-body img {
        max-width: 100%;
        height: auto;
        display: inline-block;
    }
    /* 居中段落不缩进 */
    .mobile-article-body p[style*="text-align: center"] {
        text-indent: 0;
    }
    .mobile-article-contact {
        margin-top: 18px;
        padding-top: 18px;
        border-top: 1px dashed #e0e0e0;
        font-size: 14px;
        line-height: 1.8;
        color: #555;
    }
    .mobile-article-contact p {
        text-indent: 2em;
        margin-bottom: 6px;
    }

    /* ===== 会费标准页（参照会费标准_医院协会手机站） ===== */
    .mobile-g-dynamic {
        background: #fff;
    }
    .mobile-g-dynamic-bt {
        width: 90%;
        line-height: 2rem;
        margin: 1rem auto 15px;
        position: relative;
    }
    .mobile-g-dynamic-bt .mobile-a1 {
        display: block;
        font-size: 1.2rem;
        color: #3867c8;
        padding-left: 15px;
        font-weight: bold;
        position: relative;
        width: 100%;
    }
    .mobile-g-dynamic-bt .mobile-a1::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 5px;
        height: 1.2rem;
        background: #3867c8;
    }
    .mobile-g-dynamic-list {
        width: 93%;
        margin: 0 auto;
    }
    .mobile-xhzc-box {
        margin-top: 10px;
    }
    .mobile-xhzc-box p {
        font-size: 1rem;
        line-height: 3rem;
        color: #333;
    }

    /* ===== 会员注册页 ===== */
    .mobile-reg-wrap {
        width: 93%;
        margin: 1rem auto 30px;
        background: #fff;
    }
    .mobile-reg-title {
        display: flex;
        align-items: center;
        line-height: 2rem;
        margin-bottom: 20px;
    }
    .mobile-reg-title-bar {
        display: inline-block;
        width: 5px;
        height: 1.2rem;
        background: #3867c8;
        margin-right: 10px;
        flex-shrink: 0;
    }
    .mobile-reg-title-text {
        font-size: 1.2rem;
        color: #3867c8;
        font-weight: bold;
    }
    .mobile-reg-form {
        padding: 0 10px;
    }
    .mobile-reg-form-item {
        margin-bottom: 20px;
    }
    .mobile-reg-label {
        display: block;
        font-size: 15px;
        color: #333;
        margin-bottom: 8px;
    }
    .mobile-reg-label i {
        display: inline-block;
        margin-right: 4px;
        font-size: 15px;
        color: #f02424;
        font-style: normal;
    }
    .mobile-reg-input {
        display: block;
        width: 100%;
        height: 44px;
        border: 1px solid #dbdbdb;
        border-radius: 8px;
        padding: 5px 12px;
        font-size: 15px;
        color: #333;
        box-sizing: border-box;
        outline: none;
    }
    .mobile-reg-input:focus {
        border-color: #3867c8;
    }
    .mobile-reg-code-row {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .mobile-reg-code-input {
        flex: 1;
    }
    .mobile-reg-code-img {
        width: 120px;
        height: 44px;
        border: 1px solid #dbdbdb;
        border-radius: 8px;
        cursor: pointer;
        object-fit: cover;
        flex-shrink: 0;
    }
    .mobile-reg-submit-row {
        text-align: center;
        margin-top: 30px;
    }
    .mobile-reg-submit-btn {
        width: 60%;
        height: 48px;
        background: linear-gradient(to right, #407af3, #3968c9);
        border: none;
        border-radius: 10px;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        outline: none;
    }
    .mobile-reg-submit-btn:active {
        opacity: 0.85;
    }

    /* ===== 会员查询页 ===== */
    .mobile-member-query-wrap {
        width: 93%;
        margin: 1rem auto 30px;
        background: #fff;
    }
    .mobile-member-query-title {
        text-align: center;
        font-size: 1.3rem;
        font-weight: bold;
        color: #cd0000;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }
    .mobile-member-query-list p {
        font-size: 1rem;
        line-height: 2.2;
        color: #333;
    }
    .mobile-member-query-list .mobile-member-cat {
        font-weight: bold;
        margin-top: 12px;
        color: #333;
    }
    .mobile-member-query-list .mobile-member-cat:first-child {
        margin-top: 0;
    }

    /* ===== 全文检索页 ===== */
    .mobile-search-wrap {
        width: 93%;
        margin: 1rem auto 15px;
        background: #fff;
        padding: 15px;
        box-sizing: border-box;
    }
    .mobile-search-input-box {
        display: flex;
        align-items: center;
        gap: 0px;
    }
    .mobile-search-wrap .mobile-search-input {
        position: static;
        flex: 1;
        height: 42px;
        border: 2px solid #3867c8;
        border-radius: 6px 0 0 6px;
        padding: 0 12px;
        font-size: 15px;
        color: #333;
        outline: none;
        box-sizing: border-box;
    }
    .mobile-search-wrap .mobile-search-btn {
        position: static;
        flex-shrink: 0;
        width: 70px;
        height: 42px;
        background: #3867c8;
        border: none;
        border-radius: 0 6px 6px 0;
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        outline: none;
    }
    .mobile-search-wrap .mobile-search-btn:active {
        opacity: 0.85;
    }
    .mobile-search-filter {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 12px;
        font-size: 13px;
        color: #666;
    }
    .mobile-search-filter label {
        display: flex;
        align-items: center;
        gap: 3px;
        cursor: pointer;
    }
    .mobile-search-filter input[type="radio"] {
        width: 14px;
        height: 14px;
        accent-color: #3867c8;
    }
    .mobile-search-divider {
        color: #ddd;
        margin: 0 2px;
    }

    .mobile-search-result-wrap {
        width: 93%;
        margin: 0 auto 30px;
        background: #fff;
        padding: 15px;
        box-sizing: border-box;
    }
    .mobile-search-result-info {
        font-size: 14px;
        color: #666;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .mobile-search-result-info i {
        font-style: normal;
        color: #cd0000;
        font-weight: bold;
        margin: 0 3px;
    }
    .mobile-search-result-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .mobile-search-result-list li {
        padding: 15px 0;
        border-bottom: 1px dashed #e2e2e2;
    }
    .mobile-search-result-list li:last-child {
        border-bottom: none;
    }
    .mobile-search-result-list li a {
        display: block;
    }
    .mobile-result-item-title {
        margin-bottom: 8px;
    }
    .mobile-result-cat {
        display: inline-block;
        background: #3867c8;
        color: #fff;
        font-size: 12px;
        padding: 1px 8px;
        border-radius: 3px;
        margin-right: 6px;
        margin-top: -7px;
        vertical-align: middle;
    }
    .mobile-result-item-title h2 {
        display: inline;
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: 1.5;
    }
    .mobile-result-item-art {
        margin-bottom: 8px;
    }
    .mobile-result-item-art p {
        font-size: 14px;
        line-height: 1.6;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin: 0;
    }
    .mobile-result-item-time {
        font-size: 13px;
        color: #999;
    }
    .mobile-result-item-art em,
    .mobile-result-item-title em {
        font-style: normal;
        color: #f73131;
    }

    /* ===== 会员之窗页 ===== */
    .mobile-vip-header {
        width: 93%;
        margin: 1rem auto 15px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 2rem;
    }
    .mobile-vip-header-title {
        display: flex;
        align-items: center;
    }
    .mobile-vip-title-bar {
        display: inline-block;
        width: 5px;
        height: 1.2rem;
        background: #3867c8;
        margin-right: 10px;
        flex-shrink: 0;
    }
    .mobile-vip-title-text {
        font-size: 1.2rem;
        color: #3867c8;
        font-weight: bold;
    }
    .mobile-morechannel {
        position: relative;
        flex-shrink: 0;
        width: 110px;
        height: 36px;
        background-color: #fff;
        background-image: url(../images/onfold.png);
        background-position: 10px 10px;
        background-size: 14px;
        background-repeat: no-repeat;
        padding-left: 34px;
        font-size: 14px;
        line-height: 36px;
        border-radius: 5px;
        border: 1px solid #999;
        cursor: pointer;
        color: #333;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: visible;
    }
    .mobile-morechannelBOX {
        position: absolute;
        right: 0;
        top: 44px;
        display: none;
        width: 130px;
        height: auto;
        max-height: 360px;
        overflow-y: auto;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .15);
        border-radius: 8px;
        z-index: 100;
    }
    .mobile-morechannelBOX.show {
        display: block;
    }
    .mobile-morechannelBOX a {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
        line-height: 34px;
        font-size: 14px;
        color: #333;
    }
    .mobile-morechannelBOX a:last-child {
        border-bottom: none;
    }

    .mobile-vip-list-wrap {
        width: 93%;
        margin: 0 auto;
        background: #fff;
    }
    .mobile-vip-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .mobile-vip-list li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px dashed #e2e2e2;
    }
    .mobile-vip-list li:last-child {
        border-bottom: none;
    }
    .mobile-vip-list li a {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .mobile-vip-img {
        display: block;
        width: 100%;
        height: 160px;
        object-fit: cover;
        border-radius: 4px;
        margin-bottom: 10px;
    }
    .mobile-vip-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
    }
    .mobile-vip-info h2 {
        width: 100%;
        font-size: 17px;
        line-height: 1.5;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 0 8px;
        font-weight: bold;
    }
    .mobile-vip-info p {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
        color: #666;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        margin: 0 0 8px;
    }
    .mobile-vip-info span {
        font-size: 13px;
        line-height: 1.5;
        color: #999;
        text-align: right;
    }

    @media (min-width: 500px) {
        .mobile-vip-list li {
            padding: 20px 0;
            height: auto;
        }
        .mobile-vip-list li a {
            flex-direction: row;
        }
        .mobile-vip-img {
            width: 30%;
            height: 150px;
            margin-bottom: 0;
        }
        .mobile-vip-info {
            width: 67%;
            margin-left: 3%;
            height: 150px;
        }
        .mobile-vip-info h2 {
            font-size: 18px;
        }
        .mobile-vip-info p {
            font-size: 15px;
            -webkit-line-clamp: 4;
        }
    }

    /* ===== 协会领导页：内容区 ===== */
    .mobile-leader-wrap {
        padding: 15px;
        background: #fff;
    }
    .mobile-leader-section {
        margin-bottom: 22px;
    }
    .mobile-leader-section:last-child {
        margin-bottom: 0;
    }
    .mobile-leader-section-title {
        font-size: 18px;
        font-weight: bold;
        color: #3967C7;
        padding-bottom: 8px;
        border-bottom: 2px solid #3967C7;
        margin-bottom: 14px;
        position: relative;
    }
    .mobile-leader-section-title.collapsible {
        cursor: pointer;
    }
    .mobile-toggle-btn {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 13px;
        font-weight: normal;
        color: #888;
        padding: 0 4px;
        line-height: 26px;
    }
    .mobile-toggle-arrow {
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #888;
        vertical-align: middle;
        margin-left: 4px;
        transition: transform 0.2s ease;
    }
    .mobile-toggle-btn.expanded .mobile-toggle-arrow {
        transform: rotate(180deg);
    }

    /* 姓名 chip 网格 */
    .mobile-name-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .mobile-name-chip {
        display: block;
        width: 33.33%;
        box-sizing: border-box;
        padding: 0 4px;
        margin-bottom: 10px;
    }
    .mobile-name-chip a {
        display: block;
        text-align: center;
        padding: 10px 4px;
        font-size: 14px;
        color: #333;
        background: #f5f7fb;
        border: 1px solid #e6ecf7;
        border-radius: 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-name-chip a:hover {
        color: #cd0000;
        border-color: #cd0000;
        background: #fff5f5;
    }

    /* 长文本（常务理事/理事） */
    .mobile-leader-text-box {
        font-size: 14px;
        line-height: 1.85;
        color: #333;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    .mobile-leader-text-box.collapsed {
        max-height: 256px;
    }
    .mobile-leader-text-box.expanded {
        max-height: 5000px;
    }
    .mobile-leader-text-box p {
        margin-bottom: 6px;
        text-indent: 1em;
        font-size: 16px;
    }
    .mobile-leader-text-box strong {
        color: #cd0000;
        font-weight: bold;
    }
    /* 折叠时的渐变遮罩 */
    .mobile-leader-text-mask {
        position: relative;
    }
    .mobile-leader-text-mask::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 40px;
        background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
        pointer-events: none;
        opacity: 1;
        transition: opacity 0.3s ease;
    }
    .mobile-leader-text-mask.expanded::after {
        opacity: 0;
    }

    /* ===== 分支机构页：列表 ===== */
    .mobile-branch-list {
        padding: 15px;
        background: #fff;
    }
    .mobile-branch-item {
        display: flex;
        align-items: center;
        padding: 14px 12px;
        margin-bottom: 12px;
        font-size: 15px;
        color: #333;
        border: 1px solid #ebe9e9;
        border-radius: 6px;
        background: #fff;
    }
    .mobile-branch-item:last-child {
        margin-bottom: 0;
    }
    .mobile-branch-item .mobile-branch-logo {
        width: 6px;
        height: 15px;
        margin-right: 10px;
        flex-shrink: 0;
    }
    .mobile-branch-item .mobile-branch-name {
        flex: 1;
        min-width: 0;
        padding: 0 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-branch-item .mobile-branch-arrow {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }
    .mobile-branch-item:hover {
        color: #cd0000;
        border-color: #cd0000;
        text-decoration: none;
    }

    /* ===== 内设部门页：卡片 ===== */
    .mobile-dept-list {
        padding: 15px;
        background: #fff;
    }
    .mobile-dept-card {
        margin-bottom: 16px;
        padding: 15px;
        background: #f9fafe;
        border-radius: 4px;
        display: flex;
        align-items: center;
    }
    .mobile-dept-card:last-child {
        margin-bottom: 0;
    }
    .mobile-dept-card img {
        width: 64px;
        height: 64px;
        flex-shrink: 0;
        margin-right: 12px;
        border-radius: 4px;
        object-fit: contain;
        background: #fff;
    }
    .mobile-dept-card-body {
        flex: 1;
        min-width: 0;
    }
    .mobile-dept-name {
        font-size: 16px;
        font-weight: bold;
        color: #3967C7;
        margin-bottom: 8px;
    }
    .mobile-dept-desc {
        font-size: 14px;
        line-height: 1.7;
        color: #333;
        text-align: justify;
    }
    .mobile-dept-phone {
        margin-top: 8px;
        font-size: 14px;
        color: #cd0000;
    }

    /* ===== 协会领导详情页 ===== */
    .mobile-leader-detail-wrap {
        padding: 20px 15px 30px;
        background: #fff;
    }
    .mobile-leader-detail-header {
        padding-bottom: 15px;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 20px;
    }
    .mobile-leader-detail-name {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        margin-bottom: 8px;
    }
    .mobile-leader-detail-info {
        font-size: 13px;
        color: #999;
    }
    .mobile-leader-detail-body {
        font-size: 15px;
        line-height: 1.85;
        color: #333;
    }
    .mobile-leader-detail-photo {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto 18px;
        border-radius: 4px;
    }
    .mobile-leader-detail-honor {
        text-align: center;
        font-size: 16px;
        color: #333;
        line-height: 2;
    }

    /* ===== 分支机构详情页 ===== */
    .mobile-branch-detail-wrap {
        padding: 20px 15px 30px;
        background: #fff;
    }
    .mobile-branch-detail-header {
        padding-bottom: 15px;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 20px;
    }
    .mobile-branch-detail-title {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        margin-bottom: 8px;
    }
    .mobile-branch-detail-info {
        font-size: 13px;
        color: #999;
    }
    .mobile-branch-detail-intro {
        font-size: 15px;
        line-height: 1.8;
        color: #333;
        margin-bottom: 18px;
    }
    .mobile-branch-role-title {
        font-size: 17px;
        font-weight: bold;
        color: #3867C8;
        margin: 18px 0 10px;
    }
    .mobile-branch-member-list {
        list-style: none;
        padding: 0;
        margin: 0 0 6px;
    }
    .mobile-branch-member-list li {
        font-size: 15px;
        line-height: 1.9;
        color: #333;
        display: flex;
    }
    .mobile-branch-member-name {
        display: inline-block;
        width: 78px;
        flex-shrink: 0;
        color: #333;
    }
    .mobile-branch-member-unit {
        flex: 1;
        color: #666;
    }

    /* ===== 文章列表页（协会党建等） ===== */
    /* 列表样式（与工作动态_医院协会手机站完全一致） */
    .mobile-g-dynamic-list {
        width: 93%;
        margin: 12px auto;
    }

    .mobile-g-dynamic-list li {
        width: 100%;
        padding: 10px 0 10px 15px;
        background: url(../images/new_spot.png) no-repeat left 1rem;
        border-bottom: #ebebeb 1px solid;
        list-style: none;
        position: relative;
    }

    .mobile-g-dynamic-list li:last-child {
        border-bottom: none;
    }

    /* new_spot.png 不存在时用伪元素生成圆点 */
    .mobile-g-dynamic-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 20px;
        width: 6px;
        height: 6px;
        background: #3b65b8;
        border-radius: 50%;
    }

    .mobile-g-dynamic-list li a {
        display: block;
        width: 98%;
        line-height: 1.6rem;
        font-size: 1.1rem;
        color: #000;
        text-decoration: none;
    }

    .mobile-g-dynamic-list li a:hover {
        color: #3b65b8;
    }

    .mobile-g-dynamic-list li p {
        display: block;
        width: 100%;
        line-height: 2rem;
        font-size: 1rem;
        color: #999;
    }

    /* 分页（Layui laypage） */
    .mobile-laypage-box {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px 15px 15px;
    }
    .mobile-laypage-box .layui-laypage a,
    .mobile-laypage-box .layui-laypage span {
        font-size: 14px;
        padding: 0 12px;
        height: 34px;
        line-height: 34px;
        border-radius: 4px;
    }
    .mobile-laypage-box .layui-laypage .layui-laypage-curr .layui-laypage-em {
        background-color: #cd0000;
    }
    .mobile-laypage-box .layui-laypage a:hover {
        color: #cd0000;
    }
    .mobile-laypage-box .layui-laypage .layui-laypage-total {
        color: #666;
        font-size: 13px;
    }

    /* ===== 图片新闻页 ===== */
    .mobile-photo-news-wrap {
        padding: 15px;
        background: #fff;
    }
    .mobile-photo-news-card {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #eee;
        border-radius: 6px;
        overflow: hidden;
        background: #fff;
        transition: box-shadow 0.2s ease;
    }
    .mobile-photo-news-card:active {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    }
    .mobile-photo-news-img {
        width: 100%;
        height: 260px;
        overflow: hidden;
        background: #f5f5f5;
    }
    .mobile-photo-news-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }
    .mobile-photo-news-info {
        padding: 12px 15px;
    }
    .mobile-photo-news-title {
        display: block;
        font-size: 16px;
        color: #333;
        line-height: 1.5;
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .mobile-photo-news-date {
        margin-top: 8px;
        font-size: 14px;
        color: #999;
        text-align: right;
    }

    /* ===== 专题专栏页 ===== */
    .mobile-topic-list-wrap {
        padding: 15px;
        background: #fff;
    }
    .mobile-topic-card {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dcdcdc;
        padding: 10px;
        border-radius: 6px;
        overflow: hidden;
        background: #fff;
        transition: box-shadow 0.2s ease;
    }
    .mobile-topic-card:last-child {
        margin-bottom: 0;
    }
    .mobile-topic-card:active {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    }
    .mobile-topic-card img {
        display: block;
        width: 100%;
        height: 130px;
        /*object-fit: cover;*/
    }

    /* ===== 专题专栏视频列表页 ===== */
    .mobile-video-list-wrap {
        padding: 15px;
        background: #fff;
    }
    .mobile-video-card {
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 6px;
        overflow: hidden;
        background: #fff;
    }
    .mobile-video-card:last-child {
        margin-bottom: 0;
    }
    .mobile-video-thumb {
        display: block;
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
        background: #000;
    }
    .mobile-video-thumb img:first-child {
        width: 100%;
        height: 100%;
        /*object-fit: cover;*/
        display: block;
    }
    .mobile-video-play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        opacity: 0.85;
        pointer-events: none;
    }
    .mobile-video-title {
        display: block;
        padding: 12px 15px;
        font-size: 15px;
        color: #333;
        line-height: 1.5;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-video-title:active {
        color: #cd0000;
    }

    /* ===== 专题专栏视频详情页 ===== */
    .mobile-video-detail-wrap {
        padding: 20px 15px 30px;
        background: #fff;
    }
    .mobile-video-detail-header {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .mobile-video-detail-title {
        font-size: 20px;
        font-weight: bold;
        color: #cd0000;
        line-height: 1.4;
        margin: 0 0 10px;
        text-align: center;
    }
    .mobile-video-detail-info {
        font-size: 13px;
        color: #888;
        line-height: 1.6;
        text-align: center;
        margin: 0;
    }
    .mobile-video-detail-body {
        text-align: center;
    }
    .mobile-video-player-box {
        width: 100%;
        background: #000;
        border-radius: 6px;
        overflow: hidden;
    }
    .mobile-video-player-box video {
        display: block;
        width: 100%;
        height: auto;
        max-height: 240px;
        object-fit: contain;
    }
    .mobile-video-file-name {
        margin-top: 15px;
        font-size: 14px;
        color: #555;
        line-height: 1.6;
    }

    /* ===== 创先争优 / 最美护士长 列表页 ===== */
    .mobile-zmhs-list {
        width: 93%;
        margin: 0 auto;
        padding: 5px 0 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px 0;
    }
    .mobile-zmhs-card {
        width: calc((100% - 15px) / 2);
        display: block;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 6px;
        overflow: hidden;
        transition: box-shadow 0.2s ease;
    }
    .mobile-zmhs-card:active {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    }
    .mobile-zmhs-card-img {
        width: 100%;
        height: 140px;
        overflow: hidden;
        /*background: #f5f5f5;*/
    }
    .mobile-zmhs-card-img img {
        width: 100%;
        height: 100%;
        /*object-fit: contain;*/
        object-fit: cover;
        display: block;
    }
    .mobile-zmhs-card-title {
        padding: 10px 12px 12px;
        font-size: 16px;
        color: #333;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-align: center;
        background: #f5f5f5;
        max-height: 62px;
        word-break: break-word;
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .mobile-zmhs-card { width: calc((100% - 30px) / 3); }
    }
    @media screen and (min-width: 1024px) {
        .mobile-zmhs-card { width: calc((100% - 45px) / 4); }
    }

}