/*
 * @FilePath: \newWeb\templets\new\css\gastrointestinal_cancer.css
 * @Description: 肠胃癌专题页
 */
@charset "utf8";


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

.gastrointestinal-cancer-content {
    width: 100%;
    background: #fff;
    padding-top: 30px;
}

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

/* 标题 */
.gastrointestinal-cancer-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;
}

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

.gastrointestinal-cancer-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);
}

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

/*重塑希望：微创技术引领肠癌胃癌治疗新突破*/
.gastrointestinal-cancer-content .introduction-area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px calc((100% - 1400px)/2);
    background: #f5f5f5;
}

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

.introduction-box .introduction-title {
    font-size: 20px;
    line-height: 1.5em;
    color: #055f87;
    font-weight: bold;
}

.introduction-box .introduction-text {
    line-height: 1.5em;
    margin: 15px 0 20px;
}

.introduction-box .introduction-text:last-of-type {
    margin-bottom: 0;
}

/*患者见证 - 信任的基石*/
.gastrointestinal-cancer-content .patient-area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px calc((100% - 1400px)/2);
    background:
        linear-gradient(#fff, #fff),
        url("https://img.asiancancer.com/images/newvietnam/cwazty_bgz.webp") bottom/100% 200px no-repeat;
    background-size: 100% calc(100% - 200px), 100% 200px;
    background-repeat: no-repeat;

}

.patient-area .description-text {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 15px 0;
    font-weight: bold;
    line-height: 1.5em;
}

.patient-area .patient-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 15px;
}

/*选中第一个元素 patient-box 必须是 patient-area 的第一个子元素。*/
.patient-area .patient-box:first-of-type {
    margin-bottom: 15px;
    flex-flow: row-reverse;
}

.patient-box .patient-img {
    width: 500px;
    height: auto;
    border-radius: 4px;
    margin-right: 15px;
}

.patient-area .patient-box:first-of-type .patient-img {
    margin: 0 0 0 15px;
}

.patient-box .content-box {
    flex: 1;
}

.patient-box .content-box .patient-name {
    width: 100%;
    font-size: 25px;
    color: #055f87;
    margin-bottom: 10px;
    font-weight: bold;
}

.patient-box .content-box .patient-text {
    width: 100%;
    line-height: 1.5em;
}

.patient-box .content-box .patient-text strong {
    font-size: 18px;
}

/*越南传统治疗 vs 圣斯坦福微创体系：一次清晰的选择*/
.gastrointestinal-cancer-content .treatment-comparison-area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px calc((100% - 1400px)/2);
    background: #fff;
}

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

.treatment-comparison-box .treatment-comparison-img {
    width: 100%;
    height: auto;
}

.treatment-comparison-box .table-box {
    width: 100%;
}

.table-box table {
    width: 100%;
    border-collapse: collapse;
    /* 合并边框 */
    border: 1px solid #ddd;
}

.table-box table thead {
    background: #3086b5;
    width: 100%;
}

.table-box table thead tr {
    width: 100%;
}

