<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper {
  width: 28.92rem;
  height: 25.08rem;
  position: relative;
  margin: 0 auto;
}
.swiper .swiper-slide {
  border: 1px solid #000;
}
.swiper .txts {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3A3A3A;
  padding: 0.83rem;
}
.swiper .btn-more {
  width: 33px;
  height: 15px;
  background-color: #FF6D1E;
  color: #fff;
  font-size: 9.96px;
  text-align: center;
}
.swiper .section_2 {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper .section_2 .img {
  width: 28.92rem;
  height: 19.25rem;
}
.swiper .section_2 &gt; .text-wrapper_8 {
  width: 28.92rem;
  height: 2.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 0.42rem;
}
.swiper .section_2 &gt; .text-wrapper_8 &gt; .text_19 {
  width: 100%;
  color: #000000;
  font-size: 1.33rem;
  font-weight: bold;
  display: block;
  padding: 1rem 0;
}
.head-img {
  width: 29.5rem;
  height: 16.75rem;
  display: flex;
}
.head-title {
  width: 29.5rem;
  display: flex;
  margin: 1.5rem auto 3.5rem;
}
.intro {
  width: 29.5rem;
  height: 16.75rem;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
}
.intro .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.92rem;
  background: rgba(0, 0, 0, 0.75);
}
.intro .txt1 {
  width: 100%;
  font-size: 1.33rem;
  color: #fff;
  font-weight: bold;
  margin: 1.5rem 0;
  padding: 0 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.intro .txt2 {
  color: #fff;
  width: 100%;
  font-size: 1.17rem;
  line-height: 1.53rem;
}
.box-list {
  width: 100%;
  margin-top: 1.67rem;
}
.box-list-1 {
  width: 28.92rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.item-top {
  display: flex;
  width: 29.5rem;
  height: 8.92rem;
  margin-bottom: 1.42rem;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  padding: 0.42rem;
}
.item-top &gt; .item-img {
  width: 14.33rem;
  height: 8.08rem;
}
.item-top .name {
  width: 14.33rem;
  height: 8.08rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin-left: 0.83rem;
}
.item-top .desc {
  color: #141414;
  font-size: 1.25rem;
  width: 100%;
  height: 4.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1rem 0.5rem 0;
  font-weight: bold;
}
.item-top .desc2 {
  position: absolute;
  right: 0.83rem;
  bottom: 2.5rem;
  color: #141414;
}
.item-top .desc3 {
  position: absolute;
  right: 0.83rem;
  bottom: 0.83rem;
  color: #141414;
  font-size: 0.83rem;
}
.bg-sp {
  position: relative;
}
.bg-sp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.83rem;
  height: 0.83rem;
  background-color: #FF6D1E;
}
.bg-sp::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/icon1.png") center center no-repeat;
  background-size: 100%;
  width: 1.17rem;
  height: 2.33rem;
}
.item {
  width: 13.92rem;
  height: 13.75rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  margin-left: 0.83rem;
  margin-bottom: 1.25rem;
  border: 1px solid #000;
  overflow: hidden;
}
.item:nth-child(2n+1) {
  margin-left: 0;
}
.item .item-img {
  width: 13.92rem;
  height: 7.25rem;
  margin-bottom: 0.67rem;
}
.item .desc {
  width: 12.42rem;
  height: 2.7rem;
  color: #141414;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.item .txts,
.item-top .txts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3A3A3A;
  padding: 0.83rem;
}
.item .btn-more,
.item-top .btn-more {
  width: 33px;
  height: 15px;
  background-color: #ff4e4e;
  color: #fff;
  font-size: 9.96px;
  text-align: center;
}
.item-guess {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
  overflow: hidden;
  margin-bottom: 1.42rem;
  position: relative;
}
.item-guess::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.17rem;
  height: 2.33rem;
  background: url("../images/icon1.png") center center no-repeat;
  background-size: 100%;
}
.item-guess &gt; .item-img {
  width: 28.92rem;
  height: 16.33rem;
}
.item-guess .name {
  width: 28.92rem;
  height: 6.08rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 0 0.83rem 0.83rem;
}
.item-guess .desc {
  color: #141414;
  font-size: 0.83rem;
  width: 27.5rem;
  height: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1rem 0.5rem;
  font-weight: bold;
}
.item-guess .desc2 {
  color: #141414;
  font-size: 1.25rem;
  width: 100%;
  height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.83rem;
}
.box-type {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-type &gt; a {
  display: flex;
  margin-bottom: 1.83rem;
}
.box-type img {
  width: 29.33rem;
  height: 10.17rem;
}
.scroll-list1 {
  width: 100%;
  padding: 1.67rem;
}
.scroll-list1 &gt; .txts {
  height: 3rem;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
}
.scroll-list1 &gt; .txts .item-txt {
  padding: 0 20.04px;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  color: #78331B;
  margin-right: 1.83rem;
  display: flex;
  font-size: 1.42rem;
}
.scroll-list1 &gt; .txts .active {
  color: #000;
}
</pre></body></html>