/* pc端样式 */

.section_1 {
    position: relative;
    height: min(47.1vw, 678px);
}

.section_1 .container.pc {
    background-image: url(../images/guanyuwomen/guanyuwomen_top.png);
    background-repeat: no-repeat;
    background-size: min(53vw, 762px) auto;
    background-position: 100% 0;
    position: static;
    padding-bottom: 0;
}

.section_1 .pc h1 {
    font-weight: bold;
    font-size: clamp(14px, 4.1vw, 60px);
    margin-bottom: min(26px, 1.8vw);
}

.section_1 .pc h4 {
    width: min(42vw, 620px);
    color: #333;
    font-size: min(1.35vw, 20px);
    line-height: 2.25;
}

.section_1 .tags-box {
    background-color: #fff;
    height: clamp(96px, 12.1vw, 174px);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 50px;
}

.section_1 .tags {
    color: #888888;
    font-size: clamp(10px, 1.1vw, 16px);
    font-weight: 700;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}

.section_1 .tag-item span:first-child {
    color: #f8ae00;
    margin-bottom: clamp(4px, 0.625vw, 9px);
    font-size: clamp(18px, 2.3vw, 33px);
}

.section_2 {
    color: #fff;
    position: relative;
}

.section_2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/black_bg.png) no-repeat
        center;
    background-size: cover;
    opacity: 0.95;
    z-index: 0;
}

.section_2 .container {
    position: relative;
    z-index: 1;
}

.section_2_left {
    font-size: min(1.25vw, 18px);
    width: min(650px, 45vw);
}

.section_2_left_title {
    font-size: min(2.5vw, 36px);
    margin-bottom: min(2vw, 32px);
}

.section_2_left_tips {
    color: #ffb705;
    font-size: min(1.38vw, 20px);
    font-weight: 700;
    margin-bottom: 8px;
}

.section_2_left .p {
    margin-bottom: min(2.5vw, 36px);
}

