@charset "utf-8";
/*列表通用 index、album*/
.album-list li .pic:before {
	content: "";
    position: absolute;
    transition: all .5s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.62)
}
.album-list li .box:hover .pic:before{
	transition: all .5s ease;
    opacity: 1;
}
/*瀑布流*/
.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:#E2E2E2;
}
.album-list.type1 .item .box .more:after{
    background-color: #ACCE22; 
    color: #fff;  
}
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
.album-list .box .namebox{
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 2px 20px 0px rgb(0 0 0 / 10%);
    margin: -30px 8px 0;
    z-index: 1;
}
.album-list .box .name {
    color: #383534;
    font-size: 18px;
    font-weight: normal;
    transition: all .5s ease;
    margin: 0;
}
.album-list .box:hover .name{
    color: #13723E;
}
/* type1 */
.album-list.type1.column6 .item .pic{
    border-radius: 10px;
}
.album-list.type1.column6 .box .namebox{
    padding: 0;
    box-shadow: none;
    background: transparent;
    margin: 0;
}
.album-list.type1.column6 .item .name{
    margin: 10px 5px 0;
    font-weight: normal;
}
.album-list.type1.column4 .item .name {
    color: #383534;
    font-size: 18px;
    font-weight: normal;
    transition: all .5s ease;
    margin: 0;
}
/* / type1 */
/* type3 */
.album-list.type3 .item{
    padding: 0;
}
/* /type3 */