.table-box table thead tr th {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.table-box table tbody {
    width: 100%;
}

.table-box table tbody tr {
    width: 100%;
    background: #fff;
}

.table-box table tbody tr:nth-child(odd) {
    background: #daecf5;
}

.table-box table tbody tr td {
    font-size: 18px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}


/*技术介绍对比*/
.gastrointestinal-cancer-content .technology-comparison-area {
    width: 100%;
    background: #fff;
}

.gastrointestinal-cancer-content .technology-comparison-area .title-box {
    background: #f5f5f5;
    padding-top: 30px;
}

.technology-comparison-area .technology-comparison-box {
    background: #f5f5f5;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px calc((100% - 1400px)/2);
    padding-top: 30px;
}

.technology-comparison-area .technology-comparison-box:last-of-type {
    width: 100%;
    margin: 0 auto;
    background:
        linear-gradient(#fff, #fff),
        url("https://img.asiancancer.com/images/newvietnam/cwazty_bgy.webp") bottom/100% 200px no-repeat;
    background-size: 100% calc(100% - 200px), 100% 200px;
    background-repeat: no-repeat;
}

.technology-comparison-box .title-text {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.technology-comparison-box .technology-introduction-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.technology-introduction-box .technology-img {
    border-radius: 0 4px 4px 0;
    width: 700px;
    height: auto;
}

.technology-introduction-box .content-box {
    flex: 1;
    background: #daecf5;
    border-radius: 4px 0 0 4px;
    padding: 15px;
    box-sizing: border-box;
}

.technology-introduction-box .content-box .content-text {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.technology-introduction-box .content-box .text-list {
    width: 100%;
}

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

.technology-comparison-area .technology-video-box {
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.technology-video-box iframe {
    width: 800px;
    height: 450px;
    border-radius: 4px;
}

.technology-comparison-area .table-box {
    width: 100%;
}

.technology-comparison-area .table-box .table-title {
    width: 100%;
    padding: 15px 0;
    font-size: 25px;
    font-weight: bold;
}

/*医院优势*/
.gastrointestinal-cancer-content .hospital-advantages-area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;

}

.hospital-advantages-area .support-box {
    width: 100%;
    padding: 30px calc((100% - 1400px)/2);
    box-sizing: border-box;
    background: #f5f5f5;
}

.support-box .support-title {
    font-size: 20px;
    margin-bottom: 10px;
}

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

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

.hospital-advantages-area .hospital-advantages-box {
    width: 100%;
    padding: 30px calc((100% - 1400px)/2);
    box-sizing: border-box;
    background: #fff;
}

.hospital-advantages-box .description-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    font-size: 18px;
}

.hospital-advantages-box .description-box span {
    text-align: center;
}

.hospital-advantages-box .cause-title {
    font-size: 20px;
    text-align: center;
}

.hospital-advantages-box .cause-list {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.cause-list .cause-item {
    width: calc((100% / 3) - 10px);
    border-radius: 4px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #daecf5;
}

.cause-list .cause-item strong {
    margin-bottom: 10px;
    font-size: 20px;
    color: #055f87;
}

.cause-list .cause-item span {
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
}

.hospital-advantages-box .reason-list {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.reason-list .reason-item {
    width: calc((100% / 3) - 10px);
    border-radius: 4px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border: 1px solid #999;
}

.reason-list .reason-item .reason-img {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
}

.reason-list .reason-item .reason-text {
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
}

.hospital-advantages-box .logo-text-list {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.logo-text-list .logo-text-item {
    width: 25%;
    border-radius: 4px;
    padding: 15px 15px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.logo-text-item .logo-img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.logo-text-item h3.title-text {
    font-size: 20px;
    margin-bottom: 5px;
}

.logo-text-item .content-text {
    font-size: 18px;
    text-align: center;
    line-height: 1.5em;
}

/*患者故事*/
.gastrointestinal-cancer-content .patient-stories-area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px calc((100% - 1400px)/2);
    background: #f5f5f5;
}

/*mdt团队*/
.gastrointestinal-cancer-content .mdt-team-area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px calc((100% - 1400px)/2);
    background: #fff;
}

.mdt-team-area .medical-guidance-box {
    width: 100%;
}

.mdt-team-area .medical-guidance-box img {
    width: 100%;
    box-shadow: 0 0 5px #ccc;
    border-radius: 4px;
}

/*值得信赖的国际癌症专科医院*/
.gastrointestinal-cancer-content .honors-certifications-area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px calc((100% - 1400px)/2);
    background: #f5f5f5;
}

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

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

.honors-certifications-list .honors-certifications-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc((100% / 3) - 10px);
    height: auto;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all 1s;
}

.honors-certifications-item .honors-certifications-img {
    height: 80px;
    width: auto;
    margin-bottom: 15px;
}

.honors-certifications-item .honors-certifications-text {
    font-size: 18px;
    font-weight: bold;
    color: #055f87;
}

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

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

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

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

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

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

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

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

.gastrointestinal-cancer-content #gastrointestinal-cancer-form-en {
    display: none;
}

.gastrointestinal-cancer-content .form-area .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-area .form-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}

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


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

.gastrointestinal-cancer-content .form-area .form .form-item {
    width: calc(50% - 10px);
    margin: 10px 0;
}

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

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

.gastrointestinal-cancer-content .form-area .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;
}

.gastrointestinal-cancer-content .form-area .form .form-item input,
.gastrointestinal-cancer-content .form-area .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;
}

.gastrointestinal-cancer-content .form-area .form input {
    background: #FFFFFF;
    width: 300px;
    height: 40px;
}

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

.gastrointestinal-cancer-content .form-area .form .phone-input {
    width: 100%;
    display: flex;
    align-items: center;
}

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

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

.gastrointestinal-cancer-content .form-area .form .label-text {
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}

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

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

.gastrointestinal-cancer-content .form-area .form .form-item .radio .radio-inline .radio-val {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}



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

