.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: 320px;
    margin: 0 auto 50px;
    position: relative;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
}
.products-list .box .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:after {
    content: 'NEW';
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    color: #fff;
    background:#0b3775;
    padding: 0 10px;
    font-size:18px;
    letter-spacing:0.05em;
    font-family: 'Anton', sans-serif;
}
.products-list .box:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0 solid #F39800;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover:before {
    border-width: 7px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: url('../../images/common/products/hover.png') 50% 50% no-repeat rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list li .txt {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0,16,64,0.75);
    padding: 10px 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
}
.products-list .name {
    color: #4CD2FF;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
}
.products-list .description {
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 34px;
    margin: 5px 0;
}

.content-top .pd-name {
    color: #2076B3;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    border-left: 5px solid #2076B3;
    display: block;
    margin: 0;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
}
.products-intro {
    max-width: 900px;
    margin: 0 auto 40px;
}
.gallery {
    float: left;
    width: 58.89%;
    max-width: 675px;
}
.thumbnails {
    float: right;
    width: 38.67%;
}
.thumbnails ul {
    margin: -2.7%;
}
.thumbnails li {
    width: 50%;
    padding: 2.7%;
}
.thumbnails li a {
    max-width: 163px;
    margin: 0 auto;
    opacity: 0.35;
}
.thumbnails li a:hover,
.thumbnails li.active a {
    opacity: 1;
}

.products-detail {
    border-top: 1px solid #ddd;
    position: relative;
    padding: 0px 0 15px;
}
.products-detail .title {
    position: relative;
    width: 136px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.08em;
    background: #33D3EB;
    border-radius: 0px;
    margin: 0 auto 20px;
    font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 1440px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1120px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 880px) {
    .products-list .item {
        width: 50%;
    }
    .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) {
    .content-top .pd-name {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .gallery,
    .thumbnails {
        float: none;
        width: auto;
    }
    .gallery {
        max-width: 693px;
        margin: 0 auto;
    }
    .thumbnails ul {
        margin: 0 -5px;
    }
    .thumbnails li {
        width: 16.66%;
        padding: 10px 5px 0;
    }
}
@media screen and (max-width: 580px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 430px) {
    .thumbnails li {
        width: 33.33%;
    }
}