.lbanner-pp {
    /* padding: 9% 0 !important; */
}



.cate_introduct .cate_title {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 35px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cate_introduct .cate_desc {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    text-transform: lowercase;
}

.cate_introduct {
    margin-bottom: 4%;
}

.pro_wrap .pro_list {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pro_wrap .pro_list .pro_item {
    width: 31%;
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.pro_wrap .pro_list .pro_item:nth-child(3n) {
    margin-right: 0;
}

.pro_wrap .pro_list .pro_item .pro_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 72%;
    margin: 20px 0 0;
}

.pro_wrap .pro_list .pro_item .pro_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}

.pro_wrap .pro_list .pro_item .pro_title {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}

.pro_wrap .pro_list .pro_item .pro_title a {
    width: 100%;
    display: inline-block;
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    height: 115px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;

}

.pro_wrap .pro_list .pro_item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.pro_wrap .pro_list .pro_item:hover .pro_title a {
    color: var(--dominant-color);
}

.clear_tips {
    margin-top: 5%;
}

.clear_tips .tips_title {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 35px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.clear_tips .tips_item {
    justify-content: space-between;
    margin-bottom: 50px;
}

.clear_tips .tips_item .tips_placeholder {
    width: 17px;
    height: auto;
    max-height: 195px;
}

.clear_tips .tips_item .tips_placeholder img {
    width: 100%;
    height: 100%;
}

.clear_tips .tips_item .tips_txt {
    width: calc((100% - 40px) / 2);
}

.clear_tips .tips_item .tips_txt .txt_wrap {
    max-width: 627px;
    margin: 0 auto;
}

.clear_tips .tips_item .tips_txt .txt_title {
    font-family: 'Arial-BoldMT';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 40px;
}

.clear_tips .tips_item .tips_txt .txt_info {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 22px;

}

.clear_tips .tips_item .tips_img {
    width: calc((100% - 40px) / 2);
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
    text-align: center;
}

.clear_tips .tips_item .tips_img .img_box {
    width: 100%;
    max-width: 403px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 36%;
    text-align: center;
    margin: 0 auto;
}

.clear_tips .tips_item .tips_img .img_box img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.clear_tips .tips_item .tips_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.clear_tips .tips_item:nth-child(odd) .tips_img {
    order: 1;
}

.clear_tips .tips_item:nth-child(odd) .tips_placeholder {
    order: 2;
}

.clear_tips .tips_item:nth-child(odd) .tips_txt {
    order: 3;
}

.clear_tips .tips_item:nth-child(even) .tips_placeholder {
    transform: rotateY(180deg);
}

.customer_reviews {
    margin-top: 5%;
    position: relative;
    padding: 3.5% 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.customer_reviews .reviews_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 58px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    margin-bottom: 40px;
}

.customer_reviews .reviews_wrap {
    padding: 7%;
    background: #FFFFFF;
    max-width: 1252px;
    overflow: hidden;
    position: relative;
    z-index: 98;
}

.customer_reviews .reviews_wrap .reviews_list .reviews_item {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.customer_reviews .reviews_wrap .reviews_list .reviews_item .item_avatar {
    width: 117px;
    height: 117px;
    border-radius: 50%;
    border: 3px solid var(--dominant-color);
}

.customer_reviews .reviews_wrap .reviews_list .reviews_item .item_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.customer_reviews .reviews_wrap .reviews_list .reviews_item .item_desc {
    width: calc(100% - 150px);
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}


.customer_reviews .reviews-button-prev {
    width: 41px;
    height: 41px;
    background-image: url(../img/prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--dominant-color);
    border: 2px solid var(--dominant-color);
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    border-radius: 50%;
    z-index: 999;

}

.customer_reviews .reviews-button-next {
    width: 41px;
    height: 41px;
    background-image: url(../img/next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--dominant-color);
    border: 2px solid var(--dominant-color);
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
    border-radius: 50%;
    z-index: 999;

}

.customer_reviews .reviews-button-prev:hover {
    background-color: transparent;
    background-image: url(../img/prev_hover.png);
}

.customer_reviews .reviews-button-next:hover {
    background-color: transparent;
    background-image: url(../img/next_hover.png);
}

.usage_scenario {
    margin-top: 5%;
    display: none;
}

.usage_scenario .usage_title {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 35px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.usage_scenario .usage_list {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.usage_scenario .usage_list .usage_item {
    width: 23%;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 23%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.usage_scenario .usage_list .usage_item .mark {
    position: absolute;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.usage_scenario .usage_list .usage_item:nth-child(4n) {
    margin-right: 0;
}

.usage_scenario .usage_list .usage_item img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.usage_scenario .usage_list .usage_item .item_title {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    z-index: 2;
    padding: 0 5px;
}

.usage_scenario .usage_list .usage_item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width:950px) {
    .cate_introduct .cate_title {
        font-size: 30px;
        line-height: 40px;
    }

    .pro_wrap .pro_list .pro_item .pro_title a {
        height: auto;
        overflow: visible;
        text-overflow: unset;
        white-space: normal;
    }

    .pro_wrap .pro_list .pro_item {
        width: 48%;
        padding-bottom: 48%;
    }

    .pro_wrap .pro_list .pro_item:nth-child(3n) {
        margin-right: 30px;
    }

    .pro_wrap .pro_list .pro_item:nth-child(2n) {
        margin-right: 0;
    }

    @media (max-width:800px) {
        .pro_wrap .pro_list .pro_item {
            width: 100%;
            margin-right: 0;
            padding-bottom: 0;
        }
    }

    .clear_tips {
        margin-top: 8%;
    }

    .clear_tips .tips_title {
        font-size: 30px;
        line-height: 40px;
    }

    .clear_tips .tips_item {
        flex-direction: column;
    }

    .clear_tips .tips_item .tips_txt {
        width: 100%;
        margin-bottom: 20px;
    }

    .clear_tips .tips_item .tips_txt .txt_title {
        margin-bottom: 20px;
    }

    .clear_tips .tips_item .tips_txt .txt_wrap {
        width: 100%;
        max-width: none;
    }

    .clear_tips .tips_item .tips_placeholder {
        display: none;
    }

    .clear_tips .tips_item .tips_img {
        width: 100%;
    }

    .clear_tips .tips_item .tips_img .img_box {
        padding-bottom: 60%;
        max-width: none;
    }

    .clear_tips .tips_item:nth-child(odd) .tips_txt {
        order: 1;
    }

    .clear_tips .tips_item:nth-child(odd) .tips_img {
        order: 3;
    }

    .customer_reviews .reviews_title {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .customer_reviews .reviews_wrap {
        padding: 4% 6%;
    }

    .customer_reviews .reviews-button-next {
        right: 0;
    }

    .customer_reviews .reviews-button-prev {
        left: 0;
    }

    .customer_reviews .reviews_wrap .reviews_list .reviews_item .item_avatar {
        width: 80px;
        height: 80px;
    }

    .usage_scenario {
        margin-top: 8%;
    }

    @media (max-width:600px) {
        .customer_reviews .reviews_wrap .reviews_list .reviews_item {
            flex-direction: column;
        }

        .customer_reviews .reviews_wrap .reviews_list .reviews_item .item_avatar {
            margin-bottom: 20px;
        }

        .customer_reviews .reviews_wrap .reviews_list .reviews_item .item_desc {
            width: 100%;
        }

        .customer_reviews .reviews_wrap {
            padding: 4% 10%;
        }
    }

    .usage_scenario .usage_title {
        font-size: 30px;
        line-height: 40px;
    }

    .usage_scenario .usage_list .usage_item {
        width: 48%;
        padding-bottom: 48%;
    }

    .usage_scenario .usage_list .usage_item .item_title {
        font-size: 22px;
    }

    .usage_scenario .usage_list .usage_item:nth-child(4n) {
        margin-right: 0;
    }

    .usage_scenario .usage_list .usage_item:nth-child(2n) {
        margin-right: 0;
    }

    @media (max-width:800px) {
        .usage_scenario .usage_list .usage_item {
            width: 100%;
            margin-right: 0;
            padding-bottom: 100%;
        }

        .usage_scenario .usage_list .usage_item .item_title {
            font-size: 30px;
        }
    }
}


.clear_tips .tips_item .tips_img .img_box{
    height: auto;
    padding: 0;
}

.clear_tips .tips_item .tips_img .img_box img{
    position: unset;
}