.section_2_right {
    width: min(33vw, 474px);
    aspect-ratio: 474 / 446;
    background-color: rgba(255, 255, 255, 0.23);
    border-radius: clamp(10px, 2vw, 30px);
    padding: min(1.4vw, 23px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section_2_right_item {
    font-size: min(1.25vw, 18px);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0 min(2.9vw, 42px);
    border-radius: clamp(10px, 2vw, 30px);
    height: min(8.5vw, 122px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section_2_right_item > div:first-child {
    color: #ffb705;
    font-size: min(1.4vw, 23px);
    margin-bottom: min(0.7vw, 8px);
    font-weight: 700;
}

.section_3 .item {
    background-color: #fff;
    border-radius: min(1.4vw, 23px);
    height: min(24.4vw, 351px);
    padding: 0 min(4.4vw, 63px) 0 min(5.8vw, 83px);
    align-items: center;
    font-size: clamp(10px, 1.2vw, 16px);
    color: #666;
    box-shadow: 4px 8px min(1.5vw, 21px) 0px rgba(228, 223, 210, 0.62);
}

.section_3 .item:first-child {
    margin-bottom: min(3.1vw, 44px);
}

.section_3 .item-left .icon {
    width: min(56px, 3.9vw);
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: min(16px, 1.1vw);
}
.section_3 .item-left .icon.dunpai {
    background-image: url(../images/guanyuwomen/icon_dunpai.png);
}
.section_3 .item-left .icon.gongyi {
    background-image: url(../images/guanyuwomen/icon_gongyi.png);
}

.section_3 .item-left_title {
    font-size: clamp(12px, 2.1vw, 30px);
    color: #1b1b1b;
    font-weight: 700;
    margin-right: 16px;
}

.section_3 .item-left p {
    margin: min(15px, 1.1vw) 0;
}

.section_3 .item-left .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(18px, 30px, 2.5vw);
    width: clamp(58px, 8vw, 115px);
    background: #fff2cc;
    color: #aa6c00;
    border-radius: 16px;
}

.section_3 .item-right {
    width: min(24.4vw, 351px);
    aspect-ratio: 351 / 245;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section_4 .item {
    box-shadow: 3px 5px min(2.1vw, 30px) -1px rgba(231, 224, 209, 0.78);
    border-radius: clamp(12px, 1.4vw, 23px);
    margin-bottom: min(40px, 3vw);
}

.section_4 .item-left {
    font-size: clamp(10px, 1.25vw, 18px);
    width: clamp(190px, 35.7vw, 514px);
    padding: 0 clamp(15px, 2.5vw, 32px);
    color: #666;
}

.section_4 .item-left .num {
    color: #f7c445;
    font-size: min(5.7vw, 83px);
    margin-right: min(32px, 2.5vw);
    font-weight: 700;
    line-height: 1;
}

.section_4 .item-left .title {
    color: #1b1b1b;
    font-size: clamp(14px, 2.5vw, 30px);
    margin-bottom: clamp(9px, 2vw, 27px);
    font-weight: 700;
}

.section_4 .item-img {
    width: min(572px, 39.7vw);
    aspect-ratio: 572 / 309;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.section_4 .item:last-child {
    margin-top: min(5.7vw, 83px);
    padding: min(47px, 3vw) 11px;
    text-align: center;
    font-size: clamp(12px, 2.3vw, 27px);
    background-color: #fef7e8;
    box-shadow: none;
    position: relative;
}

.section_4 .item:last-child:after {
    content: "”";
    font-size: clamp(40px, 9vw, 130px);
    line-height: 1px;
    position: absolute;
    top: min(6.9vw, 100px);
    right: min(4vw, 74px);
    color: #f7c445;
}

.section_4 .item:last-child:before {
    content: "“";
    font-size: clamp(40px, 9vw, 130px);
    line-height: 1px;
    position: absolute;
    top: min(6.9vw, 100px);
    left: min(4vw, 74px);
    color: #f7c445;
}

.section_4 .item:last-child div {
    line-height: 2;
}

.section_5 {
    background: url(../images/black_bg.png) no-repeat
        center center;
    color: #fff;
    background-size: cover;
}

.section_5 .card {
    padding: min(5.1vw, 74px) min(3.9vw, 56px);
    background: rgba(255, 255, 255, 0.17);
    border-radius: min(3.2vw, 40px);
}

.section_5 .card-item {
    font-size: clamp(12px, 1.25vw, 18px);
}

.section_5 .card-item:first-child {
    padding-bottom: min(5vw, 70px);
    border-bottom: 1px rgba(255, 255, 255, 0.18) solid;
}

.section_5 .card-item:last-child {
    padding-top: min(5vw, 70px);
}

.section_5 .card-item img {
    width: clamp(20px, 2.9vw, 42px);
    aspect-ratio: 1;
    margin-left: clamp(10px, 1.5vw, 23px);
    position: relative;
    top: -1px;
}

.section_5 .card-item .flex-row {
    font-size: clamp(16px, 2.5vw, 32px);
    margin-top: min(1.4vw, 20px);
    margin-bottom: min(10px, 1.4vw, 20px);
    line-height: 26px;
}

/* 移动端样式 */
@media screen and (min-width: 320px) and (max-width: 767px) {
    .section_1 {
        height: auto;
    }

    .section_1 .mobile {
        background-color: #fefbf7;
        padding-top: 70px;
        aspect-ratio: 375 / 521;
        background-image: url(../images/guanyuwomen/guanyuwomen_top.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: min(0.7vw, 10px) calc(100% - 96px);
    }

    .section_1 .mobile h1 {
        text-align: center;
        font-size: 7vw;
        font-weight: 700;
    }

    .section_1 .mobile h4 {
        text-align: center;
        font-size: 2.7vw;
        width: 85vw;
        margin: 5.4vw auto;
        color: #666666;
    }

    .section_1 .tags-box {
        padding: 0;
    }

    .section_2 .container {
        flex-direction: column;
        padding: 47px 24px 36px;
    }

    .section_2_left {
        width: 100%;
        font-size: 12px;
    }

    .section_2_left_title {
        font-size: 18px;
        margin-bottom: 18px;
        text-align: center;
    }

    .section_2_left_tips {
        font-size: 12px;
    }

    .section_2_right {
        width: 100%;
        aspect-ratio: auto;
        background: transparent;
        padding: 0;
    }

    .section_2_right_item {
        margin-bottom: 10px;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
        height: 64px;
        background-color: rgba(255, 255, 255, 0.2);
        box-shadow: inset 0 0 1px #ffffff;
    }

    .section_2_right_item > div {
        flex: 1;
        font-size: 12px;
    }

    .section_2_right_item > div:first-child {
        text-align: center;
        font-size: 14px;
        margin-bottom: 0;
    }

    .section_3_main {
        display: flex;
        margin-bottom: 0;
    }

    .section_3_main .item {
        flex: 1;
        background-color: transparent;
        flex-direction: column-reverse;
        justify-content: flex-end;
        height: auto;
        box-shadow: none;
    }

    .section_3_main .item:first-child {
        margin-bottom: 0 !important;
    }

    .section_3 .item-left_title {
        margin-top: 15px;
        margin-right: 0;
    }

    .section_3_main .item-left .icon {
        display: none;
    }

    .section_3_main .item-left .tag {
        margin: 8px 0 5px;
    }

    .section_3_main .item-left .flex-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .section_3 .item-right {
        width: 100%;
        aspect-ratio: 168 / 108;
        border-radius: 8px;
    }

    .section_4 .item {
        box-shadow: inset 0 0 2px #f0e1c4;
        padding: 12px 10px;
        gap: 8px;
    }

    .section_4 .item-left {
        padding: 0;
    }

    .section_4 .item-left .num {
        font-size: 18px;
    }

    .section_4 .item-img {
        flex: 1;
    }

    .section_4 .item:last-child:before,
    .section_4 .item:last-child:after {
        top: 35%;
    }

    .section_5 .card {
        background: transparent;
        padding: 0;
    }

    .section_5 .card .card-item {
        padding: 29px 24px;
        background: rgba(255, 255, 255, 0.17);
        border-radius: 14px;
        text-align: center;
    }

    .section_5 .card-item .flex-row {
        margin-top: 0;
        margin-bottom: 16px;
        justify-content: center;
    }

    .section_5 .card-item:first-child {
        border-bottom: none;
        margin-bottom: 18px;
    }
}
