/*
 * @Description:女性癌症
 */
@charset "utf8";


.banner {
    background: url("https://img.asiancancer.com/uploads/allimg/2026/03/16/1-114215608.jpg") no-repeat center;
    background-size: cover;
    height: 300px;
    width: 100%;
}

.female-tumors-content {
    width: 100%;
    background: #fff;
    padding: 0 calc(50% - 550px);
    box-sizing: border-box;
}

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

.female-tumors-content .title-box .title-text {
    color: #2370a4;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

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

/* 她·健康 —— 女性肿瘤，我们共同面对 */
.female-tumors-content .introduction-area {
    width: 100%;
    padding: 30px 0 0;
}

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

.introduction-box .introduction-text {
    width: 100%;
    font-size: 18px;
}

/* 她·公益 —— 最新援助行动 */
.female-tumors-content .initiatives-area {
    width: 100%;
    padding: 30px 0 0;
}

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

.initiatives-box .initiatives-text {
    width: 100%;
    font-size: 18px;
}

.initiatives-box .initiatives-time {
    width: 100%;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.initiatives-box .initiatives-time h3 {
    font-size: 25px;
    margin-bottom: 5px;
}

.initiatives-box .initiatives-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;

}

.initiatives-content .initiatives-title {
    flex: 1;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
}

.initiatives-content .initiatives-list {
    width: 100%;
    background: #f5f5f5;
    margin-top: 15px;
}

.initiatives-list .initiatives-item {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.initiatives-item .initiatives-img {
    width: 300px;
    height: auto;
    display: inline-block;
    margin-right: 15px;
}

.initiatives-item .initiatives-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.initiatives-item .initiatives-text strong {
    font-size: 20px;
    margin-bottom: 10px;
}

.initiatives-item .initiatives-text span {
    font-size: 18px;
}

/*表单*/
.female-tumors-content .form-area {
    width: 100%;
    padding: 30px 0 0;
}

.form-area .kind-tips-box {
    width: 100%;
    margin-top: 30px;
}

.kind-tips-box .kind-tips-title {
    width: 100%;
    font-size: 25px;
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}

.kind-tips-box .kind-tips-text {
    font-size: 18px;
    width: 100%;
    color: red;
}

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

.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 .submit-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.form-box .form .submit-btn .btn-style {
    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 .label-text {
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}

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

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

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

/* -她·见证 —— 真实案例，看见希望 */
.female-tumors-content .real-cases-area {
    width: 100%;
    padding: 30px 0 0;
}

.real-cases-area .real-cases-description {
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
}

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

.real-cases-box .real-cases-list {
    width: 100%;
}

.real-cases-list .real-cases-item {
    width: 100%;
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

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

.real-cases-item .real-cases-title {
    width: 100%;
    font-size: 25px;
    margin-bottom: 15px;
    color: #2370a4;
}

.real-cases-item p {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}

.real-cases-item .real-cases-name {
    font-size: 20px;
    font-weight: bold;
}

.real-cases-item .real-cases-img {
    width: 800px;
    height: auto;
    margin-bottom: 10px;
}

.real-cases-item .real-cases-ct-img {
    width: 800px;
    height: auto;
}

/* 微创抗癌技术 */
.female-tumors-content .treatment-techniques-area {
    width: 100%;
    padding: 30px 0 0;
}

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

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

.treatment-techniques-list .treatment-techniques-item {
    width: calc((100% / 3) - 20px);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0 10px #ccc;
    transition: all 1s;
}

.treatment-techniques-item .treatment-techniques-img {
    width: 100%;
    height: auto;
}

.treatment-techniques-item .treatment-techniques-img a {
    display: flex;
    width: 100%;
}

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

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

.treatment-techniques-item .treatment-techniques-title a {
    font-size: 20px;
    font-weight: bold;
    color: #2370a4;
}

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

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

.treatment-techniques-item .more-btn a {
    font-size: 16px;
    color: #2370a4;
}

/* 医生团队 */
.female-tumors-content .mdt-team-area {
    width: 100%;
    padding: 30px 0 0;
}

.mdt-team-area .mdt-team-description {
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
}

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

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

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

.mdt-team-list .mdt-team-item {
    width: calc(25% - 15px);
    height: auto !important;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0 10px #ccc;
}

.mdt-team-item dt {
    width: 100%;
}

.mdt-team-item dt a {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0 0;
}

.mdt-team-item dt a img {
    width: calc(100% - 30px);
    height: auto;
    border-radius: 8px 8px 0 0;
}

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

.mdt-team-item dd.title {
    font-size: 20px;
    font-weight: bold;
}

.mdt-team-item dd.position-job-text {
    font-size: 16px;
    color: #2370a4;
}

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

.mdt-team-item dd.more-text {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.mdt-team-item dd.more-text a {
    width: 100%;
    font-size: 16px;
    text-align: right;
    color: #2370a4;
    display: block;
}

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

.mdt-team-box .swiper-pagination-mdt .swiper-pagination-bullet {
    width: 24px;
    height: 12px;
    background: #ccc;
    opacity: 1;
    border-radius: 999px;
    margin: 0 5px 0 0;
}

/* 取消移动端的hover效果 只有pc端的生效 */
@media (any-hover: hover) {
    .treatment-techniques-list .treatment-techniques-item:hover {
        cursor: pointer;
        box-shadow: 0 0 15px #2370a4;
        transform: translateY(-5px);
    }
}

/*移动端样式*/
@media screen and (max-width:768px) {
    .banner {
        background: url("https://img.asiancancer.com/uploads/allimg/2026/03/16/1-094410898.jpg") no-repeat center;
        background-size: 100% 100%;
        height: auto;
        width: 100%;
        aspect-ratio: 79 / 24;
    }

    /* 肠胃癌专题页 */
    .female-tumors-content {
        width: 100%;
        padding: 120px 15px 15px;
        box-sizing: border-box;
    }

    .female-tumors-content .title-box {
        width: 100%;
        padding: 5px 0;
        box-sizing: border-box;
    }

    .female-tumors-content .title-box .title-text {
        font-size: 25px;
    }

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

    /* 她·健康 —— 女性肿瘤，我们共同面对 */
    .female-tumors-content .introduction-area {
        width: 100%;
        padding: 15px 0 0;
    }

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

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

    /*她·公益 —— 最新援助行动*/
    .female-tumors-content .initiatives-area {
        width: 100%;
        padding: 15px 0 0;
    }

    .initiatives-area .initiatives-box {
        width: 100%;
        margin: 15px 0 0;
    }

    .initiatives-box .initiatives-text {
        width: 100%;
        font-size: 16px;
    }

    .initiatives-box .initiatives-time {
        font-size: 18px;
    }

    .initiatives-box .initiatives-time h3 {
        font-size: 20px;
    }

    .initiatives-content .initiatives-title {
        font-size: 20px;
    }

    .initiatives-list .initiatives-item {
        display: flex;
        flex-direction: column;
    }

    .initiatives-item .initiatives-img {
        width: 100%;
        margin: 0 0 15px;
    }

    .initiatives-item .initiatives-text strong {
        font-size: 18px;
    }

    .initiatives-item .initiatives-text span {
        font-size: 16px;
    }

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

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

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

    .form-area .kind-tips-box {
        margin: 0;
    }

    .form-area .form-box {
        width: 100%;
        margin: 15px 0 0;
    }

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

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

    .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 .submit-btn .btn-style {
        width: 100%;
        font-size: 16px;
        height: 40px;
    }

    /*她·见证 —— 真实案例，看见希望*/
    .female-tumors-content .real-cases-area {
        width: 100%;
        padding: 15px 0 0;
    }

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

    .real-cases-list .real-cases-item {
        width: 100%;
        padding: 15px;
    }

    .real-cases-item .real-cases-title {
        font-size: 22px;
    }

    .real-cases-item .real-cases-name {
        font-size: 18px;
    }

    .real-cases-item .real-cases-img {
        width: 100%;
    }

    .real-cases-item .real-cases-ct-img {
        width: 100%;
    }

    .real-cases-item p {
        font-size: 16px;
    }

    /*微创抗癌技术*/
    .female-tumors-content .treatment-techniques-area {
        width: 100%;
        padding: 15px 0 0;
    }

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

    .treatment-techniques-box .treatment-techniques-list {
        width: 100%;
        padding: 0 5px 5px;
        box-sizing: border-box;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .treatment-techniques-list .treatment-techniques-item {
        width: 350px;
        margin-right: 15px;
        flex-shrink: 0;
    }

    /* 医生团队 */
    .mdt-team-area .mdt-team-description {
        width: 100%;
        font-size: 16px;
    }
}