/*东盟肿瘤宣讲会*/
.banner-box {
    background: url("https://img.asiancancer.com/images/newvietnam/dmxjh_banner.webp") no-repeat center;
    background-size: cover;
    height: 300px;
    width: 100%;
}

.asean-information-session-content {
    width: 100%;
}

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

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

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

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

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

.expert-introduction-area .expert-introduction-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.expert-introduction-area .expert-introduction-title strong {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    line-height: 1.5em;
}

.expert-introduction-area .expert-introduction-title a{
    color: #055F87;
    display: inline-block;
    margin-left: 10px;
    text-decoration: underline;
    /* width: 100%;
    text-align: right;
    text-decoration: underline;
    font-weight: bold; */
}

.expert-introduction-area .description-text {
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.5em;
}

.introduction-info-box .video-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.video-box img {
    width: 800px;
    height: 450px;
    margin-bottom: 15px;
}

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

.video-box .video-text {
    width: 100%;
    text-align: center;
}

.welfare-activities-area .welfare-activities-box {
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.welfare-activities-box .participation-method-box {
    width: 35%;
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px #ccc;
}

.participation-method-box .participation-method-title {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    background: #055F87;
    border-radius: 8px 8px 0 0;
}

.participation-method-box .participation-method-list {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #e6f7ff;
    border-radius: 0 0 8px 8px;
}

.participation-method-list .participation-method-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.participation-method-item img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.participation-method-item p {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.participation-method-item p strong {
    display: inline-block;
    width: 100%;
    color: #3086b5;
    margin-bottom: 5px;
    font-size: 18px;
}

.participation-method-item p span {
    display: inline-block;
    width: 100%;
}

.participation-method-list .swt-button-item {
    width: 100%;
    display: flex;
    justify-content: center;
}

.swt-button-item .swt-button {
    width: 50%;
    background: #3086b5;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.expert-introduction-area .welfare-activities-box {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.welfare-activities-box .special-benefits-box {
    flex: 1;
    border-radius: 8px;
    box-shadow: 0 0 10px #ccc;
    display: flex;
    flex-direction: column;
}

.special-benefits-box .special-benefits-title {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    background: #055F87;
    border-radius: 8px 8px 0 0;
}

.special-benefits-box .special-benefits-info {
    width: 100%;
    background: #fff;
    padding: 20px 180px 20px 20px;
    box-sizing: border-box;
    position: relative;
    border-radius: 0 0 8px 8px;
    flex-grow: 1;
}

.special-benefits-info .special-benefits-text {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
}

.special-benefits-info .special-benefits-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
    height: auto;
}

.expert-introduction-box .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-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-introduction-box .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-information-session-content .video-area {
    width: 100%;
    padding: 0 calc(50% - 700px) 30px;
    box-sizing: border-box;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.video-area .video-box {
    width: 800px;
    height: 450px;
    margin-bottom: 15px;
}

.video-area .video-box img {
    width: 100%;
    height: 100%;
}

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

.video-area .video-text {
    width: 100%;
    text-align: center;
} */

/* 越南肿瘤患者专属福利活动正式启动！ */
/* .asean-information-session-content .welfare-activities-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #fff;
}

.welfare-activities-area .welfare-activities-box {
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.welfare-activities-box .participation-method-box {
    width: 35%;
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px #ccc;
}

.participation-method-box .participation-method-title {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    background: #055F87;
    border-radius: 8px 8px 0 0;
}

.participation-method-box .participation-method-list {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #e6f7ff;
    border-radius: 0 0 8px 8px;
}

.participation-method-list .participation-method-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.participation-method-item img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.participation-method-item p {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.participation-method-item p strong {
    display: inline-block;
    width: 100%;
    color: #3086b5;
    margin-bottom: 5px;
    font-size: 18px;
}

.participation-method-item p span {
    display: inline-block;
    width: 100%;
}

.participation-method-list .swt-button-item {
    width: 100%;
    display: flex;
    justify-content: center;
}

.swt-button-item .swt-button {
    width: 50%;
    background: #3086b5;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.welfare-activities-box .special-benefits-box {
    flex: 1;
    border-radius: 8px;
    box-shadow: 0 0 10px #ccc;
    display: flex;
    flex-direction: column;
}

.special-benefits-box .special-benefits-title {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    background: #055F87;
    border-radius: 8px 8px 0 0;
}

.special-benefits-box .special-benefits-info {
    width: 100%;
    background: #fff;
    padding: 20px 180px 20px 20px;
    box-sizing: border-box;
    position: relative;
    border-radius: 0 0 8px 8px;
    flex-grow: 1;
}

.special-benefits-info .special-benefits-text {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
}

.special-benefits-info .special-benefits-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
    height: auto;
} */

/* 整合微创治技术，高效精准治疗肿瘤 */
.asean-information-session-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%;
}

.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-information-session-content .patient-stories-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #f5f5f5;
}

.patient-stories-area .special-exhibition-box {
    width: 100%;
    margin: 30px 0 20px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-sizing: border-box;
}

.patient-stories-area .cases-box {
    width: 100%;
    margin-top: 30px;
}

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

.special-exhibition-box .special-exhibition-img {
    width: 600px;
    height: auto;
    margin-right: 30px;
}

.special-exhibition-box .special-exhibition-text {
    flex: 1;
    height: auto;
    /* color: red; */
}

.special-exhibition-box .special-exhibition-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.special-exhibition-box .special-exhibition-text p {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
}

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

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

