.info[data-v-706dff59] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-container[data-v-706dff59] {
  background: #fff;
  overflow-y: auto;
}
.text-c[data-v-706dff59] {
  text-align: center;
}
.fc-gray[data-v-706dff59] {
  color: #999;
}
button[data-v-706dff59] {
  outline: none;
  border: none;
}
.wrapper[data-v-706dff59] {
  margin: 0 auto;
  padding: 0 20px;
}
header[data-v-706dff59] {
  height: 60px;
  line-height: 60px;
}
header .logo[data-v-706dff59] {
  text-indent: -100000em;
}
header .btn[data-v-706dff59] {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #409eff;
  border-radius: 5px;
  min-width: 80px;
}
.banner-box .full[data-v-706dff59] {
  width: 100%;
  height: 100%;
}
.content-box .img[data-v-706dff59] {
  display: block;
  margin: 0 auto;
}
.content-box .img-icon[data-v-706dff59] {
  display: block;
  width: auto;
  height: 90px;
  margin: 0 auto;
}
.content-box .flex-item[data-v-706dff59]:hover {
  -webkit-box-shadow: 0 6px 15px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 15px 2px rgba(0, 0, 0, 0.1);
}
footer[data-v-706dff59] {
  height: 50px;
  line-height: 50px;
  background: #313744;
}
footer .icon[data-v-706dff59] {
  width: 20px;
  height: 20px;
}
.side-box[data-v-706dff59] {
  width: 100px;
  border-radius: 10px;
  position: fixed;
  right: 20px;
  top: 100px;
  z-index: 10000;
}
.fc-white[data-v-706dff59] {
  color: #fff;
}
.fc-red[data-v-706dff59] {
  color: #e87073;
}
.side-item-1[data-v-706dff59] {
  background: #e87073;
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
}
.side-item[data-v-706dff59], .side-item-3[data-v-706dff59], .side-item-2[data-v-706dff59] {
  padding: 20px 0;
  position: relative;
}
.side-item:hover .side-hover[data-v-706dff59], .side-item-3:hover .side-hover[data-v-706dff59], .side-item-2:hover .side-hover[data-v-706dff59] {
  display: block;
}
.side-item-2[data-v-706dff59] {
  background: #ffbd4b;
}
.side-item-3[data-v-706dff59] {
  background: #60d958;
  border-radius: 0 0 10px 10px;
}
.side-icon[data-v-706dff59] {
  width: 30px;
  height: auto;
}
.side-hover[data-v-706dff59] {
  width: 220px;
  margin-right: 10px;
  border-radius: 10px;
  position: absolute;
  background: #fff;
  left: -228px;
  top: 0;
  z-index: 10000;
  -webkit-box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.side-hover[data-v-706dff59]:hover {
  display: block;
}
.side-hover-box[data-v-706dff59] {
  padding: 20px;
}
.side-hover-box[data-v-706dff59]::after {
  position: absolute;
  display: block;
  content: "";
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  top: 15px;
  right: -12px;
}
.login-container {
  background-image: url(/img/background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.login-weaper {
  margin: 0 auto;
  width: 1140px;
  height: 624px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.login-right {
  width: 478px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-right .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
.login-right .header .title {
  font-size: 21px;
  color: #333;
  font-weight: bold;
  margin-left: 6px;
}

.login-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #efefef;
  height: 624px;
  border-radius: 10px;
  background-image: url(/img/login-show.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.login-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
  font-weight: bold;
}

.login-menu::hover {
  color: #409EFF;
}

.login-main {
  padding: 0 42px;
}

.login-submit {
  margin-top: 3px;
  width: 100%;
  height: 40px;
}

.login-form i {
  color: #333;
}
.login-form .el-form-item__content {
  width: 100%;
}
.login-form .el-form-item {
  margin-bottom: 18px;
}
.login-form .el-input input {
  padding: 20px 0 20px 40px;
  text-indent: 5px;
  background-color: #EAE9E9;
}
.login-form .el-input .el-input__suffix, .login-form .el-input .el-input__prefix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.login-form .el-input .el-input__prefix {
  margin-left: 8px;
}

.login-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 4px;
}

.login-code-img {
  width: 100px;
  height: 38px;
  border: 1px solid #f0f0f0;
}

.msg-text {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.msg-text.display {
  color: #ccc;
}


.msg-text {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.msg-text.display {
  color: #ccc;
}

.footer[data-v-9fa485f6] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.activity-cover[data-v-99941528] {
  display: block;
  width: 100px;
  margin: auto;
}
.activity-list-progress .el-progress-bar__outer {
  background: #b9b9b9;
}
*[data-v-72e0c980] {
  padding: 0;
  margin: 0;
}
.radio-content[data-v-72e0c980] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.radio-content label[data-v-72e0c980] {
  color: #1370fb;
  margin-left: 1%;
}
.radio[data-v-72e0c980] {
  font-size: clamp(0.13rem, -0.02rem + 0.75vw, 0.88rem);
}
.col-radio[data-v-72e0c980] {
  zoom: 1.6;
  margin-left: 4%;
}
[data-v-72e0c980] .dv-scroll-ranking-board .ranking-column .inside-column {
  height: 12px;
}
.main[data-v-72e0c980] {
  width: 100vw;
  height: 100vh;
  background-color: #030E23;
  background-position: no-repeat;
}
.container[data-v-72e0c980] {
  height: 85.8vh;
  display: grid;
  grid-template-columns: 27% 42% 27%;
  grid-template-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 2%;
  grid-auto-flow: row;
  grid-template-areas: "left content right";
  padding: 0 2%;
}
.left[data-v-72e0c980] {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 3% 0px;
  grid-auto-flow: row;
  grid-template-areas: "." ".";
  grid-area: left;
}
.content[data-v-72e0c980] {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 2% 56.2% 35.8%;
  gap: 3% 0px;
  grid-auto-flow: row;
  grid-template-areas: "." ".";
  grid-area: content;
}
.right[data-v-72e0c980] {
  grid-area: right;
  display: grid;
  grid-template-rows: 5.2% 92.8%;
  gap: 2% 0;
}
.top[data-v-72e0c980] {
  width: 100vw;
  height: 8.2vh;
  background-image: url(../img/pic-logo.7eac47a4.png);
  background-size: 100vw 8.2vh;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2vh;
}
.top .top-right[data-v-72e0c980] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.5%;
  font-size: clamp(0.13rem, -0.02rem + 0.75vw, 0.88rem);
}
.col[data-v-72e0c980] {
  display: grid;
  grid-template-columns: 47.5% 47.5%;
  grid-template-rows: 11.4% 39.6% 39.6%;
  grid-auto-columns: 1fr;
  gap: 4.7% 5%;
  grid-auto-flow: row;
  grid-template-areas: "title-one title-one" ". ." ". .";
}
.title-one[data-v-72e0c980] {
  background: rgba(27, 126, 242, 0.1098039216);
  grid-area: title-one;
  display: grid;
  grid-template-columns: 1% 99%;
}
.col-cross[data-v-72e0c980] {
  background-color: #1b7ef2;
  -webkit-transform: scaleX(0.4);
          transform: scaleX(0.4);
}
.col-title[data-v-72e0c980] {
  width: 99%;
  height: 100%;
  font-size: clamp(0.19rem, 0.002rem + 0.94vw, 1.13rem);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col-triangle[data-v-72e0c980] {
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  width: 7%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(32deg, #29f1fa 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(148deg, #29f1fa 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 100% 50%;
  background-position: top left, bottom left;
}
.item[data-v-72e0c980] {
  width: 100%;
  height: 100%;
  background: rgba(27, 126, 242, 0.1098039216);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-img[data-v-72e0c980] {
  width: 31.3%;
  height: 41.3%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.item-money[data-v-72e0c980] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sub-item[data-v-72e0c980] {
  width: 100%;
  height: 100%;
  background: rgba(27, 126, 242, 0.1098039216);
  color: #ffffff;
}
.sub-item-img[data-v-72e0c980] {
  width: 31.3%;
  height: 41.3%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
.sub-item-one[data-v-72e0c980] {
  font-size: clamp(0.19rem, 0.028rem + 0.81vw, 1rem);
  color: #ddeeff;
  text-align: center;
  margin-top: 4%;
}
.sub-item-two[data-v-72e0c980] {
  font-size: clamp(0.25rem, 1.25vw, 1.5rem);
  text-align: center;
  color: #ddeeff;
  margin-top: 4%;
}
.item-one[data-v-72e0c980] {
  font-size: clamp(0.19rem, 0.028rem + 0.81vw, 1rem);
  text-align: center;
  color: #ddeeff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.item-two[data-v-72e0c980] {
  font-size: clamp(0.25rem, 1.25vw, 1.5rem);
  text-align: center;
  color: #f4fcff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.item-three[data-v-72e0c980] {
  font-size: clamp(0.13rem, -0.02rem + 0.75vw, 0.88rem);
  text-align: right;
  color: #a2bedc;
  width: 40%;
}
.item-four[data-v-72e0c980] {
  font-size: clamp(0.19rem, 0.028rem + 0.81vw, 1rem);
  text-align: left;
  width: 40%;
}
.sub-img-one[data-v-72e0c980] {
  background-image: url(../img/icon-pay.a19f69fd.png);
}
.sub-img-two[data-v-72e0c980] {
  background-image: url(../img/pic-red-packet.0a561d28.png);
}
.sub-img-three[data-v-72e0c980] {
  background-image: url(../img/icon-points.96a5b94f.png);
}
.sub-img-four[data-v-72e0c980] {
  background-image: url(../img/icon-gift-green.fb9da6e9.png);
}
.sub-img-five[data-v-72e0c980] {
  background-image: url(../img/icon-pay-green.e24d4c99.png);
}
.sub-img-six[data-v-72e0c980] {
  background-image: url(../img/pic-packet-green.dbba29ea.png);
}
.sub-img-seven[data-v-72e0c980] {
  background-image: url(../img/icon-points-green.e44ee8b1.png);
}
.sub-img-eight[data-v-72e0c980] {
  background-image: url(../img/pic-gift.d7627eac.png);
}
.line[data-v-72e0c980] {
  display: grid;
  grid-template-rows: 16% 78%;
  gap: 6% 0;
}
.line-title[data-v-72e0c980] {
  display: grid;
  grid-template-columns: 1% 99%;
}
.line-title-one[data-v-72e0c980] {
  background: rgba(27, 126, 242, 0.1098039216);
  display: grid;
  grid-template-columns: 0.6% 99.4%;
}
.el-dialog__wrapper .el-dialog[data-v-4c33675a] {
  width: 61% !important;
}
.el-dialog__wrapper .el-dialog .dialog-main-tree[data-v-4c33675a] {
  max-height: 400px;
  overflow-y: auto;
}
.el-dialog__wrapper .el-form-item__label[data-v-4c33675a] {
  width: 20% !important;
  padding-right: 20px;
}
.el-dialog__wrapper .el-form-item__content[data-v-4c33675a] {
  margin-left: 20% !important;
}

.header-container[data-v-dc3b552e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.custom-tree-node {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.custom-tree-title {
  margin-right: 32px;
}
.custom-tree-node:hover .custom-tree-action {
  display: inline-block
}
.custom-tree-node .custom-tree-action {
  display: none;
}

.category[data-v-d9655d30] {
  position: absolute;
}
.category .container[data-v-d9655d30] {
  padding: 18px 10px;
  width: 200px;
  position: relative;
  z-index: 100;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.category .container .title[data-v-d9655d30] {
  width: 100%;
  position: relative;
  padding-left: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 100;
}
.category .container .title .title-right[data-v-d9655d30] {
  color: #409eff;
  cursor: pointer;
}
.category .musk[data-v-d9655d30] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
  background-color: #000;
}
.user[data-v-d9655d30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user > .left[data-v-d9655d30] {
  position: relative;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 200px;
}
.user > .right[data-v-d9655d30] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.container[data-v-d9655d30] {
  position: relative;
  height: 100%;
  padding: 20px 40px;
}
.container .showed[data-v-d9655d30],
.container .optional[data-v-d9655d30] {
  margin-bottom: 20px;
}
.container .showed .head[data-v-d9655d30],
.container .optional .head[data-v-d9655d30] {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .head .title[data-v-d9655d30],
.container .optional .head .title[data-v-d9655d30] {
  font-size: 14px;
  font-weight: bold;
}
.container .showed .head .desc[data-v-d9655d30],
.container .optional .head .desc[data-v-d9655d30] {
  margin-left: 10px;
  color: #888;
  font-size: 12px;
}
.container .showed .content .sortable[data-v-d9655d30],
.container .optional .content .sortable[data-v-d9655d30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .showed .content .sortable .item[data-v-d9655d30],
.container .optional .content .sortable .item[data-v-d9655d30] {
  margin: 0 20px 20px 0;
  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;
  width: 120px;
  height: 32px;
  font-size: 14px;
  color: #000;
  cursor: move;
  background-color: #ebedef;
}
.container .showed .item[data-v-d9655d30] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .item > i[data-v-d9655d30] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .showed .item:hover > i[data-v-d9655d30] {
  cursor: pointer;
  color: rgb(239, 88, 80);
  visibility: visible;
}
.container .optional .item[data-v-d9655d30] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .optional .item > i[data-v-d9655d30] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .optional .item[data-v-d9655d30]:hover {
  color: #fff !important;
  background-color: #1677ff !important;
}
.container .optional .item:hover > i[data-v-d9655d30] {
  visibility: visible;
}
.container .footer[data-v-d9655d30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.w-1[data-v-d9655d30] {
  width: 100%;
}
.look-color[data-v-d9655d30] {
  color: #409eff;
  cursor: pointer;
}

.custom-tree-node {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.custom-tree-title {
  margin-right: 32px;
}
.custom-tree-node:hover .custom-tree-action {
  display: inline-block
}
.custom-tree-node .custom-tree-action {
  display: none;
}

.category[data-v-12b62488] {
  position: absolute;
}
.all[data-v-12b62488] {
  height: 600px;
}
.category .container[data-v-12b62488] {
  padding: 18px 10px;
  width: 200px;
  position: relative;
  z-index: 100;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.category .container .title[data-v-12b62488] {
  width: 100%;
  position: relative;
  padding-left: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 100;
}
.category .container .title .right[data-v-12b62488] {
  color: #409eff;
  cursor: pointer;
}
.category .musk[data-v-12b62488] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
  background-color: #000;
}
.user[data-v-12b62488] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user > .left[data-v-12b62488] {
  position: relative;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 200px;
}
.user > .right[data-v-12b62488] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.container[data-v-12b62488] {
  position: relative;
  height: 100%;
  padding: 20px 40px;
}
.container .showed[data-v-12b62488],
.container .optional[data-v-12b62488] {
  margin-bottom: 20px;
}
.container .showed .head[data-v-12b62488],
.container .optional .head[data-v-12b62488] {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .head .title[data-v-12b62488],
.container .optional .head .title[data-v-12b62488] {
  font-size: 14px;
  font-weight: bold;
}
.container .showed .head .desc[data-v-12b62488],
.container .optional .head .desc[data-v-12b62488] {
  margin-left: 10px;
  color: #888;
  font-size: 12px;
}
.container .showed .content .sortable[data-v-12b62488],
.container .optional .content .sortable[data-v-12b62488] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .showed .content .sortable .item[data-v-12b62488],
.container .optional .content .sortable .item[data-v-12b62488] {
  margin: 0 20px 20px 0;
  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;
  width: 120px;
  height: 32px;
  font-size: 14px;
  color: #000;
  cursor: move;
  background-color: #ebedef;
}
.container .showed .item[data-v-12b62488] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .item > i[data-v-12b62488] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .showed .item:hover > i[data-v-12b62488] {
  cursor: pointer;
  color: rgb(239, 88, 80);
  visibility: visible;
}
.container .optional .item[data-v-12b62488] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .optional .item > i[data-v-12b62488] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .optional .item[data-v-12b62488]:hover {
  color: #fff !important;
  background-color: #1677ff !important;
}
.container .optional .item:hover > i[data-v-12b62488] {
  visibility: visible;
}
.container .footer[data-v-12b62488] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.container[data-v-1adb415f] {
  padding: 20px;
}
.text-c[data-v-1adb415f] {
  text-align: center;
}
.hint-box[data-v-1adb415f] {
  padding: 20px;
  background: #fbf8e5;
  color: #876f44;
  border: 1px solid #ccc;
}
.lh-26[data-v-1adb415f] {
  line-height: 22px;
}
.fc-green[data-v-1adb415f] {
  color: green;
}
.text-c[data-v-2dcd50be] {
  text-align: center;
}
.fc-green[data-v-2dcd50be] {
  color: green;
}
.title[data-v-2dcd50be] {
  color: #999;
  min-width: 300px;
  text-align: right;
  margin-right: 30px;
}
.item[data-v-2dcd50be] {
  margin: 15px 0;
}
.img[data-v-2dcd50be] {
  display: block;
  width: 120px;
  height: 120px;
  border: 1px solid #ccc;
}
.btn-box[data-v-2dcd50be] {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.container[data-v-4a7a72a0] {
  padding: 20px 20px 0;
}
p[data-v-ea210672] {
  padding: 0;
  margin: 0;
}
.card-container[data-v-ea210672] {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 5px #eee;
          box-shadow: 0 0 5px 5px #eee;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.card-container[data-v-ea210672]:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.border-danger[data-v-ea210672] {
  border-top: 10px solid transparent;
  -o-border-image: linear-gradient(to right, #f64348, rgb(250.6598984772, 164.3401015228, 166.7512690355)) 30 30;
     border-image: -webkit-gradient(linear, left top, right top, from(#f64348), to(rgb(250.6598984772, 164.3401015228, 166.7512690355))) 30 30;
     border-image: linear-gradient(to right, #f64348, rgb(250.6598984772, 164.3401015228, 166.7512690355)) 30 30;
  clip-path: inset(0 round 5px);
}
.fc-danger[data-v-ea210672] {
  color: #f64348;
}
.border-success[data-v-ea210672] {
  border-top: 10px solid transparent;
  -o-border-image: linear-gradient(to right, #449d44, rgb(127.3066666667, 199.6933333333, 127.3066666667)) 30 30;
     border-image: -webkit-gradient(linear, left top, right top, from(#449d44), to(rgb(127.3066666667, 199.6933333333, 127.3066666667))) 30 30;
     border-image: linear-gradient(to right, #449d44, rgb(127.3066666667, 199.6933333333, 127.3066666667)) 30 30;
  clip-path: inset(0 round 5px);
}
.fc-success[data-v-ea210672] {
  color: #449d44;
}
.border-warning[data-v-ea210672] {
  border-top: 10px solid transparent;
  -o-border-image: linear-gradient(to right, #ec971f, rgb(243.975308642, 194.6543209877, 125.024691358)) 30 30;
     border-image: -webkit-gradient(linear, left top, right top, from(#ec971f), to(rgb(243.975308642, 194.6543209877, 125.024691358))) 30 30;
     border-image: linear-gradient(to right, #ec971f, rgb(243.975308642, 194.6543209877, 125.024691358)) 30 30;
  clip-path: inset(0 round 5px);
}
.fc-warning[data-v-ea210672] {
  color: #ec971f;
}
.border-normal[data-v-ea210672] {
  border-top: 10px solid transparent;
  -o-border-image: linear-gradient(to right, #30b0d5, rgb(132.7951807229, 208.3614457831, 230.2048192771)) 30 30;
     border-image: -webkit-gradient(linear, left top, right top, from(#30b0d5), to(rgb(132.7951807229, 208.3614457831, 230.2048192771))) 30 30;
     border-image: linear-gradient(to right, #30b0d5, rgb(132.7951807229, 208.3614457831, 230.2048192771)) 30 30;
  clip-path: inset(0 round 5px);
}
.fc-normal[data-v-ea210672] {
  color: #30b0d5;
}
.fc-gray[data-v-ea210672] {
  color: #999;
}
.dashboard-container .grid-head[data-v-106c86ed] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.dashboard-container .chart-box[data-v-106c86ed] {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 5px #eee;
          box-shadow: 0 0 5px 5px #eee;
  border-radius: 5px;
}
.dashboard-container .chart-container[data-v-106c86ed] {
  padding-bottom: 20px;
}
.dashboard-container .chart-header[data-v-106c86ed] {
  padding: 20px 15px;
  border-bottom: 1px solid #ccc;
}
.dashboard-container .chats[data-v-106c86ed] {
  width: 100%;
  height: 500px;
}
.ItemScroll[data-v-19431746] {
  overflow: hidden;
}
.hover[data-v-19431746] {
  overflow-y: auto;
}
.hide[data-v-19431746] {
  display: none;
}
@charset "UTF-8";
.col-title[data-v-8bb8fdc2] {
  width: 100%;
  height: 3.4722222222vh;
  font-size: 0.78125vw;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直居中 */
  background-color: rgba(40, 80, 128, 0.7);
}
.col-triangle[data-v-8bb8fdc2] {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  width: 7%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(32deg, #29f1fa 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(148deg, #29f1fa 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 100% 50%;
  background-position: top left, bottom left;
}
.map-box[data-v-8bb8fdc2] {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-image: url(../img/map-bg.f734709d.jpg);
  background-size: 100vw 100vh;
}
.map-box .top[data-v-8bb8fdc2] {
  width: 100%;
  height: 8.3333333333vh;
  background-image: url(../img/pic-logo-user.766c161a.png);
  background-size: 100vw 6.9444444444vh;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: rgba(255, 255, 255, 0.8);
}
.map-box .top .username[data-v-8bb8fdc2] {
  font-size: 0.78125vw;
  position: absolute;
  top: 1.0185185185vh;
  right: 3.6458333333vw;
  z-index: 100;
  color: #ffffff;
}
.map-box .top .icon-q[data-v-8bb8fdc2] {
  position: absolute;
  top: 4.8148148148vh;
  left: 7.8125vw;
  z-index: 100;
}
.map-box .top .icon-q img[data-v-8bb8fdc2] {
  z-index: 100;
  width: 1.0416666667vw;
  height: 1.8518518519vh;
  cursor: pointer;
  margin-right: 1.5625vw;
}
.map-box .top .top-right[data-v-8bb8fdc2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.5%;
  padding-bottom: 0.9259259259vh;
  font-size: 0.7291666667vw;
}
.map-box .container[data-v-8bb8fdc2] {
  width: 100%;
  height: 91.6666666667vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-box .container .container-left[data-v-8bb8fdc2] {
  width: 22%;
  height: 91.6666666667vh;
  padding: 1.8518518519vh 1.0416666667vw;
}
.map-box .container .container-left .item[data-v-8bb8fdc2] {
  width: 100%;
  height: 22.2222222222vh;
}
.map-box .container .container-left .item .content[data-v-8bb8fdc2] {
  width: 100%;
  height: 18.5185185185vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-box .container .container-left .item .content .content-icon[data-v-8bb8fdc2] {
  width: 60%;
  height: 100%;
}
.map-box .container .container-left .item .content .content-icon .row[data-v-8bb8fdc2] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直居中 */
  text-align: center;
  color: #ffffff;
}
.map-box .container .container-left .item .content .content-icon .row .icon-content[data-v-8bb8fdc2] {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  background-repeat: no-repeat;
}
.map-box .container .container-left .item .content .content-icon .row .icon-item[data-v-8bb8fdc2] {
  width: 50%;
}
.map-box .container .container-left .item .content .content-icon .row .icon-item .icon-label[data-v-8bb8fdc2] {
  font-size: 0.78125vw !important;
}
.map-box .container .container-left .item .content .content-icon .row .icon-item .icon-value[data-v-8bb8fdc2] {
  font-size: 0.78125vw !important;
  font-weight: bold;
  color: #a7f0f1;
}
.map-box .container .container-left .item .content .content-icon .row .icon-item div[data-v-8bb8fdc2] {
  padding: 0.9259259259vh;
}
.map-box .container .container-left .item .content .content-echarts[data-v-8bb8fdc2] {
  width: 40%;
  height: 100%;
}
.map-box .container .container-centre[data-v-8bb8fdc2] {
  width: 50%;
  height: 100%;
  padding: 1.8518518519vh 1.0416666667vw;
}
.map-box .container .container-centre .up[data-v-8bb8fdc2] {
  width: 100%;
  height: 41.2037037037vh;
}
.map-box .container .container-centre .up .row[data-v-8bb8fdc2] {
  width: 100%;
  height: 20.3703703704vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-box .container .container-centre .up .row .item[data-v-8bb8fdc2] {
  padding: 0.7407407407vh 1.0416666667vw;
  width: 50%;
  height: 100%;
}
.map-box .container .container-centre .up .row .item .content[data-v-8bb8fdc2] {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 62, 110, 0.7);
  font-size: 0.78125vw;
  text-align: center;
  color: #ffffff;
  padding-top: 1.3888888889vh;
  border: 0.15625vw solid rgba(255, 255, 255, 0.2);
}
.map-box .container .container-centre .up .row .item .content .title[data-v-8bb8fdc2] {
  width: 100%;
  height: 3.5185185185vh;
}
.map-box .container .container-centre .up .row .item .content .header[data-v-8bb8fdc2] {
  width: 100%;
  height: 3.5185185185vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-box .container .container-centre .up .row .item .content .header .title[data-v-8bb8fdc2] {
  width: 60%;
  height: 3.5185185185vh;
  padding-left: 30%;
  text-align: left;
}
.map-box .container .container-centre .up .row .item .content .header .growthRateHeader[data-v-8bb8fdc2] {
  width: 20%;
}
.map-box .container .container-centre .up .row .item .content .title-all[data-v-8bb8fdc2] {
  width: 100%;
  height: 3.5185185185vh;
  padding-left: 40%;
  text-align: left;
}
.map-box .container .container-centre .up .row .item .content .content-row[data-v-8bb8fdc2] {
  height: 3.4259259259vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-box .container .container-centre .up .row .item .content .content-row .label[data-v-8bb8fdc2] {
  width: 25%;
  text-align: right;
}
.map-box .container .container-centre .up .row .item .content .content-row .value[data-v-8bb8fdc2] {
  color: #a7f0f1;
  font-weight: bold;
  padding-left: 5%;
  width: 35%;
  text-align: left;
}
.map-box .container .container-centre .up .row .item .content .content-row .growthRate[data-v-8bb8fdc2] {
  color: #a7f0f1;
  font-weight: bold;
  width: 20%;
}
.map-box .container .container-centre .up .row .item .content .content-row .growthRate .red[data-v-8bb8fdc2] {
  color: red;
}
.map-box .container .container-centre .up .row .item .content .content-row .growthRate .green[data-v-8bb8fdc2] {
  color: green;
}
.map-box .container .container-centre .up .row .item .content .content-row .label-all[data-v-8bb8fdc2] {
  width: 48%;
  text-align: right;
}
.map-box .container .container-centre .up .row .item .content .content-row .value-all[data-v-8bb8fdc2] {
  color: #a7f0f1;
  font-weight: bold;
  padding-left: 8%;
  width: 52%;
  text-align: left;
}
.map-box .container .container-centre .down[data-v-8bb8fdc2] {
  width: 100%;
  height: 46.2962962963vh;
}
.map-box .container .container-centre .down .row[data-v-8bb8fdc2] {
  width: 100%;
  height: 23.1481481481vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-box .container .container-centre .down .row .item[data-v-8bb8fdc2] {
  padding: 1.8518518519vh 1.0416666667vw;
  width: 50%;
  height: 100%;
}
.map-box .container .container-centre .down .row .item .content[data-v-8bb8fdc2] {
  width: 100%;
  height: 18.5185185185vh;
}
.map-box .container .container-right[data-v-8bb8fdc2] {
  width: 28%;
  height: 100%;
  padding: 1.8518518519vh 1.0416666667vw;
}
.map-box .container .container-right .condition[data-v-8bb8fdc2] {
  width: 100%;
  height: 3.4722222222vh;
  color: #ffffff;
  font-size: 0.78125vw;
  background-color: #003864;
  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;
}
.map-box .container .container-right .condition .button[data-v-8bb8fdc2] {
  width: 25%;
  height: 100%;
  line-height: 3.4722222222vh;
  text-align: center;
  cursor: pointer; /* 默认情况下显示为可点击 */
}
.map-box .container .container-right .condition .active[data-v-8bb8fdc2] {
  background-color: #012343;
}
.map-box .container .container-right .head[data-v-8bb8fdc2] {
  width: 100%;
  height: 3.4722222222vh;
  color: #ffffff;
  font-size: 0.78125vw;
  background-color: #003864;
  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;
}
.map-box .container .container-right .card[data-v-8bb8fdc2] {
  height: 74.0740740741vh;
}
.map-box .container .container-right .list[data-v-8bb8fdc2] {
  width: 100%;
}
.map-box .container .container-right .list .item[data-v-8bb8fdc2] {
  font-size: 0.78125vw;
  height: 5.0925925926vh;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直居中 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #003864;
  border: 0.15625vw solid rgba(255, 255, 255, 0.2);
  margin: 0.1041666667vw;
}
.map-box .container .container-right .list .item[data-v-8bb8fdc2]:hover {
  background-color: #95a5a6;
}
@charset "UTF-8";
ul[data-v-61fae4d0],
li[data-v-61fae4d0] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flex[data-v-61fae4d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex span[data-v-61fae4d0] {
  padding-left: 20px;
}
.color-form .flex-1[data-v-61fae4d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.color-form .content[data-v-61fae4d0] {
  text-align: center;
}
.color-form .content .color[data-v-61fae4d0] {
  width: 35px;
  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;
}
.color-form .content p[data-v-61fae4d0] {
  margin-top: 0;
  margin-bottom: 0;
}
.color-form .content .num[data-v-61fae4d0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 125px;
  margin-left: 20px;
}
.color-form .list[data-v-61fae4d0] {
  padding-top: 10px;
  position: relative;
}
.color-form .list li[data-v-61fae4d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.color-form .list li:first-child .color[data-v-61fae4d0] {
  position: relative;
}
.color-form .list li:first-child .color[data-v-61fae4d0]::before {
  content: "\9AD8";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  margin: auto;
}
.color-form .list li:last-child .color[data-v-61fae4d0] {
  position: relative;
}
.color-form .list li:last-child .color[data-v-61fae4d0]::before {
  content: "\4F4E";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
}
.color-form .list .num[data-v-61fae4d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}
.map-gd-box[data-v-f197fde6] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.map-gd-box.active[data-v-f197fde6] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.map-gd-box .icon-list[data-v-f197fde6] {
  position: absolute;
  bottom: 40px;
  right: 20px;
}
.map-gd-box .icon-list .item[data-v-f197fde6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.map-gd-box .icon-list .item img[data-v-f197fde6] {
  width: 22px;
  height: 30px;
}
.map-gd-box .icon-list .item span[data-v-f197fde6] {
  font-size: 16px;
  padding-left: 10px;
}
#container[data-v-f197fde6] {
  width: 100%;
  height: 100%;
}
@charset "UTF-8";
.drawer-box[data-v-0703d914] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 540px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  padding: 30px;
}
.drawer-box.active[data-v-0703d914] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer-box .icon[data-v-0703d914] {
  color: #fff;
  font-size: 27px;
  cursor: pointer;
}
.drawer-box .icon[data-v-0703d914]:hover {
  color: #1890ff;
}
.drawer-box .content[data-v-0703d914] {
  padding-left: 10px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 27px);
}
.drawer-box .content .label[data-v-0703d914] {
  color: #fff;
  font-size: 18px;
  padding-left: 15px;
  line-height: 20px;
  position: relative;
}
.drawer-box .content .label[data-v-0703d914]::after {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  background: rgb(37, 171, 222);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.drawer-box .content .label span[data-v-0703d914] {
  padding-left: 5px;
}
.drawer-box .content .list[data-v-0703d914] {
  margin-top: 20px;
  height: calc(100% - 40px);
}
.drawer-box .content .list .top[data-v-0703d914] {
  height: 25px;
}
.drawer-box .content .list p[data-v-0703d914] {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.drawer-box .content .list ul[data-v-0703d914] {
  height: calc(100% - 35px);
  overflow-y: auto;
  margin-top: 10px;
}
.drawer-box .content .list ul[data-v-0703d914]::-webkit-scrollbar {
  width: 3px;
}
.drawer-box .content .list ul[data-v-0703d914]::-webkit-scrollbar-thumb {
  background: #66bbf9; /* 设置滑块的背景颜色 */
}
.drawer-box .content .list ul li[data-v-0703d914] {
  padding: 10px 0;
}
.drawer-box .content .list ul li p[data-v-0703d914] {
  font-size: 14px;
}
.flex[data-v-0703d914] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex p[data-v-0703d914] {
  word-break: break-word;
  font-size: 16px;
  padding-left: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.flex p[data-v-0703d914]:nth-child(1) {
  width: 32px;
  padding-left: 0;
}
.flex p[data-v-0703d914]:nth-child(2) {
  width: 96px;
}
.flex p[data-v-0703d914]:nth-child(4) {
  width: 140px;
}
.flex p[data-v-0703d914]:nth-child(5) {
  width: 66px;
}
.flex p[data-v-0703d914]:nth-child(6) {
  width: 97px;
}
.flex p.name[data-v-0703d914] {
  color: #66bbf9 !important;
}
.pt-5[data-v-0703d914] {
  padding-top: 5px !important;
}
.center[data-v-0703d914] {
  text-align: center !important;
}
.w-100[data-v-0703d914] {
  width: 100%;
}
.item-1[data-v-0703d914] {
  cursor: pointer;
}
.map-box[data-v-62496e35] {
  position: relative;
  width: 100%;
  height: calc(100vh - 48px - 104px - 17px);
  overflow: hidden;
}
.map-box .button[data-v-62496e35] {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1000;
}
.map-box .city-box[data-v-62496e35] {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 101;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.map-box .city-box.active[data-v-62496e35] {
  left: 550px;
}
.map-box .city-box .icon[data-v-62496e35] {
  color: #fff;
  font-size: 27px;
  cursor: pointer;
}
.map-box .city-box .icon[data-v-62496e35]:hover {
  color: #1890ff;
}
.map-box .city-box .city-list[data-v-62496e35] {
  line-height: 30px;
  padding: 0 20px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  color: #fff;
}
.map-box .city-box .city-list li[data-v-62496e35] {
  font-size: 18px;
}
.map-box .city-box .city-list li.active[data-v-62496e35] {
  cursor: pointer;
  color: #25abde;
}
.map-box .city-box .city-list li.active[data-v-62496e35]:hover {
  color: #5a9cd9;
}
.map-box .city-box .city-list li span[data-v-62496e35] {
  padding: 0 5px;
}
.map-box #init_map[data-v-62496e35] {
  width: 100%;
  height: 100%;
  background-image: url(../img/map-bg.f734709d.jpg);
}
.map-box .mask-box[data-v-62496e35] {
  width: 540px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.map-box .search[data-v-62496e35] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 101;
}
.map-box .search .search-item[data-v-62496e35] {
  font-size: 12px;
  line-height: 25px;
  padding: 0 5px 0 10px;
  color: #0f0d11;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
}
.map-box .search .search-item i[data-v-62496e35] {
  width: 25px;
  height: 25px;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  font-weight: 600;
  cursor: pointer;
}
.map-box .search .icon[data-v-62496e35] {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: 10px;
}
.map-box .search .icon img[data-v-62496e35] {
  width: 100%;
  height: 100%;
}
.icon-q[data-v-62496e35] {
  position: absolute;
  top: 150px;
  right: 80px;
  z-index: 100;
}
.icon-q img[data-v-62496e35] {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.reset-p[data-v-5a82e0b3] {
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.dialog-box[data-v-5a82e0b3] {
  border-radius: 5px;
  padding: 15px;
  width: 400px;
  position: absolute;
  right: -420px;
  top: 0;
  background: #fff;
}
.dialog-box[data-v-5a82e0b3]::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  position: absolute;
  left: -20px;
  top: 15px;
}
.type-container[data-v-0febe849] {
  background: #fff;
  padding: 15px 10px;
}
.img[data-v-69a59451] {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
}
.upload-wrapper[data-v-69a59451] {
  min-height: 400px;
}
.image-ad-container[data-v-4f521a67] {
  position: relative;
}
.image-box[data-v-4f521a67] {
  background-color: #ebf8fd;
  text-align: center;
  color: #88c4dc;
  border: 1px solid #ebf8fd;
  height: 136px;
}
.image-box[data-v-4f521a67]:hover {
  border: 1px dashed red;
}
.image-box.active[data-v-4f521a67] {
  border: 1px dashed red;
}
.upload[data-v-4f521a67] {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}
.icon-add[data-v-4f521a67] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hint[data-v-4f521a67] {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.img-hover[data-v-4f521a67]:hover {
  border: 1px dashed red;
}
.phone-box[data-v-ab5f5b48] {
  width: 310px;
  height: 620px;
  background: url(../img/phone.5e51cf04.png) no-repeat;
  background-size: contain;
  padding-top: 42px;
}
.phone-box .phone-body[data-v-ab5f5b48] {
  width: 268px;
  margin-left: 21px;
}
.box[data-v-ab5f5b48] {
  border: 1px solid #ccc;
  padding: 20px;
}
.clip-box[data-v-ab5f5b48] {
  background: #eee;
  border-radius: 5px;
  border: 1px solid #aaa;
  min-height: 35px;
}
.max-width[data-v-ab5f5b48] {
  max-width: 400px;
}
.code-box[data-v-ab5f5b48] {
  border: 1px solid #ccc;
  padding: 20px;
  display: inline-block;
}
.copy-btn[data-v-ab5f5b48] {
  border-left: 1px solid #ccc;
  padding: 0 10px;
}
.container[data-v-44e640b8] {
  padding: 20px 30px;
}
.phone-box[data-v-44e640b8] {
  border: 1px solid #ccc;
  width: 320px;
}
.phone-header[data-v-44e640b8] {
  height: 64px;
  background: url(../img/header.835e9545.png) no-repeat;
  background-size: contain;
  text-align: center;
  position: relative;
}
.title[data-v-44e640b8] {
  padding-top: 34px;
  width: 200px;
  margin: 0 auto;
}
.phone-body[data-v-44e640b8] {
  height: 300px;
}
.container[data-v-402fb21a] {
  padding: 20px 30px;
}
.text-center[data-v-402fb21a] {
  text-align: center;
}
.add[data-v-402fb21a] {
  width: 195px;
  height: 300px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px 2px #ccc;
          box-shadow: 0 0 8px 2px #ccc;
  background: #fff;
  cursor: pointer;
}
.set-width[data-v-3bceace1] {
  width: 250px;
}
.fc-red[data-v-7219e98e] {
  color: #409EFF;
}
.fc-red[data-v-7219e98e]:hover {
  color: rgb(115, 183.9005235602, 255);
}
.mini-page-container[data-v-96d971c0] {
  padding: 0 20px;
}
.container[data-v-57cab3c1] {
  position: relative;
  height: 100%;
  padding: 20px 40px;
}
.container .showed[data-v-57cab3c1],
.container .optional[data-v-57cab3c1] {
  margin-bottom: 20px;
}
.container .showed .head[data-v-57cab3c1],
.container .optional .head[data-v-57cab3c1] {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .head .title[data-v-57cab3c1],
.container .optional .head .title[data-v-57cab3c1] {
  font-size: 14px;
  font-weight: bold;
}
.container .showed .head .desc[data-v-57cab3c1],
.container .optional .head .desc[data-v-57cab3c1] {
  margin-left: 10px;
  color: #888;
  font-size: 12px;
}
.container .showed .content .sortable[data-v-57cab3c1],
.container .optional .content .sortable[data-v-57cab3c1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .showed .content .sortable .item[data-v-57cab3c1],
.container .optional .content .sortable .item[data-v-57cab3c1] {
  margin: 0 20px 20px 0;
  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;
  width: 120px;
  height: 32px;
  font-size: 14px;
  color: #000;
  cursor: move;
  background-color: #ebedef;
}
.container .showed .item[data-v-57cab3c1] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .item > i[data-v-57cab3c1] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .showed .item:hover > i[data-v-57cab3c1] {
  cursor: pointer;
  color: rgb(239, 88, 80);
  visibility: visible;
}
.container .optional .item[data-v-57cab3c1] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .optional .item > i[data-v-57cab3c1] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .optional .item[data-v-57cab3c1]:hover {
  color: #fff !important;
  background-color: #1677ff !important;
}
.container .optional .item:hover > i[data-v-57cab3c1] {
  visibility: visible;
}
.container .footer[data-v-57cab3c1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
[data-v-57cab3c1] .el-dialog .el-dialog__header {
  padding-top: 20px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@font-face {
  font-family: "DingTalk JinBuTi";
  src: url("../fonts/DingTalk JinBuTi.f059c1c6.ttf");
}
.quotation[data-v-6b13dbe5] {
  background: #f0f2f5;
  padding-top: 92px;
}
.quotation-container[data-v-6b13dbe5]  .el-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  row-gap: 108px;
}
.quotation-container-item[data-v-6b13dbe5] {
  position: relative;
  width: 100%;
  height: 190px;
  border-radius: 16px 16px 16px 16px;
  background: #fff;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ffffff;
  padding: 40px 24px;
}
.quotation-container-item .title[data-v-6b13dbe5] {
  font-family: "DingTalk JinBuTi", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
.quotation-container-item .desc[data-v-6b13dbe5] {
  font-size: 36px;
  line-height: 48px;
  margin-top: 16px;
  font-weight: bold;
  color: #402e28;
}
.quotation-container-item .desc .unit[data-v-6b13dbe5] {
  font-size: 20px;
  font-weight: 400;
}
.quotation-container-item img[data-v-6b13dbe5] {
  position: absolute;
  right: 0;
  top: -104px;
  width: 208px;
  height: 208px;
}
.quotation-container-item-1[data-v-6b13dbe5] {
  background: linear-gradient(318deg, #9ab1bd 0%, #c7e0e7 27%, #d1ecef 39%, #cce7ea 51%, #d9e7ee 71%, #f7fcfb 93%);
}
.quotation-container-item-1 .title[data-v-6b13dbe5] {
  color: #427b6b;
}
.quotation-container-item-2[data-v-6b13dbe5] {
  background: linear-gradient(318deg, #39ac8d 0%, #99dec4 27%, #cffeee 39%, #b7e9d4 51%, #b4e9d5 71%, #f7fcfb 93%);
}
.quotation-container-item-2 .title[data-v-6b13dbe5] {
  color: #5b797f;
}
.quotation-container-item-3[data-v-6b13dbe5] {
  background: linear-gradient(318deg, #6ea9f6 0%, #bed8fb 27%, #ddeeff 39%, #c1e0ff 51%, #b4d5f7 70%, #f8fffd 91%);
}
.quotation-container-item-3 .title[data-v-6b13dbe5] {
  color: #3c5886;
}
.quotation-container-item.between[data-v-6b13dbe5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 290px;
  padding: 24px;
}
.quotation-container-item-4[data-v-6b13dbe5] {
  background: linear-gradient(318deg, #ff9a3c 0%, #ffd9be 27%, #fff7f3 39%, #ffe5d8 51%, #ffdabe 71%, #f9f9f7 93%);
}
.quotation-container-item-4 .title-box-head[data-v-6b13dbe5] {
  color: #934b07;
}
.quotation-container-item-4 .title-box-head span[data-v-6b13dbe5] {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcda3), to(#ffa44f));
  background: linear-gradient(180deg, #ffcda3 0%, #ffa44f 100%);
  border-radius: 24px 24px 24px 24px;
  margin-left: 10px;
  font-weight: bold;
  font-family: -apple-system, Microsoft YaHei, sans-serif;
}
.quotation-container-item-4 .title-box-desc[data-v-6b13dbe5] {
  color: #d47318;
  font-size: 18px;
  margin-top: 8px;
  line-height: 24px;
}
.quotation-container-item-4 .title-box-desc div[data-v-6b13dbe5]:nth-child(2n) {
  margin: 8px 0;
}
.quotation-container-item-4 .desc[data-v-6b13dbe5] {
  color: #402e28;
}
.quotation-container-item-5[data-v-6b13dbe5] {
  background: linear-gradient(318deg, #e285f3 0%, #e7d0fc 27%, #e3fafe 39%, #c4f2ff 51%, #52d7f7 71%, #d6feff 95%);
}
.quotation-container-item-5 .title-box-head[data-v-6b13dbe5] {
  color: #00749e;
}
.quotation-container-item-5 .title-box-head span[data-v-6b13dbe5] {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#b5effe), to(#51c6e4));
  background: linear-gradient(180deg, #b5effe 0%, #51c6e4 100%);
  border-radius: 24px 24px 24px 24px;
  margin-left: 10px;
  font-weight: bold;
  font-family: -apple-system, Microsoft YaHei, sans-serif;
}
.quotation-container-item-5 .title-box-desc[data-v-6b13dbe5] {
  color: #148fbc;
  font-size: 18px;
  margin-top: 8px;
  line-height: 24px;
}
.quotation-container-item-5 .title-box-desc div[data-v-6b13dbe5]:nth-child(2n) {
  margin: 8px 0;
}
.quotation-container-item-5 .desc[data-v-6b13dbe5] {
  color: #402e28;
}
.quotation-container-item-6[data-v-6b13dbe5] {
  background: linear-gradient(318deg, #0a1722 0%, #1d180e 47%, #1d1815 69%, #6b6b6b 93%);
}
.quotation-container-item-6 .title-box-head[data-v-6b13dbe5] {
  color: #f3ea9d;
}
.quotation-container-item-6 .title-box-head span[data-v-6b13dbe5] {
  display: inline-block;
  color: #3a3120;
  font-size: 18px;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf9de), to(#e8ce64));
  background: linear-gradient(180deg, #fcf9de 0%, #e8ce64 100%);
  border-radius: 24px 24px 24px 24px;
  margin-left: 10px;
  font-weight: bold;
  font-family: -apple-system, Microsoft YaHei, sans-serif;
}
.quotation-container-item-6 .title-box-desc[data-v-6b13dbe5] {
  color: #cec88f;
  font-size: 18px;
  margin-top: 8px;
  line-height: 24px;
}
.quotation-container-item-6 .title-box-desc div[data-v-6b13dbe5]:nth-child(2n) {
  margin: 8px 0;
}
.quotation-container-item-6 .desc[data-v-6b13dbe5] {
  color: #ffffff;
}
.quotation-connect[data-v-6b13dbe5] {
  width: 280px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #ff6a6a;
  color: #fff;
  border-radius: 24px 24px 24px 24px;
  margin: 40px auto 0;
  cursor: pointer;
}
.top-box[data-v-4d047a18] {
  margin-bottom: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-box .top-left[data-v-4d047a18] {
  max-width: 750px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-box .static-box[data-v-4d047a18] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-box .static-box .title[data-v-4d047a18] {
  width: 20px;
  margin: 0 10px;
}
.top-box .static-box.flex-box[data-v-4d047a18] {
  display: block !important;
}
.top-box .static-box.flex-box .title[data-v-4d047a18] {
  width: 100% !important;
  margin-block: 10px;
}
.top-box .static-box.flex-box .content-tow[data-v-4d047a18] {
  padding: 0 5px !important;
}
.top-box .static-list[data-v-4d047a18] {
  border: 1px solid #cdd0d3;
  border-radius: 5px;
  padding: 10px 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
}
.top-box .static-list.static-xs .static-item[data-v-4d047a18] {
  min-width: auto !important;
  height: auto !important;
}
.top-box .mr-10[data-v-4d047a18] {
  margin-right: 10px;
}
.top-box .static-item[data-v-4d047a18] {
  border: 1px solid #cdd0d3;
  border-radius: 5px;
  padding: 15px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 150px;
  height: 76px;
}
.top-box .static-item .content[data-v-4d047a18] {
  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;
}
.top-box .static-item .content .static-name[data-v-4d047a18] {
  font-size: 14px;
}
.top-box .static-item .green[data-v-4d047a18] {
  color: green;
  font-size: 14px !important;
  font-weight: bold !important;
}
.top-box .static-item .red[data-v-4d047a18] {
  color: red;
  font-size: 14px !important;
  font-weight: bold !important;
}
.container[data-v-4d047a18] {
  position: relative;
  height: 100%;
  padding: 20px 40px;
}
.container .showed[data-v-4d047a18],
.container .optional[data-v-4d047a18] {
  margin-bottom: 20px;
}
.container .showed .head[data-v-4d047a18],
.container .optional .head[data-v-4d047a18] {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .head .title[data-v-4d047a18],
.container .optional .head .title[data-v-4d047a18] {
  font-size: 14px;
  font-weight: bold;
}
.container .showed .head .desc[data-v-4d047a18],
.container .optional .head .desc[data-v-4d047a18] {
  margin-left: 10px;
  color: #888;
  font-size: 12px;
}
.container .showed .content .sortable[data-v-4d047a18],
.container .optional .content .sortable[data-v-4d047a18] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .showed .content .sortable .item[data-v-4d047a18],
.container .optional .content .sortable .item[data-v-4d047a18] {
  margin: 0 20px 20px 0;
  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;
  width: 120px;
  height: 32px;
  font-size: 14px;
  color: #allSelect;
  cursor: move;
  background-color: #ebedef;
}
.container .showed .item[data-v-4d047a18] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .item > i[data-v-4d047a18] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .showed .item:hover > i[data-v-4d047a18] {
  cursor: pointer;
  color: rgb(239, 88, 80);
  visibility: visible;
}
.container .optional .item[data-v-4d047a18] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .optional .item > i[data-v-4d047a18] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .optional .item[data-v-4d047a18]:hover {
  color: #fff !important;
  background-color: #1677ff !important;
}
.container .optional .item:hover > i[data-v-4d047a18] {
  visibility: visible;
}
.container .footer[data-v-4d047a18] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
[data-v-4d047a18] .el-radio-button--small .el-radio-button__inner {
  padding: 9px 10px !important;
}
.top-box[data-v-bab25b28] {
  margin-bottom: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-box .top-left[data-v-bab25b28] {
  max-width: 750px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-box .static-box[data-v-bab25b28] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-box .static-box .title[data-v-bab25b28] {
  width: 20px;
  margin: 0 10px;
}
.top-box .static-box.flex-box[data-v-bab25b28] {
  display: block !important;
}
.top-box .static-box.flex-box .title[data-v-bab25b28] {
  width: 100% !important;
  margin-block: 10px;
}
.top-box .static-box.flex-box .content-tow[data-v-bab25b28] {
  padding: 0 5px !important;
}
.top-box .static-list[data-v-bab25b28] {
  border: 1px solid #cdd0d3;
  border-radius: 5px;
  padding: 10px 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
}
.top-box .static-list.static-xs .static-item[data-v-bab25b28] {
  min-width: auto !important;
  height: auto !important;
}
.top-box .mr-10[data-v-bab25b28] {
  margin-right: 10px;
}
.top-box .static-item[data-v-bab25b28] {
  border: 1px solid #cdd0d3;
  border-radius: 5px;
  padding: 15px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 150px;
  height: 76px;
}
.top-box .static-item .content[data-v-bab25b28] {
  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;
}
.top-box .static-item .content .static-name[data-v-bab25b28] {
  font-size: 14px;
}
.top-box .static-item .green[data-v-bab25b28] {
  color: green;
  font-size: 14px !important;
  font-weight: bold !important;
}
.top-box .static-item .red[data-v-bab25b28] {
  color: red;
  font-size: 14px !important;
  font-weight: bold !important;
}
.container[data-v-bab25b28] {
  position: relative;
  height: 100%;
  padding: 20px 40px;
}
.container .showed[data-v-bab25b28],
.container .optional[data-v-bab25b28] {
  margin-bottom: 20px;
}
.container .showed .head[data-v-bab25b28],
.container .optional .head[data-v-bab25b28] {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .head .title[data-v-bab25b28],
.container .optional .head .title[data-v-bab25b28] {
  font-size: 14px;
  font-weight: bold;
}
.container .showed .head .desc[data-v-bab25b28],
.container .optional .head .desc[data-v-bab25b28] {
  margin-left: 10px;
  color: #888;
  font-size: 12px;
}
.container .showed .content .sortable[data-v-bab25b28],
.container .optional .content .sortable[data-v-bab25b28] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .showed .content .sortable .item[data-v-bab25b28],
.container .optional .content .sortable .item[data-v-bab25b28] {
  margin: 0 20px 20px 0;
  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;
  width: 120px;
  height: 32px;
  font-size: 14px;
  color: #allSelect;
  cursor: move;
  background-color: #ebedef;
}
.container .showed .item[data-v-bab25b28] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .item > i[data-v-bab25b28] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .showed .item:hover > i[data-v-bab25b28] {
  cursor: pointer;
  color: rgb(239, 88, 80);
  visibility: visible;
}
.container .optional .item[data-v-bab25b28] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .optional .item > i[data-v-bab25b28] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .optional .item[data-v-bab25b28]:hover {
  color: #fff !important;
  background-color: #1677ff !important;
}
.container .optional .item:hover > i[data-v-bab25b28] {
  visibility: visible;
}
.container .footer[data-v-bab25b28] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
[data-v-bab25b28] .el-radio-button--small .el-radio-button__inner {
  padding: 9px 10px !important;
}
.container[data-v-54f1126c] {
  position: relative;
  height: 100%;
  padding: 20px 40px;
}
.container .showed[data-v-54f1126c],
.container .optional[data-v-54f1126c] {
  margin-bottom: 20px;
}
.container .showed .head[data-v-54f1126c],
.container .optional .head[data-v-54f1126c] {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .head .title[data-v-54f1126c],
.container .optional .head .title[data-v-54f1126c] {
  font-size: 14px;
  font-weight: bold;
}
.container .showed .head .desc[data-v-54f1126c],
.container .optional .head .desc[data-v-54f1126c] {
  margin-left: 10px;
  color: #888;
  font-size: 12px;
}
.container .showed .content .sortable[data-v-54f1126c],
.container .optional .content .sortable[data-v-54f1126c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .showed .content .sortable .item[data-v-54f1126c],
.container .optional .content .sortable .item[data-v-54f1126c] {
  margin: 0 20px 20px 0;
  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;
  width: 120px;
  height: 32px;
  font-size: 14px;
  color: #000;
  cursor: move;
  background-color: #ebedef;
}
.container .showed .item[data-v-54f1126c] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .item > i[data-v-54f1126c] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .showed .item:hover > i[data-v-54f1126c] {
  cursor: pointer;
  color: rgb(239, 88, 80);
  visibility: visible;
}
.container .optional .item[data-v-54f1126c] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .optional .item > i[data-v-54f1126c] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .optional .item[data-v-54f1126c]:hover {
  color: #fff !important;
  background-color: #1677ff !important;
}
.container .optional .item:hover > i[data-v-54f1126c] {
  visibility: visible;
}
.container .footer[data-v-54f1126c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.container[data-v-6eeb4ebc] {
  position: relative;
  height: 100%;
  padding: 20px 40px;
}
.container .showed[data-v-6eeb4ebc],
.container .optional[data-v-6eeb4ebc] {
  margin-bottom: 20px;
}
.container .showed .head[data-v-6eeb4ebc],
.container .optional .head[data-v-6eeb4ebc] {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .head .title[data-v-6eeb4ebc],
.container .optional .head .title[data-v-6eeb4ebc] {
  font-size: 14px;
  font-weight: bold;
}
.container .showed .head .desc[data-v-6eeb4ebc],
.container .optional .head .desc[data-v-6eeb4ebc] {
  margin-left: 10px;
  color: #888;
  font-size: 12px;
}
.container .showed .content .sortable[data-v-6eeb4ebc],
.container .optional .content .sortable[data-v-6eeb4ebc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .showed .content .sortable .item[data-v-6eeb4ebc],
.container .optional .content .sortable .item[data-v-6eeb4ebc] {
  margin: 0 20px 20px 0;
  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;
  width: 120px;
  height: 32px;
  font-size: 14px;
  color: #000;
  cursor: move;
  background-color: #ebedef;
}
.container .showed .item[data-v-6eeb4ebc] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .item > i[data-v-6eeb4ebc] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .showed .item:hover > i[data-v-6eeb4ebc] {
  cursor: pointer;
  color: rgb(239, 88, 80);
  visibility: visible;
}
.container .optional .item[data-v-6eeb4ebc] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .optional .item > i[data-v-6eeb4ebc] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .optional .item[data-v-6eeb4ebc]:hover {
  color: #fff !important;
  background-color: #1677ff !important;
}
.container .optional .item:hover > i[data-v-6eeb4ebc] {
  visibility: visible;
}
.container .footer[data-v-6eeb4ebc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.container[data-v-8fd0754c] {
  position: relative;
  height: 100%;
  padding: 20px 40px;
}
.container .showed[data-v-8fd0754c],
.container .optional[data-v-8fd0754c] {
  margin-bottom: 20px;
}
.container .showed .head[data-v-8fd0754c],
.container .optional .head[data-v-8fd0754c] {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .head .title[data-v-8fd0754c],
.container .optional .head .title[data-v-8fd0754c] {
  font-size: 14px;
  font-weight: bold;
}
.container .showed .head .desc[data-v-8fd0754c],
.container .optional .head .desc[data-v-8fd0754c] {
  margin-left: 10px;
  color: #888;
  font-size: 12px;
}
.container .showed .content .sortable[data-v-8fd0754c],
.container .optional .content .sortable[data-v-8fd0754c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .showed .content .sortable .item[data-v-8fd0754c],
.container .optional .content .sortable .item[data-v-8fd0754c] {
  margin: 0 20px 20px 0;
  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;
  width: 120px;
  height: 32px;
  font-size: 14px;
  color: #000;
  cursor: move;
  background-color: #ebedef;
}
.container .showed .item[data-v-8fd0754c] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .item > i[data-v-8fd0754c] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .showed .item:hover > i[data-v-8fd0754c] {
  cursor: pointer;
  color: rgb(239, 88, 80);
  visibility: visible;
}
.container .optional .item[data-v-8fd0754c] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .optional .item > i[data-v-8fd0754c] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .optional .item[data-v-8fd0754c]:hover {
  color: #fff !important;
  background-color: #1677ff !important;
}
.container .optional .item:hover > i[data-v-8fd0754c] {
  visibility: visible;
}
.container .footer[data-v-8fd0754c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.mg-b-20[data-v-8c86057c] {
  margin-bottom: 20px;
}

.custom-tree-node {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.custom-tree-title {
  margin-right: 32px;
}
.custom-tree-node:hover .custom-tree-action {
  display: inline-block;
}
.custom-tree-node .custom-tree-action {
  display: none;
}


.category[data-v-4623dc36] {
  position: absolute;
}
.category .container[data-v-4623dc36] {
  padding: 18px 10px;
  width: 200px;
  position: relative;
  z-index: 100;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.category .container .title[data-v-4623dc36] {
  width: 100%;
  position: relative;
  padding-left: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 100;
}
.category .container .title .right[data-v-4623dc36] {
  color: #409eff;
  cursor: pointer;
}
.category .musk[data-v-4623dc36] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
  background-color: #000;
}
.container[data-v-4623dc36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container > .left[data-v-4623dc36] {
  position: relative;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 200px;
}
.container > .right[data-v-4623dc36] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container[data-v-4498f7b0] {
  position: relative;
  height: 100%;
  padding: 20px 40px;
}
.container .showed[data-v-4498f7b0],
.container .optional[data-v-4498f7b0] {
  margin-bottom: 20px;
}
.container .showed .head[data-v-4498f7b0],
.container .optional .head[data-v-4498f7b0] {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .head .title[data-v-4498f7b0],
.container .optional .head .title[data-v-4498f7b0] {
  font-size: 14px;
  font-weight: bold;
}
.container .showed .head .desc[data-v-4498f7b0],
.container .optional .head .desc[data-v-4498f7b0] {
  margin-left: 10px;
  color: #888;
  font-size: 12px;
}
.container .showed .content .sortable[data-v-4498f7b0],
.container .optional .content .sortable[data-v-4498f7b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .showed .content .sortable .item[data-v-4498f7b0],
.container .optional .content .sortable .item[data-v-4498f7b0] {
  margin: 0 20px 20px 0;
  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;
  width: 120px;
  height: 32px;
  font-size: 14px;
  color: #000;
  cursor: move;
  background-color: #ebedef;
}
.container .showed .item[data-v-4498f7b0] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .showed .item > i[data-v-4498f7b0] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .showed .item:hover > i[data-v-4498f7b0] {
  cursor: pointer;
  color: rgb(239, 88, 80);
  visibility: visible;
}
.container .optional .item[data-v-4498f7b0] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .optional .item > i[data-v-4498f7b0] {
  position: absolute;
  right: 8px;
  visibility: hidden;
}
.container .optional .item[data-v-4498f7b0]:hover {
  color: #fff !important;
  background-color: #1677ff !important;
}
.container .optional .item:hover > i[data-v-4498f7b0] {
  visibility: visible;
}
.container .footer[data-v-4498f7b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.tagRow[data-v-4498f7b0] {
  height: 28px;
  border: 1px solid #ddd;
}
.tagLeft[data-v-4498f7b0] {
  width: 60%;
  height: 28px;
  float: left;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
}
.tagRight[data-v-4498f7b0] {
  width: 30%;
  height: 28px;
  float: left;
}
.date-box[data-v-4498f7b0] {
  width: 400px;
}
.label-container[data-v-356e6e02] {
  padding: 0 20px;
}
.mg-b-20[data-v-f31d4428] {
  margin-bottom: 20px;
}

.custom-tree-node {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.custom-tree-title {
  margin-right: 32px;
}
.custom-tree-node:hover .custom-tree-action {
  display: inline-block
}
.custom-tree-node .custom-tree-action {
  display: none;
}


.category[data-v-77b086e0] {
  position: absolute;
}
.category .container[data-v-77b086e0] {
  padding: 18px 10px;
  width: 200px;
  position: relative;
  z-index: 100;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.category .container .title[data-v-77b086e0] {
  width: 100%;
  position: relative;
  padding-left: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 100;
}
.category .container .title .title-right[data-v-77b086e0] {
  color: #409eff;
  cursor: pointer;
}
.category .musk[data-v-77b086e0] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
  background-color: #000;
}
.container[data-v-77b086e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container>.left[data-v-77b086e0] {
  position: relative;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 200px;
}
.container>.right[data-v-77b086e0] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

