@charset "UTF-8";

/* 可以css引入在线css[样式，图标，动画等], 但这种会阻塞加载, 无法并行 */
@import url("https://unpkg.com/normalize.css@8.0.1/normalize.css");


/* 设计风格：0/4/8/12/16/(20)/24/(32) 4/8倍数非线性 */
.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.gap-0 {
  gap: 0px;
}

.radius-0 {
  border-radius: 0px;
}

.p-4 {
  padding: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.m-4 {
  margin: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.gap-4 {
  gap: 4px;
}

.radius-4 {
  border-radius: 4px;
}

.p-8 {
  padding: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.m-8 {
  margin: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.gap-8 {
  gap: 8px;
}

.radius-8 {
  border-radius: 8px;
}

.p-12 {
  padding: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.m-12 {
  margin: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.gap-12 {
  gap: 12px;
}

.radius-12 {
  border-radius: 12px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.gap-16 {
  gap: 16px;
}

.radius-16 {
  border-radius: 16px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.gap-20 {
  gap: 20px;
}

.radius-20 {
  border-radius: 20px;
}

.p-24 {
  padding: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.m-24 {
  margin: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.gap-24 {
  gap: 24px;
}

.radius-24 {
  border-radius: 24px;
}

.p-28 {
  padding: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.m-28 {
  margin: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.gap-28 {
  gap: 28px;
}

.radius-28 {
  border-radius: 28px;
}

.p-32 {
  padding: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.m-32 {
  margin: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.gap-32 {
  gap: 32px;
}

.radius-32 {
  border-radius: 32px;
}

/* 枚举生成 font-size 样式[8-12] */
.text-8 {
  font-size: 8px;
}

.text-9 {
  font-size: 9px;
}

.text-10 {
  font-size: 10px;
}

.text-11 {
  font-size: 11px;
}

.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-17 {
  font-size: 17px;
}

.text-18 {
  font-size: 18px;
}

.text-19 {
  font-size: 19px;
}

.text-20 {
  font-size: 20px;
}

.text-21 {
  font-size: 21px;
}

.text-22 {
  font-size: 22px;
}

.text-23 {
  font-size: 23px;
}

.text-24 {
  font-size: 24px;
}

.text-25 {
  font-size: 25px;
}

.text-26 {
  font-size: 26px;
}

.text-27 {
  font-size: 27px;
}

.text-28 {
  font-size: 28px;
}

.text-29 {
  font-size: 29px;
}

.text-30 {
  font-size: 30px;
}

.text-31 {
  font-size: 31px;
}

.text-32 {
  font-size: 32px;
}

/* 枚举生成 line-height 样式  .lh-x-x(line-height)枚举[0.8, 1, 1.2, 1.5, 1.8, 2] */
.lh-0-8 {
  line-height: 0.8;
}

.lh-1 {
  line-height: 1;
}

.lh-1-2 {
  line-height: 1.2;
}

.lh-1-5 {
  line-height: 1.5;
}

.lh-1-8 {
  line-height: 1.8;
}

.lh-2 {
  line-height: 2;
}

/* 枚举生成 z-index 样式 */
.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

/* 枚举生成 flex-order 样式 */
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.border {
  border: 1px solid gray;
}

.border-1 {
  border: 1px solid rgba(128, 128, 128, 0.1);
}

.border-2 {
  border: 1px solid rgba(128, 128, 128, 0.2);
}

.border-3 {
  border: 1px solid rgba(128, 128, 128, 0.3);
}

.border-4 {
  border: 1px solid rgba(128, 128, 128, 0.4);
}

.border-5 {
  border: 1px solid rgba(128, 128, 128, 0.5);
}

.border-t {
  border-top: 1px solid gray;
}

.border-t-1 {
  border-top: 1px solid rgba(128, 128, 128, 0.1);
}

.border-t-2 {
  border-top: 1px solid rgba(128, 128, 128, 0.2);
}

.border-t-3 {
  border-top: 1px solid rgba(128, 128, 128, 0.3);
}

.border-t-4 {
  border-top: 1px solid rgba(128, 128, 128, 0.4);
}

.border-t-5 {
  border-top: 1px solid rgba(128, 128, 128, 0.5);
}

.border-r {
  border-right: 1px solid gray;
}

.border-r-1 {
  border-right: 1px solid rgba(128, 128, 128, 0.1);
}

.border-r-2 {
  border-right: 1px solid rgba(128, 128, 128, 0.2);
}

.border-r-3 {
  border-right: 1px solid rgba(128, 128, 128, 0.3);
}

.border-r-4 {
  border-right: 1px solid rgba(128, 128, 128, 0.4);
}

.border-r-5 {
  border-right: 1px solid rgba(128, 128, 128, 0.5);
}

.border-b {
  border-bottom: 1px solid gray;
}

.border-b-1 {
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}

.border-b-2 {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.border-b-3 {
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}

.border-b-4 {
  border-bottom: 1px solid rgba(128, 128, 128, 0.4);
}

.border-b-5 {
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}

.border-l {
  border-left: 1px solid gray;
}

.border-l-1 {
  border-left: 1px solid rgba(128, 128, 128, 0.1);
}

.border-l-2 {
  border-left: 1px solid rgba(128, 128, 128, 0.2);
}

.border-l-3 {
  border-left: 1px solid rgba(128, 128, 128, 0.3);
}

.border-l-4 {
  border-left: 1px solid rgba(128, 128, 128, 0.4);
}

.border-l-5 {
  border-left: 1px solid rgba(128, 128, 128, 0.5);
}

.radius-25-p {
  border-radius: 25%;
}

.radius-50-p,
.circle {
  border-radius: 50%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 9999;
}

/* ******************** flex容器属性 ******************** */
/* Flexbox 容器属性 */
/* 主轴多列分布 */
.flex-start {
  display: flex;
  justify-content: flex-start;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-around {
  display: flex;
  justify-content: space-around;
}

.flex-evenly {
  display: flex;
  justify-content: space-evenly;
}

/* 交叉轴线-单行 */
.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

/* 交叉轴线-多行（flex-wrap: wrap才生效） */
.content-start {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.content-center {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.content-end {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}

.content-between {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.content-around {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}

.content-evenly {
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
}

/* 其他 Flexbox 属性 */
.flex-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

/* ******************** flex子元素 ******************** */
/* flex————flex-grow flex-shrink flex-basis的简写, 默认0,1 0%收缩不拓展 */
/* flex-basis————设置主轴初始尺寸，优先级高于元素width */
/* align-self————覆写元素align-items */
.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 0;
}

/* ******************** flex枚举[none, auto, full, 1, 2, 3] ******************** */
.flex-none {
  /* 定尺寸不伸缩：等价于 flex: 0 0 auto */
  flex: none;
}

.flex-auto {
  /* 内容自适应：等价于 flex: 1 1 auto */
  flex: auto;
}

.flex-full {
  /* 强制占满剩余空间 */
  flex: 100%;
}

.flex-1 {
  /* 纯比例分配 */
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

/* ******************** position/display/float ******************** */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

/* 需要设置至少一个边的定位值 */
.sticky {
  position: sticky;
  top: 0;
}

/* 取消定位，回归文档流 */
.static {
  position: static !important;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

/* 小程序端引入icon-font */
i,
.iconfont {
  display: inline-block;
}

/* 自定义行内元素 */
cell {
  display: inline-block;
  vertical-align: middle;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

/* 浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* 清浮动 */
.cf::after,
.cf::before {
  content: " ";
  display: table;
}

.cf::after {
  clear: both;
}

/* ******************** 杂项/伪类 ******************** */
/* 水平居中 0 auto */
.m-auto {
  margin: auto;
}

/* 垂直居中 */
.middle {
  display: inline-block;
  /* block时无效 */
  vertical-align: middle;
  /* 防止继承的行高干扰 */
  line-height: normal;
}

/* 多行文本换行 */
.textarea-wrap {
  white-space: pre-wrap;
  word-break: break-word;
}

.pointer {
  cursor: pointer;
}

.text-link {
  cursor: pointer;
  color: #409eff;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.text-link:hover {
  opacity: 0.7;
}

/* bold-粗体，bolder-更粗（web效果一样）*/
.text-bold,
.text-bolder {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-Abc {
  /* 每个单词首字母大写，不是驼峰 */
  text-transform: capitalize;
}

.text-ABC {
  text-transform: uppercase;
}

.text-abc {
  text-transform: lowercase;
}

/* 图片填策略 */
.object-fit {
  /* 保持宽高比, 缩放内容以填充 */
  object-fit: contain;
  /* 增加背景色 */
  background-color: #f5f5f5;
}

/* ******************** 可拓展部分 ******************** */
/* 覆写尺寸 */
.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.w-100-p {
  width: 100%;
}

.h-100-p {
  height: 100%;
}

/* 注意：vw vh */
.w-100-v {
  width: 100vw;
}

.h-100-v {
  height: 100vh;
}

/* 阴影 */
.text-shadow {
  text-shadow: 5px 5px 10px rgba(128, 128, 128, 0.3);
}

/* 添加价格前缀 */
.price::before {
  content: "¥";
  font-size: 80%;
  margin-right: 8px;
}

/* 添加必填前缀 */
.required::before {
  content: "*";
  color: #f75d5d;
  margin-right: 5px;
}

/* ******************** 颜色枚举******************** */
/* 定义颜色变量 */
/* 颜色/背景 -- 处理告警【Sass中的颜色名称在插值时会被转换为它们的CSS颜色值，而不是保持为字符串】  */
.text-black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.text-gray {
  color: #808080;
}

.bg-gray {
  background-color: #808080;
}

.text-grey {
  color: #808080;
}

.bg-grey {
  background-color: #808080;
}

.text-red {
  color: #ff0000;
}

.bg-red {
  background-color: #ff0000;
}

.text-green {
  color: #008000;
}

.bg-green {
  background-color: #008000;
}

.text-green-128 {
  color: #008000;
}

.bg-green-128 {
  background-color: #008000;
}

.text-lime {
  color: #00ff00;
}

.bg-lime {
  background-color: #00ff00;
}

.text-green-255 {
  color: #00ff00;
}

.bg-green-255 {
  background-color: #00ff00;
}

.text-blue {
  color: #0000ff;
}

.bg-blue {
  background-color: #0000ff;
}

.text-yellow {
  color: #ffff00;
}

.bg-yellow {
  background-color: #ffff00;
}

.text-orange {
  color: #ffa500;
}

.bg-orange {
  background-color: #ffa500;
}

.text-orange-165 {
  color: #ffa500;
}

.bg-orange-165 {
  background-color: #ffa500;
}

.text-orange-128 {
  color: #ff8000;
}

.bg-orange-128 {
  background-color: #ff8000;
}

.text-primary {
  color: #409eff;
}

.bg-primary {
  background-color: #409eff;
}

.text-success {
  color: #67c23a;
}

.bg-success {
  background-color: #67c23a;
}

.text-warning {
  color: #e6a23a;
}

.bg-warning {
  background-color: #e6a23a;
}

.text-danger {
  color: #f56c6c;
}

.bg-danger {
  background-color: #f56c6c;
}

.text-info {
  color: #909399;
}

.bg-info {
  background-color: #909399;
}

.text-333 {
  color: #333333;
}

.bg-333 {
  background-color: #333333;
}

.text-666 {
  color: #666666;
}

.bg-666 {
  background-color: #666666;
}

.text-999 {
  color: #999999;
}

.bg-999 {
  background-color: #999999;
}

.text-f5f5f5 {
  color: whitesmoke;
}

.bg-f5f5f5 {
  background-color: whitesmoke;
}

/* ******************** 文字裁剪 ******************** */
/* 单行截断 */
.text-cut {
  /* 防止换行 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 动态生成截断样式 */
.text-cut-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 动态设置行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.text-cut-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 动态设置行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.text-cut-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 动态设置行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.text-cut-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* 动态设置行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.text-cut-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* 动态设置行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

/* 背景裁剪文字：模拟文字的渐变 */
.cut-text-bg {
  background: linear-gradient(to right, #409eff, #67c23a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tag {
  font-size: 12px;
  padding: 0px 4px;
  margin: 0 8px 8px 0;
  border-radius: 4px;
  white-space: nowrap;
  color: #409eff;
  background-color: rgba(64, 158, 255, 0.2);
  border: 1px solid #409eff;
}
.tag.success {
  color: #67c23a;
  background-color: rgba(103, 194, 58, 0.2);
  border: 1px solid #67c23a;
}
.tag.warning {
  color: #e6a23a;
  background-color: rgba(230, 162, 58, 0.2);
  border: 1px solid #e6a23a;
}
.tag.danger {
  color: #f56c6c;
  background-color: rgba(245, 108, 108, 0.2);
  border: 1px solid #f56c6c;
}
.tag.info {
  color: #909399;
  background-color: rgba(144, 147, 153, 0.2);
  border: 1px solid #909399;
}
