body {
    /* background:; */
    background-image: url(/assets/images/zakunewheader.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: 101% 744px;

    /* background-color:#EEF0F4; */
}

#header {
    background: unset;

}

.zakuProductNew_body {
    padding-bottom: 70px;
}

.zakuProductNew_container {
    /* background-color: red; */
    width: 1290px;
    margin: 0 auto;
}

.zakuProductNew_header_body {
    /* background-color: red; */
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.zakuProductNew_header_body_title {
    /* width: 598px; */

    /* font-family: PingFangSC, PingFang SC; */
    font-weight: 400;
    font-size: 64px;
    color: #FFFFFF;
    /* line-height: 90px; */
    text-align: right;
    font-style: normal;
    margin: 0 auto;
    /* background-color: red; */
    text-align: center;
}

.zakuProductNew_header_body_txt {

    /* padding-top: 42px; */

    /* font-family: PingFangSC, PingFang SC; */
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;line-height: 33px;
    margin-top: 50px;
    text-align: left;
    font-style: normal;
    /* padding-right: 74px; */
}

.zakuProductNew_body_title {

    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #1A2736;
    /* line-height: 50px; */
    text-align: center;
    font-style: normal;
    padding-top: 78px;
}

.zakuProductNew_body_title2 {

    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5E6978;
    line-height: 40px;
    text-align: center;
    margin-top: 29px;
    font-style: normal;
    margin-bottom: 45px;
}

.bacF3FAFF {
    background-color: #F3FAFF;
}

.zakuProductNew_body_card_items {
    display: inline-flex;
    width: 634px;
    height: 277px;
    /* background-color: red; */
    padding-top: 12px;
    padding-right: 40px;
    transition: all .3s linear;
    padding-left: 34px;
    margin-top: 30px;
    border-radius: 10px;
}

.zakuProductNew_body_card_items:hover {
    background-color: white
}

.zakuProductNew_body_card_items_left {
    margin-right: 28px
}

.zakuProductNew_body_card_items_left img {
    width: 47px;
    height: 47px
}

.zakuProductNew_body_card_items_right_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 30px;
    color: #000000;

    margin-bottom: 38px;
    font-style: normal;
}

.zakuProductNew_body_card_items_right_txt {
    /* list-style-type: disc; */

    font-family: PingFangSC, PingFang SC;
    /* font-weight: 500; */
    font-size: 16px;
    color: #5E6978;
    line-height: 45px;
    text-align: left;
    font-style: normal;
}

.zakuProductNew_tabs {
    display: flex;
    margin-top: 80px;
    justify-content: space-evenly;
    background-color: #003E72;
    color: white;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 0;

}

.zakuProductNew_tabs_items {
    cursor: pointer;
    transition: all .3s linear;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.zakuProductNew_tabs_body img {
    /* width: 1084px;
    height: 725px; */

}

.zakuProductNew_tabs_body>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tabs_active {
    background-color: white;
    color: black;

}
.zakuProductNew_cases{
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:1290px) {
    .zakuProductNew_cases{
        flex-direction: column;
        align-items: center;
    }
    .zakuProductNew_cases img {
        width: 60%;
        margin-bottom: 20px;
    }
    .zakuProductNew_container {
        width: 90%;
        padding-left: 0px;
        padding-right: 0px;
    }

    body {
        background-size: 1290px 744px;

    }

    .zakuProductNew_body_cards {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .zakuProductNew_body_card_items {
        /* margin: 20px auto; */
        /* height: unset; */
        width: 600px;
    }
}

/* @media screen and (min-width:1922px) {
    body {
        background-size: 1922px 744px;

    }
} */
@media screen and (max-width:1088px) {
    .zakuProductNew_tabs {
        flex-direction: column;
    }

    .zakuProductNew_tabs_items {
        display: flex;
        justify-content: center;
        height: 100px;
    }

    .zakuProductNew_tabs_body img {
        /* width: 1000px;
        background-color: red; */
    }
    .zakuProductNew_tabs{
        height:unset
    }
    .zakuProductNew_cases img {
        width: 80%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:686px) {
    .zakuProductNew_body_card_items {
        /* margin: 20px auto; */
        width: 80%;
        height: auto;
        padding: unset;
    }
    .zakuProductNew_cases img {
        width: 90%;
        margin-bottom: 20px;
    }
    .zakuProductNew_body_card_items_left img {
        display: none;
    }

    .zakuProductNew_body_card_items_left {
        margin-right: 0px;

    }


    .header {
        /* background-color: red; */
        width: 100%;
        height: auto;
    }

    .zakuProductNew_header_body {
        height: auto;
        padding-top: 10vh;

    }
}