.top-banner{
    width: 100%;
    height: 300px;
    background: url("https://img.asiancancer.com/images/newmalai/dmyxlt_banner.jpg") no-repeat center;
    background-size: cover;
}

/* 东盟活动专题 */
.ASEAN-medical-forum-content {
    width: 100%;
    background: #fff;
}

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

.ASEAN-medical-forum-content .title-box .title-text {
    color: #13bfb1;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.ASEAN-medical-forum-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);
}

/* 东盟活动专题介绍 */
.ASEAN-medical-forum-content .introduction-area {
    width: 100%;
    background: #fff;
    padding: 30px 0 0;
}

.ASEAN-medical-forum-content .introduction-area .title-box {
    width: 100%;
    padding: 10px calc(50% - 700px);
    box-sizing: border-box;
}

.introduction-area .introduction-box {
    width: 100%;
    padding: 0 calc(50% - 700px) 0;
    box-sizing: border-box;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.introduction-box .introduction-img {
    width: 50%;
    height: auto;
    border-radius: 8px;
}

.introduction-box .introduction-text {
    width: 50%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    line-height: 1.5em;
}

.introduction-area .logo-box {
    width: 100%;
    padding: 30px calc(50% - 700px) 60px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, white 0%, white 50%, transparent 50%, transparent 100%),
    url("https://img.asiancancer.com/images/newmalai/dmyxlt_bg1.webp") no-repeat center bottom;
    background-size: 100% 100%, 100% 50%;
    background-repeat: no-repeat;
}

.logo-box .logo-list {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.16);
}

