.ad-slot {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #faf7ef;
  color: var(--ink);
  text-decoration: none;
  border-radius: 18px;
  box-shadow: 0 12px 35px #55325312;
}

.ad-slot::before {
  content: "广告";
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 7px;
  padding: 2px 5px;
  border: 1px solid #ffffff88;
  background: #17130f88;
  color: #fff;
  font-size: 9px;
}

.ad-slot > a {
  display: block;
  min-height: inherit;
  color: inherit;
  text-decoration: none;
}

.ad-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ad-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
  padding: 20px 54px 20px 20px;
}

.ad-copy strong {
  font: 500 22px STSong, SimSun, serif;
}

.ad-copy span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
}

.ad-home {
  display: block;
  width: min(100%, 650px);
  min-height: 100px;
  margin-top: 30px;
}

.ad-banner {
  display: block;
  min-height: 110px;
  margin-top: 28px;
}

.ad-side {
  display: block;
  min-height: 100px;
  margin-top: 26px;
}

.network-ad {
  position: relative;
  width: 100%;
  min-height: 90px;
  margin-top: 28px;
  overflow: hidden;
  background: #faf7ef;
  border: 1px solid var(--line);
}

.network-ad > span {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  padding: 2px 5px;
  background: #17130f99;
  color: #fff;
  font-size: 9px;
}

.baidu-ad-container {
  width: 100%;
  min-height: 90px;
}
