.advertise {
  display: flex;
  justify-content: center;
}
.advertise > div {
  margin-top: 20px;
}

.advertise img {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
}
@media screen and (max-width: 1600px) {
  .advertise img {
    width: 1130px;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 1601px) {
  .advertise img {
    width: 1380px;
    height: 249px;
    vertical-align: bottom;
  }
}
.active-mark {
  width: 48px;
  height: 32px;
}
.active-card-comment {
  padding-left: 20px;
  background-image: url(https://img.zcool.cn/special-resource/voice/assets/img/icon-liuyan.png);
  background-size: 15px 14px;
  background-position: 0 center;
}
.card-content {
  margin-top: 0 !important;
}
