body {
  background: linear-gradient(217deg, #ffdbe4, rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, #bbe7ff, rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, #fcfbf8, rgba(0, 0, 255, 0) 70.71%);
  min-height: calc(100vh - 76px);
  position: relative;
}
.tabs-list {
  margin-top: 72px;
  display: flex;
  gap: 16px;
  padding: 24px 48px;
}
.tabs-list .tabs-item {
  width: 80px;
  height: 30px;
  border-radius: 4px;
  background: #fff;
  color: #4a5568;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tabs-list .tabs-item:hover {
  background: #3d63ea;
  color: #fff;
}
.tabs-list .tabs-item-active {
  background: #3d63ea;
  color: #fff;
}
.work-grid {
  padding: 0px 48px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}
.work-grid .work-item {
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px 8px 8px 8px;
}
.work-grid .work-item .img {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.work-grid .work-item .img:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.work-grid .work-item .img:hover img {
  transform: scale(1.2);
}
.work-grid .work-item .img img {
  aspect-ratio: 4 / 3;
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.work-grid .work-item .content {
  padding: 16px 12px;
}
.work-grid .work-item .content .headler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #4a5568;
  gap: 8px;
}
.work-grid .work-item .content .headler .title {
  font-size: 16px;
  flex: 1;
  color: #1a202c;
  font-weight: 700;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 溢出隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}
.work-grid .work-item .content .headler .likes {
  font-size: 14px;
  color: #333;
}
.work-grid .work-item .content .headler .likes i {
  color: #333;
  font-size: 14px;
}
.work-grid .work-item .content .headler .more {
  width: 24px;
  height: 24px;
  background: #ecf0ff;
  border-radius: 4px;
  text-align: center;
}
.work-grid .work-item .content .center {
  display: flex;
  margin: 12px 0;
  margin-bottom: 0px;
  justify-content: space-between;
  align-items: center;
}
.work-grid .work-item .content .center .avatar {
  color: #4a5568;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.work-grid .work-item .content .center .avatar img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.work-grid .work-item .content .center .avatar p {
  margin-left: 4px;
}
.work-grid .work-item .content .center .time {
  font-size: 12px;
  color: #c2c2c2;
  font-weight: 400;
  line-height: 100%;
  /* 10px */
}
.io-icp {
  height: 56px;
  line-height: 56px;
  border-top: 1px solid #cbd5e0;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.io-icp a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .tabs-list {
    padding: 20px !important;
  }
  #demo-laypage-theme-1 {
    padding: 0 0px !important;
  }
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
  .work-grid .work-item {
    min-width: 168px;
    margin-bottom: 0px;
  }
  .work-grid .work-item .content {
    padding: 8px 10px;
  }
  .work-grid .work-item .content .center {
    margin: 8px 0;
    display: flex;
    align-items: center;
  }
  .layout-footer-center {
    font-size: 10px;
  }
  .io-icp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: 8px !important;
  }
}
#demo-laypage-theme-1 {
  position: relative;
  padding: 0 48px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 72px;
  left: 50%;
  transform: translate(-50%, 0);
}
#demo-laypage-theme-1 .layui-laypage a:hover {
  color: #1e9fff;
}
@media (min-width: 768px) and (max-width: 992px) {
  .tabs-list {
    padding: 24px 24px;
  }
  .work-grid {
    padding: 0 24px;
    grid-template-columns: repeat(3, 1fr);
  }
  .work-grid .work-item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 993px) and (max-width: 1440px) {
  .tabs-list {
    padding: 24px 24px;
  }
  .work-grid {
    padding: 0 24px;
    grid-template-columns: repeat(4, 1fr);
  }
  .work-grid .work-item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.el-select {
  position: relative;
  width: 200px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.el-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #fff;
  transition: border-color 0.2s;
}
.el-input:hover {
  border-color: #c0c4cc;
}
.selected-value {
  flex: 1;
  color: #606266;
  font-size: 14px;
}
.el-select__caret {
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #c0c4cc transparent transparent;
  margin-left: 8px;
}
.el-select-dropdown {
  position: absolute;
  top: calc(100% + 2px);
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 0;
  display: none;
  z-index: 1000;
}
.dropdown-open .el-select-dropdown {
  display: block;
}
.el-select-dropdown__item {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  color: #606266;
  font-size: 14px;
}
.el-select-dropdown__item:hover,
.el-select-dropdown__item.selected {
  background-color: #f5f7fa;
}