.logo-list .logo-item {
    width: 25%;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.logo-list .logo-item:nth-child(2) .logo-img {
    width: 300px;
    height: auto;
}

.logo-item .logo-img {
    width: auto;
    height: 80px;
}

.logo-item .logo-text {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

/* 中外肿瘤专家同台对话，整合医学引领抗癌未来 */
.ASEAN-medical-forum-content .expert-team-area {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    background: #f5f5f5;
}

.expert-team-area .cancer-society-box {
    width: 100%;
    padding: 0 calc(50% - 700px);
    box-sizing: border-box;
}

.cancer-society-box .swiper-container {
    width: 100%;
    padding: 30px 5px 0;
    box-sizing: border-box;
}

.cancer-society-box .cancer-society-list {
    display: flex;
    align-items: stretch;
}

.cancer-society-list .cancer-society-item {
    background: #fff;
    width: calc((100% / 3) - 10px);
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 5px #ccc;
    padding: 15px;
    box-sizing: border-box;
}

.cancer-society-item dt {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cancer-society-item dt a {
    display: flex;
}

.cancer-society-item dt a img {
    width: 300px;
    height: auto;
}

.cancer-society-item dd {
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}

.cancer-society-item dd a {
    width: 100%;
}

.cancer-society-item dd.title-text a {
    font-size: 25px;
    font-weight: bold;
}

.cancer-society-item dd.job-title a {
    color: #13bfb1;
}

.cancer-society-item dd.expertise-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cancer-society-item dd.more-btn {
    text-align: right;
}

.cancer-society-item dd.more-btn a {
    color: #13bfb1;
}

.cancer-society-box .swiper-pagination-society {
    width: 100%;
    margin-top: 0;
    padding: 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.cancer-society-box .swiper-pagination-bullet {
    background: #c5c5c5;
    width: 15px;
    height: 10px;
    border-radius: 30px;
}

.cancer-society-box .swiper-pagination-bullet-active {
    /* background: #055f87; */
    background: #13bfb1;
    width: 25px;
}

.cancer-society-box .swiper-pagination-society span {
    margin: 5px;
}

.expert-team-area .expert-team-box {
    width: 100%;
    padding: 0 calc(50% - 700px) 0;
    margin-top: 30px;
    box-sizing: border-box;
    background: url('https://img.asiancancer.com/images/newmalai/dmyxlt_bg2.webp') no-repeat center top,
    #f5f5f5;
    background-size: 100% 40%, /* 图片占上面40% */ 100% 100%; /* 背景色铺满整个区域 */
}

.expert-team-box .expert-section {
    width: 100%;
}

.expert-section .expert-avatar {
    width: 100%;
}

.expert-avatar .swiper-container {
    width: 100%;
    padding: 30px 0;
}

.expert-avatar .expert-avatar-list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.expert-avatar-list .expert-avatar-item {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.expert-avatar-list .expert-avatar-item img {
    width: 180px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
}

/*.expert-avatar-list .expert-avatar-item.swiper-slide-active img {*/
/*    box-shadow: 0 0 10px #13bfb1;*/
/*    width: 220px;*/
/*}*/

.expert-avatar-list .expert-avatar-item.avatar-active img {
    box-shadow: 0 0 10px #13bfb1;
    width: 220px;
}

.expert-section .expert-detail {
    width: 100%;
}

.expert-detail .expert-detail-list {
    width: 100%;
}

.expert-detail-list .expert-detail-item {
    width: 100%;
    /*display: none;*/
    display: flex;
    flex-direction: column;
}

.expert-detail-list .expert-detail-item:hover {
    transform: translate(0, 0);
}

/*.expert-detail-list .expert-detail-item.active {*/
/*    display: flex;*/
/*}*/

.expert-detail-item .expert-detail-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.16);
    padding: 20px;
    box-sizing: border-box;
}

.expert-detail-info .expert-img {
    width: 300px;
    height: 534px;
    margin-right: 20px;
}

.expert-detail-info .expert-img a{
    display: flex;
    width: 100%;
}

.expert-detail-info .expert-img .play{position: relative;top: -50%; background: url(https://img.asiancancer.com/images/newmalai/asean/play.png) no-repeat center;height: 90px;cursor:pointer;}


.expert-detail-info .expert-img img{
    width: 100%;
    height: auto;
}

.expert-detail-info .expert-img .pc-img {
    display: block;
}

.expert-detail-info .expert-img .yd-img {
    display: none;
}

.expert-detail-info .info-box {
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*justify-content: flex-start;*/
    align-items: flex-start;
}

.expert-detail-list .expert-detail-item:nth-child(2) .expert-detail-info .info-box{
    justify-content: flex-start;
}

.expert-detail-info .info-box .expert-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*text-align: left;*/
}

.expert-detail-info .info-box .expert-title .title-text{
    font-size: 25px;
    color: #13bfb1;
}

.expert-detail-info .info-box .expert-title .swt-link{
    color: #fff;
    font-size: 20px;
    background: #13bfb1;
    border-radius: 4px;
    padding: 5px 15px;
    box-sizing: border-box;
}

.expert-detail-info .info-box p {
    width: 100%;
    padding-top: 15px;
    text-align: left;
    font-size: 18px;
    line-height: 1.5em;
}


.expert-detail-info .group-photo-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.group-photo-list .group-photo-item {
    width: calc((100% / 3) - 10px);
    height: auto;
}

.group-photo-list .group-photo-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.expert-detail-item .cases-box {
    width: 100%;
    margin-top: 20px;
}

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

.case-list .case-item {
    width: calc(50% - 10px);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.16);
}

.case-item .case-title {
    width: 100%;
    font-size: 25px;
}

.case-item .case-text {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    margin: 10px 0;
}

.case-item .case-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.case-item .more-text {
    width: 100%;
    padding-top: 10px;
    text-align: right;
}

.case-item .more-text a {
    color: #13bfb1;
}


/* 视频弹层样式 */
.video-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.video-popup-container {
    position: relative;
    width: 80%;
    max-width: 1000px;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 比例 */
}

.video-popup-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
}


/* 东盟专家面诊预约专区 */
.ASEAN-medical-forum-content .form-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #fff;
}

.form-area .activity-content-box {
    width: 100%;
    margin-top: 30px;
}

.activity-content-box .activity-img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.activity-content-box .activity-img img {
    width: auto;
    max-width: 100%;
}

.activity-content-box p.activity-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: center;
}

/* 表单 */

.form-area .form-title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-area .form-title .title-text {
    padding: 5px 20px;
    background: #13bfb1;
    border-radius: 8px 8px 0 0;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
}

.form-area .form {
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 30px;
}

