/* 22行 */
.logo-img {
    width: 100%;
    position: relative;
    top: -10px;
}
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.product-images {
    margin: 0 20px;
}
.image-imitation {
    background-color: #f8f8f9;
    text-align: center;
}
.image-imitation img {
    width: 100%;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
.product-detail .ibox-content {
    padding: 30px 30px 50px 30px;
}
.slick-prev:before, .slick-next:before {
    color: rgb(0, 64, 152) !important;
}

.slick-prev:before, .slick-next:before {
    color: rgb(0, 64, 152) !important;
}
.m-b-xs {
    margin-bottom: 5px;
}
h2 {
    font-size: 24px;
    color: rgba(0,0,0,0.6);
    /*margin-top: 0;*/
}
h4 {
    color: rgba(0,0,0,0.6)
}
.small, small {
    font-size: 85%;
    color: #777
}
.info-xx {
    padding: 0 20px 10px 20px;
    margin: 20px 0px;
    border-bottom: 1px solid rgb(0, 64, 152);
}

.info-tj {
    padding: 0 20px 0px 20px;
    margin: 20px 0px;
    text-align: center;
}
/* .col-product-name {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
} */

.col-product-name {
    text-align: center;
    padding-top: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
/* @media (max-width: 767px) {
    .col-product-name {
        text-align: center;
        padding-top: 1rem;
        padding-bottom: 0 !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}    */

.navbar {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 51px 1px;
}

.swiper-slide img {
    width: 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -35px
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -35px;
}
/*.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {*/
    /*bottom: -25px;*/
/*}*/
.swiper-container {
    margin: 1rem;
}
@media (max-width: 767px) {
    .swiper-button-prev {
        display: none;
    }
    .swiper-button-next {
        display: none;
    }
    .swiper-padding {
        padding: 0px;
    }
    .swiper-container {
        margin: 0px;
    }
    .position-info {
        padding: 1.5rem !important;
    }
    .product-detail .ibox-content {
        padding-bottom: 0px;
    }
}
.padding-none {
    padding: 0px;
}
.category_img_phone {
    display: none;
}
@media (max-width: 767px) {
    .category_img_phone {
        display: block;
    }
    .category_img_pc {
        display: none !important;
    }
}

.row-cate {
    /*padding: 2rem 0rem;*/
    text-align: center;

    background-color: #ffffff;
    color: inherit;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
.row-cate div {
    display: inline-block;
    padding: 1.5rem 0rem;

}
.row-cate a {
    border-right: 1px solid rgb(0, 64, 152);
    /*width: 100%;*/
    display: inline-block;

    background: none;
    color: #666;
    font-size: 14px;
    padding: 3px 28px;
    line-height: 16px;
    margin-right: 2px;
    transition: all 0.3s ease-out 0s;
}

.row-cate div:last-child a
{
    border: none;
}