/*东盟活动*/
.banner-box {
    background: url("https://img.asiancancer.com/images/newvietnam/dmhd_banner.webp") no-repeat center;
    background-size: cover;
    height: 300px;
    width: 100%;
}

.asean-activities-content {
    width: 100%;
}

/* 重点部分 */
.asean-activities-content .red-text {
    color: red;
}

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

.asean-activities-content .title-box .title-text {
    color: #055f87;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.asean-activities-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-activities-content .welfare-activities-area {
    width: 100%;
    padding: 30px calc(50% - 700px) 0;
    box-sizing: border-box;
    background: #fff;
}

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

.activity-content-box .activity-text {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
}

.activity-content-box .activity-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.activity-content-box .activity-img img {
    width: 50%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.welfare-activities-area .welfare-activities-box {
    width: 100%;
    margin-top: 30px;
}

.welfare-activities-box .welfare-activities-text {
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
}

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

.asean-activities-content .welfare-activities-area .form .hint-text span {
    font-weight: bold;
    color: #333;
}

.welfare-activities-box .welfare-activities-title {
    width: 100%;
    text-align: center;
    font-size: 25px;
}

/* .welfare-activities-box .welfare-activities-content {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: linear-gradient(to bottom, #ffffff 10%, #cbe9ff 10%);
    border-radius: 0 0 8px 8px;
} */

/* .welfare-activities-content .welfare-activities-img {
    width: 450px;
    height: auto;
}

.welfare-activities-content .welfare-activities-info {
    flex: 1;
    padding: 60px 30px 30px 30px;
    box-sizing: border-box;
}

.welfare-activities-content .welfare-activities-info p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.welfare-activities-content .welfare-activities-info ul {
    width: 100%;
    margin: 0 0 15px;
}

.welfare-activities-content .welfare-activities-info ul li {
    width: 100%;
    line-height: 1.5em;
    font-size: 18px;
} */


/* 为什么选择整合微创治疗方案？ */
.asean-activities-content .treatment-techniques-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #fff;
}

.treatment-techniques-area .treatment-techniques-box {
    width: 100%;
    margin-top: 30px;
}

.treatment-techniques-box .treatment-techniques-title {
    font-size: 25px;
    width: 100%;
    text-align: center;
}

.treatment-techniques-box .treatment-techniques-description {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.treatment-techniques-box .treatment-techniques-description span {
    width: 100%;
    display: inline-block;
    width: 900px;
    text-align: left;
}

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

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

.treatment-techniques-box .treatment-techniques-item {
    width: calc(25% - 15px);
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 5px #ccc;
    transition: all 1s;
}

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

.treatment-techniques-item dt .treatment-techniques-img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
    /* filter: brightness(.8); */
}

.treatment-techniques-item dt .play-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
}

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

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

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

.treatment-techniques-item dd a {
    width: 100%;
    display: inline-block;
}

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

.treatment-techniques-item dd.description-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* 限制显示 3 行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.treatment-techniques-item dd.more-text a {
    width: 100%;
    text-align: right;
    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-activities-content .patient-stories-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #f5f5f5;
}

.patient-stories-area .patient-stories-box {
    width: 100%;
}

.patient-stories-area .special-exhibition-box {
    width: 100%;
    /* margin-top: 30px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.special-exhibition-box .special-exhibition-img {
    width: 800px;
    height: auto;
    border-radius: 4px;
}

.special-exhibition-box .special-exhibition-text {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    margin: 15px 0;
    /* color: red; */
    font-weight: bold;
}

.patient-stories-box .swiper-container {
    width: 100%;
    padding: 30px 5px 5px;
    box-sizing: border-box;
}

.patient-stories-box .patient-stories-list {
    display: flex;
    align-items: stretch;
}

.patient-stories-list .patient-stories-item {
    /*width: 338px;*/
    /*height: 450px;*/
    width: calc((100% / 4) - 12px) !important;
    height: auto;
    background: #ffffff;
    border-radius: 8px;
    padding-bottom: 20px;
    box-shadow: 0 16px 5px -12px rgb(0 0 0 / 5%), 0 4px 15px 0 rgb(0 0 0 / 5%), 0 8px 10px -5px rgb(0 0 0 / 5%);
    transition: all 2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 1s;
}