.form-area .form .hint-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.form-area .form .hint-text span {
    display: inline-block;
    margin-right: 5px;
    color: #f8313f;
    font-weight: bold;
    font-size: 18px;
}

.form-area .form .form-item {
    /*width: 48%;*/
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0 0 0;
}

.form-area .form .form-item .label-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-area .form .form-item .input, .form-area .form .form-item .select-nat {
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 8px;
    border: 0;
    background: #f5f5f5;
    box-sizing: border-box;
}

.form-area .form .form-item .phone-input {
    display: flex;
    width: 100%;
    align-items: center;
}

.form-area .form .radio-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.form-area .form .radio-item .radio-left {
    width: calc(50% - 10px);
}

.form-area .form .radio-item .radio-right {
    width: calc(50% - 10px);
}

.form .form-item .phone-input .country {
    width: 150px;
    height: 50px;
    padding: 10px;
    border-radius: 8px 0 0 8px;
    border: 0;
    background: #f5f5f5;
}

.form .form-item .phone-input .input {
    flex: 1;
    height: 50px;
    padding: 10px;
    border-radius: 0 8px 8px 0;
    border: 0;
    border-left: 1px solid #fff;
    background: #f5f5f5;
}

.form-area .form .submit-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.form-area .form .submit-btn .btn-style {
    width: 50%;
    font-size: 18px;
    background: #13bfb1;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 10px 0;
}

/*技术引领治疗方向，不开刀也能抗癌*/
.ASEAN-medical-forum-content .treatment-techniques-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #f5f5f5;
}

.treatment-techniques-area .treatment-techniques-box {
    width: 100%;
}

.treatment-techniques-box .swiper-container {
    width: 100%;
    padding: 30px 5px 5px;
}

.treatment-techniques-box .treatment-techniques-list {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.treatment-techniques-list .treatment-techniques-item {
    width: calc((100% / 3) - 10px);
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    background: #fff;
}

.treatment-techniques-item dt {
    width: 100%;
}

.treatment-techniques-item dt a {
    width: 100%;
    display: flex;
}

.treatment-techniques-item dt a img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}

.treatment-techniques-item dd {
    width: 100%;
    padding: 10px 15px 0;
    box-sizing: border-box;
}

.treatment-techniques-item dd.title-text a {
    font-size: 25px;
    font-weight: bold;
}

.treatment-techniques-item dd a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.treatment-techniques-item dd.more-text {
    width: 100%;
    padding: 10px 15px 15px;
    box-sizing: border-box;
    text-align: right;
}

.treatment-techniques-item dd.more-text a {
    color: #13bfb1;
}

.treatment-techniques-box .swiper-pagination-techniques {
    width: 100%;
    margin-top: 0;
    padding: 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.treatment-techniques-box .swiper-pagination-bullet {
    background: #c5c5c5;
    width: 15px;
    height: 10px;
    border-radius: 30px;
}

.treatment-techniques-box .swiper-pagination-bullet-active {
    /* background: #055f87; */
    background: #13bfb1;
    width: 25px;
}

.treatment-techniques-box .swiper-pagination-techniques span {
    margin: 5px;
}

/* 往届东盟论坛精彩回顾 */
.ASEAN-medical-forum-content .previous-sessions-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #fff;
}

.previous-sessions-area .previous-sessions-box {
    width: 100%;
    margin-top: 30px;
}

.previous-sessions-box-mobile{display: none;}

.previous-sessions-box .swiper-container {
    width: 100%;
}

.previous-sessions-box .previous-sessions-list {
    width: 100%;
}

.previous-sessions-list .previous-sessions-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.previous-sessions-list .previous-sessions-item:hover {
    transform: translate(0, 0);
}

.previous-sessions-item .left-img {
    width: 50%;
    margin-right: 20px;
    position: relative;
}
.previous-sessions-item .left-img　a{
    display: flex;
    width: 100%;
}


.previous-sessions-item .left-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.previous-sessions-item .left-img .img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: bold;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0 0 8px 8px;
}

.previous-sessions-item .right-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.previous-sessions-item .right-info p {
    width: 100%;
    font-size: 18px;
}

.previous-sessions-item .right-info .text-list {
    width: 100%;
    margin: 10px 0;
}

