.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 344px;
    margin: 0 auto 40px;
    position: relative;
}
.products-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .box.new:before {
    content: 'NEW';
    background-color: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-sizing: border-box;
    box-shadow: 20px 20px 50px rgb(0 0 0 / 50%);
    color: #00AEBA;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 15px;
    text-align: center;
    width: 66px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}
.products-list .pic-box {
    margin-bottom: 14px;
    position: relative;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .box:hover .pic {
    
}
.products-list .pic:before {
    content: "";
    background: url(../../images/common/products/hover.png) 50% 50% no-repeat rgba(0,0,0,0.50);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.products-list .name {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.products-list .box:hover .name {
    color: #174D89;
}
.products-list .description {
    color: #8B8B8B;
    font-size: 13px;
    line-height: 1.45;
    padding: 0 3px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 52px;
}
.products-intro {
    max-width: 1345px;
    margin: 0 auto 50px;
}
.pd_box{
    display: flex;
    justify-content: center;
    
}
.gallery {
/*     float: left; */
    width: 570px;
    max-width: 570px;
    margin-right:30px;
}
.pd-intro,
.thumbnails {
    /*float: right;
    width: calc(100% - 618px);*/
}
.thumbnails {
/*     float: right;
    width: calc(100% - 618px); */
}
.thumbnails ul {
    max-width: 550px;
    margin: 0 -7px;
}
.thumbnails li {
    width: 33.33%;
    padding: 2px;
}
.thumbnails a {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.thumbnails a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/products/small_hover.png') 50% 50% no-repeat rgba(17,17,17,0.6);
    opacity: 0;
    border: 5px solid #0088D2;
    transition: all 0.3s;
}
.thumbnails a:hover:before,
.thumbnails li.active a:before {
    opacity: 1;
}
.pd-intro .breadcrumb {
    margin: 0;
}
.pd-name {
    color: #000;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 0 0 15px;
    text-align: center;
}
.pd-description {
    color: #666;
    font-size: 13px;
    margin-bottom: 32px;
    text-align: center;
}
.products-detail {
    max-width: 1345px;
    margin: 0 auto;
    position: relative;
}
.products-detail .title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #ddd;
    margin: 0 -50px 30px;
    padding: 0 50px 10px;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .gallery {
        width: 49%;
    }
    .pd-intro,
    .thumbnails {
        
    }
}
@media screen and (max-width: 1000px) {
    .products-intro{
        margin: 0 auto 25px;
    }
    .pd-intro {
        float: none;
        width: auto;
    }
    .gallery {
        width: 60%;
    }
    .thumbnails {
        width: 39%;
    }
    .thumbnails ul {
        max-width: none;
        margin: -2px;
    }
    .thumbnails li {
        width: 50%;
    }
    .pd-name{
        font-size: 20px;
    }
}
@media screen and (max-width: 840px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        width: 50%;
        padding: 0 7px;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .gallery,
    .thumbnails {
        float: none;
        width: auto;
    }
    .gallery {
        margin: 0 auto 30px;
    }
    .thumbnails {
        padding-top: 2px;
    }
    .thumbnails ul {
        margin: 0 -2px;
    }
    .thumbnails li {
        width: 16.66%;
    }
    .pd_box{
        display: block;
    }
}
@media screen and (max-width: 560px) {
    .products-list .item {
        width: 100%;
    }
    .thumbnails li {
        width: 33.33%;
    }
}