@charset "utf-8";
/*列表通用 index、album*/
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #FD6880;
    background: -moz-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: -webkit-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: linear-gradient(to 315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD6880', endColorstr='#0DBACB',GradientType=1);
}
.album-list .item .name{
    color: #444;
    font-weight: normal;
    letter-spacing: 1px;
}
/*/列表通用 index、album*/
/*------------ album ------------*/
/*al_type1*/
.album-list.type1 .item .name {
    font-weight: normal;
    margin: 15px 0;
}
.album-list.type1 .item {
    border-bottom: 1px dashed #ddd;
}
.album-list.type1.column6 .item .name {
    margin: 15px 0 10px;
}
/*/al_type1*/
/*al_type2*/
.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, 0.5);
    transition: all .3s ease;
}
/*/al_type2*/
/*al_type3*/
.album-list.type3 .item {
    margin: 0 auto 40px;
}
.album-list.type3 .item .name {
    margin: 15px 0 0;
}
/*/al_type3*/
/*瀑布流*/
.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 .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;
    position: absolute;
    right: 12px;
    top: -26px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    background: #FD6880;
    background: -moz-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: -webkit-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: linear-gradient(to 315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD6880', endColorstr='#0DBACB',GradientType=1);
    border-radius: 50%;
    text-indent: initial;
    transition: all .3s ease;
    z-index: 20;
    opacity: 0;
}
.masonry-list.type1 .item .box:hover .namebox:after,
.masonry-list.type3 .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.type1 .item .name,
.masonry-list.type3 .item .name{
    padding-right: 60px;
    position: relative;
}
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*/瀑布流*/
/*------------ /album ------------*/
/*------------ rwd ------------*/