
.ad-wrapper[data-v-51243472] {
  overflow: auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.ad-container[data-v-51243472] {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

/* 关闭按钮样式 */
.ad-close-btn[data-v-51243472] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: white;
  font-size: 14px;
}
.ad-close-btn[data-v-51243472]:hover {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ad-close-btn[data-v-51243472]:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/* 刷新指示器样式 */
.refresh-indicator[data-v-51243472] {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 10px;
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.refresh-indicator.refreshing[data-v-51243472] {
  background: rgba(24, 144, 255, 0.8);
  -webkit-animation: pulse-data-v-51243472 1s infinite;
          animation: pulse-data-v-51243472 1s infinite;
}
.refresh-text[data-v-51243472] {
  display: inline-block;
}
@-webkit-keyframes pulse-data-v-51243472 {
0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0.6;
}
}
@keyframes pulse-data-v-51243472 {
0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0.6;
}
}
.ad-video[data-v-51243472] {
  width: 100%;
  background: #000;
  min-height: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ad-video video[data-v-51243472] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  outline: none;
}
.ad-image[data-v-51243472] {
  width: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ad-image .img-1[data-v-51243472] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ad-content[data-v-51243472] {
  padding: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 0;
}
.ad-title[data-v-51243472] {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 6px 0;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.ad-description[data-v-51243472] {
  font-size: 12px;
  color: #666;
  margin: 0 0 10px 0;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.cta-button[data-v-51243472] {
  background: #1890ff;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cta-button[data-v-51243472]:hover {
  background: #40a9ff;
}
.advertiser[data-v-51243472] {
  font-size: 10px;
  color: #999;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

