/* ==================== 顶部横幅样式 ==================== */
.enterprise-top-banner {
  width: 100%;
  background-color: #0052cc; /* 深蓝色背景，可自行调整色值 */
  padding: 18px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "Microsoft Yahei", sans-serif;
  margin: 0 !important;
  border: none !important;
  box-sizing: border-box;
}

.banner-left h2 {
  font-size: 38px;
  color: #ffff00; /* 黄色标题 */
  margin: 0 0 6px 0;
  font-weight: bold;
  line-height: 1.2;
}

.banner-left p {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.banner-right #flash-contact-phone {
  font-size: 64px;
  font-weight: 900;
  color: #ffff00; /* 初始黄色电话 */
  text-decoration: none;
  letter-spacing: 2px;
}

/* ==================== 侧边栏纯图片广告样式 ==================== */
.sidebar-enterprise-ad {
  width: 100%;
  background-color: #0052cc;
  margin-bottom: 16px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 !important; /* 彻底去掉内边距，让图片填满 */
  overflow: hidden; /* 防止图片溢出 */
}

.sidebar-enterprise-ad img {
  width: 100%;
  height: auto;
  display: block; /* 去掉图片下方默认的空白间隙 */
  margin: 0 !important;
  border-radius: 0 !important;
}