@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 .item .box{
    top: 0;
    transition: all 0.3s ease;
}

.album-list.type3 .item .box:hover{
    top: -10px;
}

.album-list .box .name {
    color: #333;
}

.album-list .namebox{
    position: relative;
}

.album-list .namebox:before {
    content: 'More';
    display: inline-block;
    color: #fff;
    background: #F6A700;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 5px 22px;
    position: absolute;
    top: -20px;
    left: 0;
    font-weight: 300;
}

.album-list .namebox::after {
    content: '';
    display: inline-block;
    background: #fff;
    width: 28px;
    height: 1px;
    position: absolute;
    top: -3px;
    left: -15px;
    z-index: 5;
}

/* 版型 */
.album-list.type3 .box .namebox {
    padding: 30px 15px 15px;
    background: #fff;
    transition: all 0.3s ease;
    width: 83%;
    margin: -15px 0 0 auto;
    box-shadow: 0px 0px 25px 15px rgb(0 0 0 / 3%);
}

.album-list.type1 .box:hover .namebox,
.album-list.type1 .box:hover .namebox,
.album-list.type3 .box:hover .namebox {
    background: #76888B;
}

.album-list .box .name, 
.album-list.type1 .masonry-list .box .name, 
.album-list.type3 .masonry-list .box .name {
    color: #333;
    font-weight: normal !important;
    text-align: left !important;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 50px;
}

.album-list .box:hover .name, 
.album-list.type1.masonry-list .box:hover .name, 
.album-list.type3.masonry-list .box:hover .name {
    color: #fff;
}

.album-list.type1 .item .name,
.album-list.type1.masonry-list .item .name,
.album-list.type3.masonry-list .item .name {
    margin: 0;
    height: 50px;
    -webkit-line-clamp: 2;
}

.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, 0.8);
}

/* type1 */
.album-list.type1 .namebox:before,
.album-list.type1 .namebox::after{
    display: none;
}

.album-list.type1 .box .namebox{
    padding: 10px;
    background: #fff;
    transition: all 0.3s ease;
    margin: 0 auto;
    box-shadow: 0px 0px 25px 15px rgb(0 0 0 / 3%);
}

/* ! 版型 */

/*瀑布流*/

.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: #DFE8E7;
}

.album-list.type1 .item .box .more:after {
    background-color: #F6A700;
    color: #fff;
}

/*瀑布流*/

.masonry-list .item:nth-child(n), .has-side .masonry-list .item:nth-child(n) {
    clear: none!important;
}

/*!瀑布流*/

@media screen and (max-width: 1000px) {
    .album-list .namebox::after {
        width: 15px;
        left: -7.5px;
    }
    .album-list.type3 .box .namebox{
        width: 75%;
    }
    .album-list.type3 .box .namebox {
        padding: 20px 10px 10px;
    }
    .album-list .namebox:before {
        font-size: 12px;
        padding: 2px 15px;
        top: -10.5px;
    }
}
@media screen and (max-width: 767px){
    .album-list.type3 .item .name {
        margin-top: 0;
    }
}
