.adv {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.adv a {
  display: block;
  width: 100%;
}
.adv a img {
  transition: all 0.1s ease;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.adv a img:hover {
  transform: scale(1.02);
}
.adv .adv-flag {
  position: absolute;
  bottom: 5px;
  right: 0;
  color: #d8d4d4;
  border-radius: 10px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0px 5px;
  margin: 0px;
  font-size: 12px;
}
.adv .adv-tips {
  position: absolute;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 0 5px;
  right: -1.5px !important;
  bottom: -1px !important;
  background: rgba(120, 120, 120, 0.5);
  border-radius: 6px 0 0 0;
  color: #d5d5d5;
  font-size: 12px;
  width: 31px;
  overflow: hidden;
  transform: scale(0.85);
  transition: all 0.3s ease-out;
  white-space: nowrap;
}

/*# sourceMappingURL=ad.css.map*/
@charset "UTF-8";
.grid-container {
  display: flex;
  flex-wrap: wrap;
}
.grid-container .grid-item {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 50%;
  box-sizing: border-box; /* 确保边框不会增加项目的实际宽度 */
}

/*# sourceMappingURL=grid-container.css.map*/
