/* banner 背景图铺满不留白，调整显示比例 */
#banner.banner {
  background-size: cover !important;
  background-position: center 30% !important;
}
