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

/* 乳腺癌专题页 */
.breast-cancer-content {
    width: 100%;
    background: #fff;
}

.breast-cancer-content .title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px 0;
    box-sizing: border-box;
}

.breast-cancer-content .title-box .title-text {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #2A78BA;
}

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

/*乳腺癌专题介绍*/

.breast-cancer-content .breast-cancer-introduction {
    width: 100%;
    padding: 30px calc((100% - 1400px) / 2) 0;
    box-sizing: border-box;
}

.breast-cancer-introduction .introduction-text {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    line-height: 1.5em;
    margin: 30px 0 0;
    background: #fdd1e7;
    border-radius: 8px;
    font-weight: bold;
}

/*乳腺癌内容*/
.breast-cancer-content .content-area {
    width: 100%;
    padding: 30px calc((100% - 1400px) / 2) 0;
    box-sizing: border-box;
}

.content-area h2.content-title {
    width: 100%;
    font-size: 25px;
    color: #2A78BA;
    margin-bottom: 15px;
}

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

.content-area .content-table-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
    box-sizing: border-box;
}

.content-area .content-table-img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-area .content-table-img img {
    width: 80%;
    height: auto;
}

.content-area .content-subtitle {
    width: 100%;
    margin: 15px 0;
    font-size: 20px;
}

.content-area .process-list {
    width: 100%;
    margin-top: 15px;
}

.content-area .process-list .process-item {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;

}

/*表单*/
.breast-cancer-content .breast-cancer-form {
    width: 100%;
    padding: 30px calc((100% - 1400px) / 2) 30px;
    box-sizing: border-box;
}

.breast-cancer-form .form {
    border: 1px solid #eeeeee;
    border-radius: 0 8px 8px 8px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 0 5px #e5e5e5;
}

.breast-cancer-form .form .hint-text {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.breast-cancer-form .form .hint-text span {
    display: inline-block;
    margin-right: 5px;
    color: #f8313f;
    font-weight: bold;
    font-size: 18px;
}

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

.breast-cancer-form .form-title .title-text {
    color: #fff;
    background: #2A78BA;
    border-radius: 8px 8px 0 0;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 20px;
}

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

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

.breast-cancer-form .form .form-btn .submit-form-btn {
    width: 446px;
    height: 48px;
    background: #2A78BA;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}

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

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

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


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

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

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


.breast-cancer-form .form .label-text {
    margin-bottom: 10px;
    font-weight: bold;
}

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

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

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


/* mdt */
.breast-cancer-content .mdt-team-area {
    width: 100%;
    padding: 0 calc((100% - 1400px) / 2) 30px;
    box-sizing: border-box;
}

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

@media screen and (max-width: 768px) {
    .banner {
        width: 100%;
        height: auto;
        background: url("https://img.asiancancer.com/images/newmoderncancerthai/images/rxazlen_banner_bg.webp") no-repeat center;
        background-size: cover;
        aspect-ratio: 79/24;
    }

    /* 乳腺癌专题页 */
    .breast-cancer-content {
        width: 100%;
    }

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

    .breast-cancer-content .title-box .title-text {
        font-size: 22px;
        /*font-size: 25px;*/
        line-height: 30px;
    }

    .breast-cancer-content .title-box .title-text::after {
        height: 4px;
    }

    /*乳腺癌介绍*/
    .breast-cancer-content .breast-cancer-introduction {
        width: 100%;
        padding: 15px 0 0;
        box-sizing: border-box;
    }

    .breast-cancer-introduction .introduction-text {
        width: calc(100% - 30px);
        padding: 15px;
        line-height: initial;
        box-sizing: border-box;
        margin: 20px 15px 0 15px;
    }

    /* 乳腺癌内容 */
    .breast-cancer-content .content-area {
        width: 100%;
        padding: 15px 15px 0;
        box-sizing: border-box;
    }

    .content-area h2.content-title {
        font-size: 18px;
        margin-bottom: 10px;
    }


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

    .content-area .content-table-title {
        font-size: 18px;
    }

    .content-area .content-subtitle {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .content-area .content-table-img img {
        width: 100%;
        height: auto;
    }

    /*mdt-team*/
    .breast-cancer-content .mdt-team-area {
        width: 100%;
        padding: 15px 0;
    }

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


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

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

    .breast-cancer-form .form .form-item {
        width: 100%;
        margin: 5px 0;
    }

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

    .breast-cancer-form .form .hint-text span {
        margin: 0;
        font-size: 16px;
    }

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

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

    .breast-cancer-form .form input {
        width: 100%;
    }

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

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

    .breast-cancer-form .form .form-btn {
        margin-top: 10px;
    }

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

    .patient-item .patient-introduction .right-introduction .introduction-text {
        font-size: 14px;
        line-height: initial;
    }

    .patient-item .patient-introduction .right-introduction .consult-text {
        width: 100%;
    }

}