.album-list {
    max-width: 1000px;
    margin: 0 auto;
}
.album-list .item {
    width: 25%;
}
.album-list .item:nth-child(4n+1) {
    clear: left;
}
.album-list .box {
    max-width: 250px;
    margin: 0 auto 50px;
    overflow: hidden;
    position: relative;
}
.album-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    overflow: hidden;
}
.album-list .box .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 35px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before {
    opacity: 1;
    background-position: 50% 50%;
}
.album-list .name {
    background: rgba(0,0,0,0.9);
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.album-list .name .ic {
    vertical-align: middle;
    margin: 0 4px 4px 0;
}
/*  */
body .fancybox-skin {
    background: #222;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 0;
}
.fancybox-album .fancybox-skin {
    margin: 0 120px;
}
.fancybox-album .fancybox-nav span {
    background: url('../../images/common/index/banner_arrow.svg') no-repeat;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    visibility: visible;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -120px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -120px;
}
.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}
.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}
.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    position: relative;
    padding: 10px 5px 0;
}
.fancybox-album .photo-pager {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    background: rgba(0,0,0,0.75);
    color: #868686;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
}
.fancybox-album .photo-pager b {
    color: #eee;
    font-size: 18px;
}
.fancybox-album .photo-title {
    color: #ddd;
    font-size: 17px;
    font-weight: bold;
}
.fancybox-album .photo-intro {
    color: #888;
    padding: 5px 0 15px;
}
@media screen and (max-width: 767px) {
    .album-list .item {
        width: 33.33%;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: left;
    }
    .album-list .box {
        margin-bottom: 30px;
    }
    .fancybox-album .fancybox-skin {
    margin: 0 20px;
    }
    .fancybox-album .fancybox-nav span {
    margin-top:-20px;
}
.fancybox-album .fancybox-prev span {
    left: 0px;
}
.fancybox-album .fancybox-next span {
    right: 0px;
}
}
@media screen and (max-width: 600px) {
    .album-list {
        max-width: 500px;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: left;
    }
}
/*@media screen and (max-width: 400px) {
    .album-list .item {
        width: 100%;
    }
    .album-list .item:nth-child(n) {
        clear: none;
    }
}*/