* {
    margin: 0;
    padding: 0;
}

.wrap {
    margin: 0 auto;
    max-width: 1140px;
    width: 92%;
}

.container {
    background: #fff;
}

.box-container {
    overflow: hidden;
}

.box {
    list-style-type: none;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 32%;
    margin-bottom: 2%;
    position: relative;
    background-color: #f5f5f5;
    padding-top: 32%
}

.box img {
    -webkit-back-visibility: hidden;
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.detail-list .box-container > li:nth-of-type(3n) {
    margin-right: 0;
}

.J-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.J-slider-cont {
    position: absolute;
    top: 0px;
    left: 0px;

    -webkit-transition: all 0.2s; /* Safari 和 Chrome */
    display: -webkit-box;
    width: 100%;
    height: 100%;
    transform: translate(0, 0px) translateZ(0px);
}

.pinch-zoom {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    height: 100%;
    width: 100%;
}

.slide, .pinch-zoom-container {
    height: 100%;
    width: 100%;
}

.slide img {
    max-width: 100%;
}

.J-slider .ctrlbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    line-height: 30px;
    color: #fff;
    z-index: 999;
}

.J-slider .ctrlbar a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: RED;
}

.J-slider #J-close {
    float: right;
    margin: 0 0 0 15px;
}

.J-slider img {
    opacity: 0;
    transition: all 0.5s;
}

.J-slider img.on {
    opacity: 1;
}