[v-cloak] {
  display: none;
}
body {
  background: #fff;
}
.banner_home {
  min-width: 1208px;
  height: 389px;
  overflow: hidden;
  padding-top: 49px;
  position: relative;
}
.banner_home::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 9;
  pointer-events: none;
}
.banner_home .swiper-container {
  width: 100%;
  height: 100%;
}
.banner_home .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.banner_home .swiper-slide {
  text-align: center;
}
.banner_home .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner_home .swiper-slide img {
  height: 389px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.banner_home .swiper-pagination {
  left: 50%;
  bottom: 20px;
  transform: translate3d(526px, 0, 0);
  -webkit-transform: translate3d(526px, 0, 0);
}
.banner_home .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
  width: 9px;
  height: 9px;
  opacity: 0.6;
  background: #fff;
  border-radius: 55px;
}
.banner_home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  height: 9px;
  background: #FF730A;
  border-radius: 55px;
  opacity: 1;
}
.mainZone {
  padding-top: 44px;
  margin: 0 auto;
  min-height: calc(100vh - 282px);
  padding-bottom: 50px;
}
.mainZone.mainZoneTop {
  padding-top: 0;
}
.filterZone {
  position: sticky;
  top: 44px;
  z-index: 100;
  width: 100%;
  padding: 30px 0 20px;
  background: #fff;
}
.filterZone.fiterTop {
  padding: 20px 0;
}
.sortLine {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.sortLine a {
  display: inline-flex;
  align-items: center;
  height: 36px;
  line-height: normal;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 18px;
}
.sortLine a:hover {
  color: #FF730A;
}
.sortLine a.on {
  color: #FF730A;
  font-weight: bold;
  background: #FFEFE3;
}
.sortLine .gap {
  width: 2px;
  height: 16px;
  background: #DDDDDD;
  border-radius: 1px;
  margin: 0 24px;
}
.sortLine .gap:last-child {
  opacity: 0;
}
.chengxiContainer {
  width: 1120px;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 268px);
  gap: 20px 16px;
  justify-content: space-between;
}
.workItem {
  position: relative;
  z-index: 1;
  width: 268px;
  background: #FBFBFB;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.workItem:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.workCover {
  position: relative;
  width: 268px;
  height: 150px;
  overflow: hidden;
  background: #FBFBFB url('//pic.cgyouxi.com/orange/upload/202207/7291276_af08bb186f0f544b523cdd111834eeb4.png') center no-repeat;
  background-size: 150px;
}
.workCover > img:first-child {
  width: 268px;
  height: 150px;
  display: block;
  object-fit: cover;
  z-index: 1;
}
.workCover .tag-list {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.workCover .tag-item img {
  display: block;
  width: 34px;
  height: auto;
}
.workInfo {
  padding: 12px 16px 20px;
}
.workTitle {
  font-size: 14px;
  color: #2c2c2c;
  line-height: 20px;
  margin-bottom: 8px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.workMeta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #a9a9a9;
}
.workMeta .author {
  color: #a9a9a9;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.workMeta .stats {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.workMeta .dot {
  width: 14px;
  height: 14px;
  background: url('//pic.cgyouxi.com/orange/upload/202404/25322333_cbb098564e30a0ee632a8c7f17b7084e.png') center no-repeat;
  background-size: 14px auto;
}
.loadingZone {
  text-align: center;
  padding: 40px 0;
}
.loadingZone img {
  width: 80px;
}
.endLine {
  color: #999;
  font-size: 15px;
  text-align: center;
  padding: 40px 0 20px;
  margin: 0;
}
.emptyState {
  text-align: center;
  padding: 100px 0;
}
.emptyState img {
  width: 200px;
  margin-bottom: 20px;
}
.emptyState p {
  font-size: 16px;
  color: #999;
  margin: 0;
}
