@charset "UTF-8";
.empty[data-v-4ecbd68a] {
  height: 3.125rem;
  font-size: 0.75rem;
  margin: 1.875rem 1rem;
  color: #909399;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.empty .links[data-v-4ecbd68a] {
  color: #ad2935;
  cursor: pointer;
}
.empty .links[data-v-4ecbd68a]:hover {
  color: #e0081a;
}
.scrollInner[data-v-4ecbd68a] {
  padding: 1rem;
  height: calc(100vh - 3.75rem - 10rem);
  width: 100%;
  box-sizing: border-box;
}
.scrollbar[data-v-4ecbd68a] {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.scrollbar[data-v-4ecbd68a]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.3125rem;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.scrollbar[data-v-4ecbd68a]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.625rem;
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #cac9c9;
}
[data-theme="light"] .scrollbar[data-v-4ecbd68a]::-webkit-scrollbar-thumb {
  background: #AAADB8 !important;
}
[data-theme="dark"] .scrollbar[data-v-4ecbd68a]::-webkit-scrollbar-thumb {
  background: #78889b !important;
}
.scrollbar[data-v-4ecbd68a]::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 0.625rem;
  /* background: #ededed; */
}
.Featured-card[data-v-4ecbd68a] {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  padding: 1rem 0;
  border-bottom: 0.0625rem solid #000;
}
[data-theme="light"] .Featured-card[data-v-4ecbd68a] {
  color: #3B3559 !important;
}
[data-theme="dark"] .Featured-card[data-v-4ecbd68a] {
  color: #ffffff !important;
}
[data-theme="light"] .Featured-card[data-v-4ecbd68a] {
  background: #ffffff !important;
}
[data-theme="dark"] .Featured-card[data-v-4ecbd68a] {
  background: #20293A !important;
}
[data-theme="light"] .Featured-card[data-v-4ecbd68a] {
  border-color: #EAEAEA !important;
}
[data-theme="dark"] .Featured-card[data-v-4ecbd68a] {
  border-color: #374353 !important;
}
.Featured-card .img[data-v-4ecbd68a] {
  height: 7.125rem;
  width: 11.25rem;
  background-size: cover;
  border-radius: 0.5rem;
}
.Featured-card .card-right[data-v-4ecbd68a] {
  width: calc(100% - 11.25rem - 0.75rem);
  margin-left: 0.75rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.Featured-card .card-right .title[data-v-4ecbd68a] {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Featured-card .card-right .subcontent[data-v-4ecbd68a] {
  font-size: 0.875rem;
  line-height: 1.375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-theme="light"] .Featured-card .card-right .subcontent[data-v-4ecbd68a] {
  color: #A8A5AD !important;
}
[data-theme="dark"] .Featured-card .card-right .subcontent[data-v-4ecbd68a] {
  color: rgba(255, 255, 255, 0.5) !important;
}
.Featured-card .card-right .likes-box[data-v-4ecbd68a] {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
}
[data-theme="light"] .Featured-card .card-right .likes-box[data-v-4ecbd68a] {
  color: #A8A5AD !important;
}
[data-theme="dark"] .Featured-card .card-right .likes-box[data-v-4ecbd68a] {
  color: rgba(255, 255, 255, 0.5) !important;
}
.Featured-card .card-right .likes-box .likes-box-left[data-v-4ecbd68a] {
  display: flex;
  font-size: 0.75rem;
  font-weight: 400;
}
.Featured-card .card-right .likes-box .likes-box-left img[data-v-4ecbd68a] {
  width: 1rem;
  margin-right: 0.25rem;
}
.Featured-card .card-right .likes-box .likes-box-left > span[data-v-4ecbd68a] {
  display: flex;
  align-items: center;
}
.Featured-card .card-right .likes-box .likes-box-left .likes[data-v-4ecbd68a] {
  margin-right: 0.9375rem;
}
.Featured-card .card-right .likes-box .likes-box-left .views img[data-v-4ecbd68a] {
  width: 1.125rem;
}
.Featured-card .card-right .likes-box .add_time[data-v-4ecbd68a] {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.1875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head[data-v-dbedc750] {
  height: 3.75rem;
  border-bottom: 0.0625rem solid #e7e5e5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
}
[data-theme="light"] .head[data-v-dbedc750] {
  color: #3B3559 !important;
}
[data-theme="dark"] .head[data-v-dbedc750] {
  color: #ffffff !important;
}
[data-theme="light"] .head[data-v-dbedc750] {
  background: #ffffff !important;
}
[data-theme="dark"] .head[data-v-dbedc750] {
  background: #20293A !important;
}
[data-theme="light"] .head[data-v-dbedc750] {
  border-color: #EAEAEA !important;
}
[data-theme="dark"] .head[data-v-dbedc750] {
  border-color: #374353 !important;
}
.head .title[data-v-dbedc750] {
  position: relative;
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  font-weight: bold;
  padding: 0 1rem;
  white-space: nowrap;
}
.head .inputs[data-v-dbedc750] {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.head .inputs[data-v-dbedc750] .el-input .el-input__inner {
  background: transparent;
  border: 0.0625rem solid transparent;
}
[data-theme="light"] .head .inputs[data-v-dbedc750] .el-input .el-input__inner {
  border-color: #EAEAEA !important;
}
[data-theme="dark"] .head .inputs[data-v-dbedc750] .el-input .el-input__inner {
  border-color: #374353 !important;
}
[data-theme="light"] .head .inputs[data-v-dbedc750] .el-input .el-input__inner {
  color: #A8A5AD !important;
}
[data-theme="dark"] .head .inputs[data-v-dbedc750] .el-input .el-input__inner {
  color: rgba(255, 255, 255, 0.5) !important;
}
.head .icons[data-v-dbedc750] {
  line-height: 3.75rem;
  padding: 0 0.8125rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
