@charset "UTF-8";

/* 板块通用样式 */
.hospital-intro,
.cancer-therapy,
.mdt-team,
.tumor-green-therapy,
.hospital-news,
.patient-stories,
.hospital-environment,
.medical-guide {
    padding: 80px 0;
    clear: both;
    overflow: hidden;
}

/* 医院简介板块 */
.hospital-intro {
    background-color: #f8f9fa;
}

/* 肿瘤精准微创绿色疗法板块 */
.cancer-therapy {
    background-color: #fff;

}

/* MDT多学科会诊专家团板块 */
.mdt-team {
    background-color: #e0f7fa;
   
}

/* 肿瘤绿色治疗技术板块 */
.tumor-green-therapy {
    background-color: #f8f9fa;
    margin-bottom: 30px;
}

/* 医院资讯板块 */
.hospital-news {
    background-color: #fff;
    margin-bottom: 30px;
}

/* 医院资讯 · 左图 + 头条/列表（参考资讯卡片布局） */
.hospital-news .hospital-news-tabs .nav-tabs {
    text-align: left;
}

.hospital-news .hospital-news-tab-content {
    background: transparent;
}

.hospital-news .tab-pane.active {
    padding-top: 1.25rem;
}

.hospital-news-panel {
    background: #fafbfc;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
    padding: 1.35rem 1.5rem 1.5rem;
}

.hospital-news-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.75rem;
}

.hospital-news-thumb {
    flex: 0 0 44%;
    max-width: 44%;
    min-width: 0;
}

.hospital-news-thumb a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    background: #e8ecef;
}

.hospital-news-thumb img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.35s ease;
}

.hospital-news-thumb a:hover img {
    transform: scale(1.02);
}

.hospital-news-article {
    flex: 1;
    min-width: 0;
    padding-top: 0.15rem;
}

.hospital-news-feature {
    margin-bottom: 0;
}

.hospital-news-title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.65rem;
}

.hospital-news-feature-title {
    flex: 1;
    min-width: 0;
    font-size: 1.85rem;
    font-weight: 700;
    line-height: 1.45;
    color: #019098;
    text-decoration: none;
}

.hospital-news-feature-title:hover,
.hospital-news-feature-title:focus {
    color: #019098;
    text-decoration: none;
}

.hospital-news-badge-new {
    flex-shrink: 0;
    display: inline-block;
    padding: 0.2rem 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(135deg, #ff7043, #f4511e);
    border-radius: 3px;
    line-height: 1.2;
}

.hospital-news-lead {
    margin: 0 0 0.65rem;
    font-size: 1.55rem;
    line-height: 1.75;
    color: #4a5568;
}

.hospital-news-feature-date {
    display: block;
    font-size: 1.5rem;
    color: #019098;
    font-weight: 500;
}

.hospital-news-separator {
    position: relative;
    margin: 1.1rem 0 0.85rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #dde3ea;
    text-align: right;
}

.hospital-news-more {
    position: absolute;
    right: 0;
    bottom: -0.55rem;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #019098;
    background: #fafbfc;
    border: 1px solid #dde3ea;
    border-radius: 4px;
    text-decoration: none;
}

.hospital-news-more:hover {
    color: #fff;
    background: #019098;
    border-color: #019098;
    text-decoration: none;
}

.hospital-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hospital-news-list > li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.55rem 0 0.55rem 1.1rem;
    border-bottom: 1px solid #edf1f5;
    position: relative;
    line-height: 5.5rem;
    height: 5.5rem;
}

.hospital-news-list > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.hospital-news-list > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    border: 1px solid #90a4ae;
    border-radius: 50%;
    background: transparent;
}

.hospital-news-list-link {
    flex: 1;
    min-width: 0;
    font-size: 1.7rem;
    line-height: 1.5;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hospital-news-list-link:hover {
    color: #019098;
    text-decoration: none;
}

.hospital-news-list-date {
    flex-shrink: 0;
    font-size: 0.8125rem;
    color: #78909c;
}
#tmpVideo0{ width: 420px; }
@media screen and (max-width: 767px) {
	#tmpVideo0{ width: 320px; }

    .hospital-news-panel {
        padding: 1rem 1rem 1.15rem;
    }

    .hospital-news-layout {
        flex-direction: column;
        gap: 1rem;
    }

    .hospital-news-thumb {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .hospital-news-feature-title {
        font-size: 1.8rem;
    }

    .hospital-news-list > li {
        flex-wrap: wrap;
        padding-left: 1rem;
        line-height:0;
    }

    .hospital-news-list-link {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 1.5rem;
    }

    .hospital-news-list-date {
        width: 100%;
        text-align: right;
        margin-top: 0.15rem;
    }
}

/* 患者亲述板块 */
.patient-stories {
    background-color: #eef2f5;
}

/* Grid 排版：避免浮动在卡片高度不一致时「错位/掉下来」 */
.patient-stories .patient-stories-grid.row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 2rem;
}

.patient-stories .patient-stories-grid.row::before,
.patient-stories .patient-stories-grid.row::after {
    content: none;
    display: none;
}

.patient-stories .patient-stories-grid.row > [class*="col-"] {
    float: none;
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
    min-height: 0;
}

@media screen and (min-width: 992px) {
    .patient-stories .patient-stories-grid.row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

.patient-stories .patient-story-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 0;
    height: 100%;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.patient-stories .patient-story-card:hover {
    box-shadow: 0 8px 28px rgba(1, 144, 152, 0.12);
}

.patient-stories .patient-story-media {
    position: relative;
    flex: 0 0 44%;
    max-width: 44%;
    min-height: 200px;
    background: #1b242f;
    overflow: hidden;
}

.patient-stories .patient-story-video {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

.patient-stories .patient-story-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    pointer-events: none;
}

.patient-stories .patient-story-play svg {
    width: 72px;
    height: 72px;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.patient-stories .patient-story-body {
    flex: 1;
    padding: 1.35rem 1.5rem 1.5rem;
    min-width: 0;
}

.patient-stories .patient-story-body h4 {
    color: #017a82;
    font-size: 1.85rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 0.65rem;
    text-transform: none;
    font-style: normal;
    letter-spacing: 0.02em;
}

.patient-stories .patient-story-body p.p1 {
    margin: 0;
    color: #4a5568;
    font-size: 1.5rem;
    line-height: 1.8;
}

@media screen and (max-width: 991px) {
    .patient-stories .patient-story-media {
        flex: 0 0 42%;
        max-width: 42%;
    }

    .patient-stories .patient-story-video {
        min-height: 220px;
    }
}

@media screen and (max-width: 767px) {
    .patient-stories .patient-stories-grid.row {
        gap: 16px;
    }

    .patient-stories .patient-story-card {
        flex-direction: column;
    }

    .patient-stories .patient-story-media {
        flex: none;
        max-width: 100%;
        width: 100%;
        min-height: 0;
    }

    .patient-stories .patient-story-video {
        min-height: 0;
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .patient-stories .patient-story-play svg {
        width: 58px;
        height: 58px;
    }

    .patient-stories .patient-story-body {
        padding: 1.15rem 1.1rem 1.35rem;
    }

    .patient-stories .patient-story-body h4 {
        font-size: 1.55rem;
    }

    .patient-stories .patient-story-body p.p1 {
        font-size: 1.4rem;
        line-height: 1.78;
    }
}

/* ── 手机轮播（Swiper）────────────────────────────────────── */
.patient-stories-carousel {
    margin-top: 1.25rem;
    display: none;
}

.patient-stories-carousel.visible-xs-block,
.patient-stories-carousel.visible-sm-block {
    display: block;
}

.patient-stories-carousel #patient-stories-swiper {
    padding-bottom: 38px;
}

.patient-stories-carousel #patient-stories-swiper .swiper-slide {
    height: auto;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
}

.patient-stories-carousel #patient-stories-swiper .swiper-slide .patient-story-card {
    height: 100%;
}

.patient-stories-carousel #patient-stories-swiper .swiper-pagination {
    bottom: 4px;
}

.patient-stories-carousel #patient-stories-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #bbb;
    opacity: 1;
}

.patient-stories-carousel #patient-stories-swiper .swiper-pagination-bullet-active {
    background: #019098;
}

/* ── PC 隐藏手机轮播 ─────────────────────────────────────── */
@media screen and (min-width: 992px) {
    .patient-stories-carousel {
        display: none !important;
    }
}

/* ── 手机段：隐藏 PC Grid ────────────────────────────────── */
@media screen and (max-width: 991px) {
    .patient-stories .patient-stories-grid.hidden-xs.hidden-sm {
        display: none !important;
    }
}

/* 帖子块样式 */
.post-block-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.post-block-wrapper .post-thumbnail {
    margin-bottom: 20px;
}

.post-block-wrapper .post-content {
    padding: 0;
}

.post-block-wrapper .post-content .post-title a:hover {
    color: #dc3545;
}

.post-block-wrapper .post-category {
    top: 10px;
}

.post-block-wrapper .post-content .post-meta {
    margin: 3px 0 10px 0px;
    font-size: 13px;
    color: #888;
}

.post-list-block {
    margin-top: 30px;
}

/* 帖子标题样式 */
.post-title.title-sm {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 8px 0;
}

/* 浮动帖子块样式 */
.post-block-wrapper.post-float {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.post-block-wrapper.post-float .post-thumbnail {
    position: relative;
    z-index: 1;
    margin-right: 13px;
    flex: 1;
    margin-bottom: 0;
    width: auto;
    height: auto;
    overflow: visible;
}

.post-block-wrapper.post-float .post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.post-block-wrapper.post-float .post-title {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.post-block-wrapper.post-float .post-content {
    z-index: 0;
    flex: 2;
}

.post-block-wrapper.post-float .post-category {
    font-size: 8px;
    left: 0;
    top: 0;
}

/* 侧边栏样式 */
.sidebar .widget {
    margin-bottom: 50px;
}

.sidebar-right .widget {
    margin-left: 20px;
}

/* 热门新闻样式 */
.post-overlay-wrapper {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.post-overlay-wrapper .post-thumbnail {
    margin-bottom: 0;
}

.post-overlay-wrapper .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.post-overlay-wrapper .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px;
    color: #fff;
    box-sizing: border-box;
}

.post-overlay-wrapper .post-title {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 10px 0;
    font-weight: 700;
}

.post-overlay-wrapper .post-title a {
    color: #fff;
    text-decoration: none;
}

.post-overlay-wrapper .post-title a:hover {
    color: #fff;
    opacity: 0.9;
}

.post-overlay-wrapper .post-meta {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    margin: 0;
    line-height: 16px;
}

.post-category.white {
    background: #dc3545;
    color: #fff;
    padding: 3px 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}

/* 新闻标题样式 */
.news-title {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
}

.news-title span {
    line-height: 28px;
    padding-bottom: 14px;
    position: relative;
}

.news-title span::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #dc3545;
    left: 0px;
    bottom: 0px;
}

/* 医院环境板块 */
.hospital-environment {
    background-color: #fff;
    
}

/* 设备适配样式 - 确保PC和手机banner图不会同时显示 */
/* 默认显示PC端banner，隐藏移动端banner */
.desktop-only {
    display: block !important;
}

.mobile-only {
    display: none !important;
}

/* 移动端样式 - 只显示带链接的banner */
@media screen and (max-width: 767px) {
    /* 移动端隐藏PC端banner */
    .desktop-only {
        display: none !important;
    }
    
    /* 移动端显示移动端banner */
    .mobile-only {
        display: block !important;
    }
    
    /* 确保移动端banner图充满容器 */
    .mobile-only .slider-img {
        overflow: visible;
    }
    
    .mobile-only .slider-img img {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
    }
    
    /* 确保slider容器在移动端能完整显示图片，不显示下一张 */
    .slider-wrapper {
        overflow: hidden !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
    }
    
    .slider-wrapper .owl-carousel {
        overflow: hidden !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .slider-wrapper .owl-stage-outer {
        overflow: hidden !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .slider-wrapper .owl-stage {
        width: auto !important;
        margin: 0 !important;
        left: 0 !important;
        display: flex !important;
    }
    
    .slider-wrapper .owl-item {
        overflow: hidden !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-shrink: 0 !important;
        position: relative !important;
    }
    
    .slider-wrapper .owl-item.active {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .slider-img {
        overflow: hidden !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .slider-img img {
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        z-index: 1 !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        object-fit: cover !important;
    }
    
    /* 隐藏轮播导航和指示器，避免干扰 */
    .slider-wrapper .owl-nav,
    .slider-wrapper .owl-dots {
        display: none !important;
    }

    /* 确保没有任何额外的间距或内边距 */
    .slider-wrapper * {
        box-sizing: border-box !important;
    }
}

/* 就医指南板块 */
.medical-guide {
    background-color: #f8f9fa;

}

/* 在线挂号表单样式 */
.online-registration-form {
    background-color: #f8f9fa;
    padding: 60px 0;
}
#country-code{ width: 30%!important;}

/* 表单背景 */
.formbg.dis_cat {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    
    margin: 0 auto;
}

/* 表单布局 */
#registration-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* 表单字段 */
#registration-form > div {
    width: 100%;
}

/* 表单标签 */
#registration-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

/* 输入框和选择框 */
#registration-form input,
#registration-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

/* 电话号码组合框 */
#registration-form div > div {
    display: flex;
    gap: 0;
}

/* 国家代码选择框 */
#country-code {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    box-sizing: border-box;
    border-right: none;
}

/* 电话号码输入框 */
#phone {
    flex: 1;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    box-sizing: border-box;
}

/* 单选按钮组 */
#registration-form div > div {
    gap: 20px;
}

/* 单选按钮标签 */
#registration-form div > div label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: normal;
    margin-bottom: 0;
}

/* 单选按钮 */
#registration-form input[type="radio"] {
    margin: 0;
    width: auto;
}

/* 提交按钮 */
#registration-form button {
    background-color: #00b894;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* 提交按钮悬停效果 */
#registration-form button:hover {
    background-color: #00a085;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* 跨列元素 */
.form-full-width {
    grid-column: 1 / -1;
}

/* 文本居中 */
.text-center {
    text-align: center;
}

