.block .product-right .product-list .product-item .product-info h2{font-size: 18px;}
.block .product-right .product-list .product-item .product-info p{font-size: 16px;}
.shown_products_a_right h1{font-size:18px;}
.shown_products_a_right p{font-size: 16px;line-height: 22px;float:left;margin-top:10px;}

.block .product-left h3 {
    width: 100%;
}
.block .product-left .lefttitle {
    width: 100%;
}
.block .product-right .show-detail {
    display: flex;
    flex-wrap: wrap;
}
.block .product-right .show-detail .product-item {
    width: 33.3333333%;
    flex-wrap: wrap;
    border-bottom: 0;
}
.block .product-right .show-detail .product-item .product-img {
    width: 100%;
}
.block .product-right .show-detail .product-item .product-info {
    width: 100%;
}
.block .product-right .show-detail .product-item .product-info .btn {
    margin-top: 10px;
    padding: 10px 0;
    width: 49%;
    text-align: center;
    float: left;
    margin: 0;
}
.block .product-right .show-detail .product-item .product-info .btn:last-child {
    float: right;
}
.block .product-right .show-detail .product-item .product-info p {
    display: none;
}
.block .product-right .show-detail .product-item .product-info span {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-view .product-image, .single_product_items {
    display: block;
}
.product-view .image-additional {
    margin-top: 20px;
}
.product-view .image-additional li img {
    margin: 0;
}
.left-search{margin-bottom:30px;border: 1px #dedede solid;height:42px;display: flex;}
.search-t{width: 80%;line-height:42px;heighr:42px;outline: 0;padding-left:10px;float:left;border: none;background-color: transparent;}
.search-b{width: 20%;float: right;height:40px;line-height:40px; background:transparent url(../images/search-pr.png);border: none;background-repeat: no-repeat;
background-position: center; cursor:pointer;}
#ert{width:21px;height:22px;float:left; background-image:url(../images/p-su.jpg); background-repeat:no-repeat; background-position:center center;}
#uioi{width:21px;height:22px; float:left;background-image:url(../images/p-he.jpg); background-repeat:no-repeat; background-position:center center;}
.tab-list dd{ cursor:pointer;}

.tab-list .list .current{background-image:url(../images/p-su-1.jpg) !important;}
.tab-list .list1 .current{background-image:url(../images/p-he-1.jpg) !important;}


@media screen and (max-width: 950px) {
    .block .product-right .show-detail .product-item {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .block .product-right .show-detail .product-item {
        width: 100%;
    }
}