.block .product-right .product-list .product-item .product-info h2 {
    margin-bottom: 30px;
}

.block .product-right .product-list .product-item .product-info h2 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
.block .product-right .show-detail .product-item .product-info h2 {
    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-right>h1 {
    font-size: 24px;
    line-height: 150%;
    margin-top: 30px;
}
.block .classes>h1 {
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}
.product-view .image-additional {
    z-index: 9999;
}

@media screen and (max-width:1610px) {
    .head_nav > li {
        padding: 0 10px;
    }
}

@media screen and (max-width:1040px) {
    .head_nav > li {
        padding: 0 3px;
    }
}

@media screen and (max-width: 950px) {
    .mobile-head-item .middle-show-content-wrap {
        top: 45px;
    }
    .web_head .logo {
        margin-top: 20px;
    }
    .mobile-head-item .title {
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
    .mobile-head-item {
        float: left;
        width: 33.333333333%;
        height: 45px;
    }
    .mobile-head-items {
        height: 45px;
        line-height: 45px;
    }
    .mobile-head-items {
        background: #000;
        height: 45px;
        line-height: 45px;
    }
}
