@charset "UTF-8";
@font-face {
  font-family: 'myFont'; 
  src: url('/assets/font/PingFangSC-Light.ttf');
  src: url('../fonts/PingFangSCRegular/PingFangSCRegular.ttf');
  font-weight: normal;
  font-style: normal;
}
/* reset */
* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, li, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  padding: 0;
  margin: 0;
  border: 0;
  /* font: Microsoft YaHei, Arial; */
  vertical-align: baseline;
  font-family: myFont, sans-serif; 
}
img {
  display: block;
  width: 100%;
  /* height: 100%; */
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* start editing from here */
a, a:hover {
  text-decoration: none !important;
}

.txt-rt {
  text-align: right;
}

/* text align right */
.txt-lt {
  text-align: left;
}

/* text align left */
.txt-center {
  text-align: center;
}

/* float left */
.clear {
  clear: both;
}

/* clear float */
.pos-relative {
  position: relative;
}

/* Position Relative */
.pos-absolute {
  position: absolute;
}

/* Position Absolute */
.vertical-base {
  vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
  vertical-align: top;
}
/* color */
.c-000 {
  color: #000;
}

.c-333 {
  color: #333;
}

.c-666 {
  color: #666;
}

.c-999 {
  color: #999;
}

.c-aaa {
  color: #aaa;
}

.c-fff {
  color: #fff;
}

.c-primary {
  color: #0062ff;
}

.c-info {
  color: #92929d;
}

/*  font-size  */
.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

/* margin*/
.mbt10 {
  margin: 10px 0;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml40 {
  margin-left: 40px;
}

.ml110 {
  margin-left: 110px;
}

.ml200 {
  margin-left: 200px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr18 {
  margin-right: 18px !important;
}

.mlr30 {
  margin: 0 30px;
}

/* padding */
.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.cursor {
  cursor: pointer;
}

.fw {
  font-weight: bolder;
}

.color_urgent {
  color: #FF0000 !important;
}

.color_red {
  color: #F56C6C !important;
}

.color_blue {
  color: #409EFF !important;
}

.color_gray {
  color: #666666 !important;
}

.color_grey {
  color: grey;
}

.color_yellow {
  color: #E6A23C !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.el-dialog {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w500 {
  width: 500px;
}

.btn-noIcon-width {
  width: 80px;
}

.noWrap {
  white-space: nowrap;
}
