@charset "UTF-8";
/**
 * 办事指南
 * date: 2025-4-22
 * author: jyxuan
 */
.sub-banner {
  background-image: url("../images/sub_banner_img2.png");
}

/* 768px <= width <= 1199px */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tab-hd {
    margin-top: 20px;
  }
}
/* 480px <= width <= 767px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tab-hd {
    margin-top: 16px;
  }
}
/* 320px <= width <= 479px */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .tab-hd {
    margin-top: 12px;
  }
}