@charset "UTF-8";
#app .emptyWrap {
  align-items: center;
  color: #666;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  height: 31.25rem;
  justify-content: center;
  line-height: 1.1875rem;
}
#app .t-tab {
  color: #666666;
  font-size: 1.125rem;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .t-tab:hover {
  opacity: 0.8;
}
#app .t-tab.is-active {
  font-size: 1.375rem;
  font-weight: 500;
  color: #161616;
}
#app .s-tab {
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  padding: 0.375rem 0.5rem;
  background-color: #ffffff;
  color: #666666;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .s-tab:hover {
  opacity: 0.8;
}
#app .s-tab.is-active {
  font-weight: 600;
  background-color: #161616;
  color: #fff;
}
#app .literature-custom-tag {
  background-color: #EDEFF1;
  border: none;
  font-size: 0.875rem;
  color: #333;
}
#app .literature-custom-tag .el-tag__close {
  color: #939DA7 !important;
  font-size: 1rem;
}
#app .literature-custom-tag .el-tag__close:hover {
  background-color: transparent;
}
#app .literature-card {
  background: #F7F8F9;
  border-radius: 1rem;
  border: 0.0625rem solid #E7ECF0;
  margin-top: 1rem;
  padding: 1rem 0.75rem;
  padding-top: 0;
}
#app .literature-card .literature-custom-table {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #FFFFFF;
  border-radius: 0.75rem;
  border: 0.0625rem solid #EBEBEB;
  padding: 1rem;
  padding-right: 0.75rem;
  margin-top: 0.5rem;
}
#app .literature-card .literature-custom-table .literature-table-tag {
  background: #F7F8F9;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  color: #333;
  position: relative;
  margin-top: 0.5rem;
}
#app .literature-card .literature-custom-table .literature-table-tag:hover {
  background: #EDEFF1;
}
#app .literature-card .literature-custom-table .literature-table-tag:hover img {
  display: inline-block !important;
}
#app .literature-card .literature-custom-table .literature-table-tag img {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  right: -0.375rem;
  top: -0.375rem;
  display: none;
}
#app .literature-card .literature-custom-table .add-tab-btn {
  display: flex;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #187D5E;
  line-height: 1.25rem;
  padding: 0.25rem 0.5rem;
  align-items: center;
  background: #EBF4F2;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border: 0.0625rem solid #C1E4D4;
}
#app .literature-card .literature-custom-table .add-tab-btn i {
  font-size: 1rem;
  line-height: 1;
}
#app .literature-card .literature-custom-table .action-dec-icon {
  width: 5%;
  cursor: pointer;
  text-align: center;
}
#app .literature-card .literature-custom-table .action-dec-icon img {
  margin: 0 auto;
}
#app .literature-card .literature-custom-table .action-dec-icon > img:nth-of-type(2) {
  display: none;
}
#app .literature-card .literature-custom-table .action-dec-icon:hover img:nth-of-type(1) {
  display: none;
}
#app .literature-card .literature-custom-table .action-dec-icon:hover img:nth-of-type(2) {
  display: inline-block;
}
#app .dialog-custom-tag {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #F7F8F9;
  border-radius: 0.25rem;
  padding: 0 0.5rem;
  border: 0.0625rem solid transparent;
  font-size: 0.875rem;
  color: #333333;
  height: 1.75rem;
  line-height: 1.75rem;
  cursor: pointer;
}
#app .dialog-custom-tag:hover {
  background: #EDEFF1;
}
#app .dialog-custom-tag .el-tag__close {
  color: #939DA7 !important;
  font-size: 1rem;
}
#app .dialog-custom-tag .el-tag__close:hover {
  background-color: transparent;
}
#app .active-tag {
  border: 0.0625rem solid #999;
}
#app .literature-dialog-footer {
  padding-top: 0.875rem;
}
#app .label-custom-ipt input::-moz-placeholder {
  font-size: 0.875rem;
  color: #24BE86;
  font-weight: 500;
}
#app .label-custom-ipt input::placeholder {
  font-size: 0.875rem;
  color: #24BE86;
  font-weight: 500;
}
#app .upload-notice {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  padding: 1rem;
}
#app .upload-notice > div:first-child {
  font-weight: 600;
  font-size: 1rem;
  color: #161616;
  line-height: 1.375rem;
}
#app .upload-notice > div:nth-of-type(n+2) {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5rem;
  padding-left: 0.875rem;
  position: relative;
}
#app .upload-notice > div:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5625rem;
  width: 0.375rem;
  height: 0.375rem;
  background: #24BE86;
  border-radius: 50%;
}
#app .upload-notice > div:nth-of-type(n+2) span {
  color: #24BE86;
}
#app .upload-notice > div:nth-of-type(2) {
  margin-top: 1rem;
}
#app .literature-notification {
  position: fixed;
  right: 1rem !important;
  bottom: 1rem !important;
  z-index: 2000;
  transition: all 0.3s;
  background: #FFFFFF;
  box-shadow: 0px 0.25rem 1rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 0.0625rem solid #E7ECF0;
  padding: 1rem 1.5rem;
  padding-right: 0.875rem;
}
#app .literature-notification .literature-notification-title {
  font-size: 1rem;
  color: #161616;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .literature-notification .upload-list {
  margin-top: 1.5rem;
  max-height: 14.0625rem;
  overflow: auto;
  transition: all 0.3s;
}
#app .literature-notification .upload-pdf {
  margin: 1.125rem 0 1rem;
  padding-right: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .literature-notification .upload-pdf:first-child {
  margin-top: 0;
}
#app .literature-notification .upload-pdf:last-child {
  margin-bottom: 0;
}
#app .upload-btn {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
#app .upload-btn .el-icon-plus {
  font-size: 1rem;
  font-weight: bold;
}

.tag-custom-dialog .el-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  border-radius: 0.5rem;
}

/* 滑入动画 */
@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 闪烁动画 */
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.new-data {
  animation: slideIn 0.5s ease-out, flash 0.5s ease 2 0.5s;
}