<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.all-btn {
  padding: 11px 33px;
  background: #ebebeb;
  border-radius: 15px;
}


.groom .title .icon {
  width: 18px;
  height: 18px;
}

.groom .groom-list img {
  width: 58px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 58px;
  border-radius: 1000px;
}

.groom .groom-list .list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.groom .groom-list .tips {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



.activity .list img {
  width: 114px;
  height: 63px;
  border-radius: 3px;
}

.activity .list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.activity .list .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 57px;
}

.activity .swiper-container img {
  width: 100%;
  height: 160px;
}

.label {
  display: block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-pagination {
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}

.swiper-container {
  --swiper-theme-color: #e60012;
  --swiper-pagination-color: #e60012;/
}

.article-list .video::after {
  display: block;
  content: '';
  background: url('../../images/24gf-playCircle.png') no-repeat center/cover;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}</pre></body></html>