@charset "utf-8";
/*列表通用 index、album*/

.album-list li .pic:before {
    content: "";
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.70);
}

.album-list li .box:hover .pic:before {
    transition: all 0.3s ease;
    opacity: 1;
}

.album-list .box .name {
    color: #000;
}

/* 版型 */
.album-list.type1 .item .box:hover .pic img {
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
    -ms-transform: scale(1.12);
}

.album-list.type3 .box .namebox, .album-list.type1.masonry-list .box .namebox {
    padding: 28px 14px 10px;
    background: #BBBBBB;
    transition: all 0.3s ease;
}

.album-list.type3 .box:hover .namebox, .album-list.type1.masonry-list .box:hover .namebox {
    background: #E27441;
}

.album-list.type3 .box .name, .album-list.type1.masonry-list .box .name {
    color: #fff;
    margin: 0;
}

.album-list.type3 .item .name, .album-list.type1.masonry-list .item .name {
    height: 25px;
    -webkit-line-clamp: 1;
}

.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, 0.8);
}

/* ! 版型 */
.album-list.type3 .item .pic {
    /* overflow: hidden; */
    position: relative;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    top: 12px;
}
.album-list.type3 .item .box:hover .pic{
    transform: skewY(0deg);
}
.album-list.type3 .item .box .pic img{
    transform: skewY(4deg) scale(1.08);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
}

.album-list.type3 .item .box:hover .pic img{
    transform: skewY(0deg) scale(1.12);
}
/*瀑布流*/

.masonry-list.album-list.type1 .item {
    margin-bottom: 25px;
}

.masonry-list.album-list.type1 .item .name {
    text-align: left;
}

.masonry-list.album-list.type1 .item .box .more {
    display: none;
}

/*!瀑布流*/

/*!列表通用 index、album*/

.album-list.type1 .item {
    border-color: #ccc;
}

.album-list.type1 .item .box .more:after {
    background-color: #AD0501;
    color: #fff;
}

/*瀑布流*/

.masonry-list .item:nth-child(n), .has-side .masonry-list .item:nth-child(n) {
    clear: none!important;
}

/*!瀑布流*/