.asean-information-session-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-information-session-content .form .hint-text {
    width: 100%;
    margin-bottom: 10px;
}

.asean-information-session-content .form .hint-text span {
    width: 100%;
    text-align: left;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

.asean-information-session-content .form-bg-area {
    width: 100%;
    padding: 30px 0;
    background: url(https://img.asiancancer.com/images/newvietnam/dmxjh_yybd_bg.webp) no-repeat center;
    background-size: cover;
}

.form-area .form-info {
    width: 100%;
    padding: 0 calc(50% - 700px) 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.form-info .info-text {
    display: flex;
    flex-direction: column;
}

.form-info .info-text h3 {
    font-size: 25px;
    color: #f5f5f5;
    margin-bottom: 10px;
}

.form-info .info-text p {
    font-size: 18px;
    color: #fff;
}

.form-info a.swt-button {
    padding: 10px 25px;
    border-radius: 999px;
    background: #ffe600;
    font-size: 20px;
    color: #003385;
    font-weight: bold;
}

.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-information-session-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/dmxjh_banner_bg.webp);
        background-repeat: no-repeat;
        aspect-ratio: 79 / 24;
        /* 横向3，纵向1的比例 */
        width: 100%;
        background-size: 100% 100%;
        height: auto;

    }

    /* 东盟肿瘤宣讲会 */
    .asean-information-session-content .title-box {
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
    }

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

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

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

    /*携手中越肿瘤专家，传播整合医学理念*/
    .asean-information-session-content .expert-introduction-area {
        width: 100%;
        padding: 15px 0 0;
    }

    .expert-introduction-area .description-text {
        font-size: 16px;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 10px;
    }

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

    .expert-introduction-area .expert-introduction-title strong {
        width: 100%;
        font-size: 16px;
    }

    .introduction-info-box .video-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 15px 0;
    }

    .video-box img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

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

    .video-box .video-text {
        width: 100%;
        text-align: center;
    }

    .expert-introduction-area .welfare-activities-box {
        width: 100%;
        margin-top: 0;
        padding: 0 15px;
        box-sizing: border-box;
        flex-direction: column;
    }

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

    .participation-method-list .swt-button-item {
        margin-bottom: 0;
    }

    .special-benefits-box .special-benefits-info {
        width: 100%;
        padding: 15px 100px 15px 15px;
    }

    .special-benefits-info .special-benefits-text {
        font-size: 16px;
        width: 100%;
    }

    .special-benefits-info .special-benefits-img {
        width: 80px;
    }

    .swt-button-item .swt-button {
        width: 100%;
        font-size: 18px;
    }

    .expert-introduction-box .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;
        margin-top: 10px;
    }

    .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: 5px 0 0;
    }

    .expert-detail-info .info-box {
        width: 100%;
        /* overflow: hidden; */
    }

    .expert-detail-info .group-photo-list {
        width: 100%;
        margin-top: 0;
        flex-wrap: wrap;
        /* display: inline-flex;
        overflow-x: auto;
        overflow-y: hidden; */
        /* 关键：防止元素换行 */
        white-space: nowrap;
    }

    .group-photo-list .group-photo-item {
        width: 100%;
        /* width: 300px; */
        height: auto;
        margin-bottom: 15px;
        /* margin-right: 15px; */
        /* 防止项目缩小 */
        /* flex-shrink: 0; */
    }

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

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

    /* .expert-introduction-box .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;
    } */

    /*视频介绍*/
    /* .asean-information-session-content .video-area {
        width: 100%;
        padding: 0 0 15px;
    }

    .video-area .video-box {
        width: 100%;
        height: auto;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .video-area .video-box img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .video-area .video-box iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .video-area .video-text {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    } */

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

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

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

    .participation-method-list .swt-button-item {
        margin-bottom: 0;
    }

    .special-benefits-box .special-benefits-info {
        width: 100%;
        padding: 15px 100px 15px 15px;
    }

    .special-benefits-info .special-benefits-text {
        font-size: 16px;
        width: 100%;
    }

    .special-benefits-info .special-benefits-img {
        width: 80px;
    }

    .swt-button-item .swt-button {
        width: 100%;
        font-size: 18px;
    } */

    /*整合微创治技术，高效精准治疗肿瘤*/
    .asean-information-session-content .treatment-techniques-area {
        width: 100%;
        padding: 15px 0 0;
    }

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

    .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-information-session-content .patient-stories-area {
        width: 100%;
        padding: 15px 0;
    }

    .patient-stories-area .special-exhibition-box {
        width: calc(100% - 30px);
        margin: 15px auto;
        padding: 0;
        box-sizing: border-box;
        flex-direction: column;
    }

    .patient-stories-area .cases-box {
        width: calc(100% - 30px);
        margin: 15px auto;
    }

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

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

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

    .special-exhibition-box .special-exhibition-text p {
        font-size: 16px;
    }

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

    .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-information-session-content .form .hint-text span {
        font-size: 18px;
    }

    .form-area .form-info {
        width: 100%;
        padding: 0 15px 15px;
        flex-direction: column;
        align-items: center;
    }

    .form-info .info-text h3 {
        font-size: 20px;
    }

    .form-info .info-text p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .form-info a.swt-button {
        font-size: 18px;
    }

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

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

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

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

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

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

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

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

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

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


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

    .asean-information-session-content .form-bg-area {
        background: url(https://img.asiancancer.com/images/newvietnam/dmxjh_yybd_bgyd.webp) no-repeat center;
    }

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

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


}