.main-title.album{
    background-image: url(../../images/common/album/main_title.png);
}
.album-list {
    margin: 0 -5px;
}
.album-list .item {
    width: 25%;
    padding: 0 5px;
}
.album-list .item:nth-child(5n+1) {
    clear: left;
}
.album-list .box {
    /* max-width: 360px; */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.album-list .box .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 {
    position: relative;
    overflow: hidden;
}
.album-list .pic:before {
    content: '';
    display: block;
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.album-list .box:hover .pic:before {
    opacity: 1;
}
/***********燈箱****************/
body .fancybox-skin {
    background: #E4E4E4;
}
body .fancybox-title {
    background: #fff;
    margin: 0;
    padding: 15px;
}
.photo-title,
.photo-intro {
    display: none;
}
.photo-pager {
    color: #333;
    font-size: 16px;
    letter-spacing: 0.03rem;
    margin: 10px 0;
    font-family: 'Frank Ruhl Libre',serif;
}
.photo-pager b {
    color: #E28346;
    font-size: 16px;
}
.photo-control {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: right;
}
.photo-control .ibtn {
    position: relative;
}
.photo-control .ibtn.prev {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: rgba(46, 97, 145,0.7);
    border: 1px solid rgba(46, 97, 145,1);
    border-radius: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 99px;
    margin-top: -20px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.photo-control .ibtn.prev::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    background: #fff;
    top: 26px;
    left: 15px;
    transition: all 0.3s ease;
}
.photo-control .ibtn.prev::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 1px;
    background: #fff;
    top: 24px;
    left: 14px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}
.photo-control .ibtn.next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: rgba(46, 97, 145,0.7);
    border: 1px solid rgba(46, 97, 145,1);
    border-radius: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 50px;
    margin-top: -20px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.photo-control .ibtn.next::before{
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    background: #fff;
    top: 26px;
    left: 14px;
    transition: all 0.3s ease;
}
.photo-control .ibtn.next::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 1px;
    background: #fff;
    top: 24px;
    left: 32px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.photo-control .ibtn.prev:hover,
.photo-control .ibtn.next:hover {
    background: rgba(233, 111, 34,0.7);
    border-color: rgba(233, 111, 34,0.7);
}
/* close */
.photo-control .ibtn.close {
    background: rgba(46, 97, 145,0.7);
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    outline: 5px solid rgba(46, 97, 145,0.7);
    bottom: 5px;
    right: 5px;
    transition: all 0.3s ease;
}
.photo-control .ibtn.close:hover{
    background: rgba(233, 111, 34,0.7);
    outline-color: rgba(233, 111, 34,0.7);
}
.photo-control .ibtn.close::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    top: 9px;
    left: 18px;
    transition: all 0.3s ease;
}
.photo-control .ibtn.close::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #fff;
    transform: rotate(-45deg);
    top: 9px;
    left: 18px;
    transition: all 0.3s ease;
}
.photo-control .ibtn.close:hover:before{
    transform: rotate(-45deg);
}
.photo-control .ibtn.close:hover:after{
    transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(4n+1) {
        clear: left;
    }
}
@media screen and (max-width: 600px) {
    .album-list .item {
        width: 50%;
        padding: 10px;
    }
    .album-list .item:nth-child(2n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 480px) {
    .album-list .item {
        padding: 2px;
    }
    .album-list {
        margin: 0;
    }
    .album-list .item:nth-child(n) {
        clear: none;
    }
}