<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.coverContainerMove,
.scaleBig {
  transition: all 0.5s;
}
.scaleBig {
  /* z-index: 101; */
}
.scaleBig:hover {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
}
.scaleBigBox {
  overflow: hidden;
  /* z-index: 102; */
  border-radius: 6px;
  position: relative;
}
.featherselection_titleimg:hover,
.topicIndex img:hover {
  cursor: pointer;
}
.shadowWrapperCardBox {
  transition: all 0.2s linear;
  position: relative;
}
.shadowWrapperCardBox:hover {
  z-index: 10;
}
.shadowWrapperCardBox::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
}
.shadowWrapperCardBox:hover::before {
  box-shadow: 1px 3px 20px 0 rgba(202, 202, 202, 0.65);
}
.articleImg {
  margin-left: 17px;
}
.colorLink:hover {
  color: #0289ff;
}
.buttonLink {
  border-radius: 6px;
  background: #ffdb00;
}
.buttonLink:hover {
  background: #ffd100;
}
.buttonLink2 {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #aaaeb3;
  color: #aaaeb3;
}
.buttonLink2:hover {
  cursor: pointer;
  border: 1px solid #212629;
  color: #212629;
}
.buttonLink3:hover {
  background: #ffdb00;
}
.buttonLink4 {
  background: #f6f7f9;
}
.buttonLink4:hover {
  background: #ffdb00;
}
.swiper-button-white {
  opacity: 0;
}
.swiper-container:hover .swiper-button-white {
  opacity: 1;
}
.coverContainerMove:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  box-shadow: 0 1px 30px 0 hsla(0, 0%, 85.9%, 0.88);
}
.collectItemChecked,
.iconChecked,
.iconChecked2 {
  transition: all 0.3s;
  transform: translateX(-100%);
}
.collectItemChecked {
  width: 120px;
  height: 2px;
  position: absolute;
  left: 120px;
  bottom: 0;
  background: #fcc63a;
}
.collectItemType1 {
  margin-left: 10px;
}
.collectItemCheckedText {
  color: #212629 !important;
}
.iconChecked2Empty,
.iconCheckedEmpty {
  position: relative;
}
.iconChecked,
.iconChecked2 {
  position: absolute;
  width: 80px;
  height: 33px;
  top: 12px;
  left: 80px;
  color: #333;
  background: rgba(255, 219, 0, 1);
  border-color: rgba(255, 219, 0, 1);
  border-radius: 6px;
  cursor: pointer;
  z-index: 1;
}
.swiper-button-white {
  transition: all 0.2s;
}
.swiper-container:hover .swiper-button-prev {
  transform: translateX(6px);
}
.swiper-container:hover .swiper-button-next {
  transform: translateX(-6px);
}
.coverPointer {
  cursor: default;
}
.textPointer {
  cursor: text;
}
.titleTipLine::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 20px;
  background: #ffdb33;
  border-radius: 3px;
  top: 0;
  left: 0;
}
.backgroundFix {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
</pre></body></html>