/* sticky-footer */
html,body{height:100%;}
.main-wrap{min-height:100%; box-sizing:border-box; padding-bottom:120px;} /* 留出页脚空间 */
.site-footer{position:static; bottom:0; left:0; right:0;}
/* 通用容器占位 */
.section-empty{color:#888; text-align:center; padding:40px 0;}
