@charset "utf-8";
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}

.album-list .item .box {
    
    padding-bottom: 60px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #0C7FB8;
}
.album-list .item .namebox{
    /* border: 1px solid #ddd;
    padding: 10px 15px 10px 15px;
    background: #fff;
    position: relative; */

    position: absolute;
    z-index: 5;
    bottom: 0;
    background: #fff;
    border-radius: 15px;
    font-family: "Noto Sans TC", sans-serif;
    left: 15px;
    right: 15px;
    bottom: 0px;
    box-shadow:0px 0px 10px 0 #0c7fb83b;
}

 
.album-list.column6.type1 .item .namebox {
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
}

.album-list.column6.type1 .item .box:hover .namebox{
    background: transparent;
  

}

.album-list.column6.type1  .item .box:hover .name {
    color: #0C7FB8;
}

.album-list.column6.type1 .item .name{
    margin: 10px 0px;
}

 

.album-list .item .name{
    color: #666;
    text-align: left;
}
.album-list .item .box:hover .name{
    color: #fff;
}

.album-list.type1 .item .name {
    font-size: 18px;
    height: 25px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    margin: 10px 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.album-list .item .name{
    color: #666;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: normal;
    margin: 10px 15px;
    text-align: center;
}
.album-list .item .box:hover .namebox{
   background: #0C7FB8;
   color: #fff;
}

.album-list.type1 .item .box:hover .name{
    color: #fff;
}


.album-list .item .pic{
    border-radius: 15px;
}

.album-list.type1 .pic:before,
.album-list.type3 .pic:before{
    
}
.album-list .box:hover .pic:before{
    
}
.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.album-list .item .namebox{
    position: relative;
    position: absolute;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
    padding: 0 10px !important;
}
/*!瀑布流*/
.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);
}
/*------------ rwd ------------*/
@media screen and (max-width: 768px){

  
}

@media screen and (max-width: 484px){
    .album-list.type3 .item .name {
        margin-top: 10px;
        margin: 10px 5px;
    }

    .album-list .item .namebox {
        left: 0;
        right: 0;
        
    }

    .masonry-list.album-list.type1 .item .name {
        
        margin: 10px 5px;
    }
}

/*!列表通用 index、album*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/