@charset "utf-8";
/**
 * 国鑫首页两侧悬浮广告
 */
.guoxin-side-ads {
  position: fixed;
  z-index: 1500;
  pointer-events: none;
}

.guoxin-side-ad {
  position: fixed;
  pointer-events: auto;
  line-height: 0;
  background: none;
  transition: opacity 0.2s ease;
}

.guoxin-side-ad a {
  display: block;
  line-height: 0;
  background: none;
}

.guoxin-side-ad img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: 0;
  background: none;
}

.guoxin-side-ad-left {
  left: max(8px, calc(50% - 620px - var(--guoxin-ad-width, 120px)));
}

.guoxin-side-ad-right {
  left: calc(50% + 620px);
}

.guoxin-side-ad:hover {
  opacity: 0.92;
}

@media (max-width: 1400px) {
  .guoxin-side-ad-left {
    left: 8px;
  }

  .guoxin-side-ad-right {
    left: auto;
    right: 8px;
  }
}
