.main-article #describe #album{}
#album li {width: calc((100% / 3) - 25px);display: inline-block;vertical-align: top;margin: 10px;}
#album li .mofd {position:relative;-webkit-transition: all cubic-bezier(0.42, 0, 0, .97) .3s;}
#album li .photo { background: no-repeat 50% / auto 100%; }
#album li .photo a {display: block;position: relative;}
#album li .photo a:after {
    width: 0px;
    height: 100%;
    background: rgb(0 54 109 / 50%);
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 0.5s ease;
}
#album li:hover .photo a:after{    width: 100%;}
#album li .photo a img { width: 100%; }
#album li h3 {position: absolute;width: 100%;left: 0;bottom: 0;}
#album li h3 a {padding: 10px 35px;background: rgb(0 0 0 / 50%);display: inline-block;font-weight: 400;font-size: 15px;color: #f5f5f5;-webkit-transition: all .5s ease-in-out;}
#album li:hover h3 a{
    background: rgb(0 0 0 / 0%);
}
#album li h3 a i { margin-right: 5px; width: 25px; height: 25px; background: #225c6d; border-radius: 50%; line-height: 25px; text-align: center; font-size: 15px; }
#album li { transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -moz-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -ms-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -o-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -webkit-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; }

/* bookBox */
#bookBox .wall { position: relative; overflow: hidden; display: block; }
#bookBox .wall-column { position: relative; float: left; width: 50%; display: block; box-sizing: border-box; }
#bookBox .wall-column .article {position: relative;margin: 15px 8px;}
#bookBox .wall-column .album_box {}
#bookBox .wall-column .article a { display: block; }
#bookBox .wall-column .article h3 { position: absolute; width: 100%; bottom: 0; left: 0; }
#bookBox .wall-column .article h3 a { margin: 10px; padding: 10px; background: rgba(255, 255, 255, .7); text-align: center; font-size: 18px; color: #444; }

/* album-info */
#bookBox .wall-column { width: calc(100% / 3); }
#bookBox .wall-column .album_box img { width: 100%; }

@media screen and (max-width: 1280px) {
	#bookBox .wall-column { width: 50%; }
}
@media screen and (min-width: 1025px) {
	#album li:hover .mofd#album li .photo a { transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -moz-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -ms-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -o-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -webkit-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 768px) {
	#album li{
    width: calc(50% - 25px);
}
}
@media screen and (max-width: 640px) {
	#bookBox .wall-column { width: 100%; }
	#album li{
    width: 100%;
    margin: 10px 0;
}
}