.album-list {
    margin: 0;
}
.album-list .item {
    width: 25%;
    padding: 0;
}
.album-list li .box {
    margin: auto;
    position: relative;
}
.album-list li .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.album-list li .box .pic {
    position: relative;
    overflow: hidden;
}
.album-list li .box .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;
}
.album-list li .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);
}
.album-list li .box {
    position: relative;
}
.album-list li .box .name {
    padding: 0px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease;
    height: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.album-list li .box:hover .name {
    height: 39px;
    padding: 7px 0;
}
.album-list li .box .name a {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
    display: block;
    text-align: center;
}
.album-list .fancybox {
    display: none;
}
.fancybox-title .fancybox-title {
    position: relative;
    width: 100%;
}
.fancybox-title .photo-intro {
    padding: 0 0 25px 0;
    font-size: 15px;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.fancybox-title .photo-title {
    font-size: 18px;
    margin: 10px 0;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.fancybox-nav span {
    width: 26px;
    height: 47px;
	background-size: 52px 94px; 
    margin-top: -20px;
    visibility: visible;
    background-repeat: no-repeat;
}
.fancybox-prev span {
    background-position: 0 0;
    left: -70px;
}
.fancybox-next span {
    background-position: 100% 0;
    right: -70px;
}
.fancybox-prev:hover span {
    background-position: 0 100%;
}
.fancybox-next:hover span {
    background-position: 100% 100%;
}
body .fancybox-skin {
    border-radius: 0;
    margin-top: 40px;
    border-radius: 0px;
    padding: 10px;
    position: relative;
}
.photo-pager b {
    font-size: 18px;
    font-weight: bold;
}
.photo-pager {
    text-align: center;
    margin-bottom: 10px;
    display: block;
}
.photo-pager span {
    border-radius: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 25px;
    display: inline-block;
}
.fancybox-opened .fancybox-skin {
    box-shadow: 0 0 0;
}
@media screen and (max-width: 1200px) {
    .album-list {
        margin: 0 -10px;
    }
    .album-list .item {
        width: 33.33%;
        padding: 0 10px;
    }
    .album-list .item .box {
        margin-bottom: 20px
    }
    .album-list .item:nth-child(n) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: left;
    }
    .album-list .box {
        margin: 0 auto 20px;
        padding-bottom: 0px;
    }
    .album-list .name {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .album-list li .box .name {
        height: 39px;
        padding: 7px 0;
    }
}
@media screen and (max-width: 769px) {
    .album-list .item {
        width: 50%;
        padding: 0 10px;
    }
    .album-list .item .box {
        margin-bottom: 20px
    }
    .album-list .item:nth-child(n) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: left;
    }
    .fancybox-prev span {
        left: 0px;
    }
    .fancybox-next span {
        right: 0px;
    }
    @media screen and (max-width: 400px) {
        .album-list .item {
            width: 100%;
        }
        .album-list .item:nth-child(n) {
            clear: none;
        }
    }