.previous-sessions-item .right-info .text-list .text-item {
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
}

.previous-sessions-item .right-info .img-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.previous-sessions-item .right-info .img-list .img-item {
    width: calc((100% / 4) - 10px);
    height: auto;
}

.previous-sessions-item .right-info .img-list .img-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* 往届东盟论坛精彩回顾 */
.ASEAN-medical-forum-content .forum-highlights-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #f5f5f5;
}

.forum-highlights-area .forum-highlights-box {
    width: 100%;
    margin-top: 30px;
}

.forum-highlights-box .swiper-container {
    width: 100%;
}

.forum-highlights-box .forum-highlights-list {
    width: 100%;
}

.forum-highlights-list .forum-highlights-item {
    width: 700px;
    height: auto;
}

.forum-highlights-list .forum-highlights-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.forum-highlights-box .swiper-pagination-highlight {
    width: 100%;
    margin-top: 0;
    padding: 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.forum-highlights-box .swiper-pagination-bullet {
    background: #c5c5c5;
    width: 15px;
    height: 10px;
    border-radius: 30px;
}

.forum-highlights-box .swiper-pagination-bullet-active {
    /* background: #055f87; */
    background: #13bfb1;
    width: 25px;
}

.forum-highlights-box .swiper-pagination-highlight span {
    margin: 5px;
}

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

}

