.banner {
    width: 100%;
    height: 300px;
    background: url("https://img.asiancancer.com/uploads/allimg/2026/02/27/1-101351353.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.banner a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

/* 晚期癌症专题 */
.late-stage-cancer-content {
    width: 100%;
    background: #fff;
}

/* 标题 */
.late-stage-cancer-content .title-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 0 10px;
}

.late-stage-cancer-content .title-box .title-text {
    color: #13BFB1;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.late-stage-cancer-content .title-box .title-text::after {
    display: inline-block;
    content: '';
    width: 80px;
    height: 4px;
    background: #3E4756;
    position: absolute;
    bottom: 0;
    left: calc((100% - 80px) / 2);
}

/* 晚期癌症专题介绍 */
.late-stage-cancer-content .introduction-area {
    width: 100%;
    background: #fff;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
}

.introduction-area .introduction-box {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5em;
}

.introduction-area .introduction-box:last-child {
    margin-bottom: 0;
}

/* 一、适用人群与咨询指征分析 */
.late-stage-cancer-content .analysis-area {
    width: 100%;
    background: #fff;
    padding: 0 calc(50% - 700px) 30px;
    box-sizing: border-box;
}

.analysis-area .description-box {
    width: 100%;
    margin: 15px 0;
    font-size: 18px;
    line-height: 1.5em;
}

.analysis-area .analysis-box {
    width: 100%;
}

.analysis-box .analysis-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.analysis-list .analysis-item {
    width: calc(50% - 7.5px);
    height: auto;
    border-radius: 8px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.analysis-list .analysis-item:nth-child(1) {
    background: #e4effe;
    margin-bottom: 15px;
}

.analysis-list .analysis-item:nth-child(2) {
    background: #e5fced;
    margin-bottom: 15px;
}

.analysis-list .analysis-item:nth-child(3) {
    background: #f6eeff;
}

.analysis-list .analysis-item:nth-child(4) {
    background: #fff2e0;
}

.analysis-item .analysis-img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.analysis-item .analysis-info {
    flex: 1;
}

.analysis-item .analysis-info .analysis-title {
    font-size: 20px;
}

.analysis-item .analysis-info .analysis-text {
    margin-top: 10px;
}

/* 二、晚期 / 第四期癌症特别说明 */
.late-stage-cancer-content .special-note-area {
    width: 100%;
    background: #f5f5f5;
    padding: 30px calc(50% - 700px) 30px;
    box-sizing: border-box;
}

.special-note-area .description-box {
    font-size: 18px;
    margin: 15px 0 0;
    line-height: 1.5em;
}

.special-note-area .special-note-box {
    margin: 15px 0 0;
    width: 100%;
}

.special-note-box .special-note-description {
    width: 100%;
    font-size: 18px;
    margin: 15px 0 0;
    line-height: 1.5em;
    padding: 15px;
    background: #fffccc;
    box-sizing: border-box;
}

/*表格通用*/
.late-stage-cancer-content table {
    width: 100%;
    box-shadow: 0 0 10px #e5e5e5;
    border-collapse: collapse;
}

.late-stage-cancer-content table thead {
    width: 100%;
}

.late-stage-cancer-content table thead tr {
    width: 100%;
}

.late-stage-cancer-content table thead tr th {
    background: #13BFB1;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    padding: 15px;
}

.late-stage-cancer-content table tbody {
    width: 100%;
}

.late-stage-cancer-content table tbody tr {
    width: 100%;
    background: #fff;
}

.late-stage-cancer-content table tbody tr:nth-child(even) {
    background: #e6f1ff;
}

.late-stage-cancer-content table tbody tr td {
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 20px 15px;
}

/* 三、微创与综合治疗体系的全面介绍 */
.late-stage-cancer-content .comprehensive-introduction-area {
    width: 100%;
    background: #fff;
    padding: 30px calc(50% - 700px) 30px;
    box-sizing: border-box;
}


.comprehensive-introduction-area .description-box {
    font-size: 18px;
    margin: 15px 0 0;
    line-height: 1.5em;
}

.comprehensive-introduction-area .comprehensive-introduction-box {
    margin: 15px 0 0;
    width: 100%;
}

.comprehensive-introduction-box .table-tile {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
}

.comprehensive-introduction-box .comprehensive-introduction-description {
    width: 100%;
    font-size: 18px;
    margin: 15px 0 0;
    line-height: 1.5em;
    padding: 15px;
    background: #fffccc;
    box-sizing: border-box;
}


 
/* 四、微创综合治疗的临床价值与预期获益 */
.late-stage-cancer-content .value-benefits-area {
    width: 100%;
    background: #f5f5f5;
    padding: 30px calc(50% - 700px) 30px;
    box-sizing: border-box;
}


.value-benefits-area .description-box {
    font-size: 18px;
    margin: 15px 0 0;
    line-height: 1.5em;
}

.value-benefits-area .value-benefits-box {
    margin: 15px 0 0;
    width: 100%;
}

.value-benefits-box .value-benefits-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.value-benefits-list .value-benefits-item {
    width: calc(50% - 7.5px);
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.value-benefits-list .value-benefits-item:nth-child(-n + 2) {
    margin-bottom: 15px;
}

.value-benefits-item .value-benefits-title {
    font-size: 20px;
}

.value-benefits-item .value-benefits-text {
    margin-top: 5px;
}

.value-benefits-box .value-benefits-description {
    width: 100%;
    font-size: 18px;
    margin: 15px 0 0;
    line-height: 1.5em;
    padding: 15px;
    box-sizing: border-box;
    background: #fffccc;
}

/* 五、国际患者经验 */
.late-stage-cancer-content .patient-experience-area {
    width: 100%;
    background: #fff;
    padding: 30px calc(50% - 700px) 30px;
    box-sizing: border-box;
}


.patient-experience-area .description-box {
    font-size: 18px;
    margin: 15px 0 0;
    line-height: 1.5em;
}

.patient-experience-area .patient-experience-box {
    margin: 15px 0 0;
    width: 100%;
}

.patient-experience-box .patient-experience-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.patient-experience-list .patient-experience-item {
    width: calc(50% - 7.5px);
    padding: 15px;
    background: #e6f1ff;
    border-radius: 8px;
    box-sizing: border-box;
}

.patient-experience-list .patient-experience-item:nth-child(-n + 4) {
    margin-bottom: 15px;
}

.patient-experience-list .patient-experience-item:nth-child(5) {
    width: 100%;
}

.patient-experience-item .patient-experience-title {
    font-size: 20px;
}

.patient-experience-item .patient-experience-text {
    margin-top: 5px;
}

.patient-experience-box .patient-experience-description {
    width: 100%;
    font-size: 18px;
    margin: 15px 0 0;
    line-height: 1.5em;
}

/* 六、咨询流程与方式 */
.late-stage-cancer-content .consultation-process-area {
    width: 100%;
    background: #f5f5f5;
    padding: 30px calc(50% - 700px) 30px;
    box-sizing: border-box;
}

.consultation-process-area .description-box {
    font-size: 18px;
    margin: 15px 0 0;
    line-height: 1.5em;
}

.consultation-process-area .consultation-process-box {
    width: 100%;
}

.consultation-process-box .consultation-process-title {
    font-size: 22px;
    color: #13BFB1;
    margin-top: 15px;
    width: 100%;
}

.consultation-process-box .process-box {
    width: 100%;
}

.process-box .process-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 15px;
}

.process-list .process-item {
    width: calc(25% - 15px);
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    transition: all 1s;
}

.process-item .num-text {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #13BFB1;
}

.process-item .process-title {
    width: 100%;
    margin: 10px;
    font-size: 18px;
    text-align: center;
}

.consultation-process-box .multiple-channels-box {
    width: 100%;
}

.consultation-process-box .consultation-process-text {
    width: 100%;
    margin: 15px 0;
    font-size: 18px;
}

.multiple-channels-box .consultation .title {display: none;}
.multiple-channels-box .consultation form 
{
    padding: 30px 35px;
}

.multiple-channels-box .other-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 30px;
}

.multiple-channels-box .other-box .phone-contact {
    width: 500px;
    margin-right: 15px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #e6f1ff;
    display: flex;
    flex-direction: column;
}

.multiple-channels-box .other-box .phone-contact strong {
    font-size: 18px;
    margin-bottom: 5px;
}

.multiple-channels-box .other-box .phone-contact span:first-of-type {
    margin-bottom: 10px;
}

.multiple-channels-box .other-box .address-text {
    flex: 1;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fffccc;
    display: flex;
    flex-direction: column;
}

.multiple-channels-box .other-box .address-text strong {
    font-size: 18px;
    margin-bottom: 5px;
}

.consultation-process-box .process-guide-box {
    width: 100%;
}

.process-guide-box .line{width: 80px;height: 4px;background: #1E2D4F;margin:16px auto;}
.process-guide-box .list{background: #ffffff;border-radius: 16px;margin-top:20px;text-align: center;padding: 30px;box-shadow: 0 16px 5px -12px rgb(0 0 0 / 5%), 0 4px 15px 0 rgb(0 0 0 / 5%), 0 8px 10px -5px rgb(0 0 0 / 5%);}
.process-guide-box .list ul li{display: inline-grid;width: 110px;}
.process-guide-box .list ul .first{width: 80px;}
.process-guide-box .list ul .last{width: 120px;}
.process-guide-box .list ul .line{width: 55px;}
.process-guide-box .list ul li .num{background: #1E2D4F;color:#ffffff;width: 25px;margin: 10px 0;margin-left: 42px;border-radius: 30px;}
.process-guide-box .list ul li img{margin-left: 31px;}
.process-guide-box .list ul .first .num{margin-left: 31px;}
.process-guide-box .list ul .first img{margin-left: 21px;}
.process-guide-box .list .line{width: 79px;height: 2px;}

@media (max-width:768px) {
    .process-guide-box .line{display: none;}
    .process-guide-box .list ul .line{width: 20px;}
    .process-guide-box .list ul .m-line{display: none;}
    .process-guide-box .list{padding: 30px 15px;}
    .process-guide-box .list ul li{width: 100px;}
}

/* 让我们共同面对，科学决策 */
.late-stage-cancer-content .bottom-introduction-area {
    width: 100%;
    background: #fff;
    padding: 30px calc(50% - 700px) 30px;
    box-sizing: border-box;
}

.bottom-introduction-area .description-box {
    font-size: 18px;
    margin: 15px 0 0;
    line-height: 1.5em;
}

.bottom-introduction-area .description-box a {
    font-weight: bold;
    color: red;
}

/* 取消移动端的hover效果 只有pc端的生效 */
@media (any-hover: hover) {
    .process-list .process-item:hover {
        transform: translate(0, -5px);
        cursor: pointer;
        box-shadow: 0 0 5px #13BFB1;
    }

}

@media screen and (max-width: 768px) {
    .banner {
        width: 100%;
        height: 125px;
        background: url("https://img.asiancancer.com/uploads/allimg/2026/02/27/1-101431209.jpg") no-repeat top;
        background-size: cover;
    }

    /* 晚期癌症专题 */
    .late-stage-cancer-content .title-box {
        width: 100%;
        padding: 0 0 10px;
        box-sizing: border-box;
    }

    .late-stage-cancer-content .title-box .title-text {
        font-size: 25px;
        /*font-size: 20px;*/
    }

    /* 晚期癌症专题介绍 */
    .late-stage-cancer-content .introduction-area {
        width: 100%;
        padding: 15px 15px 0;
        box-sizing: border-box;
    }

    .introduction-area .introduction-box {
        font-size: 16px;
    }

    /* 一、适用人群与咨询指征分析 */
    .late-stage-cancer-content .analysis-area {
        width: 100%;
        padding: 15px 15px 0;
        box-sizing: border-box;
    }

    .analysis-area .description-box {
        font-size: 16px;
    }

    .analysis-list .analysis-item {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .analysis-item .analysis-info .analysis-title {
        font-size: 18px;
    }

    .analysis-item .analysis-info .analysis-text {
        margin: 5px 0 0;
    }

    .analysis-list .analysis-item:last-child {
        margin-bottom: 0;
    }

    /* 二、晚期 / 第四期癌症特别说明 */
    .late-stage-cancer-content .special-note-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .special-note-area .description-box {
        font-size: 16px;
    }

    .late-stage-cancer-content table thead tr th {
        padding: 10px 5px;
        box-sizing: border-box;
        font-size: 16px;
    }

    .late-stage-cancer-content table tbody tr td {
        padding: 5px;
    }

    .special-note-box .special-note-description {
        font-size: 16px;
    }

    /* 三、微创与综合治疗体系的全面介绍 */
    .late-stage-cancer-content .comprehensive-introduction-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .comprehensive-introduction-area .description-box {
        font-size: 16px;
    }

    .comprehensive-introduction-box .comprehensive-introduction-description {
        font-size: 16px;
    }

    /* 四、微创综合治疗的临床价值与预期获益 */
    .late-stage-cancer-content .value-benefits-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .value-benefits-area .description-box {
        font-size: 16px;
    }

    .value-benefits-box .value-benefits-description {
        font-size: 16px;
    }

    .value-benefits-item .value-benefits-title {
        font-size: 18px;
    }

    /* 五、国际患者经验 */
    .late-stage-cancer-content .patient-experience-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .patient-experience-area .description-box {
        font-size: 16px;
    }

    .patient-experience-box .patient-experience-description {
        font-size: 16px;
    }

    .patient-experience-item .patient-experience-title {
        font-size: 16px;
    }

    /* 六、咨询流程与方式 */
    .late-stage-cancer-content .consultation-process-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .consultation-process-area .description-box {
        font-size: 16px;
    }

    .consultation-process-box .consultation-process-title {
        font-size: 20px;
    }

    .process-box .process-list {
        flex-wrap: wrap;
    }

    .process-list .process-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .process-list .process-item:last-child {
        margin-bottom: 0;
    }

    .consultation-process-box .consultation-process-text {
        font-size: 16px;
    }

    .multiple-channels-box .other-box {
        margin-top: 15px;
    }

    .multiple-channels-box .other-box .phone-contact {
        width: 100%;
        margin: 0 0 15px;
    }

    .multiple-channels-box .other-box .phone-contact strong {
        font-size: 16px;
    }

    /*让我们共同面对，科学决策*/
    .late-stage-cancer-content .bottom-introduction-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .bottom-introduction-area .description-box {
        font-size: 16px;
    }

}


.mdt-team {
    color: #fff;
    padding-bottom: 40px;
    background-size: cover;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:768px) {
    .mdt-team {
        margin-top: 10px;
        margin-left: 15px;
        margin-right: 15px;
        padding-bottom: 15px
    }
}

.mdt-team .dis_title .more {
    color: inherit;
    border-color: #fff
}

@media (max-width:768px) {
    .mdt-team .dis_title .more {
        border-color: transparent
    }
}

.mdt-team .swiper {
    padding: 20px 0 30px 0;
}

@media (max-width:768px) {
    .mdt-team .swiper {
       padding: 20px 0;
    }
}

.mdt-team .swiper-slide {
    width: 335px;
    height: 560px;
    transition: box-shadow .3s;
    box-shadow: 0 16px 5px -12px rgba(0, 0, 0, .05), 0 4px 15px 0 rgba(0, 0, 0, .05), 0 8px 10px -5px rgba(0, 0, 0, .05);
    margin-right: 20px;
    border-radius: 15px;
    background-color: #fff;
}


@media (max-width:768px) {
    .mdt-team .swiper-slide {
        width: 100%;
        height: 530px;
        margin-right: 0
    }
}

.mdt-team .swiper-slide:hover {
    box-shadow: 0 16px 20px -12px rgba(0, 0, 0, .26), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .1);
    transform: none;
}

@media (max-width:768px) {
    .mdt-team .swiper-slide {
        width: 100%;
        margin-right: 0;
    }
}

.mdt-team .picture {
    height: 300px;
    display: flex;
    overflow: hidden;
    justify-content: center
}

.mdt-team .picture img {
    display: block;
    max-width: 100%;
    height: auto
}

.mdt-team .content {
    margin: 15px 20px 0 20px
}

.mdt-team .content .title {
    color: #1e2d4f;
    font-size: 24px;
    font-weight: 700
}

.mdt-team .content .second {
    color: #13bfb1;
    font-size: 14px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap
}

.mdt-team .content .second span:not(:first-child) {
    margin-top: 2px;
}

.mdt-team .content .description {
    font-size: 16px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.mdt-team .swiper-pagination {
    width: 100%;
    margin-top: 20px;
    position: relative
}

.mdt-team .swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    margin: 0 2px;
    transition: all .3s;
    border-radius: 30px;
}

.mdt-team .swiper-pagination-bullet-active {
    width: 25px;
    background-color: #13bfb1;
}

@media (max-width:768px) {
    .multiple-channels-box .consultation form {
        width: 100%;
        margin: 0;
        padding: 30px 15px;
    }
}


.storyBox .swiper {
    padding: 20px 0 30px 0
}

.storyBox .swiper-slide {
    width: 335px;
    height: 460px;
    transition: box-shadow .3s;
    box-shadow: 0 16px 5px -12px rgba(0, 0, 0, .05), 0 4px 15px 0 rgba(0, 0, 0, .05), 0 8px 10px -5px rgba(0, 0, 0, .05);
    margin-right: 20px;
    border-radius: 15px;
    background-color: #fff
}

@media (max-width:768px) {
    .storyBox .swiper-slide {
        height: 440px
    }
}

.storyBox .swiper-slide:hover {
    transform: none;
    box-shadow: 0 16px 20px -12px rgba(0, 0, 0, .26), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .1)
}

.storyBox .picture {
    height: 240px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    position: relative
}

@media (max-width:768px) {
    .storyBox .picture {
        height: 250px
    }
}

.storyBox .picture img {
    display: block;
    max-width: 100%;
    height: auto
}

.storyBox .content {
    margin: 35px 20px 0 20px;
    position: relative
}

.storyBox .information {
    position: absolute;
    right: -20px;
    top: -35px
}

.storyBox .information span {
    color: #fff;
    display: flex;
    padding: 3px 10px;
    min-width: 150px;
    font-size: 14px;
    border-radius: 0 0 0 4px;
    justify-content: center;
    background-color: #13bfb1
}

.storyBox .name {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px
}

.storyBox .second {
    margin-bottom: 10px
}

.storyBox .second span {
    color: #13bfb1;
    padding: 3px 5px;
    font-size: 14px;
    background-color: #deefee
}

.storyBox .second span:not(:last-child) {
    margin-right: 6px
}

.storyBox .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.storyBox .swiper-pagination {
    width: 100%;
    position: relative
}

.storyBox .swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    margin: 0 2px;
    transition: all .3s;
    border-radius: 30px
}

.storyBox .swiper-pagination-bullet-active {
    width: 25px;
    background-color: #13bfb1
}

@media (max-width:768px) {
    .break-word {

        div {
            max-width: 130px;
            overflow-wrap: break-word;
        }
    }
}