/* 在线挂号表单响应式设计 */
@media (max-width: 767px) {
    /* 表单容器 */
    .online-registration-form {
        padding: 40px 0;
    }
    
    /* 表单背景 */
    .formbg.dis_cat {
        padding: 20px;
        margin: 0 15px;
    }
    #country-code{ width: 100%!important;}
    /* 表单布局 - 手机端垂直堆叠 */
    #registration-form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    /* 表单标签 */
    #registration-form label {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    /* 输入框和选择框 */
    #registration-form input,
    #registration-form select {
        padding: 10px;
        font-size: 13px;
    }
    
    /* 电话号码组合框 */
    #registration-form div > div {
        flex-direction: column;
    }
    
    /* 国家代码选择框 */
    #country-code {
        border-radius: 5px 5px 0 0;
        border-right: 1px solid #ddd;
        margin-bottom: -1px;
    }
    
    /* 电话号码输入框 */
    #phone {
        border-radius: 0 0 5px 5px;
    }
    
    /* 单选按钮组 */
    #registration-form div > div {
        gap: 15px;
        margin-top: 5px;
    }
    
    /* 单选按钮标签 */
    #registration-form div > div label {
        font-size: 13px;
    }
    
    /* 提交按钮 */
    #registration-form button {
        padding: 12px 30px;
        font-size: 15px;
        width: 100%;
        margin-top: 10px;
    }
}

/* 标题样式 */
.title-with-line {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.zlfan-line::before,
.zlfan-line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: calc((100% - 400px) / 2)!important;

}


.title-with-line::before,
.title-with-line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: calc((100% - 300px) / 2);
    height: 2px;
    background-color: #019098;
}

.title-with-line::before {
    left: 0;
}

.title-with-line::after {
    right: 0;
}

.title-with-line h3 {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    font-size: 4.5rem;
    color: #333;
    font-weight: bold;
    max-width: 400px;
}

.zlfan{font-size: 1.1rem;}

.title-with-line .subtitle {
    display: block;
    margin-top: 10px;
    
    color: #666;
    font-weight: normal;
}




/* 特殊标题样式，用于长标题 */
.special-title-long {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.special-title-long::before,
.special-title-long::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30%;
    height: 2px;
    background-color: #019098;
}

.special-title-long::before {
    left: 0;
}

.special-title-long::after {
    right: 0;
}

.special-title-long h3 {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    font-size: 2.5rem;
    color: #333;
    font-weight: bold;
    max-width: 400px;
    line-height: 1.3;
}

.special-title-long .subtitle {
    display: block;
    margin-top: 15px;
    font-size: 1rem;
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
}

/* 肿瘤精准微创绿色疗法特殊标题样式 */
.special-title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.special-title::before,
.special-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30%;
    height: 2px;
    background-color: #019098;
}

.special-title::before {
    left: 0;
}

.special-title::after {
    right: 0;
}

.special-title h3 {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    font-size: 4.5rem;
    color: #333;
    font-weight: bold;
    max-width: 400px;
    line-height: 1.3;
}

.special-title .subtitle {
    display: block;
    margin-top: 15px;
    font-size: 1.1rem;
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
}

/* 响应式设计，确保手机端正确显示 */
@media (max-width: 767px) {
    /* 特殊标题响应式 */
    .special-title-long::before,
    .special-title-long::after {
        width: 20%; /* 手机端线条宽度减小 */
    }
    

    .title-with-line h3{
        font-size: 3.5rem;
    }
    .title-with-line .subtitle{
        font-size: 1.6rem;
    }
    
    .special-title-long h3 {
        font-size: 1.8rem; /* 手机端字体减小 */
        padding: 0 10px;
    }
    
    .special-title-long .subtitle {
        font-size: 0.9rem; /* 手机端副标题减小 */
        margin-top: 0;
    }
    
    /* 肿瘤精准微创绿色疗法响应式 */
    .special-title::before,
    .special-title::after {
        width: 20%; /* 手机端线条宽度减小 */
    }
    
    .special-title h3 {
        font-size: 3.5rem; /* 手机端字体减小 */
        padding: 0 10px;
    }
    .patient-stories,.hospital-environment,.medical-guide,.hospital-news,.hospital-intro{ padding: 2.5rem 0;}
    
    .special-title .subtitle {
        font-size: 0.9rem; /* 手机端副标题减小 */
        margin-top: 10px;
    }
    
    /* 视频模态框响应式 */
    .modal-dialog.modal-dialog-centered {
        display: flex;
        align-items: center;
        min-height: calc(100vh - 1rem);
    }
    
    .modal-content {
        margin: 0 10px;
        max-width: 100%;
    }
    
    #videoModal .modal-body {
        padding: 0;
    }
    
    #modalVideo {
        max-height: 60vh !important;
    }
}

/* MDT Team Section Styles */
.mdt-team {
    background-color: #f8f9fa;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.mdt-team::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(1, 144, 152, 0.05), rgba(1, 144, 152, 0.02), rgba(1, 144, 152, 0.05));
}

.mdt-team .container {
    position: relative;
    z-index: 1;
}

/* MDT 专家团 · 卡片、移动端与悬浮交互 */
.mdt-team .team-data .mdt-expert-col {
    margin-bottom: 1.5rem;
}

.mdt-team .mdt-expert-link {
    display: block;
    color: inherit;
    text-decoration: none;
    outline: none;
}

.mdt-team .mdt-expert-link:hover,
.mdt-team .mdt-expert-link:focus {
    color: inherit;
    text-decoration: none;
}

.mdt-team .team-profile.mdt-expert-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(1, 144, 152, 0.12);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.mdt-team .member-img.mdt-expert-photo {
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.mdt-team .member-img.mdt-expert-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.45s ease;
}

.mdt-team .mdt-expert-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(1, 144, 152, 0.15) 0%, rgba(1, 112, 120, 0.82) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.mdt-team .mdt-expert-overlay-text {
    padding: 0.45rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    letter-spacing: 0.06em;
}

.mdt-team .member-social1.mdt-expert-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 5.5rem;
    height: auto;
    padding: 1rem 0.75rem;
    background: linear-gradient(180deg, #019098 0%, #017a82 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mdt-team .member-social1.mdt-expert-meta h4 {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 0.35rem;
    color: #fff;
    letter-spacing: 0.04em;
}

.mdt-team .member-social1.mdt-expert-meta p {
    margin: 0;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400;
}

.mdt-team .mdt-more-btn-wrap {
    margin-top: 0.5rem;
}

