#app {
  height: 100%;
  width: 100%;
  display: flex;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.amap-search {
  width: 100%;
  height: 400px;
}
.amap-search .mymap-container {
  flex: 1;
  min-height: 200px;
}
.amap-search .mymap-container .amap-geolocation-con {
  z-index: 1 !important;
}
.amap-search .mymap-container .amap-copyright {
  height: 26px;
}
.amap-search .el-autocomplete .el-input {
  width: 100% !important;
}

.vgo-bg-wrap {
  overflow: hidden;
}

.vgo-box {
  background-color: #fff;
}
.vgo-box .content--box {
  overflow: hidden;
}
.vgo-box .vgo-box--close {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  border-radius: 3px;
  color: #999;
}
.vgo-box .vgo-box--close:hover {
  color: #f8645c !important;
  cursor: pointer;
  background-color: rgba(0,0,0,0.1);
}

.el-card__header .vgo-box-title {
  padding: 0;
}
.vgo-box-title {
  line-height: initial;
}
.vgo-box-title .vgo-box-title--content {
  font-size: 16px;
  font-weight: 600;
}
.vgo-box-title .vgo-box-title--content .title--line {
  padding: 1px;
  background-color: #0da9fd;
}
.vgo-box-title .vgo-box-title--content i.prepend--icon {
  font-weight: 600;
}
.vgo-box-title.vgo-box-subtitle .vgo-box-title--content {
  font-size: 14px;
}

.vgo-footer-bar {
  position: fixed;
  left: 200px;
  right: 26px;
  z-index: 1002;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(200,200,200,0.4);
}

.list-card-item {
  border: 1.5px solid #f2f2f2;
  padding: 10px;
}
.list-card-item.lock {
  background-color: #f2f2f2;
}
.list-card-item:hover {
  box-shadow: 2px 2px 20px rgba(0,0,0,0.06);
  transform: scale(1.01);
}
.list-card-item i.card--icon {
  font-size: 45px;
  height: 64px;
  flex: 0 0 64px;
  color: #fff;
}
.list-card-item i.iconwuquanxian {
  position: absolute;
  font-size: 20px;
  right: 10px;
  top: 10px;
}


.vgo-sort-field {
  cursor: pointer;
  color: #666;
  display: inline-block;
  user-select: none;
}
.vgo-sort-field .caret-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: 34px;
  width: 24px;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
}
.vgo-sort-field .caret-wrapper .sort-caret {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  left: 7px;
}
.vgo-sort-field .caret-wrapper .ascending {
  border-bottom-color: #c0c4cc;
  top: 5px;
}
.vgo-sort-field .caret-wrapper .descending {
  border-top-color: #c0c4cc;
  bottom: 7px;
}
.vgo-sort-field.sort1 .ascending {
  border-bottom-color: #0da9fd;
}
.vgo-sort-field.sort2 .descending {
  border-top-color: #0da9fd;
}

.pc-mode .tab-item:hover {
  background-color: #0da9fd;
  color: #fff;
}
.tab-list--base .tab-item {
  flex: 0 0 auto;
  padding: 5px;
  min-width: 80px;
  text-align: center;
  transition: all 0.3s;
  border-right: 1px solid #ccc;
}
.tab-list--base .tab-item.active {
  background-color: #0da9fd;
  color: #fff;
}

.v-audio--base {
  vertical-align: bottom;
}
.v-audio--base .audio--btn {
  margin-right: 10px;
  font-size: 26px;
  cursor: pointer;
}
.v-audio--base .audio--btn:hover {
  color: #0da9fd;
}

.card-icon--base {
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  color: #aaa;
}
.card-icon--base:hover {
  filter: saturate(300%);
}

.card-icon-gruop--base {
  position: absolute;
  border-radius: 20px;
  background-color: rgba(0,0,0,0.5);
  padding: 0 5px;
  overflow: hidden;
}
.card-icon-gruop--base .card-icon--base {
  background: none;
  border-radius: 0;
}
.card-icon-gruop--base .card-icon--base~.card-icon--base {
  border-left: 1px dotted rgba(238,238,238,0.2);
}

.card-warp--base {
  overflow: hidden;
  cursor: pointer;
}
.card-warp--base:hover {
  box-shadow: 1px 1px 5px 1px rgba(144,147,153,0.4);
}
.card-warp--base.selected {
  box-shadow: 0 0 1px 3px rgba(103,194,58,0.8) !important;
}
.card-warp--base.disabled {
  box-shadow: 0 0 1px 3px rgba(248,100,92,0.8) !important;
  cursor: not-allowed;
}
.card-warp--base .full-cover {
  width: 100%;
  height: 100%;
}
.card-warp--base .bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
.card-warp--base.dragable {
  cursor: move;
}

* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0da9fd !important;
}
img {
  border: none;
  vertical-align: middle;
}
ol,
ul,
li {
  list-style: none;
}
iframe {
  border: none;
}
::selection {
  color: #fff;
  background: #57b3b0;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(0,0,0,0.05);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 5px;
}
::-webkit-input-placeholder {
  font-family: Arial !important;
}
.fade-transverse-leave-active,
position absolute,
.fade-transverse-enter {
  transform: translateY(-30px);
  opacity: 0;
}
.fade-transverse-leave-to {
  transform: translateY(30px);
  opacity: 0;
}
.fade-transition-enter,
.fade-transition-leave-to {
  opacity: 0;
  transform: translateY(30px);
}
.fade-transition-leave-active {
  position: absolute;
}
.fade-scale-leave-active,
.fade-scale-enter-active {
  transition: all 0.3s;
}
.fade-scale-enter,
.fade-scale-leave-to {
  transform: scale(0.98);
  opacity: 0;
}
@-moz-keyframes icon_pointing {
  0% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.5);
  }
  45% {
    box-shadow: 0 0 0 20px rgba(160,160,160,0.05);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(160,160,160,0.2);
  }
}
@-webkit-keyframes icon_pointing {
  0% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.5);
  }
  45% {
    box-shadow: 0 0 0 20px rgba(160,160,160,0.05);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(160,160,160,0.2);
  }
}
@-o-keyframes icon_pointing {
  0% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.5);
  }
  45% {
    box-shadow: 0 0 0 20px rgba(160,160,160,0.05);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(160,160,160,0.2);
  }
}
@keyframes icon_pointing {
  0% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.5);
  }
  45% {
    box-shadow: 0 0 0 20px rgba(160,160,160,0.05);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(160,160,160,0.2);
  }
}
@-moz-keyframes icon_pointing_inset {
  0% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.8) inset;
  }
  45% {
    box-shadow: 0 0 0 10px rgba(160,160,160,0.05) inset;
  }
  50% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.6) inset;
  }
  100% {
    box-shadow: 0 0 0 5px rgba(160,160,160,0.8) inset;
  }
}
@-webkit-keyframes icon_pointing_inset {
  0% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.8) inset;
  }
  45% {
    box-shadow: 0 0 0 10px rgba(160,160,160,0.05) inset;
  }
  50% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.6) inset;
  }
  100% {
    box-shadow: 0 0 0 5px rgba(160,160,160,0.8) inset;
  }
}
@-o-keyframes icon_pointing_inset {
  0% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.8) inset;
  }
  45% {
    box-shadow: 0 0 0 10px rgba(160,160,160,0.05) inset;
  }
  50% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.6) inset;
  }
  100% {
    box-shadow: 0 0 0 5px rgba(160,160,160,0.8) inset;
  }
}
@keyframes icon_pointing_inset {
  0% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.8) inset;
  }
  45% {
    box-shadow: 0 0 0 10px rgba(160,160,160,0.05) inset;
  }
  50% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.6) inset;
  }
  100% {
    box-shadow: 0 0 0 5px rgba(160,160,160,0.8) inset;
  }
}
@-moz-keyframes icon_bgc {
  0%, 100% {
    background: linear-gradient(135deg, #f00, #ffa500, #008000, #00f, #800080) left center/400% 400%;
    background-position-x: left;
  }
  50% {
    background-position-x: right;
  }
}
@-webkit-keyframes icon_bgc {
  0%, 100% {
    background: linear-gradient(135deg, #f00, #ffa500, #008000, #00f, #800080) left center/400% 400%;
    background-position-x: left;
  }
  50% {
    background-position-x: right;
  }
}
@-o-keyframes icon_bgc {
  0%, 100% {
    background: linear-gradient(135deg, #f00, #ffa500, #008000, #00f, #800080) left center/400% 400%;
    background-position-x: left;
  }
  50% {
    background-position-x: right;
  }
}
@keyframes icon_bgc {
  0%, 100% {
    background: linear-gradient(135deg, #f00, #ffa500, #008000, #00f, #800080) left center/400% 400%;
    background-position-x: left;
  }
  50% {
    background-position-x: right;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  color: #333;
  font-size: 14px;
  overflow: hidden;
}
.box-shadow {
  box-shadow: 0 0 4px 0 rgba(200,200,200,0.4);
}
.box-shadow:hover {
  box-shadow: 0 0 4px 0 #c8c8c8;
}
.padding-spacing {
  padding: 10px;
}
.margin-spacing {
  margin: 10px;
}
.border-radius,
body .el-card {
  border-radius: 6px;
}
body .flex-1 {
  overflow-x: hidden;
}
body .w100p {
  width: 100% !important;
}
body .h100p {
  height: 100% !important;
}
body .w10 {
  width: 10px !important;
}
body .h10 {
  height: 10px !important;
}
body .w20 {
  width: 20px !important;
}
body .h20 {
  height: 20px !important;
}
body .w30 {
  width: 30px !important;
}
body .h30 {
  height: 30px !important;
}
body .w40 {
  width: 40px !important;
}
body .h40 {
  height: 40px !important;
}
body .w50 {
  width: 50px !important;
}
body .h50 {
  height: 50px !important;
}
body .w60 {
  width: 60px !important;
}
body .h60 {
  height: 60px !important;
}
body .w70 {
  width: 70px !important;
}
body .h70 {
  height: 70px !important;
}
body .w80 {
  width: 80px !important;
}
body .h80 {
  height: 80px !important;
}
body .w90 {
  width: 90px !important;
}
body .h90 {
  height: 90px !important;
}
body .w100 {
  width: 100px !important;
}
body .h100 {
  height: 100px !important;
}
body .w150 {
  width: 150px !important;
}
body .h150 {
  height: 150px !important;
}
body .w200 {
  width: 200px !important;
}
body .h200 {
  height: 200px !important;
}
body .w250 {
  width: 250px !important;
}
body .h250 {
  height: 250px !important;
}
body .w300 {
  width: 300px !important;
}
body .h300 {
  height: 300px !important;
}
body .w350 {
  width: 350px !important;
}
body .h350 {
  height: 350px !important;
}
body .w400 {
  width: 400px !important;
}
body .h400 {
  height: 400px !important;
}
body .w450 {
  width: 450px !important;
}
body .h450 {
  height: 450px !important;
}
body .w500 {
  width: 500px !important;
}
body .h500 {
  height: 500px !important;
}
body .w550 {
  width: 550px !important;
}
body .h550 {
  height: 550px !important;
}
body .w600 {
  width: 600px !important;
}
body .h600 {
  height: 600px !important;
}
body .w650 {
  width: 650px !important;
}
body .h650 {
  height: 650px !important;
}
body .w700 {
  width: 700px !important;
}
body .h700 {
  height: 700px !important;
}
body .w750 {
  width: 750px !important;
}
body .h750 {
  height: 750px !important;
}
body .w800 {
  width: 800px !important;
}
body .h800 {
  height: 800px !important;
}
body .w850 {
  width: 850px !important;
}
body .h850 {
  height: 850px !important;
}
body .w900 {
  width: 900px !important;
}
body .h900 {
  height: 900px !important;
}
body .w950 {
  width: 950px !important;
}
body .h950 {
  height: 950px !important;
}
body .w1000 {
  width: 1000px !important;
}
body .h1000 {
  height: 1000px !important;
}
body .el-notification-cneter {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%);
}
body .el-card+.el-card {
  margin-top: 10px;
}
body .el-scrollbar__wrap {
  max-height: 204px !important;
}
body .el-table__row:nth-child(2n) {
  background-color: #fafafa;
}
body .el-table .avatar {
  width: 40px;
  height: 40px;
}
body .el-loading-mask {
  z-index: 100000 !important;
}
body .el-message {
  z-index: 100001 !important;
}
body .el-tooltip__popper {
  max-width: 500px;
}
body .el-badge {
  z-index: 1;
}
body .el-image .el-icon-circle-close {
  color: #f8645c;
}
body #nprogress .bar {
  background: #0da9fd !important;
}
body #nprogress .peg {
  box-shadow: 0 0 10px #0da9fd, 0 0 5px #0da9fd;
}
body .el-tag~.el-tag {
  margin-left: 6px;
}
body .isDetail .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
  display: none;
}
body .el-table {
  border: 1px solid #ebeef5;
  border-bottom: none;
}
body .el-table th {
  background-color: #f1f1f1;
}
body .el-table thead {
  color: #333;
}
body .el-tree .el-icon-sort {
  cursor: move;
}
body .el-dialog .el-dialog__header {
  border-bottom: 1px solid #ebeef5;
  box-shadow: 0 0 4px 0 rgba(200,200,200,0.4);
  flex: 0 0 auto;
}
body .el-dialog .el-dialog__footer {
  border-top: 1px solid #ebeef5;
  box-shadow: 0 0 4px 0 rgba(200,200,200,0.4);
  flex: 0 0 auto;
}
body .el-dialog .dialog-content {
  height: 500px;
  width: 100%;
}
body .el-upload {
  width: 100%;
  height: 100%;
}
html,
body {
  height: 100%;
  width: 100%;
}
.danger {
  color: #f8645c !important;
}
.theme,
.primary {
  color: #0da9fd !important;
}
.warning {
  color: #eda131 !important;
}
.info {
  color: #909399 !important;
}
.success {
  color: #67c23a !important;
}
.page-bg {
  background-color: #f8f8f8 !important;
}
.page-content {
  background-color: #fff !important;
}
.page-dark {
  background-color: #e6f6ff !important;
}
.page {
  padding: 0 15px 20px;
  width: 100%;
}
.modulle-title {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #e6e7ec;
  font-size: 18px;
  color: #333;
  padding-left: 30px;
  margin-bottom: 20px;
}
.fs-s {
  font-size: 10px;
}
.fs-n {
  font-size: 12px;
}
.fs-m {
  font-size: 14px;
}
.fs-b {
  font-size: 16px;
}
.fs-l {
  font-size: 18px;
}
.fs-xl {
  font-size: 26px;
}
.fs-xxl {
  font-size: 30px;
}
.fc-b1 {
  color: #000;
}
.fc-b1 {
  color: #333;
}
.fc-b2 {
  color: #666;
}
.fc-b3 {
  color: #999;
}
.fc-w1 {
  color: #bbb;
}
.fc-w2 {
  color: #ddd;
}
.fc-w3 {
  color: #fff;
}
.border {
  border: 1px solid #ebeef5;
}
.border-w {
  border: 1px solid #fff;
}
.bd-t {
  border-top: 1px solid #ebeef5;
}
.bd-r {
  border-right: 1px solid #ebeef5;
}
.bd-b {
  border-bottom: 1px solid #ebeef5;
}
.bd-l {
  border-left: 1px solid #ebeef5;
}
.bd-t-w {
  border-top: 1px solid #fff;
}
.bd-r-w {
  border-right: 1px solid #fff;
}
.bd-b-w {
  border-bottom: 1px solid #fff;
}
.bd-l-w {
  border-left: 1px solid #fff;
}
.border-bottom {
  border-bottom: 1px solid #ebeef5;
}
.fit-contain {
  object-fit: contain;
}
.fit-cover {
  object-fit: cover;
}
.fit-fill {
  object-fit: fill;
}
.fit-scale-down {
  object-fit: scale-down;
}
.flex {
  display: flex;
}
.flex-auto {
  flex: 0 0 auto;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-center {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.ff-rw {
  display: flex;
  flex-flow: row wrap;
}
.ff-rn {
  display: flex;
  flex-flow: row nowrap;
}
.ff-rrw {
  display: flex;
  flex-flow: row-reverse wrap;
}
.ff-rrn {
  display: flex;
  flex-flow: row-reverse nowrap;
}
.ff-cw {
  display: flex;
  flex-flow: column wrap;
}
.ff-cn {
  display: flex;
  flex-flow: column nowrap;
}
.ff-crw {
  display: flex;
  flex-flow: column-reverse wrap;
}
.ff-crn {
  display: flex;
  flex-flow: column-reverse nowrap;
}
.flex-2 {
  flex: 0 0 50%;
  width: 0;
}
.flex-3 {
  flex: 0 0 33.333333333333336%;
  width: 0;
}
.flex-4 {
  flex: 0 0 25%;
  width: 0;
}
.flex-5 {
  flex: 0 0 20%;
  width: 0;
}
.flex-6 {
  flex: 0 0 16.666666666666668%;
  width: 0;
}
.flex-7 {
  flex: 0 0 14.285714285714286%;
  width: 0;
}
.flex-8 {
  flex: 0 0 12.5%;
  width: 0;
}
.flex-9 {
  flex: 0 0 11.11111111111111%;
  width: 0;
}
.flex-10 {
  flex: 0 0 10%;
  width: 0;
}
.flex-11 {
  flex: 0 0 9.090909090909092%;
  width: 0;
}
.flex-12 {
  flex: 0 0 8.333333333333334%;
  width: 0;
}
.flex-13 {
  flex: 0 0 7.692307692307693%;
  width: 0;
}
.flex-14 {
  flex: 0 0 7.142857142857143%;
  width: 0;
}
.flex-15 {
  flex: 0 0 6.666666666666667%;
  width: 0;
}
.flex-16 {
  flex: 0 0 6.25%;
  width: 0;
}
.flex-17 {
  flex: 0 0 5.882352941176471%;
  width: 0;
}
.flex-18 {
  flex: 0 0 5.555555555555555%;
  width: 0;
}
.flex-19 {
  flex: 0 0 5.263157894736842%;
  width: 0;
}
.jc-start {
  display: flex;
  justify-content: flex-start;
}
.jc-end {
  display: flex;
  justify-content: flex-end;
}
.jc-center {
  display: flex;
  justify-content: center;
}
.jc-between {
  display: flex;
  justify-content: space-between;
}
.jc-around {
  display: flex;
  justify-content: space-around;
}
.ai-start {
  display: flex;
  align-items: flex-start;
}
.ai-end {
  display: flex;
  align-items: flex-end;
}
.ai-center {
  display: flex;
  align-items: center;
}
.ai-stretch {
  display: flex;
  align-items: stretch;
}
.mg0 {
  margin: 0px !important;
}
.mgx0 {
  margin: 0 0px;
}
.mgy0 {
  margin: 0px 0;
}
.mg1 {
  margin: 5px;
}
.mgx1 {
  margin: 0 5px;
}
.mgy1 {
  margin: 5px 0;
}
.mg2 {
  margin: 10px;
}
.mgx2 {
  margin: 0 10px;
}
.mgy2 {
  margin: 10px 0;
}
.mg3 {
  margin: 15px;
}
.mgx3 {
  margin: 0 15px;
}
.mgy3 {
  margin: 15px 0;
}
.mg4 {
  margin: 20px;
}
.mgx4 {
  margin: 0 20px;
}
.mgy4 {
  margin: 20px 0;
}
.mg5 {
  margin: 30px;
}
.mgx5 {
  margin: 0 30px;
}
.mgy5 {
  margin: 30px 0;
}
.pd0 {
  padding: 0px !important;
}
.pdx0 {
  padding: 0 0px;
}
.pdy0 {
  padding: 0px 0;
}
.pd1 {
  padding: 5px;
}
.pdx1 {
  padding: 0 5px;
}
.pdy1 {
  padding: 5px 0;
}
.pd2 {
  padding: 10px;
}
.pdx2 {
  padding: 0 10px;
}
.pdy2 {
  padding: 10px 0;
}
.pd3 {
  padding: 15px;
}
.pdx3 {
  padding: 0 15px;
}
.pdy3 {
  padding: 15px 0;
}
.pd4 {
  padding: 20px;
}
.pdx4 {
  padding: 0 20px;
}
.pdy4 {
  padding: 20px 0;
}
.pd5 {
  padding: 30px;
}
.pdx5 {
  padding: 0 30px;
}
.pdy5 {
  padding: 30px 0;
}
.mgt0 {
  margin-top: 0px !important;
}
.mgt1 {
  margin-top: 5px !important;
}
.mgt2 {
  margin-top: 10px !important;
}
.mgt3 {
  margin-top: 15px !important;
}
.mgt4 {
  margin-top: 20px !important;
}
.mgt5 {
  margin-top: 30px !important;
}
.mgr0 {
  margin-right: 0px !important;
}
.mgr1 {
  margin-right: 5px !important;
}
.mgr2 {
  margin-right: 10px !important;
}
.mgr3 {
  margin-right: 15px !important;
}
.mgr4 {
  margin-right: 20px !important;
}
.mgr5 {
  margin-right: 30px !important;
}
.mgb0 {
  margin-bottom: 0px !important;
}
.mgb1 {
  margin-bottom: 5px !important;
}
.mgb2 {
  margin-bottom: 10px !important;
}
.mgb3 {
  margin-bottom: 15px !important;
}
.mgb4 {
  margin-bottom: 20px !important;
}
.mgb5 {
  margin-bottom: 30px !important;
}
.mgl0 {
  margin-left: 0px !important;
}
.mgl1 {
  margin-left: 5px !important;
}
.mgl2 {
  margin-left: 10px !important;
}
.mgl3 {
  margin-left: 15px !important;
}
.mgl4 {
  margin-left: 20px !important;
}
.mgl5 {
  margin-left: 30px !important;
}
.pdt0 {
  padding-top: 0px !important;
}
.pdt1 {
  padding-top: 5px !important;
}
.pdt2 {
  padding-top: 10px !important;
}
.pdt3 {
  padding-top: 15px !important;
}
.pdt4 {
  padding-top: 20px !important;
}
.pdt5 {
  padding-top: 30px !important;
}
.pdr0 {
  padding-right: 0px !important;
}
.pdr1 {
  padding-right: 5px !important;
}
.pdr2 {
  padding-right: 10px !important;
}
.pdr3 {
  padding-right: 15px !important;
}
.pdr4 {
  padding-right: 20px !important;
}
.pdr5 {
  padding-right: 30px !important;
}
.pdb0 {
  padding-bottom: 0px !important;
}
.pdb1 {
  padding-bottom: 5px !important;
}
.pdb2 {
  padding-bottom: 10px !important;
}
.pdb3 {
  padding-bottom: 15px !important;
}
.pdb4 {
  padding-bottom: 20px !important;
}
.pdb5 {
  padding-bottom: 30px !important;
}
.pdl0 {
  padding-left: 0px !important;
}
.pdl1 {
  padding-left: 5px !important;
}
.pdl2 {
  padding-left: 10px !important;
}
.pdl3 {
  padding-left: 15px !important;
}
.pdl4 {
  padding-left: 20px !important;
}
.pdl5 {
  padding-left: 30px !important;
}
.lh1 {
  line-height: 12px !important;
}
.lh2 {
  line-height: 18px !important;
}
.lh3 {
  line-height: 24px !important;
}
.lh4 {
  line-height: 30px !important;
}
.lh5 {
  line-height: 36px !important;
}
.scroll-y {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-x {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.omit-1,
.omit-2,
.omit-3,
.omit-4,
.omit-5,
.omit-6 {
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
/* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.omit-1 {
  -webkit-line-clamp: 1;
}
.omit-2 {
  -webkit-line-clamp: 2;
}
.omit-3 {
  -webkit-line-clamp: 3;
}
.omit-4 {
  -webkit-line-clamp: 4;
}
.omit-5 {
  -webkit-line-clamp: 5;
}
.omit-6 {
  -webkit-line-clamp: 6;
}
.line-through {
  text-decoration: line-through;
}
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfixbefore,
.clearfixafter {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.inline-block {
  display: inline-block;
}
.overflow-hidden {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.hand {
  cursor: pointer;
}
.omit,
.flex-omit-x,
.flex-omit-y {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.flex-omit-x {
  width: 0;
  flex: 1;
}
.flex-omit-y {
  height: 0;
  flex: 1;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.margin-auto {
  margin: auto;
}
.margin-xauto {
  margin: 0 auto;
}
.margin-yauto {
  margin: auto 0;
}
.tar {
  text-align: right;
}
.pf {
  position: fixed;
}
.pr {
  position: relative !important;
}
.pa {
  position: absolute !important;
}
.pac {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.select-none {
  user-select: none;
}
.pre {
  white-space: pre-wrap;
}
.full {
  height: 100%;
  width: 100%;
}
.round {
  border-radius: 50%;
}
.strong {
  font-weight: 600;
}
.hover:hover {
  color: #0da9fd !important;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
}
.hover-success:hover {
  color: #67c23a !important;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
}
.hover-danger:hover {
  color: #f8645c !important;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
}
.hover-bg-theme:hover {
  color: #fff !important;
  cursor: pointer;
  background-color: #0da9fd;
}
.hover-bg-danger:hover {
  color: #fff !important;
  cursor: pointer;
  background-color: #f8645c;
}
.hover-scale-2 {
  transition: all 0.2s;
}
.hover-scale-2:hover {
  transform: scale(1.2);
}
.hover-scale {
  transition: all 0.2s;
}
.hover-scale:hover {
  box-shadow: 2px 2px 10px 0 rgba(133,133,133,0.15);
}
.line {
  position: relative;
}
.line::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #bbb;
  left: -120px;
  top: 50%;
}
.line::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #bbb;
  right: -120px;
  top: 50%;
}
.list-style-none {
  list-style: none;
}
.list-style-disc {
  list-style: disc;
}
.list-style-circle {
  list-style: circle;
}
.list-style-decimal {
  list-style: decimal;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.image-fit-contain {
  object-fit: contain;
}
.image-fit-cover {
  object-fit: cover;
}
.image-fit-fill {
  object-fit: fill;
}
body .el-image-viewer__wrapper {
  z-index: 999999 !important;
}

