@charset "UTF-8";
.promo-banner {
  width: 100%;
  height: 350px; /* 你可以根据需要调整高度 */
  background-color: #f8f9fa; /* 你可以设置你喜欢的背景颜色 */
  text-align: center;
  margin-bottom: 20px; /* 可以在底部添加一些间距 */
}

.promo-banner img {
  width: 100%;
  height: auto;
}