.product-content {
    max-width: 1180px;
    margin: 0 auto;
}

.products-list {
    margin: 20px 0;
}

.products-list .item {
    width: 25%;
    padding: 0 13px;
}

.products-list .item a {
    max-width: 270px;
    margin: 0 auto 65px;
    position: relative;
}

.products-list .name {
    color: #000000;
    font-size: 17px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

.products-list .item a .pic {
    border: solid 1px #CCCCCC;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.products-list .item a:hover .pic {
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.products-list .item a .pic:before {
    content: "";
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}

.products-list a:hover .pic:before {
    opacity: 1;
}

@media screen and (max-width:900px) {
    .products-list .item {
        width: 33.3%;
    }
}

@media screen and (max-width:767px) {
    .products-list .item {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    .products-list .item {
        width: 100%;
    }
}

.stage .item .pic {
    position: relative;
}

.thumbnails .item {
    margin-bottom: 3px;
}

.thumbnails .item a .pic {
    position: relative;
    border: solid 1px #fff;
    max-width: 84px;
}

.thumbnails .item a:hover .pic,
.thumbnails .item.active .pic {
    border: solid 1px #CCCCCC;
}

.thumbnails .item a .pic:before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 1;
}

.thumbnails .item a:hover .pic:before,
.thumbnails .item.active .pic:before {
    opacity: 0;
}

.gallery,
.products-detail {
    float: left;
    width: 50%;
    padding: 10px;
}

.stage {
    border: solid 4px #CCCCCC;
    float: right;
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.thumbnails {
    padding: 0px 14px;
    float: left;
    width: 84px;
}

.gallery .thumbnails .item.active,
.gallery .thumbnails .item:hover {
    opacity: 1;
}

.products-detail .detail-title {
    text-align: center;
    background: #494949;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    height: 40px;
    margin-bottom: 30px;
    position: relative;
}

.products-detail .detail-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border: 10px solid transparent;
    border-top-color: #494949;
    border-bottom-width: 0;
}

.products-detail .big-title {
    border-bottom: 2px solid #CCCCCC;
    color: #202020;
    font-size: 28px;
    text-align: center;
    padding: 5px 0;
    position: relative;
    margin-bottom: 40px;
}

.products-detail .big-title:after {
    content: "";
    width: 130px;
    height: 2px;
    background: #404040;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    bottom: -2px;
}

.products-detail .btn-box {
    text-align: center;
    margin-top: 120px;
}

@media screen and (max-width:1200px) {
    .stage,
    .thumbnails {
        float: none;
        width: auto;
    }
    .thumbnails {
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    .gallery,
    .products-detail {
        float: none;
        width: auto;
        margin: auto;
    }
    .stage .pic {
        max-width: 517px;
        margin: 0 auto;
    }
}
