/*国际就医专题页界面*/
.banner-box {
    background: url("https://img.asiancancer.com/images/newvietnam/gjjyzt_banner.webp") no-repeat center;
    background-size: cover;
    height: 300px;
    width: 100%;
}

.international-medical-content {
    width: 100%;
    padding: 30px calc(50% -740px);
    box-sizing: border-box;
    background: #fff;
}

/*标红字体*/
.international-medical-content .red-text {
    color: red;
}

/* 标题 */
.international-medical-content .title-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px calc((100% - 1400px)/2);
    box-sizing: border-box;
}

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

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

.international-medical-content .description-box {
    width: 100%;
    padding: 30px calc((100% - 1400px)/2);
    box-sizing: border-box;
    text-align: left;
    line-height: 1.5em;
    font-size: 18px;
}

/* 一、国际服务中心服务 */
.international-medical-content .service-area {
    width: 100%;
    background: #fff;
    padding: 30px calc(50% - 700px) 0;
    box-sizing: border-box;
}

.service-area h2.title-text {
    width: 100%;
    font-size: 25px;
    color: #055f87;
}

.service-area .service-box {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-box .subtitle-text {
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
}

.service-box .service-text {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.service-box .service-img {
    width: 800px;
    height: auto;
}

.service-box .text-list {
    width: 100%;
}

.service-box .text-list .text-item {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

/* 二、别急着放弃：这几类人最需要第二意见 */
.international-medical-content .suggestion-area {
    width: 100%;
    background: #f5f5f5;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
}

.suggestion-area h2.title-text {
    width: 100%;
    font-size: 25px;
    color: #055f87;
}

.suggestion-area .suggestion-box {
    width: 100%;
    padding: 15px;
    border: 2px dashed #055f87;
    background: #eef6ff;
    border-radius: 8px;
    margin-top: 30px;
    box-sizing: border-box;
}

.suggestion-box .subtitle-text {
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.suggestion-box .suggestion-text {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

/* 三、广州现代肿瘤医院国际治疗咨询流程 */
.international-medical-content .consultation-process-area {
    width: 100%;
}

.consultation-process-area h2.title-text {
    width: 100%;
    font-size: 25px;
    color: #055f87;
    padding: 30px calc(50% - 700px) 0;
    box-sizing: border-box;
}

.consultation-process-area .consultation-process-box {
    width: 100%;
}

.consultation-process-box .step-box {
    width: 100%;
    padding: 30px calc(50% - 700px) 0;
    box-sizing: border-box;
}

.consultation-process-box .first-step,
.consultation-process-box .two-step {
    background: #fff;
}

.step-box .subtitle-text {
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
}

.step-box .step-text {
    font-size: 18px;
    line-height: 1.5em;
    width: 100%;
    margin-top: 10px;
}

.step-box .text-list {
    width: 100%;
    margin-top: 10px;
}

.step-box .text-list .text-item {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.consultation-process-box .step-box.three-step {
    width: 100%;
    padding: 30px calc(50% - 700px);
    background: #f5f5f5;
    box-sizing: border-box;
}

.three-step .MDT-expert-box {
    width: 100%;
    margin-top: 15px;
}

.three-step .MDT-expert-box .MDT-expert-list {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.three-step .MDT-expert-list .MDT-expert-item {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.three-step .MDT-expert-item .MDT-expert-img {
    width: 450px;
    height: auto;
    margin-right: 30px;
}

.three-step .MDT-expert-item .MDT-expert-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.three-step .MDT-expert-content .MDT-expert-title {
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
}

.three-step .MDT-expert-content .MDT-expert-text {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.three-step .MDT-expert-box .swiper-pagination-mdt {
    width: 100%;
    margin-top: 0;
    padding: 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.three-step .MDT-expert-box .swiper-pagination-bullet {
    background: #c5c5c5;
    width: 15px;
    height: 10px;
    border-radius: 30px;
}

.three-step .MDT-expert-box .swiper-pagination-bullet-active {
    background: #055f87;
    width: 25px;
}

.three-step .MDT-expert-box .swiper-pagination-mdt span {
    margin: 5px;
}

.consultation-process-box .step-box.five-step {
    width: 100%;
    padding: 30px calc(50% - 700px) 30px;
    box-sizing: border-box;
}

.five-step .treatment-process-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 15px
}

.five-step .treatment-process-list .treatment-process-item {
    width: calc((100% / 3) - 20px);
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #eef6ff;
}

.five-step .treatment-process-item .treatment-process-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.five-step .treatment-process-item .treatment-process-text {
    font-size: 16px;
    line-height: 1.5em;
}

/* 四、为什么选择广州现代肿瘤医院 */
.international-medical-content .cause-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #f5f5f5;
}

.cause-area h2.title-text {
    width: 100%;
    font-size: 25px;
    color: #055f87;
}

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

.cause-box .subtitle-text {
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
}

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

.cause-box .text-list {
    width: 100%;
}

.cause-box .text-list .text-item {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

/* 五、国际合作 · 全球网络 */
.international-medical-content .international-cooperation-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #f5f5f5;
}

.international-cooperation-area h2.title-text {
    width: 100%;
    font-size: 25px;
    color: #055f87;
}

.international-cooperation-area .international-cooperation-box {
    width: 100%;
    margin-top: 15px;
}

.international-cooperation-box .subtitle-text {
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
}

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

.international-cooperation-box .text-list {
    width: 100%;
    margin-top: 10px;
}

.international-cooperation-box .text-list .text-item {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

/* 预约表单 */
.international-medical-content .form-area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 calc((100% - 1400px)/2) 30px;
    background: #f5f5f5;
    /* background: linear-gradient(to top, #ffffff 50%, #ecf7ff 50%); */
    background-size: cover;
}

.international-medical-content .form-bg-area {
    width: 100%;
    padding: 30px calc((100% - 1400px)/2);
    background: url(https://img.asiancancer.com/images/newvietnam/content_form_bg.png) no-repeat center;
    background-size: cover;
}

.international-medical-content .language-form-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 calc(50% - 700px);
    box-sizing: border-box;
    margin-bottom: 15px;
}

.international-medical-content .language-form-box .language-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.international-medical-content .language-list .language-item {
    padding: 5px 15px;
    color: #055f87;
    border: 1px solid #055f87;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
}

.international-medical-content .language-list .language-item:first-child {
    border-radius: 999px 0 0 999px;
}

.international-medical-content .language-list .language-item:last-child {
    border-radius: 0 999px 999px 0;
}

.international-medical-content .language-list .language-item.checked-item {
    background: #055f87;
    color: #fff;
    font-weight: bold;
}

.international-medical-content #international-medical-form-en {
    display: none;
}

.form-area .form-box {
    width: 100%;
}

.form-box .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: center;
    align-items: left;
    /* align-items: center; */
    flex-direction: column;
    color: #000;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}

.form-box .form-description {
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5em;
}


.form-box .explanation-title {
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 10px 0 15px;
}

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

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

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

.form-box .form .click-submit .submit-form-btn {
    width: 446px;
    height: 48px;
    background: #3086b5;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.form-box .form .form-item input,
.form-box .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;
}

.form-box .form input {
    background: #FFFFFF;
    width: 300px;
    height: 40px;
}

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

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

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

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

.form-box .form .label-text {
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}

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

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

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

/*患者故事*/
.international-medical-content .patient-stories-area {
    width: 100%;
    padding: 30px calc(50% - 700px) 0;
    box-sizing: border-box;
    background: #fff;
}

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

/* 取消移动端的hover效果 只有pc端的生效 */
@media (any-hover: hover) {}

/*移动端样式*/
@media screen and (max-width:768px) {

    .banner-box {
        background: url("https://img.asiancancer.com/images/newvietnam/gjjyzt_banner_bg.webp") no-repeat center;
        background-size: 100% 100%;
        height: auto;
        width: 100%;
        aspect-ratio: 79 / 24;
    }

    /*国际就医专题*/
    .international-medical-content {
        width: 100%;
        padding-top: 0;
    }

    .international-medical-content .title-box {
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .international-medical-content .title-box .title-text {
        font-size: 25px;
    }

    .international-medical-content .description-box {
        width: 100%;
        padding: 15px 15px 0;
        box-sizing: border-box;
        font-size: 16px;
    }

    /*一、国际服务中心服务*/
    .international-medical-content .service-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .service-area h2.title-text {
        font-size: 20px;
    }

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

    .service-box .subtitle-text {
        font-size: 18px;
    }

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

    .service-box .service-img {
        width: 100%;
    }

    .service-box .text-list .text-item {
        font-size: 16px;
    }

    /*二、别急着放弃：这几类人最需要第二意见*/
    .international-medical-content .suggestion-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .suggestion-area h2.title-text {
        font-size: 20px;
    }

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

    .suggestion-box .subtitle-text {
        font-size: 18px;
    }

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

    /*三、广州现代肿瘤医院国际治疗咨询流程*/
    .consultation-process-area h2.title-text {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        font-size: 20px;
    }

    .consultation-process-box .step-box {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .step-box .subtitle-text {
        font-size: 18px;
    }

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

    .step-box .text-list .text-item {
        font-size: 16px;
    }

    .consultation-process-box .step-box.three-step {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .three-step .MDT-expert-item .MDT-expert-img {
        width: 100%;
        height: auto;
        margin: 0 0 15px;
    }

    .three-step .MDT-expert-content .MDT-expert-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .three-step .MDT-expert-content .MDT-expert-text {
        font-size: 16px;
    }

    .consultation-process-box .step-box.five-step {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .five-step .treatment-process-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .five-step .treatment-process-list .treatment-process-item {
        width: 100%;
        margin: 0 0 15px;
    }

    .five-step .treatment-process-list .treatment-process-item:last-child {
        margin-bottom: 0;
    }

    /*四、为什么选择广州现代肿瘤医院*/
    .international-medical-content .cause-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .cause-area h2.title-text {
        font-size: 20px;
    }

    .cause-box .subtitle-text {
        font-size: 18px;
    }

    .cause-box .text-list .text-item {
        font-size: 16px;
    }

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

    /*五、国际合作 · 全球网络*/
    .international-medical-content .international-cooperation-area {
        width: 100%;
        padding: 15px 15px 0;
        box-sizing: border-box;
    }

    .international-cooperation-area h2.title-text {
        font-size: 20px;
    }

    .international-cooperation-box .international-cooperation-text {
        font-size: 16px;
    }

    .international-cooperation-box .text-list .text-item {
        font-size: 16px;
    }

    /* 表单 */
    .international-medical-content .form-area {
        width: 100%;
        padding: 15px 15px;
        box-sizing: border-box;
    }

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

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

    .international-medical-content .form-bg-area {
        padding: 15px;
    }

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

    .form-box .explanation-title {
        font-size: 18px;
        padding: 0;
    }

    .form-box .form .form-item {
        width: 100%;
    }

    .form-box .form select {
        /*width: 95%;*/
        width: 100%;
    }

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

    /* .form-area  .form-box .form  select{width: 95%;} */
    .form-box .form select {
        width: 148px;
    }

    .form-box .form input {
        width: 100%;
    }

    .form-box .form .form-item .join {
        width: 333px;
    }

    .form-box .form .form-item .phone-input .input {
        width: 180px;
        margin: 0;
    }

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

    /*患者故事*/
    .international-medical-content .patient-stories-area {
        width: 100%;
        padding: 15px 15px 0;
        box-sizing: border-box;
    }

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