/*!
 *  build: StoreWave 
 *  copyright: https://render.storewave.cn  
 *  time: 2026-4-2 17:33:47
 */
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
[data-v-7202051a]: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-7202051a] {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  margin: 10px auto 0;
  position: relative;
  height: 264px;
}
.card .card-container[data-v-7202051a] {
  border-radius: 10px;
  overflow: hidden;
}
.card .card-container .card-content[data-v-7202051a] {
  height: 220px;
  overflow: auto;
  background-color: #ffffff;
}
.card-font[data-v-7202051a] {
  font-weight: 600;
  color: rgb(102, 102, 102);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pending-item-title[data-v-7202051a] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pending-item-title > span[data-v-7202051a] {
  margin-left: 5px;
}
.function-items[data-v-7202051a] {
  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-7202051a] {
  height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.function-items > div > span[data-v-7202051a] {
  width: 70px;
  height: 30px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.function-items > div > i[data-v-7202051a] {
  font-size: 20px;
  position: relative;
  color: #92bcfd;
}
.function-items > div > i[data-v-7202051a]::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;
}
