[v-cloak] {
  display: none;
}
body {
  background: #fff;
}
.mainZone {
  padding-top: 44px;
  margin: 0 auto;
  min-height: calc(100vh - 282px);
  padding-bottom: 50px;
}
.filterZone {
  position: sticky;
  top: 44px;
  z-index: 100;
  width: 100%;
  padding: 30px 0 20px;
  background: #fff;
}
.sortLine {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.sortLine a {
  height: 36px;
  line-height: 36px;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  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: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.workItem {
  position: relative;
  z-index: 1;
  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: 100%;
  overflow: hidden;
  min-height: 476px;
  background: #FBFBFB url('//pic.cgyouxi.com/orange/upload/202207/7291276_af08bb186f0f544b523cdd111834eeb4.png') center no-repeat;
  background-size: 150px;
}
.workCover.loaded {
  min-height: 0 !important;
}
.workCover > img:first-child {
  width: 100%;
  display: block;
  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_2db0fcd5c5d5de74cae2284e1f80031a.png') center no-repeat;
  background-size: 14px;
}
.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;
}