.patient-stories-list .patient-stories-item img {
    border-radius: 8px 8px 0px 0px;
}

.patient-stories-list .patient-stories-item dt {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.patient-stories-list .patient-stories-item dt span {
    position: absolute;
    bottom: 0;
    right: 0;
    /*background: #F96A08;*/
    background: #055f87;
    color: #ffffff;
    margin-right: 0;
    float: right;
    border-radius: 8px 0 0 0;
    font-size: 14px;
    padding: 5px 15px;
}

.patient-stories-list .patient-stories-item dt .cancer-type {
    display: block;
}

.patient-stories-list .patient-stories-item dt .other-type {
    display: none;
}

.patient-stories-list .patient-stories-item dt a {
    width: 100%;
    height: auto;
}

.patient-stories-list .patient-stories-item dt a img {
    /* width: 100%;
    height: auto;
    aspect-ratio: 411/300; */
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.patient-stories-list .patient-stories-item dd.patient-name {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 20px;
    white-space: nowrap;
}

.patient-stories-list .patient-stories-item dd {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.patient-stories-list .patient-stories-item dd.nationality-survival span {
    margin-right: 5px;
    background: #eaf3f8;
    color: #3086b5;
    font-size: 14px;
    padding: 3px 5px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
}

.patient-stories-list .patient-stories-item dd.nationality-survival {
    display: flex;
    flex-wrap: wrap;
}

.patient-stories-list .patient-stories-item dd.nationality-survival span:last-child {
    margin-right: 0;
}

.patient-stories-list .patient-stories-item p {
    /*padding: 0 24px;*/
    width: 100%;
    padding: 5px 20px 0;
    box-sizing: border-box;
}

.patient-stories-list .patient-stories-item .technology-text {
    width: 100%;
    box-sizing: border-box;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.patient-stories-list .patient-stories-item .technology-text strong {
    color: #055f87;
    margin-right: 5px;
}

.patient-stories-list .patient-stories-item .description-text {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.patient-stories-list .patient-stories-item .description-text strong,
.patient-stories-list .patient-stories-item .technology-text strong {
    color: #055f87;
    margin-right: 5px;
}

.patient-stories-list .patient-stories-item .description-text span {
    line-height: initial;
}

.patient-stories-list .patient-stories-item .more-text {
    width: 100%;
    text-align: right;
    padding-top: 5px;
}

.patient-stories-list .patient-stories-item .more-text a {
    color: #055F87;
    /*font-weight: bold;*/
    /* border-bottom: 1px solid #055F87; */
}

.patient-stories-box .swiper-pagination-story {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 0;
}

.patient-stories-box .swiper-pagination-story span {
    margin: 0 5px;
}

.patient-stories-box .swiper-pagination-bullet {
    background: #000000;
    width: 15px;
    height: 10px;
    border-radius: 30px;
}

.patient-stories-box .swiper-pagination-bullet-active {
    background: #055F87;
    width: 25px;
}

/* 我院东盟肿瘤专家（深受越南患者信赖） */
/*mdt-team*/
.asean-activities-content .mdt-team-area {
    width: 100%;
    padding: 30px calc((100% - 1400px)/2);
    box-sizing: border-box;
    background: #ffffff;
}

.mdt-team-area .mdt-team-box {
    width: 100%;
    margin-top: 30px;
}

.mdt-team-box .swiper-container {
    width: 100%;
    padding: 5px 5px 30px 5px;
    box-sizing: border-box;
    position: relative;
}

.mdt-team-box .mdt-team-list {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
}

.mdt-team-list .mdt-team-item {
    background: #ffffff;
    border-radius: 16px;
    padding-top: 15px;
    height: auto;
    box-shadow: 0 0 10px #e5e5e5;
    transition: all 1s;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.mdt-team-box .mdt-team-item:last-child {
    margin-right: 0 !important;
}


.mdt-team-list .mdt-team-item dt {
    text-align: center;
    width: 100%;
}

.mdt-team-list .mdt-team-item dt a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*padding: 0 15px;*/
    box-sizing: border-box;
}

.mdt-team-list .mdt-team-item dt a img {
    display: inline-block;
    width: 66%;
    /* width: 300px; */
    /*width: 100%;*/
    aspect-ratio: 1;
}

.mdt-team-list .mdt-team-item dd,
.mdt-team-list .mdt-team-item p {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.mdt-team-list .mdt-team-item .title {
    color: #1E2D4F;
    font-size: 20px;
    padding-top: 10px;
    text-align: left;
    font-weight: bold;
}

.mdt-team-list .mdt-team-item dd.position-job-text {
    width: 100%;
    margin: 5px 0;
    box-sizing: border-box;
    border-radius: 5px;
}

.mdt-team-list .mdt-team-item dd.position-job-text span {
    display: inline-block;
    background: rgba(48, 134, 181, 0.1);
    color: #3086B5;
    font-size: 16px;
    padding: 0 5px;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
    white-space: normal;
    border-radius: 4px;
}

.mdt-team-list .mdt-team-item dd.position-job-text span:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.mdt-team-list .mdt-team-item .description-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mdt-team-list .mdt-team-item .description-text strong {
    color: #055f87;
    font-weight: bold;
}

.mdt-team-box p.more-button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px 20px 20px;
}

.mdt-team-box .more-button .more-text {
    border-bottom: 1px solid #055f87;
    color: #055f87;
}

.mdt-team-box p.consult-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}

.mdt-team-box .consult-button .consult-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    border-radius: 4px;
    box-sizing: border-box;
    background: #055f87;
    color: #fff;
}

.mdt-team-box .consult-button .consult-text img {
    width: 20px;
    margin-right: 5px;
    height: auto;
}

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

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

.mdt-team-box .swiper-pagination-bullet-active {
    background: #055f87;
    width: 25px;
}

.mdt-team-box .swiper-pagination-mdt span {
    margin: 5px;
}

.asean-activities-content .expert-introduction-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #fff;
}

.expert-introduction-area .expert-introduction-box {
    width: 100%;
    margin-top: 30px;
}

.expert-introduction-box .expert-introduction-list {
    width: 100%;
}

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

.expert-introduction-item .expert-introduction-img {
    width: 400px;
    height: auto;
    margin-left: 30px;
}

.expert-introduction-item .expert-introduction-info {
    flex: 1;
}

.expert-introduction-item .expert-introduction-info h3 {
    font-size: 25px;
    color: #055F87;
    margin-bottom: 15px;
}

.expert-introduction-item .expert-introduction-info p {
    font-size: 18px;
    line-height: 1.5em;
}

.expert-introduction-item .expert-introduction-info p.more-text a {
    color: #055F87;
}

.expert-introduction-list .expert-introduction-item:last-child {
    margin-top: 15px;
    flex-flow: row-reverse;
}

.expert-introduction-list .expert-introduction-item:last-child .expert-introduction-img {
    margin: 0 30px 0 0;
}


/* 抓住希望 · 立即预约- */
.asean-activities-content .reserve-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #f5f5f5;
}

.reserve-area .welfare-activities-box {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    /* background: #cbe9ff; */
    background: linear-gradient(to bottom, #f5f5f5 10%, #cbe9ff 10%);
    border-radius: 0 0 8px 8px;
}

.welfare-activities-box .welfare-activities-img {
    width: 450px;
    height: auto;
}

.welfare-activities-box .welfare-activities-info {
    flex: 1;
    padding: 60px 30px 30px 30px;
    box-sizing: border-box;
}

.welfare-activities-box .welfare-activities-info p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.welfare-activities-box .welfare-activities-info ul {
    width: 100%;
    margin: 0 0 15px;
}

.welfare-activities-box .welfare-activities-info ul li {
    width: 100%;
    line-height: 1.5em;
    font-size: 18px;
}

.reserve-area .reserve-img {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
}

.reserve-area .reserve-img img {
    width: auto;
    height: auto;
    max-width: 100%;
}

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

.reserve-area .description-box {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 30px 0;
}

.reserve-box .reserve-title {
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
}

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

.contact-details-list .contact-details-item {
    width: calc(50% - 10px);
    height: auto;
}

.contact-details-item .contact-details-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-details-item .contact-details-text {
    line-height: 1.5em;
}

.contact-details-item .contact-details-text strong {
    color: #055F87;
}

.reserve-area .explanation-box {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.explanation-box .explanation-title {
    color: red;
    font-size: 20px;
}

.explanation-box .explanation-text {
    width: 100%;
    display: inline-block;
    line-height: 1.5em;
    color: red;
}

/* 预约表单 */
.asean-activities-content .form-box {
    width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

.asean-activities-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-activities-content .form .hint-text {
    width: 100%;
}

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

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

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

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

.asean-activities-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-activities-content .form .form-item input,
.asean-activities-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-activities-content .form input {
    background: #FFFFFF;
    width: 300px;
    height: 40px;
}

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

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

.asean-activities-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-activities-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-activities-content .form .label-text {
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}

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

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

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

/* 表单 */
.asean-activities-content .form-area {
    width: 100%;
    padding: 30px 0;
    background: linear-gradient(to top, #f5f5f5 50%, #ffffff 50%);
    background-size: cover;
}

.asean-activities-content .form-bg-area {
    width: 100%;
    padding: 30px 0;
    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-activities-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-box .treatment-techniques-item:hover {
        transform: translate(0, -10px);
        cursor: pointer;
        box-shadow: 0 0 5px #055f87;
    }

    .patient-stories-list .patient-stories-item:hover {
        transform: translate(0, -10px);
        cursor: pointer;
        box-shadow: 0 0 5px #055f87;
    }
}

@media screen and (max-width: 768px) {
    .banner-box {
        background: url(https://img.asiancancer.com/images/newvietnam/dmhd_banner_bg.webp);
        background-repeat: no-repeat;
        aspect-ratio: 79 / 24;
        /* 横向3，纵向1的比例 */
        width: 100%;
        background-size: 100% 100%;
        height: auto;

    }

    /* 东盟活动 */
    .asean-activities-content .title-box {
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .asean-activities-content .title-box .title-text {
        font-size: 25px;
    }

    /* .asean-activities-content h2.title-box .title-text {
        font-size: 22px;
    } */

    .asean-activities-content h2.title-box .title-text::after {
        display: none;
    }

    /*越南肿瘤患者专属福利活动正式启动！*/
    .asean-activities-content .welfare-activities-area {
        width: 100%;
        padding: 15px 0;
    }

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

    .asean-activities-content .welfare-activities-area .form-box {
        width: 100%;
        margin-top: 15px;
    }

    .welfare-activities-box .welfare-activities-title {
        width: 100%;
        box-sizing: border-box;
        font-size: 18px;
        text-align: left;
    }

    .welfare-activities-box .welfare-activities-content {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 15px;
    }

    .welfare-activities-area .activity-content-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 5px;
    }

    .activity-content-box .activity-text {
        font-size: 16px;
    }

    .activity-content-box .activity-img {
        flex-direction: column;
    }

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

    .activity-content-box .activity-img img:first-child {
        margin-bottom: 15px;
    }

    /* .welfare-activities-content .welfare-activities-img {
        width: 100%;
    }

    .welfare-activities-content .welfare-activities-info {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .welfare-activities-content .welfare-activities-info p {
        font-size: 18px;
    }

    .welfare-activities-content .welfare-activities-info ul li {
        font-size: 16px;
    } */

    .welfare-activities-box .welfare-activities-text {
        text-align: left;
    }

    .asean-activities-content .welfare-activities-area .form .hint-text span {
        font-size: 18px;
    }

    /*为什么选择整合微创治疗方案？*/
    .asean-activities-content .treatment-techniques-area {
        width: 100%;
        padding: 0;
    }

    .treatment-techniques-area .treatment-techniques-box {
        width: 100%;
        margin-top: 15px;

    }

    .treatment-techniques-box .treatment-techniques-title {
        font-size: 18px;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .treatment-techniques-box .treatment-techniques-description {
        width: 100%;
        margin: 15px 0 0;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .treatment-techniques-box .treatment-techniques-description span {
        width: 100%;
        font-size: 16px;
    }

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

    .treatment-techniques-box .swiper-pagination-techniques {
        width: 100%;
        padding: 0 0 15px;
    }

    /*患者真实故事*/
    .asean-activities-content .patient-stories-area {
        width: 100%;
        padding: 15px 0;
    }

    .patient-stories-area .special-exhibition-box {
        width: 100%;
        margin: 15px 0 0;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .special-exhibition-box .special-exhibition-img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .special-exhibition-box .special-exhibition-text {
        font-size: 16px;
        width: 100%;
        margin: 0 0 15px;
    }

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

    .patient-stories-list .patient-stories-item {
        width: 100% !important;
        height: auto;
    }

    /*我院东盟肿瘤专家（深受越南患者信赖）*/
    /*mdt*/
    .asean-activities-content .mdt-team-area {
        width: 100%;
        padding: 15px 0 0;
        box-sizing: border-box;
    }

    .mdt-team-area .mdt-team-box {
        width: 100%;
        margin: 15px 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .mdt-team-box .swiper-container {
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
    }

    .mdt-team-box .swiper-pagination-mdt {
        width: 100%;
        padding: 15px 0 0;
    }

    .asean-activities-content .expert-introduction-area {
        width: 100%;
        padding: 15px 0;
    }

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

    .expert-introduction-item .expert-introduction-info h3 {
        font-size: 20px;
    }

    .expert-introduction-item .expert-introduction-info p {
        font-size: 16px;
    }

    .expert-introduction-item .expert-introduction-img {
        width: 100%;
        margin: 0;
    }

    .expert-introduction-list .expert-introduction-item {
        width: 100%;
        display: flex;
        flex-flow: column-reverse;
    }

    .expert-introduction-item .expert-introduction-info h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    .expert-introduction-list .expert-introduction-item:last-child {
        flex-flow: column-reverse;
    }

    /* 表单 */
    .asean-activities-content .form .hint-text span {
        font-size: 16px;
    }

    .asean-activities-content .reserve-area {
        width: 100%;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .reserve-area .welfare-activities-box {
        width: calc(100% - 30px);
        display: flex;
        flex-direction: column-reverse;
        margin: 15px auto 0;
    }

    .welfare-activities-box .welfare-activities-img {
        width: 100%;
    }

    .welfare-activities-box .welfare-activities-info {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .welfare-activities-box .welfare-activities-info p {
        font-size: 18px;
    }

    .welfare-activities-box .welfare-activities-info ul li {
        font-size: 16px;
    }

    .reserve-area .description-box {
        width: 100%;
        padding: 0 15px;
        margin: 15px 0;
        box-sizing: border-box;
        font-size: 20px;
    }

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

    .reserve-area .explanation-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .contact-details-list .contact-details-item {
        width: 100%;
    }

    .contact-details-list .contact-details-item:first-child {
        margin-bottom: 15px;
    }

    .contact-details-item .contact-details-title {
        font-size: 16px;
    }

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

    .asean-activities-content .form-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .asean-activities-content .form {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 8px;
    }

    .asean-activities-content .form .form-item {
        width: 100%;
    }

    .asean-activities-content .form select {
        /*width: 95%;*/
        width: 100%;
    }

    .form-box .form-title .title-text {
        font-size: 16px;
    }

    /* .asean-activities-content .form  select{width: 95%;} */
    .asean-activities-content .form select {
        width: 148px;
    }

    .asean-activities-content .form input {
        width: 100%;
    }

    .asean-activities-content .form .form-item .join {
        width: 333px;
    }

    .asean-activities-content .form .form-item .phone-input .input {
        width: 180px;
        margin: 0;
    }

    .asean-activities-content .form .click-submit .submit-form-btn {
        width: 100%;
        font-size: 16px;
        height: 40px;
    }


    /* 表单 */
    .asean-activities-content .form-area {
        padding: 15px 0;
    }

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


}