/* 替换世界杯蓝色横幅背景图 */
.worldcup-activity-banner,
.worldcup-hero,
.hero,
.hero-section,
.cup-hero {
  background-image:
    linear-gradient(90deg, rgba(13, 45, 130, .34), rgba(13, 45, 130, .08)),
    url('/images/worldcup-bg-new.png') !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

/* PC端横幅高度 */
@media (min-width: 769px) {
  .worldcup-activity-banner,
  .worldcup-hero,
  .hero,
  .hero-section,
  .cup-hero {
    min-height: 210px !important;
  }
}

/* H5端横幅适配 */
@media (max-width: 768px) {
  .worldcup-activity-banner,
  .worldcup-hero,
  .hero,
  .hero-section,
  .cup-hero {
    min-height: 150px !important;
    background-position: center right !important;
    border-radius: 0 !important;
  }
}
