@charset "UTF-8";
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont"; /* Project id 5059382 */
  src: url("//at.alicdn.com/t/c/font_5059382_6nuvwx6bl0r.woff2?t=1762523157799") format("woff2"), url("//at.alicdn.com/t/c/font_5059382_6nuvwx6bl0r.woff?t=1762523157799") format("woff"), url("//at.alicdn.com/t/c/font_5059382_6nuvwx6bl0r.ttf?t=1762523157799") format("truetype");
}
.iconfont, .iconfont-after:after, .iconfont-before:before {
  font-family: "iconfont" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

/*************************************************************
 *  常用函数式样式Class
 *************************************************************/
/* 左浮动 */
.pull-left {
  float: left;
}

.pull-left-priority {
  float: left !important;
}

/* 右浮动 */
.pull-right {
  float: right;
}

.pull-right-priority {
  float: right !important;
}

/* 清除浮动 */
.pull-clear {
  float: none;
  clear: both;
}

.pull-clear-priority {
  float: none !important;
  clear: both !important;
}

/* 隐藏元素 */
.hide {
  display: none;
}

.hide-priority {
  display: none !important;
}

/* 块级显示 */
.block {
  display: block;
}

.block-priority {
  display: block !important;
}

/* 行内显示 */
.inline {
  display: inline;
}

.inline-priority {
  display: inline !important;
}

/* 行内块级显示 */
.inline-block {
  display: inline-block;
}

.inline-block-priority {
  display: inline-block !important;
}

/* 占位隐藏 */
.hidden {
  visibility: hidden;
}

.hidden-priority {
  visibility: hidden !important;
}

/* 元素可见 */
.visible {
  visibility: visible;
}

.visible-priority {
  visibility: visible !important;
}

/* 行内左对齐 */
.text-left {
  text-align: left;
}

.text-left-priority {
  text-align: left !important;
}

/* 行内居中对齐 */
.text-center {
  text-align: center;
}

.text-center-priority {
  text-align: center !important;
}

/* 行内右对齐 */
.text-right {
  text-align: right;
}

.text-right-priority {
  text-align: right !important;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-red {
  color: #d05839 !important;
}

.text-green {
  color: #62bc00 !important;
}

.text-orange {
  color: #eaa326 !important;
}

.text-blue {
  color: #297ccf !important;
}

.text-gray {
  color: #b1b1b1 !important;
}

/* 方向0边距 */
.margin-h0 {
  margin-left: 0;
  margin-right: 0;
}

.margin-h0-priority {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.margin-v0 {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-v0-priority {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 方向0填充 */
.padding-h0 {
  padding-left: 0;
  padding-right: 0;
}

.padding-h0-priority {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-v0 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-v0-priority {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 定位 */
.relative {
  position: relative;
}

.relative-priority {
  position: relative !important;
}

.absolute {
  position: absolute;
}

.absolute-priority {
  position: absolute !important;
}

.fixed {
  position: fixed;
}

.fixed-priority {
  position: fixed !important;
}

.sticky {
  position: sticky;
}

.sticky-priority {
  position: sticky;
}

/* 垂直对齐 */
.vertical-middle {
  vertical-align: middle;
}

.vertical-top {
  vertical-align: top;
}

.vertical-bottom {
  vertical-align: bottom;
}

/* 溢出隐藏 */
.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden-priority {
  overflow: hidden !important;
}

/* 溢出自动 */
.overflow-auto {
  overflow: auto;
}

.overflow-hidden-priority {
  overflow: auto !important;
}

/* 字体粗细 */
.weight-bold {
  font-weight: bold;
}

.weight-bold-priority {
  font-weight: bold !important;
}

.weight-normal {
  font-weight: normal;
}

.weight-normal-priority {
  font-weight: normal !important;
}

/* 字体大小 */
.fontsize-12 {
  font-size: 12px;
}

.fontsize-12-priority {
  font-size: 12px !important;
}

.fontsize-14 {
  font-size: 14px;
}

.fontsize-14-priority {
  font-size: 14px !important;
}

.fontsize-16 {
  font-size: 16px;
}

.fontsize-16-priority {
  font-size: 16px !important;
}

.fontsize-18 {
  font-size: 18px;
}

.fontsize-18-priority {
  font-size: 18px !important;
}

.fontsize-20 {
  font-size: 20px;
}

.fontsize-20-priority {
  font-size: 20px !important;
}

.fontsize-22 {
  font-size: 22px;
}

.fontsize-22-priority {
  font-size: 22px !important;
}

/* 背景 */
.bg-none {
  background-color: transparent;
}

.bg-none-priority {
  background-color: transparent !important;
}

.bg-white {
  background-color: white;
}

.bg-white-priority {
  background-color: white !important;
}

/* 列表项符号 */
.list-style-none {
  list-style: none;
}

.list-style-none-priority {
  list-style: none !important;
}

/* 光标形状 */
.cursor-pointer {
  cursor: pointer;
}

.cursor-pointer-priority {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default;
}

.cursor-default-priority {
  cursor: default !important;
}

.cursor-unallowed {
  cursor: not-allowed;
}

.cursor-unallowed-priority {
  cursor: not-allowed !important;
}

/* 边框 */
.border-0 {
  border: 0;
}

.border-0-priority {
  border: 0 !important;
}

.border-none {
  border: none;
}

.border-none-priority {
  border: none !important;
}

.border-left-none {
  border-left: none;
}

.border-left-none-priority {
  border-left: none !important;
}

.border-right-none {
  border-right: none;
}

.border-right-none-priority {
  border-right: none !important;
}

.border-top-none {
  border-top: none;
}

.border-top-none-priority {
  border-top: none !important;
}

.border-bottom-none {
  border-bottom: none;
}

.border-bottom-none-priority {
  border-bottom: none !important;
}

.table-collapse-separate {
  border-collapse: separate;
}

.table-collapse-separate-priority {
  border-collapse: separate !important;
}

.table-collapse-collapse {
  border-collapse: collapse;
}

.table-collapse-collapse-priority {
  border-collapse: collapse !important;
}

.outline-none {
  outline: none;
}

.outline-none-priority {
  outline: none !important;
}

.user-select-none {
  user-select: none;
}

.user-select-auto {
  user-select: auto;
}

.user-select-all {
  user-select: all;
}

.user-select-text {
  user-select: text;
}

/* 圆角 */
.border-radius-0 {
  border-radius: 0;
}

.border-radius-0-priority {
  border-radius: 0 !important;
}

.border-radius-unset {
  border-radius: unset;
}

.border-radius-unset-priority {
  border-radius: unset !important;
}

/* 盒子模型 */
.border-box {
  box-sizing: border-box;
}

.border-box-priority {
  box-sizing: border-box;
}

.content-box {
  box-sizing: content-box;
}

.content-box-priority {
  box-sizing: content-box;
}

/* 文本省略 */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 清除浮动 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* 文本框拉伸 */
.resize-none {
  resize: none;
}

.resize-none-priority {
  resize: none;
}

.resize-both {
  resize: both;
}

.resize-both-priority {
  resize: both;
}

.resize-h {
  resize: horizontal;
}

.resize-h-priority {
  resize: horizontal;
}

.resize-v {
  resize: vertical;
}

.resize-v-priority {
  resize: vertical;
}

/* 伪类不显示content内容 */
.empty-before-content::before {
  content: "" !important;
}

.empty-after-content::after {
  content: "" !important;
}

.empty-both-content::before {
  content: "" !important;
}

.empty-both-content::after {
  content: "" !important;
}

/* scrollbar */
.scrollbar::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-track-piece {
  border-left: 1px solid #fff;
}

.scrollbar::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-left: 1px solid #fff;
}

/* iscrollbar */
.iscrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 0;
}

.iscrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  border-radius: 0;
}

.iscrollbar::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0;
}

.grid-page {
  margin-block: 2rem 1rem;
  text-align: center;
}
.grid-page .pagination a {
  padding: 0.5rem 1.5rem;
}

header.navbar {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
}
header.navbar a, header.navbar button {
  padding: 0;
  color: #3a3a3a;
  margin: 0;
  background: transparent;
  border-radius: unset;
  border: none;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}
header.navbar button {
  transform: scaleX(-1);
}
header.navbar .title {
  font-size: 0.8rem;
  color: #555;
  text-align: center;
}

footer {
  user-select: none;
  background: #f0f0f0;
  border-top: 1px solid #e0e0e0;
  height: 3rem;
  width: 100vw;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  padding: 0 !important;
}
footer nav {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer nav a {
  flex: 1;
  color: #6c6c6c;
}
footer nav a span {
  display: block;
  text-align: center;
}
footer nav a .iconfont, footer nav a .iconfont-before:before, footer nav a .iconfont-after:after {
  font-size: 1.2rem;
}
footer nav a .icontext {
  font-size: 0.8rem;
}
footer nav a.active {
  color: var(--pico-primary-background);
}

/*# sourceMappingURL=public.css.map */
