@charset "utf-8";
/*列表通用 index、album*/
/*------------ album ------------*/
/*基本樣式*/
.album-list .item {
    margin: 0 auto 30px;
}
.album-list .item .box {
    margin: 0 auto;
    position: relative;
    transition: all .2s;
    box-sizing: border-box;
}
.album-list .item{
    width:33.3%;
}
.album-list .item:nth-child(3n+1) {
    clear: left;
}
.album-list .item .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.album-list .item .pic {
    overflow: hidden;
    position: relative;
}
.album-list .item .pic img {
    width: 100%;
}
.album-list .item .name:after{
    color: #fff;
    background: #D72828;
}
.album-list .item .namebox {
   /* text-align: -webkit-auto;
    line-height: 1.5;
    font-size: 16px;
    height: 25px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    margin: 15px 5px 10px;*/
    margin: 0px 0px 0px;
    border: 0;
    /* padding: 10px 15px 3px 15px; */
    background: #595959;
    position: relative;
}
.album-list.type3 .item .name{
    height:auto;
    margin: 10px 5px 10px;
    -webkit-line-clamp: 1;
    font-size: 18px;
    font-weight: 400;
}
.album-list .item .name{
    color: #fff;
    text-align: left;
}
.album-list .item .box:hover .namebox{
    background: #D72828;
}
.album-list .item .box .more ,.album-list.slick-slider.type1 .item .box .more{
    text-indent: -9999px;
    display: none;
}
.album-list .item .box .more: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: 20px;
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0px;
    z-index: 2;
    color: #fff;
    background: #000000;
    border-radius: 50%;
    text-indent: initial;
    transition: all .3s;
    opacity: 0;
}

.album-list .item .box:hover .more:after {
    bottom: 0px;
    opacity: 0;
}
/*欄設定*/
/*1排6欄*/

.album-list.column6{
    margin:  0 -15px;
}
.album-list.column6 .item {
    width: 16.6%;
    padding: 0 15px;
}
.album-list.column6 .item:nth-child(3n+1) {
    clear: none;
}
.album-list.column6 .item:nth-child(6n+1) {
    clear: left;
}
/*1排5欄*/
.album-list.column5 .item:nth-child(3n+1) {
    clear: none;
}
.album-list.column5 .item:nth-child(5n+1) {
    clear: left;
}
.album-list.column5 .item {
    width: 20%;
}
/*1排3欄*/
.album-list.column3 .item:nth-child(3n+1) {
    clear: left;
}
.album-list.column3 .item {
    width: 33.3%;
}
/*1排4欄*/
.album-list.column4 .item:nth-child(3n+1) {
    clear: none;
}
.album-list.column4 .item:nth-child(4n+1) {
    clear: left;
}
.album-list.column4 .item {
    width: 25%;
}
/*!欄設定*/
/*格式設定*/
/*樣式1*/
.album-list.type1{
    margin: 0 -10px;
}
.album-list.type1 .item {
    padding: 0 10px 0px;
}
.album-list.type1 .item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.masonry-list.album-list.type1 .item {
    border-bottom: none;
}
.album-list.type1 .item .name {
    /*line-height: 1.5;
    font-size: 16px;
    height: 50px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    margin: 15px 5px 10px;*/
    margin: 0px 0px 0px;
    border: 0;
    padding: 10px 15px 10px 15px;
    background: #595959;
    position: relative;
    color: #ffffff;
}
.album-list.type1 .item .box:hover .name {
    background: #D72828;
} 
.album-list.type1 .item .box .more{
    display: block;
}
.album-list.type1.masonry-list .item .box .more{
    display: none;
}
.album-list.type1 .item .box .more: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: 20px;
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0px;
    z-index: 2;
    color: #DCDEDE;
    background: #000000;
    border-radius: 50%;
    text-indent: initial;
    transition: all .3s;
    opacity: 0;
}
.album-list.type1 .item .box:hover .more:after {
    bottom: -15px;
    opacity: 1;
}
/*樣式2*/
.album-list.type2{
    margin: 0;
}
.album-list.type2 .item {
    padding: 0px;
}
.album-list.type2 .item {
    border-bottom: none;
    margin-bottom: 0px;
}
.album-list.type2 .item .name,
.album-list.type2 .item .namebox {
    display: none;
}
.album-list.type2 .pic: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: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    right: 0;
    margin: auto;
    top: 0px;
    z-index: 3;
    color: #ffffff;
    transition: all .3s;
    opacity: 0;
}

.album-list.type2 .box:hover .pic:after {
    top: 45%;
    opacity: 1;
}

.album-list.type2 .box .pic:before {
    content: '';
    width: 90%;
    height: 90%;
    background: rgba(0, 0, 0, 0.62);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    opacity: 0;
    transition: all .3s;
}

.album-list.type2 .box:hover .pic:before {
    opacity: 1;
}
.album-list.type2 .item .box .more:after,
.album-list.type2 .item .box .more {
    display: none;
}
/*樣式3*/
.album-list.type3 .item{
     padding: 0 10px;
}
.album-list.type4 .item {
    border-bottom: none;
    margin-bottom: 50px;
}
.album-list.type4 .item .box {
    border: 1px solid #AAACAD;
    padding: 20px;
    background: #fff;
    top: 0;
    left: 0;
}
.album-list.type4 .item .box:hover {
    top: -10px;
    left: -10px;
}
.album-list.type4 .item .box:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #e1e1e1;
    position: absolute;
    display: block;
    z-index: -1;
    transition: all .3s;
}
.album-list.type4 .item .box:hover:after {
    left: 10px;
    top: 10px;
}
.album-list.type4 .item .box .more:after {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 0;
    left: auto;
    bottom: 0px;
    background: #AAACAD;
    border-radius: 50% 50% 0 50%;
    opacity: 1;
}
.album-list.type4 .item .box:hover .more:after {
    background: #000000;
    bottom: 0;
}
.album-list.type4 .item .box .more {
    position: absolute;
    right: 0;
    bottom: 0;
}
.album-list.type4 .item .name {
    text-align: left;
    margin: 20px 45px 0 0;
}
.album-list.type4 .item:hover .pic img {
    transform: scale(1);
}

/*
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #3e53e6;
}
.album-list .item .namebox{
    border: 1px solid #ddd;
    padding: 10px 15px 10px 15px;
    background: #fff;
    position: relative;
}
.album-list .namebox:before{
    content: 'MORE';
    display: inline-block;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 3px solid #000;
    padding-bottom: 3px;
}
.album-list .item .name{
    color: #666;
    text-align: left;
}
.album-list .item .box:hover .name{
    color: #142597;
}
.album-list.type1 .pic:before,
.album-list.type3 .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../../images/layout03/common/album/hover.png') 50% 50% no-repeat rgba(0,0,0,0.4);
    opacity: 0;
    z-index: 8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before{
    opacity: 1;
}
.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;
}
/*!瀑布流*/
.album-list.type1 .item .name {
    padding: 0px 0px 0px 0px;
    }
.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){
}
/*!列表通用 index、album*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/