/* latin-ext */

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local("Raleway Light"), local("Raleway-Light"), url(/fonts/sass/fonts/ZKwULyCG95tk6mOqHQfRBAsYbbCjybiHxArTLjt7FRU.woff2?465e6096) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local("Raleway Light"), local("Raleway-Light"), url(/fonts/sass/fonts/-_Ctzj9b56b8RgXW8FAriQzyDMXhdD8sAj6OAJTFsBI.woff2?72ee9e8a) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url(/fonts/sass/fonts/YZaO6llzOP57DpTBv2GnyFKPGs1ZzpMvnHX-7fPOuAc.woff2?74ca170a) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url(/fonts/sass/fonts/QAUlVt1jXOgQavlW5wEfxQLUuEpTyoUstqEm5AMlJo4.woff2?3988f246) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(/fonts/sass/fonts/STBOO2waD2LpX45SXYjQBQsYbbCjybiHxArTLjt7FRU.woff2?76cfb67b) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(/fonts/sass/fonts/xkvoNo9fC8O2RDydKj12bwzyDMXhdD8sAj6OAJTFsBI.woff2?066e7051) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* zenicon */

@font-face {
  font-family: zenicon;
  src: url(/fonts/sass/fonts/zenicon.woff2?54321b87) format("woff2");
}

.ft.icon {
  font-family: zenicon;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  text-rendering: auto;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  padding-left: 1px;
}

.ft + .el-el-button,
.ft + .ft,
.ft + .z-confirm,
.ft + .z-execute,
.ft + .z-link,
.ft + a {
  margin-left: .6rem;
}

.ft.l12 {
  margin-left: 12px;
}

.ft.r12 {
  margin-right: 12px;
}

.ft.hover {
  cursor: pointer;
}

.ft.hover:hover {
  color: #0285d7;
}

.ft.dark {
  color: #0d0d0d;
}

.ft.gray {
  color: #666;
}

.ft.yellow {
  color: #f90;
}

.ft.red {
  color: #ed3f14;
}

.ft.green {
  color: #19be6b;
}

.ft.blue {
  color: #2d8cf0;
}

.ft.center {
  text-align: center;
}

.ft.right {
  text-align: right;
}

.ft.bold {
  font-weight: 700;
}

.ft.underline {
  text-decoration: underline;
}

.ft.through {
  text-decoration: line-through;
}

.ft.italic {
  font-style: italic;
}

.ft.cursor {
  cursor: pointer;
}

.ft.h1 {
  font-size: 1.3rem;
}

.ft.h2 {
  font-size: 1.2rem;
}

.ft.h3 {
  font-size: 1.1rem;
}

.ft.h4 {
  font-size: .9rem;
}

.ft.h5 {
  font-size: .8rem;
}

.app-view-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.app-view-loading > div {
  text-align: center;
}

.app-view-loading > div > div {
  color: #ccc;
  margin: 0;
  font: 11px verdana;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.app-view-loading > div > span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 2px;
  background: #007DB6;
  border-radius: 8px;
  -webkit-animation: app-view-loadanim 1s infinite alternate;
          animation: app-view-loadanim 1s infinite alternate;
}

.app-view-loading > div > span:nth-of-type(2) {
  background: #008FB2;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.app-view-loading > div > span:nth-of-type(3) {
  background: #009B9E;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.app-view-loading > div > span:nth-of-type(4) {
  background: #00A77D;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.app-view-loading > div > span:nth-of-type(5) {
  background: #00B247;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.app-view-loading > div > span:nth-of-type(6) {
  background: #5AB027;
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
}

.app-view-loading > div > span:nth-of-type(7) {
  background: #A0B61E;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes app-view-loadanim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes app-view-loadanim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body {
  font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  color: #333;
  font-size: 14px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

div,
span {
  outline: 0;
}

em,
i {
  font-style: normal;
}

dd,
dl,
dt,
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