/*移动端样式*/
@media screen and (max-width:768px) {
    .banner-box {
        background: url("https://img.asiancancer.com/images/newvietnam/cwazty_banner_bg.webp") no-repeat center;
        background-size: 100% 100%;
        height: auto;
        width: 100%;
        aspect-ratio: 79 / 24;
    }

    /* 肠胃癌专题页 */
    .gastrointestinal-cancer-content {
        width: 100%;
        padding-top: 0;
    }

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

    .gastrointestinal-cancer-content .title-box .title-text {
        font-size: 25px;
    }

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

    /*重塑希望：微创技术引领肠癌胃癌治疗新突破*/
    .gastrointestinal-cancer-content .introduction-area {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 15px;
    }

    .introduction-area .introduction-box {
        margin: 15px 0 0;
    }

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

    .introduction-box .introduction-text {
        font-size: 16px;
        margin: 10px 0 15px;
    }

    /*患者见证 - 信任的基石*/
    .gastrointestinal-cancer-content .patient-area {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
        background:
            linear-gradient(#fff, #fff),
            url("https://img.asiancancer.com/images/newvietnam/cwazty_bgz_yd.webp") bottom/100% 200px no-repeat;
        background-size: 100% calc(100% - 200px), 100% 200px;
        background-repeat: no-repeat;
    }

    .patient-area .description-text {
        font-size: 16px;
        margin: 10px 0 0;
    }

    .patient-area .patient-box:first-of-type {
        flex-flow: column-reverse;
    }

    .patient-area .patient-box {
        flex-flow: column-reverse;
    }

    .patient-box .content-box .patient-name {
        font-size: 20px;
    }

    .patient-area .patient-box:first-of-type .patient-img {
        margin: 15px 0 0;
    }

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

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


    /*越南传统治疗 vs 圣斯坦福微创体系：一次清晰的选择*/
    .gastrointestinal-cancer-content .treatment-comparison-area {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        box-sizing: border-box;
    }

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

    .table-box table thead tr th {
        font-size: 18px;
        padding: 10px;
    }

    .table-box table tbody tr td {
        font-size: 16px;
        padding: 10px;
    }


    /*技术介绍对比*/
    .gastrointestinal-cancer-content .technology-comparison-area {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .gastrointestinal-cancer-content .technology-comparison-area .title-box {
        padding-top: 15px;
    }

    .technology-comparison-area .technology-comparison-box {
        width: 100%;
        padding: 15px;
    }

    .technology-comparison-box .title-text {
        font-size: 20px;
    }

    .technology-comparison-box .technology-introduction-box {
        flex-direction: column;
    }

    .technology-introduction-box .content-box {
        width: 100%;
        border-radius: 0;
    }

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

    .technology-introduction-box .content-box .text-list .text-item {
        font-size: 16px;
    }

    .technology-introduction-box .technology-img {
        border-radius: 0;
        width: 100%;
    }

    .technology-comparison-area .technology-video-box {
        width: 100%;
        padding: 15px 0;
    }

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

    .technology-comparison-area .table-box .table-title {
        font-size: 20px;
    }

    .technology-comparison-area .technology-comparison-box:last-of-type {
        background:
            linear-gradient(#fff, #fff),
            url("https://img.asiancancer.com/images/newvietnam/cwazty_bgy_yd.webp") bottom/100% 200px no-repeat;
        background-size: 100% calc(100% - 200px), 100% 200px;
        background-repeat: no-repeat;
    }

    /*医院优势*/
    .gastrointestinal-cancer-content .hospital-advantages-area {
        width: 100%;
        box-sizing: border-box;
    }

    .hospital-advantages-area .support-box {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .hospital-advantages-area .hospital-advantages-box {
        width: 100%;
        padding: 15px 0;
    }

    .hospital-advantages-box .cause-title {
        width: 100%;
        padding: 15px 15px 0;
        box-sizing: border-box;
    }

    .hospital-advantages-box .cause-list {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        flex-direction: column;
    }

    .cause-list .cause-item {
        width: 100%;
        margin: 0 0 15px;
    }

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

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

    .hospital-advantages-box .reason-list {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        flex-direction: column;
    }

    .reason-list .reason-item {
        width: 100%;
        margin: 0 0 15px;
    }

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

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

    .hospital-advantages-box .logo-text-list {
        flex-wrap: wrap;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .logo-text-list .logo-text-item {
        width: calc(50% - 7.5px);
        padding: 15px 0 0;
    }

    .logo-text-item h3.title-text {
        font-size: 18px;
        text-align: center;
    }

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

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

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

    /*mdt团队*/
    .gastrointestinal-cancer-content .mdt-team-area {
        width: 100%;
        box-sizing: border-box;
        padding: 15px 0;
    }

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

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

    .honors-certifications-box .honors-certifications-list {
        width: 100%;
        flex-direction: column;
    }

    .honors-certifications-list .honors-certifications-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .honors-certifications-list .honors-certifications-item:last-child {
        margin-bottom: 0;
    }

    .honors-certifications-item .honors-certifications-text {
        text-align: center;
    }

    /*值得信赖的国际癌症专科医院*/
    .gastrointestinal-cancer-content .honors-certifications-area {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 15px 0;
    }

    .honors-certifications-area .honors-certifications-box {
        margin-top: 15px;
    }

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

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

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

    .gastrointestinal-cancer-content .form-bg-area {
        padding: 15px;
    }

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

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

    .gastrointestinal-cancer-content .form-area .form .form-item {
        width: 100%;
    }

    .gastrointestinal-cancer-content .form-area .form select {
        /*width: 95%;*/
        width: 100%;
    }

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

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

    .gastrointestinal-cancer-content .form-area .form input {
        width: 100%;
    }

    .gastrointestinal-cancer-content .form-area .form .form-item .join {
        width: 333px;
    }

    .gastrointestinal-cancer-content .form-area .form .form-item .phone-input .input {
        width: 180px;
        margin: 0;
    }

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


}