#sub-banner a{
    background-position: 50% 50%;
}

#album .bList { overflow: hidden; margin: 0; }
#album .bList >div { float: left; width: calc(100% / 4); }
#album .bList .mofd {margin: 15px;}
#album .bList .mofd .photo {background: no-repeat 50% 50% / cover;}
#album .bList .mofd .photo a { display: block }
#album .bList .mofd .photo a img { width: 100%; }
#album .bList .mofd h3 {overflow: hidden;margin-top: 15px;font-size: 18px;font-weight: 400;color: #423c3c;white-space: nowrap;text-overflow: ellipsis;}
#album .bList .mofd h3 a {
    display: block;
    text-align: center;
    transition: all linear .2s;
}
#album .bList .mofd:hover h3 a{
    letter-spacing: 2px;
}

/* 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%; }
#bookBox .wall-column .album_box b{
    text-align: center;
    display: block;
    margin: 10px 0;
}

.contact_btn{
      display: flex;
      justify-content: center;
      margin: 30px 0 50px;
  }
.contact_btn a.call{padding: 20px 50px;display: inline-flex;align-items: center;background-color: #cdd528;letter-spacing: 2px;border-radius: 35px;font-size: 18px;font-weight: 600;}
.contact_btn svg{
      width: 40px;
      height: 26px;
      fill: #161414;
  }
@media

@media screen and (max-width:1440px) {
	#album .bList >div { width: calc(100% / 3); }
}
@media screen and (max-width:1280px) {
	#bookBox .wall-column { width: 50%; }
}
@media screen and (max-width:768px) {
	#album .bList >div { width: calc(100% / 2); }
}
@media screen and (max-width:640px) {	
	#bookBox .wall-column { width: 100%; }
	#album .bList .mofd { margin: 0 10px 50px 10px; }
}
@media screen and (max-width:480px) {
	#album .bList .mofd { margin: 0 6px 20px 6px; }
	#album .bList .mofd h3 { margin-top: 5px; font-size: 16px; }
}