.mdt-team .mdt-more-btn {
    margin: 12px 0 0;
    font-size: 1.5rem;
    padding: 10px 28px;
    background-color: #019098;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(1, 144, 152, 0.35);
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.mdt-team .mdt-more-btn:hover {
    background-color: #017a82;
    box-shadow: 0 6px 16px rgba(1, 144, 152, 0.45);
    transform: translateY(-1px);
}

@media (hover: hover) and (pointer: fine) {
    .mdt-team .mdt-expert-link:hover .team-profile.mdt-expert-card,
    .mdt-team .mdt-expert-link:focus-visible .team-profile.mdt-expert-card {
        box-shadow: 0 12px 32px rgba(1, 144, 152, 0.22);
        transform: translateY(-6px);
    }

    .mdt-team .mdt-expert-link:hover .member-img.mdt-expert-photo img,
    .mdt-team .mdt-expert-link:focus-visible .member-img.mdt-expert-photo img {
        transform: scale(1.06);
    }

    .mdt-team .mdt-expert-link:hover .mdt-expert-overlay,
    .mdt-team .mdt-expert-link:focus-visible .mdt-expert-overlay {
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {
    .mdt-team .team-data .mdt-expert-col {
        margin-bottom: 1.25rem;
    }

    .mdt-team .member-social1.mdt-expert-meta h4 {
        font-size: 1.15rem;
    }
}

@media screen and (max-width: 767px) {
    .mdt-team .team-data .mdt-expert-col {
        margin-bottom: 1rem;
    }

    .mdt-team .member-img.mdt-expert-photo {
        aspect-ratio: 3 / 4;
    }

    .mdt-team .member-social1.mdt-expert-meta {
        min-height: 4.75rem;
        padding: 0.85rem 0.5rem;
    }

    .mdt-team .member-social1.mdt-expert-meta h4 {
        font-size: 1.05rem;
    }

    .mdt-team .member-social1.mdt-expert-meta p {
        font-size: 0.8125rem;
    }
}

/* 手机端保持 Bootstrap col-xs-6 两列，仅微调窄屏下的卡片比例与字号 */
@media screen and (max-width: 480px) {
    .mdt-team .member-img.mdt-expert-photo {
        aspect-ratio: 4 / 5;
    }

    .mdt-team .member-social1.mdt-expert-meta {
        min-height: 4.25rem;
        padding: 0.65rem 0.35rem;
    }

    .mdt-team .member-social1.mdt-expert-meta h4 {
        font-size: 1.95rem;
    }

    .mdt-team .member-social1.mdt-expert-meta p {
        font-size: 1.75rem;
    }

    .mdt-team .team-data .mdt-expert-col {
        margin-bottom: 0.85rem;
    }
}

/* 覆盖全局 @media (max-width:768px) 中 .mdt-team { padding:0 }，避免手机端贴边 */
@media only screen and (max-width: 768px) {
    .mdt-team#mdt-team {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}

.mdt-team .title-with-line h3 {
    color: #019098;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.mdt-team .title-with-line .subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.mdt-team p.intro {
    text-align: center;
    color: #666;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.mdt-team-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.mdt-doctor-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    width: calc(33.333% - 20px);
    min-width: 300px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(1, 144, 152, 0.1);
}

.mdt-doctor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.doctor-photo {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgba(1, 144, 152, 0.1);
}

.doctor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.doctor-position {
    font-size: 1rem;
    color: #019098;
    margin-bottom: 15px;
    font-weight: 500;
}

.doctor-expertise {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 25px;
    min-height: 90px;
}

.view-details-btn {
    background-color: #019098;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.view-details-btn:hover {
    background-color: #017a82;
    transform: translateY(-2px);
    color: white;
}

/* MDT Team Responsive Styles */
@media (max-width: 992px) {
    .mdt-doctor-card {
        width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .mdt-doctor-card {
        width: 100%;
        max-width: 400px;
    }
    
    .mdt-team .title-with-line h3 {
        font-size: 2rem;
    }
}

body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: "Helvetica Neue",heiti_sclight,Helvetica,Tahoma,Arial,STXihei,"华文细黑","Microsoft YaHei","微软雅黑",SimSun,"宋体",Heiti,"黑体", sans-serif; font-size: 16px; letter-spacing: 0px; color: #768185; font-weight: 400; line-height: 26px; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; color: #252728; font-family: "Helvetica Neue",heiti_sclight,Helvetica,Tahoma,Arial,STXihei,"华文细黑","Microsoft YaHei","微软雅黑",SimSun,"宋体",Heiti,"黑体"; margin: 0px 0px 15px 0px; letter-spacing: -1px; text-transform: capitalize; }
h1 { font-size: 34px; }
h2 { font-size: 24px; line-height: 30px; }
h3 { font-size: 21px; line-height: 36px; }
h4 { font-size: 16px; line-height: 22px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p { margin: 0 0 30px; line-height: 1.6; }
p:last-child { margin: 0px; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: #252728; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #019098; }
.lead { font-size: 21px; font-weight: 400; line-height: 1.9; font-family:"Helvetica Neue",heiti_sclight,Helvetica,Tahoma,Arial,STXihei,"华文细黑","Microsoft YaHei","微软雅黑",SimSun,"宋体",Heiti,"黑体", sans-serif; color: #019098; margin-bottom: 30px; font-style: italic; }
.blockquote { padding: 40px; border-radius: 5px; border: 0px; color: #fff; background-color: #019098; }
.blockquote-content p { font-style: italic; font-family: "Helvetica Neue",heiti_sclight,Helvetica,Tahoma,Arial,STXihei,"华文细黑","Microsoft YaHei","微软雅黑",SimSun,"宋体",Heiti,"黑体", sans-serif; color: #fff; margin-bottom: 30px; line-height: 1.6; font-weight: 300; font-size: 24px; font-style: italic; }
.blocquote-author { font-weight: 700; font-size: 13px; text-transform: uppercase; font-style: normal; color: #fff; letter-spacing: 1.5px; }
blockquote p { font-family:"Helvetica Neue",heiti_sclight,Helvetica,Tahoma,Arial,STXihei,"华文细黑","Microsoft YaHei","微软雅黑",SimSun,"宋体",Heiti,"黑体", sans-serif; color: #302e2e; font-weight: 400; font-size: 22px; line-height: 34px; font-style: italic; padding-left: 15px; }
strong { color: #111; font-weight: 700; margin-right: 8px; }
hr { border-bottom: 1px solid #dfe6ea; margin-bottom: 40px; margin-top: 40px; }

/*----------------------- 
    2 Form Elements:
-------------------------*/
label { }
.control-label { font-size: 14px; text-transform: capitalize; color: #111; margin-bottom: 10px; }
.form-control:focus { }
.textarea.form-control { }
.required { }
.form-group { margin-bottom: :5px; }
.form-control { border-radius: 2px; text-transform: uppercase; font-size: 13px; font-weight: 700; width: 100%; height: 48px; padding: 12px; line-height: 1.42857143; background-image: none; border: 1px solid #eaf0f2; background-color: #eaf0f2; margin-bottom: 10px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.input-group { position: relative; display: table; border-collapse: separate; }
input[type=checkbox], input[type=radio] { margin: 8px 0 0; margin-top: 1px\9; line-height: normal; }
input::-webkit-input-placeholder { color: #4d5457 !important; }
textarea::-webkit-input-placeholder { color: #4d5457 !important; }
.input-group-addon { background-color: #eaf0f2; border: 1px solid #eaf0f2; }
#datepicker.form-control { border-right: transparent !important; }

/*-------------- align ------------*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 0px 0 30px 30px; }
.alignleft { float: left; margin: 0px 30px 0px 0; }
a img.alignright { float: right; margin: 0px 0 30px 30px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%;    /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }

/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn { font-family: 'Merriweather Sans', sans-serif; font-size: 14px; text-transform: capitalize; font-weight: 700; padding: 16px 20px; margin-bottom: 4px; letter-spacing: 0px; border-radius: 3px; border: transparent; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.btn-primary { background-color: #019098; color: #fff; }
.btn-primary:hover { background-color: #00796b; color: #fff; }
.btn-primary.focus, .btn-primary:focus { background-color: #00796b; color: #fff; }
.btn-default { background-color: #e0f7fa; color: #019098; border: 1px solid #019098; }
.btn-default:hover { background-color: #019098; color: #fff; }
.btn-default.focus, .btn-default:focus { background-color: #019098; color: #fff; }
.btn-lg { padding: 18px 26px; font-size: 15px; }
.btn-sm { padding: 12px 18px; font-size: 13px; }
.btn-xs { padding: 10px 16px; font-size: 10px; }
.btn-link { color: #143575; border-bottom: 2px solid #143575; font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.btn-link:hover { color: #0c285f; border-bottom: 2px solid #0c285f; text-decoration: none; }
button.btn { margin-right: -1px; }

/*-----------------------------------
    4. General / Elements 
-----------------------------------*/

/*----------------------- 
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small { padding-top: 40px; padding-bottom: 40px; }
.space-medium { padding-top: 0;}
/* White background for full width services section */
.full-width-services {
    background-color: #fff;
 
}
/* Reset margins for space-medium inside full-width-services */
.full-width-services .space-medium {
    margin: 0;

}
/* Remove the old style that was causing issues */
.about .space-medium {
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    width: auto;
}
/* Add spacing between ABOUT US and Services sections */
.about {
    padding: 80px 0;
}

/*-- services --*/
.services h3 {
    font-size: 4.5rem;
    text-align: center;
    color: #000;
}
.services{
    padding:5em 0em;
}
#about-us{
    padding-top: 0;
}

h4.sub_service_agileits {
    color: #fff;
    font-size:20px;
    font-weight:600;
    letter-spacing:2px;
 
    text-align: left;
}
.wthree_banner_bottom_grid_right p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.8em;
}
.agileits-button.two.service a {
    color: #000;
}

.w3_agileits_banner_bottom_pos_grid {
    padding: 2em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}
.agileits_banner_bottom_left.two {
    margin-top: 3em;
}
.agile_banner_bottom_grid_left_grid.hvr-radial-out i {
    font-size: 40px;
    color: #fff;
}

/* 肿瘤绿色治疗技术板块布局 */
.w3_agileits_banner_bottom_pos_grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 2em 1em;
}

/* 左侧图标区域 */
.wthree_banner_bottom_grid_left {
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    height: auto;
    width: 50%;
}

/* 右侧文字区域 */
.wthree_banner_bottom_grid_right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
}

/* 图标容器 */
.agile_banner_bottom_grid_left_grid.hvr-radial-out {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
  
}

.agile_banner_bottom_grid_left_grid.hvr-radial-out img {
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
}

/* Service card backgrounds */
.agileinfo_banner_bottom_pos {
    background: #019098;
}
.agileinfo_banner_bottom_pos1 {
    background: #00796b;
}
.agileinfo_banner_bottom_pos2 {
    background: #00897b;
}
.agileinfo_banner_bottom_pos3 {
    background: #009688;
}
.agileinfo_banner_bottom_pos4 {
    background: #00a596;
}
.agileinfo_banner_bottom_pos5 {
    background: #00b4a0;
}

/*-- //services --*/

/* 肿瘤绿色治疗技术 · 整块可点链接、圆角阴影、悬浮（#services 内） */
#services .tumor-tech-card-link {
    display: block;
    color: #fff;
    text-decoration: none;
    outline: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#services .tumor-tech-card-link:hover,
#services .tumor-tech-card-link:focus {
    color: #fff;
    text-decoration: none;
}

#services .tumor-tech-card {
    height: 100%;
    min-height: 108px;
    display: flex;
    align-items: stretch;
}

#services .tumor-tech-card__body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    width: 100%;
    padding: 1rem 1rem 1rem 0.95rem;
    box-sizing: border-box;
}

#services .tumor-tech-card__icon-wrap {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#services .tumor-tech-icon.agile_banner_bottom_grid_left_grid.hvr-radial-out {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

#services .tumor-tech-icon img {
    max-width: 58%;
    max-height: 58%;
    width: auto;
    height: auto;
    object-fit: contain;
}

#services .tumor-tech-card__title.sub_service_agileits {
    flex: 1;
    margin: 0;
    font-size: 2.05rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.35;
    color: #fff !important;
    text-align: left;
    text-transform: none;
}

#services .tumor-tech-more-btn {
    margin: 1.25rem 0 0;
    padding: 10px 28px;
    background-color: #019098;
    border: none;
    border-radius: 8px;
    font-size: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(1, 144, 152, 0.35);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#services .tumor-tech-more-btn:hover {
    background-color: #017a82;
    box-shadow: 0 6px 18px rgba(1, 144, 152, 0.45);
    transform: translateY(-1px);
}

@media (hover: hover) and (pointer: fine) {
    #services .tumor-tech-card-link:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    }

    #services .tumor-tech-card-link:hover .tumor-tech-icon img {
        transform: scale(1.06);
    }

    #services .tumor-tech-icon img {
        transition: transform 0.3s ease;
    }

    #services .tumor-tech-card-link:hover .tumor-tech-icon {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    }
}

/* Responsive adjustments for services */
@media screen and (max-width: 768px) {
    .services h3 {
        font-size: 2.8rem;
        margin-bottom: 0;
    }
    .services {
        padding: 3em 0;
    }
    .w3_agileits_banner_bottom_pos_grid {
        padding: 1em 0.5em;
        flex-direction: column;
        text-align: center;
    }
    
    /* 移动端图标在上文字在下 */
    .w3_agileits_banner_bottom_pos_grid {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
     
    }
    
    .wthree_banner_bottom_grid_left {
        margin-right: 0;
        margin-bottom: 0;
        flex: 0 0 80px;
        width: auto;
       
    }
    
    .wthree_banner_bottom_grid_right {
        flex: 1;
        width: 100%;
        justify-content: center;
        text-align: center;
        padding-right: 0;
    }
    .nmidao{ margin-top: 1.5em;}
    
    .agile_banner_bottom_grid_left_grid.hvr-radial-out {
        width: 50px;
        height: 50px;
    }
    
    .agile_banner_bottom_grid_left_grid.hvr-radial-out img {
        width: 55%;
        height: 55%;
        max-width: none;
    }
    
    h4.sub_service_agileits {
        font-size: 18px;
        letter-spacing: 1px;
        text-align: center;
    }
    
    /* 确保卡片在移动端正确显示 */
    .agile_wthree_inner_grids > div {
        margin-bottom: 20px;
    }
    
    /* 调整移动端卡片高度 */
    .agileinfo_banner_bottom_pos,
    .agileinfo_banner_bottom_pos1,
    .agileinfo_banner_bottom_pos2,
    .agileinfo_banner_bottom_pos3,
    .agileinfo_banner_bottom_pos4,
    .agileinfo_banner_bottom_pos5 {
        height: auto;
        min-height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .agile_banner_bottom_grid_left_grid.hvr-radial-out i {
        font-size: 30px;
    }
    
    .agileits_banner_bottom_left.two {
        margin-top: 1.5em;
    }
    
    /* 调整卡片间距 */
    .agileits_banner_bottom_left {
        margin-bottom: 20px;
    }

    /* 平板宽度（768–991）仍用 PC 横向卡片；正方形仅在小屏见下方 767 断点 */
    #services .nmidao {
        margin-top: 0;
    }

    #services .agileits_banner_bottom_left.two {
        margin-top: 0;
    }
}

/* 手机：正方形大卡片 · 上白圆图标 + 下居中标题（与参考图一致，PC ≥768 横向不变） */
@media screen and (max-width: 767px) {
    #services .agile_wthree_inner_grids.tumor-tech-grid > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 16px;
    }

    #services .tumor-tech-card-link {
        display: flex;
        flex-direction: column;
        aspect-ratio: 1 / 1;
        width: 100%;
        border-radius: 16px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

    #services .tumor-tech-card {
        flex: 1 1 auto;
        min-height: 0 !important;
        display: flex;
        align-items: stretch;
    }

    #services .tumor-tech-card.agileinfo_banner_bottom_pos,
    #services .tumor-tech-card.agileinfo_banner_bottom_pos1,
    #services .tumor-tech-card.agileinfo_banner_bottom_pos2,
    #services .tumor-tech-card.agileinfo_banner_bottom_pos3,
    #services .tumor-tech-card.agileinfo_banner_bottom_pos4,
    #services .tumor-tech-card.agileinfo_banner_bottom_pos5 {
        min-height: 0 !important;
    }

    #services .tumor-tech-card__body {
        flex: 1;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 1.15rem 0.85rem 1.2rem;
        gap: 1rem;
        width: 100%;
        box-sizing: border-box;
    }

    #services .tumor-tech-card__icon-wrap {
        flex: 0 0 auto;
    }

    #services .tumor-tech-icon.agile_banner_bottom_grid_left_grid.hvr-radial-out {
        width: 68px;
        height: 68px;
    }

    #services .tumor-tech-icon img {
        max-width: 55%;
        max-height: 55%;
    }

    #services .tumor-tech-card__title.sub_service_agileits {
        flex: 0 1 auto;
        font-size: 0.9375rem;
        font-weight: 700;
        text-align: center !important;
        letter-spacing: 0.04em;
        line-height: 1.4;
        padding: 0 0.35rem;
    }

    #services .agileits_banner_bottom_left.two,
    #services .nmidao {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    #services .tumor-tech-card-link {
        border-radius: 14px;
    }

    #services .tumor-tech-card__body {
        padding: 1rem 0.65rem 1.05rem;
        gap: 0.85rem;
    }

    #services .tumor-tech-icon.agile_banner_bottom_grid_left_grid.hvr-radial-out {
        width: 62px;
        height: 62px;
    }

    #services .tumor-tech-card__title.sub_service_agileits {
        font-size: 1.875rem;
    }
}

/* About Us section styles */
.inner-w3 {
       margin: 0 auto 1em;
    text-align: center;
}
.sub-hd h3.tittle span {
    color: #019098;
    font-weight:700;
}
.sub-hd h3.tittle {
    font-size: 3em;
    font-weight:300;
        color: #222;
}
.sub-hd h3.tittle.two{
    color:#fff;
}
.sub-hd {
    text-align: center;
}
.tittle {
    text-transform: uppercase;
    font-weight:300;
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    color: #23b5b9;
    text-align: center;
    margin: 0 auto;
}
.sub-para {
       color: #777;
    font-size: 1.2em;
    line-height: 1.9em;
    margin: 1em 0 2em 0;
    font-weight: 400;
    text-align: center;
}
.tab-image img {
    width: 100%;
}
.tab-info p {
        line-height: 2.5em;
    margin-top: 1em;
        font-size: 0.9em;
    color: #777;
}

/* Tab styles - matching source file */
.inner_tabs {
    margin-top: 2em;
}

/* Tab container - no border, matching source */
.bs-example-tabs {
    border: none;
    border-radius: 0;
    overflow: visible;
    margin-top: 2em;
}

/* Navigation tabs container - matching source */
.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    display: block;
    background: transparent;
    text-align: center;
}

/* Individual tab items - matching source */
.nav-tabs>li {
    margin-bottom: -1px;
    display: inline-block;
    text-align: center;
    margin-right: 1px;
}

/* Tab links - matching source file styles exactly */
.nav-tabs>li>a {
    margin: 0;
    padding: 20px 44px;
    line-height: 1.42857143;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    background: #23b5b9;
    text-decoration: none;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
}

/* Active tab style - main color background, matching source */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    background: #019098 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

/* Tab hover effect - main color background, matching source */
.nav-tabs>li>a:hover, 
.nav-tabs>li>a:focus {
    text-decoration: none;
    background: #019098 !important;
    color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

/* Tab content container - matching source */
.tab-content {
    background: #fff;
    padding: 0;
    border: none;
    border-radius: 0;
    margin-top: 0;
}

/* Tab pane visibility - matching source */
.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
    padding-top: 50px;
}

/* Ensure proper layout for tab content - matching source */
.tab-pane .tab-image,
.tab-pane .tab-info {
    float: left;
    box-sizing: border-box;
}

.tab-pane .tab-image {
    width: 41.66666667%;
    padding-right: 15px;
}

.tab-pane .tab-info {
    width: 58.33333333%;
    padding-left: 15px;
}

/* Clearfix for tab content */
.tab-pane:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive adjustments for About Us section - matching source file */
@media screen and (max-width: 1080px) {
    .nav-tabs>li>a {
        margin: 0 1px;
        padding: 15px 44px;
    }
    .tab-info p {
        line-height: 2.5em;
        margin-top: 0em;
        font-size: 0.9em;
    }
    .sub-hd h3.tittle {
       font-size: 2.5em;
    }
}

@media screen and (max-width: 1024px) {
    .nav-tabs>li>a {
        margin: 0 1px;
        padding: 15px 44px;
    }
    .tab-info p {
        line-height: 2.5em;
        margin-top: 0em;
        font-size: 0.9em;
    }
}

