@charset "UTF-8";
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont"; /* Project id 4930334 */
  src: url("//at.alicdn.com/t/c/font_4930334_z0caq32sbc.woff2?t=1750086645225") format("woff2"), url("//at.alicdn.com/t/c/font_4930334_z0caq32sbc.woff?t=1750086645225") format("woff"), url("//at.alicdn.com/t/c/font_4930334_z0caq32sbc.ttf?t=1750086645225") 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;
}

q {
  margin: 0 -5px;
}
q:before {
  font-family: "SimHei";
  content: "“";
}
q:after {
  font-family: "SimHei";
  content: "”";
}

/*************************************************************
 *  常用函数式样式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: #000000 !important;
}

.text-white {
  color: #ffffff !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;
}

/* 项目公共样式 */
.search-form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.tips {
  position: relative;
}
.tips:before {
  position: absolute;
  display: block;
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  align-content: center;
}
.tips.inline {
  text-align: left;
  display: inline-block;
  padding: 6px 12px 6px 48px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
}
.tips.inline:before {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 26px;
  top: 9px;
  left: 9px;
}
.tips.block {
  text-align: left;
  display: block;
  padding: 12px 30px 12px 66px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
}
.tips.block:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  top: 8px;
  left: 8px;
}
.tips.success {
  color: #62bc00;
  border-color: #cffb88;
  background-color: #f3fde3;
}
.tips.success:before {
  content: "\e66b";
}
.tips.error {
  color: #d05839;
  border-color: #f7a995;
  background-color: #f9d6ca;
}
.tips.error:before {
  content: "\e652";
}
.tips.warning {
  color: #eaa326;
  border-color: #fbe0ae;
  background-color: #fdf2d9;
}
.tips.warning:before {
  content: "\e671";
}
.tips.confirm {
  color: #84a5d0;
  border-color: #d3e5fd;
  background-color: #f3f8ff;
}
.tips.confirm:before {
  content: "\e685";
}
.tips.info {
  color: #84a5d0;
  border-color: #d3e5fd;
  background-color: #f3f8ff;
}
.tips.info:before {
  content: "\e83d";
}

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