.web_head .layout {
    align-items: center;
    justify-content: space-between;
}
.web_head .nav_wrap {
    padding: 0 3% 0 1%;
    flex: inherit;
}
.web_head .logo {
    height: auto;
}
.web_head .head_nav>li {
    margin:0;
}
.web_head .head_nav>li>a {
    padding: 0 20px;
}
.web_head .head_right {
        display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.web_head .head-search {
    width: auto; 
}
.web_head .head-search .search-btn {
    display: block;
    position: static;
}


.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;
}

.index_featured .hd_title, .index_product .hd_title{
    text-align: center;
}

.web_head .head-search {
    border-bottom: 0;
}

.change-language .left {
    left: 0;
}

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

@media screen and (max-width: 1200px) {
    .web_head .head_nav>li>a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1080px) {
    .web_head .head_nav>li>a {
        padding: 0 5px;
    }
    .web_head .nav_wrap {
        padding: 0; 
    }
}
@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;
    }
}