@media screen and (max-width: 768px) {
    /* Basic text adjustments */
    .sub-hd h3.tittle {
        font-size: 2.5em;
    }
    h2.tittle {
        font-size: 1.7em;
    }
    p.sub-para {
        font-size: 1em;
    }
    
    /* Tab navigation adjustments - keep tabs horizontal */
    .nav-tabs {
        display: block;
        text-align: center;
    }
    
    /* Keep tabs inline on mobile, but adjust padding */
    .nav-tabs>li {
        display: inline-block;
        margin-bottom: -1px;
        margin-right: 1px;
    }
    
    /* Reduce padding and font size for mobile tabs - but keep padding higher */
    .nav-tabs>li>a {
        padding: 15px 15px;
        font-size: 13px;
        margin: 0;
    }
    
    /* Stack image and text vertically on small screens */
    .tab-pane .tab-image,
    .tab-pane .tab-info {
        width: 100%;
        padding: 0;
        float: none;
    }
    
    .tab-pane .tab-info {
        margin-top: 1em;
    }
    
    /* Adjust tab content padding */
    .tab-content {
        padding: 0;
    }
    
    /* Adjust tab pane padding */
    .tab-pane.active {
        padding-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    /* More adjustments for smaller screens */
    .tab-info p {
        line-height: 1.9em;
        margin-top: 0em;
        font-size: 0.875em;
    }
    
    /* Keep tabs horizontal with higher padding */
    .nav-tabs>li>a {
        padding: 12px 12px;
        font-size: 14px;
    }
    
    /* Adjust text sizes */
    .sub-hd h3.tittle {
        font-size: 2em;
    }
    h2.tittle {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    /* Final adjustments for very small screens */
    .sub-hd h3.tittle {
        font-size: 1.8em;
    }
    h2.tittle {
        font-size: 1.3em;
    }
    
    /* Keep tabs horizontal, compact layout */
    .nav-tabs>li {
        display: inline-block;
    }
    
    /* Minimal but higher padding for very small screens */
    .nav-tabs>li>a {
        padding: 10px 10px;
        font-size: 14px;
        white-space: nowrap;
    }
    
    /* Ensure image fits */
    .tab-image img {
        max-width: 100%;
        height: auto;
    }
}

/* Add missing styles for header section */
.wthree_head_section {
    text-align: center;
    margin-bottom: 50px;
}

.w3l_header {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    position: relative;
    display: inline-block;
}

.w3l_header span {
    color: #019098;
}

.w3l_header.two {
    margin-bottom: 20px;
}

/* Hover effect for service cards */
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #fff;
    transition-property: color;
    transition-duration: 0.3s;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    transform: scale(2);
}

.space-large { padding-top: 120px; padding-bottom: 120px; }
.space-ex-large { padding-top: 140px; padding-bottom: 140px; }

/*----------------------
   4.2 Margin Space
-----------------------*/
.mr10 { margin-right: 10px; }
.ml5 { margin-left: 5px; }
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mb130 { margin-bottom: 130px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

/*----- less margin space from top --*/
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside130 { padding: 130px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdb150 { padding-bottom: 150px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }
.pdtb40 { padding-bottom: 40px; padding-top: 40px; }

/*--------------------------------
4.4 Background & Block color 
----------------------------------*/
.bg-light { background-color: #f6f9fb; }
.bg-primary { background-color: #ffe62c; color: #fff; }
.bg-default { }
.bg-white { background-color: #fff; }
.outline { }
.section-title { margin-bottom: 40px;  margin-top: 20px;}
.title { color: #333333; }
.small-title { }
.small-text { padding-top: 20px; font-size: 12px; font-weight: 500; text-align: center; }
.text-white { color: #fff; }
.text-black { color: #111; }
.primary-sidebar { }
.secondary-sidebar { }
.well-block { }
.divider-line { }

/*--------------------------------
4.5 Features Block 
----------------------------------*/
.feature-block { margin-bottom: 30px; }
.feature-text { }
.feature-title { }
.feature-content { margin-bottom: 30px; }
.feature-section { }
.feature-icon { font-size: 50px; color: #019098; margin-bottom: 30px; }

/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/
.angle, .arrow { position: relative; color: #768185; font-weight: 400; }
.angle-right li:before { font-family: FontAwesome; display: block; position: absolute; left: 0; font-size: 14px; padding-top: 0px; color: #019098; content: "\f101"; }
.arrow-right li:after { font-family: FontAwesome; display: block; position: absolute; right: 0; font-size: 14px; padding-top: 0px; color: #fff; content: "\f105"; bottom: 0px; }
.chekbox { position: relative; color: #777777; font-weight: 400; line-height: 34px; }
.chekbox li:before { font-family: FontAwesome; display: block; position: absolute; left: 0; font-size: 14px; padding-top: 0px; color: #111111; content: "\f046"; }
.chekbox li { padding-left: 25px; }

/*--------------------------------
4.7 Call to actions 
----------------------------------*/
.cta-section { background-color: #25aae1; padding-top: 40px; padding-bottom: 40px; color: #fff; text-align: center; }
.cta-block { }
.cta-text { font-size: 28px; font-style: italic; font-weight: 400; font-family: 'Merriweather', serif; margin-bottom: 20px; }
.cta-title { }
.cta-btn { }
.widget-cta-primary { background-color: #25aae1; padding: 30px; border-radius: 5px; color: #fff; margin-bottom: 30px; }
.widget-cta-primary-title { color: #fff; }
.widget-cta-default { background-color: #019098; padding: 30px; border-radius: 5px; color: #fff; margin-bottom: 30px; }
.widget-cta-default-title { color: #fff; }
.widget-cta { background-color: #fff; padding: 30px; border-radius: 5px; border: 1px solid #dfe6ea; margin-bottom: 30px; }
.widget-cta-block { }
.widget-cta-icon { }
.widget-cta-content { }
.widget-cta-title { }
.widget-cta-text { }

/*--------------------------------
 4.8 Image Hover Effect 
----------------------------------*/
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 5px; line-height: normal; vertical-align: middle; }
.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 55%; left: 50%; padding: 10px; line-height: 10px; margin: -25px 0 0 -25px; content: "\f00e"; font-family: "FontAwesome"; font-size: 30px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background-color: rgba(37, 170, 225, 0.80); }
.imghover:hover::after { color: #fff; }

/*--------------------------------
4.9 Icon 
----------------------------------*/
.icon { }
.icon-1x { font-size: 18px; }

/* default icon size of font*/
.icon-2x { font-size: 38px; }
.icon-4x { font-size: 65px; }
.icon-6x { font-size: 88px; }
.icon-8x { font-size: 108px; }
.icon-default { color: #aa9144; }
.icon-primary { color: #474954; }
.icon-secondary { color: #fff; }
.icon-white { color: #fff; }

/*--------------------------------
5 Header / Navigations 
----------------------------------*/

/*--------------------
    5.1 Header Regular 
   ----------------------*/

.logo { }
.top-bar { background-color: #fff; padding-top: 20px; padding-bottom: 20px; }
.call-info { margin-top: 5px; margin-left: 55px; }
.call-icon { font-size: 27px; color: #25aae1; float: left; margin-right: 10px; }
.call-text { font-size: 14px; color: #3d485d; font-weight: 700;  padding-top: 10px; float: left;}
.social { }
.social ul { float: right; }
.social ul li { float: left; }
.social ul li a { font-size: 13px; padding: 12px 10px; color: #b6e1ab; }
.social ul li a:hover { color: #fff; }
.header { }
.header-wrapper { z-index: 99; background: #fff; position: relative; background-color: #019098; }
.is-sticky .header-wrapper { }
.header-btn { padding-top: 6px; text-align: right; }

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
.hero-section { background: url(../images/hero-img.jpg) no-repeat center; background-size: cover; }
.hero-section-caption { margin-top: 110px; margin-bottom: 110px; background-color: #4d8638; border-radius: 6px; }
.hero-title { color: #fff; font-size: 35px; font-weight: 100; line-height: 45px; margin-bottom: 25px; }
#navigation { float: left; }
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#navigation:after, #navigation>ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation #menu-button { display: none; }
#navigation { font-family: 'Merriweather Sans', sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
#navigation>ul>li { float: left; }
#navigation.align-center>ul { font-size: 0; text-align: center; }
#navigation.align-center>ul>li { display: inline-block; float: none; }
#navigation.align-center ul ul { text-align: left; }
#navigation.align-right>ul>li { float: right; }
#navigation>ul>li>a { border-right: 1px solid #00796b; margin-left: -1px; border-left: 1px solid #00796b; padding: 22px 52px; font-size: 13px; color: #fff; letter-spacing: 1px; text-decoration: none; font-weight: 600; text-transform: uppercase; }
#navigation>ul>li:hover>a { color: #fff; background-color: #00796b; border-radius: 0%; }
#navigation>ul>li.has-sub>a { padding-right: 67px; }

/*#navigation>ul>li>a:after {
    position: absolute;
    top: 16px;
    right: -3px;
    height: 2px;
    display: block;
    content: '/';
}*/
#navigation>ul>li.has-sub>a:before { position: absolute; right: 49px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }

/*#navigation > ul > li.has-sub:hover > a:before {
 top: 23px;
 height: 0;
}*/
#navigation ul ul { position: absolute; left: -9999px; margin: -1px; }
#navigation.align-right ul ul { text-align: right; }
#navigation ul ul li { top: 0px; height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation li:hover>ul { left: auto; }
#navigation.align-right li:hover>ul { left: auto; right: 0; }
#navigation li:hover>ul>li { height: 62px; }
#navigation ul ul ul { margin-left: 100%; top: 0; }
#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
#navigation ul ul li a { background-color: #00796b; padding: 24px 20px; width: 216px; font-size: 13px; text-decoration: none; color: #e0f7fa; font-weight: 600; text-transform: uppercase; border-bottom: #019098 1px solid; letter-spacing: 1px; }
#navigation ul ul li:first-child>a { border-top-right-radius: 0%; }
#navigation ul ul li:last-child>a { border-bottom-right-radius: 0%px; border-bottom-left-radius: 0%px; }
#navigation ul ul li:last-child>a, #navigation ul ul li.last-item>a { border-bottom: 0; }
#navigation ul ul li:hover>a, #navigation ul ul li a:hover { color: #fff; background-color: #00695c; }
#navigation ul ul li.has-sub>a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #dddddd; content: ''; }
#navigation.align-right ul ul li.has-sub>a:after { right: auto; left: 11px; }
#navigation ul ul li.has-sub>a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #dddddd; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation.align-right ul ul li.has-sub>a:before { right: auto; left: 14px; }
#navigation ul ul>li.has-sub:hover>a:before { top: 17px; height: 0; }
#navigation.small-screen { width: 100%; }
#navigation.small-screen ul { width: 100%; display: none; }
#navigation.small-screen.align-center>ul { text-align: left; }
#navigation.small-screen ul li { width: 100%; border-top: 1px solid #00796b; top: auto; background-color: #019098; }
#navigation.small-screen ul ul li, #navigation.small-screen li:hover>ul>li { height: auto; }
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; padding: 20px 15px; color: #fff; }
#navigation.small-screen>ul>li>a:after { position: absolute; top: 16px; right: -3px; height: 2px; display: block; content: ''; }
#navigation.small-screen>ul>li { float: none; }
#navigation.small-screen ul ul li a { padding-left: 25px; }
#navigation.small-screen ul ul ul li a { padding-left: 35px; }
#navigation.small-screen ul ul li a { color: #e0f7fa; background: #00796b; }
#navigation.small-screen ul ul li:hover>a, #navigation.small-screen ul ul li.active>a { color: #fff; background-color: #00695c; }
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation.small-screen>ul>li.has-sub>a:after, #navigation.small-screen>ul>li.has-sub>a:before, #navigation.small-screen ul ul>li.has-sub>a:after, #navigation.small-screen ul ul>li.has-sub>a:before { display: none; }
#navigation.small-screen #menu-button { display: block; padding: 18px; color: #fff; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 600; background-color: #019098; margin-top: 5px; }
#navigation.small-screen #menu-button:after { position: absolute; top: 16px; right: 17px; display: block; height: 12px; width: 20px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; content: ''; }
#navigation.small-screen #menu-button:before { position: absolute; top: 21px; right: 17px; display: block; height: 2px; width: 20px; background: #fff; content: ''; }
#navigation.small-screen #menu-button.menu-opened:after { top: 20px; border: 0; height: 2px; width: 15px; background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#navigation.small-screen #menu-button.menu-opened:before { top: 20px; background: #fff; width: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid #0f2859; height: 54px; width: 53px; cursor: pointer; }
#navigation.small-screen .submenu-button.submenu-opened { }
#navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
#navigation.small-screen .submenu-button:after { position: absolute; top: 25px; right: 20px; width: 8px; height: 2px; display: block; background: #fff; content: ''; }
#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation.small-screen .submenu-button.submenu-opened:after { background:; }
#navigation.small-screen .submenu-button:before { position: absolute; top: 22px; right: 23px; display: block; width: 2px; height: 8px; background: #fff; content: ''; }
#navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }
#navigation.small-screen>ul>li>a { border-left: transparent; margin: 0; border-right: transparent; }
#navigation.small-screen>ul>li:hover>a { border-left: transparent; border-right: transparent; }

/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/
.page-header { background-image: url(../images/page-header.jpg); background-size: cover; margin: 0px; padding: 0px; border: 0px; }
.page-section { padding-top: 140px; padding-bottom: 140px; }
.page-description { }
.page-description p { }
.page-title { font-size: 50px; font-weight: 600; margin-bottom: 10px; color: #fff; }
.page-text { color: #fff; }
.page-breadcrumb { padding-top: 3px; color: #fff; }
.page-breadcrumb .breadcrumb { background-color: transparent; padding: 5px 0px; margin-bottom: 0px; font-size: 13px; font-weight: 600; border: none; letter-spacing: 0.5px; text-transform: uppercase; color: #c3c7cf; }
.breadcrumb>li+li:before { padding: 0 5px; color: #c3c7cf; content: "/\00a0"; }
.breadcrumb>li>a { color: #fff; }

/*-----------------------------------
    6. Slider 
-------------------------------------*/
.slider-wrapper {  }
.slider {  }
.slider-img { }
.slider-img img { position: relative; z-index: -1; }
.slider-captions { position: absolute; bottom: 120px; width: 100%; color: #fff; }
.slider-title { color: #fff; font-size: 50px; font-weight: 500; letter-spacing: -1px; line-height: 68px; }
.slider-text { color: #fff; }
.slider .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent; }
.slider .owl-nav .owl-prev { position: absolute; top: 40%; left: 0px; color: #fff; font-size: 18px; margin: 8px; padding-top: 4px; background: transparent; display: block; cursor: pointer; border-radius: 2px; height: 36px; width: 36px; border: 1px solid #fff; }
.slider .owl-nav .owl-next { position: absolute; top: 40%; right: 0px; color: #fff; font-size: 18px; margin: 8px; padding-top: 4px; background: transparent; display: block; cursor: pointer; border-radius: 2px; height: 36px; width: 36px; border: 1px solid #fff; }
.slider .owl-nav .owl-prev:hover { background-color: #019098; border: 2px solid #019098; text-decoration: none; color: #fff; }
.slider .owl-nav .owl-next:hover { background-color: #019098; border: 2px solid #019098; text-decoration: none; color: #fff; }
.slider .owl-dots { text-align: center !important; position: relative; bottom: 40px; }
.slider .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.slider .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 4px; background: #fff; border-radius: 2px; border: 2px solid #fff; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #019098; border: 2px solid #019098; }
.slider .owl-carousel .owl-item img { width: 100%; }

/* PC 轮播：768px 及以上显示 */
.hero-banner-pc {
    position: relative;
    width: 100%;
    display: block;
}
.hero-banner-pc .swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.hero-banner-pc .swiper-slide img {
    width: 100%;
    display: block;
    height: auto;
}
.hero-banner-pc .swiper-button-prev,
.hero-banner-pc .swiper-button-next {
    position: absolute;
    top: 40%;
    z-index: 10;
    color: #fff;
    font-size: 18px;
    padding: 8px;
    background: transparent;
    cursor: pointer;
    border-radius: 2px;
    height: 36px;
    width: 36px;
    border: 1px solid #fff;
}
.hero-banner-pc .swiper-button-prev { left: 0; }
.hero-banner-pc .swiper-button-next { right: 0; }
.hero-banner-pc .swiper-button-prev:hover,
.hero-banner-pc .swiper-button-next:hover {
    background-color: #019098;
    border-color: #019098;
}
.hero-banner-pc .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
.hero-banner-pc .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: rgba(255,255,255,0.7);
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.7);
    opacity: 1;
    display: inline-block;
}
.hero-banner-pc .swiper-pagination-bullet-active {
    background-color: #019098;
    border-color: #019098;
}

/* 手机轮播：768px 以下显示 */
.hero-banner-mobile {
    position: relative;
    width: 100%;
    display: none;
}
.hero-banner-mobile .swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.hero-banner-mobile .swiper-slide img {
    width: 100%;
    display: block;
    height: auto;
}
.hero-banner-mobile .swiper-button-prev,
.hero-banner-mobile .swiper-button-next {
    position: absolute;
    top: 40%;
    z-index: 10;
    color: #fff;
    font-size: 18px;
    padding: 8px;
    background: transparent;
    cursor: pointer;
    border-radius: 2px;
    height: 36px;
    width: 36px;
    border: 1px solid #fff;
}
.hero-banner-mobile .swiper-button-prev { left: 0; }
.hero-banner-mobile .swiper-button-next { right: 0; }
.hero-banner-mobile .swiper-button-prev:hover,
.hero-banner-mobile .swiper-button-next:hover {
    background-color: #019098;
    border-color: #019098;
}
.hero-banner-mobile .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
.hero-banner-mobile .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: rgba(255,255,255,0.7);
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.7);
    opacity: 1;
    display: inline-block;
}
.hero-banner-mobile .swiper-pagination-bullet-active {
    background-color: #019098;
    border-color: #019098;
}

/* 手机端：隐藏 PC，显示手机 */
@media screen and (max-width: 767px) {
    .hero-banner-pc    { display: none !important; }
    .hero-banner-mobile { display: block !important; }
}

/* PC 端：隐藏手机 */
@media screen and (min-width: 768px) {
    .hero-banner-mobile { display: none !important; }
}

/*-----------------------------------
7. before after gallery
-------------------------------------*/
.ba-gallery { }
.left-btn, .right-btn { }
.ba-left-btn { }
.ba-right-btn { }

/*-----------------------------------
8. Footer 
-------------------------------------*/
.footer { background-color: #1d1f23; padding-top: 70px; padding-bottom: 20px; color: #595f69; font-weight: 400; font-size: 14px; }
.footer-title { font-family: 'Merriweather', serif; margin-bottom: 40px; color: #fff; letter-spacing: 1; font-size: 22px; font-weight: 400; }
.footer-widget { margin-bottom: 30px; }
.footer-widget ul { margin-bottom: 25px; }
.footer-widget ul li { line-height: 1; margin-bottom: 18px; }
.footer-widget ul li a { font-size: 14px; color: #595f69; font-weight: 700; text-transform: uppercase; }
.footer-widget ul li a:hover { color: #019098; }
.footer-widget .form-control { }
.footer-social { margin-bottom: 30px; }
.footer-social ul { margin-top: -1px; }
.footer-social ul li { line-height: 1; margin-bottom: 8px; }
.footer-social-btn { border-radius: 50px; display: inline-block; line-height: 1.5; height: 32px; width: 32px; padding-left: 12px; padding-top: 9px; padding-bottom: 0px; font-size: 10px; color: #fff; }
.footer-social span { margin-left: 8px; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.btn-twitter { background: #00aced; color: #fff; }
.btn-twitter:hover, .btn-twitter:active { background: #0084b4; color: #fff; }
.btn-facebook { background: #3B5997; color: #fff; }
.btn-facebook:hover, .btn-facebook:active { background: #2d4372; color: #fff; }
.btn-googleplus { background: #D64937; color: #fff; }
.btn-googleplus { background: #D64937; color: #fff; }
.btn-googleplus:hover, .btn-googleplus:active { background: #b53525; color: #fff; }
.btn-instagram { background: #fb3958; color: #fff; }
.btn-instagram:hover, .btn-instagram:active { background: #ed2c4b; color: #fff; }
.btn-linkedin { background: #0074A1; color: #fff; }
.btn-linkedin:hover, .btn-linkedin:active { background: #006288; color: #fff; }
.btn-social { margin: 20px 0px 25px 0px; -webkit-font-smoothing: antialiased; font-size: 12px; }
.footer-link { }
.footer-link:hover { }
.time-schedule { }
.time-schedule ul { }
.time-schedule ul li { font-size: 16px; line-height: 3.2; border-bottom: 1px solid #0f2859; margin: 0px }
.time-schedule ul li:last-child { border-bottom: transparent; }
.time-schedule ul li span { margin-left: 10px; }

/*-------------- tiny footer ------------*/
.tiny-footer { }

/*-----------------------------------
9. Pages 
-------------------------------------*/

/* 医院底部样式 */
.footer-hospital {
    background-color: #019098;
    color: white;
    padding: 60px 0 30px;
    font-family: "Helvetica Neue", heiti_sclight, Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体";
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.footer-left {
    flex: 1;
    min-width: 300px;
    margin-bottom: 30px;
}

.hospital-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}

.hospital-info p {
    margin-bottom: 10px;
    font-size: 16px;
    color: white;
    line-height: 1.5;
}
.hospital-info p a{ color: #fff!important;}

.footer-center {
    flex: 1;
    min-width: 300px;
    text-align: center;
    margin-bottom: 30px;
}

.footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
}

.phone-number {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
}
.phone-number a{ color: #fff }

.working-hours p {
    margin-bottom: 5px;
    font-size: 16px;
    color: white;
    line-height: 1.5;
}

.footer-right {
    flex: 1;
    min-width: 300px;
    text-align: right;
    margin-bottom: 30px;
}

.qrcode-container {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}

.qrcode-item {
    text-align: center;
}

.qrcode-img {
    margin-bottom: 10px;
}

.qrcode-img img {
    border: 5px solid white;
    border-radius: 10px;
}

.qrcode-label {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.footer-copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-copyright p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-left,
    .footer-center,
    .footer-right {
        text-align: center;
        min-width: auto;
    }
    
    .qrcode-container {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer-hospital {
        padding: 40px 0 20px;
    }
    
    .footer-content {
        margin-bottom: 30px;
    }
    
    .hospital-name {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .hospital-info p,
    .footer-title,
    .working-hours p,
    .qrcode-label {
        font-size: 14px;
    }
    .hospital-info p a{ color: #fff!important;}
    
    .phone-number {
        font-size: 20px;
    }
    
    .qrcode-container {
        gap: 20px;
    }
    
    .qrcode-img img {
        width: 80px !important;
        height: 80px !important;
    }
    
    .footer-copyright {
        padding-top: 20px;
    }
    
    .footer-copyright p {
        font-size: 12px;
    }
}

/*------------------------- 9.1 About us ---------------------------*/

.about-section { }
.about-title { }
.about-img img { border-radius: 5px; position: relative; }
.about-icon { }
.build-pic { }
.about-btn { margin-top: -130px; }
.about-list { }
.about-list ul { }
.about-list ul li { padding-left: 20px; margin-bottom: 20px; }
.about-list ul li:before { }

/*--- about from zhu ---*/
.about {
    padding: 5em 0em;
    background-color: #eeee;
}
.about h3 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 70px;
    color: #000;
}
.row.team-data h3 {
    font-size: 36px;
}
.w3ls_al {
    float: left;
    width: 50%;
}
.w3ls_ar {
    float: left;
    width: 50%;
    padding-left: 30px;
}
.w3ls_ar h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8em;
    color: #000;
    letter-spacing: 2px;
}
.w3ls_ar p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    color: #777;
    letter-spacing: 2px;
    margin: 10px 0px;
}

/* 修复医院简介板块移动端样式 */
@media screen and (max-width: 768px) {
    .hospital-intro {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }
    
    .hospital-intro .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .w3ls_al,
    .w3ls_ar {
        width: 100%;
        padding-left: 0;
        float: none;
    }
    
    .w3ls_al img {
        margin-bottom: 20px;
    }
    
    .w3ls_ar {
        margin-top: 20px;
        padding-left: 0;
    }
    
    .hospital-intro h4,
    .hospital-intro p {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.team-profile {
    background: #e0f7fa;
}
.member-social {
    background: #019098;
    padding: 15px;
}
.member-social .fa {
    color: white;
    padding: 20px 5px;
    font-size: 20px;
}
.member-social .fa:hover {
    color: #e0f7fa;
}
.member-social1 {
    background: #019098;
    padding: 1em 0.5em;
    height: 6em;
    overflow: hidden;
}
.member-social1 h4 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
}
.member-social1 p {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.col-md-3 {
    margin-bottom: 30px;
}

/*--- responsive about ---*/
@media screen and (max-width: 991px) {
    .col-sm-3 {
        width: 50%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 640px) {
    .w3ls_al,
    .w3ls_ar {
        width: 100%;
        padding-left: 0;
    }
    .w3ls_ar {
        margin-top: 20px;
    }
}
@media screen and (max-width: 480px) {

    .zlfan{font-size: 1.1rem!important;}
    .zlfan-line h3{font-size: 2.5rem!important;}
    .zlfan-line::before, .zlfan-line::after{
        content: '';
    position: absolute;
    top: 50%;
    width: calc((100% - 300px) / 2)!important;
    height: 2px;
    background-color: #019098;
    }

    .about h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .row.team-data h3 {
        font-size: 2.5rem;
        margin-bottom: 0;
    }
    .team-data {
        padding-top: 30px;
    }
}
@media screen and (max-width: 320px) {
    .about {
        padding: 2em 0em;
    }
}

/*--- Successful Stories Styles ---*/
.grid_2 {
    padding: 6em 0;
    position: relative;
    background: #f4f4f4;
}
.col_1_of_2:first-child {
    margin-left: 0;
}
.col_1_of_2 {
    display: block;
    float: left;
    margin: 1% 0 1% 3.6%;
}
.span_1_of_2 {
    width: 48.2%;
    position: relative;
}
.span_1_of_2 h4 {
    color: #019098;
    font-size: 1.3em;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.5em;
    font-weight: 600;
}
.story_desc {
    position: absolute;
    bottom: -1px;
    background: #1b242f;
    padding: 11px 20px;
    text-align: left;
    width: 100%;
    z-index: 9;
}
.story_desc h3 {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 0;
    font-weight: 400;
}
.story_desc p {
    color: #fff;
    font-size: 0.8125em;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 6px;
}
p.p1 {
    line-height: 1.9em;
    margin-top: 0.7em;
    font-size: 0.9em;
}
.box_1 {
    margin-bottom: 3em;
}
.box_1.one {
    margin-top: 3em;
}
.grid_2 h5 {
    color: #ff6200;
    font-size: 3em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 40px;
}
.multi-gd-text a:hover::before {
    width: 100%;
    height: 100%;
}
.multi-gd-text a::before {
    background: rgba(1, 144, 152, 0.55);
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}
.multi-gd-text img {
    height: auto;
    width: 100%;
}
.multi-gd-text a:hover::after {
    width: 100%;
    height: 100%;
}
.multi-gd-text a::after {
    background: rgba(1, 144, 152, 0.55);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}
.multi-gd-text a {
    display: block;
    position: relative;
}

/*--- new content section ---
.new-content-section {
    padding: 5em 0;
    background-color: #f9f9f9;
}
.new-content-section h3 {
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
}
.new-content-section .lead {
    color: #777;
    font-size: 18px;
    margin-bottom: 40px;
}
.feature-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.feature-icon {
    margin-bottom: 20px;
}
.feature-box h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}
.feature-box p {
    color: #777;
    font-size: 15px;
    line-height: 1.6;
}

/*--- responsive new content ---*/
@media screen and (max-width: 991px) {
    .new-content-section {
        padding: 3em 0;
    }
    .new-content-section h3 {
        font-size: 30px;
    }
    .feature-box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    .new-content-section {
        padding: 2em 0;
    }
    .new-content-section .lead {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .new-content-section h3 {
        font-size: 25px;
    }
    .feature-box {
        padding: 20px;
    }
    .feature-icon i {
        font-size: 30px !important;
    }
    .feature-box h4 {
        font-size: 18px;
    }
    .feature-box p {
        font-size: 14px;
    }
}

/*-------------------------
 9.2  Service / single / sidebar
--------------------------*/
.service-block { padding: 30px; border-radius: 5px; background-color: transparent; border: 1px solid #dfe6ea; margin-bottom: 30px; min-height: 250px; display: flex; align-items: center; justify-content: center; }
.service-content { text-align: center; width: 100%; }
.service-content i { font-size: 80px; color: #019098; margin-bottom: 20px; display: block; }
.service-content h3 { margin: 0px; font-size: 18px; line-height: 1.3; }
.service-block:hover { text-align: center; background-color: #019098; color: #fff; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; border: 1px solid #019098; }
.service-block:hover i, .service-block:hover a { color: #fff; }

/* 移动端病种框样式优化 */
@media screen and (max-width: 768px) {
    .service-block {
        padding: 15px;
        min-height: 150px;
        margin-bottom: 15px;
    }
    
    .service-content i {
        font-size: 50px;
        margin-bottom: 15px;
    }
    
    .service-content h3 {
        font-size: 16px;
    }
    
    /* 调整癌症类型板块在移动端的列间距 */
    .cancer-therapy .col-lg-3,
    .cancer-therapy .col-md-3,
    .cancer-therapy .col-sm-6,
    .cancer-therapy .col-xs-6 {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    /* 调整移动端行间距 */
    .cancer-therapy .row {
        margin-left: -8px;
        margin-right: -8px;
    }
}
.service-list { margin-bottom: 30px; }
.service-list ul { }
.service-list ul li { padding-left: 20px; }

/*----------------- Gallery Wide ---------------*/
.gallery-thumbnail img { width: 100%; }
.gallery-img img { width: 100%; }
.gallery-block { }

/*-----------------------------------------
  service side-nav
 ------------------------------------------*/
.sidenav { margin-bottom: 30px; background-color: #25aae1; padding: 30px; border-radius: 5px; }
.sidenav ul li { position: relative; font-weight: 600; }
.sidenav ul li a { display: block; color: #c1e2ef; font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.sidenav ul li:after { }
.sidenav ul li a:hover { color: #fff; }
.sidenav ul li.active a { color: #fff; }
.sidenav ul li.active a:before { color: #fff; }
.service-sidenav-icon { font-size: 16px; color: #8e1e1a; padding-top: 5px; float: left; padding-right: 10px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.sidenav a:focus, a:active { background-color: transparent; border: 0px; }

/*--------------------------
 9.5  Testimonial
---------------------------*/
.testimonial-wrapper { background-color: #ffe62c; padding-bottom: 70px; padding-top: 70px; text-align: center; }
.testimonial-block { }
.testimonial-icon { color: #e7d029; font-size: 34px; }
.testimonial-content { margin-bottom: 30px; font-size: 18px; font-style: italic; font-weight: 700; }
.testimonial-content p { line-height: 34px; }
.testimonial-pic img { border-radius: 5px; }
.testimonial-pic { float: left; margin-right: 20px; }
.testimonial-text { padding-top: 10px; }
.testimonial-user { }
.testimonial-meta { margin-bottom: 20px; line-height: 1.2; font-size: 12px; text-transform: uppercase; color: #25aae1; letter-spacing: 1; font-weight: 700; margin-top: 0px; display: block; margin-top: -5px; }

/*--------------------------
 9.6  team
 ----------------------------*/
.team-block { margin-bottom: 20px; text-align: center; }
.team-section { }
.team-img { margin-bottom: 20px; }
.team-content { text-align: center; }
.team-title { margin-bottom: 4px; }
.team-meta { text-transform: uppercase; font-size: 10px; color: #25aae1; font-weight: 700; }

/*-------------------------
 9.8 Contact us
---------------------------*/
.contact-block { margin-bottom: 30px; padding: 30px; border-radius: 5px; background-color: #25aae1; color: #fff; }
.contact-form { margin-bottom: 30px; padding: 30px; border-radius: 5px; background-color: #fff; border: 1px solid #dfe6ea; }
.contact-head { padding-left: 50px; margin-top: -42px; }
.contact-info h4 { color: #fff; }
.contact-info p { color: #fff; font-size: 14px; }
.contact-icon { }
.contact-info ul { }
.contact-info ul li { color: #fff; line-height: 2; margin-bottom: 20px; }
.contact-info ul li i { margin-right: 0px; color: #fff; font-size: 30px; }
.contact-info ul li:last-child { border-bottom: 0px; }
.contact-title { }
.get-in-touch { }
.contact-social { }
.contact-social a span { }
.contact-social a span:hover { }

/*------------------------
10. Blog pages
--------------------------*/

/*----- post-----*/

.post-holder { border-bottom: 1px solid #dfdfdf; margin-bottom: 30px; }
.post-block { background-color: transparent; border-radius: 5px; border: 1px solid #dfe6ea; margin-bottom: 30px; }
.post-img img { border-radius: 0px; }
.post-header { border-bottom: 1px solid #dfe6ea; margin-bottom: 20px; margin-top: 20px; }
.post-content { padding: 30px; }
.sticky-box, .video-box { height: 50px; width: 50px; background-color: #8e1e1a; position: absolute; z-index: 8; top: 20px; right: 0px; left: 20px; border-radius: 50px; padding-top: 2px; line-height: 1; }
.post-sticky, .post-video { position: absolute; bottom: 48%; left: 48%; font-size: 60px; color: #fff; }
.video-block { position: absolute; bottom: 48%; left: 48%; font-size: 60px; color: #fff; }

/*----- meta -----*/
.meta { font-size: 13px; margin-bottom: 20px; font-style: italic; font-weight: 700; }
.meta i { color: #25aae1; margin-right: 5px; }
.meta-date .meta-author, .meta-comments, .meta-categories { color: #595b5c; }
.meta-date, .meta-author, .meta-comments, .meta-categories { margin-right: 10px; }
.meta-tag { }

/*----- pagination -----*/
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; }
.st-pagination { text-align: center; margin-top: 30px; }
.st-pagination .pagination>li>a, .pagination>li>span { position: relative; float: left; line-height: 1.6; color: #fff; letter-spacing: 2px; text-decoration: none; font-size: 11px; border-radius: 2px; border: 1px solid #8d9ba1; background-color: #8d9ba1; font-weight: 700; text-transform: uppercase; margin-right: 8px; margin-bottom: 5px; }
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover { z-index: 2; color: #fff; background-color: #25aae1; border: #25aae1 1px solid; }
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span { margin-left: 0; border-radius: 2px; }
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span { border-radius: 2px; }
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #25aae1; border: 1px solid #25aae1; }
.related-post-block { border-bottom: 1px solid #dfe6ea; margin-bottom: 30px; }
.related-post-title { margin-top: 30px; }
.related-post { }
.related-img img { margin-bottom: 30px; }
.related-post-content { }
.post-meta { margin-right: 20px; line-height: 0px; }

/*----- prev-next-----*/
.post-navigation { border-bottom: 1px solid #dfe6ea; padding: 20px 0px 40px 0px; }
.nav-links { text-decoration: none; }
.nav-previous { }
.prev-link, .next-link { color: #143575; border-bottom: 2px solid #143575; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.prev-link, .next-link:hover { color: #25aae1; border-bottom: 2px solid #25aae1; text-decoration: none; }
.prev-link i { }
.next-link i { }
.nav-next { }
.next-link { }
.previous-next-title { margin-top: 20px; }

/*----- Author-post -----*/
.author-block { margin-top: 40px; margin-bottom: 30px; border-bottom: 1px solid #dfe6ea; }
.author-header { float: left; margin-right: 15px; }
.author-content { margin-top: 17px; }
.author-img { }
.author-title { font-size: 22px; line-height: 22px; color: #fff; }
.author-post-content { margin-bottom: 30px; }
.author-meta { padding-top: 8px; font-size: 12px; color: #25aae1; }

/*----- Comments -----*/
.comment-area { margin-top: 40px; margin-bottom: 30px; }
.comment-title { font-size: 22px; line-height: 22px; margin-bottom: 30px; }
.comment-list { margin-top: 40px; }
.comment { }
.comment-body { }
.comment-header { position: relative; }
.comment-author { }
.comment-author img { float: left; }
.comment-info { padding-left: 100px; }
.user-title { font-size: 18px; float: left; margin-bottom: 0px; margin-right: 30px; }
.comment-meta-date { padding-bottom: 10px; color: #9a9fa4; font-size: 12px; font-weight: 700; letter-spacing: .75px; text-transform: uppercase; position: absolute; right: 5px; top: 0; }
.comment-content { margin-bottom: 10px; font-size: 16px; }
.reply-link { }
.childern { padding: 40px; background-color: transparent; border-bottom: 1px solid #dfe6ea; border-top: 1px solid #dfe6ea; padding-right: 0px; }

/*----- leave-Comments -----*/
.leave-comments { }

/*-----------------------------------
    12. Slider 
-------------------------------------*/
.blog-gallery-slider { margin-bottom: 30px; }
.blog-gallery-slider-img { background: -moz-linear-gradient(top, rgba(13, 15, 13, 0.6) 0%, rgba(13, 15, 13, 0.6) 100%); background: -webkit-linear-gradient(top, rgba(13, 15, 13, 0.6) 0%, rgba(13, 15, 13, 0.6) 100%); background: linear-gradient(to bottom, rgba(13, 15, 13, 0.6) 0%, rgba(13, 15, 13, 0.6) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0); position: relative; }
.blog-gallery-slider-img img { position: relative; z-index: -1; }
.blog-gallery-slider-captions { position: absolute; bottom: 210px; width: 100%; color: #fff; text-align: center; }
.blog-gallery-slider-title { color: #fff; font-size: 54px; font-weight: 700; }
.blog-gallery-slider-text { color: #fff; }
.blog-gallery-slider .owl-dots { text-align: center !important; position: relative; bottom: 40px; }
.blog-gallery-slider .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent; }
.blog-gallery-slider .owl-nav .owl-prev { position: absolute; top: 40%; left: 0px; color: #fff; font-size: 18px; margin: 8px; padding-top: 2px; background: #b5b5bd; display: block; cursor: pointer; border-radius: 50px; height: 40px; width: 40px; border: 1px solid #b5b5bd; }
.blog-gallery-slider .owl-nav .owl-next { position: absolute; top: 40%; right: 0px; color: #fff; font-size: 18px; margin: 8px; padding-top: 2px; background: #b5b5bd; display: block; cursor: pointer; border-radius: 50px; height: 40px; width: 40px; border: 1px solid #b5b5bd; }
.blog-gallery-slider .owl-nav .owl-prev:hover { background-color: #ffe62c; border: 2px solid #ffe62c; text-decoration: none; color: #000; }
.blog-gallery-slider .owl-nav .owl-next:hover { background-color: #ffe62c; border: 2px solid #ffe62c; text-decoration: none; color: #000; }
.blog-gallery-slider.owl-dots .owl-dot { display: inline-block; zoom: 1; }
.blog-gallery-slider .owl-dots .owl-dot span { width: 11px; height: 11px; margin: 5px 4px; background: #b5b5bd; border-radius: 5px; border: 2px solid #b5b5bd; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.blog-gallery-slider.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #ffe62c; border: 2px solid #ffe62c; }
.blog-gallery-slider .owl-carousel .owl-item img { width: 100%; }

/*------------------------
 13. Counter block 
--------------------------*/
.counter-block { padding-top: 20px; padding-bottom: 20px; }
.counter-section { }
.counter-content { }
.counter-icon { font-size: 53px; color: #111; float: left; padding-right: 20px; }
.counter-title { font-size: 36px; color: #111; font-weight: 700; }
.counter-text { margin-top: -15px; display: block; padding-left: 70px; font-size: 14px; text-transform: uppercase; color: #111; font-weight: 700; }

/*------------------------
 13. Sidebar / Widgets
--------------------------*/

/*----- widget -----*/

.widget { margin-bottom: 30px; padding: 30px; border-radius: 5px; background-color: #fff; border: 1px solid #dfe6ea; }
.widget-title { color: #111; font-size: 18px; font-weight: 500; text-transform: uppercase; }
.widget ul { }
.widget ul li { }
.widget ul li a { }
.widget-categories, .widget-archives ul li a:hover { color: #111; }
.widget-categories, .widget-archives { }
.widget-categories ul li, .widget-archives ul li { position: relative; margin-bottom: 8px; }
.widget-categories ul li a, .widget-archives ul li a { padding: 0px 0px 0px 18px; font-size: 13px; font-weight: 700; color: #797f82; display: block; text-transform: uppercase; letter-spacing: 1.2; }
.widget-archives { }
.recent-post { }
.recent-img img { margin-bottom: 20px; float: left; margin-right: 20px; }
.recent-title { }
.widget-tags { }
.widget-tags a { color: #fff; padding: 5px 12px; background-color: #8d9ba1; display: inline-block; margin-bottom: 5px; border-radius: 2px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; line-height: 20px; margin-right: 5px; border: 0px; }
.widget-tags a:hover { background-color: #25aae1; color: #fff; border: 0px; }
.widget-search { margin-bottom: 30px; }
.widget-search button { background-color: #143575; border: #143575; color: #fff; font-size: 13px; position: absolute; right: 0px; padding: 13px 17px; position: absolute; bottom: 0; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.widget-search .form-control { height: 52px; }
.search-form { position: relative; }

/*-------------styleguide-------------*/
.box-info { font-size: 16px; line-height: 1.6; }
.circle-default-color { background-color: #143575; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #3f66b2; }
.circle-primary-color { background-color: #25aae1; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #66c3ea; }
.circle-heading-color { background-color: #252728; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #777a7b; }
.circle-secondary-color { background-color: #768185; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #a5acaf; }
.box-bg-color { }
.unordered ul { list-style: none; padding-left: 18px; }
.unordered ul li { line-height: 2; }
.ordered ol { list-style: decimal; margin-left: 20px; }
.ordered ol li { line-height: 2; }
.altenate { }
.altenate ul { list-style: none; }
.altenate ul li { border-bottom: 1px solid #e1e0dd; line-height: 2.5; }
.box-table { padding: 16px 30px; margin: 0 -15px 15px; border-color:; border: 1px solid #dbdad8; }
.unordered i { margin-right: 10px; color: #ff8119; font-size: 16px; }

/*-------------404 error-------------*/
.error { text-align: center; }
.error-icon { }
.error h1 { }
.error-text { font-size: 36px; letter-spacing: 38px; text-transform: uppercase; font-weight: 900; }

/*-------------map-------------*/
#map { }
#contact-map { width: 100%; height: 400px; }

/*-------------FAQ-------------*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:1200px) {
    #navigation>ul>li>a { border-right: 1px solid #0f2859; margin-left: -1px; border-left: 1px solid #0f2859; padding: 22px 36px; font-size: 13px; color: #87a7e5; letter-spacing: 1px; text-decoration: none; font-weight: 600; text-transform: uppercase; }
    .slider-captions { position: absolute; bottom: 40px; width: 100%; color: #fff; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) { }

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
    .sticky-wrapper { height: 0px; }
    .slider-captions { position: absolute; bottom: 50px; }
    .slider-title { font-size: 24px; margin-bottom: 0px; }
    .slider .owl-nav .owl-prev i { display: block; }
    .slider .owl-nav .owl-next i { display: block; }
    .slider .owl-nav .owl-prev { font-size: 12px; padding: 3px 0px; height: 20px; width: 20px; }
    .slider .owl-nav .owl-next { font-size: 12px; padding: 3px 0px; height: 20px; width: 20px; }
    .slider .owl-dots { min-width: 100%; position: absolute; bottom: 4px; text-align: center !important; }
    .page-section { padding-top: 50px; padding-bottom: 30px; }
    .page-title { font-size: 30px; }
    button.btn { padding: 12px 10px; font-size: 10px; }
    .slider-img {
        min-height: 300px;
    }
    .slider-img img {
        min-height: 300px;
        object-fit: cover;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
    .sticky-wrapper { height: 0px; }
    .slider-captions { bottom: 10px; }
    .slider-title { font-size: 18px; }
    .slider .owl-nav .owl-prev { font-size: 12px; padding: 3px 0px; height: 20px; width: 20px; }
    .slider .owl-nav .owl-prev i { display: block; }
    .slider .owl-nav .owl-next i { display: block; }
    .slider .owl-nav .owl-next { font-size: 12px; padding: 3px 0px; height: 20px; width: 20px; }
    .slider .owl-dots { min-width: 100%; position: absolute; bottom: 4px; text-align: center !important; }
    .testimonial-content { margin-bottom: 45px; }
    .page-section { padding-top: 50px; padding-bottom: 30px; }
    .page-title { font-size: 24px; }
    .comment-meta-date { position: initial; }
    .slider-img {
        min-height: 250px;
    }
    .slider-img img {
        min-height: 250px;
        object-fit: cover;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
    .sticky-wrapper { height: 0px; }
    .slider-captions { bottom: 10px; }
    .slider-title { font-size: 18px; }
    .slider .owl-nav .owl-prev i { display: block; }
    .slider .owl-nav .owl-next i { display: block; }
    .slider .owl-nav .owl-prev { font-size: 12px; padding: 3px 0px; height: 20px; width: 20px; }
    .slider .owl-nav .owl-next { font-size: 12px; padding: 3px 0px; height: 20px; width: 20px; }
    .slider .owl-dots { min-width: 100%; position: absolute; bottom: 4px; text-align: center !important; }
    .testimonial-content { margin-bottom: 45px; }
    .page-section { padding-top: 50px; padding-bottom: 30px; }
    .page-title { font-size: 24px; }
    .comment-meta-date { position: initial; }
    .slider-img {
        min-height: 220px;
    }
    .slider-img img {
        min-height: 220px;
        object-fit: cover;
    }
}

/* Additional media queries for SUCCESSFUL STORIES section */
@media only screen and (max-width: 991px) {
    .grid_2, .team_agile, #services, .contact-top { padding: 5em 0; }
    .story_desc h3 { font-size: 1em; }
}

@media only screen and (max-width: 768px) {
    .box_1 { margin-bottom: 0em; }
    .grid_2, #services, .contact-top { padding: 2em 0; }
    .col_1_of_2 { margin: 3% 0 3% 0%; }
    .span_1_of_2 { width: 100%; }
    .mdt-team,.cancer-therapy{ padding: 0;}
    .cancer-therapy{ padding: 2.5rem;}
}

@media only screen and (max-width: 640px) {
    .box_1.one { margin-top: 1em; }
    .grid_2, #services, .contact-top { padding: 2em 0; }
}

@media only screen and (max-width: 480px) {
    .col_1_of_2 { margin: 5% 0; }
}

/* OUR LABORATORIES Section Styles */
/* about-gallery */

.gallery {
    padding: 5em 0em;
}

.gallery h3 {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 70px;
    color: #000;
    text-align: center;
}

/* Thumbnail styles */
.img-gallery-w3l {
    margin-bottom: 20px;
    overflow: hidden;
}

.thumbnail {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    transition: all 0.3s ease;
    background: #fff;
}

.thumbnail:hover {
    border-color: #a51c21;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.img-gallery-w3l img {
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    width: 100%;
    height: auto;
}

.img-gallery-w3l:hover img {
    transform: scale(1.05);
}

/* //about-gallery */

/* Responsive styles for OUR LABORATORIES */
@media only screen and (max-width: 991px) {
    .gallery h3 { font-size: 40px; margin-bottom: 50px; }
}

@media only screen and (max-width: 768px) {
    .gallery { padding: 4em 0em; }
    .gallery h3 { font-size: 35px; margin-bottom: 40px; }
    .img-gallery-w3l { margin-bottom: 15px; }
}

@media only screen and (max-width: 640px) {
    .gallery { padding: 3em 0em; }
    .gallery h3 { font-size: 30px; margin-bottom: 30px; }
    .col-md-3.col-sm-6.col-xs-6.img-gallery-w3l { width: 50%; }
}

@media only screen and (max-width: 480px) {
    .gallery h3 { font-size: 25px; margin-bottom: 20px; }
    .col-md-3.col-sm-6.col-xs-6.img-gallery-w3l { width: 50%; }
}

/* Consultation Buttons Section Styles */
.consultation-buttons {
    padding: 0 0em 4em 0;
    background-color: #f8f9fa;
    text-align: center;
}

.consultation-buttons .btn {
    padding: 15px 60px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 15px;
    transition: all 0.3s ease;
    border: none;
    min-width: 200px;
}

.consultation-buttons .btn-primary {
    background-color: #019098 !important;
    color: #fff;
}

.consultation-buttons .btn-danger {
    background-color: #dc3545;
    color: #fff;
}

.consultation-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.consultation-buttons .btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive styles for Consultation Buttons */
@media only screen and (max-width: 768px) {
    .consultation-buttons {
        padding: 0 1em;
    }
    
    .consultation-buttons .btn {
        display: block;
        width: 80%;
        margin: 10px auto;
        font-size: 16px;
        padding: 12px 30px;
    }
}

@media only screen and (max-width: 480px) {
    .consultation-buttons {
        padding: 0 0.5em;
    }
    
    .consultation-buttons .btn {
        width: 90%;
        font-size: 14px;
        padding: 10px 25px;
    }
}

/* TESTIMONIALS Section Styles */
.testimonials {
    background-color: #e0f7fa;
    padding: 5em 0em;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.testimonials h3 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 50px;
    color: #019098;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
}

.test-review {
    background-color: #fff;
    width: 100%;
    border-radius: 0px;
    padding: 2.5em 1.8em;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.test-review h5{ text-align: center;}
.w3_ic {
    text-align: center;
    margin-bottom: 20px;
}

.quote {
    font-size: 50px;
    color: #019098;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    display: block;
    font-family: 'Merriweather Sans', sans-serif;
    line-height: 1;
}

.test-review p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    padding: 0px 10px;
    color: #666;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Merriweather', serif;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-agile {
    margin: 20px 0px 12px;
    text-align: center;
}

.test-review img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    object-fit: cover;
    border: none;
}

.testimonials h5 {
    font-size: 15px;
    text-align: center;
    color: #019098;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight: 600;
    font-family: 'Merriweather Sans', sans-serif;
    letter-spacing: 1px;
}

/* Styling for the owl carousel navigation dots */
.owl-theme .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #fff;
    display: inline-block;
    transition: all 0.2s ease;
    border-radius: 50%;
    opacity: 0.6;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
    transform: scale(1.1);
}

/* Styling for the owl carousel navigation arrows */
.owl-theme .owl-nav {
    display: none;
}

/* Adjust owl carousel stage padding */
.owl-stage-outer {
    padding: 10px 0;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.owl-item {
    display: flex;
    justify-content: center;
}

/* Responsive styles for TESTIMONIALS */
@media only screen and (max-width: 991px) {
    .testimonials h3 { font-size: 38px; margin-bottom: 45px; }
    .test-review { min-height: 340px; }
}

@media only screen and (max-width: 768px) {
    .testimonials { padding: 4em 1.5em; }
    .testimonials h3 { font-size: 32px; margin-bottom: 35px; }
    .test-review { padding: 2em 1.2em; min-height: 320px; }
    .test-review p { font-size: 13px; padding: 0px 8px; }
    .test-review img { width: 80px; height: 80px; }
    .quote { font-size: 40px; margin-bottom: 15px; }
}

@media only screen and (max-width: 640px) {
    .testimonials { padding: 3em 1em; }
    .testimonials h3 { font-size: 28px; margin-bottom: 30px; }
    .test-review { min-height: auto; }
    .test-review p { font-size: 14px; line-height: 1.5em; }
    .test-review img { width: 75px; height: 75px; }
    .owl-theme .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 0 4px; }
    .quote { font-size: 35px; }
}

@media only screen and (max-width: 480px) {
    .testimonials h3 { font-size: 24px; margin-bottom: 25px; }
    .test-review { padding: 1.5em 0.8em; }
    .test-review p { font-size: 14px; padding: 0px 5px; }
    .test-review img { width: 70px; height: 70px; }
    .img-agile { margin: 15px 0px 8px; }
    .testimonials h5 { font-size: 14px; }
    .quote { font-size: 30px; margin-bottom: 12px; }
}

/* Post Category Styles from post-category-2.html */
.section-padding {
    padding: 70px 0;
    position: relative;
  }

.post-block-wrapper {
    position: relative;
  }
.post-block-wrapper .post-thumbnail {
    margin-bottom: 20px;
  }
.post-block-wrapper .post-content {
    padding: 0;
  }
.post-block-wrapper .post-content .post-title a:hover {
    color: #dc3545;
  }
.post-block-wrapper .post-category {
    top: 10px;
  }
.post-block-wrapper .post-content .post-meta {
    margin: 3px 0 10px 0px;
  }

.post-block-wrapper.post-float {
    display: flex;
  }
.post-block-wrapper.post-float .post-thumbnail {
    position: relative;
    z-index: 1;
    margin-right: 13px;
    flex: 1;
  }
.post-block-wrapper.post-float .post-title {
    margin-top: 0;
  }
.post-block-wrapper.post-float .post-content {
    z-index: 0;
    flex: 1;
  }
.post-block-wrapper.post-float .post-category {
    font-size: 8px;
    left: 0;
    top: 0;
  }

.category-listing .post-block-wrapper .post-content p {
    font-size: 14px;
  }

/* Sidebar Styles */
.sidebar .widget.mb-0 {
    margin-bottom: 0;
  }

.sidebar .widget {
    margin-bottom: 50px;
  }
@media (max-width: 991px) {
  .sidebar .widget {
      margin: 25px 0;
    }
  }

.sidebar-left .widget {
    margin-right: 20px;
  }

.sidebar-right .widget {
    margin-left: 20px;
  }

@media (max-width: 767px) {
  /* Sidebar */
  .sidebar-right {
      margin-top: 50px;
    }
  .sidebar-right .widget {
      margin-left: 0;
    }
  }

/* End: Post Category Styles */

/* Breadcrumb Styles from post-category-2.html */
.breadcrumb-wrapper {
  background: #e9ebeb;
}

.breadcrumb {
  color: #777;
  margin: 20px 0 20px 0;
  padding: 0;
  background: none;
}
.breadcrumb > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 8px;
  color: #777;
}

.breadcrumb li a {
  color: #777;
  text-decoration: none;
}

.breadcrumb li a:hover {
  color: #dc3545;
}

.breadcrumb li.active {
  color: #1c1c1c;
  font-weight: 600;
}

/* Post Category Styles from post-category-2.html */
.section-padding {
  padding: 70px 0;
  position: relative;
}

.post-title {
  font-size: 22px;
  line-height: 32px;
}
.post-title a {
  color: #292931;
  transition: 0.2s all;
}
.post-title.title-large {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.post-meta {
  text-transform: capitalize;
  font-size: 14px;
}
.post-meta span {
  font-family: "Poppins", sans-serif;
  margin-right: 8px;
  display: inline-block;
  color: #999;
}
.post-meta span a {
  color: #999;
}
.post-meta span i {
  margin-right: 5px;
}

.post-block-wrapper {
  position: relative;
}
.post-block-wrapper .post-thumbnail {
  margin-bottom: 20px;
}
.post-block-wrapper .post-content {
  padding: 0;
}
.post-block-wrapper .post-content .post-title a:hover {
  color: #dc3545;
}
.post-block-wrapper .post-content .post-meta {
  margin: 3px 0 10px 0px;
}

.post-list-view {
  margin-bottom: 20px;
}

.pagination-wrapper {
  position: relative;
  margin-top: 60px;
}


.block.category-listing {
  margin-bottom: 30px;
}

.news-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.news-title span {
  border-bottom: 2px solid #dc3545;
  padding-bottom: 5px;
  display: inline-block;
}

.thumb-float-style .post-thumbnail {
  position: relative;
}

.post-content p {
  margin-bottom: 0;
  color: #666;
}

/* End: Post Category Styles from post-category-2.html */

/* Single Post Styles from single-post.html */
.single-block-wrapper {
  background: #fff;
}

.single-post .post-title {
  font-size: 48px;
  line-height: 58px;
  padding: 15px 0 8px 0;
  margin: 0;
  font-weight: 800;
}
.single-post p {
  margin-bottom: 15px;
  color: #000;
}

.post-body {
  margin: 20px 0;
}

.post-featured-image {
  margin-bottom: 30px;
  border-radius: 2px;
  overflow: hidden;
}

.entry-content h3 {
  margin: 0;
  padding: 20px;
  font-size: 22px;
  line-height: 30px;
}

.post-navigation {
  display: inline-block;
  padding: 30px 20px;
  background: #f0f1f4;
  border-radius: 2px;
  margin-bottom: 30px;
}
.post-navigation span:hover, .post-navigation h3:hover {
  color: #dc3545;
}
.post-navigation .previous-post, .post-navigation .next-post {
  width: 50%;
}
.post-navigation h6 {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
}
.post-navigation i {
  margin: 0 5px;
}
.post-navigation span {
  font-size: 14px;
  color: #ccc;
  margin-top: 10px;
}
.post-navigation .previous-post {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 30px 0 0;
  border-right: 1px solid #dedede;
}
.post-navigation .previous-post span {
  margin-right: 20px;
}
.post-navigation .next-post {
  text-align: right;
  float: left;
  border-right: 0 none;
  padding: 0 0 0 30px;
}
.post-navigation .next-post span {
  margin-left: 20px;
}
.post-navigation h3 {
  font-size: 20px;
  margin: 8px 0 0;
}

.single-media {
  margin-bottom: 30px;
}

/* End: Single Post Styles from single-post.html */

/* ========== 文章列表页 list.html（article-list-page）========== */
.article-list-page.section-padding {
    background: #f4f6f8;
    padding: 48px 0 72px;
}

.article-list-page .article-list-page__heading {
    margin-bottom: 1.75rem;
    padding-bottom: 0;
    border-bottom: none;
}

.article-list-page .article-list-page__heading span {
    padding-bottom: 10px;
    border-bottom: 3px solid #019098;
}

.article-list-page .article-list-page__heading span::after {
    display: none;
}

.article-list-page .post-list-card {
    margin-bottom: 0;
    background: transparent;
}

.article-list-page .post-list-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    outline: none;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 1.25rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.28s ease;
}

.article-list-page .post-list-card-link:hover,
.article-list-page .post-list-card-link:focus {
    color: inherit;
    text-decoration: none;
}

.article-list-page .post-list-card-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    min-height: 0;
}

.article-list-page .post-list-card__media {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 0;
}

.article-list-page .post-list-card__thumb {
    margin: 0;
    height: 100%;
    min-height: 200px;
    overflow: hidden;
    background: #e8ecef;
    border-radius: 14px 0 0 14px;
}

.article-list-page .post-list-card__thumb img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.article-list-page .post-list-card__body {
    flex: 1;
    min-width: 0;
    padding: 1.35rem 1.5rem 1.45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article-list-page .post-list-card__meta {
    margin: 0 0 0.65rem !important;
    font-size: 0.8125rem;
    text-transform: none;
}

.article-list-page .post-list-card__meta span {
    color: #8892a0 !important;
    margin-right: 0.75rem;
    font-size: 1.5rem;
}

.article-list-page .post-list-card__title {
    margin: 0 0 0.65rem !important;
    font-size: 2rem !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    color: #1a1a1f !important;
    transition: color 0.2s ease;
}

.article-list-page .post-list-card__excerpt {
    margin: 0 !important;
    font-size: 1.5rem;
    line-height: 1.65;
    color: #5c6573;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
    .article-list-page .post-list-card-link:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(1, 144, 152, 0.14);
    }

    .article-list-page .post-list-card-link:hover .post-list-card__thumb img {
        transform: scale(1.045);
    }

    .article-list-page .post-list-card-link:hover .post-list-card__title {
        color: #019098 !important;
    }
}

.article-list-page .article-list-sidebar .widget {
    background: #fff;
    border-radius: 14px;
    padding: 1.25rem 1.25rem 1.5rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 0;
}

.article-list-page .article-list-sidebar .news-title {
    margin-bottom: 1.25rem;
}

.article-list-page .article-list-sidebar .news-title span {
    border-bottom-color: #019098;
}

.article-list-page .article-list-sidebar .news-title span::after {
    background: #019098;
}

.article-list-page .article-list-pagination.pagination-wrapper {
    margin-top: 2rem;
}

.article-list-page .article-list-pagination .pagination .page-item a {
    border-radius: 8px;
    border-color: #dde3ea;
}

.article-list-page .article-list-pagination .pagination .page-item a:hover,
.article-list-page .article-list-pagination .pagination li > a:hover {
    color: #fff;
    background: #019098;
    border-color: #019098;
    box-shadow: 0 4px 12px rgba(1, 144, 152, 0.25);
}

.article-list-page .article-list-pagination .pagination .page-item.active > a,
.article-list-page .article-list-pagination .pagination .page-item.active > a:hover {
    color: #fff;
    background: #019098;
    border-color: #019098;
    box-shadow: 0 4px 12px rgba(1, 144, 152, 0.2);
}

.list2-pagination {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.list2-pg-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.55rem 1.1rem;
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #64748b;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  min-height: 44px;
}

.list2-pg-btn:hover {
  color: #019098;
  border-color: #019098;
  background: #eff6ff;
}

.list2-pg-btn--disabled,
.list2-pg-btn--disabled:hover {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
  color:#019098;
  border-color: #019098;
  background: #fff;
}

.list2-pg-pages {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 0.65rem;
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #64748b;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.page-num:hover {
  color: #019098;
  border-color: #019098;
  background: #eff6ff;
}

.page-num-current,
.page-num-current:hover {
  color: #fff;
  background: #019098;
  border-color: #019098;
}

@media screen and (max-width: 767px) {
    .article-list-page.section-padding {
        padding: 28px 0 48px;
    }

    /* 手机端：与参考图一致，左图右文横排（非上下堆叠） */
    .article-list-page .post-list-card-inner {
        flex-direction: row;
        align-items: stretch;
    }

    .article-list-page .post-list-card__media {
        flex: 0 0 38%;
        max-width: 38%;
        width: auto;
        min-width: 0;
    }

    .article-list-page .post-list-card__thumb {
        min-height: 132px;
        height: 100%;
        border-radius: 14px 0 0 14px;
    }

    .article-list-page .post-list-card__thumb img {
        min-height: 132px;
        height: 100%;
        object-fit: cover;
    }

    .article-list-page .post-list-card__body {
        flex: 1;
        min-width: 0;
        padding: 0.95rem 0.9rem 1rem 0.65rem;
        justify-content: center;
    }

    .article-list-page .post-list-card__meta {
        font-size: 1rem !important;
        margin: 0 0 0.55rem !important;
        line-height: 1.4;
    }

    .article-list-page .post-list-card__meta span {
        margin-right: 0.5rem;
        font-size: 1.5rem;
    }

    .article-list-page .post-list-card__title {
        font-size: 1.7rem !important;
        line-height: 1.38 !important;
        margin: 0 0 0.5rem !important;
    }

    .article-list-page .post-list-card__excerpt {
        font-size: 1.5rem;
        line-height: 1.55;
        -webkit-line-clamp: 3;
    }

    .article-list-page .article-list-sidebar {
        margin-top: 2.5rem;
    }
}

@media screen and (max-width: 400px) {
    .article-list-page .post-list-card__media {
        flex: 0 0 36%;
        max-width: 36%;
    }

    .article-list-page .post-list-card__thumb,
    .article-list-page .post-list-card__thumb img {
        min-height: 120px;
    }

    .article-list-page .post-list-card__title {
        font-size: 1.2rem !important;
    }

    .article-list-page .post-list-card__excerpt {
        font-size: 1rem;
    }
}

/* ========== 文章详情页 arc.html（article-page）========== */
.article-page.section-padding {
    background: #f4f6f8;
    padding: 48px 0 80px;
}

/* 卡片容器 */
.article-page .single-post {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07);
    padding: 2.25rem 2.5rem 2rem;
}

/* 覆盖全局 .single-post .post-title { font-size: 48px } 冲突 */
.article-page .single-post .post-title {
    font-size: 2.5rem;
    line-height: 1.25;
    padding: 0;
    margin-bottom: 1rem;
    font-weight: 800;
}

/* 文章标题区 */
.article-page .article-page__header {
    margin-bottom: 1.75rem;
}

.article-page .article-page__category {
    display: inline-block;
    background: #019098;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 5px 16px;
    border-radius: 100px;
    margin-bottom: 1rem;
    text-transform: none;
    text-decoration: none;
    transition: background 0.2s ease;
}

.article-page .article-page__category:hover {
    background: #017a82;
    color: #fff;
    text-decoration: none;
}

.article-page .article-page__title.post-title {
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 800;
    color: #1a1a1f;
    padding: 0;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    text-align: center;
}

.article-page .article-page__subtitle {
    font-size: 1.1875rem;
    line-height: 1.65;
    color: #5a6475;
    margin: 0 0 1.1rem;
    font-weight: 400;
}

.article-page .article-page__meta.post-meta {
    font-size: 1.5rem;
    text-transform: none;
    color: #9aa0ae;
    margin-bottom: 1rem;
}

.article-page .article-page__meta span {
    margin-right: 1.25rem;
    color: #9aa0ae;
}

.article-page .article-page__meta span i {
    margin-right: 4px;
    color: #b0b7c3;
}

/* 配图 */
.article-page .article-page__featured {
    margin-bottom: 2.25rem;
    border-radius: 14px;
    overflow: hidden;
}

.article-page .article-page__featured img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    max-height: 460px;
    object-fit: cover;
}

/* 正文内容 */
.article-page .entry-content {
    font-size: 1.0625rem;
    line-height: 1.85;
    color: #3a3f4d;
}

.article-page .entry-content p {
    font-size: 14px;
    line-height: 1.85;
    color: #3a3f4d;
    margin-bottom: 1.5rem;
}

.article-page .article-page__h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    color: #1a1a1f;
    padding: 0;
    margin: 0 0 1.25rem;
    border-left: 4px solid #019098;
    padding-left: 1rem;
}

.article-page .article-page__media-wrap {
    background: #f8f9fb;
    border-radius: 14px;
    padding: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.article-page .article-page__media-wrap img {
    flex: 0 0 200px;
    width: 200px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.article-page .article-page__media-body {
    flex: 1;
}

.article-page .article-page__media-body p {
    margin-bottom: 0;
    font-size: 1.0625rem;
}

/* 上下篇导航 */
.article-page .article-page__nav {
    background: #fff;
    border-radius: 14px;
    padding: 1.25rem;
    margin-top: 2rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    display: flex;
}

.article-page .article-page__nav-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.article-page .article-page__nav-link h6 {
    font-size: 1.5rem;
    color: #019098;
    letter-spacing: 0.06em;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.article-page .article-page__nav-link h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1f;
    line-height: 1.4;
    margin: 0;
}

.article-page .article-page__nav-link:hover h3 {
    color: #019098;
}

/* 侧栏 */
.article-page .article-page__sidebar .widget {
    background: #fff;
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    margin-bottom: 0;
}

.article-page .article-page__sidebar-title {
    margin-bottom: 1.25rem;
}

.article-page .article-page__sidebar-title span {
    border-bottom-color: #019098;
}

.article-page .article-page__sidebar-title span::after {
    background: #019098;
}

.article-page .article-page__sidebar-hero {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.article-page .article-page__sidebar-hero .post-overlay-wrapper .post-thumbnail img {
    border-radius: 0;
}

.article-page .post-overlay-wrapper .post-category.white {
    background: #019098;
}

/* ===== 移动端（≤767px）===== */
@media screen and (max-width: 767px) {
    .article-page.section-padding {
        padding: 24px 0 60px;
    }

    .article-page .single-post {
        padding: 1.25rem 1.1rem 1.25rem;
        border-radius: 14px;
    }

    .article-page .article-page__title.post-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .article-page .article-page__subtitle {
        font-size: 1.0625rem;
        line-height: 1.6;
    }

    .article-page .article-page__meta.post-meta {
        font-size: 1rem;
    }

    .article-page .article-page__meta span {
        margin-right: 0.75rem;
        font-size: 1.2rem;
    }

    .article-page .article-page__featured {
        margin-bottom: 1.5rem;
    }

    .article-page .article-page__featured img {
        border-radius: 10px;
        max-height: 260px;
    }

    .article-page .entry-content {
        font-size: 1.125rem;
        line-height: 1.8;
    }

    .article-page .entry-content p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.35rem;
    }

    .article-page .article-page__h2 {
        font-size: 1.375rem;
        padding-left: 0.85rem;
    }

    .article-page .article-page__media-wrap {
        flex-direction: column;
        padding: 1rem;
        gap: 0.75rem;
    }

    .article-page .article-page__media-wrap img {
        flex: none;
        width: 100%;
        border-radius: 10px;
    }

    .article-page .article-page__nav {
        flex-direction: column;
        padding: 1rem;
        border-radius: 12px;
        gap: 0;
    }

    .article-page .previous-post,
    .article-page .next-post {
        width: 100%;
        border-right: none;
        padding: 0.75rem 0;
        border-bottom: 1px solid #eee;
        float: none;
    }

    .article-page .previous-post {
        border-bottom: 1px solid #eee;
    }

    .article-page .next-post {
        border-bottom: none;
    }

    .article-page .article-page__nav-link h3 {
        font-size: 1.5rem;
    }

    .article-page .article-page__sidebar {
        margin-top: 2.5rem;
    }

    .article-page .article-page__sidebar .widget {
        padding: 1rem;
    }

    .article-page .post-overlay-wrapper .post-title {
        font-size: 1.0625rem;
    }

    .article-page .post-title.title-sm {
        font-size: 1.0625rem;
        line-height: 1.4;
    }
}

@media screen and (max-width: 480px) {
    .article-page .article-page__title.post-title {
        font-size: 2.5rem;
    }

    .article-page .article-page__subtitle {
        font-size: 1rem;
    }

    .article-page .entry-content {
        font-size: 1.0625rem;
    }

    .article-page .entry-content p {
        font-size: 14px;
    }
}

/* ========== 癌症类型板块（index.html）========== */
.cancer-type-items-source {
    display: none;
}

.cancer-type-icon-img {
    max-width: 80px;
    height: auto;
    margin-bottom: 20px;
}

#cancer-type-container.swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#cancer-type-container .swiper-slide {
    height: auto;
}

.cancer-type-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .cancer-type-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

.cancer-type-cell .service-block {
    margin-bottom: 0;
}

.cancer-type-cell .cancer-type-card-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    align-self: stretch;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

.cancer-type-cell .cancer-type-card-link:focus {
    outline: none;
}

.cancer-type-cell .cancer-type-card-link .service-content h3 {
    color: inherit;
}

#cancer-type-container .swiper-button-next,
#cancer-type-container .swiper-button-prev {
    width: 36px;
    height: 36px;
    background: rgba(1, 144, 152, 0.85);
    border-radius: 50%;
    color: #fff;
    top: 50%;
    margin-top: -18px;
}

#cancer-type-container .swiper-button-next:after,
#cancer-type-container .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    font-family: inherit;
}

#cancer-type-container .swiper-button-next {
    right: 10px;
}

#cancer-type-container .swiper-button-prev {
    left: 10px;
}

#cancer-type-container .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 15px;
}

#cancer-type-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
}

#cancer-type-container .swiper-pagination-bullet-active {
    background: #019098;
}


/* 语言选择样式 */
.language-selector {
    background-color: #f8f9fa;
    padding: 5px 0;
    font-size: 12px;
    border-bottom: 1px solid #e9ecef;
    text-align: right;
  }
  
  .language-selector .language-label {
    margin-right: 10px;
    font-size: 16px;
    color: #6c757d;
  
  }
  
  .language-selector .language-link {
    margin: 0 5px;
    color: #0143be;
    font-size: 16px;
    text-decoration: none;
   
  }
  
  .language-selector .language-link:hover,
  .language-selector .language-link.active {
    color: #002d7a;
    font-weight: bold;
  }
  