.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;
    }
}