@charset "utf-8";
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #009ADD;
}
.album-list .item .name{
    color: #007BC1;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list .item .namebox{
    position: relative;
}
.masonry-list.type1 .item .name,
.masonry-list.type3 .item .name{
    position: relative;
}
/*!瀑布流*/
.album-list .item .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 .item: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);
}
/*!列表通用 index、album*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*-modify album-list css*/
/*-type common*/
.masonry-list.album-list .item .namebox:after{
    content: '\10ffff';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    right: 0;
    margin: auto;
    top: calc(50% - 20px);
    z-index: 3;
    color: #ffffff;
    background:#007BC1;
    display:flex;
    align-items:center;
    justify-content:center;
    transition: all .3s;
    opacity: 0;
}
.album-list.column6.type1 .item .namebox{
    /*background: #007BC1;*/
    padding: 10px;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
        padding: 0;
}
/*-type1*/

.album-list.type1 .item .name{
    height: fit-content;
    margin: 0 auto;
    box-sizing: border-box;
}
/*-type2*/
/*-type3*/
/*-type4*/
/*-//modify album-list css*/