@charset "UTF-8";
.product_list_box{
    padding-top: 50px;
    /* margin-bottom: 70px; */
}
body{
    background-color: #F5F5F5;
}
.product_list_row{
    margin-top: 30px;
}
.productlist_title_bg{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.productlist_title_bg>p {
    position: absolute;
    bottom: 15px;
    left: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
.product_list_box2{
    padding: 0 10px 0 1px;
}
.product_detail_box{
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
    color: #000;
}
.product_detail_box>h4{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    word-break: break-all;
}
.swiper-wrapper-sty{
    padding-bottom: 15px;
}
.product_detail_con{
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    align-items: center;
    transition: top 0.5s;
}
.product_detail_con>div{
    width: 81%;
    margin: 0 auto;
}
.swiper-horizontal>.swiper-scrollbar{
    height: 10px;
}
.product_detail_box:hover .product_detail_con{
    top: 0%;
}
.swiper-scrollbar-drag{
    cursor: pointer;
}
.min_height{
    min-height: 551px;
}
.choose_product{
    background-color: #fff;
    height: 60px;
    margin-top: 20px;
}
.choose_product>div{
    width: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.choose_product.four>div{
    width: 25%;
}
.choose_product.three>div{
    width: 33.3333%;
}
.choose_product>div.active{
    background-color: #DDDDDD;
    color: #105BAA;
    font-weight: bold;
}
.product_detail_box {
    box-shadow: 0 0 15px rgb(120 116 116 / 10%);
}
.product_list_row img{
    margin-top: 10px;
}
@media (min-width: 1400px) {
    .product_detail_box{
        min-height: 287px;
    }
    .my_swiper_strokes{
        min-height: 599px;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .product_detail_box{
        min-height: 247px;
    }
    .my_swiper_strokes{
        min-height: 519px;
    }
}
@media (min-width: 992px) {
    .product_detail_box>h4{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }
    .product_list_box .container .col-lg-3 {
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .product_list_box .container .col-6 {
        margin-bottom: 12px;
    }
    .productlist_title_bg{
        height: 520px;
    }
    .h1_common_title{
        text-align: center;
    }
    .my_swiper_strokes,.my_swiper_motorboat,.my_swiper_sport_jet_boat,.my_swiper_practicalatv{
        margin-top: 10px;
    }
    .product_list_box{
        /* margin-bottom: 30px; */
        padding-top: 30px;
    }
    .product_detail_box>h4{
        font-size: 15px;
    }
    .product_detail_con{
        display: none;
    }
    /* #motorboat .product_list_row,#practicalatv .product_list_row{
        flex-direction: column-reverse;
    } */
    .min_height {
        min-height: 410px;
    }
    .product_detail_box{
        min-height: 200px;
    }
    #product_modal_img{
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    .choose_product{
        height: 50px;
    }
    .choose_product>div{
        line-height: 50px;
    }
}

@media (max-width: 428px) {
    .product_detail_box>h4 {
        font-size: 13px;
    }
}