/*!
 *  build: StoreWave 
 *  copyright: https://render.storewave.cn  
 *  time: 2026-4-1 19:53:40
 */
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
[data-v-1ea42f3e]:export {
  menu-color: hsla(0, 0%, 100%, 0.95);
  menu-color-active: hsla(0, 0%, 100%, 0.95);
  menu-background: #282c34;
  column-second-menu-background: #fff;
}
.swipe-box[data-v-1ea42f3e] {
  height: 160px;
  border-radius: 10px;
}
.swipe-image[data-v-1ea42f3e] {
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  margin: 0 auto;
}
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
[data-v-187e6bac]:export {
  menu-color: hsla(0, 0%, 100%, 0.95);
  menu-color-active: hsla(0, 0%, 100%, 0.95);
  menu-background: #282c34;
  column-second-menu-background: #fff;
}
.card[data-v-187e6bac] {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  margin: 10px auto 0;
  position: relative;
  height: 264px;
}
.card .card-container[data-v-187e6bac] {
  border-radius: 10px;
  overflow: hidden;
}
.card .card-container .card-content[data-v-187e6bac] {
  height: 220px;
  overflow: auto;
  background-color: #ffffff;
}
.card-font[data-v-187e6bac] {
  font-weight: 600;
  color: rgb(102, 102, 102);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pending-item-title[data-v-187e6bac] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pending-item-title > span[data-v-187e6bac] {
  margin-left: 5px;
}
.function-items[data-v-187e6bac] {
  display: grid;
  grid-template-rows: repeat(1, 75px);
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row;
  grid-auto-rows: 75px;
}
.function-items > div[data-v-187e6bac] {
  height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.function-items > div > span[data-v-187e6bac] {
  width: 70px;
  height: 30px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.function-items > div > i[data-v-187e6bac] {
  font-size: 20px;
  position: relative;
  color: #92bcfd;
}
.function-items > div > i[data-v-187e6bac]::after {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-color: rgba(229, 241, 255, 0.4784313725);
  border-radius: 50%;
  position: absolute;
  top: -7.5px;
  left: -8px;
}
.set-checkbox[data-v-187e6bac] {
  margin: 20px 10px;
}
.checkbox-item[data-v-187e6bac] {
  margin: 5px;
}
.un-set-entry[data-v-187e6bac] {
  overflow: unset !important;
  margin-top: 20px;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.un-set-entry .card-container[data-v-187e6bac] {
  position: relative;
  overflow: unset !important;
  border-radius: 10px;
}
.un-set-entry .card-container .card-content[data-v-187e6bac] {
  border-radius: 10px;
  padding-top: 20px;
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: 110px;
}
.un-set-entry .card-container .card-container__title[data-v-187e6bac] {
  font-size: 14px;
  font-weight: bolder;
  background-color: #ecf3f9;
  padding: 6px 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: -10px;
  left: 0;
}
[data-v-187e6bac] .van-switch {
  box-sizing: content-box;
}
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
[data-v-0df9c1a0]:export {
  menu-color: hsla(0, 0%, 100%, 0.95);
  menu-color-active: hsla(0, 0%, 100%, 0.95);
  menu-background: #282c34;
  column-second-menu-background: #fff;
}
.card-container[data-v-0df9c1a0] {
  width: 100%;
  padding: 24px 10px 0;
  background-color: #fff;
  box-shadow: 0 0 4px 2px #ddd;
  border-radius: 10px;
  border-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 22px;
  flex-wrap: wrap;
}
.card-container .card-container__title[data-v-0df9c1a0] {
  font-size: 14px;
  font-weight: bolder;
  background-color: #ecf3f9;
  padding: 6px 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: -10px;
  left: 0;
}
.card-container .card-container__item[data-v-0df9c1a0] {
  margin-right: 5px;
  margin-bottom: 10px;
  width: calc(50% - 5px);
  padding: 15px 10px 10px;
  border-radius: 5px;
  color: #fff;
}
.card-container .card-container__item[data-v-0df9c1a0]:nth-child(odd) {
  margin-right: 0px;
  margin-left: 5px;
}
.card-container .card-container__item--title[data-v-0df9c1a0] {
  font-size: 16px;
}
.card-container .card-container__item--title[data-v-0df9c1a0]:first-letter {
  font-size: 18px;
  font-weight: bolder;
  letter-spacing: 4px;
}
.card-container .card-container__item--count[data-v-0df9c1a0] {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  border-bottom: 1px solid;
  width: 50%;
  margin-left: 50%;
}
.card-container .card-container__item--count > div[data-v-0df9c1a0]:nth-child(1) {
  font-size: 16px;
  font-weight: bolder;
  margin-right: 10px;
}
.card-container .card-container__item--count > div[data-v-0df9c1a0]:nth-child(2) {
  border-bottom: 2px solid;
}
.info-list[data-v-0df9c1a0] {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
  flex-direction: column;
}
.info-list > .el-image[data-v-0df9c1a0] {
  width: 100%;
  height: 80px;
}
.info-list > div[data-v-0df9c1a0]:nth-child(2) {
  margin-top: 10px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.info-list > div[data-v-0df9c1a0]:nth-child(2):hover {
  background: #f9f7f3;
}
.info-list > div:nth-child(2) > span[data-v-0df9c1a0]:nth-child(1) {
  font-size: 14px;
  font-weight: bolder;
  margin: 0 0 3px;
  padding: 0 0 3px;
  color: #1c1c1c;
  cursor: pointer;
  width: 100%;
  border-radius: 3px;
}
.info-list > div:nth-child(2) > span[data-v-0df9c1a0]:nth-child(2),
.info-list > div:nth-child(2) span[data-v-0df9c1a0]:nth-child(3) {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #939393;
  margin: 4px 0;
}
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
[data-v-3c5d24e6]:export {
  menu-color: hsla(0, 0%, 100%, 0.95);
  menu-color-active: hsla(0, 0%, 100%, 0.95);
  menu-background: #282c34;
  column-second-menu-background: #fff;
}
.swipe-image[data-v-3c5d24e6] {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  margin: 0 auto;
}
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
[data-v-0d1bbf02]:export {
  menu-color: hsla(0, 0%, 100%, 0.95);
  menu-color-active: hsla(0, 0%, 100%, 0.95);
  menu-background: #282c34;
  column-second-menu-background: #fff;
}
.tabs-card[data-v-0d1bbf02] {
  position: relative;
  height: calc((100vh - 56px - 38px - 12px * 2 - 32px) / 2 - 7px) !important;
}
[data-v-0d1bbf02] .el-badge__content.is-fixed {
  top: 9px;
  right: 2px;
}
.info-list-wrapper[data-v-0d1bbf02] {
  height: calc((100vh - 56px - 38px - 12px * 2 - 32px) / 2 - 70px) !important;
  overflow-y: auto;
}
.info-list[data-v-0d1bbf02] {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4px 0 10px;
  width: 100%;
}
.info-list > div.el-breadcrumb[data-v-0d1bbf02] {
  font-size: 13px !important;
  margin: 4px 0;
}
.info-list > span[data-v-0d1bbf02] {
  width: 100%;
  font-size: 13px;
  margin: 3px 0;
  padding: 5px 5px 5px 18px;
  cursor: pointer;
  width: 100%;
  font-weight: 500;
  position: relative;
  transition: all ease-in-out 0.15s;
}
.info-list > span[data-v-0d1bbf02]:hover {
  background: #ffeded;
  border-radius: 3px;
}
.info-list > span[data-v-0d1bbf02]::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  left: 5px;
  border-radius: 999px;
  background-color: var(--is-read);
}
.info-list > span > a[data-v-0d1bbf02] {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  color: #202020 !important;
}
.check-more[data-v-0d1bbf02] {
  font-size: 13px;
  font-weight: bolder;
  color: #333333;
  position: absolute;
  top: 17px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
}
.el-input[data-v-0d1bbf02] {
  width: 250px;
  position: absolute;
  top: 5px;
  right: 90px;
  z-index: 2;
}
.el-input[data-v-0d1bbf02] input {
  border-radius: 15px !important;
}
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
[data-v-509f0bec]:export {
  menu-color: hsla(0, 0%, 100%, 0.95);
  menu-color-active: hsla(0, 0%, 100%, 0.95);
  menu-background: #282c34;
  column-second-menu-background: #fff;
}
[data-v-509f0bec] .badge-item {
  width: 100%;
}
[data-v-509f0bec] .badge-item .badge-item-box {
  display: flex;
  align-items: center;
}
[data-v-509f0bec] .badge-item .badge-item-box .el-image {
  height: 30px;
  width: 30px;
}
[data-v-509f0bec] .badge-item .badge-item-box span {
  margin-left: 10px;
}
[data-v-509f0bec] .badge-item .el-badge__content.is-fixed {
  right: 20px !important;
  top: 10px;
}
.tabs-card[data-v-509f0bec] {
  position: relative;
  height: calc((100vh - 56px - 38px - 12px * 2 - 32px) / 2 - 12px) !important;
}
.setting-box[data-v-509f0bec] {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  color: #666666;
  cursor: pointer;
}
.express-row[data-v-509f0bec] {
  overflow-y: auto;
  height: calc(100% - 97px);
}
.express-row > .tags-box[data-v-509f0bec] {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 10px;
}
.express-row > .tags-box > div[data-v-509f0bec] {
  width: calc(25% - 10px);
  height: 50px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  line-height: 50px;
  padding: 0 12px;
  margin: 10px 0 0 10px;
  color: #454545;
  cursor: pointer;
  font-weight: bolder;
  transition: all ease 0.1s;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.express-row > .tags-box > div > .el-image[data-v-509f0bec] {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.express-row > .tags-box > div > span[data-v-509f0bec] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.express-row > .tags-box > div[data-v-509f0bec]:hover {
  background-color: #ff7172;
  border-color: #ff5f61;
  color: whitesmoke;
  z-index: 2;
}
.express-row > .tags-box.is-mobile > div[data-v-509f0bec] {
  width: calc(50% - 4px);
  height: 50px;
  margin: 4px 0 0 4px;
}
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
[data-v-be73d770]:export {
  menu-color: hsla(0, 0%, 100%, 0.95);
  menu-color-active: hsla(0, 0%, 100%, 0.95);
  menu-background: #282c34;
  column-second-menu-background: #fff;
}
.project-information[data-v-be73d770] .el-card__body {
  padding: 5px 10px 5px;
}
.project-information[data-v-be73d770] .el-card__header {
  height: 60px;
}
.project-information .card-row[data-v-be73d770] {
  margin-top: 5px;
}
.project-information .card-row .card-content[data-v-be73d770] {
  margin-top: 10px;
}
.project-information .filter-box[data-v-be73d770] {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.project-information .filter-box .slm-mgr-20[data-v-be73d770] {
  width: 29%;
}
.project-information .filter-box .slm-mgr-20[data-v-be73d770] .el-input {
  height: 36px;
}
.project-information .filter-box .slm-mgr-20[data-v-be73d770] input {
  box-shadow: 0 -1px 0 0 #dcdfe6 inset;
  border-radius: 0;
  transition: none;
  height: 36px;
  border: none;
}
.project-information .filter-box[data-v-be73d770] .el-cascader {
  width: 32%;
}
.project-information .filter-box[data-v-be73d770] .el-cascader .el-input {
  height: 36px !important;
}
.project-information .filter-box[data-v-be73d770] .el-cascader .el-input input {
  box-shadow: 0 -1px 0 0 #dcdfe6 inset;
  border-radius: 0;
  transition: none;
  height: 36px;
  border: none;
}
.project-information .filter-box .filter-btn-group[data-v-be73d770] {
  margin-left: auto;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.project-information .filter-box .filter-btn-group > div[data-v-be73d770] {
  width: 70px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #3e3e3e;
  font-size: 15px;
  font-weight: bolder;
  background-color: #f2f2f2;
  border: 1px solid #b9b9b9;
  margin-right: -1px;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  z-index: 1;
}
.project-information .filter-box .filter-btn-group > div[data-v-be73d770]:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.project-information .filter-box .filter-btn-group > div[data-v-be73d770]:nth-child(3) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.project-information .filter-box .filter-btn-group > div.select[data-v-be73d770] {
  color: whitesmoke;
  background-color: #000000;
  border-color: #0c0c0c;
  z-index: 2;
}
.project-information .filter-box[data-v-be73d770] .el-input__wrapper {
  box-shadow: 0 -1px 0 0 var(--el-input-border-color, var(--el-border-color)) inset;
  border-radius: 0;
  transition: none;
}
.project-information .filter-box[data-v-be73d770] .el-input__wrapper.is-focus {
  box-shadow: 0 -1px 0 0 var(--el-color-primary) inset;
}
.project-information .project-type-box[data-v-be73d770] {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.project-information .project-type-box > div[data-v-be73d770] {
  width: 32.5%;
  height: 155px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px;
}
.project-information .project-type-box > div .title[data-v-be73d770] {
  font-weight: bolder;
  color: #363636;
  font-size: 18px;
}
.project-information .project-type-box > div .content[data-v-be73d770] {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: center;
}
.project-information .project-type-box > div .content > div[data-v-be73d770]:nth-child(1) {
  width: 45px;
  height: 45px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-image: linear-gradient(to top right, var(--bg1), var(--bg2));
}
.project-information .project-type-box > div .content > div[data-v-be73d770]:nth-child(2) {
  color: #363636;
  font-size: 40px;
  margin-left: 8px;
  text-align: center;
}
.project-information .project-type-box > div .content > div[data-v-be73d770]:nth-child(3) {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 60px;
  color: #505050;
  font-size: 12px;
  margin-left: auto;
}
.project-information .project-type-box.is-mobile > div[data-v-be73d770] {
  width: 100%;
  height: 155px;
}
.statistical-card[data-v-be73d770] {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  background-color: #3e80ff;
  border-radius: 10px;
  padding: 15px;
  margin: auto 0;
  background-image: linear-gradient(to top right, var(--bg-color1), var(--bg-color2));
}
.statistical-card > div[data-v-be73d770]:nth-child(2) {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background-color: var(--icon-bg-color);
  margin-right: 12px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.statistical-card > div[data-v-be73d770]:nth-child(1) {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 15px;
  color: #ffffff;
  width: calc(100% - 72px);
}
.statistical-card > div:nth-child(1) > span[data-v-be73d770]:nth-child(1) {
  font-size: 15px;
}
.statistical-card > div:nth-child(1) > span[data-v-be73d770]:nth-child(2) {
  font-size: 24px;
  font-weight: bolder;
  margin: 5px 0;
}
.statistical-card > div:nth-child(1) > span[data-v-be73d770]:nth-child(3) {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  width: 90%;
  font-size: 14px;
}
.statistical-card > div:nth-child(1) > span:nth-child(3) > span[data-v-be73d770] {
  text-align: center;
  position: relative;
}
.statistical-card > div:nth-child(1) > span:nth-child(3) > span[data-v-be73d770]:nth-child(1)::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d0d0d0;
  position: absolute;
  top: 0px;
  right: -15px;
}
.slm-mgr-30[data-v-be73d770] {
  margin-right: 30px;
}
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
[data-v-1a46f534]:export {
  menu-color: hsla(0, 0%, 100%, 0.95);
  menu-color-active: hsla(0, 0%, 100%, 0.95);
  menu-background: #282c34;
  column-second-menu-background: #fff;
}
.info-wrapper[data-v-1a46f534] {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 15px;
}
[data-v-1a46f534] .el-card__body {
  height: 100%;
  padding: 15px 20px !important;
}
.tabs-card[data-v-1a46f534] {
  position: relative;
  height: calc(100vh - 56px - 38px - 12px * 2 - 32px - 370px - 65px) !important;
}
.setting-box[data-v-1a46f534] {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  color: #666666;
  cursor: pointer;
}
.express-row[data-v-1a46f534] {
  overflow-y: auto;
  height: calc(100% - 97px);
}
.express-row > .tags-box[data-v-1a46f534] {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 10px;
}
.express-row > .tags-box > div[data-v-1a46f534] {
  width: calc(25% - 10px);
  height: 50px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  line-height: 50px;
  padding: 0 12px;
  margin: 10px 0 0 10px;
  color: #454545;
  cursor: pointer;
  font-weight: bolder;
  transition: all ease 0.1s;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.express-row > .tags-box > div > .el-image[data-v-1a46f534] {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.express-row > .tags-box > div > span[data-v-1a46f534] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.express-row > .tags-box > div[data-v-1a46f534]:hover {
  background-color: #ff7172;
  border-color: #ff5f61;
  color: whitesmoke;
  z-index: 2;
}
.express-row > .tags-box.is-mobile > div[data-v-1a46f534] {
  width: calc(50% - 4px);
  height: 50px;
  margin: 4px 0 0 4px;
}
.info-box[data-v-1a46f534] {
  position: relative;
}
.info-box .image-tag[data-v-1a46f534] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.info-list[data-v-1a46f534] {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.info-list > .el-image[data-v-1a46f534] {
  width: 125px;
  height: 80px;
}
.info-list > div[data-v-1a46f534]:nth-child(2) {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 125px);
  padding-left: 15px;
}
.info-list > div[data-v-1a46f534]:nth-child(2):hover {
  background: #f9f7f3;
}
.info-list > div:nth-child(2) > span[data-v-1a46f534]:nth-child(1) {
  font-size: 14px;
  font-weight: bolder;
  margin: 0 0 3px;
  padding: 0 0 3px;
  color: #1c1c1c;
  cursor: pointer;
  width: 100%;
  border-radius: 3px;
}
.info-list > div:nth-child(2) > span[data-v-1a46f534]:nth-child(2),
.info-list > div:nth-child(2) span[data-v-1a46f534]:nth-child(3) {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #939393;
  margin: 4px 0;
}
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
[data-v-53fa3bff]:export {
  menu-color: hsla(0, 0%, 100%, 0.95);
  menu-color-active: hsla(0, 0%, 100%, 0.95);
  menu-background: #282c34;
  column-second-menu-background: #fff;
}
.iframe-container[data-v-53fa3bff] {
  padding: 0 !important;
  background: transparent !important;
  height: calc(100vh - 56px - 38px - 12px * 2 - 32px) !important;
}
.iframe-container iframe[data-v-53fa3bff] {
  width: 100%;
  height: calc(100vh - 56px - 38px - 12px * 2 - 32px);
}
.index-container[data-v-53fa3bff] .el-card {
  border-radius: 10px;
  border: none;
}
.index-container[data-v-53fa3bff] .el-card .el-card__body {
  padding: 3px 12px;
}
