#header {
    /* background-color: red;
    border-bottom-left-radius: 270%; */
    background: url(/assets/images/zrop/zrop_big_bac.png) !important;
    /* padding-top: 100px !important; */
    background-size: 100% 100% !important;
    /* 不铺满，保持原始尺寸 */
    background-repeat: no-repeat !important;
    /* 不重复背景图 */
    background-position: center !important;
    /* 背景图居中显示 */
    overflow: visible;
    height: 414px;

}

.header_title_wrap {
    width: unset !important;
    /* background-color: red; */
    /* border-top-left-radius: 50px; */
}


.zrop_scroll_body_title {
    /* max-width: 252px; */
    width: fit-content;
    height: 50px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 36px;
    color: #007FDF;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    margin-bottom: 30px;
}

.margin_right_37 {
    margin-right: 37px;
}

.zrop_scroll_body_txt_items_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #007FDF;
    line-height: 30px;

    font-style: normal;
}

.zrop_scroll_body {
    margin-bottom:190px;
    min-height: 498px;
}

.padding_top_80px {
    padding-top: 80px;
}

.zrop_scroll_body_txt_items_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #5E6978;
    line-height: 30px;

    font-style: normal;
}

.zrop_scroll_body_txt_items {
    /* width: ; */
    margin-bottom: 10px;
    transition: all .3s linear;


}

.zrop_scroll_body_txt_items_active {
    border-left: 3px solid #007FDF;
    background-color: #FFFFFF;
    padding-top: 19px;
    padding-bottom: 20px;
    padding-left: 23px;
    padding-right: 21px;
}

.zrop_scroll_body_container {
    display: flex;
    justify-content: space-between;

}

.zrop_scroll_body_txt {
    width: 50%;

}

.zrop_flex_boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.zrop_scroll_body_img {
    width: 45%;
}

.zrop_scroll_body_img img {
    width: 100%;
}

.zrop_flex_boxs_items {
    width: 408px;
    min-height: 269px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 127, 223, 0.2);
    border-radius: 10px;
    border: 1px solid #007FDF;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 102px;
    padding-bottom: 24px;
}

.zrop_flex_boxs_items_title {
    min-width: 250px;
    min-height: 50px;
    background: #007FDF;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    top: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 21px;
    color: #FFFFFF;


    font-style: normal;
}

.zrop_flex_boxs_items_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5E6978;
    line-height: 25px;
    text-align: justify;
    font-style: normal;
}

@media screen and (max-width:1290px) {
    .zrop_flex_boxs_items {
        width: 60%;
        margin-bottom: 30px;
    }

    .zrop_flex_boxs {
        justify-content: center;
    }

    .zrop_flex_boxs_items_title {
        /* min-width:unset;
        min-height: unset; */
    }

}

@media screen and (max-width:990px) {
    .zrop_scroll_body_container {
        flex-direction: column;
        align-items: center;
    }

    #header {
        background-size: cover !important;
        /* height: unset; */
    }

    .zrop_scroll_body_title {
        margin: 20px auto;
        height: unset;
        width: unset;
    }

    .zrop_scroll_body_txt {
        width: 80%;
        margin-right: unset;
        margin-bottom: 30px;
    }

    .zrop_scroll_body_img {
        width: 80%;

    }

    .flex_direction_column_reverse {
        flex-direction: column-reverse
    }

    .padding_top_80px {
        padding-top: unset
    }

    .zrop_flex_boxs_items {
        width: 80%;
    }
}

@media screen and (max-width:430px) {
    .zrop_flex_boxs_items_title {
        padding: 10px;
        min-width: unset;
        min-height: unset;
    }

    #header {
        /* background-size:cover !important;  */
        height: unset;
    }
}