@charset "utf-8";
/*列表通用 index、album*/
.album-list.type3 .pic:before,
.album-list.type4 .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*border-radius: 50%;*/
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url('../../../images/layout05/common/album/hover.png');
}
.album-list.type3 .box:hover .pic:before,
.album-list.type4 .box:hover .pic:before{
    opacity: 1;
    background-position: 50% 50%;
}
.album-list:not(.masonry-list) .pic{
    border-radius: 50%;
    overflow:hidden; 
}
.album-list:not(.masonry-list) .pic *,.album-list:not(.masonry-list) .pic:before,.album-list:not(.masonry-list) .pic:after{
    border-radius: 50%;
    overflow: hidden;
}
.album-list.type1 .item .box .more:after{
    background: #8DA2B3;
    color: #fff;
}
.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;
}
.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;
}
/*-modify album-list css*/
/*-type common*/
.album-list.type1 .item{
    padding:0 5px;
}
.album-list .box .pic{
        border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgb(190 199 205 / 40%);
    padding: 6px;
    box-sizing: border-box;
    transition:all .3s;
}
.album-list .box:hover .pic{
    background:#8CA1B2;
}
.album-list.type2 .box .pic:before{
    border-radius: 100%;
}
.album-list .item .pic img {
    width: 100%;
    border-radius: 100%;
}
.album-list .name{
    font-size: 18px;
    font-family: "Noto Serif TC", serif;
    color: #444;
    font-weight: 600;
    letter-spacing: 2px;
    transition:all .3s;
}
.album-list .box:hover .name{
    color:#8CA1B2;
}
.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:#8DA2B3;
    display:flex;
    align-items:center;
    justify-content:center;
    transition: all .3s;
    opacity: 0;
}
.album-list.column6.type1 .item .namebox{
    
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
        padding: 0;
}
/*-type1*/

.album-list.type1 .item .name{
    -webkit-line-clamp: 1;
    height: auto;
    margin: 0 auto;
    padding: 16px 0 0;
    font-size: 18px;
}
/*-type2*/
/*-type3*/
/*-type4*/
/*-//modify album-list css*/
/*------------ rwd ------------*/
@media screen and (max-width: 768px){
}
/*!列表通用 index、album*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/