@media screen and (max-width: 768px) {
    .top-banner{
        width: 100%;
        height: auto;
        aspect-ratio: 79/24;
        background: url("https://img.asiancancer.com/images/newmalai/dmyxlt_banner_bg.jpg") no-repeat center;
        background-size: cover;
    }

    /* 东盟论坛专题页 */
    .ASEAN-medical-forum-content .title-box {
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .ASEAN-medical-forum-content .title-box .title-text {
        font-size: 25px;
        /*font-size: 20px;*/
    }

    /* 东盟活动专题介绍 */
    .ASEAN-medical-forum-content .introduction-area {
        width: 100%;
        padding: 15px 0;
    }

    .introduction-area .introduction-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 15px;
    }

    .introduction-box .introduction-img {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .introduction-box .introduction-text {
        width: 100%;
        padding: 0;
    }

    .introduction-area .logo-box {
        width: 100%;
        padding: 15px 15px 30px;
        box-sizing: border-box;
        background: linear-gradient(to bottom, white 0%, white 50%, transparent 50%, transparent 100%), url(https://img.asiancancer.com/images/newmalai/dmyxlt_bg1_yd.webp) no-repeat center bottom;
    }

    .logo-box .logo-list {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        flex-wrap: wrap;
    }

    .logo-list .logo-item {
        width: 50%;
        padding: 15px 0;
        height: auto;
        box-sizing: border-box;
    }

    .logo-item .logo-img {
        width: 60px;
        height: auto;
    }

    .logo-list .logo-item:nth-child(2) .logo-img {
        width: 150px;
        height: 40px;
    }

    .logo-item .logo-text {
        font-size: 14px;
    }

    /* 中外肿瘤专家同台对话，整合医学引领抗癌未来 */
    .ASEAN-medical-forum-content .expert-team-area {
        padding: 15px 0;
        width: 100%;
    }

    .cancer-society-box .swiper-container{
        width: 100%;
        padding: 15px 15px 0;
        box-sizing: border-box;
    }

    .expert-team-area .cancer-society-box {
        width: 100%;
    }

    .cancer-society-box .swiper-container {
        width: 100%;
        box-sizing: border-box;
    }

    .expert-team-area .expert-team-box {
        width: 100%;
        margin-top: 15px;
    }

    .expert-section .expert-avatar {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .expert-avatar .swiper-container {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }

    .expert-avatar-list .expert-avatar-item {
        display: flex;
        justify-content: center;
    }

    .expert-avatar-list .expert-avatar-item img {
        width: 80%;
        height: auto;
    }

    .expert-avatar-list .expert-avatar-item.avatar-active img{
        width: 100%;
    }


    .expert-avatar-list .expert-avatar-item {
        width: 20% !important;
    }

    .expert-section .expert-detail{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .expert-detail-item .expert-detail-info{
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .expert-detail-info .info-box .expert-title .swt-link{
        font-size: 16px;
    }

    .expert-detail-info .expert-img .pc-img {
        display: none;
    }

    .expert-detail-info .expert-img .yd-img {
        display: block;
    }

    .expert-detail-info .expert-img{
        width: 100%;
        height: auto;
        margin: 0 0 15px;
    }

    .expert-detail-info .expert-img .play{top:-100px;}

    .expert-detail-info .info-box .expert-title{
        font-size: 20px;
    }

    .expert-detail-info .info-box p{
        font-size: 16px;
        padding-top: 10px;
    }

    .expert-detail-info .group-photo-list{
        width: 100%;
        margin-top: 15px;
        flex-wrap: wrap;
    }

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

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

    .group-photo-list {
        display: none; /* 隐藏原始列表 */
    }
    
    .group-photo-swiper {
        display: block;
        margin: 15px 0;
    }
    
    .group-photo-swiper .swiper-pagination {
        position: relative;
        margin-top: 10px;
    }
    
    .group-photo-item {
        text-align: center;
    }
    
    .group-photo-img {
        max-width: 100%;
        height: auto;
    }

    .expert-detail-item .cases-box{
        width: 100%;
        margin-top: 15px;
    }

    .cases-box .case-list{
        flex-direction: column;
    }

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

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

    .video-popup-container {
        width: 95%;
    }

    /*东盟专家面诊预约专区*/
    .form-area .activity-content-box{
        width: 100%;
        margin-top: 15px;
    }

    /* 表单 */
    .ASEAN-medical-forum-content .form-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        margin-top: 0;
    }

    .dis_cat {
        padding: 0 15px;
    }

    .formbg{
        height: auto;
    }

    .form-area .form {
        width: 100%;
        padding: 15px;
        margin-top: 15px;
        box-sizing: border-box;
    }

    .form-area .form .form-item {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .form-area .form .form-item:last-child {
        padding-bottom: 0;
    }

    .form-area .form .submit-btn {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .form .form-item .phone-input .input {
        height: 40px;
    }

    .form-area .form .form-item .label-text {
        font-size: 14px;
    }

    .form-area .form .form-item .input, .form-area .form .form-item .select-nat {
        height: 40px;
    }

    .form .form-item .phone-input .country {
        height: 40px;
    }

    .form-area .form .submit-btn .btn-style {
        width: 100%;
        font-size: 16px;
    }

    .form-area .form .hint-text span {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .form-area .form .submit-btn .btn-style {
        width: 100%;
    }

    /*技术引领治疗方向，不开刀也能抗癌*/
    .ASEAN-medical-forum-content .treatment-techniques-area{
        width: 100%;
        padding: 15px 0;
    }

    .treatment-techniques-box .swiper-container{
        width: 100%;
        padding: 15px 15px 5px;
        box-sizing: border-box;
    }

    /*往届东盟论坛精彩回顾*/
    .previous-sessions-box{display: none;}
    .previous-sessions-box-mobile{display: block;}

    .previous-sessions-box-mobile .img-item img{width: 100%;}
    .previous-sessions-box-mobile .swiper-container{
        width: 100%;
        margin: 15px 0 0;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .previous-sessions-box-mobile p{padding: 0 15px;}
    .previous-sessions-box-mobile .text-list{padding: 0 15px;}
    .previous-sessions-box-mobile .img-item p{
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
        font-weight: bold;
        padding: 15px;
        box-sizing: border-box;
        width: 100%;
        border-radius: 0 0 8px 8px;
    }


    /*东盟国际整合肿瘤医学论坛集锦*/
    .ASEAN-medical-forum-content .forum-highlights-area{
       width: 100%;
        padding: 15px 0;
    }

    .forum-highlights-area .forum-highlights-box{
        width: 100%;
        margin: 15px 0 0;
        padding: 0 15px;
        box-sizing: border-box;
    }
}


        .timeline-container {
            max-width: 1400px;
            width: 100%;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }
        
        .timeline-wrapper {
            position: relative;
            overflow: hidden;
            width: 100%;
        }
        
        .timeline {
            display: flex;
            transition: transform 0.5s ease;
            width: max-content;
            padding: 0 20px;
        }
        
        .timeline-item {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 250px;
            flex-shrink: 0;
            margin: 0 13px;
        }
        
        .timeline-item::before {
            content: '';
            position: absolute;
            top: 50%;
            width: 20px;
            height: 20px;
            background-color: #13BFB1;
            border-radius: 50%;
            transform: translateY(-50%);
            z-index: 3;
            border: 3px solid white;
        }
        
        .timeline-content {
            width: 100%;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            height: 380px;
            transition: all 0.3s ease;
            margin-bottom: 20px;
            margin-top: 20px;
        }
        
        .timeline-item:nth-child(odd) .timeline-content {
            margin-top: 500px;
            margin-bottom: 20px;
        }
        
        .timeline-item:nth-child(even) .timeline-content {
            margin-bottom: 80px;
            margin-top: 20px;
        }
        
        .timeline-content:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }
        
        .image-container {
            height: 150px;
            overflow: hidden;
        }
        
        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .timeline-content:hover .image-container img {
            transform: scale(1.05);
        }
        
        .text-container {
            padding: 15px;
            flex-grow: 1;
        }
        
        .text-container h3 {
            margin-bottom: 10px;
            color: #333;
            font-size: 16px;
        }
        
        .text-container p {
            color: #666;
            font-size: 14px;
            line-height: 1.5;
        }
        
        .timeline-item::after {
            content: '';
            position: absolute;
            top: 50%;
            height: 3px;
            width: calc(100% + 30px);
            background-color: #13BFB1;
            z-index: 2;
            left: 50%;
        }
        
        .timeline-item:not(:last-child)::after {
            width: calc(100% + 30px);
        }
        
        .timeline-controls {
            display: flex;
            justify-content: center;
            margin: 30px 0;
        }
        
        .timeline-controls button {
            background-color: #13BFB1;
            color: white;
            border: none;
            padding: 10px 20px;
            margin: 0 15px;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 16px;
        }
        
        .timeline-controls button:hover {
            background-color: #13BFB1;
            transform: translateY(-2px);
        }

        /* 导航箭头 - PC端 */
        .timeline-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background-color: rgb(92 235 213 / 80%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            cursor: pointer;
            z-index: 4;
            transition: all 0.3s;
        }
        
        .timeline-nav.prev {
            left: 20px;
        }
        
        .timeline-nav.next {
            right: 20px;
        }
        
        .timeline-nav:hover {
            background-color: rgba(41, 128, 185, 0.9);
            transform: translateY(-50%) scale(1.1);
        }

        /* 移动端样式 */
        @media (max-width: 768px) {
            .timeline-container {
                padding: 20px 0;
                overflow: visible;
            }
            
            .timeline-wrapper {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none; /* Firefox */
            }
            
            .timeline-wrapper::-webkit-scrollbar {
                display: none; /* Chrome/Safari */
            }
            
            .timeline {
                display: flex;
                padding: 0 40px;
                width: auto;
                transform: none !important;
                scroll-snap-type: x mandatory;
                scroll-behavior: smooth;
            }
            
            .timeline-item {
                width: 80vw;
                scroll-snap-align: center;
                margin: 0 10vw 0 0;
            }
            
            .timeline-item:last-child {
                margin-right: 10vw;
            }
            
            .timeline-content {
                height: 300px;
                margin: 80px 0 40px !important;
            }
            
            .timeline-item::before {
                top: 40px;
                transform: none;
            }
            
            .timeline-item::after {
                top: 40px;
                width: 100vw;
                left: 50%;
                transform: translateX(-50%);
            }
            
            .timeline-nav {
                display: none;
            }
            
            .timeline-controls {
                display: none;
            }
            
            .image-container {
                height: 180px;
            }
        }

        /* 小屏幕手机优化 */
        @media (max-width: 480px) {
            .timeline {
                padding: 0 30px;
            }
            
            .timeline-item {
                width: 100%;
            }
            
            .timeline-item:last-child {
                margin-right: 7.5vw;
            }
            
            .timeline-content {
                height: 280px;
            }
            
            .image-container {
                height: 160px;
            }
        }
