.banner-box {
    width: 100%;
    height: 300px;
    background: url("https://img.asiancancer.com/images/newvietnam/dmyxlt_banner.webp") 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: #055F87;
    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;
    font-size: 18px;
}

.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/newvietnam/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: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

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

.logo-list .logo-item:nth-child(2) .logo-text {
    margin-top: 40px;
}

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

.logo-item .logo-text {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
}

/* 中外肿瘤专家同台对话，整合医学引领抗癌未来 */
.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 img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}

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

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

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

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

.cancer-society-item dd.job-title {
    color: #055f87;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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.job-title.expanded,
.cancer-society-item dd.expertise-text.expanded {
    -webkit-line-clamp: unset;
    /* 取消行数限制 */
}

.cancer-society-item dd.show-btn {
    text-align: right;
    color: #055F87;
    padding: 10px 15px 15px;
    cursor: pointer;
    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: #055F87;
} */


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

.cancer-society-item dd.more-btn a {
    color: #055F87;
} */

.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: #055F87;
    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/newvietnam/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%;
    transition: all .5s;
}

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

.expert-avatar-list .expert-avatar-item.avatar-active img {
    border: 5px solid #055F87;
    border-radius: 50%;
    width: 220px;
}

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

.expert-detail .swiper-container {
    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: auto;
    margin-right: 20px;
    position: relative;
}

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

.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 .expert-img .play-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.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: #055F87;
}

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

.expert-detail-info .info-box p {
    width: 100%;
    padding-top: 10px;
    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: 15px;
}

.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: #055F87;
}

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

/* .asean-medical-forum-content .form-area .title-box .title-text {
    color: #fff;
}

.asean-medical-forum-content .form-area .title-box .title-text::after {
    background: #fff;
} */

.asean-medical-forum-content .form-area.form-bg-area {
    background: url(/templets/new/images/formbg.jpg) no-repeat;
    background-size: cover;
}

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


/* 预约表单 */
.asean-medical-forum-content .form-box {
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
}

.asean-medical-forum-content .form {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

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

.form-box .form-title .title-text {
    color: #fff;
    background: #055f87;
    border-radius: 8px 8px 0 0;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 20px;
}

.asean-medical-forum-content .form .hint-text {
    width: 100%;
}

.asean-medical-forum-content .form .hint-text span {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: red;
    font-size: 20px;
}

.asean-medical-forum-content .form .form-item {
    width: calc(50% - 10px);
    margin: 10px 0;
}

.asean-medical-forum-content .form .radio-item {
    width: calc(25% - 15px);
    margin: 10px 0;
}

.asean-medical-forum-content .form .submit-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.asean-medical-forum-content .form .submit-btn .btn-style {
    width: 446px;
    height: 48px;
    background: #055f87;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    border: 0;
}

.asean-medical-forum-content .form .form-item input,
.asean-medical-forum-content .form .form-item select {
    background: #f0f0f0;
    /*width: 455px;*/
    width: 100%;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    border: 0px;
    color: #3f3d3d;
    border-radius: 4px;
}

.asean-medical-forum-content .form input {
    background: #FFFFFF;
    width: 300px;
    height: 40px;
}

.asean-medical-forum-content .form .form-item .join {
    background: #FFFFFF;
    /*width: 455px;*/
    width: 100%;
    height: 40px;
    border: 0px;
}

.asean-medical-forum-content .form .phone-input {
    width: 100%;
    display: flex;
    align-items: center;
}

.asean-medical-forum-content .form .phone-input select {
    background: #f0f0f0;
    width: 150px;
    height: 40px;
    border: 0px;
    border-right: 1px solid #f5f5f5;
    border-radius: 4px 0 0 4px;
}

.asean-medical-forum-content .form .form-item .phone-input .phone-input {
    flex: 1;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
}

.asean-medical-forum-content .form .label-text {
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}

.asean-medical-forum-content .form .form-item .radio {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.asean-medical-forum-content .form .form-item .radio .radio-inline {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    color: #3f3d3d;
}

.asean-medical-forum-content .form .form-item .radio .radio-inline .radio-val {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

/* 表单 */
.asean-medical-forum-content .form-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background-size: cover;
}

.asean-medical-forum-content .form-bg-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: url(https://img.asiancancer.com/images/newvietnam/content_form_bg.png) no-repeat center;
    background-size: cover;
}

.form-area .form-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.form-area .form-text span {
    font-size: 18px;
}

/*技术引领治疗方向，不开刀也能抗癌*/
.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;
    transition: all 1s;
}

.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;
    aspect-ratio: 16/9;
    object-fit: cover;
    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: #055F87;
}

