.as-app-logo[data-v-b038aab5] {
  display: flex;
  align-items: center;
  padding-left: 7px;
  transition: all 0.2s ease;
}
.as-app-logo.collapsed-show-title[data-v-b038aab5] {
  padding-left: 20px;
}
.as-app-logo.light .as-app-logo__title[data-v-b038aab5] {
  color: #1890ff;
}
.as-app-logo.dark .as-app-logo__title[data-v-b038aab5] {
  color: #fff;
}
.as-app-logo__title[data-v-b038aab5] {
  font-size: 16px;
  font-weight: 700;
  transition: all 0.5s;
  line-height: normal;
}
.as-app-search-footer[data-v-ac093a3a] {
  position: relative;
  display: flex;
  height: 44px;
  padding: 0 16px;
  font-size: 12px;
  color: #666;
  background-color: #ffffff;
  border-top: 1px solid #d9d9d9;
  border-radius: 0 0 16px 16px;
  align-items: center;
  flex-shrink: 0;
}
.as-app-search-footer-item[data-v-ac093a3a] {
  display: flex;
  width: 20px;
  height: 18px;
  padding-bottom: 2px;
  margin-right: 0.4em;
  background-color: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
  border-radius: 2px;
  box-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, 0.4);
  align-items: center;
  justify-content: center;
}
.as-app-search-footer-item[data-v-ac093a3a]:nth-child(2),
.as-app-search-footer-item[data-v-ac093a3a]:nth-child(3),
.as-app-search-footer-item[data-v-ac093a3a]:nth-child(6) {
  margin-left: 14px;
}
.as-app-search-modal[data-v-27b7ebd5] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.25);
  justify-content: center;
}
.as-app-search-modal--mobile[data-v-27b7ebd5] {
  padding: 0;
}
.as-app-search-modal--mobile > div[data-v-27b7ebd5] {
  width: 100%;
}
.as-app-search-modal--mobile .as-app-search-modal-input[data-v-27b7ebd5] {
  width: calc(100% - 38px);
}
.as-app-search-modal--mobile .as-app-search-modal-cancel[data-v-27b7ebd5] {
  display: inline-block;
}
.as-app-search-modal--mobile .as-app-search-modal-content[data-v-27b7ebd5] {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.as-app-search-modal--mobile .as-app-search-footer[data-v-27b7ebd5] {
  display: none;
}
.as-app-search-modal--mobile .as-app-search-modal-list[data-v-27b7ebd5] {
  height: calc(100% - 80px);
  max-height: unset;
}
.as-app-search-modal--mobile .as-app-search-modal-list__item-enter[data-v-27b7ebd5] {
  opacity: 0% !important;
}
.as-app-search-modal-content[data-v-27b7ebd5] {
  position: relative;
  width: 632px;
  margin: 0 auto auto;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  flex-direction: column;
}
.as-app-search-modal-input__wrapper[data-v-27b7ebd5] {
  display: flex;
  padding: 14px 14px 0;
  justify-content: space-between;
  align-items: center;
}
.as-app-search-modal-input[data-v-27b7ebd5] {
  width: 100%;
  height: 48px;
  font-size: 1.5em;
  color: #1c1e21;
  border-radius: 6px;
}
.as-app-search-modal-input span[role='img'][data-v-27b7ebd5] {
  color: #999;
}
.as-app-search-modal-cancel[data-v-27b7ebd5] {
  display: none;
  font-size: 1em;
  color: #666;
}
.as-app-search-modal-not-data[data-v-27b7ebd5] {
  display: flex;
  width: 100%;
  height: 100px;
  color: #969faf;
  align-items: center;
  justify-content: center;
}
.as-app-search-modal-list[data-v-27b7ebd5] {
  max-height: 472px;
  padding: 0 14px 20px;
  margin: 14px auto 0;
  overflow: auto;
}
.as-app-search-modal-list__item[data-v-27b7ebd5] {
  position: relative;
  display: flex;
  width: 100%;
  height: 56px;
  padding-bottom: 4px;
  padding-left: 14px;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #d4d9e1;
  align-items: center;
}
.as-app-search-modal-list__item > div[data-v-27b7ebd5]:first-child,
.as-app-search-modal-list__item > div[data-v-27b7ebd5]:last-child {
  display: flex;
  align-items: center;
}
.as-app-search-modal-list__item--active[data-v-27b7ebd5] {
  color: #fff;
  background-color: #1890ff;
}
.as-app-search-modal-list__item--active .as-app-search-modal-list__item-enter[data-v-27b7ebd5] {
  opacity: 100%;
}
.as-app-search-modal-list__item-icon[data-v-27b7ebd5] {
  width: 30px;
}
.as-app-search-modal-list__item-text[data-v-27b7ebd5] {
  flex: 1;
}
.as-app-search-modal-list__item-enter[data-v-27b7ebd5] {
  width: 30px;
  opacity: 0%;
}
.as-svg-icon[data-v-25d4f686] {
  display: inline-block;
  overflow: hidden;
  vertical-align: -0.15em;
  fill: currentColor;
}
.svg-icon-spin[data-v-25d4f686] {
  animation: loadingCircle 1s infinite linear;
}
.app-iconify {
  display: inline-block;
}
.app-iconify-spin svg {
  animation: loadingCircle 1s infinite linear;
}
span.iconify {
  display: block;
  min-width: 1em;
  min-height: 1em;
  background-color: #5551;
  border-radius: 100%;
}
