.customercases {

    margin: 0 auto;
    max-width: 1189px;
    margin-top: 40px;
    padding: 0 10px;
}

.customercases_box {
    font-size: 26px;
    color: #4A4A4A;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'MyCustomFont', sans-serif;
}

.customercases_bo1 {
    margin-bottom: 20px;
    position: relative;
}

.customercases_bo1 img {
    width: 100%;
    height: auto;

}

.customercases_bo2 {
    margin-top: 4px;
}

.customercases_bo2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);

}
@font-face {
    font-family: 'MyCustomFont';
    src: url('https: //oss.hcare360.com/fuxing/statics/fonts/Alibaba-PuHuiTi-Regular.ttf') format('woff2'),
            url('https://oss.hcare360.com/fuxing/statics/fonts/Alibaba-PuHuiTi-Regular.ttf') format('woff'),
            url('https://oss.hcare360.com/fuxing/statics/fonts/Alibaba-PuHuiTi-Regular.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
    }

.customercases_bo2 p {
    color: #fff;
    font-size: 18px;
    padding: 18px 0;
    text-align: center;
    font-family: 'MyCustomFont', sans-serif;
}

.customercases_bo4 {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    margin-bottom: 29px;
}

.customercases_bo4 .customercases_bo5 {
    border: 1px solid #2671E9;
    border-radius: 20px;
    padding: 8px 30px;
    color: #2671E9;
    font-weight: 500;
    font-size: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width:1200px) {
    .product_box1 {
        position: relative;
    }

    .product_box2 {
        display: none;
        width: 190px;
        position: absolute;
        top: 60px;
        background-color: #fff;
        left: 397px;
        z-index: 9999;
        border-radius: 12px;
    }
    .customercases {

        margin: 0 auto;
        max-width: 1189px;
        margin-top: 100px;

    }

    .customercases_box {
        font-size: 40px;
        color: #4A4A4A;
        font-weight: bold;
        text-align: center;
        margin-bottom: 80px;
    }

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

    .customercases_bo4 {
        display: flex;
        margin-top: 81px;
        justify-content: center;
        margin-bottom: 129px;
    }

    .customercases_bo1 {
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 40px;
        width: 46.5%;
        position: relative;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .customercases_bo1:hover {
        border-radius: 20px;
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .customercases_bo1 img {
        width: 100%;
        height: auto;

    }

    .customercases_bo4 .customercases_bo5 {
        border: 1px solid #2671E9;
        border-radius: 20px;
        padding: 8px 30px;
        color: #2671E9;
        font-weight: 500;
        font-size: 14px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .customercases_bo5:hover {
        background-color: #2671E9;
        color: #fff;
    }

    .customercases_bo2 {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        border-bottom-left-radius:10px;
        border-bottom-right-radius:10px;
    }

    .customercases_bo2 p {
        color: #fff;
        font-size: 24px;
        padding: 24px 0;
        text-align: center;
    }

}