.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: #055F87;
    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;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}


.previous-sessions-box .previous-sessions-img {
    width: 50%;
    margin-right: 20px;
    position: relative;
}

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

.previous-sessions-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-box .previous-sessions-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.previous-sessions-info p {
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
}

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

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

.previous-sessions-info .img-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 5px;
}

.previous-sessions-info .img-list .img-item {
    width: calc(25% - 6px);
    height: auto;
}

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

.previous-sessions-info .img-list .img-item p.img-text {
    width: 100%;
    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: 16px;
}

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

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

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

.previous-sessions-item .right-info .img-list .img-item {
    width: calc((100% / 3) - 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: #055F87;
    width: 25px;
}

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

.asean-medical-forum-content .video-showcase-area {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.video-showcase-area .video-showcase-box {
    max-width: 90%;
    height: auto;
}

/*.video-showcase-box iframe {*/
/*    width: auto;*/
/*    height: auto;*/
/*}*/

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

}

@media screen and (max-width: 768px) {
    .banner-box {
        width: 100%;
        height: auto;
        aspect-ratio: 79/24;
        background: url("https://img.asiancancer.com/images/newvietnam/dmyxlt_banner_bg.webp") 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;
        font-size: 16px;
    }

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

    .logo-list .logo-item:nth-child(2) .logo-text {
        margin-top: 30px;
    }

    /* 中外肿瘤专家同台对话，整合医学引领抗癌未来 */
    .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%;
        border: 2px solid #055F87;
        box-sizing: border-box;
    }

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

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

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

    .expert-detail .swiper-container {
        width: 100%;
        height: auto;
    }

    .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 {
        flex-wrap: wrap;
    }

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

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

    .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-img {
        width: 70px;
        height: 70px;
        top: auto;
        bottom: 40px;
        left: 50%;
        transform: translate(-50%, 0);
    }

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

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

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

    .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;
        padding: 15px;
    }

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

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

    .case-item .case-text {
        font-size: 16px;
    }

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

    /*技术引领治疗方向，不开刀也能抗癌*/
    .treatment-techniques-item dd.title-text a {
        font-size: 20px;
    }

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

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

    /*往届东盟论坛精彩回顾*/
    .asean-medical-forum-content .previous-sessions-area {
        width: 100%;
        padding: 15px 0;
    }

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

    .previous-sessions-box .previous-sessions-img {
        width: 100%;
        display: none;
    }

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

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

    .previous-sessions-info .img-list .img-item {
        width: 100%;
        position: relative;
    }

    .previous-sessions-info .img-list .img-item img {
        width: 100%;
    }

    .previous-sessions-info .img-list .img-item p.img-text {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
        font-weight: bold;
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        border-radius: 0 0 8px 8px;
        line-height: inherit;
    }

    /* .previous-sessions-area .previous-sessions-box {
        width: 100%;
        margin-top: 15px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .previous-sessions-list .previous-sessions-item {
        display: flex;
        flex-direction: column;
    }

    .previous-sessions-item .left-img {
        width: 100%;
        margin: 0 0 15px;
    }

    .previous-sessions-item .right-info p {
        font-size: 16px;
    }

    .previous-sessions-item .right-info .text-list .text-item {
        font-size: 16px;
    }

    .previous-sessions-item .right-info .img-list {
        width: 100%;
        display: none;
    }

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

    /*东盟国际整合肿瘤医学论坛集锦*/
    .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;
    }

    .video-showcase-area .video-showcase-box {
        width: calc(100% - 30px);
        height: auto;
        aspect-ratio: 16/9;
    }

    .video-showcase-box iframe {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }
}