.errPage-container[data-v-6b10a48b] {
  width: 800px;
  max-width: 100%;
  margin: 100px auto;
}
.errPage-container .pan-back-btn[data-v-6b10a48b] {
  background: #008489;
  color: #fff;
  border: none !important;
}
.errPage-container .pan-gif[data-v-6b10a48b] {
  margin: 0 auto;
  display: block;
}
.errPage-container .pan-img[data-v-6b10a48b] {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.errPage-container .text-jumbo[data-v-6b10a48b] {
  font-size: 60px;
  font-weight: 700;
  color: #484848;
}
.errPage-container .list-unstyled[data-v-6b10a48b] {
  font-size: 14px;
}
.errPage-container .list-unstyled li[data-v-6b10a48b] {
  padding-bottom: 5px;
}
.errPage-container .list-unstyled a[data-v-6b10a48b] {
  color: #008489;
  text-decoration: none;
}
.errPage-container .list-unstyled a[data-v-6b10a48b]:hover {
  text-decoration: underline;
}

.editor,
.ql-toolbar {
  white-space: pre-wrap !important;
  line-height: normal !important;
}
.quill-img {
  display: none;
}
.ql-snow .ql-tooltip[data-mode="link"]::before {
  content: "\8BF7\8F93\5165\94FE\63A5\5730\5740:";
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "\4FDD\5B58";
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode="video"]::before {
  content: "\8BF7\8F93\5165\89C6\9891\5730\5740:";
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "14px";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
  content: "10px";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
  content: "18px";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
  content: "32px";
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "\6587\672C";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "\6807\9898  1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "\6807\9898  2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "\6807\9898  3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "\6807\9898  4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "\6807\9898  5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "\6807\9898  6";
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "\6807\51C6\5B57\4F53";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  content: "\886C\7EBF\5B57\4F53";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  content: "\7B49\5BBD\5B57\4F53";
}
.ql-toolbar{
  background-color: #fff;
  border: 0 !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.editor {
  border: 0 !important;
.ql-editor {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}
}


.custom-position[data-v-b13feafa] {
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  color: #9ea6b2;
}


.ms-aside-container[data-v-8c5ca292] {
  height: calc(100vh - 80px);
  padding: 0 0;
  min-width: 260px;
  max-width: 460px;
}
.ms-main-container[data-v-8c5ca292] {
  height: calc(100vh - 80px);
  padding: 0;
}



.shape-item[data-v-095380ba] {
  padding: 6px;
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.form-item-slider[data-v-095380ba]  .el-form-item__label {
  font-size: 12px;
  line-height: 38px;
}
.form-item[data-v-095380ba]  .el-form-item__label {
  font-size: 12px;
}
.el-select-dropdown__item[data-v-095380ba] {
  padding: 0 20px;
}
span[data-v-095380ba] {
  font-size: 12px
}
.el-form-item[data-v-095380ba] {
  margin-bottom: 6px;
}
.color-picker-style[data-v-095380ba] {
  cursor: pointer;
  z-index: 1003;
}
.color-label[data-v-095380ba] {
  display: inline-block;
  width: 60px;
}
.color-type[data-v-095380ba]  .el-radio__input {
  display: none;
}
.el-radio[data-v-095380ba] {
  margin: 0 2px 0 0 !important;
  border: 1px solid transparent;
}
.el-radio[data-v-095380ba]  .el-radio__label {
  padding-left: 0;
}
.el-radio.is-checked[data-v-095380ba] {
  border: 1px solid #0a7be0;
}
.span-label[data-v-095380ba] {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.custom-color-style[data-v-095380ba] {
  height: 300px;
  overflow-y: auto;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .1);
}


.custom-tree-node[data-v-92a85e44] {
  -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;
}

.dashboard-container[data-v-106c86ed] {
  margin: 30px;
}
.dashboard-text[data-v-106c86ed] {
  font-size: 30px;
  line-height: 46px;
}
.link-msg {
  color: #307eff;
  cursor: pointer;
}


.custom-tree-node[data-v-22f4eb10] {
  -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;
}

.ds-move-tree {
  height: 100%;
}
.ds-move-tree .tree {
  height: calc(100% - 115px);
  overflow-y: auto;
}
.ds-move-tree .select-tree-keywords {
  color: var(--primary, #1890FF);
}
.dataset-filed {
  height: 400px;
  overflow-y: auto;
}
.tree-select-dataset {
  display: none;
}
[data-v-4321e388] .el-tree-node__expand-icon.is-leaf {
  visibility: hidden;
}
.custom-tree-container[data-v-4321e388] {
  margin-top: 10px;
}
.custom-tree-container .no-tdata[data-v-4321e388] {
  text-align: center;
  margin-top: 80px;
  font-family: PingFang SC;
  font-size: 14px;
  color: var(--deTextSecondary, #999);
  font-weight: 400;
}
.custom-tree-container .no-tdata .no-tdata-new[data-v-4321e388] {
  cursor: pointer;
  color: var(--primary, #1890FF);
}
.tree-list[data-v-4321e388]  .el-tree-node__expand-icon.is-leaf {
  display: none;
}
.custom-tree-node[data-v-4321e388] {
  -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-node-list[data-v-4321e388] {
  -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: 0 8px;
}
.custom-position[data-v-4321e388] {
  -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;
  font-size: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.form-item[data-v-4321e388] {
  margin-bottom: 0;
}
.title-css[data-v-4321e388] {
  height: 26px;
}
.title-text[data-v-4321e388] {
  line-height: 26px;
}
.scene-title[data-v-4321e388] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scene-title-name[data-v-4321e388] {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.father .child[data-v-4321e388] {
  visibility: hidden;
}
.father:hover .child[data-v-4321e388] {
  visibility: visible;
}
.father .child .el-button--text[data-v-4321e388] {
  padding: 0;
  background: unset;
}
.inner-dropdown-menu[data-v-4321e388] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.de-dataset-search {
  padding: 0px 0px;
  padding-right: 15px;
  height: 100%;
  overflow-y: auto;
}
.de-dataset-search .main-area-input .el-input-group__append {
  width: 70px;
  background: transparent;
}
.de-dataset-search .main-area-input .el-input-group__append .el-input__inner {
  padding-left: 12px;
}
.de-dataset-search .title-css {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.de-dataset-search .el-icon-plus {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 17px;
  color: #999;
  cursor: pointer;
}
.de-dataset-search .el-icon-plus:hover {
  background: rgba(31, 35, 41, 0.1);
  border-radius: 4px;
}
.de-dataset-search .el-icon-plus:active {
  background: rgba(31, 35, 41, 0.2);
  border-radius: 4px;
}
.de-dataset-dropdown .el-dropdown-menu__item {
  height: 40px;
  color: var(--deTextPrimary, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 9px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
}
.de-dataset-dropdown .el-dropdown-menu__item .svg-icon {
  margin-right: 8.75px;
  width: 16.5px;
  height: 18px;
}
.de-dataset-dropdown .el-dropdown-menu__item:hover {
  background: rgba(31, 35, 41, 0.1);
  color: var(--deTextPrimary, #1890ff);
}
.de-dataset-dropdown .el-dropdown-menu__item.is-disabled {
  background: #bbbfc4;
  color: #fff;
}
.de-dataset-dropdown .de-top-border {
  border-top: 1px solid rgba(31, 35, 41, 0.15);
}

.ant-form-inline .ant-form-item-with-help[data-v-2edfdc97] {
	margin-bottom: 0 !important;
}

.title[data-v-418187cc] {
  position: relative;
  padding-left: 16px;
}
.title[data-v-418187cc]::after {
  content: " ";
  background: #1890ff;
  width: 3px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 6px;
}
.deviceTypeBox[data-v-418187cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.deviceTypeBox > div[data-v-418187cc] {
  background: #21284b;
  font-size: 13px;
  border-radius: 60px;
  color: #bcbcbc;
  width: 120px;
  height: 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;
  cursor: pointer;
}
.deviceTypeBox > div[data-v-418187cc]:nth-of-type(1) {
  margin-right: 40px;
}
.deviceTypeBox .av[data-v-418187cc] {
  color: #1890ff;
  border: 1px solid #1890ff;
  background: transparent;
}
.ceshi .ant-form-item[data-v-418187cc] {
  margin: 0 !important;
}
.ceshi .ant-upload .uploadAButton[data-v-418187cc] {
  background-color: #1890ff !important;
  color: #fff !important;
  height: 32px;
  line-height: 32px;
}
.ceshi .ant-upload .uploadAButton[data-v-418187cc]:hover {
  opacity: 0.7;
}

.device[data-v-e442471c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.device .tree[data-v-e442471c] {
  width: 15%;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px 15px 0;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.device .tab[data-v-e442471c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 15px 0 15px 15px;
}
.device .tab[data-v-e442471c]  .ant-tabs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.device .tab[data-v-e442471c]  .ant-tabs .ant-tabs-top-content {
  height: calc(100% - 60px);
}
.device .tab[data-v-e442471c]  .ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane {
  height: 100%;
}
.device .tab .deviceInfo[data-v-e442471c] {
  padding: 24px;
  background: #21284B;
  margin-bottom: 15px;
}
.device .tab .deviceInfo .name[data-v-e442471c] {
  font-size: 18px;
}
[data-v-e442471c].ant-table-thead > tr > th {
  text-align: center;
}
[data-v-e442471c].ant-card-body {
  padding: 0 24px !important;
}
.tree[data-v-e442471c] {
  position: relative;
}
.tree .btn[data-v-e442471c] {
  position: absolute;
  bottom: 20px;
  left: 20%;
}
[data-v-e442471c].access {
  height: 100%;
  background-color: #141937;
}
[data-v-e442471c].access > .ant-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: inherit !important;
  border: 0 !important;
}
[data-v-e442471c].access > .ant-card .ant-card-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
[data-v-e442471c].access > .ant-card .ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
[data-v-e442471c].access > .ant-card .ant-card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
[data-v-e442471c].access > .ant-card .device {
  height: 100%;
}
[data-v-e442471c].access > .ant-card .device .tree {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}
[data-v-e442471c].access > .ant-card .device .tab .ant-tabs .ant-tabs-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
[data-v-e442471c] .deviceAccessTree .el-tree-node__children .el-tree-node__content {
  padding-left: 0;
}
[data-v-e442471c] .deviceAccessTree .el-tree-node__children .el-tree-node__content .el-icon-caret-right {
  color: rgba(255, 255, 255, 0.5);
}
[data-v-e442471c] .deviceAccessTree .el-tree-node__children .el-tree-node__content .custom-tree-node-list {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
[data-v-e442471c] .deviceAccessTree .el-tree-node__children .el-tree-node__content .custom-tree-node-list .de-fill-block {
  margin-left: 0 !important;
}

.imgPreviewDialog .el-dialog__body {
  max-height: 75vh;
  overflow-y: auto;
}

.vue-office-excel[data-v-1356b71c] {
  background: #fff;
}

.deviceForm[data-v-40c5b570] {
  max-height: 75vh;
  overflow-y: auto;
}
.formCont[data-v-40c5b570] {
  padding: 18px 18px 1px 18px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  background-color: #1D233D;
}
.fileItem[data-v-40c5b570] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border-radius: 8px;
  line-height: 24px;
}
.fileItem .iconCont[data-v-40c5b570] {
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
.fileItem .icon[data-v-40c5b570] {
  width: 100%;
  height: 100%;
}
.fileItem .delete[data-v-40c5b570] {
  display: none;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-radius: 50%;
  color: #409EFF;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background-color: #ddd;
}
.fileItem[data-v-40c5b570]:hover {
  background-color: #505879;
}
.fileItem:hover .delete[data-v-40c5b570] {
  display: block;
}
.title[data-v-40c5b570] {
  position: relative;
  padding-left: 16px;
}
.title[data-v-40c5b570]::after {
  content: " ";
  background: #1890ff;
  width: 3px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 6px;
}
.deviceTypeBox[data-v-40c5b570] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.deviceTypeBox > div[data-v-40c5b570] {
  background: #21284b;
  font-size: 13px;
  border-radius: 60px;
  color: #bcbcbc;
  width: 120px;
  height: 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;
  cursor: pointer;
}
.deviceTypeBox > div[data-v-40c5b570]:nth-of-type(1) {
  margin-right: 40px;
}
.deviceTypeBox .av[data-v-40c5b570] {
  color: #1890ff;
  border: 1px solid #1890ff;
  background: transparent;
}
.ceshi .ant-form-item[data-v-40c5b570] {
  margin: 0 !important;
}
.ceshi .ant-upload .uploadAButton[data-v-40c5b570] {
  background-color: #1890ff !important;
  color: #fff !important;
  height: 32px;
  line-height: 32px;
}
.ceshi .ant-upload .uploadAButton[data-v-40c5b570]:hover {
  opacity: 0.7;
}

.device[data-v-216173fe] {
  height: 100%;
}
.device .deviceImg[data-v-216173fe] {
  width: 60px;
  height: 60px;
}

.bl_title[data-v-99789ffa] {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.bl_title[data-v-22de738e] {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.deviceForm[data-v-22de738e] {
  max-width: 1100px;
  overflow-y: auto;
}
.formCont[data-v-22de738e] {
  padding: 18px 18px 1px 18px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  background-color: #1D233D;
}
.fileItem[data-v-22de738e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border-radius: 8px;
  line-height: 24px;
}
.fileItem .iconCont[data-v-22de738e] {
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
.fileItem .icon[data-v-22de738e] {
  width: 100%;
  height: 100%;
}
.fileItem .delete[data-v-22de738e] {
  display: none;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-radius: 50%;
  color: #409EFF;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background-color: #ddd;
}
.fileItem[data-v-22de738e]:hover {
  background-color: #505879;
}
.fileItem:hover .delete[data-v-22de738e] {
  display: block;
}
.title[data-v-22de738e] {
  position: relative;
  padding-left: 16px;
}
.title[data-v-22de738e]::after {
  content: " ";
  background: #1890ff;
  width: 3px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 6px;
}
.deviceTypeBox[data-v-22de738e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.deviceTypeBox > div[data-v-22de738e] {
  background: #21284b;
  font-size: 13px;
  border-radius: 60px;
  color: #bcbcbc;
  width: 120px;
  height: 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;
  cursor: pointer;
}
.deviceTypeBox > div[data-v-22de738e]:nth-of-type(1) {
  margin-right: 40px;
}
.deviceTypeBox .av[data-v-22de738e] {
  color: #1890ff;
  border: 1px solid #1890ff;
  background: transparent;
}
.ceshi .ant-form-item[data-v-22de738e] {
  margin: 0 !important;
}
.ceshi .ant-upload .uploadAButton[data-v-22de738e] {
  background-color: #1890ff !important;
  color: #fff !important;
  height: 32px;
  line-height: 32px;
}
.ceshi .ant-upload .uploadAButton[data-v-22de738e]:hover {
  opacity: 0.7;
}

.element[data-v-d2b6433e]::-webkit-scrollbar {
  width: 0 !important;
}
.tian_ms[data-v-d2b6433e] {
  margin-top: 30px;
}
.tian_ms .title[data-v-d2b6433e] {
  height: 168px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: -webkit-gradient(linear, left top, left bottom, from(#409af2), to(#2c6ff8));
  background: linear-gradient(180deg, #409af2, #2c6ff8);
  display: inline-block;
}
.tian_ms .content[data-v-d2b6433e] {
  width: 118px;
  text-align: center;
  background-color: #5e668d;
  height: 168px;
  overflow-y: scroll;
}
.tian_ms .content text[data-v-d2b6433e] {
  display: block;
  margin-top: 10px;
  width: 100%;
}
.body_box[data-v-d2b6433e] {
  width: 310px;
  height: 465px;
  position: relative;
}
.body_box img[data-v-d2b6433e] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.body_box .point[data-v-d2b6433e] {
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.body_box .select[data-v-d2b6433e] {
  background: #f468a2;
}
.back .point[data-v-d2b6433e] {
  background: rgba(255, 255, 255, 0.6);
}
.back .select[data-v-d2b6433e] {
  background: #f468a2;
}
.zm[data-v-d2b6433e] {
  position: absolute;
  left: 233px;
  top: 50px;
}
.flex-row[data-v-d2b6433e] {
  position: relative;
}

.ant-radio-group[data-v-f6ff7c40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-radio-group .ant-radio-wrapper[data-v-f6ff7c40] {
  margin-right: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-checkbox-group[data-v-f6ff7c40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-checkbox-group .ant-checkbox-wrapper[data-v-f6ff7c40] {
  margin-right: 10px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox + span[data-v-f6ff7c40] {
  height: 16px;
  line-height: 16px;
}
[data-v-f6ff7c40] .ant-radio-disabled .ant-radio-inner::after {
  background: #1890ff !important;
}
.slider_num[data-v-f6ff7c40] {
  font-size: 14px;
  color: var(--text-color);
  width: 32px;
  height: 32px;
  background: linear-gradient(129deg, #419bf2 5%, #2b6df9 96%);
  border-radius: 4px;
  margin-right: 16px;
  text-align: center;
  line-height: 32px;
  margin-top: -20px;
}
.topic_item[data-v-f6ff7c40] {
  position: relative;
}
.topic_item .topic_title[data-v-f6ff7c40] {
  font-size: 14px;
}
[data-v-f6ff7c40]:deep(.ant-slider-mark-text) {
  margin-top: 4px;
}
[data-v-f6ff7c40]:deep(.ant-slider-mark) {
  font-size: 14px;
}
.topic_select[data-v-f6ff7c40] {
  position: relative;
  padding-right: 0;
  font-size: 14px;
  color: #fff;
}
.topic_select label[data-v-f6ff7c40] {
  color: #fff;
}
.topic_select .flex-row > div[data-v-f6ff7c40] {
  margin-top: -12px;
}
.topic_select .flex-row .flex-1[data-v-f6ff7c40] {
  margin-top: 0;
  margin-left: 0;
  width: 100%;
}
.controlLine[data-v-f6ff7c40] {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.controlLine div[data-v-f6ff7c40] {
  border: 1px solid #1890FF;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  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;
  margin-left: 10px;
  cursor: pointer;
}
.controlLine div img[data-v-f6ff7c40] {
  width: 12px;
}
.controlLine div[data-v-f6ff7c40]:hover {
  background-color: #fff;
  border-color: #fff;
}
.controlLine div.del[data-v-f6ff7c40] {
  border: 1px solid #F21753;
}
.controlLine div.del[data-v-f6ff7c40]:hover {
  background-color: #fff;
  border-color: #fff;
}
.topic_list .topic_title[data-v-f6ff7c40] {
  color: #fff;
}
[data-v-f6ff7c40] .ant-slider-rail {
  background-color: #5E668D;
}


[data-v-626e95cd] .queTypeLine .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.typeMesgBtn[data-v-626e95cd] {
  color: #1890ff;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
}
.typeMesgBtn[data-v-626e95cd]:hover {
  opacity: 0.5;
}
.newLine[data-v-626e95cd] {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  margin-top: 10px;
}
[data-v-626e95cd] .quesDetail {
  padding: 20px 0;
}
[data-v-626e95cd] .quesDetail .topControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
[data-v-626e95cd] .quesDetail .topControl button {
  margin-left: 20px;
}
[data-v-626e95cd] .quesDetail .quesMain {
  width: 800px;
  padding-bottom: 80px;
  background-color: #141937;
}
[data-v-626e95cd] .quesDetail .addWtButton {
  text-align: center;
  margin-top: 30px;
}
[data-v-626e95cd] .quesDetail .addWtButton button {
  width: 200px;
  margin: 0 auto;
  border: 1px solid #1890FF;
  color: #1890FF;
  padding: 10px 0;
  height: auto;
  background-color: transparent;
}
[data-v-626e95cd] .quesDetail .addWtButton button:hover {
  background-color: #1890FF;
  color: #fff;
}
[data-v-626e95cd] .quesDetail .el-form-item .el-input .el-input__inner {
  background-color: #282F54;
  border: 0;
  color: #fff;
}
[data-v-626e95cd] .quesDetail .el-form-item .el-input .el-input__inner::-webkit-input-placeholder {
  color: #999;
}
[data-v-626e95cd] .quesDetail .el-form-item .el-textarea .el-textarea__inner {
  background-color: #282F54;
  color: #fff;
  border: 0;
}
[data-v-626e95cd] .quesDetail .el-form-item .el-textarea .el-textarea__inner::-webkit-input-placeholder {
  color: #999;
}
[data-v-626e95cd] .quesDetail .el-form-item .el-textarea .el-input__count {
  background: #282F54;
  color: #999;
}
.editFormModal .ant-row[data-v-626e95cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.editFormModal .newAddBtn .el-icon-circle-plus-outline[data-v-626e95cd] {
  font-size: 25px;
  color: #999;
  cursor: pointer;
}
.editFormModal .newAddBtn .el-icon-circle-plus-outline[data-v-626e95cd]:hover {
  color: #1890FF;
}
[data-v-626e95cd] .editFormModal .ant-form-item-control-wrapper {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  width: 100% !important;
}
.answerLine[data-v-626e95cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.answerLine .math[data-v-626e95cd] {
  margin-right: 5px;
  color: #ccc;
}
.answerLine .mathBorder[data-v-626e95cd] {
  margin-right: 5px;
  color: #ccc;
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.answerLine .el-input[data-v-626e95cd] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.answerLine input[data-v-626e95cd] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.answerLine .closeOdd[data-v-626e95cd] {
  margin-top: 4px;
}
.answerLine i.el-icon-circle-close[data-v-626e95cd] {
  font-size: 20px;
  color: #aaa;
  margin-left: 10px;
  cursor: pointer;
}
.answerLine i.el-icon-circle-close[data-v-626e95cd]:hover {
  color: #ff0;
}
[data-v-626e95cd] .formQuesDetail .typeLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-626e95cd] .formQuesDetail .typeLine .el-select {
  width: 100%;
}
[data-v-626e95cd] .quesDetail .el-form-item__label {
  color: #fff;
  font-weight: normal;
}

[data-v-cbe0b40c] .filter-tree {
  padding: 10px 0;
}
[data-v-cbe0b40c] .filter-tree .el-tree-node > .el-tree-node__content:hover {
  background-color: rgba(24, 144, 255, 0.2);
}
[data-v-cbe0b40c] .filter-tree .el-tree-node.is-current > .el-tree-node__content {
  background-color: #1890ff;
  color: #fff;
}
[data-v-cbe0b40c] .filter-tree .el-tree-node {
  margin: 0 0;
  padding: 3px 0;
}
[data-v-cbe0b40c] .filter-tree > .el-tree-node > .el-tree-node__content > .el-tree-node__label {
  font-weight: bold;
}
[data-v-cbe0b40c] .baseDropdownMenu.el-dropdown-menu--medium {
  width: 117px !important;
}
[data-v-cbe0b40c] .baseDropdownMenu li {
  width: 117px !important;
}
[data-v-cbe0b40c] .typeElForm .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-cbe0b40c] .typeElForm .el-form-item__content .el-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.typeMesgBtn[data-v-cbe0b40c] {
  color: #1890ff;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
}
.typeMesgBtn[data-v-cbe0b40c]:hover {
  opacity: 0.5;
}
.newLine[data-v-cbe0b40c] {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  margin-top: 10px;
}
.queTemplateDialog .mainTemplate[data-v-cbe0b40c] {
  border: 1px solid #ccc;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 400px;
  position: relative;
}
.queTemplateDialog .mainTemplate .leftTemp[data-v-cbe0b40c] {
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  height: 100%;
  position: relative;
}
.queTemplateDialog .mainTemplate .leftTemp .seach[data-v-cbe0b40c] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.queTemplateDialog .mainTemplate .leftTemp .conTemp[data-v-cbe0b40c] {
  height: calc(100% - 66px);
  overflow-y: scroll;
}
.queTemplateDialog .mainTemplate .rightTemp[data-v-cbe0b40c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 398px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.queTemplateDialog .mainTemplate .rightTemp img[data-v-cbe0b40c] {
  width: 100%;
}
.bl_title[data-v-cbe0b40c] {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
[data-v-cbe0b40c] .flex .ant-form-item {
  margin-bottom: 0;
  margin-right: 10px;
}
[data-v-cbe0b40c] .hideLabel .ant-form-item-label {
  opacity: 0;
}
.tableTdControl[data-v-cbe0b40c] {
  text-align: left;
}
.tableTdControl button[data-v-cbe0b40c],
.tableTdControl span[data-v-cbe0b40c] {
  margin: 0 3px;
}

[data-v-10f59756] .filter-tree .el-tree-node {
  margin: 0 0;
}
[data-v-10f59756] .filter-tree .el-tree-node__children .el-tree-node__expand-icon.is-leaf {
  display: none !important;
}
[data-v-10f59756] .el-tree {
  background-color: inherit;
  color: #fff;
}
[data-v-10f59756] .el-tree .el-tree-node__content {
  height: auto !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-v-10f59756] .el-tree .el-tree-node__children .el-tree-node .el-tree-node__content {
  padding: 5px 0;
}
[data-v-10f59756] .el-tree .el-tree-node__content:hover {
  background-color: rgba(24, 144, 255, 0.1) !important;
}
[data-v-10f59756] .el-tree .el-tree-node:focus > .el-tree-node__content {
  background-color: rgba(24, 144, 255, 0.1) !important;
}
[data-v-10f59756] .el-tree > .el-tree-node {
  white-space: break-spaces;
}
[data-v-10f59756] .el-tree > .el-tree-node > .el-tree-node__content {
  padding: 5px 0;
}
[data-v-10f59756] .el-tree > .el-tree-node > .el-tree-node__content > .el-icon-caret-right {
  font-size: 15;
}
[data-v-10f59756] .el-tree > .el-tree-node > .el-tree-node__content > .el-tree-node__label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}
[data-v-10f59756] .el-tree span.el-tree-node__label {
  line-height: 24px;
  display: inline-block;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.question_box[data-v-10f59756] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.question_box .left_nav[data-v-10f59756] {
  width: 220px;
  height: 100%;
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.question_box .left_nav .bl_title[data-v-10f59756] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 25px;
}
.question_box .left_nav .bl_title i[data-v-10f59756] {
  font-size: 15px;
  margin-right: 2px;
}
.question_box .left_nav .bl_title[data-v-10f59756]:hover {
  color: #1890ff;
}
.question_box .left_nav .queNavLine[data-v-10f59756] {
  margin-bottom: 25px;
  width: 100%;
  display: inline-block;
}
.question_box .right_main[data-v-10f59756] {
  padding: 20px 20px 20px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #21284B;
  min-height: 100%;
}
.question_box .topControl[data-v-10f59756] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #21284B;
  padding-left: 25px;
  padding-bottom: 20px;
}
.question_box .topControl .conLeft .questionSut[data-v-10f59756] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.question_box .topControl .conLeft .questionSut span[data-v-10f59756] {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question_box .topControl .conLeft .questionSut span i[data-v-10f59756] {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 7px;
  margin-right: 7px;
  background-color: #1890ff;
}
.question_box .topControl .conLeft .questionSut span i.sutBored_2[data-v-10f59756] {
  background-color: #38c5bc;
}
.question_box .topControl .conCenter .terminal[data-v-10f59756] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.question_box .topControl .conCenter .terminal .odd[data-v-10f59756] {
  border: 1px solid #fff;
  font-size: 20px;
  width: 40px;
  height: 36px;
  margin: 0 5px;
  border-radius: 5px;
  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: #fff;
  cursor: pointer;
}
.question_box .topControl .conCenter .terminal .odd[data-v-10f59756]:hover {
  opacity: 0.7;
  border: 1px solid #1890ff;
}
.question_box .topControl .conCenter .terminal .odd i[data-v-10f59756] {
  color: #fff;
}
.question_box .topControl .conCenter .terminal .active[data-v-10f59756] {
  color: #1890ff;
  border: 1px solid #1890ff;
}
.question_box .topControl .conCenter .terminal .active i[data-v-10f59756] {
  color: #1890ff;
}
.question_box .topControl .conRight[data-v-10f59756] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.question_box .topControl .conRight button[data-v-10f59756] {
  margin-left: 10px;
}
.question_box .question_content[data-v-10f59756] {
  width: 800px;
  padding-bottom: 80px;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.question_box .question_content .quesTitle[data-v-10f59756] {
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.question_box .question_content .subtitle[data-v-10f59756] {
  font-size: 20px;
  font-weight: 700;
  color: #38c5bc;
  font-weight: bold;
}
.question_box .question_content .explainInfo[data-v-10f59756] {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  margin: 16px 0 32px 0;
}
.preview_mobile[data-v-10f59756] {
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.preview_mobile .question_content[data-v-10f59756] {
  width: 340px;
  height: 670px;
  overflow-y: scroll;
  position: absolute;
  left: 30px;
  top: 75px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.preview_mobile .question_content .quesTitle[data-v-10f59756] {
  font-size: 15px;
  margin-bottom: 20px;
}
.preview_mobile .question_content .subtitle[data-v-10f59756] {
  font-size: 15px;
}
[data-v-10f59756] .preview_mobile .ant-radio-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-v-10f59756] .preview_mobile .ant-checkbox-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-v-10f59756] .preview_mobile .ant-radio-wrapper {
  font-size: 12px;
}
[data-v-10f59756] .preview_mobile .topic_select .box .body_box {
  width: 170px;
  height: 300px;
}
[data-v-10f59756] .preview_mobile .topic_select .box .body_box .point {
  width: 10px;
  height: 10px;
}
[data-v-10f59756] .preview_mobile .topic_select .box span {
  font-size: 13px;
}
[data-v-10f59756] .preview_mobile .ant-radio-wrapper {
  margin-bottom: 6px;
}
[data-v-10f59756] .preview_mobile .topic_title {
  font-size: 13px;
  color: #fff;
}
[data-v-10f59756] .preview_mobile .topic_item {
  margin-bottom: 10px !important;
}
[data-v-10f59756] .preview_mobile .topic_select {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
[data-v-10f59756] .preview_mobile .topic_select .flex-1 {
  margin-left: 0 !important;
}
.mobileImg[data-v-10f59756] {
  width: 400px;
}

.question_box[data-v-50013abc] {
  height: 80%;
  padding: 40px;
}
.question_box .quesTitle[data-v-50013abc] {
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.question_box .question_content[data-v-50013abc] {
  width: 80%;
  padding-bottom: 40px;
}
.question_box .question_content .title[data-v-50013abc] {
  font-size: 20px;
  font-weight: 700;
  color: #38c5bc;
}
.question_box .question_content .sub_title[data-v-50013abc] {
  font-size: 14px;
  font-weight: 400;
  color: #bcbcbc;
  line-height: 1.4;
  margin: 16px 0 32px 0;
}

.questionnaireTemplate[data-v-26f89545] {
  padding-top: 18px;
  padding-bottom: 100px;
  display: inline-block;
  width: 100%;
  max-width: 1625px;
}
.questionnaireTemplate .listPage[data-v-26f89545] {
  text-align: right;
}
.questionnaireTemplate .seachAdd_line[data-v-26f89545] {
  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;
}
.questionnaireTemplate .seachAdd_line .seach[data-v-26f89545] {
  background-color: #21284B;
  border-radius: 4px;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.questionnaireTemplate .seachAdd_line .seach[data-v-26f89545] .el-input {
  background-color: #21284B !important;
  border: 0 !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.questionnaireTemplate .seachAdd_line .seach[data-v-26f89545] .el-input .el-input__inner {
  height: 40px;
}
.questionnaireTemplate .seachAdd_line .seach .seachIco[data-v-26f89545] {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.questionnaireTemplate .seachAdd_line .seach .seachIco[data-v-26f89545]:hover {
  background-color: #1890FF;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.questionnaireTemplate .seachAdd_line .xzwtBtn[data-v-26f89545] {
  height: 40px !important;
}
.questionnaireTemplate .seachAdd_line .xzwtBtn .acticon[data-v-26f89545] {
  color: #1890FF;
}
.questionnaireTemplate .seachAdd_line .txt-white[data-v-26f89545] {
  margin-right: 30px;
}
.questionnaireTemplate .list[data-v-26f89545] {
  width: 100%;
  display: inline-block;
  margin-right: -13px;
  margin-left: -13px;
}
.questionnaireTemplate .list .card[data-v-26f89545] {
  width: 380px;
  float: left;
  margin: 26px 13px 0 13px;
  padding: 16px;
  border-radius: 4px;
  background: #21284B;
  position: relative;
}
.questionnaireTemplate .list .card .setBtn i[data-v-26f89545] {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  right: 21px;
  top: 21px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: linear 0.3s all;
  transition: linear 0.3s all;
}
.questionnaireTemplate .list .card .setBtn i[data-v-26f89545]:hover {
  background-color: #197BE4;
  border-color: #197BE4;
}
.questionnaireTemplate .list .card[data-v-26f89545]:hover {
  opacity: 0.8;
  -webkit-transition: linear 0.3s all;
  transition: linear 0.3s all;
}
.questionnaireTemplate .list .card:hover .sltBox[data-v-26f89545] {
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: linear 0.3s all;
  transition: linear 0.3s all;
}
.questionnaireTemplate .list .card .sltBox[data-v-26f89545] {
  width: 348px;
  height: 348px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  background-color: #141937;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: linear 0.3s all;
  transition: linear 0.3s all;
}
.questionnaireTemplate .list .card .img img[data-v-26f89545] {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.questionnaireTemplate .list .card .title[data-v-26f89545] {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
  cursor: pointer;
}
.questionnaireTemplate .list .card .title[data-v-26f89545]:hover {
  color: rgba(255, 255, 255, 0.7);
}

[data-v-a826b40c] .el-tree-node__expand-icon.is-leaf {
  visibility: hidden;
}
.filePointer[data-v-a826b40c] {
  width: 100%;
  height: 100%;
}
.structureContent[data-v-a826b40c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.structureContent .leftNav[data-v-a826b40c] {
  width: 220px;
  background-color: #141937;
  margin-right: 22px;
}
.structureContent .leftNav .treeHeader[data-v-a826b40c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  color: #fff;
}
.structureContent .leftNav .navItem[data-v-a826b40c] {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.structureContent .leftNav .active[data-v-a826b40c] {
  background-color: #f7fafd;
  color: #409eff;
}
.structureContent .leftNav[data-v-a826b40c]  .el-tree-node__content {
  height: 40px;
}
.structureContent .leftNav[data-v-a826b40c]  .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  color: #409eff;
}
.structureContent .mainCon[data-v-a826b40c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 100%;
  overflow-y: auto;
}
.structureContent .mainCon .search[data-v-a826b40c] {
  margin-bottom: 22px;
}
.structureContent .mainCon .levelHeader[data-v-a826b40c] {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.structureContent .mainCon .levelLine .el-button[data-v-a826b40c] {
  background-color: inherit !important;
  border-radius: 0 !important;
  border: 1px solid #1890ff !important;
  color: #1890ff !important;
}
.structureContent .mainCon .levelLine .el-button[data-v-a826b40c]:hover {
  background-color: #1890ff !important;
  color: #fff !important;
}

.demo_main[data-v-1b33c0f7] {
  height: 100%;
  padding: 10px 20px 10px 20px;
}
.demo_content[data-v-1b33c0f7] {
  padding-left: 10px;
  float: left;
  font-weight: 400;
  color: var(--MenuActiveBG, #1890FF);
}
.demo_bottom[data-v-1b33c0f7] {
  position: absolute;
  left: 30px;
  bottom: 10px;
  font-weight: 500;
  color: var(--MenuActiveBG, #1890FF);
}
.title[data-v-1b33c0f7] {
  line-height: 40px;
}
[data-v-1a36a8c1] .el-tree-node__expand-icon.is-leaf {
  visibility: hidden;
}
.filePointer[data-v-1a36a8c1] {
  width: 100%;
  height: 100%;
}
.treeItem[data-v-1a36a8c1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.treeItem .icons[data-v-1a36a8c1] {
  color: #fff;
  visibility: hidden;
  margin-left: 10px;
  padding-right: 8px;
}
.treeItem .icons .el-icon-more[data-v-1a36a8c1] {
  color: #fff;
}
.treeItem:hover .icons[data-v-1a36a8c1] {
  visibility: visible;
}
.structureContent[data-v-1a36a8c1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.structureContent .leftNav[data-v-1a36a8c1] {
  width: 240px;
  margin-right: 20px;
  padding-right: 20px;
  background-color: #141937;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.structureContent .leftNav .treeHeader[data-v-1a36a8c1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  color: #fff;
}
.structureContent .leftNav .navItem[data-v-1a36a8c1] {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.structureContent .leftNav .active[data-v-1a36a8c1] {
  background-color: #f7fafd;
  color: #409eff;
}
.structureContent .leftNav[data-v-1a36a8c1] .el-tree-node__content {
  height: 40px;
}
.structureContent .leftNav[data-v-1a36a8c1] .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  color: #409eff;
}
.structureContent .mainCon[data-v-1a36a8c1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 100%;
  overflow-y: auto;
}
.structureContent .mainCon .search[data-v-1a36a8c1] {
  margin-bottom: 22px;
}
.structureContent .mainCon .levelHeader[data-v-1a36a8c1] {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.structureContent .mainCon .levelLine .el-button[data-v-1a36a8c1] {
  background-color: inherit !important;
  border-radius: 0 !important;
  border: 1px solid #1890ff !important;
  color: #1890ff !important;
}
.structureContent .mainCon .levelLine .el-button[data-v-1a36a8c1]:hover {
  background-color: #1890ff !important;
  color: #fff !important;
}
.cellList[data-v-1a36a8c1] {
  margin-bottom: 22px;
}
.cellList .cell[data-v-1a36a8c1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.cellList .cell .input[data-v-1a36a8c1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.cellList .cell .icon[data-v-1a36a8c1] {
  width: 50px;
  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;
  cursor: pointer;
}
.cellList .cell[data-v-1a36a8c1]:last-child {
  margin-bottom: 0;
}
.addOption .el-button[data-v-1a36a8c1] {
  background-color: inherit !important;
  border-radius: 0 !important;
  border: 1px solid #1890ff !important;
  color: #1890ff !important;
}
.addOption .el-button[data-v-1a36a8c1]:hover {
  background-color: #1890ff !important;
  color: #fff !important;
}
.style-collapse[data-v-1a36a8c1] {
  border: none;
  background-color: #141937;
}
.style-collapse .select-type[data-v-1a36a8c1] {
  width: 180px;
}
.style-collapse .select-type[data-v-1a36a8c1] .el-input__inner {
  padding-left: 32px;
}
.style-collapse .input-type[data-v-1a36a8c1] {
  width: 180px;
}
.style-collapse .select-svg-icon[data-v-1a36a8c1] {
  position: absolute;
  left: 24px;
  top: 10px;
}
.style-collapse[data-v-1a36a8c1] .el-collapse-item__header {
  color: #fff;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 30px;
  position: relative;
  border-bottom: 1px solid rgba(31, 35, 41, 0.15);
}
.style-collapse[data-v-1a36a8c1] .el-checkbox {
  margin-left: 8px;
}
.style-collapse .dimension[data-v-1a36a8c1] .el-collapse-item__header {
  background-color: rgba(51, 112, 255, 0.1);
}
.style-collapse .quota[data-v-1a36a8c1] .el-collapse-item__header {
  background-color: rgba(4, 180, 156, 0.1);
}
.style-collapse[data-v-1a36a8c1] .el-collapse-item__arrow {
  position: absolute;
  top: 9px;
  left: 13px;
  font-size: 12px;
}
.style-collapse[data-v-1a36a8c1] .el-collapse-item__arrow::before {
  content: "\E791";
}
.style-collapse[data-v-1a36a8c1] .el-collapse-item__arrow.is-active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.style-collapse[data-v-1a36a8c1]  .el-collapse-item {
  position: relative;
}
.style-collapse[data-v-1a36a8c1]  .el-collapse-item__wrap {
  background-color: #141937;
  border-bottom: 0 solid #e6ebf5 !important;
}
.style-collapse[data-v-1a36a8c1]  .el-collapse-item__wrap .collapseBtn {
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 10;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.custom-tree-container[data-v-59a7f1a6] {
  margin-top: 16px;
}
.custom-tree-container .no-tdata[data-v-59a7f1a6] {
  text-align: center;
  margin-top: 80px;
  font-family: PingFang SC;
  font-size: 14px;
  color: var(--deTextSecondary, #999);
  font-weight: 400;
}
.custom-tree-container .no-tdata .no-tdata-new[data-v-59a7f1a6] {
  cursor: pointer;
  color: var(--primary, #1890FF);
}
.custom-tree-node[data-v-59a7f1a6] {
  -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;
  width: 100%;
}
.custom-tree-node-list[data-v-59a7f1a6] {
  -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: 0 8px;
  width: calc(100% - 40px);
}
.custom-tree-node-list .child[data-v-59a7f1a6] {
  /*display: none;*/
  visibility: hidden;
}
.custom-tree-node-list:hover .child[data-v-59a7f1a6] {
  /*display: inline;*/
  visibility: visible;
}
.tree-list[data-v-59a7f1a6]  .el-tree-node__expand-icon.is-leaf {
  display: none;
}
.tree-style[data-v-59a7f1a6] {
  padding: 16px 24px;
  height: 100%;
  overflow-y: auto;
  background-color: #141937;
}
.tree-style .title-text[data-v-59a7f1a6] {
  line-height: 26px;
  color: #1890FF;
  margin-bottom: 16px;
}
.tree-style .title-operate[data-v-59a7f1a6] {
  text-align: right;
}
.tree-style .title-operate i[data-v-59a7f1a6] {
  margin-left: 22.91px;
}
.none-scroll-bar::-webkit-scrollbar {
  display: none;
}
.db-container {
  width: 100%;
  max-height: 65vh;
  overflow-y: auto;
  margin-top: 3px;
  position: relative;
  z-index: 10;
}
.db-container .name {
  margin: 16px 0;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--deTextPrimary, #1890FF);
}
.db-container .item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.db-container .db-card {
  height: 141px;
  width: 177.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #dee0e3;
  border-radius: 4px;
  margin-bottom: 16px;
  margin-left: 16px;
}
.db-container .db-card img {
  width: 100%;
  height: 102px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.db-container .db-card .db-name {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  border-top: 1px solid rgba(24, 144, 255, 0.15);
}
.db-container .db-card:hover {
  -webkit-box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.08);
          box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.08);
}
.db-container .marLeft {
  margin-left: 0;
}
.de-copy-icon {
  cursor: pointer;
  margin-right: 5px;
  color: var(--deTextSecondary, #999);
}
.ms-aside-container[data-v-47ff47d8] {
  height: calc(100vh - 56px);
  padding: 0px;
  min-width: 260px;
  max-width: 460px;
}
.ms-main-container[data-v-47ff47d8] {
  height: calc(100vh - 56px);
  padding: 0;
}
.full-height[data-v-47ff47d8] {
  height: 100vh !important;
}
[data-v-668f96b0] .el-tree-node__expand-icon.is-leaf {
  visibility: hidden;
}
.spcBt[data-v-668f96b0] {
  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;
}
.alnCt[data-v-668f96b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-668f96b0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-668f96b0] {
  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;
}
.flxEnd[data-v-668f96b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss[data-v-668f96b0] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-668f96b0] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-668f96b0] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-668f96b0] {
  display: none !important;
}
.got .el-upload[data-v-668f96b0] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-668f96b0] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-668f96b0] {
  margin-bottom: 0;
}
.coverUpload[data-v-668f96b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error[data-v-668f96b0] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-668f96b0] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-668f96b0],
.coverUpload .sizeNote[data-v-668f96b0] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-668f96b0] {
  display: none;
}
.coverUpload .el-upload[data-v-668f96b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-668f96b0] {
  line-height: 44px;
}
.coverUpload .small div[data-v-668f96b0],
.coverUpload .large div[data-v-668f96b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-668f96b0] {
  margin-left: 96px !important;
}
.el-dialog[data-v-668f96b0] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-668f96b0]:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header[data-v-668f96b0] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-668f96b0] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-668f96b0] {
  font-size: 20px;
}
.el-dialog__body[data-v-668f96b0] {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog[data-v-668f96b0] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-668f96b0] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-668f96b0] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-668f96b0] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-668f96b0] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-668f96b0] {
  padding: 20px;
}
.box_form[data-v-668f96b0] {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea[data-v-668f96b0] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-668f96b0] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-668f96b0] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-668f96b0] {
  width: 100px;
}
.actState span[data-v-668f96b0] {
  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;
}
.actState .sut_bored[data-v-668f96b0] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-668f96b0] {
  background-color: #ff9900;
}
.actState .actState2[data-v-668f96b0] {
  background-color: #19be6b;
}
.actState .actState3[data-v-668f96b0] {
  background-color: #ccc;
}
.actState .actState4[data-v-668f96b0] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-668f96b0] {
  background-color: #1890FF;
}
.timeline[data-v-668f96b0] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-668f96b0] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-668f96b0] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-668f96b0] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-668f96b0] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-668f96b0],
.el-table__fixed[data-v-668f96b0] {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper[data-v-668f96b0] {
  background-color: #141937;
}
.statusTag[data-v-668f96b0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-668f96b0]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-668f96b0]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-668f96b0]:before {
  background-color: #e6a23c;
}
.statusTag.danger[data-v-668f96b0]:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-668f96b0] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label[data-v-668f96b0]:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content[data-v-668f96b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10[data-v-668f96b0] {
  margin: 10px;
}
.m15[data-v-668f96b0] {
  margin: 15px;
}
.m30[data-v-668f96b0] {
  margin: 30px;
}
.mt5[data-v-668f96b0] {
  margin-top: 5px;
}
.mt10[data-v-668f96b0] {
  margin-top: 10px;
}
.mt15[data-v-668f96b0] {
  margin-top: 15px;
}
.mt20[data-v-668f96b0] {
  margin-top: 20px;
}
.mt25[data-v-668f96b0] {
  margin-top: 25px;
}
.mt30[data-v-668f96b0] {
  margin-top: 30px;
}
.mt50[data-v-668f96b0] {
  margin-top: 50px;
}
.mt100[data-v-668f96b0] {
  margin-top: 100px;
}
.mb5[data-v-668f96b0] {
  margin-bottom: 5px;
}
.mb10[data-v-668f96b0] {
  margin-bottom: 10px;
}
.mb15[data-v-668f96b0] {
  margin-bottom: 15px;
}
.mb20[data-v-668f96b0] {
  margin-bottom: 20px;
}
.mb100[data-v-668f96b0] {
  margin-bottom: 100px;
}
.ml5[data-v-668f96b0] {
  margin-left: 5px;
}
.ml10[data-v-668f96b0] {
  margin-left: 10px;
}
.ml15[data-v-668f96b0] {
  margin-left: 15px !important;
}
.ml20[data-v-668f96b0] {
  margin-left: 20px;
}
.ml30[data-v-668f96b0] {
  margin-left: 30px;
}
.ml50[data-v-668f96b0] {
  margin-left: 50px;
}
.ml100[data-v-668f96b0] {
  margin-left: 100px;
}
.mr5[data-v-668f96b0] {
  margin-right: 5px;
}
.mr10[data-v-668f96b0] {
  margin-right: 10px;
}
.mr15[data-v-668f96b0] {
  margin-right: 15px;
}
.mr20[data-v-668f96b0] {
  margin-right: 20px;
}
.mr50[data-v-668f96b0] {
  margin-right: 50px;
}
.mr100[data-v-668f96b0] {
  margin-right: 100px;
}
.p10[data-v-668f96b0] {
  padding: 10px;
}
.p15[data-v-668f96b0] {
  padding: 15px;
}
.p30[data-v-668f96b0] {
  padding: 30px;
}
.pt5[data-v-668f96b0] {
  padding-top: 5px;
}
.pt10[data-v-668f96b0] {
  padding-top: 10px;
}
.pt15[data-v-668f96b0] {
  padding-top: 15px;
}
.pt20[data-v-668f96b0] {
  padding-top: 20px;
}
.pt30[data-v-668f96b0] {
  padding-top: 30px;
}
.pt50[data-v-668f96b0] {
  padding-top: 50px;
}
.pb5[data-v-668f96b0] {
  padding-bottom: 5px;
}
.pb15[data-v-668f96b0] {
  padding-bottom: 15px;
}
.pb20[data-v-668f96b0] {
  padding-bottom: 20px;
}
.pb30[data-v-668f96b0] {
  padding-bottom: 30px;
}
.pb60[data-v-668f96b0] {
  padding-bottom: 60px;
}
.pb5[data-v-668f96b0] {
  padding-bottom: 5px;
}
.pb15[data-v-668f96b0] {
  padding-bottom: 15px;
}
.pb100[data-v-668f96b0] {
  padding-bottom: 100px;
}
.pl5[data-v-668f96b0] {
  padding-left: 5px;
}
.pl10[data-v-668f96b0] {
  padding-left: 10px;
}
.pl15[data-v-668f96b0] {
  padding-left: 15px;
}
.pl20[data-v-668f96b0] {
  padding-left: 20px;
}
.pl50[data-v-668f96b0] {
  padding-left: 50px;
}
.pl100[data-v-668f96b0] {
  padding-left: 100px;
}
.pr5[data-v-668f96b0] {
  padding-right: 5px;
}
.pr10[data-v-668f96b0] {
  padding-right: 10px;
}
.pr15[data-v-668f96b0] {
  padding-right: 15px;
}
.pr20[data-v-668f96b0] {
  padding-right: 20px;
}
.pr100[data-v-668f96b0] {
  padding-right: 100px;
}
[data-v-668f96b0] .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}
.modelIndex[data-v-668f96b0] {
  height: 100%;
  padding: 20px;
}
.modelIndex .el-card__body .el-tabs[data-v-668f96b0] {
  margin-bottom: 20px;
}
.modelIndex[data-v-668f96b0]  .el-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0;
}
.modelIndex .tabbar[data-v-668f96b0]  .el-tabs__header {
  margin: 0;
}
.modelIndex .tabbar[data-v-668f96b0]  .el-tabs__item.is-top {
  padding: 0 20px;
}
.modelIndex .tabbar.single[data-v-668f96b0]  .el-tabs__active-bar {
  -webkit-transform: none !important;
          transform: none !important;
}
.modelIndex .tabCont[data-v-668f96b0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideBar[data-v-668f96b0] {
  height: 100%;
  width: 240px;
  padding: 10px;
  border-right: 1px solid #f4f4f4;
}
.sideBar .searchBar[data-v-668f96b0] {
  position: relative;
  width: 220px;
}
.sideBar .searchBar .el-icon-search[data-v-668f96b0] {
  position: absolute;
  top: 0;
  right: 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;
  height: 32px;
  width: 32px;
}
.sideBar .selectItem[data-v-668f96b0] {
  cursor: pointer;
  padding: 0 20px;
  line-height: 48px;
}
.sideBar .selectItem.cur[data-v-668f96b0] {
  color: #1890FF;
  background-color: #c6e2ff;
}
.modelList[data-v-668f96b0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 100%;
  padding: 16px;
  overflow-y: auto;
}
.modelList .listTitle[data-v-668f96b0] {
  font-size: 18px;
  font-weight: bold;
}
.modelList .list[data-v-668f96b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modelList .modelItem[data-v-668f96b0] {
  width: 340px;
  margin: 0 20px 20px 0;
  overflow: hidden;
  border-radius: 5px;
}
.modelList .modelItem .imgCont[data-v-668f96b0],
.modelList .modelItem .cover[data-v-668f96b0] {
  width: 100%;
  height: 200px;
}
.modelList .modelItem .cover[data-v-668f96b0] {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.modelList .modelItem .imgCont[data-v-668f96b0] {
  position: relative;
}
.modelList .modelItem .imgCont .image-slot[data-v-668f96b0] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200px;
}
.modelList .modelItem .imgCont .mask[data-v-668f96b0] {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.modelList .modelItem .imgCont .mask .row[data-v-668f96b0] {
  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;
}
.modelList .modelItem .imgCont .mask .icon[data-v-668f96b0] {
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
}
.modelList .modelItem .others[data-v-668f96b0] {
  width: 100%;
  padding: 20px 24px;
  border: 1px solid #f4f4f4;
  border-top: none;
  background-color: #fff;
}
.modelList .modelItem .others .name[data-v-668f96b0] {
  color: #333;
}
.modelList .modelItem .others .btn[data-v-668f96b0] {
  width: 120px;
}
.modelList .modelItem .others .time[data-v-668f96b0] {
  height: 20px;
  color: #ccc;
  line-height: 20px;
}
.modelList .modelItem:hover .mask[data-v-668f96b0] {
  display: block;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
@media screen and (min-width: 1310px) and (max-width: 1600px) {
.list[data-v-668f96b0],
  .listHead[data-v-668f96b0] {
    max-width: 720px;
}
}
@media screen and (min-width: 1600px) and (max-width: 2000px) {
.list[data-v-668f96b0],
  .listHead[data-v-668f96b0] {
    max-width: 1080px;
}
}
@media screen and (min-width: 2000px) and (max-width: 2380px) {
.list[data-v-668f96b0],
  .listHead[data-v-668f96b0] {
    max-width: 1440px;
}
}
@media screen and (min-width: 2380px) {
.list[data-v-668f96b0],
  .listHead[data-v-668f96b0] {
    max-width: 1800px;
}
}
.dataModel .el-card[data-v-668f96b0] {
  background-color: #141937 !important;
  border-radius: 0 !important;
}
.dataModel .tabCont .sideBar[data-v-668f96b0] {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.dataModel .tabCont .sideBar .selectItem[data-v-668f96b0] {
  margin: 5px 0;
  line-height: 38px;
}
.dataModel .tabCont .sideBar .selectItem.cur[data-v-668f96b0] {
  background-color: #1890FF;
  color: #fff;
}
.dataModel .modelList .modelItem[data-v-668f96b0] {
  border-radius: 0 !important;
}
.dataModel .modelList .modelItem .others[data-v-668f96b0] {
  background-color: #21284B !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 15px;
}
.dataModel .modelList .modelItem .others .name[data-v-668f96b0] {
  color: #fff;
}
.dataModel .modelList .modelItem .others .time[data-v-668f96b0] {
  color: rgba(255, 255, 255, 0.5);
}


.de-tab[data-v-34bc51ee] {
    border:1px solid rgba(255, 255, 255, .1);
    min-height:200px !important;
    max-height:300px !important;
    overflow:auto;
    margin-top: 10px;
}
.my_table[data-v-34bc51ee]  .el-table__row>td{
  /* 去除表格线 */
  border: none;
  padding: 0 0;
}
.my_table[data-v-34bc51ee]  .el-table th.is-leaf {
  /* 去除上边框 */
    border: none;
}
.my_table[data-v-34bc51ee]  .el-table::before{
  /* 去除下边框 */
  height: 0;
}
.root-class[data-v-34bc51ee] {
    margin: 15px 0px 5px;
    text-align: center;
}


.custom-tree-node[data-v-6dd62058] {
    -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-left: 8px;
}
.tree-main[data-v-6dd62058]{
    height:  calc(100vh - 210px);
    overflow-y: auto;
}
.tree-head[data-v-6dd62058]{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid var(--TableBorderColor, rgba(255,255,255,.1));
    background-color: var(--SiderBG, #141937);
    font-size: 12px;
    color: var(--TableColor, #fff) ;
}
.auth-span[data-v-6dd62058]{
    float: right;
    width:50px;
    margin-right: 30px
}
.highlights-text[data-v-6dd62058] {
    color: #faaa39 !important;
}
.my_table[data-v-6dd62058]  .el-table__row>td{
  /* 去除表格线 */
  border: none;
  padding: 0 0;
}
.my_table[data-v-6dd62058]  .el-table th.is-leaf {
  /* 去除上边框 */
    border: none;
}
.my_table[data-v-6dd62058]  .el-table::before{
  /* 去除下边框 */
  height: 0;
}
.my_table[data-v-6dd62058].el-table-column--selection .cell{
  text-align: center;
}


.my_table[data-v-40e85949]  .el-table__row>td{
  /* 去除表格线 */
  border: none;
  padding: 0 0;
}
.my_table[data-v-40e85949]  .el-table th.is-leaf {
  /* 去除上边框 */
    border: none;
}
.my_table[data-v-40e85949]  .el-table::before{
  /* 去除下边框 */
  height: 0;
}
.my_table[data-v-40e85949]  .el-table-column--selection .cell{
  text-align: center;
}


.my_table[data-v-0b614344]  .el-table__row>td{
  /* 去除表格线 */
  border: none;
  padding: 0 0;
}
.my_table[data-v-0b614344]  .el-table th.is-leaf {
  /* 去除上边框 */
    border: none;
}
.my_table[data-v-0b614344]  .el-table::before{
  /* 去除下边框 */
  height: 0;
}
.my_table[data-v-0b614344]  .el-table-column--selection .cell{
  text-align: center;
}

.de-tab[data-v-306f9b9c] {
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 400px !important;
  max-height: 400px !important;
  overflow: auto;
}
.de-icon[data-v-306f9b9c] {
  position: absolute;
  right: 20px;
  top: 70px;
  z-index: 99;
}
.el-input-group__append[data-v-306f9b9c] {
  background-color: #ffffff;
}
.el-input__inner[data-v-306f9b9c] {
  border-right: none;
}
.auth-root-class[data-v-306f9b9c] {
  margin: 15px 0px 5px;
  text-align: right;
}
.button-new-tag[data-v-66113c82] {
  margin-left: 10px;
}
.share-checked[data-v-66113c82] {
  margin-left: 15px;
}
.selected-tag[data-v-66113c82] {
  margin: 0 2px;
}

.info-tab[data-v-48acf94a]  .el-tabs__item{
  font-weight: 400;
  font-size: 12px;
}
.info-item[data-v-48acf94a]{
   margin: 6px 0;
}
.info-title[data-v-48acf94a]{
  margin: 0!important;
  font-weight: 600;
  font-size: 12px;
}
.info-content[data-v-48acf94a]{
  margin: 0!important;
  font-size: 12px;
}

.app-export[data-v-4ffbde4d] {
  width: 100%;
  height: calc(100% - 56px);
}
.app-export-bottom[data-v-4ffbde4d] {
  width: 100%;
  height: 56px;
  text-align: right;
}
[data-v-4ffbde4d] .el-drawer__body {
  padding-bottom: 0px !important;
}
[data-v-0b7f8d9a] .el-tree-node__expand-icon.is-leaf {
  visibility: hidden;
}
.view-list {
  height: 100%;
  width: 20%;
  min-width: 180px;
  max-width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0 solid;
  overflow-y: auto;
}
.view-list-thumbnails-outline {
  height: 100%;
  overflow-y: auto;
}
.view-list-thumbnails {
  width: 100%;
  padding: 0px 15px 15px 0px;
}
.panel-design {
  min-height: 400px;
  height: 100%;
  min-width: 500px;
  overflow-y: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.panel-design-head {
  height: 56px;
  background-color: var(--SiderBG, white);
  padding: 0 10px;
  line-height: 56px;
}
.panel-design-head .panel-name {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--deTextPrimary, #1890FF);
}
.panel-design-head .panel-create-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.panel-design-head .panel-create {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--deTextSecondary, #999);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
}
.panel-share-head {
  height: auto !important;
}
.blackTheme .panel-design-head {
  color: var(--TextActive);
}
.panel-design-preview {
  width: 100%;
  height: calc(100% - 56px);
  overflow-x: hidden;
  overflow-y: auto;
  /*padding: 5px;*/
}
.custom-position {
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  color: #9ea6b2;
}
.dialog-css2 ::v-deep .el-dialog__title {
  font-size: 14px !important;
}
.dialog-css2 ::v-deep .el-dialog__header {
  padding: 20px 20px 0 !important;
}
.dialog-css2 ::v-deep .el-dialog__body {
  padding: 0px 20px !important;
}
.preview-icon-svg {
  color: inherit;
  margin-right: 5px;
}
.fullscreen-visual-selects .VisualSelects {
  top: inherit !important;
  left: inherit !important;
}
.fullscreen-visual-selects .el-tree-select-popper {
  left: 0 !important;
  top: inherit !important;
}
.fullscreen-visual-selects .track-menu,
.fullscreen-visual-selects .coustom-date-picker {
  left: inherit !important;
}

.ms-aside-container[data-v-68511787] {
  height: calc(100vh - 80px);
  padding: 0px;
  min-width: 260px;
  max-width: 460px;
}
.ms-main-container[data-v-68511787] {
  height: calc(100vh - 80px);
  padding: 0px;
}
.modelList[data-v-68511787] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.modelList .sideHead[data-v-68511787] {
  width: 100%;
  padding: 10px;
}
.modelList .typeName[data-v-68511787] {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
.modelList .list[data-v-68511787] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  width: 100%;
  padding: 0 10px;
  overflow-y: auto;
}
.modelList .model[data-v-68511787] {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #f4f4f4;
}
.modelList .model.cur[data-v-68511787] {
  border-color: #1890FF;
  background-color: #c6e2ff;
}
.modelList .modelCover[data-v-68511787] {
  width: 100%;
  height: 160px;
  display: block;
}
.modelList .modelName[data-v-68511787] {
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
}
.modelList .el-empty[data-v-68511787] {
  margin-top: 160px;
}


.custom-tree-node[data-v-67bd377e] {
  -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;
}

.ds-move-tree {
  height: 100%;
}
.ds-move-tree .tree {
  height: calc(100% - 115px);
  overflow-y: auto;
}
.ds-move-tree .select-tree-keywords {
  color: var(--primary, #1890FF);
}
.dataset-filed {
  height: 400px;
  overflow-y: auto;
}
.tree-select-dataset {
  display: none;
}
[data-v-3ce0698e] .el-tree-node__expand-icon.is-leaf {
  visibility: hidden;
}
[data-v-3ce0698e] .el-tree .el-tree-node .el-tree-node__children .el-tree-node .el-tree-node__children {
  padding-left: 12px;
}
.custom-tree-container[data-v-3ce0698e] {
  margin-top: 10px;
}
.custom-tree-container .no-tdata[data-v-3ce0698e] {
  text-align: center;
  margin-top: 80px;
  font-family: PingFang SC;
  font-size: 14px;
  color: var(--deTextSecondary, #999);
  font-weight: 400;
}
.custom-tree-container .no-tdata .no-tdata-new[data-v-3ce0698e] {
  cursor: pointer;
  color: var(--primary, #1890FF);
}
.tree-list[data-v-3ce0698e]  .el-tree-node__expand-icon.is-leaf {
  display: none;
}
.custom-tree-node[data-v-3ce0698e] {
  -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-node-list[data-v-3ce0698e] {
  -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: 0 8px;
}
.custom-position[data-v-3ce0698e] {
  -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;
  font-size: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.form-item[data-v-3ce0698e] {
  margin-bottom: 0;
}
.title-css[data-v-3ce0698e] {
  height: 26px;
}
.title-text[data-v-3ce0698e] {
  color: #fff;
  line-height: 26px;
}
.scene-title[data-v-3ce0698e] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scene-title-name[data-v-3ce0698e] {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.father .child[data-v-3ce0698e] {
  visibility: hidden;
}
.father:hover .child[data-v-3ce0698e] {
  visibility: visible;
}
.father .child .el-button--text[data-v-3ce0698e] {
  padding: 0;
  background: unset;
}
.inner-dropdown-menu[data-v-3ce0698e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.de-dataset-search {
  padding: 0px 0px;
  padding-right: 15px;
  height: 100%;
  overflow-y: auto;
}
.de-dataset-search .main-area-input .el-input-group__append {
  width: 70px;
  background: transparent;
}
.de-dataset-search .main-area-input .el-input-group__append .el-input__inner {
  padding-left: 12px;
}
.de-dataset-search .title-css {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.de-dataset-search .el-icon-plus {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 17px;
  color: #999;
  cursor: pointer;
}
.de-dataset-search .el-icon-plus:hover {
  background: rgba(31, 35, 41, 0.1);
  border-radius: 4px;
}
.de-dataset-search .el-icon-plus:active {
  background: rgba(31, 35, 41, 0.2);
  border-radius: 4px;
}
.de-dataset-dropdown .el-dropdown-menu__item {
  height: 40px;
  color: var(--deTextPrimary, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 9px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
}
.de-dataset-dropdown .el-dropdown-menu__item .svg-icon {
  margin-right: 8.75px;
  width: 16.5px;
  height: 18px;
}
.de-dataset-dropdown .el-dropdown-menu__item:hover {
  background: rgba(31, 35, 41, 0.1);
  color: var(--deTextPrimary, #1890FF);
}
.de-dataset-dropdown .el-dropdown-menu__item.is-disabled {
  background: #BBBFC4;
  color: #fff;
}
.de-dataset-dropdown .de-top-border {
  border-top: 1px solid rgba(31, 35, 41, 0.15);
}
.table-count[data-v-23dd0b4d] {
  color: var(--deTextSecondary, #999);
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 4px 0;
}
.table-count .title-text[data-v-23dd0b4d] {
  margin: 0 5px 0 0;
}
.de-set-count {
  padding: 20px 24px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  color: var(--deTextPrimary, #1890FF);
  text-align: left;
}
.de-set-count .el-input {
  margin: 8px 0 20px 0;
}
.de-set-count .de-button {
  min-width: 48px;
  height: 28px;
}

.el-checkbox+.el-checkbox[data-v-57ef0097] {
    margin-left: 10px;
}


.el-checkbox+.el-checkbox[data-v-2dd56eb4] {
    margin-left: 10px;
}


.el-checkbox+.el-checkbox[data-v-476c6e08] {
    margin-left: 10px;
}


.el-checkbox+.el-checkbox[data-v-065d43e0] {
    margin-left: 10px;
}


.el-checkbox+.el-checkbox[data-v-175890c4] {
    margin-left: 10px;
}


.el-checkbox+.el-checkbox[data-v-3eaba6e6] {
    margin-left: 10px;
}


.cron[data-v-e07ed3a2] {
  text-align: left;
  padding: 10px;
  background: #fff;
  border: 1px solid #dcdfe6;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04);
}

.flex-table[data-v-2ce980cb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}
.flex-table[data-v-2ce980cb] .el-table-column--selection .cell {
  padding: 0 14px;
}
.flex-table .el-table[data-v-2ce980cb]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-top: 1px solid rgba(31, 35, 41, 0.15);
}
.flex-table[data-v-2ce980cb]  .el-table__fixed-body-wrapper tr {
  background-color: var(--TableBG, #141937) !important;
}
.flex-table[data-v-2ce980cb]  .el-table__fixed-right::before {
  display: none;
}
.flex-table .pagination-cont[data-v-2ce980cb] {
  text-align: right;
  margin-top: 10px;
}
.flex-table .pagination-cont[data-v-2ce980cb]  .el-pager li {
  background-color: #282F54;
  color: #bcbcbc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 26px;
  font-family: SF Pro Text;
  font-size: 14px;
  font-weight: 400;
}
.flex-table .pagination-cont[data-v-2ce980cb]  .btn-prev,
.flex-table .pagination-cont[data-v-2ce980cb]  .btn-next {
  background-color: #282F54;
  color: #bcbcbc;
}
.flex-table .pagination-cont[data-v-2ce980cb]  .el-pagination__total {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1890FF;
  line-height: 28px;
}
.flex-table .pagination-cont[data-v-2ce980cb]  .number.active,
.flex-table .pagination-cont[data-v-2ce980cb]  .el-input__inner:hover {
  border-color: #1890FF;
  color: #1890FF !important;
  background-color: #fff !important;
}
.flex-table .pagination-cont[data-v-2ce980cb]  .el-icon-more {
  border: none !important;
}

.err-msg[data-v-53e98d7b] {
  font-size: 12px;
  word-break: normal;
  width: auto;
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
}
.blackTheme .dialog_cancel_button[data-v-53e98d7b] {
  background-color: #171b22 !important;
  color: #2681ff !important;
}
.span[data-v-53e98d7b] {
  font-size: 12px;
}

.table-task-container[data-v-53e98d7b] {
  height: calc(100vh - 250px);
}
.de-user-drawer .el-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-top: 1px solid rgba(31, 35, 41, 0.15);
}
.update-drawer-task .el-drawer__body {
  padding: 24px;
  padding-bottom: 80px;
  position: unset;
}
.update-drawer-task .simple-cron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.update-drawer-task .simple-cron .el-input-number,
.update-drawer-task .simple-cron .el-select {
  width: 140px;
  margin-left: 8px;
}
.update-drawer-task .simple-cron .el-input-number .el-input__inner,
.update-drawer-task .simple-cron .el-select .el-input__inner {
  text-align: left;
}
.update-drawer-task .simple-cron .el-select {
  margin-right: 8px;
}
.update-drawer-task .execute-rate-cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  width: 100%;
  background-color: var(--MainBG, #f5f6f7);
  border-radius: 4px;
}
.update-drawer-task .execute-rate-cont .el-input__inner {
  background: var(--ContentBG, #ffffff) !important;
}
.update-drawer-task .execute-rate-cont .el-date-editor {
  width: 100%;
}
.update-drawer-task .add-scope-cont {
  height: 350px;
  width: 100%;
  border-radius: 4px;
  padding: 20px;
  background-color: var(--MainBG, #f5f6f7);
}
.update-drawer-task .add-scope-cont .param-title {
  width: 100%;
  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;
  padding-bottom: 9px;
}
.update-drawer-task .add-scope-cont .param-title:nth-child(1) {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  color: var(--deTextPrimary, #1890FF);
}
.update-drawer-task .add-scope-cont .codemirror-cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 200px;
  background: #ffffff;
  border: 1px solid #bbbfc4;
  border-radius: 4px;
  overflow: auto;
}
.info-tab[data-v-f488cc14] {
  width: 100%;
  padding: 0 4px;
  font-family: PingFang SC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-tab .title-type[data-v-f488cc14] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--deTextPrimary, #1890FF);
}
.info-tab .info-card[data-v-f488cc14] {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(31, 35, 41, 0.15);
  margin-bottom: 12px;
}
.info-tab .info-card .info-item[data-v-f488cc14] {
  font-family: PingFang SC;
  font-weight: 400;
  margin: 6px 0 12px 0;
}
.info-tab .info-card .info-title[data-v-f488cc14] {
  margin: 0 !important;
  font-weight: 600;
  font-size: 12px;
}
.info-tab .info-card .info-content[data-v-f488cc14] {
  font-size: 12px;
  margin: 0 !important;
}
.info-tab[data-v-f488cc14] :last-child {
  border: none;
}

.el-divider--horizontal[data-v-62a74af6] {
  margin: 12px 0;
}
.el-radio[data-v-62a74af6]{
  margin-right: 10px;
}
.el-radio[data-v-62a74af6]  .el-radio__label{
  font-size: 12px;
}
.dialog-css[data-v-62a74af6]  .el-dialog__header {
  padding: 20px 20px 0;
}
.dialog-css[data-v-62a74af6]  .el-dialog__body {
  padding: 10px 20px 20px;
}
.el-form-item[data-v-62a74af6] {
  margin-bottom: 10px;
}
.codemirror[data-v-62a74af6] {
  height: 100px;
  overflow-y: auto;
}
.codemirror[data-v-62a74af6]  .CodeMirror-scroll {
  height: 100px;
  overflow-y: auto;
}
.err-msg[data-v-62a74af6]{
  font-size: 12px;
  word-break:normal;
  width:auto;
  display:block;
  white-space:pre-wrap;
  word-wrap : break-word ;
  overflow: hidden ;
}
.blackTheme .dialog_cancel_button[data-v-62a74af6] {
  background-color: #171b22 !important;
  color: #2681ff !important;
}
.span[data-v-62a74af6]{
  font-size: 12px;
}

.white-nowrap[data-v-555edaca] {
  white-space: nowrap;
}
.filed[data-v-555edaca] {
  height: 41.4px;
  padding: 1px 3px 1px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  min-width: 200px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
  white-space: nowrap;
}
.filed[data-v-555edaca] .el-input--mini {
  height: 26px;
}
.filed .filed-title[data-v-555edaca] {
  word-wrap: break-word;
  line-height: 28px;
  color: #7e7e7e;
  font-size: 12px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  display: inline-block;
  min-width: 50px;
  text-align: right;
}
.filed .font12[data-v-555edaca] {
  font-size: 12px;
  margin: 0 10px;
  cursor: pointer;
}
.filed .el-input[data-v-555edaca] {
  width: 170px;
}
.filed .w100[data-v-555edaca] {
  width: 100px;
}
.filed .w120[data-v-555edaca] {
  width: 120px;
}
.filed .w70[data-v-555edaca] {
  width: 70px;
}
.filed .mar5[data-v-555edaca] {
  margin-left: -5px;
}
.filed[data-v-555edaca] .el-input-number__decrease,
.filed[data-v-555edaca] .el-input-number__increase {
  width: 20px;
  height: 12px;
  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;
  -webkit-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: none;
}
.filed[data-v-555edaca] .el-input-number__decrease:hover {
  height: 16px;
}
.filed[data-v-555edaca] .el-input-number__decrease:hover + .el-input-number__increase {
  height: 8px;
}
.filed[data-v-555edaca] .el-input-number__increase:hover {
  height: 16px;
}
.filed[data-v-555edaca] .el-input-number__increase:hover + .el-input-number__decrease {
  height: 8px;
}
.filed .de-bottom-line[data-v-555edaca] {
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  font-variant: tabular-nums;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  word-wrap: break-word;
  text-align: left;
  line-height: 28px;
  color: #7e7e7e;
  font-size: 12px;
  white-space: pre;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
  position: absolute;
  right: 5px;
  bottom: 9px;
  width: 100px;
  z-index: 10;
}
.filed .short[data-v-555edaca] {
  width: 83px;
  right: 22px;
}
.filed[data-v-555edaca] .el-input-number.is-controls-right .el-input__inner {
  padding-right: 20px;
}
.filed .el-input-number[data-v-555edaca] {
  line-height: 26px;
  height: 27px;
}
.filed[data-v-555edaca] .el-input__inner {
  background-color: #f8f8fa;
  border: none;
  border-radius: 0;
  height: 26px;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  word-wrap: break-word;
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-variant: tabular-nums;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  line-height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1;
}
.filed i[data-v-555edaca] {
  margin-left: 5px;
  color: #fff;
}
.filed[data-v-555edaca]:hover {
  background-color: #e9eaef;
}
.filed[data-v-555edaca]:hover .el-input-number__decrease,
.filed[data-v-555edaca]:hover .el-input-number__increase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.de-el-dropdown-menu .dimension {
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
}
.de-el-dropdown-menu .dimension li {
  font-family: Alibaba-PuHuiTi-Regular, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  font-variant: tabular-nums;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  padding: 0 16px 0 28px;
  line-height: 32px;
  height: 32px;
  margin: 0;
  padding-left: 16px;
  color: rgba(0, 0, 0, 0.65);
}
.de-el-dropdown-menu .dimension li:hover {
  color: #2e74ff;
  background-color: #f0f7ff;
}
.de-el-dropdown-menu .el-input__inner {
  font-family: inherit;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  display: inline-block;
  width: 100%;
  height: 28px;
  padding: 4px 7px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 28px;
  background-color: #fff;
  background-image: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  text-overflow: ellipsis;
  position: relative;
  text-align: inherit;
  min-height: 100%;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  padding-left: 26px;
}
.de-el-dropdown-menu .el-input__inner:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(46, 116, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(46, 116, 255, 0.2);
  border-right-width: 1px !important;
  outline: 0;
  border-color: none;
}
.de-el-dropdown-menu .el-input {
  font-family: Alibaba-PuHuiTi-Regular, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: start;
  padding: 0 6px;
}
.de-el-dropdown-menu-fixed .de-panel {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0;
  width: 360px;
  max-width: 600px;
  min-height: 30px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.de-el-dropdown-menu-fixed .de-panel .mod-left {
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  vertical-align: top;
  padding: 5px;
  width: 50%;
  height: 300px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.de-el-dropdown-menu-fixed .de-panel .mod-left .el-input__inner {
  font-family: inherit;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 28px;
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  text-overflow: ellipsis;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.1);
  border: 1px solid hsla(0, 0%, 59%, 0.1);
  height: 30px;
  padding: 0 8px;
  outline: 0;
}
.de-el-dropdown-menu-fixed .de-panel .mod-left .el-input__inner:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(46, 116, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(46, 116, 255, 0.2);
  border-right-width: 1px !important;
  outline: 0;
  border-color: none;
}
.de-el-dropdown-menu-fixed .de-panel .right-de {
  border-left: 1px solid hsla(0, 0%, 59%, 0.1);
}
.de-el-dropdown-menu-fixed .de-panel .autochecker-list {
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  height: 221px;
  position: relative;
  padding: 0;
}
.de-el-dropdown-menu-fixed .de-panel .autochecker-list li {
  direction: ltr;
  padding: 0 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  white-space: nowrap;
  list-style: none;
  line-height: 28px;
  height: 28px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.de-el-dropdown-menu-fixed .de-panel .autochecker-list li:hover {
  background-color: #f8f8fa;
  color: #2153d4;
  opacity: 1;
}
.de-el-dropdown-menu-fixed .de-panel .autochecker-list li:hover span {
  display: block;
}
.de-el-dropdown-menu-fixed .de-panel .autochecker-list li i {
  color: #333;
  font-size: 12px;
  cursor: pointer;
  vertical-align: top;
  line-height: 28px;
  height: 28px;
  display: inline-block;
  opacity: 0;
}
.de-el-dropdown-menu-fixed .de-panel .autochecker-list li label {
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  font-size: 12px;
  direction: ltr;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  width: 87%;
  height: 28px;
  line-height: 14px;
  padding: 8px 20px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.de-el-dropdown-menu-fixed .de-panel .autochecker-list li span {
  display: none;
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 11px;
  top: 6px;
  right: 5px;
  font-size: 15px;
  cursor: pointer;
  background: #2153d4;
  color: #fff;
  text-align: center;
  border-radius: 999px;
}
.de-el-dropdown-menu-fixed .de-panel .select-all {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  overflow: visible;
  position: relative;
  font-weight: 400;
  white-space: nowrap;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  padding: 0 15px;
  font-size: 12px;
  outline: 0;
  color: #fff;
  border-color: #2e74ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 0;
  background: #2153d4;
  padding-left: 5px;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 25px;
}
.de-el-dropdown-menu-fixed .de-panel .select-all:hover {
  border: 1px solid transparent;
  background: #4794ff;
  color: #fff;
}
.de-el-dropdown-menu-fixed .de-panel .right-top {
  color: rgba(0, 0, 0, 0.65);
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  zoom: 1;
  border-bottom: 1px solid #f8f8fa;
  height: 30px;
  width: 100%;
  font-size: 12px;
  line-height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.de-el-dropdown-menu-fixed .de-panel .right-top .right-btn {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 10;
  float: right;
  cursor: pointer;
  line-height: 25px;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(70, 140, 255, 0.1);
  width: 75px;
}
.de-el-dropdown-menu-fixed .de-panel .right-menu-foot {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  text-align: right;
  line-height: 30px;
  margin-top: 5px;
  border-top: 1px solid hsla(0, 0%, 59%, 0.1);
}
.de-el-dropdown-menu-fixed .de-panel .right-menu-foot .footer-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
.de-el-dropdown-menu-fixed .de-panel .right-menu-foot .footer-right {
  float: right;
  padding-left: 10px;
  cursor: pointer;
}
.de-el-dropdown-menu-fixed .de-panel .right-menu-foot .confirm-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  height: 28px;
  padding: 0 15px;
  font-size: 12px;
  border-radius: 2px;
  outline: 0;
  color: #fff;
  background-color: #2e74ff;
  border-color: #2e74ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-appearance: button;
  cursor: pointer;
}
.de-el-dropdown-menu-manu {
  padding: 0;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  position: absolute;
  top: 20px;
  width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0;
}
.de-el-dropdown-menu-manu .text-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 220px;
  position: relative;
}
.de-el-dropdown-menu-manu .text-area .input {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  overflow: auto;
  resize: vertical;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  background-color: #fff;
  background-image: none;
  max-width: 100%;
  min-height: 28px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
  text-overflow: ellipsis;
  outline: 0;
  padding: 5px 5px 28px;
  width: 100%;
  height: 220px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 2px 6px 0 rgba(130, 150, 183, 0.72);
          box-shadow: 0 2px 6px 0 rgba(130, 150, 183, 0.72);
}
.de-el-dropdown-menu-manu .text-area .text-area-btn {
  position: absolute;
  width: 100%;
  text-align: center;
  background: #fff;
  bottom: -1px;
  padding-bottom: 4px;
}
.de-el-dropdown-menu-manu .text-area .text-area-btn .btn {
  font-weight: 400;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  height: 28px;
  padding: 0 15px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 0;
  width: 70px;
  border: 1px solid rgba(33, 83, 212, 0.9);
}
.de-el-dropdown-menu-manu .text-area .text-area-btn .right-add {
  background: #2153d4;
  color: #fff;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.logic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
.logic .logic-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 10;
}
.logic .logic-left .operate-title {
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  width: 65px;
  background-color: #f8f8fa;
  line-height: 28px;
  position: relative;
  z-index: 1;
  height: 28px;
}
.logic .logic-left .operate-title .mrg-title {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  margin-left: 11px;
  margin-right: 11px;
  line-height: 28px;
  height: 28px;
}
.logic .logic-left .operate-title .mrg-title i {
  font-size: 12px;
}
.logic .logic-left:hover .operate-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logic .logic-left:hover .operate-title .mrg-title {
  margin-right: 0 !important;
}
.logic .logic-left .operate-icon {
  width: 40px;
  height: 28px;
  line-height: 28px;
  background-color: #f8f8fa;
  z-index: 1;
  display: none;
}
.logic .logic-left .operate-icon i {
  font-size: 12px;
  font-style: normal;
  display: unset;
  padding: 5px 3px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.logic .logic-right-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 41.4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26px;
}
.logic .logic-right-add .operand-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-appearance: button;
  cursor: pointer;
  height: 28px;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 12px;
  color: #246dff;
  background: #fff;
  border: 1px solid #246dff;
  border-radius: 2px;
}

.rowAuth {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #2c3e50;
  position: relative;
}
.real-line,
.dash-line {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.view-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.view-table .de-tabs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.view-table .de-tabs .el-tabs__content .el-tab-pane.fieldEdit {
  overflow: auto;
}
.form-tree-cont .tree-cont {
  height: 200px;
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid var(--deBorderBase, #DCDFE6);
  overflow: auto;
}
.form-tree-cont .tree-cont .content {
  height: 100%;
  width: 100%;
}
.icon-class {
  color: #6c6c6c;
}
.blackTheme .icon-class {
  color: #cccccc;
}
.tip {
  color: #F56C6C;
  font-size: 12px;
}
.view-table[data-v-e1135916] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.view-table .de-dataset-name[data-v-e1135916] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: PingFang SC;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.view-table .de-dataset-name .title-text[data-v-e1135916] {
  font-size: 16px;
  font-weight: 500;
  margin-right: 8px;
  color: var(--deTextPrimary, #1890FF);
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 50%;
}
.view-table .de-dataset-name .de-tag[data-v-e1135916] {
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
}
.view-table .de-dataset-name .warning[data-v-e1135916] {
  color: var(--deWarning, #ff8800);
  background: rgba(255, 136, 0, 0.2);
}
.view-table .de-dataset-name .primary[data-v-e1135916] {
  color: var(--primary, #1890FF);
  background: rgba(51, 112, 255, 0.2);
}
.view-table .de-dataset-name .el-divider[data-v-e1135916] {
  margin: 0 16px;
  height: 18px;
}
.view-table .de-dataset-name .create-by[data-v-e1135916] {
  font-size: 14px;
  font-weight: 400;
  color: var(--deTextSecondary, #999);
}
.view-table .de-dataset-name .detail[data-v-e1135916] {
  cursor: pointer;
  margin-left: 10px;
  color: var(--deTextSecondary, #999);
}

.ms-aside-container[data-v-1e2dbb51] {
  height: calc(100vh - 56px);
  padding: 0 0;
  min-width: 260px;
  max-width: 460px;
}
.ms-main-container[data-v-1e2dbb51] {
  height: calc(100vh - 56px);
  padding: 10px 15px 0 15px;
}

.authForm[data-v-25a15072]  .el-cascader__search-input {
  background: unset;
}

.dataset-db[data-v-47ee9d50] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
  background-color: #0f132a;
}
.dataset-db .drag-left[data-v-47ee9d50] {
  position: absolute;
  height: calc(100vh - 56px);
  width: 2px;
  top: 0;
  z-index: 5;
  cursor: col-resize;
}
.dataset-db .arrow-right[data-v-47ee9d50] {
  position: absolute;
  top: 15px;
  z-index: 2;
  cursor: pointer;
  margin: 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;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid var(--deCardStrokeColor, #fff);
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.dataset-db .arrow-right[data-v-47ee9d50]:hover {
  background-color: #fff;
  color: #1890FF;
}
.dataset-db .table-list[data-v-47ee9d50] {
  background-color: var(--SiderBG, #080c1e);
  height: 100%;
  width: 240px;
  padding: 16px 12px;
  font-family: PingFang SC;
}
.dataset-db .table-list p[data-v-47ee9d50] {
  margin: 0;
}
.dataset-db .table-list .select-ds[data-v-47ee9d50] {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--deTextPrimary, #1890FF);
}
.dataset-db .table-list .select-ds i[data-v-47ee9d50] {
  cursor: pointer;
  font-size: 12px;
  color: var(--deTextPlaceholder, #fff);
}
.dataset-db .table-list .search[data-v-47ee9d50] {
  margin: 12px 0;
}
.dataset-db .table-list .ds-list[data-v-47ee9d50] {
  margin: 12px 0 24px 0;
  width: 100%;
}
.dataset-db .table-list .table-checkbox-list[data-v-47ee9d50] {
  height: calc(100% - 190px);
  overflow-y: auto;
}
.dataset-db .table-list .table-checkbox-list .item[data-v-47ee9d50] {
  height: 40px;
  width: 100%;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  color: var(--deTextPrimary, #1890FF);
  position: relative;
}
.dataset-db .table-list .table-checkbox-list .item[data-v-47ee9d50]:hover {
  background: rgba(31, 35, 41, 0.1);
}
.dataset-db .table-list .table-checkbox-list .item.active[data-v-47ee9d50] {
  background-color: var(--deWhiteHover, #e0eaff);
  color: var(--primary, #1890FF);
}
.dataset-db .table-list .table-checkbox-list .item[data-v-47ee9d50] .el-checkbox__label {
  display: none;
}
.dataset-db .table-list .table-checkbox-list .item[data-v-47ee9d50] .el-checkbox {
  margin-right: 8px;
}
.dataset-db .table-list .table-checkbox-list .item .label[data-v-47ee9d50] {
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dataset-db .table-list .table-checkbox-list .item .error-name-exist[data-v-47ee9d50] {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dataset-db .table-list .table-checkbox-list .not-allow[data-v-47ee9d50] {
  cursor: not-allowed;
  color: var(--deTextDisable, #bbbfc4);
}
.dataset-db .table-detail[data-v-47ee9d50] {
  font-family: PingFang SC;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin: 15px;
  background: #141937;
}
.dataset-db .table-detail .top-table-detail[data-v-47ee9d50] {
  height: 64px;
  width: 100%;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dataset-db .table-detail .top-table-detail .el-select[data-v-47ee9d50] {
  width: 120px;
  margin-right: 12px;
}
.dataset-db .table-detail .dataset[data-v-47ee9d50] {
  padding: 21px 24px;
  width: 100%;
  border-bottom: 1px solid rgba(31, 35, 41, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.dataset-db .table-detail .dataset .name[data-v-47ee9d50] {
  font-size: 14px;
  font-weight: 400;
  color: var(--deTextPrimary, #1890FF);
}
.dataset-db .table-detail .dataset .el-input[data-v-47ee9d50] {
  width: 420px;
  margin-left: 12px;
}
.dataset-db .table-detail .data[data-v-47ee9d50] {
  padding: 16px 25px;
  overflow: auto;
  height: calc(100% - 140px);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dataset-db .table-detail .data .result-num[data-v-47ee9d50] {
  font-weight: 400;
  display: inline-block;
  font-family: PingFang SC;
  color: var(--deTextSecondary, #999);
  margin-bottom: 16px;
}
.dataset-db .table-detail .data .table-grid[data-v-47ee9d50] {
  width: 100%;
}
.dataset-api[data-v-68cffd98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.dataset-api .drag-left[data-v-68cffd98] {
  position: absolute;
  height: calc(100vh - 56px);
  width: 2px;
  top: 0;
  z-index: 5;
  cursor: col-resize;
}
.dataset-api .arrow-right[data-v-68cffd98] {
  position: absolute;
  z-index: 2;
  top: 15px;
  cursor: pointer;
  margin: 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;
  left: 0;
  height: 24px;
  width: 20px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--deCardStrokeColor, #dee0e3);
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.dataset-api .table-list[data-v-68cffd98] {
  height: 100%;
  width: 240px;
  padding: 16px 12px;
  font-family: PingFang SC;
  border-right: 1px solid rgba(31, 35, 41, 0.15);
}
.dataset-api .table-list p[data-v-68cffd98] {
  margin: 0;
}
.dataset-api .table-list .select-ds[data-v-68cffd98] {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--deTextPrimary, #1890FF);
}
.dataset-api .table-list .select-ds i[data-v-68cffd98] {
  cursor: pointer;
  font-size: 12px;
  color: var(--deTextPlaceholder, #8f959e);
}
.dataset-api .table-list .search[data-v-68cffd98] {
  margin: 12px 0;
}
.dataset-api .table-list .ds-list[data-v-68cffd98] {
  margin: 12px 0 24px 0;
  width: 100%;
}
.dataset-api .table-list .table-checkbox-list[data-v-68cffd98] {
  height: calc(100% - 190px);
  overflow-y: auto;
}
.dataset-api .table-list .table-checkbox-list .item[data-v-68cffd98] {
  height: 40px;
  width: 100%;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  color: var(--deTextPrimary, #1890FF);
  position: relative;
}
.dataset-api .table-list .table-checkbox-list .item[data-v-68cffd98]:hover {
  background: rgba(31, 35, 41, 0.1);
}
.dataset-api .table-list .table-checkbox-list .item.active[data-v-68cffd98] {
  background-color: var(--deWhiteHover, #1890FF);
  color: var(--primary, #1890FF);
}
.dataset-api .table-list .table-checkbox-list .item[data-v-68cffd98] .el-checkbox__label {
  display: none;
}
.dataset-api .table-list .table-checkbox-list .item[data-v-68cffd98] .el-checkbox {
  margin-right: 8px;
}
.dataset-api .table-list .table-checkbox-list .item .label[data-v-68cffd98] {
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dataset-api .table-list .table-checkbox-list .item .error-name-exist[data-v-68cffd98] {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dataset-api .table-list .table-checkbox-list .not-allow[data-v-68cffd98] {
  cursor: not-allowed;
  color: var(--deTextDisable, #bbbfc4);
}
.dataset-api .table-detail[data-v-68cffd98] {
  font-family: PingFang SC;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.dataset-api .table-detail .top-table-detail[data-v-68cffd98] {
  height: 64px;
  width: 100%;
  padding: 16px 24px;
  background: #f5f6f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dataset-api .table-detail .top-table-detail .el-select[data-v-68cffd98] {
  width: 120px;
  margin-right: 12px;
}
.dataset-api .table-detail .dataset[data-v-68cffd98] {
  padding: 21px 24px;
  width: 100%;
  border-bottom: 1px solid rgba(31, 35, 41, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.dataset-api .table-detail .dataset .name[data-v-68cffd98] {
  font-size: 14px;
  font-weight: 400;
  color: var(--deTextPrimary, #1890FF);
}
.dataset-api .table-detail .dataset .el-input[data-v-68cffd98] {
  width: 420px;
  margin-left: 12px;
}
.dataset-api .table-detail .data[data-v-68cffd98] {
  padding: 16px 25px;
  overflow: auto;
  height: calc(100% - 140px);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dataset-api .table-detail .data .result-num[data-v-68cffd98] {
  font-weight: 400;
  display: inline-block;
  font-family: PingFang SC;
  color: var(--deTextSecondary, #999);
  margin-bottom: 16px;
}
.dataset-api .table-detail .data .table-grid[data-v-68cffd98] {
  width: 100%;
}

.codemirror[data-v-2afd7968] {
  height: 100%;
  overflow-y: auto;
}
.codemirror[data-v-2afd7968]  .CodeMirror-scroll {
  height: 100%;
  overflow-y: auto;
}

.sql-dataset-drawer .el-drawer__body {
  padding: 16px 24px;
  position: unset;
  overflow-y: auto;
  padding-bottom: 80px;
}
.sql-dataset-drawer .de-group__prepend {
  width: 100%;
}
.sql-dataset-drawer .el-date-editor {
  width: 100%;
  display: inline-block;
}
.sql-dataset-drawer .select-type {
  width: 180px;
}
.sql-dataset-drawer .select-type .el-input__inner {
  padding-left: 32px;
}
.sql-dataset-drawer .select-svg-icon {
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sql-dataset-drawer .content {
  height: 62px;
  width: 822px;
  border-radius: 4px;
  background: #e1eaff;
  position: relative;
  padding: 9px 0 9px 40px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.sql-dataset-drawer .content i {
  position: absolute;
  top: 12.6px;
  left: 16.7px;
  font-size: 14px;
  color: var(--primary, #1890FF);
}
.dataset-sql {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dataset-sql .sql-editer {
  background: #f5f6f7;
  padding: 16px 24px;
}
.dataset-sql .reference-sql-table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  overflow: hidden;
}
.dataset-sql .reference-sql-table .data-reference {
  width: 280px;
  height: 100%;
  overflow: hidden;
  border-left: 1px solid var(--deCardStrokeColor, #dee0e3);
}
.dataset-sql .reference-sql-table .data-reference .no-select-datasource {
  font-family: PingFang SC;
  font-size: 14px;
  color: var(--deTextPrimary, #1890FF);
  font-weight: 400;
  display: inline-block;
  width: 100%;
  padding: 16px 12px;
}
.dataset-sql .reference-sql-table .data-reference .table-database-name {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  color: var(--deTextPrimary, #1890FF);
  padding: 16px 12px;
  border-bottom: 1px solid var(--deCardStrokeColor, #dee0e3);
}
.dataset-sql .reference-sql-table .data-reference .table-database-name p {
  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;
  margin: 0;
}
.dataset-sql .reference-sql-table .data-reference .table-database-name .grey-name {
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dataset-sql .reference-sql-table .data-reference .table-database-name .grey {
  font-size: 14px;
  font-weight: 400;
  color: var(--deTextSecondary, #999);
}
.dataset-sql .reference-sql-table .data-reference .item-list {
  padding: 16px 8px;
  height: calc(100vh - 242px);
  overflow: auto;
}
.dataset-sql .reference-sql-table .data-reference .item-list .table-or-field {
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  color: var(--primary, #1890FF);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dataset-sql .reference-sql-table .data-reference .item-list .table-or-field i {
  display: none;
  cursor: pointer;
}
.dataset-sql .reference-sql-table .data-reference .item-list .table-or-field .name {
  cursor: pointer;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dataset-sql .reference-sql-table .data-reference .item-list .table-or-field.field {
  color: var(--deTextPrimary, #1890FF);
}
.dataset-sql .reference-sql-table .data-reference .item-list .table-or-field.field:hover {
  background: none;
}
.dataset-sql .reference-sql-table .data-reference .item-list .table-or-field:hover {
  background: rgba(31, 35, 41, 0.1);
}
.dataset-sql .reference-sql-table .data-reference .item-list .table-or-field:hover i {
  display: block;
}
.dataset-sql .reference-sql-table .sql-table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.dataset-sql .reference-sql-table .sql-table .code-container {
  background: #f5f6f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 248px;
  color: var(--deTextPrimary, #1890FF);
}
.dataset-sql .reference-sql-table .sql-table .code-container .CodeMirror {
  height: 100% !important;
}
.dataset-sql .sql-result {
  font-family: PingFang SC;
  font-size: 14px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dataset-sql .sql-result .sql-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  position: relative;
  color: var(--deTextPrimary, #1890FF);
  border-bottom: 1px solid rgba(31, 35, 41, 0.15);
}
.dataset-sql .sql-result .sql-title .result-num {
  font-weight: 400;
  color: var(--deTextSecondary, #999);
  margin-left: 12px;
}
.dataset-sql .sql-result .sql-title .drag {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 7px;
  width: 100px;
  border-radius: 3.5px;
  background: rgba(31, 35, 41, 0.1);
  cursor: row-resize;
}
.dataset-sql .sql-result .padding-24 .el-tabs__nav-scroll {
  padding-left: 24px;
}
.dataset-sql .sql-result .table-sql {
  height: calc(100% - 128px);
  margin: 0 25px 18px 25px;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dataset-sql .sql-result .table-sql .el-empty__bottom,
.dataset-sql .sql-result .table-sql .el-empty__description p {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  color: var(--deTextSecondary, #999);
}
.dataset-sql .table-container {
  height: calc(100% - 125px);
  padding: 0 24px;
}
.dataset-sql .table-container .mar6 {
  margin-right: 6px;
}
.dataset-sql .table-container .mar3 {
  margin-left: -3px;
}
.dataset-sql .table-container-filter {
  height: calc(100% - 110px);
}

.el-header[data-v-24aa5e35] {
  background-color: var(--ContentBG, rgb(241, 243, 248));
  color: var(--TextActive, #333);
  line-height: 30px;
}
.limit-length-data[data-v-24aa5e35] {
  font-size: 12px;
  color: var(--TableColor, #3d4d66);
}

.dataset-excel[data-v-24aa5e35] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.dataset-excel .arrow-right[data-v-24aa5e35] {
  position: absolute;
  z-index: 2;
  top: 15px;
  cursor: pointer;
  margin: 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;
  left: 0;
  height: 24px;
  width: 20px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--deCardStrokeColor, #dee0e3);
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.dataset-excel .table-list[data-v-24aa5e35] {
  height: 100%;
  width: 240px;
  padding: 16px 12px;
  font-family: PingFang SC;
  border-right: 1px solid rgba(31, 35, 41, 0.15);
}
.dataset-excel .table-list p[data-v-24aa5e35] {
  margin: 0;
}
.dataset-excel .table-list .select-ds[data-v-24aa5e35] {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--deTextPrimary, #1890FF);
}
.dataset-excel .table-list .select-ds i[data-v-24aa5e35] {
  font-size: 14px;
  color: var(--deTextPlaceholder, #8f959e);
}
.dataset-excel .table-list .search[data-v-24aa5e35] {
  margin-top: 10px;
}
.dataset-excel .table-list .table-checkbox-list[data-v-24aa5e35] {
  height: calc(100% - 100px);
  overflow-y: auto;
}
.dataset-excel .table-list .table-checkbox-list .custom-tree-node[data-v-24aa5e35] {
  position: relative;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dataset-excel .table-list .table-checkbox-list .custom-tree-node .label[data-v-24aa5e35] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 85%;
}
.dataset-excel .table-list .table-checkbox-list .error-name-exist[data-v-24aa5e35] {
  position: absolute;
  top: 0;
  right: 0;
}
.dataset-excel .table-list .table-checkbox-list .item[data-v-24aa5e35] {
  height: 40px;
  width: 215px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
}
.dataset-excel .table-list .table-checkbox-list .item[data-v-24aa5e35]:hover {
  background: rgba(31, 35, 41, 0.1);
}
.dataset-excel .table-list .table-checkbox-list .item.active[data-v-24aa5e35] {
  background-color: var(--deWhiteHover, #1890FF);
  color: var(--primary, #1890FF);
}
.dataset-excel .table-list .table-checkbox-list .item .el-checkbox__label[data-v-24aa5e35] {
  overflow: hidden;
}
.dataset-excel .table-detail[data-v-24aa5e35] {
  font-family: PingFang SC;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: auto;
}
.dataset-excel .table-detail .dataset[data-v-24aa5e35] {
  padding: 21px 24px;
  width: 100%;
  border-bottom: 1px solid rgba(31, 35, 41, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.dataset-excel .table-detail .dataset .name[data-v-24aa5e35] {
  font-size: 14px;
  font-weight: 400;
  color: var(--deTextPrimary, #1890FF);
}
.dataset-excel .table-detail .dataset .el-input[data-v-24aa5e35] {
  width: 420px;
  margin-left: 12px;
}
.dataset-excel .table-detail .data[data-v-24aa5e35] {
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 80px);
  overflow-y: auto;
}
.dataset-excel .table-detail .data .result-num[data-v-24aa5e35] {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  color: var(--deTextSecondary, #999);
  margin-bottom: 16px;
}
.dataset-excel .table-detail .data .type-switch[data-v-24aa5e35] {
  padding: 2px 1.5px;
  display: inline-block;
  cursor: pointer;
}
.dataset-excel .table-detail .data .type-switch i[data-v-24aa5e35] {
  margin-left: 4px;
  font-size: 12px;
}
.dataset-excel .table-detail .data .type-switch[data-v-24aa5e35]:hover {
  background: rgba(31, 35, 41, 0.1);
  border-radius: 4px;
}

.el-divider--horizontal[data-v-7bc7f3fa] {
  margin: 12px 0;
}
.search-input[data-v-7bc7f3fa] {
  padding: 12px 0;
}
.tree-list[data-v-7bc7f3fa]  .el-tree-node__expand-icon.is-leaf {
  display: none;
}
.custom-tree-node[data-v-7bc7f3fa] {
  -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-node-list[data-v-7bc7f3fa] {
  -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: 0 8px;
}
.custom-position[data-v-7bc7f3fa] {
  -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;
  font-size: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.form-item[data-v-7bc7f3fa] {
  margin-bottom: 0;
}
.title-css[data-v-7bc7f3fa] {
  height: 26px;
}
.title-text[data-v-7bc7f3fa] {
  line-height: 26px;
}
.scene-title[data-v-7bc7f3fa] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scene-title-name[data-v-7bc7f3fa] {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tree-style[data-v-7bc7f3fa] {
  padding: 10px;
  height: 100%;
  overflow-y: auto;
}

.ds-move-tree {
  height: 100%;
}
.ds-move-tree .tree {
  height: calc(100% - 115px);
  overflow-y: auto;
}
.field-block-style[data-v-2630acf0] {
  height: 100%;
  width: 100%;
  font-family: PingFang SC;
}
.field-block-style .field-block-head[data-v-2630acf0] {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(31, 35, 41, 0.15);
  border-bottom: 1px solid rgba(31, 35, 41, 0.15);
}
.field-block-style .field-block-body[data-v-2630acf0] {
  height: 281px;
  overflow-y: auto;
}
.field-block-style .field-origin-style[data-v-2630acf0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  width: 140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--deTextSecondary, #999);
}
.field-block-style .field-style[data-v-2630acf0] {
  width: 140px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  font-size: 14px;
  font-weight: 500;
  color: var(--deTextSecondary, #999);
}
.field-block-style .label-style[data-v-2630acf0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.field-block-style .field-item-style[data-v-2630acf0] {
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(31, 35, 41, 0.15);
}
.field-block-style .check-style[data-v-2630acf0] {
  width: 52px;
  text-align: center;
}
.field-block-style .check-style[data-v-2630acf0] .el-checkbox__label {
  display: none;
}
.field-block-style .origin-style[data-v-2630acf0] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.field-block-style .field-block-option[data-v-2630acf0] {
  width: 100%;
  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;
  margin-bottom: 16px;
}
.field-block-style .option-field[data-v-2630acf0] {
  font-size: 14px;
  font-weight: 400;
  color: var(--deTextSecondary, #999);
}
.field-block-style .option-input[data-v-2630acf0] {
  width: 200px;
}
.field-block-style .value[data-v-2630acf0] {
  font-weight: 400;
  color: var(--deTextPrimary, #1890FF);
}

.ds-node[data-v-c55e1358] {
  width: 160px;
  height: 26px;
  line-height: 26px;
  border: #dcdfe6 solid 1px;
  background: #fff;
  min-width: 160px;
  color: var(--TextPrimary, #999);
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px;
}
.node-name[data-v-c55e1358] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
  padding: 0 2px;
}
.ds-node .node-menu[data-v-c55e1358] {
  visibility: hidden;
}
.ds-node:hover .node-menu[data-v-c55e1358] {
  visibility: visible;
}
.ds-node[data-v-c55e1358]:hover {
  cursor: pointer;
  border: var(--Main, #2681ff) solid 1px;
}
.dialog-css[data-v-c55e1358]  .el-dialog__body {
  padding: 0 20px;
}

.union-container[data-v-45aab2c6] {
  height: 275px;
  font-family: PingFang SC;
}
.union-header[data-v-45aab2c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  color: var(--deTextPrimary, #1890FF);
  font-size: 16px;
  font-weight: 500;
}
.union-header-operator[data-v-45aab2c6] {
  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;
  position: relative;
}
.union-header-operator .select-svg-icon[data-v-45aab2c6] {
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.union-selector[data-v-45aab2c6] {
  width: 180px;
}
.union-selector[data-v-45aab2c6] .el-input__inner {
  padding-left: 32px;
}
.union-add[data-v-45aab2c6] {
  margin-left: 12px;
}
.union-body[data-v-45aab2c6] {
  height: 240px;
  width: 100%;
}
.union-body-header[data-v-45aab2c6] {
  height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: var(--deTextSecondary, #999);
}
.union-body-header .column[data-v-45aab2c6] {
  width: 336px;
  display: inline-block;
  margin-right: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 10px;
}
.union-body-header .column-last[data-v-45aab2c6] {
  width: 40px;
  text-align: center;
}
.union-body-container[data-v-45aab2c6] {
  height: 180px;
  overflow-y: auto;
}
.select-field[data-v-45aab2c6] {
  width: 352px;
  display: inline-block;
}
.union-body-item[data-v-45aab2c6] {
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.union-body-item .column[data-v-45aab2c6] {
  width: 352px;
  display: inline-block;
  margin-right: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.union-body-item .column-last[data-v-45aab2c6] {
  width: 40px;
  text-align: center;
}
.union-body-item .column-last[data-v-45aab2c6]  i {
  font-size: 16px;
  color: var(--deTextSecondary, #999);
}
.field-style[data-v-21942e6a] {
  height: 430px;
  border: 1px solid var(--deCardStrokeColor, #dee0e3);
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}
.fields[data-v-21942e6a] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  width: 50%;
}
.fields > p[data-v-21942e6a] {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  color: var(--deTextPrimary, #1890FF);
}
.fields[data-v-21942e6a]:nth-child(1) {
  border-right: 1px solid var(--deCardStrokeColor, #dee0e3);
}

.node-container[data-v-0507b262] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.join-icon[data-v-0507b262] {
  height: 26px;
  font-size: 24px;
  line-height: 26px;
  position: absolute;
  left: 18px;
  color: #dcdfe6;
}
.join-svg-container[data-v-0507b262] {
  width: 60px;
}
.node-line[data-v-0507b262] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.join-icon[data-v-0507b262]:hover {
  cursor: pointer;
  color: var(--Main, #2681ff);
}

.union-dataset-drawer .el-drawer__body {
  padding: 24px;
}

.table-preview[data-v-20c00ad0] {
  height: calc(100% - 64px);
  padding: 18px 25px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dataset-union[data-v-ae90d366] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.dataset-union .union-editer-container[data-v-ae90d366] {
  min-height: 298px;
  width: 100%;
  background: #f5f6f7;
}
.dataset-union .preview-container[data-v-ae90d366] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFang SC;
  font-size: 14px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  flex: 1;
}
.dataset-union .preview-container .sql-title[data-v-ae90d366] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 16px 24px;
  font-weight: 500;
  position: relative;
  color: var(--deTextPrimary, #1890FF);
  border-bottom: 1px solid rgba(31, 35, 41, 0.15);
}
.dataset-union .preview-container .sql-title .posi-right[data-v-ae90d366] {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dataset-union .preview-container .sql-title .result-num[data-v-ae90d366] {
  font-weight: 400;
  color: var(--deTextSecondary, #999);
  margin-left: 12px;
}
.dataset-union .preview-container .sql-title .drag[data-v-ae90d366] {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 7px;
  width: 100px;
  border-radius: 3.5px;
  background: rgba(31, 35, 41, 0.1);
  cursor: row-resize;
}
.dataset-union .union-container[data-v-ae90d366] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  width: 100%;
  overflow: auto;
  height: 100%;
}
.de-dataset-form .top {
  height: 56px;
  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;
  padding: 0 24px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.de-dataset-form .top .name {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  position: relative;
  color: #fff;
}
.de-dataset-form .top .name .el-input {
  min-width: 96px;
}
.de-dataset-form .top .name .el-input .el-input__inner {
  line-height: 24px;
  height: 24px;
}
.de-dataset-form .top .name i {
  cursor: pointer;
}
.de-dataset-form .top .oprate .table-num {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  margin-right: 16px;
  color: var(--deTextPrimary, #1890FF);
}
.de-dataset-form .container {
  width: 100%;
  height: calc(100vh - 56px);
}
.dataset-filed {
  height: 400px;
  overflow-y: auto;
}
.tree-select-dataset {
  display: none;
}

.el-divider--horizontal[data-v-32189ae9] {
  margin: 12px 0;
}
.search-input[data-v-32189ae9] {
  padding: 12px 0;
}
.tree-list[data-v-32189ae9]  .el-tree-node__expand-icon.is-leaf {
  display: none;
}
.custom-tree-node[data-v-32189ae9] {
  -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-node-list[data-v-32189ae9] {
  -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: 0 8px;
}
.custom-position[data-v-32189ae9] {
  -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;
  font-size: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.form-item[data-v-32189ae9] {
  margin-bottom: 0;
}
.title-css[data-v-32189ae9] {
  height: 26px;
}
.title-text[data-v-32189ae9] {
  line-height: 26px;
}
.scene-title[data-v-32189ae9] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scene-title-name[data-v-32189ae9] {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.el-divider--horizontal[data-v-664f0a98] {
  margin: 12px 0
}
.table-name[data-v-664f0a98]{
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}


.el-divider--horizontal[data-v-6b471de3] {
  margin: 12px 0;
}
.form-item[data-v-6b471de3] {
  margin-bottom: 6px;
}
.el-checkbox[data-v-6b471de3] {
  margin-bottom: 14px;
  margin-left: 0;
  margin-right: 14px;
}
.el-checkbox.is-bordered + .el-checkbox.is-bordered[data-v-6b471de3] {
  margin-left: 0;
}
.dataPreview[data-v-6b471de3]  .el-card__header {
  padding: 0 8px 12px;
}
.dataPreview[data-v-6b471de3]  .el-card__body {
  padding: 10px;
}
span[data-v-6b471de3] {
  font-size: 14px;
}
.panel-height[data-v-6b471de3] {
  height: calc(100vh - 56px - 15px - 26px - 25px - 43px);
}
.blackTheme .panel-height[data-v-6b471de3] {
  height: calc(100vh - 56px - 15px - 26px - 25px - 43px);
  border-color: var(--TableBorderColor) !important;
}
.span-number[data-v-6b471de3] {
  color: #0a7be0;
}
.table-count[data-v-6b471de3] {
  color: #999;
}


.custom-tree-node[data-v-07fac597] {
  -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-left: 8px;
}
.tree-main[data-v-07fac597] {
  overflow-y: auto;
}
.blackTheme .tree-main[data-v-07fac597] {
  border-color: var(--TableBorderColor) !important;
}
.tree-head[data-v-07fac597] {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid var(--TableBorderColor, rgba(255, 255, 255, .1));
  background-color: var(--SiderBG, #141937);
  font-size: 12px;
  color: var(--TableColor, #fff);
}
.auth-span[data-v-07fac597] {
  float: right;
  width: 50px;
  margin-right: 30px
}
.highlights-text[data-v-07fac597] {
  color: #faaa39 !important;
}

.de-tab[data-v-4e2545ee] {
  border: 1px solid #E6E6E6;
  min-height: 200px !important;
  max-height: 300px !important;
  overflow: auto;
}
.de-icon[data-v-4e2545ee] {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 99;
}
.el-input-group__append[data-v-4e2545ee] {
  background-color: #ffffff;
}
.el-input__inner[data-v-4e2545ee] {
  border-right: none;
}
.auth-root-class[data-v-4e2545ee] {
  margin: 15px 0px 5px;
  text-align: right;
}
.de-main-container-auth[data-v-4e2545ee] {
  border: 1px solid #E6E6E6;
  height: auto;
}
.blackTheme .de-main-container-auth[data-v-4e2545ee] {
  border-color: #495865;
}
[data-v-5102e996] .el-tree-node__expand-icon.is-leaf {
  visibility: hidden;
}
.Authorize[data-v-5102e996] {
  padding: 20px;
  height: calc(100vh - 160px);
  overflow-y: auto;
}
.dataSelect[data-v-5102e996] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  width: 100%;
}
.dataSelect .flxL[data-v-5102e996],
.dataSelect .flxR[data-v-5102e996] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 100%;
  overflow-y: auto;
}
.dataSelect .flxL[data-v-5102e996] {
  border: 1px solid #f4f4f4;
  padding: 10px;
}
.dataSelect .flxR[data-v-5102e996] {
  border: 1px solid #f4f4f4;
}
.dataSelect .flxR .preShow[data-v-5102e996] {
  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;
  padding: 0 20px;
  line-height: 48px;
  background-color: #f5f5f5;
}
.dataSelect .flxR .clear[data-v-5102e996] {
  color: #1890FF;
  cursor: pointer;
}
.dataSelect .flxR .node[data-v-5102e996] {
  padding: 0 20px;
  line-height: 36px;
}


.custom-position[data-v-b1f073e6] {
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  color: #9ea6b2;
}


.table-name-css[data-v-78507be0] {
  margin: 4px 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.union-relation-css[data-v-78507be0] {
  display: block;
  width: 100%;
  padding: 4px 10px;
}
.dialog-css[data-v-78507be0]  .el-dialog__title {
  font-size: 14px;
}
.dialog-css[data-v-78507be0]  .el-dialog__header {
  padding: 20px 20px 0;
}
.dialog-css[data-v-78507be0]  .el-dialog__body {
  padding: 10px 20px 20px;
}

[data-v-a16bd892] .ant-tabs-bar {
  margin-bottom: 0;
}


.line[data-v-633681e1]{
  text-align: center;
}

.de-link[data-v-8ed58c7a] {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}
.de-span[data-v-8ed58c7a] {
  margin: 0 15px;
}
.auth-root-class[data-v-8ed58c7a] {
  margin: 15px 0px 5px;
  text-align: right;
}
.pwd_update_contain {
    margin-top: 3%;
}
.code_update_contain {
    margin-top: 10%;
}
.newpwd_contain{
    margin-top: 8%;
}
.returnLogin_contain{
    margin-top: 4%;
    color: #ffffff;
    cursor: pointer;
    text-align: right;
}
.ax_updatepwd {
    color: #ffffff;
    margin-top: 5%;
    text-align: center;
    font-size: 26px;
    border: 1px solid rgba(1, 124, 193, 1);
    font-weight: 36px;
    cursor: pointer;
    height: 65px;
    line-height: 60px;
    background-color: rgba(1, 124, 193, 1);
    border-radius: 10px;
}
.lg-section1 {
    height: 100%;
    width: 100%;
}

.lg-layer1 {
    height: 100%;
    width: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAQ4AQMAAADSHVMAAAAAA1BMVEUCBgmLePaWAAABRUlEQVR42uzBgQAAAACAoP2pF6kCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGD24EAAAAAAAMj/tRFUVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVYU9OBAAAAAAAPJ/bQRVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWEPDgQAAAAAgPxfG0FVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVdqDAxIAAAAAQf9f9yNUAAAAAAAAAAAAAAAAAACAqQD45QABkNb8FAAAAABJRU5ErkJggg==) 100% no-repeat;
    background-attachment: fixed;
    /* 图片可以保有其原有的尺寸，或者拉伸到新的尺寸，或者在保持其原有比例的同时缩放到元素的可用空间的尺寸。 */
    background-size: 100% 100%;
    overflow: hidden;
}

/*点点背景*/
.lg-layer2 {
    margin: 0;
    background: url(../img/layer2.8bf5f455.png) -409px -230px no-repeat;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    position: fixed;
    /* 图片可以保有其原有的尺寸，或者拉伸到新的尺寸，或者在保持其原有比例的同时缩放到元素的可用空间的尺寸。 */
    /* background-size: 100%; */
}

.lg-layer3 {
    height: 100vh;
    background: url(../img/backgroud.4bb8d400.png) center center no-repeat;
    width: 100vw;
    margin: 5% 0 0 20%;
}


.lg-bd1 {
    width: 578px;
    height: 673px;
    margin: 26px 0 0 294px;
}

.phone_contain {
    margin-top: 10%;
}

.phonecode_contain {
    margin-top: 12%;
}

.pwd-contain {
    margin-top: 10%;
}

.pwdcode-contain {
    margin-top: 12%;
}

/*获取验证码*/
.ax_pwdcode {
    border: 1px solid rgba(1, 124, 193, 1);
    height: 100%;
    width: 100%;
    display: inline-block;
    line-height: 55px;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.ax_pwd {
    margin-top: 10%;
    color: #ffffff;
}

.ax_pwd span {
    cursor: pointer;
}

.lg-info1 {
    width: 289px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 36px;
    font-family: PangMenZhengDao;
    text-align: left;
    white-space: nowrap;
    line-height: 36px;
    margin-left: 143px;
    display: block;
}

.lg-word1 {
    width: 329px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: SourceHanSansCN-Normal;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
    display: block;
    margin: 10px 0 0 126px;
}

.lg-main1 {
    z-index: 9;
    height: 560px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAkIAAAIwCAMAAABdk/T4AAAAb1BMVEUOIjEOHywNMEUKTW0KTW0Ber4FaaAOHisBeLsGVYMNJjcDbqoKPV0LM0wFXpIBer8FWosKTWwKOVUBdbYDb6sFZJkBfcMBe8EFaZ8IV30FZ5sJUnQFY5MFaJ0HWYIJUHENKz8BfMAAfsUCeLkBfMKg6XmlAAAAIXRSTlOjoqmpwOvOoPnQpuy5sdr61r+18fHg7u3azsnGxL+2rKly1ijsAAAHKElEQVR42uzcSW7DIABGYRwnwWk8D808GHP/M9ZpKrXOwga3C1TedwWeWCDxi0u1W5l5X51vITxwO/eHbWZXXcS+060R3daHolji3yuKQ92aVtHtxbpTrQnVNvECnoib1jCLbm2akNJpImUAL0iZpFrZJaTVhKwvSMAbfUOZmqCHt1AWjckiCvJM31A0EcXgFtJVuhmTbyjINzLpj31MWunvhLTaJuJtlIB3JopItkr/TKiUo7iDPCTHlS8JxSIQgLFAxCQEEoI5EoJrSAgkBCskBNeQEEgIVkgIriEhkBCskBBcQ0IgIVghIbiGhEBCsEJCcA0JgYRghYTgGhICCcEKCcE1JIS/TqgmIdgmVL/8qReAlcGfehXld4YXYEXe80h9JfQ5YSYAS48htGdCFITZDT0TynImzDCHTPLskRAzivjNIONaHJuSgjCTLJujuJ4WvAhhpmBxuoqwICHMT6gIRbgkIcxPaElCICGYIyG4hoRAQrBCQnANCeGDXTokAAAAYBjUv/UzzF1ABhQiUYg3CqEQiUK8UQiFSBTijUIoRKIQbxRCIRKFeKMQCpEoxBuFUIhEId4ohEIkCvFGIRQiUYg3CqEQiUK8UQiFSBTijUIoRKIQbxRCIRKFeKMQCpEoxBuFUIhEId4ohEIkCvFGIRQiUYg3CqEQiUJjlw4JAAAAGAb1b/0MdxOQAWoUQiEuClGjEApxUYgahVCIi0LUKIRCXBSiRiEU4qIQNQqhEBeFqFEIhbgoRI1CKMRFIWoUQiEuClGjEApxUYgahVCIi0LUKIRCXBSiRiEU4qIQNQqhEBeFqFEIhbgoRI1CKMRFIWoUQiEuClGjEApxUYgahVCIi0LUKIRCXBSiRiEU4qIQNQqhEBeFqFEIhbgoRI1CKMRFIWoUQiEuClGjEApxUYgahVCIi0LUKIRCXBSiRiEU4qIQNQqhEBeFqFEIhbgoRI1CKMRFIWoUQiEuClGjEApxUYgahVCIi0KMXTokAAAAYBjUv/Uz3E1ABmoUQiEuClGjEApxUYgahVCIi0LUKIRCXBSiRiEU4qIQNQqhEBeFqFEIhbgoRI1CKMRFIWoUQiEuClGjEApxUYgahVCIi0LUKIRCXBSiRiEU4qIQNQqhEBeFqFEIhbgoRI1CKMRFIWoUQiEuClGjEApxUYgahVCIi0LUKIRCXBSiRiEU4qIQNQqhEBeFqFEIhbgoRI1CKMRFIWoUQiEuClGjEApxUYgahVCIi0LUKIRCXBSiRiEU4qIQNQqhEBeFqFEIhbgoRI1CKMRFIWoUQiEuClGjEApxUYgahVCIi0LUjF06JAAAAGAY1L/1M9xNQAYUQiEuClGjEApxUYgahVCIi0LUKIRCXBSiRiEU4qIQNQqhEBeFqFEIhbgoRI1CKMRFIWoUQiEuClGjEApxUYgahVCIi0LUKIRCXBSiRiEU4qIQNQqhEBeFqFEIhbgoRI1CKMRFIWoUQiEuClGjEApxUYgahVCIi0LUKIRCXBSiRiEU4qIQNQqhEBeFqFEIhbgoRI1CKMRFIWoUQiEuClGjEApxUYgahVCIi0LUKIRCXBSiRiEU4qIQNQqhEBeFqFEIhbgoRI1CKMRFIWoUQiEuClGjEApxUYgahVCIi0LUKDR27CY1YTCMwuhXChqI+THoREE0uv81ltIW2uENHbyDc9bwwIWLhIhIiGokhISISIhqJISEiEiIaiSEhIhIiGokhISISIhqJISEiEiIaiSEhIhIiGokhISISIhqJISEiEiIaiSEhIhIiGokhISISIhqJISEiEiIaiSEhIhIiGokhISISIhqJISEiEiIaiSEhIhIiGokhISISIhqJISEiEiIaiSEhIhIiGokhISISIhqJISEiEiIaiSEhIhIiGokhISISIhqJISEiEiIaiSEhIhIiGokhISISIhqJISEiEiIaiSEhIhIiGokhISISIhqJISEiEiIaiSEhIhIiGokxL8kdJQQ2xM6vrfbVUJsT+h6a5fzsm+wyX45X9quGwcNscl+GLtd2z2nWUNsK2ienp8JrdM4NIgN47R+JaQhthb0ndBj7ea7LSOyv8/d+vhJ6LX2S4PI0q+vXwmdDs07ROCtHU5/EuolRJpQLyE+2rmXFYRhKIqi9cVVMam1PkEpN83/f6MdSXGQBzgIZq9fOHt8SAjJSAilISGQELKQEEpDQiAhZCEhlIaEQELIQkIoDQmBhJCFhFAaEgIJIQsJoTQkBBJCFhJCaUgIJIQsJITSkBB+ntBJgjhtqJCEnb4SMs0+qEF1IkWYeULqe7sLOe44QquNmGn2ENt7/SQ0abchLYeMtRFjt5EoVOcJeRfR0lBVxNjWRfh5QnHOWyOyQBVEjPXxLvISUqeXwxKVOFzUaWpC99FrEq/nR9et8fe67nHW1CrGe/Pqb5s0181zWKECw3MaO82tf70BL5UrGLml8E8AAAAASUVORK5CYII=) 100% no-repeat;
    margin-top: 13%;
    position: relative;
}

.lg-main3 {
    z-index: 10;
    height: 581px;
    background: url(../img/main3.921858ad.png) 100% no-repeat;
    width: 384px;
    position: absolute;
    left: 76px;
    top: -11px;
}

.lg-layer9 {
    width: 391px;
    height: 348px;
    margin: 68px 0 0 6px;
}

.lg-outer2 {
    width: 379px;
    height: 29px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: SourceHanSansSC-Medium;
    text-align: center;
    white-space: nowrap;
    line-height: 30px;
    margin-left: 12px;
}

.ax_login {
    color: #ffffff;
    margin-top: 15%;
    text-align: center;
    font-size: 26px;
    border: 1px solid rgba(1, 124, 193, 1);
    font-weight: 36px;
    cursor: pointer;
    height: 65px;
    line-height: 60px;
    background-color: rgba(1, 124, 193, 1);
    border-radius: 10px;
}
.de-msg-a[data-v-33addb49]:hover {
  text-decoration: underline !important;
  color: #0a7be0 !important;
  cursor: pointer !important;
}
.table-container[data-v-33addb49] {
  height: calc(100% - 50px);
}
.organization[data-v-33addb49] {
  height: 100%;
  background-color: var(--MainBG, #f5f6f7);
}
.organization .tabs-container[data-v-33addb49] {
  height: calc(100% - 48px);
  background: var(--ContentBG, #141937);
  overflow-x: auto;
}
.organization .tabs-container .msg-cont[data-v-33addb49] {
  padding: 24px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom-tree-node[data-v-80b58f10] {
  -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-left: 8px;
  padding-right: 32px;
}
.tree-main[data-v-80b58f10] {
  overflow-y: auto;
}
.tree-head[data-v-80b58f10] {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid var(--TableBorderColor, rgba(255, 255, 255, 0.1));
  background-color: var(--SiderBG, #141937);
  font-size: 12px;
  color: var(--TableColor, #fff);
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  padding: 0 12px;
}
.auth-span[data-v-80b58f10] {
  float: right;
  margin-left: 24px;
}
.auth-span-check[data-v-80b58f10] {
  float: right;
  margin-left: 64px;
}
.msg-setting .el-tree-node__content {
  height: 46px;
  border-bottom: 1px solid rgba(31, 35, 41, 0.15);
}
.msg-setting .el-tree-node__content:hover {
  background-color: var(--deWhiteHover, #1890FF) !important;
}
.msg-setting .el-tree-node__content:hover .custom-tree-node {
  color: var(--primary, #1890FF);
}

.custom-tree-node[data-v-2cb75b44] {
  -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;
}


.isReq[data-v-60d01671] {
  color: #f56c6c;
  margin-right: 4px;
}
.white[data-v-60d01671] {
  color: #fff;
}
.my_table[data-v-60d01671]  .el-table__row > td {
  /* 去除表格线 */
  border: none;
  padding: 0 0;
}
.my_table[data-v-60d01671]  .el-table th.is-leaf {
  /* 去除上边框 */
  border: none;
}
.my_table[data-v-60d01671]  .el-table::before {
  /* 去除下边框 */
  height: 0;
}
.root-class[data-v-60d01671] {
  margin: 15px 0px 5px;
  text-align: center;
}
.preview[data-v-60d01671] {
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 440px !important;
  overflow: hidden;
  background-size: 100% 100% !important;
}
.preview-show[data-v-60d01671] {
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background-size: 100% 100% !important;
}


.custom-tree-node[data-v-17bd37f0] {
  -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;
}

[data-v-a5403e14] .el-tree-node__expand-icon.is-leaf {
  visibility: hidden;
}
.default-expansion[data-v-a5403e14] {
  height: 40px;
  width: 232px;
  cursor: pointer;
  margin: 0;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  color: var(--deTextSecondary, #999);
  padding-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-expansion i[data-v-a5403e14] {
  margin-left: 5px;
}
.main-area-input[data-v-a5403e14] .el-input-group__append {
  width: 70px;
  background: transparent;
}
.main-area-input[data-v-a5403e14] .el-input-group__append .el-input__inner {
  padding-left: 12px;
}
.header-title[data-v-a5403e14] {
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--TextPrimary, #999);
  font-weight: bold;
  display: block;
  height: 100%;
  /*line-height: 36px;*/
}
.custom-tree-node[data-v-a5403e14] {
  -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-node-list[data-v-a5403e14] {
  -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: 0 8px;
}
.dialog-css[data-v-a5403e14]  .el-dialog__body {
  padding: 15px 20px;
}
.dialog-css[data-v-a5403e14]  .el-dialog__body {
  padding: 10px 20px 20px;
}
.father .child[data-v-a5403e14] {
  /*display: none;*/
  visibility: hidden;
}
.father:hover .child[data-v-a5403e14] {
  /*display: inline;*/
  visibility: visible;
}
.father .child .el-button--text[data-v-a5403e14] {
  padding: 0;
  background: unset;
}
.header-title .el-button--text[data-v-a5403e14] {
  background: unset;
}
.header-title[data-v-036eb046] {
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--TextPrimary, #999);
  font-weight: bold;
  display: block;
  height: 100%;
  /*line-height: 36px;*/
}
.msg-node-class[data-v-036eb046] {
  color: red;
}
.msg-node-class[data-v-036eb046]  i {
  color: red;
}
.custom-tree-node[data-v-036eb046] {
  -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-node-list[data-v-036eb046] {
  -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: 0 8px;
}
.father .child[data-v-036eb046] {
  /*display: none;*/
  visibility: hidden;
}
.father:hover .child[data-v-036eb046] {
  /*display: inline;*/
  visibility: visible;
}
.unpublished[data-v-036eb046] {
  color: #b2b2b2;
}
.start-item[data-v-bca08b18] {
  width: 100%;
  height: 25px;
  margin: 0 0 0 10px;
}
.star-item-content[data-v-bca08b18] {
  width: calc(100% - 60px);
  position: absolute;
}
.star-item-close[data-v-bca08b18] {
  width: 25px;
  right: 5px;
  position: absolute;
  display: none;
}
.start-item:hover .star-item-close[data-v-bca08b18] {
  display: block;
}
.unpublished[data-v-bca08b18] {
  color: #b2b2b2;
}

.ms-aside-container[data-v-5caa3091] {
  height: calc(100vh - 80px);
  padding: 0px;
  min-width: 260px;
  max-width: 460px;
}
.ms-main-container[data-v-5caa3091] {
  height: calc(100vh - 80px);
  padding: 0px;
}
.tab-panel[data-v-5caa3091] {
  height: 100%;
  overflow-y: auto;
}
.tab-panel[data-v-5caa3091]  .el-tabs__nav-wrap {
  padding: 0 10px;
}
.tab-panel[data-v-5caa3091]  .el-tabs__nav-wrap::after {
  height: 1px;
}
.tab-panel[data-v-5caa3091]  .el-tabs__item {
  /* width: 10px; */
  padding: 0 10px;
}


.ms-aside-container[data-v-2e61e95d] {
  height: calc(100vh - 80px);
  padding: 0px;
  min-width: 260px;
  max-width: 460px;
  background-color: #141937;
}
.ms-main-container[data-v-2e61e95d] {
  height: calc(100vh - 80px);
  padding: 0;
}
.full-height[data-v-2e61e95d] {
  height: 100vh !important;
}

.de-template-list[data-v-5f92c6fa] {
  height: 100%;
  position: relative;
}
.de-template-list ul[data-v-5f92c6fa] {
  margin: 16px 0 20px 0;
  padding: 0;
  overflow-y: auto;
  max-height: calc(100% - 90px);
}
.de-template-list li[data-v-5f92c6fa] {
  list-style: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 0 30px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: var(--deTextPrimary, #1890FF);
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.de-template-list li .folder[data-v-5f92c6fa] {
  color: #8f959e;
  margin-right: 9px;
}
.de-template-list li .more[data-v-5f92c6fa] {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.de-template-list li .more .el-icon-more[data-v-5f92c6fa] {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.de-template-list li .more .el-icon-more[data-v-5f92c6fa]:hover {
  background: rgba(31, 35, 41, 0.1);
  border-radius: 4px;
}
.de-template-list li .more .el-icon-more[data-v-5f92c6fa]:active {
  background: rgba(31, 35, 41, 0.2);
  border-radius: 4px;
}
.de-template-list li[data-v-5f92c6fa]:hover {
  background: rgba(31, 35, 41, 0.1);
}
.de-template-list li:hover .more[data-v-5f92c6fa] {
  display: block;
}
.de-template-list li.select[data-v-5f92c6fa] {
  background: var(--deWhiteHover, #ecf5ff) !important;
  color: var(--TextActive, #1890FF) !important;
}
.de-template-list .de-btn-fix[data-v-5f92c6fa] {
  position: absolute;
  bottom: 0;
  left: 0;
}
.de-template-dropdown[data-v-5f92c6fa] {
  margin-top: 0 !important;
}
.de-template-dropdown .popper__arrow[data-v-5f92c6fa] {
  display: none !important;
}
.de-card-model {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 1px solid var(--deCardStrokeColor, #dee0e3);
  border-radius: 4px;
  margin: 0 24px 25px 0;
}
.de-card-model .card-img-model {
  border-bottom: 1px solid var(--deCardStrokeColor, #dee0e3);
  height: 144px;
  width: 100%;
  overflow: hidden;
}
.de-card-model .card-img-model img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.de-card-model .card-info {
  width: 100%;
  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;
  padding: 8px 12px 9px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.de-card-model .card-info .el-icon-more {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.de-card-model .card-info .el-icon-more:hover {
  background: rgba(31, 35, 41, 0.1);
  border-radius: 4px;
}
.de-card-model .card-info .el-icon-more:active {
  background: rgba(31, 35, 41, 0.2);
  border-radius: 4px;
}
.de-card-model:hover .card-info-apply {
  height: 92px;
}
.de-card-model:hover .market-button-area {
  display: block;
}
.de-card-model .market-button-area {
  text-align: center;
  margin-top: 4px;
  display: none;
}
.de-card-model .card-info-apply {
  background: #ffffff;
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 12px 12px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid var(--deCardStrokeColor, #dee0e3);
  overflow-y: hidden;
}
.de-model-text {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1890FF;
  display: inline-block;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
}
.de-model-text-market {
  font-family: "PingFang SC";
  font-style: normal;
  color: #1890FF;
  display: inline-block;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.de-card-model:hover {
  -webkit-box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.08);
          box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.08);
}
.de-card-dropdown {
  margin-top: 0 !important;
}
.de-card-dropdown .popper__arrow {
  display: none !important;
}

.my_table[data-v-44e1a4ca]  .el-table__row > td {
  /* 去除表格线 */
  border: none;
  padding: 0 0;
}
.my_table[data-v-44e1a4ca]  .el-table th.is-leaf {
  /* 去除上边框 */
  border: none;
}
.my_table[data-v-44e1a4ca]  .el-table::before {
  /* 去除下边框 */
  height: 0;
}
.de-root-class[data-v-44e1a4ca] {
  margin-top: 24px;
  text-align: right;
}
.preview[data-v-44e1a4ca] {
  margin-top: -12px;
  border: 1px solid rgba(255, 255, 255, .1);
  height: 300px !important;
  overflow: auto;
  background-size: 100% 100% !important;
  border-radius: 4px;
}
.preview-show[data-v-44e1a4ca] {
  border-left: 1px solid rgba(255, 255, 255, .1);
  height: 300px;
  background-size: 100% 100% !important;
}

.flex-template {
  width: 100%;
  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;
}
.flex-template .el-input {
  margin-right: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.de-template-list[data-v-e24e2618] {
  height: 380px;
  overflow-y: hidden;
  position: relative;
}
.de-template-list ul[data-v-e24e2618] {
  margin: 16px 0 20px 0;
  padding: 0;
  overflow-y: auto;
  max-height: calc(100% - 90px);
}
.de-template-list li[data-v-e24e2618] {
  list-style: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 0 30px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: var(--deTextPrimary, #1890FF);
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.de-template-list li .folder[data-v-e24e2618] {
  color: #8f959e;
  margin-right: 9px;
}
.de-template-list li .more[data-v-e24e2618] {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.de-template-list li .more .el-icon-more[data-v-e24e2618] {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.de-template-list li .more .el-icon-more[data-v-e24e2618]:hover {
  background: rgba(31, 35, 41, 0.1);
  border-radius: 4px;
}
.de-template-list li .more .el-icon-more[data-v-e24e2618]:active {
  background: rgba(31, 35, 41, 0.2);
  border-radius: 4px;
}
.de-template-list li[data-v-e24e2618]:hover {
  background: rgba(31, 35, 41, 0.1);
}
.de-template-list li:hover .more[data-v-e24e2618] {
  display: block;
}
.de-template-list li.select[data-v-e24e2618] {
  background: var(--deWhiteHover, #ecf5ff) !important;
  color: var(--TextActive, #1890FF) !important;
}
.de-template-list .de-btn-fix[data-v-e24e2618] {
  position: absolute;
  bottom: 0;
  left: 0;
}
.de-template-dropdown[data-v-e24e2618] {
  margin-top: 0 !important;
}
.de-template-dropdown .popper__arrow[data-v-e24e2618] {
  display: none !important;
}
.de-root-class[data-v-e24e2618] {
  bottom: 0;
  width: 100%;
  position: absolute;
  text-align: right;
}
.de-template[data-v-18b45d92] {
  height: 100%;
  background-color: var(--MainBG);
}
.de-template .tabs-container[data-v-18b45d92] {
  height: 100%;
  background: var(--ContentBG, #141937);
  overflow-x: auto;
}
.de-template .flex-tabs[data-v-18b45d92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f6f7;
}
.de-template .de-tabs-left[data-v-18b45d92] {
  background: #fff;
  width: 269px;
  border-right: 1px solid rgba(31, 35, 41, 0.15);
  padding: 24px;
}
.de-template .de-tabs-right[data-v-18b45d92] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 24px 0 24px 24px;
  overflow: hidden;
}
.de-template .de-tabs-right .template-box[data-v-18b45d92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  height: calc(100% - 10px);
  width: 100%;
  padding-bottom: 24px;
}
.de-template .de-tabs-right .active-template[data-v-18b45d92] {
  margin: 4px 0 20px 0;
  padding-right: 24px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  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;
  color: var(--deTextPrimary, #1890FF);
}
[data-v-18b45d92] .container-wrapper {
  padding: 0px !important;
}

.kv-description[data-v-97653250] {
  font-size: 13px;
}
.kv-row[data-v-97653250] {
  margin-top: 10px;
}
.kv-checkbox[data-v-97653250] {
  width: 20px;
  margin-right: 10px;
}
.kv-delete[data-v-97653250] {
  width: 60px;
}
.el-autocomplete[data-v-97653250] {
  width: 100%;
}
i[data-v-97653250]:hover {
  color: #783887;
}


.kv-description[data-v-2fd623fc] {
  font-size: 13px;
}
.kv-row[data-v-2fd623fc] {
  margin-top: 10px;
}
.kv-delete[data-v-2fd623fc] {
  width: 60px;
}
.kv-select[data-v-2fd623fc] {
  width: 50%;
}
.el-autocomplete[data-v-2fd623fc] {
  width: 100%;
}
.kv-checkbox[data-v-2fd623fc] {
  width: 20px;
  margin-right: 10px;
}
.advanced-item-value[data-v-2fd623fc]  .el-dialog__body {
  padding: 15px 25px;
}
.el-row[data-v-2fd623fc] {
  margin-bottom: 5px;
}
.kv-type[data-v-2fd623fc] {
  width: 70px;
}
.pointer[data-v-2fd623fc] {
  cursor: pointer;
  color: #1E90FF;
}
.kv-setting[data-v-2fd623fc] {
  width: 40px;
  padding: 0px !important;
}


.textarea[data-v-0b620db0] {
  margin-top: 10px;
}
.ms-body[data-v-0b620db0] {
  padding: 15px 0;
  height: 400px;
}
.el-dropdown[data-v-0b620db0] {
  margin-left: 20px;
  line-height: 30px;
}
.ace_editor[data-v-0b620db0] {
  border-radius: 5px;
}
.el-radio-group[data-v-0b620db0] {
  margin: 10px 10px;
  margin-top: 15px;
}
.ms-el-link[data-v-0b620db0] {
  float: right;
  margin-right: 45px;
}


.ms-query[data-v-1a5094b5] {
  background: #1890FF;
  color: white;
  height: 18px;
  border-radius: 42%;
}
.ms-header[data-v-1a5094b5] {
  background: #1890FF;
  color: white;
  height: 18px;
  border-radius: 42%;
}
.request-tabs[data-v-1a5094b5] {
  margin: 20px;
  min-height: 200px;
}
.ms-el-link[data-v-1a5094b5] {
  float: right;
  margin-right: 45px;
}

.api-table-delete {
  padding: 20px 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.api-table-delete .small {
  height: 28px;
  min-width: 48px !important;
}
.api-table-delete .tips {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-left: 8.67px;
  color: var(--deTextPrimary, #1890FF);
}
.api-table-delete i {
  font-size: 14.6666660309px;
  color: var(--deWarning, #ff8800);
  line-height: 22px;
}
.api-table-delete .foot {
  text-align: right;
  width: 100%;
  margin-top: 16px;
}
.de-expand {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #1890FF;
  cursor: pointer;
  margin: 12px 0 16px 0;
  display: inline-block;
}
.de-mar0 {
  margin-top: 0;
}
.api-datasource-drawer .el-drawer__header {
  padding: 16px 24px;
  margin: 0;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1890FF;
  position: relative;
  border-bottom: 1px solid rgba(187, 191, 196, 0.5);
}
.api-datasource-drawer .el-drawer__header .el-drawer__close-btn {
  position: absolute;
  right: 24px;
  top: 16px;
  padding: 4px;
  border-radius: 4px;
  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;
}
.api-datasource-drawer .el-drawer__header .el-drawer__close-btn:hover {
  background: #e9e9ea;
}
.api-datasource-drawer .el-drawer__body {
  padding: 0 24px 81px 24px;
}
.api-datasource-drawer .row-rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 10px;
  margin: 24px 0 16px 0;
}
.api-datasource-drawer .row-rules::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 14px;
  width: 2px;
  background: #1890FF;
}
.api-datasource-drawer .input-with-select .el-input-group__prepend {
  background-color: #fff;
  border-color: #bbbfc4;
}
.api-datasource-drawer .input-with-select .el-input-group__prepend .el-select {
  width: 84px !important;
  color: #1890FF;
}
.api-datasource-drawer ::v-deep .el-form-item__label {
  width: 100% !important;
  text-align: left;
}
.api-datasource-drawer .el-steps {
  margin-top: 23px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.api-datasource-drawer .el-steps .el-step__line {
  line-height: 1.5;
  text-align: center;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  position: absolute;
  background-color: rgba(187, 191, 196, 0.5);
  height: 1px;
  top: 13px;
  left: calc(50% + 22px) !important;
  width: 100px;
  margin-right: 0px;
}
.api-datasource-drawer .el-steps .el-step__line i {
  border-top: none;
}
.api-datasource-drawer .el-steps .el-step__icon.is-text {
  border: none;
  font-family: PingFang SC;
  font-weight: 400;
  color: #fff;
  width: 28px;
  height: 28px;
  background: #1890FF;
}
.api-datasource-drawer .el-steps .el-step__icon.is-icon i {
  font-size: 27px;
}
.api-datasource-drawer .el-steps .el-step__title {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #1890FF;
  margin-top: 4px;
}
.api-datasource-drawer .el-steps .is-process .el-step__icon.is-text {
  background: none;
  color: #8f959e;
  border: 1px solid #8f959e;
}
.api-datasource-drawer .el-steps .is-process.el-step__title {
  font-weight: 400;
  color: #8f959e;
}
.api-datasource-drawer .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  display: none;
}
.api-datasource-drawer .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label::after {
  content: "*";
  color: #f54a45;
  margin-left: 2px;
}
.api-datasource-drawer ::v-deep .el-form-item__content {
  margin-left: 0 !important;
}
.api-datasource-drawer .el-form-item {
  margin-bottom: 28px;
}
.api-datasource-drawer .el-form-item__label {
  padding-bottom: 8px;
}
.api-datasource-drawer .mr40 {
  margin-top: 40px;
}
.api-datasource-drawer .btn {
  border-radius: 4px;
  padding: 5px 26px 5px 26px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.api-datasource-drawer .normal {
  color: #1890FF;
  border: 1px solid #bbbfc4;
  margin-left: 12px;
}
.api-datasource-drawer .table-container {
  padding: 20px;
}
.api-datasource-drawer .foot {
  width: 100%;
  z-index: 5;
  height: 80px;
  padding: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  background: #ffffff;
  -webkit-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05);
}
.api-datasource-drawer .el-checkbox__label {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ds-configuration-input .el-input__inner {
  color: var(--deTextPrimary, #1890FF);
}
.checkbox-table .el-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox-table .el-checkbox .el-checkbox__input {
  margin-top: 4px;
}
.checkbox-table .cell.el-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.api-card[data-v-2eed551a] {
  height: 128px;
  width: 600px;
  border-radius: 4px;
  border: 1px solid var(--deCardStrokeColor, #dee0e3);
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 20px 16px;
  font-family: PingFang SC;
}
.api-card .name[data-v-2eed551a] {
  font-size: 16px;
  font-weight: 500;
  margin-right: 8px;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.api-card .req-title[data-v-2eed551a],
.api-card .req-value[data-v-2eed551a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
}
.api-card .req-title[data-v-2eed551a] :nth-child(1),
.api-card .req-value[data-v-2eed551a] :nth-child(1) {
  width: 56px;
}
.api-card .req-title[data-v-2eed551a] :nth-child(2),
.api-card .req-value[data-v-2eed551a] :nth-child(2) {
  margin-left: 84px;
  max-width: 415px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.api-card .req-title[data-v-2eed551a] {
  color: var(--deTextPrimary, #1890FF);
  margin: 16px 0 4px 0;
}
.api-card .req-value[data-v-2eed551a] {
  color: var(--deTextSecondary, #999);
}
.api-card .de-copy-icon[data-v-2eed551a] {
  cursor: pointer;
  margin-right: 20px;
  color: var(--deTextSecondary, #999);
}
.api-card .de-delete-icon[data-v-2eed551a]:not(.not-allow) {
  cursor: pointer;
}
.api-card .de-delete-icon[data-v-2eed551a]:not(.not-allow):hover {
  color: var(--deDanger, #f54a45);
}
.api-card .de-tag[data-v-2eed551a] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  padding: 1px 6px;
  height: 24px;
}
.flex-space[data-v-2eed551a] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.el-input-number[data-v-2eed551a] {
  width: 100%;
}
.el-input-number[data-v-2eed551a]  .el-input__inner {
  text-align: left;
}
.el-input-number[data-v-2eed551a] .el-input-number__decrease,
.el-input-number[data-v-2eed551a] .el-input-number__increase {
  background: transparent;
}
.el-input-number.is-disabled .el-input-number__decrease[data-v-2eed551a] {
  border-right-color: #e4e7ed;
}
.el-input-number.is-disabled .el-input-number__increase[data-v-2eed551a] {
  border-bottom-color: #e4e7ed;
}
.de-svg-in-table .select-type[data-v-2eed551a] {
  width: 180px;
}
.de-svg-in-table .select-type[data-v-2eed551a] .el-input__inner {
  padding-left: 32px;
}
.de-svg-in-table .select-svg-icon[data-v-2eed551a] {
  position: absolute;
  left: 24px;
  top: 15px;
}
.de-svg-in-table[data-v-2eed551a] .el-table__expand-icon .el-icon-arrow-right::before {
  content: "\E791" !important;
}
.schema-label[data-v-2eed551a] .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schema-label[data-v-2eed551a] .el-form-item__label::after {
  display: none;
}
.schema-label[data-v-2eed551a] .el-form-item__label .name .required::after {
  content: "*";
  color: #f54a45;
  margin-left: 2px;
}
.de-ds-cont[data-v-24734952] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.de-ds-cont .de-ds-inner[data-v-24734952] {
  padding: 12px 24px 24px 24px;
  width: 100%;
  height: 100%;
  background: #141937;
  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;
  overflow-y: auto;
  color: #fff;
}
.de-ds-cont .w600[data-v-24734952] {
  width: 600px;
  height: 100%;
  padding-top: 24px;
}
.de-ds-bottom[data-v-24734952] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 56px;
  padding: 12px 24px;
  -webkit-box-shadow: 2px 2px 4px rgba(31, 35, 41, 0.08);
          box-shadow: 2px 2px 4px rgba(31, 35, 41, 0.08);
}
.de-ds-bottom .name[data-v-24734952] {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--deTextPrimary, #1890FF);
}
.de-ds-bottom i[data-v-24734952] {
  cursor: pointer;
}
.de-ds-form-app[data-v-2d9ac252] {
  width: 100%;
  height: 100%;
}
.de-ds-form-app .de-ds-cont[data-v-2d9ac252] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 12px 24px 24px 24px;
}
.de-ds-form-app .de-ds-cont .de-ds-inner[data-v-2d9ac252] {
  width: 100%;
  height: 100%;
  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;
}
.de-ds-form-app .de-ds-cont .w600[data-v-2d9ac252] {
  width: 600px;
  height: 100%;
}
.de-ds-form-app .de-ds-bottom[data-v-2d9ac252] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 56px;
  padding: 12px 24px;
  -webkit-box-shadow: 2px 2px 4px rgba(31, 35, 41, 0.08);
          box-shadow: 2px 2px 4px rgba(31, 35, 41, 0.08);
}
.de-ds-form-app .de-ds-bottom .name[data-v-2d9ac252] {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--deTextPrimary, #1890FF);
}
.de-ds-form-app .de-ds-bottom i[data-v-2d9ac252] {
  cursor: pointer;
}
.de-ds-form[data-v-2d9ac252] {
  width: 100vw;
  height: 100vh;
}
.de-ds-form .de-ds-top[data-v-2d9ac252] {
  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;
  height: 56px;
  padding: 12px 24px;
  -webkit-box-shadow: 0px 2px 4px rgba(31, 35, 41, 0.08);
          box-shadow: 0px 2px 4px rgba(31, 35, 41, 0.08);
}
.de-ds-form .de-ds-top .name[data-v-2d9ac252] {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--deTextPrimary, #1890FF);
}
.de-ds-form .de-ds-top i[data-v-2d9ac252] {
  cursor: pointer;
}

[data-v-2ad647be] .el-drawer__body {
  padding: 0px 0px !important;
}

.de-date-pick {
  width: 256px;
  position: relative;
}
.de-date-pick .el-input__icon {
  display: none;
}
.de-date-pick .el-range-input {
  text-align: left;
}
.de-date-pick .el-date-editor {
  padding-left: 12px;
  width: 100% !important;
}
.de-date-pick .calendar-outlined {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
}
.table-container[data-v-97faf44c] {
  height: calc(100% - 50px);
}
.table-container-filter[data-v-97faf44c] {
  height: calc(100% - 110px);
}
.link-span[data-v-97faf44c] {
  color: #1890FF;
  cursor: pointer;
}
.link-span[data-v-97faf44c]:hover {
  text-decoration: underline;
}
.img-main[data-v-6505198c] {
  border-radius: 4px;
  overflow-x: auto;
  overflow-y: auto;
  text-align: center;
  height: calc(100vh - 113px) !important;
}
.toolbar-icon-active[data-v-6505198c] {
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border-radius: 3px;
}
.toolbar-icon-active[data-v-6505198c]:active {
  color: #ffffff;
  border-color: #3a8ee6;
  background-color: red;
  outline: 0;
}
.toolbar-icon-active[data-v-6505198c]:hover {
  background-color: rgba(31, 35, 41, 0.1);
  color: #3a8ee6;
}
.icon20[data-v-6505198c] {
  font-size: 20px;
  color: var(--TextPrimary, #1890FF);
}
.icon16[data-v-6505198c] {
  font-size: 16px !important;
  color: var(--TextPrimary, #1890FF);
}
.text16[data-v-6505198c] {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--TextPrimary, #1890FF);
}
.margin-left12[data-v-6505198c] {
  margin-left: 12px !important;
}
.margin-left20[data-v-6505198c] {
  margin-left: 12px !important;
}
.template-main-content[data-v-5d46d865] {
  height: calc(100vh - 190px) !important;
}
.template-main[data-v-5d46d865] {
  text-align: center;
  border-radius: 4px;
  padding: 0 12px 24px 12px;
  height: calc(100vh - 190px) !important;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--ContentBG, #ffffff);
}
.market-main[data-v-5d46d865] {
  padding: 24px;
}
.title-left[data-v-5d46d865] {
  float: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: var(--TextPrimary, #1890FF);
}
.title-right[data-v-5d46d865] {
  float: right;
  width: 320px;
}
.dialog-footer-self[data-v-5d46d865] {
  text-align: right;
}
.search-button-self[data-v-5d46d865] {
  text-align: left;
  padding-left: 10px;
}
.topbar-icon-active[data-v-5d46d865] {
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border-radius: 3px;
  font-size: 22px;
  background-color: rgb(245, 245, 245);
}
.topbar-icon-active[data-v-5d46d865]:active {
  color: #ffffff;
  border-color: #3a8ee6;
  background-color: red;
  outline: 0;
}
.topbar-icon-active[data-v-5d46d865]:hover {
  background-color: rgba(31, 35, 41, 0.1);
  color: #3a8ee6;
}
.custom-position[data-v-5d46d865] {
  height: 80vh;
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  color: #999;
  font-weight: 400;
}
.outer-body[data-v-5d46d865] {
  width: 100%;
  height: calc(100vh - 56px);
  background-color: var(--MainBG, #0f132a);
}
.market-dialog-css[data-v-5d46d865]  .el-form-item__label {
  width: 100% !important;
  text-align: left;
}
.market-dialog-css[data-v-5d46d865]  .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  display: none;
}
.market-dialog-css[data-v-5d46d865]  .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label::after {
  content: "*";
  color: #f54a45;
  margin-left: 2px;
}
.market-dialog-css[data-v-5d46d865]  .el-form-item__content {
  margin-left: 0 !important;
}
.market-dialog-css[data-v-5d46d865]  .vue-treeselect__input {
  vertical-align: middle;
}
.main-log-area[data-v-5d46d865] {
  position: relative;
  padding: 24px;
}
.log-area[data-v-5d46d865] {
  height: calc(100vh - 240px);
}

.testcase-template[data-v-8680ad62] {
  position: relative;
  display: inline-block;
  margin: 0;
  -webkit-box-shadow: 0 0 2px 0 rgba(31,31,31,0.15), 0 1px 2px 0 rgba(31,31,31,0.15);
          box-shadow: 0 0 2px 0 rgba(31,31,31,0.15), 0 1px 2px 0 rgba(31,31,31,0.15);
  border: solid 2px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}
.demonstration[data-v-8680ad62] {
  display: block;
  font-size: 16px;
  text-align: left;
  margin-left: 12px;
  margin-top: 12px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  color: var(--TextPrimary, #1890FF);
}
.template-img[data-v-8680ad62] {
  background-size: 100% 100%;
  margin: 0 auto;
  border: solid 2px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.template-img[data-v-8680ad62]:hover {
  border: solid 1px #4b8fdf;
  border-radius: 4px;
  color: deepskyblue;
  cursor: pointer;
}
.testcase-template[data-v-8680ad62]:hover  .template-button{
  display: inline;
}
.template-button[data-v-8680ad62] {
  display: none;
  text-align: center;
  position:absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
}
.bottom-area[data-v-8680ad62]{
  height: 75px;
}


.template-item-main[data-v-58c046e6] {
  margin: 0 24px 0 0;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 250px;
  height: 180px;
  background-color: var(--ContentBG,#ffffff);
  border: 1px solid #DEE0E3 ;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  cursor: pointer;
  overflow: hidden;
}
.template-item-main-active[data-v-58c046e6]{
  border: 2px solid #1890FF!important;
}
.template-item-img[data-v-58c046e6]{
  position: absolute;
  width: 248px;
  height: 138px;
  left: 0px;
  top: 0px;
}
.demonstration[data-v-58c046e6] {
  position: absolute;
  width: 166px;
  height: 20px;
  left: 8px;
  top: 148px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.template-item-main[data-v-58c046e6]:hover {
  border: solid 1px #1890FF;
}


.content-container {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--ContentBG);
  overflow: auto;
  height: 100%;
  padding: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-container .content-container__header {
  line-height: 60px;
  font-size: 18px;
}
.content-container .content-container__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}















































































































































































































































































































































































































































































































































































































































































































































































































































































































/* .el-input {
  width: 300px;
}
.el-select {
  width: 300px;
} */
.ms-http-input[data-v-1e51597c] {
  width: 500px;
  margin-top: 5px;
}
.tip[data-v-1e51597c] {
  padding: 3px 5px;
  font-size: 16px;
  border-radius: 0;
  border-left: 4px solid #1890FF;
  margin: 5px 5px 10px 5px;
}
.el-select[data-v-1e51597c]  input {
  padding-right: 10px;
}
.el-select[data-v-1e51597c]  .el-input__suffix {
  right: 0;
}
.dialog-css[data-v-1e51597c]  .el-dialog__header {
  padding: 10px 20px 0px;
}
.dialog-css[data-v-1e51597c]  .el-dialog__body {
  padding: 10px 20px 10px;
}
.dialog-footer[data-v-1e51597c]  .el-dialog__footer {
  padding: 10px 10px 10px;
}

.top-list[data-v-9930dde6] {
  display: inline-block !important;
  height: 210px;
}
.aside-list-filter-active[data-v-9930dde6] {
  height: calc(100vh - 250px);
}
.template-main-preview[data-v-9930dde6] {
  margin-top: 12px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(31, 31, 31, 0.15), 0 1px 2px 0 rgba(31, 31, 31, 0.15);
          box-shadow: 0 0 2px 0 rgba(31, 31, 31, 0.15), 0 1px 2px 0 rgba(31, 31, 31, 0.15);
  border: solid 2px #fff;
  padding: 24px;
  min-height: calc(100vh - 147px);
  background-color: var(--ContentBG, #ffffff);
}
.preview-slider[data-v-9930dde6] {
  width: calc(100% - 24px);
  overflow-x: auto;
  overflow-y: hidden;
}
.market-main[data-v-9930dde6] {
  padding: 24px;
}
.title-left[data-v-9930dde6] {
  float: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.title-right[data-v-9930dde6] {
  float: right;
  width: 320px;
}
.dialog-footer-self[data-v-9930dde6] {
  text-align: center;
}
.search-button-self[data-v-9930dde6] {
  text-align: left;
  padding-left: 10px;
}
.topbar-icon-active[data-v-9930dde6] {
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border-radius: 3px;
  font-size: 22px;
  background-color: rgb(245, 245, 245);
}
.topbar-icon-active[data-v-9930dde6]:active {
  color: #ffffff;
  border-color: #3a8ee6;
  background-color: red;
  outline: 0;
}
.topbar-icon-active[data-v-9930dde6]:hover {
  background-color: rgba(31, 35, 41, 0.1);
  color: #3a8ee6;
}
.custom-position[data-v-9930dde6] {
  height: 70vh;
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  color: #999;
  font-weight: 400;
}
.aside-active[data-v-9930dde6] {
  width: 206px;
  height: calc(100vh - 56px);
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--ContentBG, #ffffff);
}
.aside-inActive[data-v-9930dde6] {
  position: relative;
  width: 0px;
}
.main-area-active[data-v-9930dde6] {
  width: calc(100% - 206px) !important;
}
.main-area[data-v-9930dde6] {
  width: 100%;
  padding: 24px;
  text-align: center;
  height: calc(100vh - 56px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.title-name-search[data-v-9930dde6] {
  width: 140px;
  float: left;
}
.icon20[data-v-9930dde6] {
  font-size: 20px !important;
}
.main-title[data-v-9930dde6] {
  margin-left: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--TextPrimary, #1890FF);
}
.insert-filter[data-v-9930dde6] {
  display: inline-block;
  font-weight: 400 !important;
  font-family: PingFang SC;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  color: var(--TextPrimary, #1890FF);
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border-radius: 3px;
}
.insert-filter[data-v-9930dde6]:active {
  color: #ffffff;
  border-color: #3a8ee6;
  background-color: red;
  outline: 0;
}
.insert-filter[data-v-9930dde6]:hover {
  background-color: rgba(31, 35, 41, 0.1);
  color: #3a8ee6;
}
.insert[data-v-9930dde6] {
  display: inline-block;
  font-weight: 400 !important;
  font-family: PingFang SC;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  color: #999;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border-radius: 3px;
}
.insert[data-v-9930dde6]:active {
  color: #ffffff;
  border-color: #3a8ee6;
  background-color: red;
  outline: 0;
}
.insert[data-v-9930dde6]:hover {
  background-color: rgba(31, 35, 41, 0.1);
  color: #3a8ee6;
}
.template-title[data-v-9930dde6] {
  float: left;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
  color: var(--TextPrimary, #1890FF);
}
.margin-top16[data-v-9930dde6] {
  margin-top: 16px;
}
.img-main[data-v-9930dde6] {
  border-radius: 4px;
  background: #0F1114;
  overflow-x: auto;
  overflow-y: hidden;
  height: calc(100% - 50px) !important;
}
.open-button[data-v-9930dde6] {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 2;
}
.open-button[data-v-9930dde6]:hover {
  color: #3a8ee6;
}
.filter-icon-span[data-v-9930dde6] {
  float: left;
  border: 1px solid #DCDFE6;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  padding: 7px;
  margin-left: 8px;
}
.filter-icon-active[data-v-9930dde6] {
  border: 1px solid #1890FF;
  color: #1890FF;
}
.filter-icon-active[data-v-9930dde6] {
  border: 1px solid #1890FF;
  color: #1890FF;
}
.search-area[data-v-9930dde6] {
  width: 100%;
  position: relative;
}
.preview-outer-body[data-v-9930dde6] {
  width: 100%;
  height: calc(100vh - 56px);
  background-color: var(--MainBG, #f5f6f7);
}
.market-main[data-v-9930dde6] {
  padding: 24px;
}
.title-left[data-v-9930dde6] {
  float: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: var(--TextPrimary, #1890FF);
}
.log-area[data-v-9930dde6] {
  height: calc(100vh - 420px);
}
.ds-from-main[data-v-9930dde6] {
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(31, 31, 31, 0.15), 0 1px 2px 0 rgba(31, 31, 31, 0.15);
          box-shadow: 0 0 2px 0 rgba(31, 31, 31, 0.15), 0 1px 2px 0 rgba(31, 31, 31, 0.15);
  border: solid 2px #fff;
  height: 77vh;
  background-color: var(--ContentBG, #ffffff);
}

.testcase-template[data-v-95ec6e90] {
  position: relative;
  display: inline-block;
  margin: 0;
  /* box-shadow: 0 0 2px 0 rgba(31,31,31,0.15), 0 1px 2px 0 rgba(31,31,31,0.15); */
  border: 1px solid rgba(255, 255, 255, .5);
  background-color: #21284B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* border-radius: 4px; */
  width: 100%;
  padding-bottom: 10px;
}
.demonstration[data-v-95ec6e90] {
  display: block;
  font-size: 16px;
  text-align: left;
  margin-left: 12px;
  margin-top: 12px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  color: #fff;
}
.template-img[data-v-95ec6e90] {
  background-size: 100% 100%;
  margin: 0 auto;
  border: solid 2px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.template-img[data-v-95ec6e90]:hover {
  border: solid 1px #4b8fdf;
  border-radius: 4px;
  color: deepskyblue;
  cursor: pointer;
}
.testcase-template[data-v-95ec6e90]:hover  .template-button{
  display: inline;
}
.template-button[data-v-95ec6e90] {
  display: none;
  text-align: center;
  position:absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
}
.bottom-area[data-v-95ec6e90]{
  height: 75px;
}


.custom-tree-node[data-v-7b5c711b] {
  -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;
}


.ms-aside-container[data-v-3ee1d4d6] {
    height: calc(100vh - 91px);
    padding: 15px;
    min-width: 60px;
    max-width: 60px;
    border: none;
}
.ms-main-container[data-v-3ee1d4d6] {
    height: calc(100vh - 91px);
}
.de-header[data-v-3ee1d4d6] {
    height: 35px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.showLeftPanel[data-v-3ee1d4d6] {
  overflow: hidden;
  position: relative;
  width: calc(100% - 15px);
}

.leftPanel-background[data-v-3ee1d4d6] {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: opacity 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.leftPanel[data-v-3ee1d4d6] {
  width: 100%;
  max-width: 260px;
  height: calc(100vh - 91px);
  position: fixed;
  top: 91px;
  left: 60px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: all 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
  -webkit-transform: translate(100%);
          transform: translate(100%);
  background: #fff;
  z-index: 1003;
}
.show[data-v-3ee1d4d6] {
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.show .leftPanel-background[data-v-3ee1d4d6] {
  z-index: 1002;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.show .leftPanel[data-v-3ee1d4d6] {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.avatar-uploader[data-v-b1502416]  .el-upload {
  width: 100px;
  height: 60px;
  line-height: 70px;
}
.avatar-uploader[data-v-b1502416]  .el-upload-list li {
  width: 100px !important;
  height: 60px !important;
}
.disabled[data-v-b1502416]  .el-upload--picture-card {
  display: none;
}
.shape-item[data-v-b1502416] {
  padding: 6px;
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-item-slider[data-v-b1502416]  .el-form-item__label {
  font-size: 12px;
  line-height: 38px;
}
.form-item[data-v-b1502416]  .el-form-item__label {
  font-size: 12px;
}
.el-select-dropdown__item[data-v-b1502416] {
  padding: 0 20px;
}
span[data-v-b1502416] {
  font-size: 12px
}
.el-form-item[data-v-b1502416] {
  margin-bottom: 6px;
}


.avatar-uploader[data-v-6c422931]  .el-upload {
  width: 100px;
  height: 60px;
  line-height: 70px;
}
.avatar-uploader[data-v-6c422931]  .el-upload-list li {
  width: 100px !important;
  height: 60px !important;
}
.disabled[data-v-6c422931]  .el-upload--picture-card {
  display: none;
}
.shape-item[data-v-6c422931] {
  padding: 6px;
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*.form-item-slider ::v-deep .el-form-item__label {*/
/*  font-size: 12px;*/
/*  line-height: 38px;*/
/*}*/
.form-item[data-v-6c422931]  .el-form-item__label {
  font-size: 12px;
}
.el-select-dropdown__item[data-v-6c422931] {
  padding: 0 20px;
}
span[data-v-6c422931] {
  font-size: 12px
}
.el-form-item[data-v-6c422931] {
  margin-bottom: 6px;
}


.avatar-uploader[data-v-1498b90c]  .el-upload {
  width: 100px;
  height: 60px;
  line-height: 70px;
}
.avatar-uploader[data-v-1498b90c]  .el-upload-list li{
  width: 100px !important;
  height: 60px !important;
}
.disabled[data-v-1498b90c]  .el-upload--picture-card {
  display: none;
}
.shape-item[data-v-1498b90c]{
  padding: 6px;
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-item-slider[data-v-1498b90c]  .el-form-item__label{
  font-size: 12px;
  line-height: 38px;
}
.form-item[data-v-1498b90c]  .el-form-item__label{
  font-size: 12px;
}
.el-select-dropdown__item[data-v-1498b90c]{
  padding: 0 20px;
}
span[data-v-1498b90c]{
  font-size: 12px
}
.el-form-item[data-v-1498b90c]{
  margin-bottom: 6px;
}


.form-item[data-v-1888e46a]  .el-form-item__label{
  font-size: 12px;
}



.avatar-uploader[data-v-4c4eb604]  .el-upload {
  width: 100px;
  height: 60px;
  line-height: 70px;
}
.avatar-uploader[data-v-4c4eb604]  .el-upload-list li {
  width: 100px !important;
  height: 60px !important;
}
.disabled[data-v-4c4eb604]  .el-upload--picture-card {
  display: none;
}
.shape-item[data-v-4c4eb604] {
  padding: 6px;
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-item-slider[data-v-4c4eb604]  .el-form-item__label {
  font-size: 12px;
  line-height: 38px;
}
.form-item[data-v-4c4eb604]  .el-form-item__label {
  font-size: 12px;
}
.el-select-dropdown__item[data-v-4c4eb604] {
  padding: 0 20px;
}
span[data-v-4c4eb604] {
  font-size: 12px
}
.el-form-item[data-v-4c4eb604] {
  margin-bottom: 6px;
}
.radio-span[data-v-4c4eb604] {
  margin-top: 10px;
}
.radio-span[data-v-4c4eb604]  .el-radio__label {
  margin-left: 4px;
}
.slider-area[data-v-4c4eb604]  .el-slider__runway {
  display: none;
}
.result-count[data-v-4c4eb604] {
  width: 80px;
}



.subject-template[data-v-93dfafa0] {
  width: 110px;
  height: 90px;
  position: relative;
  float: left;
  margin: 5px;
  display: inline-block;
}
.demonstration[data-v-93dfafa0] {
  display: block;
  text-align: center;
  margin: 10px auto;
  width: 150px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.vertical-layout[data-v-93dfafa0] {
  overflow: hidden auto;
  position: absolute;
  inset: 0px 0px 30px;
  width: 108px; height: 58px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 2px 0 rgba(31,31,31,0.15), 0 1px 2px 0 rgba(31,31,31,0.15);
          box-shadow: 0 0 2px 0 rgba(31,31,31,0.15), 0 1px 2px 0 rgba(31,31,31,0.15);
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
.vertical-layout[data-v-93dfafa0]:hover {
  border: solid 1px #4b8fdf;
  border-radius: 3px;
  color: deepskyblue;
  cursor: pointer;
}
.vertical-layout > i[data-v-93dfafa0]{
  float: right;
  color: gray;
  margin: 2px;
  position: relative;
}
.vertical-layout > i[data-v-93dfafa0]:hover {
  color: red;
}
.vertical-layout:hover > .el-icon-error[data-v-93dfafa0] {
  z-index: 10;
}
.vertical-layout:hover > .el-icon-edit[data-v-93dfafa0] {
  z-index: 10;
}



.allBack[data-v-74436d0f] {
  background-size: 100% 100%!important;
}
.subject-template[data-v-74436d0f] {
  width: 110px;
  height: 90px;
  position: relative;
  float: left;
  margin: 5px;
  display: inline-block;
}
.demonstration[data-v-74436d0f] {
  display: block;
  text-align: center;
  margin: 10px auto;
  width: 150px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.vertical-layout[data-v-74436d0f] {
  overflow: hidden;
  position: absolute;
  inset: 0px 0px 30px;
  width: 108px; height: 58px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 2px 0 rgba(31,31,31,0.15), 0 1px 2px 0 rgba(31,31,31,0.15);
          box-shadow: 0 0 2px 0 rgba(31,31,31,0.15), 0 1px 2px 0 rgba(31,31,31,0.15);
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
.vertical-layout-selected[data-v-74436d0f]{
  border: solid 2px #4b8fdf;
  border-radius: 3px;
}
.vertical-layout[data-v-74436d0f]:hover {
  border: solid 1px #4b8fdf;
  border-radius: 3px;
  color: deepskyblue;
  cursor: pointer;
}
.vertical-layout > i[data-v-74436d0f]{
  float: right;
  color: gray;
  margin: 2px;
  position: relative;
}
.vertical-layout > i[data-v-74436d0f]:hover {
  color: red;
}
.vertical-layout:hover > .el-icon-error[data-v-74436d0f] {
  z-index: 10;
  display:block;
}
.vertical-layout[data-v-74436d0f]  .el-icon-error {
  display:none
}
.theme-selected-icon[data-v-74436d0f] {
  z-index: 2;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #4b8fdf;
}



* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
#slider {
  text-align: center;
}
.window {
  position: relative;
  width: 240px;
  height: 208px;
  margin: 0 auto;
  overflow: hidden;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.left,
.right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 50%;
  cursor: pointer;
}
.left {
  padding-left: 5px;
  padding-top: 2px;
}
.right {
  padding-right: 5px;
  padding-top: 2px;
}
img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dots li {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 3px;
  border: 1px solid white;
  border-radius: 50%;
  background-color: #1890FF;
  cursor: pointer;
}
.dots .dotted {
  background-color: orange;
}
.direction {
  width: 100%;
}


.subject-template[data-v-402692f6] {
  width: 110px;
  height: 90px;
  position: relative;
  float: left;
  margin: 5px;
  display: inline-block;
}
.demonstration[data-v-402692f6] {
  display: block;
  text-align: center;
  margin: 10px auto;
  width: 150px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.vertical-layout[data-v-402692f6] {
  overflow: hidden auto;
  position: absolute;
  inset: 0px 0px 30px;
  width: 108px; height: 58px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 2px 0 rgba(31,31,31,0.15), 0 1px 2px 0 rgba(31,31,31,0.15);
          box-shadow: 0 0 2px 0 rgba(31,31,31,0.15), 0 1px 2px 0 rgba(31,31,31,0.15);
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
.vertical-layout[data-v-402692f6]:hover {
  border: solid 1px #4b8fdf;
  border-radius: 3px;
  color: deepskyblue;
  cursor: pointer;
}
.vertical-layout > i[data-v-402692f6]{
  float: right;
  color: gray;
  margin: 2px;
  position: relative;
}
.vertical-layout > i[data-v-402692f6]:hover {
  color: red;
}
.vertical-layout:hover > .el-icon-error[data-v-402692f6] {
  z-index: 10;
}
.vertical-layout:hover > .el-icon-edit[data-v-402692f6] {
  z-index: 10;
}


.de-template-list[data-v-33d855aa] {
  height: 100%;
  position: relative;
}
.de-template-list ul[data-v-33d855aa] {
  margin: 16px 0 20px 0;
  padding: 0;
  overflow-y: auto;
  max-height: calc(100% - 90px);
}
.de-template-list li[data-v-33d855aa] {
  list-style: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 0 30px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: var(--deTextPrimary, #1890FF);
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.de-template-list li .text-template-overflow[data-v-33d855aa] {
  display: inline-block;
  max-width: 87%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.de-template-list li .folder[data-v-33d855aa] {
  color: #8f959e;
  margin-right: 9px;
}
.de-template-list li .more[data-v-33d855aa] {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.de-template-list li .more .el-icon-more[data-v-33d855aa] {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.de-template-list li .more .el-icon-more[data-v-33d855aa]:hover {
  background: rgba(31, 35, 41, 0.1);
  border-radius: 4px;
}
.de-template-list li .more .el-icon-more[data-v-33d855aa]:active {
  background: rgba(31, 35, 41, 0.2);
  border-radius: 4px;
}
.de-template-list li[data-v-33d855aa]:hover {
  background: rgba(31, 35, 41, 0.1);
}
.de-template-list li:hover .more[data-v-33d855aa] {
  display: block;
}
.de-template-list .de-btn-fix[data-v-33d855aa] {
  position: absolute;
  bottom: 0;
  left: 0;
}
.de-template-dropdown[data-v-33d855aa] {
  margin-top: 0 !important;
}
.de-template-dropdown .popper__arrow[data-v-33d855aa] {
  display: none !important;
}
.de-card-model {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 1px solid var(--deCardStrokeColor, #dee0e3);
  border-radius: 4px;
  margin: 0 24px 25px 0;
}
.de-card-model .card-img-model {
  border-bottom: 1px solid var(--deCardStrokeColor, #dee0e3);
  height: 144px;
  width: 100%;
  overflow: hidden;
}
.de-card-model .card-img-model img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.de-card-model .card-info {
  width: 100%;
  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;
  padding: 8px 12px 9px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.de-card-model .card-info .el-icon-more {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.de-card-model .card-info .el-icon-more:hover {
  background: rgba(31, 35, 41, 0.1);
  border-radius: 4px;
}
.de-card-model .card-info .el-icon-more:active {
  background: rgba(31, 35, 41, 0.2);
  border-radius: 4px;
}
.de-card-model .de-model-text {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1890FF;
  display: inline-block;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
}
.de-card-model:hover {
  -webkit-box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.08);
          box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.08);
}
.de-card-dropdown {
  margin-top: 0 !important;
}
.de-card-dropdown .popper__arrow {
  display: none !important;
}

.my_table[data-v-46f9b031]  .el-table__row > td {
  /* 去除表格线 */
  border: none;
  padding: 0 0;
}
.my_table[data-v-46f9b031]  .el-table th.is-leaf {
  /* 去除上边框 */
  border: none;
}
.my_table[data-v-46f9b031]  .el-table::before {
  /* 去除下边框 */
  height: 0;
}
.de-root-class[data-v-46f9b031] {
  margin-top: 24px;
  text-align: right;
}
.preview[data-v-46f9b031] {
  margin-top: -12px;
  border: 1px solid rgba(255, 255, 255, .1);
  height: 300px !important;
  overflow: auto;
  background-size: 100% 100% !important;
  border-radius: 4px;
}
.preview-show[data-v-46f9b031] {
  border-left: 1px solid rgba(255, 255, 255, .1);
  height: 300px;
  background-size: 100% 100% !important;
}

.flex-template {
  width: 100%;
  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;
}
.flex-template .el-input {
  margin-right: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.de-template[data-v-44923d82] {
  height: 100%;
  background-color: var(--MainBG);
}
.de-template .tabs-container[data-v-44923d82] {
  height: calc(100% - 48px);
  background: var(--ContentBG, #141937);
  overflow-x: auto;
}
.de-template .flex-tabs[data-v-44923d82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.de-template .de-tabs-left[data-v-44923d82] {
  width: 269px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px;
}
.de-template .de-tabs-right[data-v-44923d82] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 0 24px 24px;
  overflow: hidden;
}
.de-template .de-tabs-right .template-box[data-v-44923d82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  height: calc(100% - 10px);
  width: 100%;
  padding-bottom: 24px;
}
.de-template .de-tabs-right .active-template[data-v-44923d82] {
  margin: 4px 0 20px 0;
  padding-right: 24px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  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;
  color: var(--deTextPrimary, #1890FF);
}
.top-div-class[data-v-782a0e23] {
  max-height: calc(100vh - 335px);
  width: 100%;
  position: fixed;
  overflow-y: auto;
}
.detail-class[data-v-782a0e23] {
  width: 300px;
  position: fixed;
  bottom: 0px;
}
.view-list-thumbnails[data-v-782a0e23] {
  width: 100%;
  height: 100%;
}
.father .child[data-v-782a0e23] {
  /*display: none;*/
  visibility: hidden;
}
.father:hover .child[data-v-782a0e23] {
  /*display: inline;*/
  visibility: visible;
}
.custom-tree-node-list[data-v-782a0e23] {
  -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: 0 8px;
}
.date[data-v-21c6397c] {
  width: 380px;
  padding: 32px 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #21284B;
}
.date .title[data-v-21c6397c] {
  font-weight: bold;
  color: white;
  margin-bottom: 32px;
}
.date .dates[data-v-21c6397c] {
  padding: 10px 0;
}
.date .dates .week span[data-v-21c6397c] {
  width: 36px;
  height: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  margin: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.date .dates .every-date span[data-v-21c6397c] {
  width: 36px;
  height: 36px;
  color: #bcbcbc;
  text-align: center;
  margin: 5px;
  line-height: 36px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.date .dates .every-date .active[data-v-21c6397c] {
  background: #1890ff;
  border-radius: 50%;
}
.date .dates .every-date .noCurrent[data-v-21c6397c] {
  color: #666666;
}

.month[data-v-4a0584bc] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.month .title[data-v-4a0584bc] {
  font-weight: bold;
  color: white;
  margin-bottom: 32px;
}
.month .dates .week[data-v-4a0584bc] {
  background: #414974;
}
.month .dates .week span[data-v-4a0584bc] {
  width: 14.28%;
  height: 90px;
  color: #1890ff;
  text-align: center;
  line-height: 90px;
}
.month .dates .every-date[data-v-4a0584bc] {
  border-top: 1px solid #212749;
  border-left: 1px solid #212749;
}
.month .dates .every-date .item[data-v-4a0584bc] {
  width: 14.28%;
  color: #bcbcbc;
  text-align: center;
  border-right: 1px solid #212749;
  border-bottom: 1px solid #212749;
  background: #141937;
  font-size: 20px;
  line-height: 27px;
  position: relative;
}
.month .dates .every-date .item .num[data-v-4a0584bc] {
  padding: 21px 27px 0 0;
  text-align: right;
}
.month .dates .every-date .item .text[data-v-4a0584bc] {
  padding: 15px 0 15px;
}
.month .dates .every-date .item .text p[data-v-4a0584bc] {
  margin-bottom: 10px;
}
.month .dates .every-date .item .text .more[data-v-4a0584bc] {
  text-align: right;
  color: #bcbcbc;
  margin-bottom: 0;
}
.month .dates .every-date .blue-bg[data-v-4a0584bc] {
  background: rgba(24, 144, 255, 0.05);
  position: relative;
}
.month .dates .every-date .blue-bg[data-v-4a0584bc]:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #1890ff;
}
.month .dates .every-date .theme-red[data-v-4a0584bc] {
  background: #f563ae;
  color: white;
}
.month .dates .every-date .theme-blue[data-v-4a0584bc] {
  background: #38cbba;
  color: white;
}
.month .dates .every-date .bar[data-v-4a0584bc] {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
}
.month .dates .every-date .noCurrent[data-v-4a0584bc] {
  color: #666666;
}

.avatar[data-v-1e7d6984] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
[data-v-1e7d6984] .ant-table-thead > tr > th {
  white-space: nowrap;
}

.week[data-v-dc5d527c] {
  border-top: 1px solid rgba(65, 73, 116, 0.3);
  border-left: 1px solid rgba(65, 73, 116, 0.3);
  overflow: hidden;
}
.week .deep-bg[data-v-dc5d527c] {
  background: #1c2242;
}
.week .head-title[data-v-dc5d527c] {
  height: 90px;
}
.week .head-title > span[data-v-dc5d527c] {
  color: #1890ff;
}
.week .blue-bold[data-v-dc5d527c] {
  color: #1890ff;
  font-weight: bold;
}
.week .first-cell[data-v-dc5d527c] {
  width: 7.6%;
}
.week .other-cell[data-v-dc5d527c] {
  width: 13.2%;
}
.week .cell-height[data-v-dc5d527c] {
  height: 127px;
  border-right: 1px solid rgba(65, 73, 116, 0.3);
  border-bottom: 1px solid rgba(65, 73, 116, 0.3);
  overflow: hidden;
}
.week .border-right[data-v-dc5d527c] {
  border-right: 1px solid rgba(65, 73, 116, 0.3);
}
.week .cell-content[data-v-dc5d527c] {
  position: relative;
  height: 100%;
}
.week .cell-content .bar[data-v-dc5d527c] {
  display: none;
}
.week .cell-content > p[data-v-dc5d527c] {
  width: 100%;
  line-height: 37px;
  font-size: 14px;
  color: white;
  margin-bottom: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
}
.week .cell-content > p[data-v-dc5d527c]:nth-last-of-type(1) {
  margin-top: 0;
}
.week .cell-content > .more[data-v-dc5d527c] {
  text-align: right;
  margin-bottom: 0;
  line-height: 37px;
}
.week .cell-content.active[data-v-dc5d527c] {
  background: rgba(24, 144, 255, 0.05);
}
.week .cell-content.active .bar[data-v-dc5d527c] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #1890ff;
  display: block;
}
.week .cell-content.active .theme-red[data-v-dc5d527c] {
  background: #f563ae;
  color: white;
}
.week .cell-content.active .theme-blue[data-v-dc5d527c] {
  background: #38cbba;
}


[data-v-0dfcb09b] .ant-input-search-icon {
  color: white;
}
.modal_content[data-v-0dfcb09b] {
  height: 400px;
  overflow-y: scroll;
  color: #fff;
}
.modal_content .modal_item[data-v-0dfcb09b] {
  margin-bottom: 48px;
}
.modal_content .header[data-v-0dfcb09b] {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 21px;
}
.modal_content .item_header[data-v-0dfcb09b] {
  font-size: 16px;
}
.modal_content .schedule_time_box[data-v-0dfcb09b] {
  color: #ffffff;
}
.modal_content .schedule_time_box .schedule_time_item[data-v-0dfcb09b] {
  width: 180px;
  padding: 15px 0 10px 0;
  margin-right: 32px;
}
.modal_content .schedule_time_box .schedule_time_item[data-v-0dfcb09b]:last-child {
  margin-right: 0;
}
.modal_content .schedule_time_box .schedule_date[data-v-0dfcb09b] {
  font-size: 12px;
  margin: 5px 0;
}
.modal_content .schedule_time_box .schedule_time[data-v-0dfcb09b] {
  font-size: 25px;
  font-weight: 500;
}
.modal_content .schedule_time_box .schedule_text[data-v-0dfcb09b] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  padding: 2px 10px;
  background: #f2f2f2;
  border-radius: 15px;
}
.modal_content .schedule_other .other_title[data-v-0dfcb09b] {
  margin-right: 24px;
}
.modal_content .schedule_other .other_address[data-v-0dfcb09b] {
  color: #bcbcbc;
}
.modal_content .join_member .item_header[data-v-0dfcb09b] {
  margin-bottom: 21px;
}
.modal_content .join_member .avatar_box[data-v-0dfcb09b] {
  width: 68px;
  height: 68px;
  background: linear-gradient(132deg, #00ffe0 16%, #00c4ff 79%);
  border-radius: 50%;
  margin-bottom: 8px;
}
.modal_content .create_member[data-v-0dfcb09b] {
  font-size: 14px;
  color: #bcbcbc;
  background: #282f54;
  padding: 16px 24px;
}
.modal_content .filelist_box .item_header[data-v-0dfcb09b] {
  margin-bottom: 21px;
}
.modal_content .filelist_box .filelist_item[data-v-0dfcb09b]:nth-of-type(2n-1) {
  background: #282f54;
}
.modal_content .filelist_box .filelist_item .opera_list .down_btn[data-v-0dfcb09b] {
  margin-right: 8px;
}
.modal_content .desc-label[data-v-0dfcb09b] {
  color: var(--text-color);
}
.date-content[data-v-0dfcb09b] {
  margin-left: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.date-content .deep-bg[data-v-0dfcb09b] {
  background: #1c2242;
}
.date-content .date-none[data-v-0dfcb09b] {
  height: 100%;
}
.date-content .date-none img[data-v-0dfcb09b] {
  width: 81px;
}
.date-content .date-none p[data-v-0dfcb09b] {
  margin-top: 31px;
  height: 27px;
  font-size: 20px;
  color: #bcbcbc;
}
.date-content .date-select[data-v-0dfcb09b] {
  width: 300px;
}
.date-content .add[data-v-0dfcb09b],
.date-content .today[data-v-0dfcb09b] {
  width: 100px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
}
.date-content .add[data-v-0dfcb09b] {
  background: #1890ff;
  margin-right: 16px;
}
.date-content .today[data-v-0dfcb09b] {
  width: 80px;
  background: #141937;
  margin-left: 16px;
  border: 1px solid #282f54;
}
.date-content .type span[data-v-0dfcb09b] {
  width: 54px;
  line-height: 41px;
  border: 1px solid #282f54;
  text-align: center;
  color: #bcbcbc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.date-content .type span[data-v-0dfcb09b]:nth-of-type(1) {
  border-radius: 4px 0px 0px 4px;
}
.date-content .type span[data-v-0dfcb09b]:nth-of-type(3) {
  border-radius: 0 4px 4px 0;
}
.date-content .type span.active[data-v-0dfcb09b] {
  border-color: #1890ff;
  color: #1890ff;
}
[data-v-0dfcb09b] .ant-select-multiple .ant-select-selection-item {
  background: #1c2242 !important;
}
[data-v-0dfcb09b] .ant-select-multiple .ant-select-selection-item-remove {
  color: white !important;
}
[data-v-0dfcb09b] .upload.ant-btn {
  background: #282f54 !important;
  border-color: #282f54 !important;
  color: #999999 !important;
}
.gray[data-v-0dfcb09b] {
  color: #999999;
}
.head-title[data-v-0dfcb09b] {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.icon-img[data-v-0dfcb09b] {
  padding-right: 40px;
}
.icon-img img[data-v-0dfcb09b] {
  width: 12px;
}
.img-wrap[data-v-0dfcb09b] {
  width: 180px;
  height: 115px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.img1[data-v-0dfcb09b] {
  background: url(/assets/yf-img/green-bg.png) left top no-repeat;
  background-size: cover;
  margin-right: 32px;
}
.img2[data-v-0dfcb09b] {
  background: url(/assets/yf-img/orange-bg.png) left top no-repeat;
  background-size: cover;
}
.join-people > section[data-v-0dfcb09b] {
  margin-right: 44px;
}
.join-people img[data-v-0dfcb09b] {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.table[data-v-0dfcb09b] {
  width: 100%;
}
.table tr[data-v-0dfcb09b]:nth-of-type(2n-1) {
  background: #282f54;
}
.table tr[data-v-0dfcb09b] {
  border-radius: 4px;
  padding: 0 16px;
}
.table td[data-v-0dfcb09b] {
  height: 50px;
  vertical-align: middle;
  padding: 10px 16px;
}
.table td[data-v-0dfcb09b]:nth-of-type(1) {
  width: 25%;
}
.table td[data-v-0dfcb09b]:nth-of-type(2) {
  width: 36%;
}
.table td[data-v-0dfcb09b]:nth-of-type(3) {
  width: 20%;
}
.table td[data-v-0dfcb09b]:nth-of-type(4) {
  width: 19%;
  white-space: nowrap;
}
.table td .ant-btn-primary[data-v-0dfcb09b] {
  color: #1890ff !important;
}
.table td .ant-btn-dangerous[data-v-0dfcb09b] {
  background: none !important;
}
[data-v-0dfcb09b] .ant-time-picker {
  width: 100% !important;
}
.addressMain[data-v-0dfcb09b] {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 5px;
}
.addressMain .result[data-v-0dfcb09b] {
  margin-bottom: 20px;
}
.addressMain .result .result_name[data-v-0dfcb09b] {
  font-size: 15px;
  color: #fff;
}
.addressMain .result .result_info[data-v-0dfcb09b] {
  color: #fff;
}
.addressMain .line[data-v-0dfcb09b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addressMain .line .btn[data-v-0dfcb09b] {
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  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;
}
.addressMain .line .btn span[data-v-0dfcb09b] {
  margin-right: 5px;
}
.addressMain .line .btn[data-v-0dfcb09b]:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.address_list[data-v-0dfcb09b] {
  height: 400px;
  overflow-y: auto;
}
.address_list[data-v-0dfcb09b]::-webkit-scrollbar {
  width: 0;
}
.address_list .address_item[data-v-0dfcb09b] {
  padding: 13px 20px 8px 20px;
  background: #282f54;
  margin-bottom: 16px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #282f54;
}
.address_list .address_item .common_tip[data-v-0dfcb09b] {
  font-size: 12px;
  color: #ffffff;
  padding: 4px 12px;
  background: #fa6ba4;
  border-radius: 4px 4px 0px 4px;
  position: absolute;
  top: 0;
  right: 0;
}
.address_list .address_item .address_top[data-v-0dfcb09b] {
  font-size: 15px;
}
.address_list .address_item .address_middle[data-v-0dfcb09b] {
  font-size: 12px;
  color: #bcbcbc;
  margin-top: 10px;
}
.address_list .address_item .address_bottom[data-v-0dfcb09b] {
  font-size: 12px;
  color: #bcbcbc;
  border-top: 1px solid #232948;
  padding-top: 8px;
}
.address_list .address_item_active[data-v-0dfcb09b] {
  border-color: #1890ff;
}

.scheduleManagement[data-v-0f566a18] {
  min-height: 100%;
  padding: 15px;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header[data-v-560535c3] {
  border-left: 4px solid #1890FF;
  padding-left: 16px;
  margin-bottom: 35px;
}
.dot[data-v-560535c3] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
}
.pagination_box[data-v-560535c3] {
  text-align: right;
}
[data-v-560535c3] .ant-pagination-item-active {
  background-color: #1890FF !important;
}
[data-v-560535c3] .ant-pagination-item {
  background-color: var(--form-bg-color);
  border-color: var(--form-bg-color);
}
[data-v-560535c3] .ant-pagination-item a {
  color: #fff !important;
}

.add_plan_box[data-v-39f8de4a] {
  background: #141937;
  padding: 30px;
  font-size: 14px;
}
.add_plan_box .plan_title[data-v-39f8de4a] {
  margin: 10px 0 20px 3px;
}
.add_plan_box .plan_content[data-v-39f8de4a] {
  background: #1c2242;
  padding: 50px 100px;
}
.add_plan_box .plan_content .ant-calendar-picker[data-v-39f8de4a] {
  width: 50% !important;
}
.add_plan_box .plan_content .btn_list .btn_item[data-v-39f8de4a] {
  padding: 3px 35px;
  border-radius: 4px;
  background-color: #282f54;
  border: 1px solid transparent;
  color: #ccc;
  font-size: 15px;
  margin-right: 20px;
}
.add_plan_box .plan_content .btn_list .btn_item[data-v-39f8de4a]:last-child {
  margin-right: 0;
}
.add_plan_box .plan_content .btn_list .select_btn[data-v-39f8de4a] {
  color: #1890ff;
  border: 1px solid rgba(24, 144, 255, 0.8);
  background-color: transparent;
}
.add_plan_box .plan_content .device_box .device_btn[data-v-39f8de4a] {
  margin-bottom: 35px;
}
.add_plan_box .plan_content .device_box .device_list .device_item[data-v-39f8de4a] {
  margin-bottom: 30px;
}
.add_plan_box .plan_content .device_box .device_list .device_item[data-v-39f8de4a]:last-child {
  margin-bottom: 0;
}
.add_plan_box .plan_content .device_box .device_list .device_item .device_name[data-v-39f8de4a] {
  color: #fff;
  margin-left: 16px;
  width: 200px;
  margin-right: 10px;
}
.add_plan_box .plan_content .action_header[data-v-39f8de4a] {
  padding-left: 8px;
}
.add_plan_box .plan_content .action_header .add_btn[data-v-39f8de4a] {
  color: #1890ff;
}
.add_plan_box .plan_content .action_header .add_btn .icon[data-v-39f8de4a] {
  font-size: 17px;
}
.add_plan_box .plan_content .action_box .action_item[data-v-39f8de4a] {
  margin-bottom: 24px;
  padding: 30px 24px;
  background: #282f54;
  border-radius: 4px;
}
.add_plan_box .plan_content .action_box .action_item .exciting_list[data-v-39f8de4a] {
  padding-left: 12px;
}
.add_plan_box .plan_content .action_box .action_item .exciting_list .exciting_item[data-v-39f8de4a] {
  margin-bottom: 40px;
}
.add_plan_box .plan_content .action_box .action_item .exciting_list .exciting_item[data-v-39f8de4a]:last-child {
  margin-bottom: 0;
}
.add_plan_box .plan_content .action_box .action_item .exciting_list .exciting_item .exciting_title[data-v-39f8de4a] {
  margin-bottom: 16px;
}
.add_plan_box .plan_content .action_box .action_item .exciting_list .exciting_item .exciting_title .exciting_edit_btn[data-v-39f8de4a] {
  margin-right: 8px;
}
.add_plan_box .plan_content .action_box .action_item .exciting_list .exciting_item .exciting_content[data-v-39f8de4a] {
  color: #bcbcbc;
}
.add_plan_box .plan_content .sports_hall[data-v-39f8de4a],
.add_plan_box .plan_content .drill_date[data-v-39f8de4a] {
  width: 50%;
  height: 40px;
  line-height: 40px;
  background: #282f54;
  border-radius: 4px;
  color: #d9d9d9;
  padding-left: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.add_plan_box .plan_content .drill_date_box[data-v-39f8de4a] {
  position: relative;
}
.add_plan_box .plan_content .drill_date_box .date_component[data-v-39f8de4a] {
  position: absolute;
  top: 40px;
  height: 550px;
  overflow: hidden;
  z-index: 20;
  border: 1px solid #282f54;
  color: #fff;
  background: #1c2242;
}
.add_plan_box .plan_content .drill_date_box .date_component .footer[data-v-39f8de4a] {
  padding: 20px;
}
.add_plan_box .plan_content .upload_box .tips[data-v-39f8de4a] {
  color: #999999;
  margin-top: 23px;
}
.add_plan_box .plan_content .line-btn .icon[data-v-39f8de4a] {
  color: #197ad9 !important;
}
.add_plan_box .plan_content .delete_btn[data-v-39f8de4a] {
  color: #f21753 !important;
  border-color: #f21753 !important;
}
.add_plan_box .plan_content .delete_btn .icon[data-v-39f8de4a] {
  color: #f21753 !important;
}
.add_plan_box .plan_content .color_f[data-v-39f8de4a] {
  color: #fff;
}
.sporter_content_box[data-v-39f8de4a] {
  height: 600px;
  overflow: auto;
}
.modal_content .device_box .title[data-v-39f8de4a] {
  color: #ffffff;
  font-size: 16px;
  padding-left: 8px;
  border-left: 4px solid #1890ff;
  margin-bottom: 40px;
}
.modal_content .device_box .device_item[data-v-39f8de4a] {
  margin-right: 50px;
  margin-bottom: 20px;
}
.modal_content .device_box .device_item[data-v-39f8de4a]:last-child {
  margin-right: 0;
}
.modal_content .device_box .device_item .device_img[data-v-39f8de4a] {
  margin-left: 16px;
}
.modal_content .add_sporter_box .title[data-v-39f8de4a] {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding-left: 8px;
  border-left: 4px solid #1890ff;
  margin-bottom: 40px;
}
.modal_content .add_sporter_box .sporter_content .left[data-v-39f8de4a] {
  width: 45%;
}
.modal_content .add_sporter_box .sporter_content .left .search[data-v-39f8de4a] {
  margin-bottom: 24px;
}
.modal_content .add_sporter_box .sporter_content .left .search[data-v-39f8de4a] .ant-input-search-icon {
  color: #fff;
}
.modal_content .add_sporter_box .sporter_content .left .sporter_list[data-v-39f8de4a] {
  height: 450px;
  background: #282f54;
  padding: 24px;
  overflow: auto;
}
.modal_content .add_sporter_box .sporter_content .left .sporter_list[data-v-39f8de4a] .ant-tree li .ant-tree-node-content-wrapper,
.modal_content .add_sporter_box .sporter_content .left .sporter_list[data-v-39f8de4a] .ant-checkbox-wrapper {
  color: #fff;
}
.modal_content .add_sporter_box .sporter_content .left .sporter_list[data-v-39f8de4a] .ant-checkbox-wrapper {
  margin-left: 8px;
}
.modal_content .add_sporter_box .sporter_content .right[data-v-39f8de4a] {
  width: 45%;
  padding: 24px;
  background: #282f54;
}
.modal_content .add_sporter_box .sporter_content .right .header .left[data-v-39f8de4a] {
  font-size: 14px;
  color: #cdcdcd;
  width: auto;
}
.modal_content .add_sporter_box .sporter_content .right .header .right[data-v-39f8de4a] {
  font-size: 16px;
  color: #1890ff;
  padding: 0;
  width: auto;
}
.modal_content .add_sporter_box .sporter_content .right .selected_list .selected_item[data-v-39f8de4a] {
  padding: 8px 0;
  color: #fff;
}
.modal_content .address_box[data-v-39f8de4a] {
  color: #fff;
}
.modal_content .address_box .address_header[data-v-39f8de4a] {
  margin-bottom: 38px;
}
.modal_content .address_box .address_header .hall_search[data-v-39f8de4a] {
  margin-left: 7px;
}
.modal_content .address_box .address_header .hall_search[data-v-39f8de4a] .ant-input-search-icon {
  color: #fff;
}
.modal_content .address_box .address_list[data-v-39f8de4a] {
  height: 400px;
  overflow-y: auto;
}
.modal_content .address_box .address_list[data-v-39f8de4a]::-webkit-scrollbar {
  width: 0;
}
.modal_content .address_box .address_list .address_item[data-v-39f8de4a] {
  padding: 13px 20px 8px 20px;
  background: #282f54;
  margin-bottom: 16px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #282f54;
}
.modal_content .address_box .address_list .address_item .common_tip[data-v-39f8de4a] {
  font-size: 12px;
  color: #ffffff;
  padding: 4px 12px;
  background: #fa6ba4;
  border-radius: 4px 4px 0px 4px;
  position: absolute;
  top: 0;
  right: 0;
}
.modal_content .address_box .address_list .address_item .address_top[data-v-39f8de4a] {
  font-size: 15px;
}
.modal_content .address_box .address_list .address_item .address_middle[data-v-39f8de4a] {
  font-size: 12px;
  color: #bcbcbc;
  margin-top: 10px;
}
.modal_content .address_box .address_list .address_item .address_bottom[data-v-39f8de4a] {
  font-size: 12px;
  color: #bcbcbc;
  border-top: 1px solid #232948;
  padding-top: 8px;
}
.modal_content .address_box .address_list .address_item_active[data-v-39f8de4a] {
  border-color: #1890ff;
}
.modal_content .change_type_text[data-v-39f8de4a] {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  margin-left: 10px;
}
.select_hall .ant-modal-footer .hall_name[data-v-39f8de4a] {
  width: 193px;
  height: 40px;
  background: #282f54;
  border-radius: 4px;
  text-align: left;
  line-height: 40px;
  padding-left: 16px;
}
[data-v-39f8de4a] .ant-checkbox-wrapper {
  color: #fff;
}
[data-v-39f8de4a] .ant-time-picker-icon .ant-time-picker-clock-icon,[data-v-39f8de4a] .ant-time-picker-clear .ant-time-picker-clock-icon {
  color: #fff;
}
.addressMain[data-v-39f8de4a] {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 5px;
  max-width: 290px;
}
.addressMain .result[data-v-39f8de4a] {
  margin-bottom: 20px;
}
.addressMain .result .result_name[data-v-39f8de4a] {
  font-size: 15px;
  color: #fff;
}
.addressMain .result .result_info[data-v-39f8de4a] {
  color: #fff;
}
.addressMain .line[data-v-39f8de4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addressMain .line .btn[data-v-39f8de4a] {
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  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;
}
.addressMain .line .btn span[data-v-39f8de4a] {
  margin-right: 5px;
}
.addressMain .line .btn[data-v-39f8de4a]:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.date[data-v-413bc7b9] {
  width: 380px;
  padding: 32px 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.date .title[data-v-413bc7b9] {
  font-weight: bold;
  margin-bottom: 32px;
}
.date .dates[data-v-413bc7b9] {
  padding: 10px 0;
}
.date .dates .week span[data-v-413bc7b9] {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.date .dates .every-date span[data-v-413bc7b9] {
  width: 36px;
  height: 36px;
  color: #323232;
  text-align: center;
  margin: 5px;
  line-height: 36px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.date .dates .every-date .active[data-v-413bc7b9] {
  background: #1890ff;
  border-radius: 50%;
}
.date .dates .every-date .noCurrent[data-v-413bc7b9] {
  color: #CCCCCC;
}

.month[data-v-ab8d11f6] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.month .title[data-v-ab8d11f6] {
  font-weight: bold;
  color: white;
  margin-bottom: 32px;
}
.month .dates .week span[data-v-ab8d11f6] {
  width: 14.28%;
  height: 90px;
  color: #1890ff;
  text-align: center;
  line-height: 90px;
}
.month .dates .every-date .item[data-v-ab8d11f6] {
  width: 14.28%;
  color: #323232;
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  position: relative;
}
.month .dates .every-date .item .num[data-v-ab8d11f6] {
  padding: 21px 27px 0 0;
  text-align: right;
}
.month .dates .every-date .item .text[data-v-ab8d11f6] {
  padding: 15px 0 15px;
}
.month .dates .every-date .item .text p[data-v-ab8d11f6] {
  margin-bottom: 10px;
}
.month .dates .every-date .item .text .more[data-v-ab8d11f6] {
  text-align: right;
  color: #bcbcbc;
  margin-bottom: 0;
}
.month .dates .every-date .blue-bg[data-v-ab8d11f6] {
  background: rgba(24, 144, 255, 0.05);
  position: relative;
}
.month .dates .every-date .blue-bg[data-v-ab8d11f6]:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #1890ff;
}
.month .dates .every-date .theme-red[data-v-ab8d11f6] {
  background: #f563ae;
  color: white;
}
.month .dates .every-date .theme-blue[data-v-ab8d11f6] {
  background: #38cbba;
  color: white;
}
.month .dates .every-date .bar[data-v-ab8d11f6] {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
}
.month .dates .every-date .noCurrent[data-v-ab8d11f6] {
  color: #CCCCCC;
}

.avatar[data-v-b11afd3e] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
[data-v-b11afd3e] .ant-table-thead > tr > th {
  white-space: nowrap;
}

.week[data-v-9d723602] {
  border-top: 1px solid rgba(65, 73, 116, 0.3);
  border-left: 1px solid rgba(65, 73, 116, 0.3);
  overflow: hidden;
}
.week .head-title[data-v-9d723602] {
  height: 90px;
}
.week .head-title > span[data-v-9d723602] {
  color: #1890ff;
}
.week .blue-bold[data-v-9d723602] {
  color: #1890ff;
  font-weight: bold;
}
.week .first-cell[data-v-9d723602] {
  width: 7.6%;
}
.week .other-cell[data-v-9d723602] {
  width: 13.2%;
}
.week .cell-height[data-v-9d723602] {
  height: 127px;
  border-right: 1px solid rgba(65, 73, 116, 0.3);
  border-bottom: 1px solid rgba(65, 73, 116, 0.3);
  overflow: hidden;
}
.week .border-right[data-v-9d723602] {
  border-right: 1px solid rgba(65, 73, 116, 0.3);
}
.week .cell-content[data-v-9d723602] {
  position: relative;
  height: 100%;
}
.week .cell-content .bar[data-v-9d723602] {
  display: none;
}
.week .cell-content > p[data-v-9d723602] {
  width: 100%;
  line-height: 37px;
  font-size: 14px;
  color: white;
  margin-bottom: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
}
.week .cell-content > p[data-v-9d723602]:nth-last-of-type(1) {
  margin-top: 0;
}
.week .cell-content > .more[data-v-9d723602] {
  text-align: right;
  margin-bottom: 0;
  line-height: 37px;
}
.week .cell-content.active[data-v-9d723602] {
  background: rgba(24, 144, 255, 0.05);
}
.week .cell-content.active .bar[data-v-9d723602] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #1890ff;
  display: block;
}
.week .cell-content.active .theme-red[data-v-9d723602] {
  background: #f563ae;
  color: white;
}
.week .cell-content.active .theme-blue[data-v-9d723602] {
  background: #38cbba;
}

.modal_content[data-v-01dfc584] {
  height: 400px;
  overflow-y: scroll;
  color: var(--text-color);
}
.modal_content .modal_item[data-v-01dfc584] {
  margin-bottom: 48px;
}
.modal_content .header[data-v-01dfc584] {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 21px;
}
.modal_content .item_header[data-v-01dfc584] {
  font-size: 16px;
}
.modal_content .schedule_time_box .schedule_time_item[data-v-01dfc584] {
  width: 180px;
  padding: 15px 0 10px 0;
  margin-right: 32px;
}
.modal_content .schedule_time_box .schedule_time_item[data-v-01dfc584]:last-child {
  margin-right: 0;
}
.modal_content .schedule_time_box .schedule_date[data-v-01dfc584] {
  font-size: 12px;
  margin: 5px 0;
}
.modal_content .schedule_time_box .schedule_time[data-v-01dfc584] {
  font-size: 25px;
  font-weight: 500;
}
.modal_content .schedule_time_box .schedule_text[data-v-01dfc584] {
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 15px;
}
.modal_content .schedule_other .other_title[data-v-01dfc584] {
  margin-right: 24px;
}
.modal_content .schedule_other .other_address[data-v-01dfc584] {
  color: #bcbcbc;
}
.modal_content .join_member .item_header[data-v-01dfc584] {
  margin-bottom: 21px;
}
.modal_content .join_member .avatar_box[data-v-01dfc584] {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-bottom: 8px;
}
.modal_content .filelist_box .item_header[data-v-01dfc584] {
  margin-bottom: 21px;
}
.modal_content .filelist_box .filelist_item .opera_list .down_btn[data-v-01dfc584] {
  margin-right: 8px;
}
.date-content[data-v-01dfc584] {
  margin-left: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.date-content .date-none[data-v-01dfc584] {
  height: 100%;
}
.date-content .date-none img[data-v-01dfc584] {
  width: 81px;
}
.date-content .date-none p[data-v-01dfc584] {
  margin-top: 31px;
  height: 27px;
  font-size: 20px;
  color: #bcbcbc;
}
.date-content .date-select[data-v-01dfc584] {
  width: 300px;
}
.date-content .add[data-v-01dfc584],
.date-content .today[data-v-01dfc584] {
  width: 100px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
}
.date-content .add[data-v-01dfc584] {
  background: #1890ff;
  margin-right: 16px;
}
.date-content .today[data-v-01dfc584] {
  width: 80px;
  margin-left: 16px;
  border: 1px solid #1890ff;
}
.date-content .type span[data-v-01dfc584] {
  width: 54px;
  line-height: 41px;
  text-align: center;
  color: #bcbcbc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.date-content .type span[data-v-01dfc584]:nth-of-type(1) {
  border-radius: 4px 0px 0px 4px;
}
.date-content .type span[data-v-01dfc584]:nth-of-type(3) {
  border-radius: 0 4px 4px 0;
}
.date-content .type span.active[data-v-01dfc584] {
  border-color: #1890ff;
  color: #1890ff;
}
.head-title[data-v-01dfc584] {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.icon-img[data-v-01dfc584] {
  padding-right: 40px;
}
.icon-img img[data-v-01dfc584] {
  width: 12px;
}
.img-wrap[data-v-01dfc584] {
  width: 180px;
  height: 115px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.img1[data-v-01dfc584] {
  background-size: cover;
  margin-right: 32px;
}
.img2[data-v-01dfc584] {
  background-size: cover;
}
.join-people > section[data-v-01dfc584] {
  margin-right: 44px;
}
.join-people img[data-v-01dfc584] {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.table[data-v-01dfc584] {
  width: 100%;
}
.table tr[data-v-01dfc584] {
  border-radius: 4px;
  padding: 0 16px;
}
.table td[data-v-01dfc584] {
  height: 50px;
  vertical-align: middle;
  padding: 10px 16px;
}
.table td[data-v-01dfc584]:nth-of-type(1) {
  width: 25%;
}
.table td[data-v-01dfc584]:nth-of-type(2) {
  width: 36%;
}
.table td[data-v-01dfc584]:nth-of-type(3) {
  width: 20%;
}
.table td[data-v-01dfc584]:nth-of-type(4) {
  width: 19%;
  white-space: nowrap;
}
.table td .ant-btn-primary[data-v-01dfc584] {
  color: #1890ff !important;
}
.table td .ant-btn-dangerous[data-v-01dfc584] {
  background: none !important;
}

.scheduleManagement[data-v-70ddf752] {
  padding: 27px 24px;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[data-v-1875b04e] .flex .ant-form-item {
  margin-bottom: 0;
  margin-right: 10px;
}

.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.flxEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.box_form {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #1890FF;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper {
  background-color: #141937;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m30 {
  margin: 30px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml50 {
  margin-left: 50px;
}
.ml100 {
  margin-left: 100px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr50 {
  margin-right: 50px;
}
.mr100 {
  margin-right: 100px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p30 {
  padding: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl50 {
  padding-left: 50px;
}
.pl100 {
  padding-left: 100px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr100 {
  padding-right: 100px;
}
::v-deep .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}
.avatar {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #f3f3f3;
}

.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.flxEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.box_form {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #1890FF;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper {
  background-color: #141937;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m30 {
  margin: 30px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml50 {
  margin-left: 50px;
}
.ml100 {
  margin-left: 100px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr50 {
  margin-right: 50px;
}
.mr100 {
  margin-right: 100px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p30 {
  padding: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl50 {
  padding-left: 50px;
}
.pl100 {
  padding-left: 100px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr100 {
  padding-right: 100px;
}
::v-deep .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}
.infoCard .ant-card-head-title {
  font-weight: bold;
}
.infoDesc.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label {
  width: 200px;
}

.cyInfo[data-v-e2d92df6]  .el-descriptions__body {
  width: 100%;
  background-color: unset;
}
.cyInfo[data-v-e2d92df6]  .el-descriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cyInfo[data-v-e2d92df6]  .el-descriptions .el-descriptions-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cyInfo[data-v-e2d92df6]  .el-descriptions .el-descriptions-row th {
  height: 60px;
  width: 150px;
  color: #BCBCBC;
  font-size: 14px;
  font-weight: bold;
  background-color: #21284b;
}
.cyInfo[data-v-e2d92df6]  .el-descriptions .el-descriptions-row td {
  height: 60px;
  min-width: 200px;
  color: #fff;
  font-size: 12px;
  background-color: #141937;
}
.header[data-v-e2d92df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
.header .name[data-v-e2d92df6] {
  font-size: 1.2em;
  font-weight: bold;
}
[data-v-e2d92df6]:deep(.ant-descriptions-title) {
  margin-top: 20px !important;
}
.descCont[data-v-e2d92df6] {
  position: relative;
  padding-left: 330px;
}
.avaCont[data-v-e2d92df6] {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  width: 330px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  background-color: #141937;
}
.avaCont .typeTag[data-v-e2d92df6] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  padding: 0 20px;
  border-radius: 14px;
  color: #fff;
  background-color: #FDA827;
}
.dialog-footer button[data-v-e2d92df6]:hover {
  background-color: #000 !important;
}

.spcBt[data-v-ae57b430] {
  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;
}
.alnCt[data-v-ae57b430] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-ae57b430] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-ae57b430] {
  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;
}
.flxEnd[data-v-ae57b430] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss[data-v-ae57b430] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-ae57b430] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-ae57b430] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-ae57b430] {
  display: none !important;
}
.got .el-upload[data-v-ae57b430] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-ae57b430] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-ae57b430] {
  margin-bottom: 0;
}
.coverUpload[data-v-ae57b430] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error[data-v-ae57b430] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-ae57b430] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-ae57b430],
.coverUpload .sizeNote[data-v-ae57b430] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-ae57b430] {
  display: none;
}
.coverUpload .el-upload[data-v-ae57b430] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-ae57b430] {
  line-height: 44px;
}
.coverUpload .small div[data-v-ae57b430],
.coverUpload .large div[data-v-ae57b430] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-ae57b430] {
  margin-left: 96px !important;
}
.el-dialog[data-v-ae57b430] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-ae57b430]:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header[data-v-ae57b430] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-ae57b430] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-ae57b430] {
  font-size: 20px;
}
.el-dialog__body[data-v-ae57b430] {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog[data-v-ae57b430] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-ae57b430] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-ae57b430] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-ae57b430] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-ae57b430] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-ae57b430] {
  padding: 20px;
}
.box_form[data-v-ae57b430] {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea[data-v-ae57b430] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-ae57b430] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-ae57b430] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-ae57b430] {
  width: 100px;
}
.actState span[data-v-ae57b430] {
  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;
}
.actState .sut_bored[data-v-ae57b430] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-ae57b430] {
  background-color: #ff9900;
}
.actState .actState2[data-v-ae57b430] {
  background-color: #19be6b;
}
.actState .actState3[data-v-ae57b430] {
  background-color: #ccc;
}
.actState .actState4[data-v-ae57b430] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-ae57b430] {
  background-color: #1890FF;
}
.timeline[data-v-ae57b430] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-ae57b430] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-ae57b430] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-ae57b430] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-ae57b430] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-ae57b430],
.el-table__fixed[data-v-ae57b430] {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper[data-v-ae57b430] {
  background-color: #141937;
}
.statusTag[data-v-ae57b430] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-ae57b430]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-ae57b430]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-ae57b430]:before {
  background-color: #e6a23c;
}
.statusTag.danger[data-v-ae57b430]:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-ae57b430] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label[data-v-ae57b430]:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content[data-v-ae57b430] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10[data-v-ae57b430] {
  margin: 10px;
}
.m15[data-v-ae57b430] {
  margin: 15px;
}
.m30[data-v-ae57b430] {
  margin: 30px;
}
.mt5[data-v-ae57b430] {
  margin-top: 5px;
}
.mt10[data-v-ae57b430] {
  margin-top: 10px;
}
.mt15[data-v-ae57b430] {
  margin-top: 15px;
}
.mt20[data-v-ae57b430] {
  margin-top: 20px;
}
.mt25[data-v-ae57b430] {
  margin-top: 25px;
}
.mt30[data-v-ae57b430] {
  margin-top: 30px;
}
.mt50[data-v-ae57b430] {
  margin-top: 50px;
}
.mt100[data-v-ae57b430] {
  margin-top: 100px;
}
.mb5[data-v-ae57b430] {
  margin-bottom: 5px;
}
.mb10[data-v-ae57b430] {
  margin-bottom: 10px;
}
.mb15[data-v-ae57b430] {
  margin-bottom: 15px;
}
.mb20[data-v-ae57b430] {
  margin-bottom: 20px;
}
.mb100[data-v-ae57b430] {
  margin-bottom: 100px;
}
.ml5[data-v-ae57b430] {
  margin-left: 5px;
}
.ml10[data-v-ae57b430] {
  margin-left: 10px;
}
.ml15[data-v-ae57b430] {
  margin-left: 15px !important;
}
.ml20[data-v-ae57b430] {
  margin-left: 20px;
}
.ml30[data-v-ae57b430] {
  margin-left: 30px;
}
.ml50[data-v-ae57b430] {
  margin-left: 50px;
}
.ml100[data-v-ae57b430] {
  margin-left: 100px;
}
.mr5[data-v-ae57b430] {
  margin-right: 5px;
}
.mr10[data-v-ae57b430] {
  margin-right: 10px;
}
.mr15[data-v-ae57b430] {
  margin-right: 15px;
}
.mr20[data-v-ae57b430] {
  margin-right: 20px;
}
.mr50[data-v-ae57b430] {
  margin-right: 50px;
}
.mr100[data-v-ae57b430] {
  margin-right: 100px;
}
.p10[data-v-ae57b430] {
  padding: 10px;
}
.p15[data-v-ae57b430] {
  padding: 15px;
}
.p30[data-v-ae57b430] {
  padding: 30px;
}
.pt5[data-v-ae57b430] {
  padding-top: 5px;
}
.pt10[data-v-ae57b430] {
  padding-top: 10px;
}
.pt15[data-v-ae57b430] {
  padding-top: 15px;
}
.pt20[data-v-ae57b430] {
  padding-top: 20px;
}
.pt30[data-v-ae57b430] {
  padding-top: 30px;
}
.pt50[data-v-ae57b430] {
  padding-top: 50px;
}
.pb5[data-v-ae57b430] {
  padding-bottom: 5px;
}
.pb15[data-v-ae57b430] {
  padding-bottom: 15px;
}
.pb20[data-v-ae57b430] {
  padding-bottom: 20px;
}
.pb30[data-v-ae57b430] {
  padding-bottom: 30px;
}
.pb60[data-v-ae57b430] {
  padding-bottom: 60px;
}
.pb5[data-v-ae57b430] {
  padding-bottom: 5px;
}
.pb15[data-v-ae57b430] {
  padding-bottom: 15px;
}
.pb100[data-v-ae57b430] {
  padding-bottom: 100px;
}
.pl5[data-v-ae57b430] {
  padding-left: 5px;
}
.pl10[data-v-ae57b430] {
  padding-left: 10px;
}
.pl15[data-v-ae57b430] {
  padding-left: 15px;
}
.pl20[data-v-ae57b430] {
  padding-left: 20px;
}
.pl50[data-v-ae57b430] {
  padding-left: 50px;
}
.pl100[data-v-ae57b430] {
  padding-left: 100px;
}
.pr5[data-v-ae57b430] {
  padding-right: 5px;
}
.pr10[data-v-ae57b430] {
  padding-right: 10px;
}
.pr15[data-v-ae57b430] {
  padding-right: 15px;
}
.pr20[data-v-ae57b430] {
  padding-right: 20px;
}
.pr100[data-v-ae57b430] {
  padding-right: 100px;
}
[data-v-ae57b430] .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}
.InfoAdmin[data-v-ae57b430]  .el-descriptions__body {
  width: 100%;
  background-color: unset;
}
.InfoAdmin[data-v-ae57b430]  .el-descriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.InfoAdmin[data-v-ae57b430]  .el-descriptions .el-descriptions-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.InfoAdmin[data-v-ae57b430]  .el-descriptions .el-descriptions-row th {
  height: 60px;
  width: 150px;
  color: #BCBCBC;
  font-size: 14px;
  font-weight: bold;
  background-color: #21284b;
}
.InfoAdmin[data-v-ae57b430]  .el-descriptions .el-descriptions-row td {
  height: 60px;
  min-width: 200px;
  color: #fff;
  font-size: 12px;
  background-color: #141937;
}
[data-v-ae57b430]:deep(.ant-descriptions-title) {
  margin-top: 20px !important;
}
.descCont[data-v-ae57b430] {
  position: relative;
  padding-left: 330px;
}
.avaCont[data-v-ae57b430] {
  position: absolute;
  left: 0;
  top: 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: 330px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  background-color: #141937;
}

.spcBt[data-v-7f3767ea] {
  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;
}
.alnCt[data-v-7f3767ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-7f3767ea] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-7f3767ea] {
  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;
}
.flxEnd[data-v-7f3767ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss[data-v-7f3767ea] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-7f3767ea] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-7f3767ea] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-7f3767ea] {
  display: none !important;
}
.got .el-upload[data-v-7f3767ea] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-7f3767ea] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-7f3767ea] {
  margin-bottom: 0;
}
.coverUpload[data-v-7f3767ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error[data-v-7f3767ea] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-7f3767ea] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-7f3767ea],
.coverUpload .sizeNote[data-v-7f3767ea] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-7f3767ea] {
  display: none;
}
.coverUpload .el-upload[data-v-7f3767ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-7f3767ea] {
  line-height: 44px;
}
.coverUpload .small div[data-v-7f3767ea],
.coverUpload .large div[data-v-7f3767ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-7f3767ea] {
  margin-left: 96px !important;
}
.el-dialog[data-v-7f3767ea] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-7f3767ea]:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header[data-v-7f3767ea] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-7f3767ea] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-7f3767ea] {
  font-size: 20px;
}
.el-dialog__body[data-v-7f3767ea] {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog[data-v-7f3767ea] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-7f3767ea] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-7f3767ea] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-7f3767ea] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-7f3767ea] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-7f3767ea] {
  padding: 20px;
}
.box_form[data-v-7f3767ea] {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea[data-v-7f3767ea] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-7f3767ea] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-7f3767ea] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-7f3767ea] {
  width: 100px;
}
.actState span[data-v-7f3767ea] {
  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;
}
.actState .sut_bored[data-v-7f3767ea] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-7f3767ea] {
  background-color: #ff9900;
}
.actState .actState2[data-v-7f3767ea] {
  background-color: #19be6b;
}
.actState .actState3[data-v-7f3767ea] {
  background-color: #ccc;
}
.actState .actState4[data-v-7f3767ea] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-7f3767ea] {
  background-color: #1890FF;
}
.timeline[data-v-7f3767ea] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-7f3767ea] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-7f3767ea] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-7f3767ea] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-7f3767ea] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-7f3767ea],
.el-table__fixed[data-v-7f3767ea] {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper[data-v-7f3767ea] {
  background-color: #141937;
}
.statusTag[data-v-7f3767ea] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-7f3767ea]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-7f3767ea]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-7f3767ea]:before {
  background-color: #e6a23c;
}
.statusTag.danger[data-v-7f3767ea]:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-7f3767ea] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label[data-v-7f3767ea]:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content[data-v-7f3767ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10[data-v-7f3767ea] {
  margin: 10px;
}
.m15[data-v-7f3767ea] {
  margin: 15px;
}
.m30[data-v-7f3767ea] {
  margin: 30px;
}
.mt5[data-v-7f3767ea] {
  margin-top: 5px;
}
.mt10[data-v-7f3767ea] {
  margin-top: 10px;
}
.mt15[data-v-7f3767ea] {
  margin-top: 15px;
}
.mt20[data-v-7f3767ea] {
  margin-top: 20px;
}
.mt25[data-v-7f3767ea] {
  margin-top: 25px;
}
.mt30[data-v-7f3767ea] {
  margin-top: 30px;
}
.mt50[data-v-7f3767ea] {
  margin-top: 50px;
}
.mt100[data-v-7f3767ea] {
  margin-top: 100px;
}
.mb5[data-v-7f3767ea] {
  margin-bottom: 5px;
}
.mb10[data-v-7f3767ea] {
  margin-bottom: 10px;
}
.mb15[data-v-7f3767ea] {
  margin-bottom: 15px;
}
.mb20[data-v-7f3767ea] {
  margin-bottom: 20px;
}
.mb100[data-v-7f3767ea] {
  margin-bottom: 100px;
}
.ml5[data-v-7f3767ea] {
  margin-left: 5px;
}
.ml10[data-v-7f3767ea] {
  margin-left: 10px;
}
.ml15[data-v-7f3767ea] {
  margin-left: 15px !important;
}
.ml20[data-v-7f3767ea] {
  margin-left: 20px;
}
.ml30[data-v-7f3767ea] {
  margin-left: 30px;
}
.ml50[data-v-7f3767ea] {
  margin-left: 50px;
}
.ml100[data-v-7f3767ea] {
  margin-left: 100px;
}
.mr5[data-v-7f3767ea] {
  margin-right: 5px;
}
.mr10[data-v-7f3767ea] {
  margin-right: 10px;
}
.mr15[data-v-7f3767ea] {
  margin-right: 15px;
}
.mr20[data-v-7f3767ea] {
  margin-right: 20px;
}
.mr50[data-v-7f3767ea] {
  margin-right: 50px;
}
.mr100[data-v-7f3767ea] {
  margin-right: 100px;
}
.p10[data-v-7f3767ea] {
  padding: 10px;
}
.p15[data-v-7f3767ea] {
  padding: 15px;
}
.p30[data-v-7f3767ea] {
  padding: 30px;
}
.pt5[data-v-7f3767ea] {
  padding-top: 5px;
}
.pt10[data-v-7f3767ea] {
  padding-top: 10px;
}
.pt15[data-v-7f3767ea] {
  padding-top: 15px;
}
.pt20[data-v-7f3767ea] {
  padding-top: 20px;
}
.pt30[data-v-7f3767ea] {
  padding-top: 30px;
}
.pt50[data-v-7f3767ea] {
  padding-top: 50px;
}
.pb5[data-v-7f3767ea] {
  padding-bottom: 5px;
}
.pb15[data-v-7f3767ea] {
  padding-bottom: 15px;
}
.pb20[data-v-7f3767ea] {
  padding-bottom: 20px;
}
.pb30[data-v-7f3767ea] {
  padding-bottom: 30px;
}
.pb60[data-v-7f3767ea] {
  padding-bottom: 60px;
}
.pb5[data-v-7f3767ea] {
  padding-bottom: 5px;
}
.pb15[data-v-7f3767ea] {
  padding-bottom: 15px;
}
.pb100[data-v-7f3767ea] {
  padding-bottom: 100px;
}
.pl5[data-v-7f3767ea] {
  padding-left: 5px;
}
.pl10[data-v-7f3767ea] {
  padding-left: 10px;
}
.pl15[data-v-7f3767ea] {
  padding-left: 15px;
}
.pl20[data-v-7f3767ea] {
  padding-left: 20px;
}
.pl50[data-v-7f3767ea] {
  padding-left: 50px;
}
.pl100[data-v-7f3767ea] {
  padding-left: 100px;
}
.pr5[data-v-7f3767ea] {
  padding-right: 5px;
}
.pr10[data-v-7f3767ea] {
  padding-right: 10px;
}
.pr15[data-v-7f3767ea] {
  padding-right: 15px;
}
.pr20[data-v-7f3767ea] {
  padding-right: 20px;
}
.pr100[data-v-7f3767ea] {
  padding-right: 100px;
}
[data-v-7f3767ea] .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}
.InfoAthletes[data-v-7f3767ea]  .el-descriptions__body {
  width: 100%;
  background-color: unset;
}
.InfoAthletes[data-v-7f3767ea]  .el-descriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.InfoAthletes[data-v-7f3767ea]  .el-descriptions .el-descriptions-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.InfoAthletes[data-v-7f3767ea]  .el-descriptions .el-descriptions-row th {
  height: 60px;
  width: 150px;
  color: #BCBCBC;
  font-size: 14px;
  font-weight: bold;
  background-color: #21284b;
}
.InfoAthletes[data-v-7f3767ea]  .el-descriptions .el-descriptions-row td {
  height: 60px;
  min-width: 200px;
  color: #fff;
  font-size: 12px;
  background-color: #141937;
}
[data-v-7f3767ea]:deep(.ant-descriptions-title) {
  margin-top: 20px !important;
}
.descCont[data-v-7f3767ea] {
  position: relative;
  padding-left: 330px;
}
.avaCont[data-v-7f3767ea] {
  position: absolute;
  left: 0;
  top: 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: 330px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  background-color: #141937;
}
.recordsText[data-v-7f3767ea] {
  font-size: 12px;
  margin-left: 10px;
  color: #fff;
  font-weight: normal;
}
.recordsText i[data-v-7f3767ea] {
  margin-right: 10px;
}
.elCard_records[data-v-7f3767ea] {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.spcBt[data-v-7aa4ec9a] {
  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;
}
.alnCt[data-v-7aa4ec9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-7aa4ec9a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-7aa4ec9a] {
  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;
}
.flxEnd[data-v-7aa4ec9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss[data-v-7aa4ec9a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-7aa4ec9a] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-7aa4ec9a] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-7aa4ec9a] {
  display: none !important;
}
.got .el-upload[data-v-7aa4ec9a] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-7aa4ec9a] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-7aa4ec9a] {
  margin-bottom: 0;
}
.coverUpload[data-v-7aa4ec9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error[data-v-7aa4ec9a] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-7aa4ec9a] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-7aa4ec9a],
.coverUpload .sizeNote[data-v-7aa4ec9a] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-7aa4ec9a] {
  display: none;
}
.coverUpload .el-upload[data-v-7aa4ec9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-7aa4ec9a] {
  line-height: 44px;
}
.coverUpload .small div[data-v-7aa4ec9a],
.coverUpload .large div[data-v-7aa4ec9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-7aa4ec9a] {
  margin-left: 96px !important;
}
.el-dialog[data-v-7aa4ec9a] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-7aa4ec9a]:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header[data-v-7aa4ec9a] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-7aa4ec9a] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-7aa4ec9a] {
  font-size: 20px;
}
.el-dialog__body[data-v-7aa4ec9a] {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog[data-v-7aa4ec9a] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-7aa4ec9a] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-7aa4ec9a] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-7aa4ec9a] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-7aa4ec9a] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-7aa4ec9a] {
  padding: 20px;
}
.box_form[data-v-7aa4ec9a] {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea[data-v-7aa4ec9a] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-7aa4ec9a] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-7aa4ec9a] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-7aa4ec9a] {
  width: 100px;
}
.actState span[data-v-7aa4ec9a] {
  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;
}
.actState .sut_bored[data-v-7aa4ec9a] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-7aa4ec9a] {
  background-color: #ff9900;
}
.actState .actState2[data-v-7aa4ec9a] {
  background-color: #19be6b;
}
.actState .actState3[data-v-7aa4ec9a] {
  background-color: #ccc;
}
.actState .actState4[data-v-7aa4ec9a] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-7aa4ec9a] {
  background-color: #1890FF;
}
.timeline[data-v-7aa4ec9a] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-7aa4ec9a] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-7aa4ec9a] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-7aa4ec9a] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-7aa4ec9a] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-7aa4ec9a],
.el-table__fixed[data-v-7aa4ec9a] {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper[data-v-7aa4ec9a] {
  background-color: #141937;
}
.statusTag[data-v-7aa4ec9a] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-7aa4ec9a]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-7aa4ec9a]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-7aa4ec9a]:before {
  background-color: #e6a23c;
}
.statusTag.danger[data-v-7aa4ec9a]:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-7aa4ec9a] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label[data-v-7aa4ec9a]:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content[data-v-7aa4ec9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10[data-v-7aa4ec9a] {
  margin: 10px;
}
.m15[data-v-7aa4ec9a] {
  margin: 15px;
}
.m30[data-v-7aa4ec9a] {
  margin: 30px;
}
.mt5[data-v-7aa4ec9a] {
  margin-top: 5px;
}
.mt10[data-v-7aa4ec9a] {
  margin-top: 10px;
}
.mt15[data-v-7aa4ec9a] {
  margin-top: 15px;
}
.mt20[data-v-7aa4ec9a] {
  margin-top: 20px;
}
.mt25[data-v-7aa4ec9a] {
  margin-top: 25px;
}
.mt30[data-v-7aa4ec9a] {
  margin-top: 30px;
}
.mt50[data-v-7aa4ec9a] {
  margin-top: 50px;
}
.mt100[data-v-7aa4ec9a] {
  margin-top: 100px;
}
.mb5[data-v-7aa4ec9a] {
  margin-bottom: 5px;
}
.mb10[data-v-7aa4ec9a] {
  margin-bottom: 10px;
}
.mb15[data-v-7aa4ec9a] {
  margin-bottom: 15px;
}
.mb20[data-v-7aa4ec9a] {
  margin-bottom: 20px;
}
.mb100[data-v-7aa4ec9a] {
  margin-bottom: 100px;
}
.ml5[data-v-7aa4ec9a] {
  margin-left: 5px;
}
.ml10[data-v-7aa4ec9a] {
  margin-left: 10px;
}
.ml15[data-v-7aa4ec9a] {
  margin-left: 15px !important;
}
.ml20[data-v-7aa4ec9a] {
  margin-left: 20px;
}
.ml30[data-v-7aa4ec9a] {
  margin-left: 30px;
}
.ml50[data-v-7aa4ec9a] {
  margin-left: 50px;
}
.ml100[data-v-7aa4ec9a] {
  margin-left: 100px;
}
.mr5[data-v-7aa4ec9a] {
  margin-right: 5px;
}
.mr10[data-v-7aa4ec9a] {
  margin-right: 10px;
}
.mr15[data-v-7aa4ec9a] {
  margin-right: 15px;
}
.mr20[data-v-7aa4ec9a] {
  margin-right: 20px;
}
.mr50[data-v-7aa4ec9a] {
  margin-right: 50px;
}
.mr100[data-v-7aa4ec9a] {
  margin-right: 100px;
}
.p10[data-v-7aa4ec9a] {
  padding: 10px;
}
.p15[data-v-7aa4ec9a] {
  padding: 15px;
}
.p30[data-v-7aa4ec9a] {
  padding: 30px;
}
.pt5[data-v-7aa4ec9a] {
  padding-top: 5px;
}
.pt10[data-v-7aa4ec9a] {
  padding-top: 10px;
}
.pt15[data-v-7aa4ec9a] {
  padding-top: 15px;
}
.pt20[data-v-7aa4ec9a] {
  padding-top: 20px;
}
.pt30[data-v-7aa4ec9a] {
  padding-top: 30px;
}
.pt50[data-v-7aa4ec9a] {
  padding-top: 50px;
}
.pb5[data-v-7aa4ec9a] {
  padding-bottom: 5px;
}
.pb15[data-v-7aa4ec9a] {
  padding-bottom: 15px;
}
.pb20[data-v-7aa4ec9a] {
  padding-bottom: 20px;
}
.pb30[data-v-7aa4ec9a] {
  padding-bottom: 30px;
}
.pb60[data-v-7aa4ec9a] {
  padding-bottom: 60px;
}
.pb5[data-v-7aa4ec9a] {
  padding-bottom: 5px;
}
.pb15[data-v-7aa4ec9a] {
  padding-bottom: 15px;
}
.pb100[data-v-7aa4ec9a] {
  padding-bottom: 100px;
}
.pl5[data-v-7aa4ec9a] {
  padding-left: 5px;
}
.pl10[data-v-7aa4ec9a] {
  padding-left: 10px;
}
.pl15[data-v-7aa4ec9a] {
  padding-left: 15px;
}
.pl20[data-v-7aa4ec9a] {
  padding-left: 20px;
}
.pl50[data-v-7aa4ec9a] {
  padding-left: 50px;
}
.pl100[data-v-7aa4ec9a] {
  padding-left: 100px;
}
.pr5[data-v-7aa4ec9a] {
  padding-right: 5px;
}
.pr10[data-v-7aa4ec9a] {
  padding-right: 10px;
}
.pr15[data-v-7aa4ec9a] {
  padding-right: 15px;
}
.pr20[data-v-7aa4ec9a] {
  padding-right: 20px;
}
.pr100[data-v-7aa4ec9a] {
  padding-right: 100px;
}
[data-v-7aa4ec9a] .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}
.InfoCoach[data-v-7aa4ec9a]  .el-descriptions__body {
  width: 100%;
  background-color: unset;
}
.InfoCoach[data-v-7aa4ec9a]  .el-descriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.InfoCoach[data-v-7aa4ec9a]  .el-descriptions .el-descriptions-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.InfoCoach[data-v-7aa4ec9a]  .el-descriptions .el-descriptions-row th {
  height: 60px;
  width: 150px;
  color: #BCBCBC;
  font-size: 14px;
  font-weight: bold;
  background-color: #21284b;
}
.InfoCoach[data-v-7aa4ec9a]  .el-descriptions .el-descriptions-row td {
  height: 60px;
  min-width: 200px;
  color: #fff;
  font-size: 12px;
  background-color: #141937;
}
[data-v-7aa4ec9a]:deep(.ant-descriptions-title) {
  margin-top: 20px !important;
}
.descCont[data-v-7aa4ec9a] {
  position: relative;
  padding-left: 330px;
}
.avaCont[data-v-7aa4ec9a] {
  position: absolute;
  left: 0;
  top: 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: 330px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  background-color: #141937;
}
[data-v-7aa4ec9a].memberInfo .ant-table-bordered .ant-table-body > table {
  border: 0 !important;
  border-top: 0 !important;
}

.spcBt[data-v-04c67e6c] {
  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;
}
.alnCt[data-v-04c67e6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-04c67e6c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-04c67e6c] {
  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;
}
.flxEnd[data-v-04c67e6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss[data-v-04c67e6c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-04c67e6c] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-04c67e6c] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-04c67e6c] {
  display: none !important;
}
.got .el-upload[data-v-04c67e6c] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-04c67e6c] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-04c67e6c] {
  margin-bottom: 0;
}
.coverUpload[data-v-04c67e6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error[data-v-04c67e6c] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-04c67e6c] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-04c67e6c],
.coverUpload .sizeNote[data-v-04c67e6c] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-04c67e6c] {
  display: none;
}
.coverUpload .el-upload[data-v-04c67e6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-04c67e6c] {
  line-height: 44px;
}
.coverUpload .small div[data-v-04c67e6c],
.coverUpload .large div[data-v-04c67e6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-04c67e6c] {
  margin-left: 96px !important;
}
.el-dialog[data-v-04c67e6c] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-04c67e6c]:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header[data-v-04c67e6c] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-04c67e6c] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-04c67e6c] {
  font-size: 20px;
}
.el-dialog__body[data-v-04c67e6c] {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog[data-v-04c67e6c] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-04c67e6c] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-04c67e6c] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-04c67e6c] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-04c67e6c] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-04c67e6c] {
  padding: 20px;
}
.box_form[data-v-04c67e6c] {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea[data-v-04c67e6c] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-04c67e6c] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-04c67e6c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-04c67e6c] {
  width: 100px;
}
.actState span[data-v-04c67e6c] {
  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;
}
.actState .sut_bored[data-v-04c67e6c] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-04c67e6c] {
  background-color: #ff9900;
}
.actState .actState2[data-v-04c67e6c] {
  background-color: #19be6b;
}
.actState .actState3[data-v-04c67e6c] {
  background-color: #ccc;
}
.actState .actState4[data-v-04c67e6c] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-04c67e6c] {
  background-color: #1890FF;
}
.timeline[data-v-04c67e6c] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-04c67e6c] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-04c67e6c] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-04c67e6c] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-04c67e6c] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-04c67e6c],
.el-table__fixed[data-v-04c67e6c] {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper[data-v-04c67e6c] {
  background-color: #141937;
}
.statusTag[data-v-04c67e6c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-04c67e6c]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-04c67e6c]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-04c67e6c]:before {
  background-color: #e6a23c;
}
.statusTag.danger[data-v-04c67e6c]:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-04c67e6c] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label[data-v-04c67e6c]:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content[data-v-04c67e6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10[data-v-04c67e6c] {
  margin: 10px;
}
.m15[data-v-04c67e6c] {
  margin: 15px;
}
.m30[data-v-04c67e6c] {
  margin: 30px;
}
.mt5[data-v-04c67e6c] {
  margin-top: 5px;
}
.mt10[data-v-04c67e6c] {
  margin-top: 10px;
}
.mt15[data-v-04c67e6c] {
  margin-top: 15px;
}
.mt20[data-v-04c67e6c] {
  margin-top: 20px;
}
.mt25[data-v-04c67e6c] {
  margin-top: 25px;
}
.mt30[data-v-04c67e6c] {
  margin-top: 30px;
}
.mt50[data-v-04c67e6c] {
  margin-top: 50px;
}
.mt100[data-v-04c67e6c] {
  margin-top: 100px;
}
.mb5[data-v-04c67e6c] {
  margin-bottom: 5px;
}
.mb10[data-v-04c67e6c] {
  margin-bottom: 10px;
}
.mb15[data-v-04c67e6c] {
  margin-bottom: 15px;
}
.mb20[data-v-04c67e6c] {
  margin-bottom: 20px;
}
.mb100[data-v-04c67e6c] {
  margin-bottom: 100px;
}
.ml5[data-v-04c67e6c] {
  margin-left: 5px;
}
.ml10[data-v-04c67e6c] {
  margin-left: 10px;
}
.ml15[data-v-04c67e6c] {
  margin-left: 15px !important;
}
.ml20[data-v-04c67e6c] {
  margin-left: 20px;
}
.ml30[data-v-04c67e6c] {
  margin-left: 30px;
}
.ml50[data-v-04c67e6c] {
  margin-left: 50px;
}
.ml100[data-v-04c67e6c] {
  margin-left: 100px;
}
.mr5[data-v-04c67e6c] {
  margin-right: 5px;
}
.mr10[data-v-04c67e6c] {
  margin-right: 10px;
}
.mr15[data-v-04c67e6c] {
  margin-right: 15px;
}
.mr20[data-v-04c67e6c] {
  margin-right: 20px;
}
.mr50[data-v-04c67e6c] {
  margin-right: 50px;
}
.mr100[data-v-04c67e6c] {
  margin-right: 100px;
}
.p10[data-v-04c67e6c] {
  padding: 10px;
}
.p15[data-v-04c67e6c] {
  padding: 15px;
}
.p30[data-v-04c67e6c] {
  padding: 30px;
}
.pt5[data-v-04c67e6c] {
  padding-top: 5px;
}
.pt10[data-v-04c67e6c] {
  padding-top: 10px;
}
.pt15[data-v-04c67e6c] {
  padding-top: 15px;
}
.pt20[data-v-04c67e6c] {
  padding-top: 20px;
}
.pt30[data-v-04c67e6c] {
  padding-top: 30px;
}
.pt50[data-v-04c67e6c] {
  padding-top: 50px;
}
.pb5[data-v-04c67e6c] {
  padding-bottom: 5px;
}
.pb15[data-v-04c67e6c] {
  padding-bottom: 15px;
}
.pb20[data-v-04c67e6c] {
  padding-bottom: 20px;
}
.pb30[data-v-04c67e6c] {
  padding-bottom: 30px;
}
.pb60[data-v-04c67e6c] {
  padding-bottom: 60px;
}
.pb5[data-v-04c67e6c] {
  padding-bottom: 5px;
}
.pb15[data-v-04c67e6c] {
  padding-bottom: 15px;
}
.pb100[data-v-04c67e6c] {
  padding-bottom: 100px;
}
.pl5[data-v-04c67e6c] {
  padding-left: 5px;
}
.pl10[data-v-04c67e6c] {
  padding-left: 10px;
}
.pl15[data-v-04c67e6c] {
  padding-left: 15px;
}
.pl20[data-v-04c67e6c] {
  padding-left: 20px;
}
.pl50[data-v-04c67e6c] {
  padding-left: 50px;
}
.pl100[data-v-04c67e6c] {
  padding-left: 100px;
}
.pr5[data-v-04c67e6c] {
  padding-right: 5px;
}
.pr10[data-v-04c67e6c] {
  padding-right: 10px;
}
.pr15[data-v-04c67e6c] {
  padding-right: 15px;
}
.pr20[data-v-04c67e6c] {
  padding-right: 20px;
}
.pr100[data-v-04c67e6c] {
  padding-right: 100px;
}
[data-v-04c67e6c] .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}
.h36[data-v-04c67e6c] {
  height: 36px;
  line-height: 36px;
}
.selectItem[data-v-04c67e6c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 190px;
}

.video_box[data-v-43337c6a] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
}
.video_box .close[data-v-43337c6a] {
  position: fixed;
  z-index: 20;
  right: 50px;
  top: 10%;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
.video_box .close[data-v-43337c6a]:hover {
  opacity: 0.6;
}
.video_box .video_content[data-v-43337c6a] {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
}
[data-v-43337c6a] .dplayer-video-wrap .dplayer-video {
  height: 700px;
}
[data-v-43337c6a] .dplayer-menu,
.dplayer-mask[data-v-43337c6a] {
  display: none !important;
}

.spcBt[data-v-00f8fcf8] {
  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;
}
.alnCt[data-v-00f8fcf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-00f8fcf8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-00f8fcf8] {
  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;
}
.flxEnd[data-v-00f8fcf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss[data-v-00f8fcf8] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-00f8fcf8] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-00f8fcf8] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-00f8fcf8] {
  display: none !important;
}
.got .el-upload[data-v-00f8fcf8] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-00f8fcf8] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-00f8fcf8] {
  margin-bottom: 0;
}
.coverUpload[data-v-00f8fcf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error[data-v-00f8fcf8] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-00f8fcf8] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-00f8fcf8],
.coverUpload .sizeNote[data-v-00f8fcf8] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-00f8fcf8] {
  display: none;
}
.coverUpload .el-upload[data-v-00f8fcf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-00f8fcf8] {
  line-height: 44px;
}
.coverUpload .small div[data-v-00f8fcf8],
.coverUpload .large div[data-v-00f8fcf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-00f8fcf8] {
  margin-left: 96px !important;
}
.el-dialog[data-v-00f8fcf8] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-00f8fcf8]:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header[data-v-00f8fcf8] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-00f8fcf8] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-00f8fcf8] {
  font-size: 20px;
}
.el-dialog__body[data-v-00f8fcf8] {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog[data-v-00f8fcf8] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-00f8fcf8] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-00f8fcf8] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-00f8fcf8] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-00f8fcf8] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-00f8fcf8] {
  padding: 20px;
}
.box_form[data-v-00f8fcf8] {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea[data-v-00f8fcf8] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-00f8fcf8] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-00f8fcf8] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-00f8fcf8] {
  width: 100px;
}
.actState span[data-v-00f8fcf8] {
  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;
}
.actState .sut_bored[data-v-00f8fcf8] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-00f8fcf8] {
  background-color: #ff9900;
}
.actState .actState2[data-v-00f8fcf8] {
  background-color: #19be6b;
}
.actState .actState3[data-v-00f8fcf8] {
  background-color: #ccc;
}
.actState .actState4[data-v-00f8fcf8] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-00f8fcf8] {
  background-color: #1890FF;
}
.timeline[data-v-00f8fcf8] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-00f8fcf8] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-00f8fcf8] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-00f8fcf8] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-00f8fcf8] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-00f8fcf8],
.el-table__fixed[data-v-00f8fcf8] {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper[data-v-00f8fcf8] {
  background-color: #141937;
}
.statusTag[data-v-00f8fcf8] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-00f8fcf8]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-00f8fcf8]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-00f8fcf8]:before {
  background-color: #e6a23c;
}
.statusTag.danger[data-v-00f8fcf8]:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-00f8fcf8] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label[data-v-00f8fcf8]:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content[data-v-00f8fcf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10[data-v-00f8fcf8] {
  margin: 10px;
}
.m15[data-v-00f8fcf8] {
  margin: 15px;
}
.m30[data-v-00f8fcf8] {
  margin: 30px;
}
.mt5[data-v-00f8fcf8] {
  margin-top: 5px;
}
.mt10[data-v-00f8fcf8] {
  margin-top: 10px;
}
.mt15[data-v-00f8fcf8] {
  margin-top: 15px;
}
.mt20[data-v-00f8fcf8] {
  margin-top: 20px;
}
.mt25[data-v-00f8fcf8] {
  margin-top: 25px;
}
.mt30[data-v-00f8fcf8] {
  margin-top: 30px;
}
.mt50[data-v-00f8fcf8] {
  margin-top: 50px;
}
.mt100[data-v-00f8fcf8] {
  margin-top: 100px;
}
.mb5[data-v-00f8fcf8] {
  margin-bottom: 5px;
}
.mb10[data-v-00f8fcf8] {
  margin-bottom: 10px;
}
.mb15[data-v-00f8fcf8] {
  margin-bottom: 15px;
}
.mb20[data-v-00f8fcf8] {
  margin-bottom: 20px;
}
.mb100[data-v-00f8fcf8] {
  margin-bottom: 100px;
}
.ml5[data-v-00f8fcf8] {
  margin-left: 5px;
}
.ml10[data-v-00f8fcf8] {
  margin-left: 10px;
}
.ml15[data-v-00f8fcf8] {
  margin-left: 15px !important;
}
.ml20[data-v-00f8fcf8] {
  margin-left: 20px;
}
.ml30[data-v-00f8fcf8] {
  margin-left: 30px;
}
.ml50[data-v-00f8fcf8] {
  margin-left: 50px;
}
.ml100[data-v-00f8fcf8] {
  margin-left: 100px;
}
.mr5[data-v-00f8fcf8] {
  margin-right: 5px;
}
.mr10[data-v-00f8fcf8] {
  margin-right: 10px;
}
.mr15[data-v-00f8fcf8] {
  margin-right: 15px;
}
.mr20[data-v-00f8fcf8] {
  margin-right: 20px;
}
.mr50[data-v-00f8fcf8] {
  margin-right: 50px;
}
.mr100[data-v-00f8fcf8] {
  margin-right: 100px;
}
.p10[data-v-00f8fcf8] {
  padding: 10px;
}
.p15[data-v-00f8fcf8] {
  padding: 15px;
}
.p30[data-v-00f8fcf8] {
  padding: 30px;
}
.pt5[data-v-00f8fcf8] {
  padding-top: 5px;
}
.pt10[data-v-00f8fcf8] {
  padding-top: 10px;
}
.pt15[data-v-00f8fcf8] {
  padding-top: 15px;
}
.pt20[data-v-00f8fcf8] {
  padding-top: 20px;
}
.pt30[data-v-00f8fcf8] {
  padding-top: 30px;
}
.pt50[data-v-00f8fcf8] {
  padding-top: 50px;
}
.pb5[data-v-00f8fcf8] {
  padding-bottom: 5px;
}
.pb15[data-v-00f8fcf8] {
  padding-bottom: 15px;
}
.pb20[data-v-00f8fcf8] {
  padding-bottom: 20px;
}
.pb30[data-v-00f8fcf8] {
  padding-bottom: 30px;
}
.pb60[data-v-00f8fcf8] {
  padding-bottom: 60px;
}
.pb5[data-v-00f8fcf8] {
  padding-bottom: 5px;
}
.pb15[data-v-00f8fcf8] {
  padding-bottom: 15px;
}
.pb100[data-v-00f8fcf8] {
  padding-bottom: 100px;
}
.pl5[data-v-00f8fcf8] {
  padding-left: 5px;
}
.pl10[data-v-00f8fcf8] {
  padding-left: 10px;
}
.pl15[data-v-00f8fcf8] {
  padding-left: 15px;
}
.pl20[data-v-00f8fcf8] {
  padding-left: 20px;
}
.pl50[data-v-00f8fcf8] {
  padding-left: 50px;
}
.pl100[data-v-00f8fcf8] {
  padding-left: 100px;
}
.pr5[data-v-00f8fcf8] {
  padding-right: 5px;
}
.pr10[data-v-00f8fcf8] {
  padding-right: 10px;
}
.pr15[data-v-00f8fcf8] {
  padding-right: 15px;
}
.pr20[data-v-00f8fcf8] {
  padding-right: 20px;
}
.pr100[data-v-00f8fcf8] {
  padding-right: 100px;
}
[data-v-00f8fcf8] .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}
.videoCont[data-v-00f8fcf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.videoItem[data-v-00f8fcf8] {
  width: 320px;
  margin: 0 20px 20px 0;
  color: #ffffff;
  cursor: pointer;
}
.videoItem .cover[data-v-00f8fcf8] {
  width: 320px;
  height: 180px;
  color: #ffffff;
}
.videoItem .cover img[data-v-00f8fcf8],
.videoItem .cover video[data-v-00f8fcf8] {
  width: 100%;
  height: 100%;
}
.videoItem .cover img[data-v-00f8fcf8] {
  border-radius: 10px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  background-color: #fafafa;
}
.videoItem .info[data-v-00f8fcf8] {
  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;
  margin-top: 5px;
  color: #999;
}
.videoItem .info span[data-v-00f8fcf8] {
  margin-right: 5px;
}
.videoItem .info span[data-v-00f8fcf8]:last-child {
  margin-right: 0;
}
.videoItem .ant-avatar[data-v-00f8fcf8] {
  margin-right: 4px;
}
.videoItem video[data-v-00f8fcf8] {
  width: 100%;
  height: 100%;
}
.videoCover[data-v-00f8fcf8] {
  position: relative;
  width: 320px;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
}
.videoMask[data-v-00f8fcf8] {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  width: 320px;
  height: 180px;
  padding-top: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.fxjg-btn[data-v-00f8fcf8] {
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  width: 110px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.fxjg-btn-select[data-v-00f8fcf8] {
  height: 40px;
  line-height: 38px;
  margin-right: 20px;
  color: #1890ff;
  border: 1px solid #1890ff;
  border-radius: 4px;
  width: 110px;
  text-align: center;
  cursor: pointer;
}
[data-v-00f8fcf8].cover-img.ant-image-img {
  width: 340px;
  height: 191px;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-v-1efdd5f0].ant-table-body table {
  border: none;
}
.ant-advanced-search-form[data-v-1efdd5f0] {
  padding: 24px;
}

.title[data-v-f16f6ddc] {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-top: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 50px;
}
.title[data-v-f16f6ddc]::before {
  content: "";
  width: 4px;
  height: 18px;
  background-color: #40a1ff;
  display: inline-block;
  margin-right: 5px;
}
.cellTitle[data-v-f16f6ddc] {
  width: 100%;
}
.cellTitle .name[data-v-f16f6ddc] {
  font-weight: bold;
  font-size: 15px;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 8px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cellTitle .name .txt[data-v-f16f6ddc]::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background-color: #999;
  margin-right: 5px;
}
.descriptions[data-v-f16f6ddc] {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.descriptions .descriptionsTitle[data-v-f16f6ddc] {
  padding: 0 22px;
  min-height: 100px;
  width: 200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.descriptions .descriptionsTitle .text[data-v-f16f6ddc] {
  text-align: center;
}
.descriptions .descriptionsTitle strong[data-v-f16f6ddc] {
  line-height: 14px;
}
.descriptions .descriptionsTitle span[data-v-f16f6ddc] {
  line-height: 14px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.descriptions .descriptionsContent[data-v-f16f6ddc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.popupHeader[data-v-f16f6ddc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 22px;
}
.popupHeader .value[data-v-f16f6ddc] {
  margin-left: 42px;
}

.block[data-v-c0a00c10] {
  margin-top: -30px;
}

.line_block_bg[data-v-efb24dca] {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0 10px 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}
.search[data-v-efb24dca] {
  margin-left: auto;
  padding-right: 15px;
}
.medicalTree_null[data-v-efb24dca] {
  width: 100%;
  display: inline-block;
  margin: 60px auto 30px;
}
.medicalTree_null .ant-empty-image[data-v-efb24dca] {
  height: auto;
}
.modalCon .popupHeader[data-v-efb24dca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 22px;
}
.modalCon .popupHeader .value[data-v-efb24dca] {
  margin-left: 30px;
}
[data-v-efb24dca] .medicalVisible .el-pagination {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 20px auto 15px;
}
[data-v-efb24dca] .medicalVisible .el-pager li {
  background-color: #21284b;
  border: 1px solid #21284b;
  color: #fff;
}
[data-v-efb24dca] .medicalVisible .el-pager li.active {
  background-color: #1890ff;
  border: 1px solid #1890ff;
}
[data-v-efb24dca] .medicalVisible .el-pager li:hover {
  border: 1px solid #1890ff;
}
[data-v-efb24dca] .medicalVisible .el-pagination .btn-prev,[data-v-efb24dca] .medicalVisible .el-pagination .btn-next {
  background-color: #21284b;
  color: #fff;
}
[data-v-efb24dca] .medicalVisible .el-pagination .btn-prev:hover,[data-v-efb24dca] .medicalVisible .el-pagination .btn-next:hover {
  background-color: #1890ff;
}

.line_block_bg[data-v-69943e8e] {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0 10px 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}
.search[data-v-69943e8e] {
  margin-left: auto;
  padding-right: 15px;
}
.title[data-v-69943e8e] {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
}
.title[data-v-69943e8e]::before {
  content: "\258B";
  display: inline-block;
  color: #40a1ff;
}
.popupHeader[data-v-69943e8e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 22px;
}
.value[data-v-69943e8e] {
  margin-left: 42px;
}
.cellTitle[data-v-69943e8e] {
  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;
}
.cellTitle .name[data-v-69943e8e] {
  font-weight: bold;
  font-size: 16px;
  color: #999;
}
.cellTitle .name[data-v-69943e8e]::before {
  content: "\25CF";
  margin-right: 3px;
}
.cellList .descriptions[data-v-69943e8e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
}
.cellList .descriptionsTitle[data-v-69943e8e] {
  padding: 0 22px;
  width: 200px;
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.cellList .descriptionsContent[data-v-69943e8e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 22px;
  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;
  min-width: 0;
  height: 100%;
  font-weight: bold;
}
.rangeSelect[data-v-69943e8e] {
  margin-left: -5%;
}
.rangeSelect span[data-v-69943e8e] {
  width: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  line-height: 50px;
  float: right;
  color: #ffffff;
}
.rangeSelectActive[data-v-69943e8e] {
  border-color: #409eff !important;
  color: #ffffff !important;
  background: #409eff;
}

.ant-advanced-search-form[data-v-15d74e20] {
  padding: 24px;
}
[data-v-15d74e20].ant-table-body table {
  border: none;
}
.detail_modal .modal_content[data-v-15d74e20] {
  height: 80vh;
}
.chart_modal_content[data-v-15d74e20] {
  width: 80%;
  margin: 0 auto;
}
.modal_content[data-v-15d74e20] {
  height: 400px;
  overflow-y: scroll;
}
.modal_content[data-v-15d74e20]::-webkit-scrollbar {
  width: 0;
}
.modal_content .ant-form-item[data-v-15d74e20] {
  margin-bottom: 0;
}
.modal_content .header[data-v-15d74e20] {
  text-align: left;
  border-left: 4px solid #1890ff;
  color: var(--text-color);
  padding-left: 8px;
}
.modal_content .exciting_total_list .exciting_total_item[data-v-15d74e20] {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  width: 180px;
  height: 90px;
  margin-right: 33px;
  border-radius: 15px;
}
.modal_content .exciting_total_list .exciting_total_item[data-v-15d74e20]:last-child {
  margin-right: 0;
}
.modal_content .exciting_total_list .exciting_total_item .exciting_num[data-v-15d74e20] {
  font-size: 20px;
}
.modal_content .color[data-v-15d74e20] {
  color: var(--text-color);
}
.modal_content .temBar[data-v-15d74e20] {
  height: 40px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.data_userInfo[data-v-15d74e20] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 120px;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.data_userInfo .user[data-v-15d74e20] {
  width: 120px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.data_userInfo .user .avatar[data-v-15d74e20] {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.data_userInfo .user .avatar .el-avatar[data-v-15d74e20] {
  width: 100%;
  height: 100%;
}
.data_userInfo .user .name[data-v-15d74e20] {
  width: 100%;
  color: #fff;
  line-height: 20px;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
}
.data_userInfo .base[data-v-15d74e20] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.data_userInfo .base .row_th[data-v-15d74e20] {
  width: 200px;
}
.data_userInfo .base .row_th .odd[data-v-15d74e20] {
  padding-bottom: 10px;
  font-size: 12px;
}
.data_userInfo .date_bored[data-v-15d74e20] {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 70px;
  height: 70px;
  border-radius: 100px;
  margin-top: -40px;
  border: 1px solid #1890ff;
  color: #1890ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.data_userInfo .date_bored.done[data-v-15d74e20] {
  border-color: #fff;
  color: #fff;
}
.data_userInfo .date_bored .sut[data-v-15d74e20] {
  width: 100%;
  font-size: 12px;
  height: 20px;
  text-align: center;
}
.data_userInfo .date_bored .time[data-v-15d74e20] {
  width: 100%;
  font-size: 12px;
  height: 20px;
  text-align: center;
}
.data_echart[data-v-15d74e20] {
  position: relative;
}
.data_echart .chart_y_name[data-v-15d74e20] {
  position: absolute;
  top: 36px;
  color: #fff;
  z-index: 99;
  left: 20px;
  font-size: 12px;
}
.devicePanel[data-v-15d74e20]  .el-dialog__body {
  max-height: 80vh;
}

.elpss2[data-v-6e6b1720] {
  max-width: 400px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.controlBox[data-v-6e6b1720] {
  padding: 20px;
}
.controlBox .controlHeader[data-v-6e6b1720] {
  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;
}
.controlBox .title[data-v-6e6b1720] {
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  border-left: 5px solid #1890ff;
  padding-left: 10px;
  font-weight: bold;
  color: #fff;
}
.controlBox .control[data-v-6e6b1720] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.controlBox .control .addBtn[data-v-6e6b1720] {
  height: 36px;
  margin-left: 20px;
}
.controlBox .control .tab[data-v-6e6b1720] {
  margin-left: 20px;
  border-radius: 5px;
  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;
}
.controlBox .control .tab div[data-v-6e6b1720] {
  font-size: 18px;
  padding: 2px 20px;
  color: #ccc;
  border: 1px solid #ccc;
  position: relative;
}
.controlBox .control .tab div[data-v-6e6b1720]:nth-child(2) {
  padding: 2px 24px;
  margin-left: -1px;
  margin-right: -1px;
}
.controlBox .control .tab div[data-v-6e6b1720]:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.controlBox .control .tab div[data-v-6e6b1720]:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.controlBox .control .tab .active[data-v-6e6b1720] {
  color: #1890ff;
  border-color: #1890ff;
  z-index: 2;
}
.controlBox .tabCon[data-v-6e6b1720] {
  margin-top: 20px;
}
[data-v-6e6b1720].ant-calendar-picker-input.ant-input {
  height: 36px;
}
.week .box[data-v-6e6b1720] {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.week .box .minTitle[data-v-6e6b1720] {
  font-size: 15px;
  margin-bottom: 8px;
}
.week .box .minTitleInfo[data-v-6e6b1720] {
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}
.week .box .minTitleInfo b[data-v-6e6b1720] {
  color: #fff;
}
.week .box .minTitleInfo span[data-v-6e6b1720] {
  margin-right: 20px;
}
.week .box .list[data-v-6e6b1720] {
  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;
  margin-top: 20px;
}
.week .box .list .block[data-v-6e6b1720] {
  width: 380px;
  text-align: center;
  padding: 30px;
  color: #fff;
  background-color: #21284B;
}
.week .box .list .block strong[data-v-6e6b1720] {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
}
.week .box .list .item[data-v-6e6b1720] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 142px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #21284B;
  margin-right: 20px;
}
.week .box .list .item .count[data-v-6e6b1720] {
  margin-bottom: 12px;
  font-size: 16px;
}
.week .box .list .item .num[data-v-6e6b1720] {
  font-weight: bold;
  font-size: 20px;
}
.week .box .item[data-v-6e6b1720]:last-child {
  margin-right: 0;
}
.week .box .figure[data-v-6e6b1720] {
  height: 380px;
  padding: 10px 0 20px 0;
}
.boxCard[data-v-6e6b1720] {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.TrainingData[data-v-6d0c29ec] {
  color: #ffffff;
}

.spcBt[data-v-6500c66a] {
  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;
}
.alnCt[data-v-6500c66a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-6500c66a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-6500c66a] {
  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;
}
.flxEnd[data-v-6500c66a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss[data-v-6500c66a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-6500c66a] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-6500c66a] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-6500c66a] {
  display: none !important;
}
.got .el-upload[data-v-6500c66a] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-6500c66a] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-6500c66a] {
  margin-bottom: 0;
}
.coverUpload[data-v-6500c66a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error[data-v-6500c66a] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-6500c66a] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-6500c66a],
.coverUpload .sizeNote[data-v-6500c66a] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-6500c66a] {
  display: none;
}
.coverUpload .el-upload[data-v-6500c66a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-6500c66a] {
  line-height: 44px;
}
.coverUpload .small div[data-v-6500c66a],
.coverUpload .large div[data-v-6500c66a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-6500c66a] {
  margin-left: 96px !important;
}
.el-dialog[data-v-6500c66a] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-6500c66a]:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header[data-v-6500c66a] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-6500c66a] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-6500c66a] {
  font-size: 20px;
}
.el-dialog__body[data-v-6500c66a] {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog[data-v-6500c66a] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-6500c66a] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-6500c66a] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-6500c66a] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-6500c66a] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-6500c66a] {
  padding: 20px;
}
.box_form[data-v-6500c66a] {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea[data-v-6500c66a] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-6500c66a] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-6500c66a] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-6500c66a] {
  width: 100px;
}
.actState span[data-v-6500c66a] {
  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;
}
.actState .sut_bored[data-v-6500c66a] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-6500c66a] {
  background-color: #ff9900;
}
.actState .actState2[data-v-6500c66a] {
  background-color: #19be6b;
}
.actState .actState3[data-v-6500c66a] {
  background-color: #ccc;
}
.actState .actState4[data-v-6500c66a] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-6500c66a] {
  background-color: #1890FF;
}
.timeline[data-v-6500c66a] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-6500c66a] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-6500c66a] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-6500c66a] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-6500c66a] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-6500c66a],
.el-table__fixed[data-v-6500c66a] {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper[data-v-6500c66a] {
  background-color: #141937;
}
.statusTag[data-v-6500c66a] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-6500c66a]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-6500c66a]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-6500c66a]:before {
  background-color: #e6a23c;
}
.statusTag.danger[data-v-6500c66a]:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-6500c66a] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label[data-v-6500c66a]:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content[data-v-6500c66a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10[data-v-6500c66a] {
  margin: 10px;
}
.m15[data-v-6500c66a] {
  margin: 15px;
}
.m30[data-v-6500c66a] {
  margin: 30px;
}
.mt5[data-v-6500c66a] {
  margin-top: 5px;
}
.mt10[data-v-6500c66a] {
  margin-top: 10px;
}
.mt15[data-v-6500c66a] {
  margin-top: 15px;
}
.mt20[data-v-6500c66a] {
  margin-top: 20px;
}
.mt25[data-v-6500c66a] {
  margin-top: 25px;
}
.mt30[data-v-6500c66a] {
  margin-top: 30px;
}
.mt50[data-v-6500c66a] {
  margin-top: 50px;
}
.mt100[data-v-6500c66a] {
  margin-top: 100px;
}
.mb5[data-v-6500c66a] {
  margin-bottom: 5px;
}
.mb10[data-v-6500c66a] {
  margin-bottom: 10px;
}
.mb15[data-v-6500c66a] {
  margin-bottom: 15px;
}
.mb20[data-v-6500c66a] {
  margin-bottom: 20px;
}
.mb100[data-v-6500c66a] {
  margin-bottom: 100px;
}
.ml5[data-v-6500c66a] {
  margin-left: 5px;
}
.ml10[data-v-6500c66a] {
  margin-left: 10px;
}
.ml15[data-v-6500c66a] {
  margin-left: 15px !important;
}
.ml20[data-v-6500c66a] {
  margin-left: 20px;
}
.ml30[data-v-6500c66a] {
  margin-left: 30px;
}
.ml50[data-v-6500c66a] {
  margin-left: 50px;
}
.ml100[data-v-6500c66a] {
  margin-left: 100px;
}
.mr5[data-v-6500c66a] {
  margin-right: 5px;
}
.mr10[data-v-6500c66a] {
  margin-right: 10px;
}
.mr15[data-v-6500c66a] {
  margin-right: 15px;
}
.mr20[data-v-6500c66a] {
  margin-right: 20px;
}
.mr50[data-v-6500c66a] {
  margin-right: 50px;
}
.mr100[data-v-6500c66a] {
  margin-right: 100px;
}
.p10[data-v-6500c66a] {
  padding: 10px;
}
.p15[data-v-6500c66a] {
  padding: 15px;
}
.p30[data-v-6500c66a] {
  padding: 30px;
}
.pt5[data-v-6500c66a] {
  padding-top: 5px;
}
.pt10[data-v-6500c66a] {
  padding-top: 10px;
}
.pt15[data-v-6500c66a] {
  padding-top: 15px;
}
.pt20[data-v-6500c66a] {
  padding-top: 20px;
}
.pt30[data-v-6500c66a] {
  padding-top: 30px;
}
.pt50[data-v-6500c66a] {
  padding-top: 50px;
}
.pb5[data-v-6500c66a] {
  padding-bottom: 5px;
}
.pb15[data-v-6500c66a] {
  padding-bottom: 15px;
}
.pb20[data-v-6500c66a] {
  padding-bottom: 20px;
}
.pb30[data-v-6500c66a] {
  padding-bottom: 30px;
}
.pb60[data-v-6500c66a] {
  padding-bottom: 60px;
}
.pb5[data-v-6500c66a] {
  padding-bottom: 5px;
}
.pb15[data-v-6500c66a] {
  padding-bottom: 15px;
}
.pb100[data-v-6500c66a] {
  padding-bottom: 100px;
}
.pl5[data-v-6500c66a] {
  padding-left: 5px;
}
.pl10[data-v-6500c66a] {
  padding-left: 10px;
}
.pl15[data-v-6500c66a] {
  padding-left: 15px;
}
.pl20[data-v-6500c66a] {
  padding-left: 20px;
}
.pl50[data-v-6500c66a] {
  padding-left: 50px;
}
.pl100[data-v-6500c66a] {
  padding-left: 100px;
}
.pr5[data-v-6500c66a] {
  padding-right: 5px;
}
.pr10[data-v-6500c66a] {
  padding-right: 10px;
}
.pr15[data-v-6500c66a] {
  padding-right: 15px;
}
.pr20[data-v-6500c66a] {
  padding-right: 20px;
}
.pr100[data-v-6500c66a] {
  padding-right: 100px;
}
[data-v-6500c66a] .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}
.TrainingVideo .videoCont[data-v-6500c66a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.TrainingVideo .videoItem[data-v-6500c66a] {
  width: 320px;
  margin: 0 20px 20px 0;
  color: #ffffff;
  cursor: pointer;
}
.TrainingVideo .videoItem .cover[data-v-6500c66a] {
  width: 320px;
  height: 180px;
}
.TrainingVideo .videoItem .cover video[data-v-6500c66a] {
  width: 100%;
  height: 100%;
}
.TrainingVideo .videoItem .info[data-v-6500c66a] {
  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;
  margin-top: 5px;
  color: #999;
}
.TrainingVideo .videoItem .info span[data-v-6500c66a] {
  margin-right: 5px;
}
.TrainingVideo .videoItem .info span[data-v-6500c66a]:last-child {
  margin-right: 0;
}
.TrainingVideo .videoItem .ant-avatar[data-v-6500c66a] {
  margin-right: 4px;
}
.TrainingVideo .videoItem video[data-v-6500c66a] {
  width: 100%;
  height: 100%;
}
.TrainingVideo .videoCover[data-v-6500c66a] {
  position: relative;
  width: 320px;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
}
.TrainingVideo .videoMask[data-v-6500c66a] {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  width: 320px;
  height: 180px;
  padding-top: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.videoItem .ant-image {
  width: 100%;
  height: 100%;
}
.videoItem .ant-image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  background-color: #eee;
}

.spcBt[data-v-257d36ff] {
  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;
}
.alnCt[data-v-257d36ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-257d36ff] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-257d36ff] {
  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;
}
.flxEnd[data-v-257d36ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss[data-v-257d36ff] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-257d36ff] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-257d36ff] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-257d36ff] {
  display: none !important;
}
.got .el-upload[data-v-257d36ff] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-257d36ff] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-257d36ff] {
  margin-bottom: 0;
}
.coverUpload[data-v-257d36ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error[data-v-257d36ff] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-257d36ff] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-257d36ff],
.coverUpload .sizeNote[data-v-257d36ff] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-257d36ff] {
  display: none;
}
.coverUpload .el-upload[data-v-257d36ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-257d36ff] {
  line-height: 44px;
}
.coverUpload .small div[data-v-257d36ff],
.coverUpload .large div[data-v-257d36ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-257d36ff] {
  margin-left: 96px !important;
}
.el-dialog[data-v-257d36ff] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-257d36ff]:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header[data-v-257d36ff] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-257d36ff] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-257d36ff] {
  font-size: 20px;
}
.el-dialog__body[data-v-257d36ff] {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog[data-v-257d36ff] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-257d36ff] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-257d36ff] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-257d36ff] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-257d36ff] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-257d36ff] {
  padding: 20px;
}
.box_form[data-v-257d36ff] {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea[data-v-257d36ff] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-257d36ff] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-257d36ff] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-257d36ff] {
  width: 100px;
}
.actState span[data-v-257d36ff] {
  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;
}
.actState .sut_bored[data-v-257d36ff] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-257d36ff] {
  background-color: #ff9900;
}
.actState .actState2[data-v-257d36ff] {
  background-color: #19be6b;
}
.actState .actState3[data-v-257d36ff] {
  background-color: #ccc;
}
.actState .actState4[data-v-257d36ff] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-257d36ff] {
  background-color: #1890FF;
}
.timeline[data-v-257d36ff] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-257d36ff] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-257d36ff] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-257d36ff] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-257d36ff] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-257d36ff],
.el-table__fixed[data-v-257d36ff] {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper[data-v-257d36ff] {
  background-color: #141937;
}
.statusTag[data-v-257d36ff] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-257d36ff]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-257d36ff]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-257d36ff]:before {
  background-color: #e6a23c;
}
.statusTag.danger[data-v-257d36ff]:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-257d36ff] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label[data-v-257d36ff]:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content[data-v-257d36ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10[data-v-257d36ff] {
  margin: 10px;
}
.m15[data-v-257d36ff] {
  margin: 15px;
}
.m30[data-v-257d36ff] {
  margin: 30px;
}
.mt5[data-v-257d36ff] {
  margin-top: 5px;
}
.mt10[data-v-257d36ff] {
  margin-top: 10px;
}
.mt15[data-v-257d36ff] {
  margin-top: 15px;
}
.mt20[data-v-257d36ff] {
  margin-top: 20px;
}
.mt25[data-v-257d36ff] {
  margin-top: 25px;
}
.mt30[data-v-257d36ff] {
  margin-top: 30px;
}
.mt50[data-v-257d36ff] {
  margin-top: 50px;
}
.mt100[data-v-257d36ff] {
  margin-top: 100px;
}
.mb5[data-v-257d36ff] {
  margin-bottom: 5px;
}
.mb10[data-v-257d36ff] {
  margin-bottom: 10px;
}
.mb15[data-v-257d36ff] {
  margin-bottom: 15px;
}
.mb20[data-v-257d36ff] {
  margin-bottom: 20px;
}
.mb100[data-v-257d36ff] {
  margin-bottom: 100px;
}
.ml5[data-v-257d36ff] {
  margin-left: 5px;
}
.ml10[data-v-257d36ff] {
  margin-left: 10px;
}
.ml15[data-v-257d36ff] {
  margin-left: 15px !important;
}
.ml20[data-v-257d36ff] {
  margin-left: 20px;
}
.ml30[data-v-257d36ff] {
  margin-left: 30px;
}
.ml50[data-v-257d36ff] {
  margin-left: 50px;
}
.ml100[data-v-257d36ff] {
  margin-left: 100px;
}
.mr5[data-v-257d36ff] {
  margin-right: 5px;
}
.mr10[data-v-257d36ff] {
  margin-right: 10px;
}
.mr15[data-v-257d36ff] {
  margin-right: 15px;
}
.mr20[data-v-257d36ff] {
  margin-right: 20px;
}
.mr50[data-v-257d36ff] {
  margin-right: 50px;
}
.mr100[data-v-257d36ff] {
  margin-right: 100px;
}
.p10[data-v-257d36ff] {
  padding: 10px;
}
.p15[data-v-257d36ff] {
  padding: 15px;
}
.p30[data-v-257d36ff] {
  padding: 30px;
}
.pt5[data-v-257d36ff] {
  padding-top: 5px;
}
.pt10[data-v-257d36ff] {
  padding-top: 10px;
}
.pt15[data-v-257d36ff] {
  padding-top: 15px;
}
.pt20[data-v-257d36ff] {
  padding-top: 20px;
}
.pt30[data-v-257d36ff] {
  padding-top: 30px;
}
.pt50[data-v-257d36ff] {
  padding-top: 50px;
}
.pb5[data-v-257d36ff] {
  padding-bottom: 5px;
}
.pb15[data-v-257d36ff] {
  padding-bottom: 15px;
}
.pb20[data-v-257d36ff] {
  padding-bottom: 20px;
}
.pb30[data-v-257d36ff] {
  padding-bottom: 30px;
}
.pb60[data-v-257d36ff] {
  padding-bottom: 60px;
}
.pb5[data-v-257d36ff] {
  padding-bottom: 5px;
}
.pb15[data-v-257d36ff] {
  padding-bottom: 15px;
}
.pb100[data-v-257d36ff] {
  padding-bottom: 100px;
}
.pl5[data-v-257d36ff] {
  padding-left: 5px;
}
.pl10[data-v-257d36ff] {
  padding-left: 10px;
}
.pl15[data-v-257d36ff] {
  padding-left: 15px;
}
.pl20[data-v-257d36ff] {
  padding-left: 20px;
}
.pl50[data-v-257d36ff] {
  padding-left: 50px;
}
.pl100[data-v-257d36ff] {
  padding-left: 100px;
}
.pr5[data-v-257d36ff] {
  padding-right: 5px;
}
.pr10[data-v-257d36ff] {
  padding-right: 10px;
}
.pr15[data-v-257d36ff] {
  padding-right: 15px;
}
.pr20[data-v-257d36ff] {
  padding-right: 20px;
}
.pr100[data-v-257d36ff] {
  padding-right: 100px;
}
[data-v-257d36ff] .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}
[data-v-257d36ff]:deep(.ant-descriptions-title) {
  margin-top: 20px !important;
}
.descCont[data-v-257d36ff] {
  position: relative;
  padding-left: 330px;
}
.avaCont[data-v-257d36ff] {
  position: absolute;
  left: 0;
  top: 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: 330px;
  height: 100%;
  border: 0;
  background-color: #21284B;
}

.input[data-v-49dab106] {
  color: #999;
  outline: none;
  border: none;
}
.rangeSelect[data-v-49dab106] {
  margin-left: -5%;
}
.rangeSelect span[data-v-49dab106] {
  width: 50px;
  text-align: center;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  border-radius: 3px;
  line-height: 50px;
  float: right;
  color: #ffffff;
}
.selectDate[data-v-49dab106] {
  border-color: #409eff !important;
  color: #409eff;
}
.rangeSelectActive[data-v-49dab106] {
  border-color: #409eff !important;
  color: #ffffff !important;
  background: #409eff;
}
.bgs[data-v-49dab106] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20%;
  padding: 25px 10px;
}
.bgss[data-v-49dab106] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
[data-v-49dab106] .ant-empty-description {
  color: #ffffff;
}
.btns[data-v-49dab106] {
  margin: 30px 0 40px;
}
.btns span[data-v-49dab106] {
  font-size: 14px;
  border-radius: 4px;
  white-space: nowrap;
  margin-right: 15px;
  padding: 10px;
  color: #ffffff;
}
.btns span.active[data-v-49dab106] {
  background: none;
  border: 1px solid rgba(24, 144, 255, 0.8);
  color: #1890ff;
}
.history[data-v-49dab106] {
  border: 1px solid rgba(24, 144, 255, 0.8);
  color: #1890ff;
  font-size: 14px;
  background: none;
  border-radius: 4px;
  white-space: nowrap;
  margin-right: 15px;
  padding: 5px;
}

.spcBt[data-v-5a7ad91d] {
  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;
}
.alnCt[data-v-5a7ad91d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-5a7ad91d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-5a7ad91d] {
  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;
}
.flxEnd[data-v-5a7ad91d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss[data-v-5a7ad91d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-5a7ad91d] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-5a7ad91d] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-5a7ad91d] {
  display: none !important;
}
.got .el-upload[data-v-5a7ad91d] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-5a7ad91d] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-5a7ad91d] {
  margin-bottom: 0;
}
.coverUpload[data-v-5a7ad91d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error[data-v-5a7ad91d] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-5a7ad91d] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-5a7ad91d],
.coverUpload .sizeNote[data-v-5a7ad91d] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-5a7ad91d] {
  display: none;
}
.coverUpload .el-upload[data-v-5a7ad91d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-5a7ad91d] {
  line-height: 44px;
}
.coverUpload .small div[data-v-5a7ad91d],
.coverUpload .large div[data-v-5a7ad91d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-5a7ad91d] {
  margin-left: 96px !important;
}
.el-dialog[data-v-5a7ad91d] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-5a7ad91d]:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header[data-v-5a7ad91d] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-5a7ad91d] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-5a7ad91d] {
  font-size: 20px;
}
.el-dialog__body[data-v-5a7ad91d] {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog[data-v-5a7ad91d] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-5a7ad91d] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-5a7ad91d] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-5a7ad91d] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-5a7ad91d] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-5a7ad91d] {
  padding: 20px;
}
.box_form[data-v-5a7ad91d] {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea[data-v-5a7ad91d] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-5a7ad91d] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-5a7ad91d] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-5a7ad91d] {
  width: 100px;
}
.actState span[data-v-5a7ad91d] {
  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;
}
.actState .sut_bored[data-v-5a7ad91d] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-5a7ad91d] {
  background-color: #ff9900;
}
.actState .actState2[data-v-5a7ad91d] {
  background-color: #19be6b;
}
.actState .actState3[data-v-5a7ad91d] {
  background-color: #ccc;
}
.actState .actState4[data-v-5a7ad91d] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-5a7ad91d] {
  background-color: #1890FF;
}
.timeline[data-v-5a7ad91d] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-5a7ad91d] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-5a7ad91d] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-5a7ad91d] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-5a7ad91d] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-5a7ad91d],
.el-table__fixed[data-v-5a7ad91d] {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper[data-v-5a7ad91d] {
  background-color: #141937;
}
.statusTag[data-v-5a7ad91d] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-5a7ad91d]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-5a7ad91d]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-5a7ad91d]:before {
  background-color: #e6a23c;
}
.statusTag.danger[data-v-5a7ad91d]:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-5a7ad91d] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label[data-v-5a7ad91d]:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content[data-v-5a7ad91d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10[data-v-5a7ad91d] {
  margin: 10px;
}
.m15[data-v-5a7ad91d] {
  margin: 15px;
}
.m30[data-v-5a7ad91d] {
  margin: 30px;
}
.mt5[data-v-5a7ad91d] {
  margin-top: 5px;
}
.mt10[data-v-5a7ad91d] {
  margin-top: 10px;
}
.mt15[data-v-5a7ad91d] {
  margin-top: 15px;
}
.mt20[data-v-5a7ad91d] {
  margin-top: 20px;
}
.mt25[data-v-5a7ad91d] {
  margin-top: 25px;
}
.mt30[data-v-5a7ad91d] {
  margin-top: 30px;
}
.mt50[data-v-5a7ad91d] {
  margin-top: 50px;
}
.mt100[data-v-5a7ad91d] {
  margin-top: 100px;
}
.mb5[data-v-5a7ad91d] {
  margin-bottom: 5px;
}
.mb10[data-v-5a7ad91d] {
  margin-bottom: 10px;
}
.mb15[data-v-5a7ad91d] {
  margin-bottom: 15px;
}
.mb20[data-v-5a7ad91d] {
  margin-bottom: 20px;
}
.mb100[data-v-5a7ad91d] {
  margin-bottom: 100px;
}
.ml5[data-v-5a7ad91d] {
  margin-left: 5px;
}
.ml10[data-v-5a7ad91d] {
  margin-left: 10px;
}
.ml15[data-v-5a7ad91d] {
  margin-left: 15px !important;
}
.ml20[data-v-5a7ad91d] {
  margin-left: 20px;
}
.ml30[data-v-5a7ad91d] {
  margin-left: 30px;
}
.ml50[data-v-5a7ad91d] {
  margin-left: 50px;
}
.ml100[data-v-5a7ad91d] {
  margin-left: 100px;
}
.mr5[data-v-5a7ad91d] {
  margin-right: 5px;
}
.mr10[data-v-5a7ad91d] {
  margin-right: 10px;
}
.mr15[data-v-5a7ad91d] {
  margin-right: 15px;
}
.mr20[data-v-5a7ad91d] {
  margin-right: 20px;
}
.mr50[data-v-5a7ad91d] {
  margin-right: 50px;
}
.mr100[data-v-5a7ad91d] {
  margin-right: 100px;
}
.p10[data-v-5a7ad91d] {
  padding: 10px;
}
.p15[data-v-5a7ad91d] {
  padding: 15px;
}
.p30[data-v-5a7ad91d] {
  padding: 30px;
}
.pt5[data-v-5a7ad91d] {
  padding-top: 5px;
}
.pt10[data-v-5a7ad91d] {
  padding-top: 10px;
}
.pt15[data-v-5a7ad91d] {
  padding-top: 15px;
}
.pt20[data-v-5a7ad91d] {
  padding-top: 20px;
}
.pt30[data-v-5a7ad91d] {
  padding-top: 30px;
}
.pt50[data-v-5a7ad91d] {
  padding-top: 50px;
}
.pb5[data-v-5a7ad91d] {
  padding-bottom: 5px;
}
.pb15[data-v-5a7ad91d] {
  padding-bottom: 15px;
}
.pb20[data-v-5a7ad91d] {
  padding-bottom: 20px;
}
.pb30[data-v-5a7ad91d] {
  padding-bottom: 30px;
}
.pb60[data-v-5a7ad91d] {
  padding-bottom: 60px;
}
.pb5[data-v-5a7ad91d] {
  padding-bottom: 5px;
}
.pb15[data-v-5a7ad91d] {
  padding-bottom: 15px;
}
.pb100[data-v-5a7ad91d] {
  padding-bottom: 100px;
}
.pl5[data-v-5a7ad91d] {
  padding-left: 5px;
}
.pl10[data-v-5a7ad91d] {
  padding-left: 10px;
}
.pl15[data-v-5a7ad91d] {
  padding-left: 15px;
}
.pl20[data-v-5a7ad91d] {
  padding-left: 20px;
}
.pl50[data-v-5a7ad91d] {
  padding-left: 50px;
}
.pl100[data-v-5a7ad91d] {
  padding-left: 100px;
}
.pr5[data-v-5a7ad91d] {
  padding-right: 5px;
}
.pr10[data-v-5a7ad91d] {
  padding-right: 10px;
}
.pr15[data-v-5a7ad91d] {
  padding-right: 15px;
}
.pr20[data-v-5a7ad91d] {
  padding-right: 20px;
}
.pr100[data-v-5a7ad91d] {
  padding-right: 100px;
}
[data-v-5a7ad91d] .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}
.cell[data-v-5a7ad91d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #282F54;
}
.cell .cellLeft[data-v-5a7ad91d] {
  width: 120px;
  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;
  border-radius: 4px;
  background-color: #333B69;
}
.cell .cellRight[data-v-5a7ad91d] {
  padding: 10px 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.tab[data-v-3f7aba2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab .item[data-v-3f7aba2c] {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  margin-right: 32px;
  cursor: pointer;
}
.tab .active[data-v-3f7aba2c] {
  border-color: #1890FF;
  color: #1890FF;
}
.main .moduleTitle[data-v-3f7aba2c] {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.main .moduleTitle[data-v-3f7aba2c]::before {
  content: "\258B";
  display: inline-block;
  color: #1890FF;
}
.main .addTrain[data-v-3f7aba2c] {
  width: 100%;
  height: 32px;
  color: #1890FF;
  border: 1px solid #1890FF;
  text-align: center;
  line-height: 32px;
  margin-top: 22px;
  cursor: pointer;
  border-radius: 4px;
}
.main .addTrain[data-v-3f7aba2c]:hover {
  background-color: #1890FF;
  color: #fff;
}
.main .moduleHeader[data-v-3f7aba2c] {
  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;
}
.main .moduleHeader .add[data-v-3f7aba2c] {
  color: #1890FF;
  cursor: pointer;
}
.main .moduleContent[data-v-3f7aba2c] {
  padding: 10px 15px;
  background-color: #21284b;
  border-radius: 3px;
}
.main .moduleContent .top[data-v-3f7aba2c] {
  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;
  margin-bottom: 10px;
}
.main .moduleContent .edit[data-v-3f7aba2c] {
  color: #1890FF;
  cursor: pointer;
}
.main .moduleContent .bottom div[data-v-3f7aba2c] {
  margin-bottom: 12px;
}

.tab[data-v-e1f2eea2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab .item[data-v-e1f2eea2] {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  margin-right: 32px;
  cursor: pointer;
}
.tab .active[data-v-e1f2eea2] {
  border-color: #1890FF;
  color: #1890FF;
}
.main .moduleTitle[data-v-e1f2eea2] {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.main .moduleTitle[data-v-e1f2eea2]::before {
  content: "\258B";
  display: inline-block;
  color: #40a1ff;
}
.main .addTrain[data-v-e1f2eea2] {
  width: 100%;
  height: 32px;
  color: #1890FF;
  border: 1px solid #1890FF;
  text-align: center;
  line-height: 32px;
  margin-top: 22px;
  cursor: pointer;
  border-radius: 4px;
}
.main .addTrain[data-v-e1f2eea2]:hover {
  background-color: #1890FF;
  color: #fff;
}
.main .moduleHeader[data-v-e1f2eea2] {
  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;
}
.main .moduleContent[data-v-e1f2eea2] {
  padding: 10px 15px;
  background-color: #21284b;
  border-radius: 3px;
}
.main .moduleContent .top[data-v-e1f2eea2] {
  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;
  margin-bottom: 10px;
}
.main .moduleContent .bottom div[data-v-e1f2eea2] {
  margin-bottom: 12px;
}

.header[data-v-78191904] {
  width: 100%;
  padding: 0 22px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
.header .img[data-v-78191904] {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 12px;
}
.header .img img[data-v-78191904] {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ant-advanced-search-form[data-v-78191904] {
  padding: 24px;
  margin-bottom: 22px;
}
.shareBox[data-v-78191904] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 364px;
}
.shareBox .shareBoxLeft[data-v-78191904] {
  width: 263px;
  height: 100%;
  margin-right: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: auto;
}
.shareBox .shareBoxRight[data-v-78191904] {
  width: 250px;
  padding: 0;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: auto;
}
.shareBox .rightHeader[data-v-78191904] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 22px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  color: #999;
  background-color: #21284b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ul .li[data-v-78191904] {
  padding: 0 22px;
  height: 40px;
  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;
  background-color: #21284b;
  cursor: pointer;
  color: #999;
}
.ul .li.active[data-v-78191904] {
  background: #1890ff;
  color: #fff;
}
.ul .li.active i[data-v-78191904] {
  color: #fff;
}
p.upload_tip[data-v-78191904] {
  color: #999;
  line-height: 20px;
  margin-top: 10px;
}

.list .listHeader[data-v-6504d28a] {
  height: 50px;
  margin-top: 20px;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  font-size: 14px;
  color: #fff;
}
.cell[data-v-6504d28a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cell .cellLeft[data-v-6504d28a] {
  width: 240px;
}
.cell .cellLeft .ant-collapse[data-v-6504d28a] {
  background-color: #21284b;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cell .cellRight[data-v-6504d28a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0 22px;
}
[data-v-6504d28a].ant-collapse {
  border-radius: 0 !important;
  color: #fff;
}
[data-v-6504d28a].ant-collapse > .ant-collapse-item {
  border-bottom: 0 !important;
}
[data-v-6504d28a].ant-collapse > .ant-collapse-item > .ant-collapse-header {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
[data-v-6504d28a].ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header[data-v-6504d28a] {
  border-radius: 0 !important;
}
.label[data-v-6504d28a] {
  padding: 0 16px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
[data-v-6504d28a].ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 !important;
}
[data-v-6504d28a].ant-collapse-content {
  background-color: #21284b;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ant-collapse-content-box .label[data-v-6504d28a] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ant-collapse-content-box .label[data-v-6504d28a]:hover {
  background-color: rgba(24, 144, 255, 0.5);
  color: #fff;
}
.ant-collapse-content-box .label[data-v-6504d28a]:last-child {
  border-bottom: 0;
}
.ant-collapse-content-box .active[data-v-6504d28a] {
  background-color: #1890ff;
}
[data-v-6504d28a].ant-collapse-content-box {
  padding: 0;
}
.operationPermissions[data-v-6504d28a] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.operationPermissions > span[data-v-6504d28a] {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.operationPermissions .cellRight .el-table[data-v-6504d28a] {
  border: 1px solid #21284b;
}

.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.flxEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.box_form {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #1890FF;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper {
  background-color: #141937;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m30 {
  margin: 30px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml50 {
  margin-left: 50px;
}
.ml100 {
  margin-left: 100px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr50 {
  margin-right: 50px;
}
.mr100 {
  margin-right: 100px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p30 {
  padding: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl50 {
  padding-left: 50px;
}
.pl100 {
  padding-left: 100px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr100 {
  padding-right: 100px;
}
::v-deep .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}
.editCard .tit {
  font-weight: bold;
}
.el-picker-panel__icon-btn.el-date-picker__next-btn.el-icon-d-arrow-right,
.el-picker-panel__icon-btn.el-date-picker__prev-btn.el-icon-d-arrow-left {
  color: #999;
}

.red[data-v-5ba3328f] {
  color: red;
}
.el-cascader-menu__wrap[data-v-5ba3328f] {
  height: 204px;
  background-color: lightblue;
}
.ant-descriptions-title[data-v-5ba3328f] {
  color: #fff;
}
.editCard .tableItem[data-v-5ba3328f] {
  padding: 10px;
  margin-bottom: 2px;
  line-height: 24px;
  background: #21284b;
}
.editCard .tableItem h4[data-v-5ba3328f] {
  margin: 0;
  color: #fff;
}
.editCard .el-form-item .el-form-item__content .el-select[data-v-5ba3328f],
.editCard .el-form-item .el-form-item__content .el-cascader[data-v-5ba3328f] {
  width: 100% !important;
}
.el-form-item .el-form-item__content .el-select[data-v-5ba3328f],
.el-form-item .el-form-item__content .el-cascader[data-v-5ba3328f] {
  width: 100% !important;
}
.eduForm .flx1 .el-date-editor[data-v-5ba3328f] {
  width: 100% !important;
}
.el-empty[data-v-5ba3328f] {
  padding: 0;
}

.spcBt[data-v-06c13733] {
  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;
}
.alnCt[data-v-06c13733] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-06c13733] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-06c13733] {
  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;
}
.flxEnd[data-v-06c13733] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss[data-v-06c13733] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-06c13733] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-06c13733] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-06c13733] {
  display: none !important;
}
.got .el-upload[data-v-06c13733] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-06c13733] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-06c13733] {
  margin-bottom: 0;
}
.coverUpload[data-v-06c13733] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error[data-v-06c13733] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-06c13733] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-06c13733],
.coverUpload .sizeNote[data-v-06c13733] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-06c13733] {
  display: none;
}
.coverUpload .el-upload[data-v-06c13733] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-06c13733] {
  line-height: 44px;
}
.coverUpload .small div[data-v-06c13733],
.coverUpload .large div[data-v-06c13733] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-06c13733] {
  margin-left: 96px !important;
}
.el-dialog[data-v-06c13733] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-06c13733]:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header[data-v-06c13733] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-06c13733] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-06c13733] {
  font-size: 20px;
}
.el-dialog__body[data-v-06c13733] {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog[data-v-06c13733] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-06c13733] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-06c13733] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-06c13733] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-06c13733] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-06c13733] {
  padding: 20px;
}
.box_form[data-v-06c13733] {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea[data-v-06c13733] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-06c13733] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-06c13733] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-06c13733] {
  width: 100px;
}
.actState span[data-v-06c13733] {
  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;
}
.actState .sut_bored[data-v-06c13733] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-06c13733] {
  background-color: #ff9900;
}
.actState .actState2[data-v-06c13733] {
  background-color: #19be6b;
}
.actState .actState3[data-v-06c13733] {
  background-color: #ccc;
}
.actState .actState4[data-v-06c13733] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-06c13733] {
  background-color: #1890FF;
}
.timeline[data-v-06c13733] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-06c13733] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-06c13733] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-06c13733] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-06c13733] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-06c13733],
.el-table__fixed[data-v-06c13733] {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper[data-v-06c13733] {
  background-color: #141937;
}
.statusTag[data-v-06c13733] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-06c13733]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-06c13733]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-06c13733]:before {
  background-color: #e6a23c;
}
.statusTag.danger[data-v-06c13733]:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-06c13733] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label[data-v-06c13733]:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content[data-v-06c13733] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10[data-v-06c13733] {
  margin: 10px;
}
.m15[data-v-06c13733] {
  margin: 15px;
}
.m30[data-v-06c13733] {
  margin: 30px;
}
.mt5[data-v-06c13733] {
  margin-top: 5px;
}
.mt10[data-v-06c13733] {
  margin-top: 10px;
}
.mt15[data-v-06c13733] {
  margin-top: 15px;
}
.mt20[data-v-06c13733] {
  margin-top: 20px;
}
.mt25[data-v-06c13733] {
  margin-top: 25px;
}
.mt30[data-v-06c13733] {
  margin-top: 30px;
}
.mt50[data-v-06c13733] {
  margin-top: 50px;
}
.mt100[data-v-06c13733] {
  margin-top: 100px;
}
.mb5[data-v-06c13733] {
  margin-bottom: 5px;
}
.mb10[data-v-06c13733] {
  margin-bottom: 10px;
}
.mb15[data-v-06c13733] {
  margin-bottom: 15px;
}
.mb20[data-v-06c13733] {
  margin-bottom: 20px;
}
.mb100[data-v-06c13733] {
  margin-bottom: 100px;
}
.ml5[data-v-06c13733] {
  margin-left: 5px;
}
.ml10[data-v-06c13733] {
  margin-left: 10px;
}
.ml15[data-v-06c13733] {
  margin-left: 15px !important;
}
.ml20[data-v-06c13733] {
  margin-left: 20px;
}
.ml30[data-v-06c13733] {
  margin-left: 30px;
}
.ml50[data-v-06c13733] {
  margin-left: 50px;
}
.ml100[data-v-06c13733] {
  margin-left: 100px;
}
.mr5[data-v-06c13733] {
  margin-right: 5px;
}
.mr10[data-v-06c13733] {
  margin-right: 10px;
}
.mr15[data-v-06c13733] {
  margin-right: 15px;
}
.mr20[data-v-06c13733] {
  margin-right: 20px;
}
.mr50[data-v-06c13733] {
  margin-right: 50px;
}
.mr100[data-v-06c13733] {
  margin-right: 100px;
}
.p10[data-v-06c13733] {
  padding: 10px;
}
.p15[data-v-06c13733] {
  padding: 15px;
}
.p30[data-v-06c13733] {
  padding: 30px;
}
.pt5[data-v-06c13733] {
  padding-top: 5px;
}
.pt10[data-v-06c13733] {
  padding-top: 10px;
}
.pt15[data-v-06c13733] {
  padding-top: 15px;
}
.pt20[data-v-06c13733] {
  padding-top: 20px;
}
.pt30[data-v-06c13733] {
  padding-top: 30px;
}
.pt50[data-v-06c13733] {
  padding-top: 50px;
}
.pb5[data-v-06c13733] {
  padding-bottom: 5px;
}
.pb15[data-v-06c13733] {
  padding-bottom: 15px;
}
.pb20[data-v-06c13733] {
  padding-bottom: 20px;
}
.pb30[data-v-06c13733] {
  padding-bottom: 30px;
}
.pb60[data-v-06c13733] {
  padding-bottom: 60px;
}
.pb5[data-v-06c13733] {
  padding-bottom: 5px;
}
.pb15[data-v-06c13733] {
  padding-bottom: 15px;
}
.pb100[data-v-06c13733] {
  padding-bottom: 100px;
}
.pl5[data-v-06c13733] {
  padding-left: 5px;
}
.pl10[data-v-06c13733] {
  padding-left: 10px;
}
.pl15[data-v-06c13733] {
  padding-left: 15px;
}
.pl20[data-v-06c13733] {
  padding-left: 20px;
}
.pl50[data-v-06c13733] {
  padding-left: 50px;
}
.pl100[data-v-06c13733] {
  padding-left: 100px;
}
.pr5[data-v-06c13733] {
  padding-right: 5px;
}
.pr10[data-v-06c13733] {
  padding-right: 10px;
}
.pr15[data-v-06c13733] {
  padding-right: 15px;
}
.pr20[data-v-06c13733] {
  padding-right: 20px;
}
.pr100[data-v-06c13733] {
  padding-right: 100px;
}
[data-v-06c13733] .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}
.header[data-v-06c13733] {
  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;
  padding: 20px;
}
.header .name[data-v-06c13733] {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
.header .typeTag[data-v-06c13733] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  padding: 0 32px;
  border-radius: 20px;
  color: #fff;
  background-color: #fda827;
}

.label[data-v-1274a3d4] {
  padding: 0 16px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.active[data-v-1274a3d4] {
  background-color: #f7fafd;
  color: #409eff;
}
.header[data-v-1274a3d4] {
  background-color: #e4e4e4;
}
[data-v-1274a3d4].ant-collapse-content-box {
  padding: 0;
}

[data-v-27ec71ee] .container-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.searchView[data-v-27ec71ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tableCont[data-v-27ec71ee] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
[data-v-27ec71ee] .drawerMain {
  overflow: inherit !important;
}
[data-v-27ec71ee] .drawerMain .el-drawer__body {
  overflow: inherit !important;
}
.closeDrawer[data-v-27ec71ee] {
  position: absolute;
  width: 40px;
  height: 45px;
  left: -40px;
  top: 200px;
  background-color: rgb(245, 154, 35);
  font-size: 20px;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  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;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.closeDrawer[data-v-27ec71ee]:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.drawerMain .drawerTabs[data-v-27ec71ee] .el-tabs__nav-scroll {
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
}
.drawerMain .drawerTabs[data-v-27ec71ee] .el-tabs__nav-scroll .el-tabs__item {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: bold;
  padding: 0 15px;
  margin-right: 30px;
}
.drawerMain .drawerTabs[data-v-27ec71ee] .el-tabs__nav-scroll .el-tabs__item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #1890ff;
}
.drawerMain .drawerTabs[data-v-27ec71ee] .el-tabs__nav-scroll .is-active {
  color: #1890ff;
  position: relative;
}
.drawerMain .drawerTabs[data-v-27ec71ee] .el-tabs__nav-scroll .is-active::before {
  content: "";
  width: 100%;
  left: 0;
  height: 2px;
  bottom: 0;
  background-color: #1890ff;
  position: absolute;
}
.drawerMain .drawerTabsTwo[data-v-27ec71ee] {
  padding: 10px 20px;
}
.drawerMain .drawerTabsTwo[data-v-27ec71ee] .el-tabs__content {
  padding-top: 15px;
}
.drawerMain .drawerTabsTwo[data-v-27ec71ee] .el-tabs__nav-scroll {
  background-color: inherit !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
}
.drawerMain .drawerTabsTwo[data-v-27ec71ee] .el-tabs__nav-scroll .el-tabs__active-bar {
  display: none !important;
}
.drawerMain .drawerTabsTwo[data-v-27ec71ee] .el-tabs__nav-scroll .el-tabs__item {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 100px;
  height: 35px;
  width: 120px;
  font-weight: normal;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}
.drawerMain .drawerTabsTwo[data-v-27ec71ee] .el-tabs__nav-scroll .el-tabs__item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
.drawerMain .drawerTabsTwo[data-v-27ec71ee] .el-tabs__nav-scroll .is-active {
  color: #1890ff;
  background-color: rgba(24, 144, 255, 0.1);
  border: 1px solid #1890ff;
}
.drawerMain .drawerTabsTwo[data-v-27ec71ee] .el-tabs__nav-scroll .is-active::before {
  display: none;
}
.drawerMain .drawerBox[data-v-27ec71ee] {
  height: 100vh;
  position: relative;
}
.drawerMain .drawerBox .userInfo[data-v-27ec71ee] {
  padding: 15px 30px 30px;
}
.drawerMain .drawerBox .userInfo .avatarName[data-v-27ec71ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawerMain .drawerBox .userInfo .avatarName img[data-v-27ec71ee] {
  width: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.drawerMain .drawerBox .userInfo .avatarName strong[data-v-27ec71ee] {
  margin-left: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}
.drawerMain .drawerBox .userInfo .info[data-v-27ec71ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.drawerMain .drawerBox .userInfo .info .odd[data-v-27ec71ee] {
  text-align: left;
  margin-right: 40px;
}
.drawerMain .drawerBox .userInfo .info .odd label[data-v-27ec71ee] {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
.drawerMain .drawerBox .userInfo .info .odd strong[data-v-27ec71ee] {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-top: 10px;
}
.drawerMain .drawerBox .userInfo .info .odd[data-v-27ec71ee]:last-child {
  margin-right: 0;
}
.dataEdit .section .title[data-v-27ec71ee] {
  padding-left: 5px;
  font-size: 15px;
  border-left: 3px solid #1890FF;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
}
.drawerOverflow[data-v-27ec71ee] {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.flxEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.box_form {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #1890FF;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper {
  background-color: #141937;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m30 {
  margin: 30px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml50 {
  margin-left: 50px;
}
.ml100 {
  margin-left: 100px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr50 {
  margin-right: 50px;
}
.mr100 {
  margin-right: 100px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p30 {
  padding: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl50 {
  padding-left: 50px;
}
.pl100 {
  padding-left: 100px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr100 {
  padding-right: 100px;
}
::v-deep .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}

.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.flxEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.box_form {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #1890FF;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper {
  background-color: #141937;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m30 {
  margin: 30px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml50 {
  margin-left: 50px;
}
.ml100 {
  margin-left: 100px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr50 {
  margin-right: 50px;
}
.mr100 {
  margin-right: 100px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p30 {
  padding: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl50 {
  padding-left: 50px;
}
.pl100 {
  padding-left: 100px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr100 {
  padding-right: 100px;
}
::v-deep .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}

.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.pageName {
  margin: 10px 0;
  font-weight: bold;
}
.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.pagination-container {
  height: 30px;
}
.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.primary:before {
  background-color: #1890ff;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.statusTag.gray:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.fz13 {
  font-size: 13px;
}
.fz16 {
  font-size: 16px;
}
.userIndex {
  padding: 40px 40px;
  color: #676a6c;
  font-size: 13px;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.pageName {
  margin: 10px 0;
  font-weight: bold;
}
.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.pagination-container {
  height: 30px;
}
.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.primary:before {
  background-color: #1890ff;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.statusTag.gray:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.fz13 {
  font-size: 13px;
}
.fz16 {
  font-size: 16px;
}
.userIndex {
  padding: 40px 40px;
  color: #676a6c;
  font-size: 13px;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
.descriptionsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.elDescriptionsItem {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.pageName {
  margin: 10px 0;
  font-weight: bold;
}
.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.pagination-container {
  height: 30px;
}
.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.primary:before {
  background-color: #1890ff;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.statusTag.gray:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.fz13 {
  font-size: 13px;
}
.fz16 {
  font-size: 16px;
}
.userIndex {
  padding: 40px 40px;
  color: #676a6c;
  font-size: 13px;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 128px;
  height: 128px;
  line-height: 128px;
  text-align: center;
  border: 1px dashed #f2f2f2;
}
.avatar {
  width: 128px;
  height: 128px;
  display: block;
  border: 1px dashed #f2f2f2;
}
.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.pageName {
  margin: 10px 0;
  font-weight: bold;
}
.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.pagination-container {
  height: 30px;
}
.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.primary:before {
  background-color: #1890ff;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.statusTag.gray:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.fz13 {
  font-size: 13px;
}
.fz16 {
  font-size: 16px;
}
.userIndex {
  padding: 40px 40px;
  color: #676a6c;
  font-size: 13px;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
.gamesIndex {
  padding: 40px 40px;
  color: #676a6c;
  font-size: 13px;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.pageName {
  margin: 10px 0;
  font-weight: bold;
}
.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.pagination-container {
  height: 30px;
}
.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.primary:before {
  background-color: #1890ff;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.statusTag.gray:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.fz13 {
  font-size: 13px;
}
.fz16 {
  font-size: 16px;
}
.gamesIndex {
  padding: 40px 40px;
  color: #676a6c;
  font-size: 13px;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.pageName {
  margin: 10px 0;
  font-weight: bold;
}
.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.pagination-container {
  height: 30px;
}
.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.primary:before {
  background-color: #1890ff;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.statusTag.gray:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.fz13 {
  font-size: 13px;
}
.fz16 {
  font-size: 16px;
}
.setform[data-v-32042125] {
  max-width: 800px;
}
[data-v-32042125] .el-input--mini .el-input__inner {
  height: 30px;
  line-height: 30px;
}
[data-v-32042125] .el-form-item--mini .el-form-item__label {
  height: 30px;
  line-height: 30px;
}
[data-v-32042125] .upload-demo .el-upload .el-button {
  background-color: inherit;
  color: #1890ff;
  border-color: #1890ff;
}
[data-v-32042125] .upload-demo .el-upload .el-button:hover {
  background-color: #1890ff;
  color: #fff;
}
[data-v-32042125] .formItemLine {
  margin-top: 20px;
  margin-bottom: 0px !important;
}
[data-v-32042125] .el-form-item--mini.el-form-item {
  margin-bottom: 25px;
}
[data-v-32042125] .formItemLine .upload-demo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 18px;
  margin-bottom: 5px;
}
.tipTxt[data-v-32042125] {
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.footerBtn[data-v-32042125] {
  margin-left: 120px;
  margin-top: 20px;
}
.infoTab {
  color: #676a6c;
  font-size: 13px;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
.infoTab .mainTit {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #aaa;
}
.infoTab .square {
  padding: 10px 20px;
  width: 500px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.infoTab .subTit {
  position: relative;
  padding-left: 10px;
  margin: 10px 0;
  font-weight: bold;
  color: #aaa;
  line-height: 18px;
}
.infoTab .subTit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 12px;
  width: 2px;
  background-color: #00cb9c;
}
.infoTab .fileItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.infoTab .fileItem .icon {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}
.infoTab .fileItem .name {
  margin-right: 10px;
}
.words {
  word-wrap: break-word;
  color: #fff;
}
.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.pageName {
  margin: 10px 0;
  font-weight: bold;
}
.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.pagination-container {
  height: 30px;
}
.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.primary:before {
  background-color: #1890ff;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.statusTag.gray:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.fz13 {
  font-size: 13px;
}
.fz16 {
  font-size: 16px;
}
.gamesMember {
  padding: 0 10px;
  color: #676a6c;
  font-size: 13px;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.pageName {
  margin: 10px 0;
  font-weight: bold;
}
.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.pagination-container {
  height: 30px;
}
.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.primary:before {
  background-color: #1890ff;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.statusTag.gray:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.fz13 {
  font-size: 13px;
}
.fz16 {
  font-size: 16px;
}
.applyCondition {
  font-weight: 700;
  font-style: normal;
  color: #7F7F7F;
  margin-top: 12px;
  border-bottom: #F3F3F3 0.5px solid;
  padding-bottom: 8px;
}
.applyDetail {
  margin-top: 10px;
}
.applyDetail div {
  margin-bottom: 5px;
}
.gameDetail .maininfo[data-v-3cab174f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 240px;
  padding: 0 10px;
}
.gameDetail .maininfo .cover[data-v-3cab174f] {
  width: 360px;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 30px;
}
.gameDetail .maininfo .cover .img[data-v-3cab174f] {
  width: 100%;
  height: 100%;
}
.gameDetail .maininfo .title[data-v-3cab174f] {
  margin-bottom: 10px;
  font-size: 16px;
}
.gameDetail .maininfo .status[data-v-3cab174f] {
  margin-top: 16px;
  color: #fff;
}
.gameDetail .maininfo .statusTag[data-v-3cab174f] {
  color: #fff;
}
.gameDetail .maininfo .flxR[data-v-3cab174f] {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding: 20px 0;
}
.gameDetail .maininfo .action[data-v-3cab174f] {
  width: 100px;
  height: 36px;
  margin: 0 0 10px 0;
}
.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.pageName {
  margin: 10px 0;
  font-weight: bold;
}
.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.pagination-container {
  height: 30px;
}
.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.primary:before {
  background-color: #1890ff;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.statusTag.gray:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.fz13 {
  font-size: 13px;
}
.fz16 {
  font-size: 16px;
}
.gameDetail .maininfo .el-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 120px;
}
.gameDetail .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #eee;
}
.gamesProject {
  padding: 40px 40px;
  color: #676a6c;
  font-size: 13px;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.pageName {
  margin: 10px 0;
  font-weight: bold;
}
.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.pagination-container {
  height: 30px;
}
.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.primary:before {
  background-color: #1890ff;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.statusTag.gray:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.fz13 {
  font-size: 13px;
}
.fz16 {
  font-size: 16px;
}
.gamesType {
  padding: 40px 40px;
  color: #676a6c;
  font-size: 13px;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.pageName {
  margin: 10px 0;
  font-weight: bold;
}
.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.pagination-container {
  height: 30px;
}
.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.primary:before {
  background-color: #1890ff;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.statusTag.gray:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.fz13 {
  font-size: 13px;
}
.fz16 {
  font-size: 16px;
}
.imgBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.imgBox img {
  width: 100%;
  border-radius: 3px;
}
.imgBox {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
}
.imgBox img {
  width: 100%;
}
.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.pageName {
  margin: 10px 0;
  font-weight: bold;
}
.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.pagination-container {
  height: 30px;
}
.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.primary:before {
  background-color: #1890ff;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.statusTag.gray:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.fz13 {
  font-size: 13px;
}
.fz16 {
  font-size: 16px;
}
.spcBt[data-v-421885d0] {
  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;
}
.alnCt[data-v-421885d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-421885d0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-421885d0] {
  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;
}
.elpss[data-v-421885d0] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-421885d0] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-421885d0] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-421885d0] {
  display: none !important;
}
.got .el-upload[data-v-421885d0] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-421885d0] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-421885d0] {
  margin-bottom: 0;
}
.coverUpload[data-v-421885d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item[data-v-421885d0] {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error[data-v-421885d0] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-421885d0] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-421885d0],
.coverUpload .sizeNote[data-v-421885d0] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-421885d0] {
  display: none;
}
.coverUpload .el-upload[data-v-421885d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-421885d0] {
  line-height: 44px;
}
.coverUpload .small div[data-v-421885d0],
.coverUpload .large div[data-v-421885d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-421885d0] {
  margin-left: 96px !important;
}
.el-dialog[data-v-421885d0] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-421885d0]:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header[data-v-421885d0] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-421885d0] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-421885d0] {
  font-size: 20px;
}
.el-dialog__body[data-v-421885d0] {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar[data-v-421885d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body[data-v-421885d0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog[data-v-421885d0] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-421885d0] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-421885d0] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-421885d0] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-421885d0] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-421885d0] {
  padding: 20px;
}
.pageName[data-v-421885d0] {
  margin: 10px 0;
  font-weight: bold;
}
.box_form[data-v-421885d0] {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea[data-v-421885d0] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-421885d0] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-421885d0] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-421885d0] {
  width: 100px;
}
.actState span[data-v-421885d0] {
  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;
}
.actState .sut_bored[data-v-421885d0] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-421885d0] {
  background-color: #ff9900;
}
.actState .actState2[data-v-421885d0] {
  background-color: #19be6b;
}
.actState .actState3[data-v-421885d0] {
  background-color: #ccc;
}
.actState .actState4[data-v-421885d0] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-421885d0] {
  background-color: #409eff;
}
.timeline[data-v-421885d0] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-421885d0] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-421885d0] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-421885d0] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-421885d0] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-421885d0],
.el-table__fixed[data-v-421885d0] {
  height: 100% !important;
}
.pagination-container[data-v-421885d0] {
  height: 30px;
}
.tableImg[data-v-421885d0] {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot[data-v-421885d0] {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag[data-v-421885d0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-421885d0]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-421885d0]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-421885d0]:before {
  background-color: #e6a23c;
}
.statusTag.primary[data-v-421885d0]:before {
  background-color: #1890ff;
}
.statusTag.danger[data-v-421885d0]:before {
  background-color: #f56c6c;
}
.statusTag.gray[data-v-421885d0]:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-421885d0] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30[data-v-421885d0] {
  margin-top: 30px;
}
.mt20[data-v-421885d0] {
  margin-top: 20px;
}
.mt15[data-v-421885d0] {
  margin-top: 15px;
}
.mt10[data-v-421885d0] {
  margin-top: 10px;
}
.mb10[data-v-421885d0] {
  margin-bottom: 10px;
}
.mb15[data-v-421885d0] {
  margin-bottom: 15px;
}
.mb20[data-v-421885d0] {
  margin-bottom: 20px;
}
.mb30[data-v-421885d0] {
  margin-bottom: 30px;
}
.mr10[data-v-421885d0] {
  margin-right: 10px;
}
.fz13[data-v-421885d0] {
  font-size: 13px;
}
.fz16[data-v-421885d0] {
  font-size: 16px;
}
.msgParam[data-v-421885d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msgParam .name[data-v-421885d0] {
  margin-left: 42px;
}
.msgDataStyle[data-v-421885d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tips[data-v-421885d0] {
  font-size: 12px;
  color: red;
}
.blue[data-v-421885d0] {
  color: #2979ff;
}
.msgUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.msgUl li {
  width: 50%;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.pageName {
  margin: 10px 0;
  font-weight: bold;
}
.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.pagination-container {
  height: 30px;
}
.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.primary:before {
  background-color: #1890ff;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.statusTag.gray:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.fz13 {
  font-size: 13px;
}
.fz16 {
  font-size: 16px;
}
.spcBt[data-v-33684804] {
  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;
}
.alnCt[data-v-33684804] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-33684804] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-33684804] {
  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;
}
.elpss[data-v-33684804] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-33684804] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-33684804] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-33684804] {
  display: none !important;
}
.got .el-upload[data-v-33684804] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-33684804] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-33684804] {
  margin-bottom: 0;
}
.coverUpload[data-v-33684804] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item[data-v-33684804] {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error[data-v-33684804] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-33684804] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-33684804],
.coverUpload .sizeNote[data-v-33684804] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-33684804] {
  display: none;
}
.coverUpload .el-upload[data-v-33684804] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-33684804] {
  line-height: 44px;
}
.coverUpload .small div[data-v-33684804],
.coverUpload .large div[data-v-33684804] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-33684804] {
  margin-left: 96px !important;
}
.el-dialog[data-v-33684804] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-33684804]:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header[data-v-33684804] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-33684804] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-33684804] {
  font-size: 20px;
}
.el-dialog__body[data-v-33684804] {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar[data-v-33684804] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body[data-v-33684804] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog[data-v-33684804] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-33684804] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-33684804] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-33684804] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-33684804] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-33684804] {
  padding: 20px;
}
.pageName[data-v-33684804] {
  margin: 10px 0;
  font-weight: bold;
}
.box_form[data-v-33684804] {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea[data-v-33684804] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-33684804] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-33684804] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-33684804] {
  width: 100px;
}
.actState span[data-v-33684804] {
  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;
}
.actState .sut_bored[data-v-33684804] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-33684804] {
  background-color: #ff9900;
}
.actState .actState2[data-v-33684804] {
  background-color: #19be6b;
}
.actState .actState3[data-v-33684804] {
  background-color: #ccc;
}
.actState .actState4[data-v-33684804] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-33684804] {
  background-color: #409eff;
}
.timeline[data-v-33684804] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-33684804] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-33684804] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-33684804] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-33684804] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-33684804],
.el-table__fixed[data-v-33684804] {
  height: 100% !important;
}
.pagination-container[data-v-33684804] {
  height: 30px;
}
.tableImg[data-v-33684804] {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot[data-v-33684804] {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag[data-v-33684804] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-33684804]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-33684804]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-33684804]:before {
  background-color: #e6a23c;
}
.statusTag.primary[data-v-33684804]:before {
  background-color: #1890ff;
}
.statusTag.danger[data-v-33684804]:before {
  background-color: #f56c6c;
}
.statusTag.gray[data-v-33684804]:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-33684804] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30[data-v-33684804] {
  margin-top: 30px;
}
.mt20[data-v-33684804] {
  margin-top: 20px;
}
.mt15[data-v-33684804] {
  margin-top: 15px;
}
.mt10[data-v-33684804] {
  margin-top: 10px;
}
.mb10[data-v-33684804] {
  margin-bottom: 10px;
}
.mb15[data-v-33684804] {
  margin-bottom: 15px;
}
.mb20[data-v-33684804] {
  margin-bottom: 20px;
}
.mb30[data-v-33684804] {
  margin-bottom: 30px;
}
.mr10[data-v-33684804] {
  margin-right: 10px;
}
.fz13[data-v-33684804] {
  font-size: 13px;
}
.fz16[data-v-33684804] {
  font-size: 16px;
}
.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.pageName {
  margin: 10px 0;
  font-weight: bold;
}
.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.pagination-container {
  height: 30px;
}
.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.primary:before {
  background-color: #1890ff;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.statusTag.gray:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr10 {
  margin-right: 10px;
}
.fz13 {
  font-size: 13px;
}
.fz16 {
  font-size: 16px;
}
.userIndex {
  padding: 40px 40px;
  color: #676a6c;
  font-size: 13px;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
.holdTab[data-v-343d7ab4] {
  padding: 20px 0;
}
@charset "UTF-8";
.spcBt[data-v-0f3a2315] {
  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;
}
.alnCt[data-v-0f3a2315] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-0f3a2315] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-0f3a2315] {
  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;
}
.elpss[data-v-0f3a2315] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-0f3a2315] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-0f3a2315] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-0f3a2315] {
  display: none !important;
}
.got .el-upload[data-v-0f3a2315] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-0f3a2315] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-0f3a2315] {
  margin-bottom: 0;
}
.coverUpload[data-v-0f3a2315] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item[data-v-0f3a2315] {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error[data-v-0f3a2315] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-0f3a2315] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-0f3a2315],
.coverUpload .sizeNote[data-v-0f3a2315] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-0f3a2315] {
  display: none;
}
.coverUpload .el-upload[data-v-0f3a2315] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-0f3a2315] {
  line-height: 44px;
}
.coverUpload .small div[data-v-0f3a2315],
.coverUpload .large div[data-v-0f3a2315] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-0f3a2315] {
  margin-left: 96px !important;
}
.el-dialog[data-v-0f3a2315] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-0f3a2315]:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header[data-v-0f3a2315] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-0f3a2315] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-0f3a2315] {
  font-size: 20px;
}
.el-dialog__body[data-v-0f3a2315] {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar[data-v-0f3a2315] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body[data-v-0f3a2315] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog[data-v-0f3a2315] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-0f3a2315] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-0f3a2315] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-0f3a2315] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-0f3a2315] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-0f3a2315] {
  padding: 20px;
}
.pageName[data-v-0f3a2315] {
  margin: 10px 0;
  font-weight: bold;
}
.box_form[data-v-0f3a2315] {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea[data-v-0f3a2315] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-0f3a2315] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-0f3a2315] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-0f3a2315] {
  width: 100px;
}
.actState span[data-v-0f3a2315] {
  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;
}
.actState .sut_bored[data-v-0f3a2315] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-0f3a2315] {
  background-color: #ff9900;
}
.actState .actState2[data-v-0f3a2315] {
  background-color: #19be6b;
}
.actState .actState3[data-v-0f3a2315] {
  background-color: #ccc;
}
.actState .actState4[data-v-0f3a2315] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-0f3a2315] {
  background-color: #409eff;
}
.timeline[data-v-0f3a2315] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-0f3a2315] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-0f3a2315] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-0f3a2315] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-0f3a2315] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-0f3a2315],
.el-table__fixed[data-v-0f3a2315] {
  height: 100% !important;
}
.pagination-container[data-v-0f3a2315] {
  height: 30px;
}
.tableImg[data-v-0f3a2315] {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot[data-v-0f3a2315] {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag[data-v-0f3a2315] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-0f3a2315]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-0f3a2315]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-0f3a2315]:before {
  background-color: #e6a23c;
}
.statusTag.primary[data-v-0f3a2315]:before {
  background-color: #1890ff;
}
.statusTag.danger[data-v-0f3a2315]:before {
  background-color: #f56c6c;
}
.statusTag.gray[data-v-0f3a2315]:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-0f3a2315] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30[data-v-0f3a2315] {
  margin-top: 30px;
}
.mt20[data-v-0f3a2315] {
  margin-top: 20px;
}
.mt15[data-v-0f3a2315] {
  margin-top: 15px;
}
.mt10[data-v-0f3a2315] {
  margin-top: 10px;
}
.mb10[data-v-0f3a2315] {
  margin-bottom: 10px;
}
.mb15[data-v-0f3a2315] {
  margin-bottom: 15px;
}
.mb20[data-v-0f3a2315] {
  margin-bottom: 20px;
}
.mb30[data-v-0f3a2315] {
  margin-bottom: 30px;
}
.mr10[data-v-0f3a2315] {
  margin-right: 10px;
}
.fz13[data-v-0f3a2315] {
  font-size: 13px;
}
.fz16[data-v-0f3a2315] {
  font-size: 16px;
}
.infoTab[data-v-0f3a2315] {
  padding: 20px 0;
}
.infoTab .maininfo[data-v-0f3a2315] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infoTab .maininfo .img[data-v-0f3a2315] {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.infoTab .maininfo .userName[data-v-0f3a2315] {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  font-weight: bold;
}
.infoTab .maininfo .other[data-v-0f3a2315] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.infoTab .maininfo .other .label[data-v-0f3a2315] {
  color: #999;
}
.infoTab .maininfo .other .value[data-v-0f3a2315] {
  line-height: 40px;
}
.infoTab .datas .data[data-v-0f3a2315] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 100px;
  border-right: 1px solid #eee;
  color: #333;
}
.infoTab .datas .data[data-v-0f3a2315]:last-child {
  border: none;
}
.infoTab .datas .label[data-v-0f3a2315] {
  color: #999;
}
.infoTab .datas .numb[data-v-0f3a2315] {
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
  margin-right: 20px;
}
.infoTab .guide[data-v-0f3a2315] {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  margin: 10px 0 10px 0;
}
.infoTab .guide .icon[data-v-0f3a2315] {
  font-family: "\5FAE\8F6F\96C5\9ED1   Bold", "\5FAE\8F6F\96C5\9ED1   Regular", "\5FAE\8F6F\96C5\9ED1", sans-serif;
  font-weight: 700;
  color: #409EFF;
  margin-right: 5px;
}
.infoTab .examine[data-v-0f3a2315] {
  cursor: pointer;
  margin-left: 5px;
  color: rgb(64, 158, 255);
}
.infoTab .datas,
.infoTab .maininfo {
  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: 100%;
}
.infoTab .datas .el-card__body {
  height: 160px;
}
.joinTab[data-v-9ddc04de] {
  padding: 20px 0;
}
.logTab[data-v-24f7eb2d] {
  padding: 20px 0;
}
@charset "UTF-8";
.spcBt[data-v-1c688cb0] {
  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;
}
.alnCt[data-v-1c688cb0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-1c688cb0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-1c688cb0] {
  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;
}
.elpss[data-v-1c688cb0] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-1c688cb0] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-1c688cb0] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-1c688cb0] {
  display: none !important;
}
.got .el-upload[data-v-1c688cb0] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-1c688cb0] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-1c688cb0] {
  margin-bottom: 0;
}
.coverUpload[data-v-1c688cb0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item[data-v-1c688cb0] {
  margin-bottom: 50px;
}
.coverUpload .el-form-item__error[data-v-1c688cb0] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-1c688cb0] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-1c688cb0],
.coverUpload .sizeNote[data-v-1c688cb0] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-1c688cb0] {
  display: none;
}
.coverUpload .el-upload[data-v-1c688cb0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-1c688cb0] {
  line-height: 44px;
}
.coverUpload .small div[data-v-1c688cb0],
.coverUpload .large div[data-v-1c688cb0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-1c688cb0] {
  margin-left: 96px !important;
}
.el-dialog[data-v-1c688cb0] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-1c688cb0]:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.el-dialog__header[data-v-1c688cb0] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-1c688cb0] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-1c688cb0] {
  font-size: 20px;
}
.el-dialog__body[data-v-1c688cb0] {
  padding: 30px 40px;
}
.el-dialog__wrapper .el-dialog.scrollbar[data-v-1c688cb0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body[data-v-1c688cb0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}
.dialog_height_80 .el-dialog[data-v-1c688cb0] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-1c688cb0] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-1c688cb0] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-1c688cb0] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-1c688cb0] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-1c688cb0] {
  padding: 20px;
}
.pageName[data-v-1c688cb0] {
  margin: 10px 0;
  font-weight: bold;
}
.box_form[data-v-1c688cb0] {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
textarea[data-v-1c688cb0] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-1c688cb0] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-1c688cb0] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-1c688cb0] {
  width: 100px;
}
.actState span[data-v-1c688cb0] {
  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;
}
.actState .sut_bored[data-v-1c688cb0] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-1c688cb0] {
  background-color: #ff9900;
}
.actState .actState2[data-v-1c688cb0] {
  background-color: #19be6b;
}
.actState .actState3[data-v-1c688cb0] {
  background-color: #ccc;
}
.actState .actState4[data-v-1c688cb0] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-1c688cb0] {
  background-color: #409eff;
}
.timeline[data-v-1c688cb0] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-1c688cb0] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-1c688cb0] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-1c688cb0] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-1c688cb0] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-1c688cb0],
.el-table__fixed[data-v-1c688cb0] {
  height: 100% !important;
}
.pagination-container[data-v-1c688cb0] {
  height: 30px;
}
.tableImg[data-v-1c688cb0] {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}
.el-image .image-slot[data-v-1c688cb0] {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.statusTag[data-v-1c688cb0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-1c688cb0]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-1c688cb0]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-1c688cb0]:before {
  background-color: #e6a23c;
}
.statusTag.primary[data-v-1c688cb0]:before {
  background-color: #1890ff;
}
.statusTag.danger[data-v-1c688cb0]:before {
  background-color: #f56c6c;
}
.statusTag.gray[data-v-1c688cb0]:before {
  background-color: #909399;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-1c688cb0] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.mt30[data-v-1c688cb0] {
  margin-top: 30px;
}
.mt20[data-v-1c688cb0] {
  margin-top: 20px;
}
.mt15[data-v-1c688cb0] {
  margin-top: 15px;
}
.mt10[data-v-1c688cb0] {
  margin-top: 10px;
}
.mb10[data-v-1c688cb0] {
  margin-bottom: 10px;
}
.mb15[data-v-1c688cb0] {
  margin-bottom: 15px;
}
.mb20[data-v-1c688cb0] {
  margin-bottom: 20px;
}
.mb30[data-v-1c688cb0] {
  margin-bottom: 30px;
}
.mr10[data-v-1c688cb0] {
  margin-right: 10px;
}
.fz13[data-v-1c688cb0] {
  font-size: 13px;
}
.fz16[data-v-1c688cb0] {
  font-size: 16px;
}
.userDetail .maininfo[data-v-1c688cb0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.userDetail .maininfo .img[data-v-1c688cb0] {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.userDetail .maininfo .userName[data-v-1c688cb0] {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  font-weight: bold;
}
.userDetail .maininfo .other[data-v-1c688cb0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.userDetail .maininfo .other .label[data-v-1c688cb0] {
  color: #999;
}
.userDetail .maininfo .other .value[data-v-1c688cb0] {
  line-height: 40px;
}
.userDetail .datas .data[data-v-1c688cb0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 100px;
  border-right: 1px solid #eee;
  color: #333;
}
.userDetail .datas .data[data-v-1c688cb0]:last-child {
  border: none;
}
.userDetail .datas .label[data-v-1c688cb0] {
  color: #999;
}
.userDetail .datas .numb[data-v-1c688cb0] {
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
  margin-right: 20px;
}
.userDetail .guide[data-v-1c688cb0] {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  margin: 10px 0 10px 0;
}
.userDetail .guide .icon[data-v-1c688cb0] {
  font-family: "\5FAE\8F6F\96C5\9ED1   Bold", "\5FAE\8F6F\96C5\9ED1   Regular", "\5FAE\8F6F\96C5\9ED1", sans-serif;
  font-weight: 700;
  color: #409EFF;
  margin-right: 5px;
}
.userDetail .examine[data-v-1c688cb0] {
  cursor: pointer;
  margin-left: 5px;
  color: rgb(64, 158, 255);
}
.userDetail .datas,
.userDetail .maininfo {
  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: 100%;
}
.userDetail .datas .el-card__body {
  height: 160px;
}

.box[data-v-757007c9] {
  margin-left: 5px;
  margin-right: 5px;
}

.about-card[data-v-114e3f8a] {
  background: inherit;
  margin-top: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 640px;
  min-width: 640px;
  height: 400px;
  position: relative;
}
.about-card[data-v-114e3f8a]  div.el-card__header {
  padding: 0;
}
.about-card-medium[data-v-114e3f8a] {
  height: 415px !important;
}
.about-card-max[data-v-114e3f8a] {
  height: 430px !important;
}
.license-header[data-v-114e3f8a] {
  height: 100px;
  background-image: url(../img/license_header.f7f2f512.png);
  text-align: center;
  padding: 20px 0;
  background-size: 100% 100%;
}
.license-content[data-v-114e3f8a] {
  font-size: 16px;
  padding: 50px;
}
.license-content[data-v-114e3f8a]  table {
  width: 100%;
}
.license-content[data-v-114e3f8a]  th {
  text-align: left;
  width: 45%;
}
.license-content[data-v-114e3f8a]  td {
  display: table-cell;
  vertical-align: inherit;
}
.md-padding[data-v-114e3f8a] {
  padding: 10px;
}
.lic_rooter[data-v-114e3f8a] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lic_rooter[data-v-114e3f8a]  a {
  color: rgb(10, 123, 224);
  cursor: pointer;
}
.custom-tree-container[data-v-1f9608b1] {
  margin-top: 16px;
}
.custom-tree-container .no-tdata[data-v-1f9608b1] {
  text-align: center;
  margin-top: 80px;
  font-family: PingFang SC;
  font-size: 14px;
  color: var(--deTextSecondary, #999);
  font-weight: 400;
}
.custom-tree-container .no-tdata .no-tdata-new[data-v-1f9608b1] {
  cursor: pointer;
  color: var(--primary, #1890FF);
}
.custom-tree-node[data-v-1f9608b1] {
  -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;
  width: 100%;
}
.custom-tree-node-list[data-v-1f9608b1] {
  -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: 0 8px;
  width: calc(100% - 40px);
}
.custom-tree-node-list .child[data-v-1f9608b1] {
  /*display: none;*/
  visibility: hidden;
}
.custom-tree-node-list:hover .child[data-v-1f9608b1] {
  /*display: inline;*/
  visibility: visible;
}
.tree-list[data-v-1f9608b1]  .el-tree-node__expand-icon.is-leaf {
  display: none;
}
.tree-style[data-v-1f9608b1] {
  padding: 16px 24px;
  height: 100%;
  overflow-y: auto;
}
.tree-style .title-text[data-v-1f9608b1] {
  line-height: 26px;
  color: #1890FF;
  margin-bottom: 16px;
}
.tree-style .title-operate[data-v-1f9608b1] {
  text-align: right;
}
.tree-style .title-operate i[data-v-1f9608b1] {
  margin-left: 22.91px;
}
.none-scroll-bar::-webkit-scrollbar {
  display: none;
}
.db-container {
  width: 100%;
  max-height: 65vh;
  overflow-y: auto;
  margin-top: 3px;
  position: relative;
  z-index: 10;
}
.db-container .name {
  margin: 16px 0;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--deTextPrimary, #1890FF);
}
.db-container .item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.db-container .db-card {
  height: 141px;
  width: 177.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #dee0e3;
  border-radius: 4px;
  margin-bottom: 16px;
  margin-left: 16px;
}
.db-container .db-card img {
  width: 100%;
  height: 102px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.db-container .db-card .db-name {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  border-top: 1px solid rgba(24, 144, 255, 0.15);
}
.db-container .db-card:hover {
  -webkit-box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.08);
          box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.08);
}
.db-container .marLeft {
  margin-left: 0;
}
.de-copy-icon {
  cursor: pointer;
  margin-right: 5px;
  color: var(--deTextSecondary, #999);
}
.ds-table-drawer .table-value,
.ds-table-drawer .table-name {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.ds-table-drawer .table-name {
  color: var(--deTextSecondary, #999);
}
.ds-table-drawer .table-value {
  margin: 4px 0 24px 0;
  color: var(--deTextPrimary, #1890FF);
}
.ds-table {
  height: 100%;
  width: 100%;
}
.ds-table .mar3 {
  margin-left: -5px;
}
.ds-table .table-name-top {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--deTextPrimary, #1890FF);
}
.ds-table .table-container {
  height: calc(100% - 50px);
}
.ds-table .el-table__fixed-right::before {
  background: transparent;
}
.ds-table-detail {
  height: 100%;
  padding: 10px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ds-table-detail .el-tabs-content {
  height: calc(100% - 56px);
}
.ds-table-detail .ds-top {
  height: 36px;
  text-align: right;
}
.ds-table-detail .w600 {
  padding-top: 0 !important;
}
.ds-table-detail .de-ds-cont {
  padding: 0 !important;
  background: transparent !important;
}

.driver-detail[data-v-6db1c53e] {
  font-family: PingFang SC;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.driver-detail .name[data-v-6db1c53e] {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: var(--deTextPrimary, #1890FF);
}
.driver-detail .descript[data-v-6db1c53e] {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  margin-top: 4px;
  color: var(--deTextSecondary, #999);
}
.driver-detail .el-upload[data-v-6db1c53e] {
  margin-top: -4px;
}
.driver-detail .tips[data-v-6db1c53e] {
  margin: 2px 0 8px 0;
  color: var(----deTextPlaceholder, #8f959e);
}
.driver-detail .jar-cont[data-v-6db1c53e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.driver-detail .jar-cont .jar-info[data-v-6db1c53e] {
  border: 1px solid var(--deCardStrokeColor, #dee0e3);
  border-radius: 4px;
  padding: 8px 12px;
  margin: 0 12px 12px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.driver-detail .jar-cont .jar-info[data-v-6db1c53e]:hover {
  border: 1px solid var(--primary, #1890FF);
}
.driver-detail .jar-cont .jar-info img[data-v-6db1c53e] {
  height: 42px;
  width: 40px;
}
.driver-detail .jar-cont .jar-info .name-descript[data-v-6db1c53e] {
  margin: 0;
  margin-left: 10px;
  font-family: PingFang SC;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.driver-detail .jar-cont .jar-info .name-descript .jar-descript[data-v-6db1c53e] {
  font-size: 14px;
  color: var(--deTextPlaceholder, #8f959e);
}
.driver-detail .jar-cont .jar-info .name-descript .jar-name[data-v-6db1c53e] {
  font-size: 12px;
  color: var(--deTextPrimary, #1890FF);
}
.driver-detail .jar-cont .jar-info .el-icon-delete[data-v-6db1c53e] {
  cursor: pointer;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  font-size: 13.3px;
  color: var(--deTextPlaceholder, #8f959e);
  position: absolute;
  top: 18px;
  right: 17px;
}
.driver-detail .jar-cont .jar-info .el-icon-delete[data-v-6db1c53e]:hover {
  background: rgba(31, 35, 41, 0.1);
  border-radius: 4px;
}
.de-ds-container[data-v-6713d568] {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.de-ds-container .el-empty[data-v-6713d568] {
  padding-top: 202px;
}
.ms-aside-container[data-v-6713d568] {
  height: calc(100vh - 56px);
  padding: 0px;
  min-width: 260px;
  max-width: 460px;
}
.dsr-route-title[data-v-6713d568] {
  width: 100%;
  margin: -2px 0 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.is-driver-mgm[data-v-6713d568] {
  height: calc(100vh - 56px);
  background-color: var(--MainBG, #f5f6f7);
  padding: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.is-driver-mgm .ms-aside-container[data-v-6713d568],
.is-driver-mgm .ms-main-container[data-v-6713d568] {
  height: calc(100vh - 170px);
  background-color: var(--ContentBG, #ffffff);
}
.is-driver-mgm .ms-aside-container .tree-style[data-v-6713d568],
.is-driver-mgm .ms-main-container .tree-style[data-v-6713d568] {
  padding-top: 24px;
}
.is-driver-mgm .ms-main-container[data-v-6713d568] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 24px 0 70px 24px;
}

.custom-position[data-v-fc9a52e6] {
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  color: #9ea6b2;
}

.table-container[data-v-4245a701] {
  height: 550px;
}
.loginSut1[data-v-4245a701] {
  color: #67c23a;
}
.table-container[data-v-15a71384] {
  height: 550px;
}
.loginSut1[data-v-15a71384] {
  color: #67c23a;
}
[data-v-2a40cf56] .disabled-column .el-checkbox__input {
  display: none;
}
.businessLicense[data-v-2a40cf56] {
  margin-bottom: -15px;
}
.approvalButton[data-v-2a40cf56] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
}
.approvalButton .ant-btn[data-v-2a40cf56] {
  height: 32px;
}
.hallDetail[data-v-984fabd4] {
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hallDetail .hallMainTitle[data-v-984fabd4] {
  background-color: #21284B;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hallDetail .hallMainTitle .btnBox i[data-v-984fabd4] {
  margin-right: 5px;
}
.hallDetail .el-descriptions__body .el-descriptions__table .el-descriptions-item__cell[data-v-984fabd4] {
  background-color: transparent;
}
.hallDetail[data-v-984fabd4]  .el-descriptions__body {
  background-color: rgba(255, 255, 255, 0.1);
}
.hallDetail[data-v-984fabd4]  .el-descriptions .el-descriptions-row th {
  background-color: #21284b;
  color: #BCBCBC;
  font-weight: bold;
  font-size: 14px;
}
.hallDetail[data-v-984fabd4]  .el-descriptions .el-descriptions-row th:nth-child(1) {
  width: 20%;
}
.hallDetail[data-v-984fabd4]  .el-descriptions .el-descriptions-row th:nth-child(2) {
  width: 30%;
}
.hallDetail[data-v-984fabd4]  .el-descriptions .el-descriptions-row th:nth-child(3) {
  width: 30%;
}
.hallDetail[data-v-984fabd4]  .el-descriptions .el-descriptions-row th:nth-child(4) {
  width: 20%;
}
.hallDetail[data-v-984fabd4]  .el-descriptions .el-descriptions-row td {
  background-color: #141937;
  color: #fff;
  line-height: 22px;
  font-size: 12px;
}
.examineDetailInfo[data-v-984fabd4] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.examineDetailInfo .plan[data-v-984fabd4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-top: 28px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.examineDetailInfo .plan[data-v-984fabd4]  .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
}
.examineDetailInfo .plan[data-v-984fabd4]  .el-progress__text {
  display: none !important;
}
.examineDetailInfo .avatarCon[data-v-984fabd4] {
  text-align: center;
}
.examineDetailInfo .avatarCon .el-avatar[data-v-984fabd4] {
  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;
  margin: 0 auto;
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.5);
  color: #141937;
}
.examineDetailInfo .avatarCon .el-avatar i.el-icon-s-custom[data-v-984fabd4] {
  font-size: 20px;
}
.examineDetailInfo .avatarCon .tooltipText[data-v-984fabd4] {
  width: 70px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.examineDetailInfo .avatarCon .tooltipText span[data-v-984fabd4] {
  background-color: #1890FF;
  color: #fff;
  width: 70px;
  height: 26px;
  font-size: 12px;
  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;
  border-radius: 2px;
  position: relative;
  z-index: 2;
}
.examineDetailInfo .avatarCon .tooltipText span i[data-v-984fabd4] {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -10px;
  font-size: 16px;
  color: #1890FF;
}
.examineDetailInfo .avatarCon .name[data-v-984fabd4] {
  color: #fff;
  margin-bottom: 4px;
  font-size: 14px;
}
.examineDetailInfo .avatarCon .time[data-v-984fabd4] {
  color: #999;
  font-size: 12px;
}
/*场馆操作记录*/
.operationRecord[data-v-984fabd4] {
  margin-top: 30px;
}
.operationRecord[data-v-984fabd4]  .el-timeline-item__tail {
  border-left: 2px solid #8a8c9b;
}
.operationRecord[data-v-984fabd4]  .el-timeline-item__node {
  background-color: #8a8c9b;
}
:deep.ant-descriptions-view[data-v-984fabd4] {
  margin-top: 2%;
}
.ant-tooltip[data-v-984fabd4] {
  position: fixed !important;
}
[data-v-984fabd4]:deep(.ant-descriptions-view .ant-descriptions-item-content) {
  color: #999 !important;
}
[data-v-984fabd4]:deep(.detail .ant-descriptions-title) {
  margin-top: 20px !important;
}
.ant-descriptions-title[data-v-984fabd4] {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
[data-v-984fabd4] .timeLineBox .el-timeline-item__content .el-card {
  border: 1px solid rgba(255, 255, 255, 0.05);
}
[data-v-984fabd4] .timeLineBox .el-timeline-item__content .el-card .el-card__body {
  padding: 15px;
}
[data-v-984fabd4] .timeLineBox .el-timeline-item__content .el-card .el-card__body .timeLine strong {
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
}
[data-v-984fabd4] .timeLineBox .el-timeline-item__content .el-card .el-card__body .timeLine p {
  width: 100%;
  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;
  color: #999;
}
[data-v-984fabd4] .timeLineBox .el-timeline-item__content .el-card .el-card__body .timeLine p i {
  margin-right: 3px;
}
[data-v-984fabd4] .timeLineBox .el-timeline-item .el-timeline-item__tail {
  margin-top: 30px;
}
[data-v-984fabd4] .timeLineBox .el-timeline-item .el-timeline-item__node--normal {
  margin-top: 30px;
}

.icon-body[data-v-6504d548] {
  width: 100%;
  padding: 10px;
}
.icon-body .icon-list[data-v-6504d548] {
  height: 200px;
  overflow-y: scroll;
}
.icon-body .icon-list div[data-v-6504d548] {
  height: 30px;
  line-height: 30px;
  margin-bottom: -5px;
  cursor: pointer;
  width: 33%;
  float: left;
}
.icon-body .icon-list span[data-v-6504d548] {
  display: inline-block;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.spcBt {
  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;
}
.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC {
  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;
}
.flxEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.got .el-upload {
  display: none;
}
.got .el-upload-list--picture-card {
  line-height: 0;
}
.got li.el-upload-list__item {
  margin-bottom: 0;
}
.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error {
  position: unset !important;
}
.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload {
  display: none;
}
.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}
.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}
.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.el-dialog__body {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}
.box_form {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea {
  font-family: inherit;
}
.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}
.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #1890FF;
}
.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}
.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper {
  background-color: #141937;
}
.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success:before {
  background-color: #67c23a;
}
.statusTag.warn:before {
  background-color: #e6a23c;
}
.statusTag.danger:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m30 {
  margin: 30px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml50 {
  margin-left: 50px;
}
.ml100 {
  margin-left: 100px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr50 {
  margin-right: 50px;
}
.mr100 {
  margin-right: 100px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p30 {
  padding: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl50 {
  padding-left: 50px;
}
.pl100 {
  padding-left: 100px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr100 {
  padding-right: 100px;
}
::v-deep .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}

.spcBt[data-v-b182a810] {
  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;
}
.alnCt[data-v-b182a810] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flx1[data-v-b182a810] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.flxCC[data-v-b182a810] {
  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;
}
.flxEnd[data-v-b182a810] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elpss[data-v-b182a810] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elpss2[data-v-b182a810] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.elpss3[data-v-b182a810] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hide[data-v-b182a810] {
  display: none !important;
}
.got .el-upload[data-v-b182a810] {
  display: none;
}
.got .el-upload-list--picture-card[data-v-b182a810] {
  line-height: 0;
}
.got li.el-upload-list__item[data-v-b182a810] {
  margin-bottom: 0;
}
.coverUpload[data-v-b182a810] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coverUpload .el-form-item__error[data-v-b182a810] {
  position: unset !important;
}
.coverUpload .el-form-item__content[data-v-b182a810] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sizeNote[data-v-b182a810],
.coverUpload .sizeNote[data-v-b182a810] {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.coverUpload .got .el-upload[data-v-b182a810] {
  display: none;
}
.coverUpload .el-upload[data-v-b182a810] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.coverUpload .el-upload .uploadNote[data-v-b182a810] {
  line-height: 44px;
}
.coverUpload .small div[data-v-b182a810],
.coverUpload .large div[data-v-b182a810] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}
.coverUpload .large .el-form-item__content[data-v-b182a810] {
  margin-left: 96px !important;
}
.el-dialog[data-v-b182a810] {
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog[data-v-b182a810]:not(.is-fullscreen) {
  position: relative;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
}
.el-dialog__header[data-v-b182a810] {
  padding: 20px;
  background-color: #f3f3f3;
}
.el-dialog__title[data-v-b182a810] {
  font-size: 16px;
  font-weight: bold;
}
.el-dialog__headerbtn .el-dialog__close[data-v-b182a810] {
  font-size: 20px;
}
.el-dialog__body[data-v-b182a810] {
  padding: 30px 40px;
}
.dialog_height_80 .el-dialog[data-v-b182a810] {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body[data-v-b182a810] {
  height: calc(100% - 120px);
  overflow: auto;
}
.dialog_height_max80 .el-dialog[data-v-b182a810] {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img[data-v-b182a810] {
  width: 100% !important;
}
.dialogTitleHide .el-dialog__header[data-v-b182a810] {
  display: none;
}
.dialogTitleHide .el-dialog__body[data-v-b182a810] {
  padding: 20px;
}
.box_form[data-v-b182a810] {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
textarea[data-v-b182a810] {
  font-family: inherit;
}
.flexAlign_Btn[data-v-b182a810] {
  width: 100%;
}
.flexAlign_Btn > div[data-v-b182a810] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div[data-v-b182a810] {
  width: 100px;
}
.actState span[data-v-b182a810] {
  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;
}
.actState .sut_bored[data-v-b182a810] {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1[data-v-b182a810] {
  background-color: #ff9900;
}
.actState .actState2[data-v-b182a810] {
  background-color: #19be6b;
}
.actState .actState3[data-v-b182a810] {
  background-color: #ccc;
}
.actState .actState4[data-v-b182a810] {
  background-color: #f56c6c;
}
.actState .actState1[data-v-b182a810] {
  background-color: #1890FF;
}
.timeline[data-v-b182a810] {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow[data-v-b182a810] {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body[data-v-b182a810] {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time[data-v-b182a810] {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type[data-v-b182a810] {
  color: #666 !important;
}
.el-table__fixed-right[data-v-b182a810],
.el-table__fixed[data-v-b182a810] {
  height: 100% !important;
}
.el-table__fixed-right .el-table__fixed-body-wrapper[data-v-b182a810] {
  background-color: #141937;
}
.statusTag[data-v-b182a810] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag[data-v-b182a810]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.statusTag.success[data-v-b182a810]:before {
  background-color: #67c23a;
}
.statusTag.warn[data-v-b182a810]:before {
  background-color: #e6a23c;
}
.statusTag.danger[data-v-b182a810]:before {
  background-color: #f56c6c;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-b182a810] {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}
.el-form-item.isRequired > .el-form-item__label[data-v-b182a810]:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.isRequired .el-form-item__content[data-v-b182a810] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m10[data-v-b182a810] {
  margin: 10px;
}
.m15[data-v-b182a810] {
  margin: 15px;
}
.m30[data-v-b182a810] {
  margin: 30px;
}
.mt5[data-v-b182a810] {
  margin-top: 5px;
}
.mt10[data-v-b182a810] {
  margin-top: 10px;
}
.mt15[data-v-b182a810] {
  margin-top: 15px;
}
.mt20[data-v-b182a810] {
  margin-top: 20px;
}
.mt25[data-v-b182a810] {
  margin-top: 25px;
}
.mt30[data-v-b182a810] {
  margin-top: 30px;
}
.mt50[data-v-b182a810] {
  margin-top: 50px;
}
.mt100[data-v-b182a810] {
  margin-top: 100px;
}
.mb5[data-v-b182a810] {
  margin-bottom: 5px;
}
.mb10[data-v-b182a810] {
  margin-bottom: 10px;
}
.mb15[data-v-b182a810] {
  margin-bottom: 15px;
}
.mb20[data-v-b182a810] {
  margin-bottom: 20px;
}
.mb100[data-v-b182a810] {
  margin-bottom: 100px;
}
.ml5[data-v-b182a810] {
  margin-left: 5px;
}
.ml10[data-v-b182a810] {
  margin-left: 10px;
}
.ml15[data-v-b182a810] {
  margin-left: 15px !important;
}
.ml20[data-v-b182a810] {
  margin-left: 20px;
}
.ml30[data-v-b182a810] {
  margin-left: 30px;
}
.ml50[data-v-b182a810] {
  margin-left: 50px;
}
.ml100[data-v-b182a810] {
  margin-left: 100px;
}
.mr5[data-v-b182a810] {
  margin-right: 5px;
}
.mr10[data-v-b182a810] {
  margin-right: 10px;
}
.mr15[data-v-b182a810] {
  margin-right: 15px;
}
.mr20[data-v-b182a810] {
  margin-right: 20px;
}
.mr50[data-v-b182a810] {
  margin-right: 50px;
}
.mr100[data-v-b182a810] {
  margin-right: 100px;
}
.p10[data-v-b182a810] {
  padding: 10px;
}
.p15[data-v-b182a810] {
  padding: 15px;
}
.p30[data-v-b182a810] {
  padding: 30px;
}
.pt5[data-v-b182a810] {
  padding-top: 5px;
}
.pt10[data-v-b182a810] {
  padding-top: 10px;
}
.pt15[data-v-b182a810] {
  padding-top: 15px;
}
.pt20[data-v-b182a810] {
  padding-top: 20px;
}
.pt30[data-v-b182a810] {
  padding-top: 30px;
}
.pt50[data-v-b182a810] {
  padding-top: 50px;
}
.pb5[data-v-b182a810] {
  padding-bottom: 5px;
}
.pb15[data-v-b182a810] {
  padding-bottom: 15px;
}
.pb20[data-v-b182a810] {
  padding-bottom: 20px;
}
.pb30[data-v-b182a810] {
  padding-bottom: 30px;
}
.pb60[data-v-b182a810] {
  padding-bottom: 60px;
}
.pb5[data-v-b182a810] {
  padding-bottom: 5px;
}
.pb15[data-v-b182a810] {
  padding-bottom: 15px;
}
.pb100[data-v-b182a810] {
  padding-bottom: 100px;
}
.pl5[data-v-b182a810] {
  padding-left: 5px;
}
.pl10[data-v-b182a810] {
  padding-left: 10px;
}
.pl15[data-v-b182a810] {
  padding-left: 15px;
}
.pl20[data-v-b182a810] {
  padding-left: 20px;
}
.pl50[data-v-b182a810] {
  padding-left: 50px;
}
.pl100[data-v-b182a810] {
  padding-left: 100px;
}
.pr5[data-v-b182a810] {
  padding-right: 5px;
}
.pr10[data-v-b182a810] {
  padding-right: 10px;
}
.pr15[data-v-b182a810] {
  padding-right: 15px;
}
.pr20[data-v-b182a810] {
  padding-right: 20px;
}
.pr100[data-v-b182a810] {
  padding-right: 100px;
}
[data-v-b182a810] .ant-card-head {
  font-size: 18px;
  font-weight: bold;
  background-color: #141937;
}

.searchView[data-v-34983be8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.tableCont[data-v-34983be8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
[data-v-34983be8] .drawerMain {
  overflow: inherit !important;
}
[data-v-34983be8] .drawerMain .el-drawer__body {
  overflow: inherit !important;
}
.closeDrawer[data-v-34983be8] {
  position: absolute;
  width: 40px;
  height: 45px;
  left: -40px;
  top: 200px;
  background-color: rgb(245, 154, 35);
  font-size: 20px;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  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;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.closeDrawer[data-v-34983be8]:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.drawerBox[data-v-34983be8] {
  height: 100%;
}
.drawerBox .drawerOverflow[data-v-34983be8] {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drawerBox .drawerOverflow .title[data-v-34983be8] {
  padding-left: 5px;
  font-size: 15px;
  border-left: 3px solid #1890FF;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
}
.drawerBox .drawerOverflow .section[data-v-34983be8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[data-v-26b6f5a8].el-cascader-menu__wrap.el-cascader-menu__wrap {
  height: 204px;
}
.searchView[data-v-26b6f5a8] {
  padding: 24px;
  background: #21284B;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.searchView .el-form-item[data-v-26b6f5a8] {
  margin-bottom: 0;
}
.commandBtn[data-v-26b6f5a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commandBtn .primary[data-v-26b6f5a8] {
  color: #1890FF;
}
.commandBtn .danger[data-v-26b6f5a8] {
  color: #F56C6C;
}

.top-install {
  position: absolute;
  top: 24px;
  right: 24px;
  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;
}
.top-install .el-input {
  margin-right: 12px;
}
.top-install .el-input__inner {
  background: var(--ContentBG, #ffffff) !important;
}
.plugin-cont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--MainBG, #f5f6f7);
  overflow-y: auto;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.de-card-plugin {
  width: 270px;
  min-height: 188px;
  background: var(--ContentBG, #ffffff);
  border: 1px solid var(--deCardStrokeColor, #dee0e3);
  border-radius: 4px;
  margin: 0 24px 24px 0;
}
.de-card-plugin:hover {
  -webkit-box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.08);
          box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.08);
}
.de-card-plugin .card-method {
  border-top: 1px solid #dee0e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 30px 10px 30px;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.de-card-plugin .card-method .btn-plugin {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  /* identical to box height, or 157% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.1px;
  /* Neutral/600 */
  color: #999;
}
.de-card-plugin .card-method .btn-plugin i {
  font-size: 13px;
  margin-right: 5.33px;
}
.de-card-plugin .card-method .btn-plugin.is-disable {
  cursor: not-allowed;
  color: #bbbfc4;
}
.de-card-plugin .card-method .btn-plugin.update:not(.is-disable):hover {
  color: var(--primaryHover, #26acff);
}
.de-card-plugin .card-method .btn-plugin.uninstall:not(.is-disable):hover {
  color: var(--deDangerHover, #26acff);
}
.de-card-plugin .btn-0 {
  display: none;
}
.de-card-plugin .card-info {
  width: 100%;
  height: 188px;
  padding: 12px;
  padding-bottom: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.de-card-plugin .card-info .info-top {
  margin-bottom: 12px;
  overflow: hidden;
}
.de-card-plugin .card-info .info-top .el-image {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.de-card-plugin .card-info .info-top .el-image .image-slot {
  padding: 4px;
}
.de-card-plugin .card-info .info-top img {
  width: 100%;
  height: 100%;
}
.de-card-plugin .card-info .info-top .title {
  width: 190px;
  height: 22px;
  float: left;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin: -2px 0 0 6px;
}
.de-card-plugin .card-info .info-top .tips {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  height: 20px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  margin: 2px 0 0 6px;
}
.de-card-plugin .card-info .list {
  padding-bottom: 8px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  color: #999;
}
.de-card-plugin .card-info .info-left {
  display: inline-block;
}
.de-card-plugin .card-info .info-left .name {
  color: #999;
}
.de-card-plugin .card-info .info-right {
  display: inline-block;
  margin-left: 12px;
}
.de-card-plugin .card-info .info-right .value {
  color: var(--TextPrimary, #1890FF);
}
.consanguinity {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--MainBG, #f5f6f7);
  overflow: hidden;
  padding: 24px 24px 24px 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.consanguinity .active-icon {
  color: var(--primary, #1890FF);
}
.consanguinity .consanguinity-table {
  height: calc(100% - 100px);
  width: 100%;
}
.consanguinity .route-title {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: var(--TextPrimary, #1890FF);
  width: 100%;
  margin: 0;
}
.consanguinity .container-wrapper {
  width: 100%;
  overflow: auto;
  background-color: var(--ContentBG, #141937);
  margin-top: 24px;
  padding: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.consanguinity .container-wrapper .select-icon {
  margin-bottom: 16px;
}
.consanguinity .container-wrapper .select-icon i,
.consanguinity .container-wrapper .select-icon svg {
  font-size: 16px;
  cursor: pointer;
  margin-right: 10px;
}
.relation-popover {
  max-height: 70%;
  overflow-y: scroll;
}

.organizationView[data-v-5fc99eaf] {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.organizationView .tag[data-v-5fc99eaf] {
  border: 0;
  background-color: rgba(232, 244, 255, 0.1);
  color: #FFFFFF;
}
.organizationView .tag ~ .tag[data-v-5fc99eaf] {
  margin-top: 10px;
}
.commandBtn[data-v-5fc99eaf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commandBtn .primary[data-v-5fc99eaf] {
  color: #1890FF;
}
.commandBtn .danger[data-v-5fc99eaf] {
  color: #F56C6C;
}
.roleDialog[data-v-5fc99eaf]  .el-dialog__body {
  max-height: 70vh;
  overflow-y: auto;
}
.tree-border[data-v-5fc99eaf]  .el-tree-node__expand-icon.is-leaf {
  padding: 6px;
}
[data-v-5fc99eaf] .onlyRead .el-checkbox {
  pointer-events: none;
  cursor: not-allowed;
}
[data-v-5fc99eaf] .onlyRead .el-checkbox__inner::after {
  border-color: #c0c4cc !important;
}
[data-v-5fc99eaf] .onlyRead .el-checkbox__input .el-checkbox__inner {
  background-color: #edf2fc;
  border-color: #d9d9d9;
}
[data-v-5fc99eaf] .onlyRead .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #f2f6fc;
  border-color: #dcdfe6;
}
.roleDialog[data-v-5fc99eaf]  .el-tree-node__expand-icon.is-leaf {
  width: 24px;
  height: 24px;
}
.roleDialog[data-v-5fc99eaf]  .el-tree-node__expand-icon.is-leaf::before {
  content: '';
}

.demo-form-inline .tips[data-v-32d03f0b] {
  margin-left: 2px;
  position: relative;
  z-index: 10;
}
.demo-form-inline .el-radio[data-v-32d03f0b]:not(:last-child) {
  margin-right: 0;
  width: 156px;
}
.demo-form-inline-ds .el-form-item[data-v-32d03f0b] {
  margin-bottom: 0px !important;
}
.de-i118 .el-form-item__label::after {
  display: none;
}
.de-i118 .is-require::after {
  content: "*";
  color: #f54a45;
  margin-left: 2px;
}
.el-divider--horizontal[data-v-058989bd] {
  margin: 12px 0;
}
.search-input[data-v-058989bd] {
  padding: 12px 0;
}
.custom-tree-container[data-v-058989bd] {
  margin-top: 10px;
}
.tree-list[data-v-058989bd]  .el-tree-node__expand-icon.is-leaf {
  display: none;
}
.custom-tree-node[data-v-058989bd] {
  -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-node-list[data-v-058989bd] {
  -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: 0 8px;
}
.custom-position[data-v-058989bd] {
  -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;
  font-size: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.form-item[data-v-058989bd] {
  margin-bottom: 0;
}
.title-css[data-v-058989bd] {
  height: 26px;
}
.title-text[data-v-058989bd] {
  line-height: 26px;
}
.scene-title[data-v-058989bd] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scene-title-name[data-v-058989bd] {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.father .child[data-v-058989bd] {
  visibility: hidden;
}
.father:hover .child[data-v-058989bd] {
  visibility: visible;
}
.dialog-css[data-v-058989bd]  .el-dialog__body {
  padding: 10px 20px 20px;
}
.inner-dropdown-menu[data-v-058989bd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.tree-style[data-v-058989bd] {
  height: 100%;
  overflow-y: auto;
}
.map-class-wrap {
  top: 65px !important;
  left: 0px !important;
}
.regionalInformation .el-descriptions__body {
  background-color: #21284B !important;
}
.regionalInformation .el-descriptions__body span {
  color: #999 !important;
}
.json-view-container {
  background-color: #21284B !important;
}
.json-view-container .json-view .json-key {
  color: #e19b31;
}
.de-earth[data-v-2f25ca98] {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.de-earth .de-map-tips[data-v-2f25ca98] {
  position: absolute;
  width: calc(100% - 310px);
}
.de-earth .map-setting-aside[data-v-2f25ca98] {
  top: 50px;
  height: calc(100% - 50px) !important;
}
.de-earth .map-setting-main[data-v-2f25ca98] {
  margin-top: 50px;
  height: calc(100% - 50px);
}
.online-map-container[data-v-b793b692] {
  height: 100%;
}
.online-map-container .online-divider[data-v-b793b692] {
  height: calc(100% - 139px);
  position: absolute;
  top: 112px;
  margin: 0 0 0 330px;
}
.online-map-container .aside-form[data-v-b793b692] {
  width: 320px !important;
  padding: 0 10px;
  height: 100%;
}
.online-map-container .aside-form .form-title[data-v-b793b692] {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1890FF;
  margin-bottom: 10px;
}
.online-map-container .aside-form .online-form-item[data-v-b793b692] {
  font-size: 14px;
  height: 62px;
  margin-bottom: 10px;
}
.online-map-container .aside-form .online-form-item .form-title[data-v-b793b692] {
  font-weight: 400;
  color: 1F2329;
  line-height: 22px;
}
.online-map-container .main-content[data-v-b793b692] {
  width: 100%;
  height: 100%;
  margin-left: 13px;
}
.online-map-container .main-content .map-gaode-demo[data-v-b793b692] {
  width: 100%;
  height: 100%;
}
.online-map-container .main-content .map-gaode-demo .de-map-iframe[data-v-b793b692] {
  width: 100%;
  height: 100%;
  border: none;
}
.map-setting-container[data-v-afd42bc0] {
  width: 100%;
  height: 100%;
  padding-bottom: 0px !important;
}
.map-setting-container .map-setting-left[data-v-afd42bc0] {
  width: 200px !important;
  height: calc(100% + 20px);
  border-right: 1px solid rgba(24, 144, 255, 0.1490196078);
}
.map-setting-container .map-setting-left .left-container[data-v-afd42bc0] {
  width: 100%;
  height: 100%;
}
.map-setting-container .map-setting-left .left-container .left-menu-item[data-v-afd42bc0] {
  width: 168px;
  height: 40px;
  padding: 9px 8px;
  line-height: 22px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
}
.map-setting-container .map-setting-left .left-container .left-menu-item[data-v-afd42bc0]:hover {
  background: rgba(24, 144, 255, 0.1490196078);
}
.map-setting-container .map-setting-left .left-container .active[data-v-afd42bc0] {
  background: rgba(24, 144, 255, 0.1019607843);
  color: #1890FF;
  font-weight: 500;
}
.map-setting-container .map-setting-right[data-v-afd42bc0] {
  padding-bottom: 0 !important;
}
.map-setting-container .map-setting-right .right-container[data-v-afd42bc0] {
  height: 100%;
}
.de-expand[data-v-9952cf48] {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #1890FF;
  cursor: pointer;
  margin: 12px 0 16px 0;
  display: inline-block;
}
.el-input-number[data-v-9952cf48] {
  width: 100%;
}
.el-input-number[data-v-9952cf48]  .el-input__inner {
  text-align: left;
}
.el-input-number[data-v-9952cf48] .el-input-number__decrease,
.el-input-number[data-v-9952cf48] .el-input-number__increase {
  background: transparent;
}
.el-input-number.is-disabled .el-input-number__decrease[data-v-9952cf48] {
  border-right-color: #e4e7ed;
}
.el-input-number.is-disabled .el-input-number__increase[data-v-9952cf48] {
  border-bottom-color: #e4e7ed;
}
.kettle-setting[data-v-33b3dd84] {
  height: 100%;
}
.kettle-setting .table-box[data-v-33b3dd84] {
  height: calc(100% - 52px);
  margin-top: 16px;
}
.de-kettle .el-input-number {
  width: 100%;
}
.de-kettle .el-input-number .el-input__inner {
  text-align: left;
}
.de-kettle .el-input-number .el-input-number__decrease,
.de-kettle .el-input-number .el-input-number__increase {
  background: transparent;
}
.de-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  padding: 1px 6px;
  height: 24px;
}
.sys-setting[data-v-0cffac79] {
  height: 100%;
  background-color: var(--MainBG, #141937);
}
.sys-setting .tabs-container[data-v-0cffac79] {
  height: calc(100% - 48px);
  background: var(--ContentBG, #141937);
  overflow-x: auto;
}
.sys-setting .tabs-container .min-w600[data-v-0cffac79] {
  min-width: 600px;
  height: 100%;
}
.sys-setting .tabs-container .min-w600[data-v-0cffac79] > :nth-child(1) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 20px;
}
.sys-setting .tabs-container .max-w600[data-v-0cffac79] {
  width: 100%;
  height: 100%;
}
.sys-setting .tabs-container .max-w600[data-v-0cffac79] > :nth-child(1) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 20px;
}
.sys-setting .is-center[data-v-0cffac79] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 20px 20px;
}
.sys-setting .pad-center[data-v-0cffac79] {
  padding: 24px;
}

.codemirror[data-v-397f46e7] {
  height: 100px;
  overflow-y: auto;
}
.codemirror[data-v-397f46e7]  .CodeMirror-scroll {
  height: 100px;
  overflow-y: auto;
}
.err-msg[data-v-397f46e7] {
  font-size: 12px;
  word-break: normal;
  width: auto;
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
}

.dataset-on-time[data-v-397f46e7] {
  margin: 0;
  width: 100%;
  overflow: auto;
  background-color: var(--ContentBG, #fff);
  padding: 24px;
  height: 100%;
}
.dataset-on-time[data-v-397f46e7] .el-link--inner {
  color: var(--primary, #1890FF) !important;
}
.dataset-on-time .el-icon-more[data-v-397f46e7] {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: var(--primary, #1890FF);
}
.dataset-on-time .el-icon-more[data-v-397f46e7]:hover {
  background: var(--deWhiteHover, #1890FF);
  border-radius: 4px;
}
.dataset-on-time .el-icon-more[data-v-397f46e7]:active {
  background: var(--deWhiteActive, #1890FF);
  border-radius: 4px;
}
.table-container[data-v-397f46e7] {
  height: calc(100% - 50px);
}
.table-container .mar6[data-v-397f46e7] {
  margin-right: 6px;
}
.table-container .mar3[data-v-397f46e7] {
  margin-left: -3px;
}
.table-container-filter[data-v-397f46e7] {
  height: calc(100% - 110px);
}
.list-columns-select {
  padding: 8px 11px !important;
  width: 238px;
}
.list-columns-select .title,
.list-columns-select .el-checkbox {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
  margin: 0;
  color: #8f959e;
}
.list-columns-select .el-checkbox {
  color: #1890FF;
  width: 100%;
}
.de-card-dropdown {
  margin-top: 0 !important;
}
.de-card-dropdown .popper__arrow {
  display: none !important;
}

.err-msg[data-v-44f81bda] {
  font-size: 12px;
  word-break: normal;
  width: auto;
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
}

.dataset-on-time[data-v-44f81bda] {
  margin: 0;
  width: 100%;
  overflow: auto;
  background-color: var(--ContentBG, #fff);
  padding: 24px;
  height: 100%;
}
.table-container[data-v-44f81bda] {
  height: calc(100% - 50px);
}
.table-container-filter[data-v-44f81bda] {
  height: calc(100% - 110px);
}
.de-task-record[data-v-3e3c2884] {
  height: 100%;
  background-color: var(--MainBG, #f5f6f7);
}
.de-task-record .tabs-container[data-v-3e3c2884] {
  height: calc(100% - 48px);
  background: var(--ContentBG, #141937);
  overflow-x: auto;
}
.de-task-record[data-v-3e3c2884] .el-tabs__header {
  margin: 0 0 12px;
}
.de-task-record[data-v-3e3c2884] .el-tabs__item {
  height: 24px;
  line-height: 24px;
  margin-bottom: 9px;
  padding: 0 12px;
  font-size: 16px;
}
.dataset-task-table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 628px;
  border: 1px solid #dee0e3;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 628px;
}
.dataset-task-table .el-tree-node__content {
  height: 40px;
  border-radius: 4px;
}
.dataset-task-table .el-tree-node__content:hover {
  background-color: var(--deWhiteHover, #1890FF) !important;
}
.dataset-task-table .el-tree-node__content:hover .custom-tree-node {
  color: var(--primary, #1890FF);
}
.dataset-task-table .dataset-tree {
  width: 253px;
  border-right: 1px solid #dee0e3;
  padding: 16px;
}
.dataset-task-table .dataset-tree .tree {
  padding-top: 16px;
  overflow-y: auto;
  height: calc(100% - 30px);
}
.dataset-task-table .dataset-tree-table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  overflow-y: auto;
}
.dataset-task-table .dataset-tree-table .table-name {
  margin: 0;
  margin-bottom: 16px;
  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-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--deTextPrimary, #ffffff);
}
.dataset-task-table .dataset-tree-table .table-name span {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.dataset-editer-form {
  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;
}
.dataset-editer-form .w600 {
  width: 600px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.dataset-editer-form .w600 .el-radio:not(:last-child) {
  margin-right: 0;
  width: 156px;
}
.dataset-editer-form .w600 .simple-cron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.dataset-editer-form .w600 .simple-cron .el-input-number,
.dataset-editer-form .w600 .simple-cron .el-select {
  width: 140px;
  margin-left: 8px;
}
.dataset-editer-form .w600 .simple-cron .el-input-number .el-input__inner,
.dataset-editer-form .w600 .simple-cron .el-select .el-input__inner {
  text-align: left;
}
.dataset-editer-form .w600 .simple-cron .el-select {
  margin-right: 8px;
}
.dataset-editer-form .w600 .execute-rate-cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  width: 100%;
  background-color: var(--MainBG, #f5f6f7);
  border-radius: 4px;
}
.dataset-editer-form .w600 .execute-rate-cont .el-input__inner {
  background: var(--ContentBG, #ffffff) !important;
}
.dataset-editer-form .w600 .execute-rate-cont .el-date-editor {
  width: 100%;
}
.dataset-editer-form .w600 .add-scope-cont {
  height: 350px;
  width: 100%;
  border-radius: 4px;
  padding: 20px;
  background-color: var(--MainBG, #f5f6f7);
}
.dataset-editer-form .w600 .add-scope-cont .param-title {
  width: 100%;
  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;
  padding-bottom: 9px;
}
.dataset-editer-form .w600 .add-scope-cont .param-title:nth-child(1) {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  color: var(--deTextPrimary, #1890FF);
}
.dataset-editer-form .w600 .add-scope-cont .codemirror-cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 560px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #bbbfc4;
  border-radius: 4px;
  overflow: auto;
}
.de-foot-layout {
  position: absolute;
  width: calc(100% - 48px);
  height: 80px;
  bottom: 0;
  right: 24px;
  background-color: var(--MainBG, #fff);
  -webkit-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.de-foot-layout .cont {
  width: 600px;
  text-align: right;
}
.user-editer-form[data-v-5a92b880]  .el-dialog__body {
  padding: 0 24px 24px 24px;
}
.user-editer-form[data-v-5a92b880]  .el-dialog__header {
  padding: 24px 24px 16px 24px;
}
.user-editer-form[data-v-5a92b880]  .el-dialog__footer {
  padding-top: 0;
}
.user-editer-form .editer-form-title[data-v-5a92b880] {
  width: 100%;
  border-radius: 4px;
  background: #e1eaff;
  padding: 9px 16px;
  margin-bottom: 16px;
}
.user-editer-form .editer-form-title i[data-v-5a92b880] {
  color: #1890FF;
  font-size: 14.6666660309px;
}
.user-editer-form .editer-form-title .pwd[data-v-5a92b880],
.user-editer-form .editer-form-title .btn-text[data-v-5a92b880] {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.user-editer-form .editer-form-title .pwd[data-v-5a92b880] {
  margin: 0 8px;
  color: #1890FF;
}
.user-editer-form .editer-form-title .btn-text[data-v-5a92b880] {
  padding: 0;
  border: none;
}
.user-editer-form[data-v-5a92b880]  .el-form-item__label {
  width: 100% !important;
  text-align: left;
}
.user-editer-form[data-v-5a92b880]  .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  display: none;
}
.user-editer-form[data-v-5a92b880]  .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label::after {
  content: "*";
  color: #f54a45;
  margin-left: 2px;
}
.user-editer-form[data-v-5a92b880]  .el-form-item__content {
  margin-left: 0 !important;
}
.user-editer-form .input-with-select[data-v-5a92b880]  .el-input-group__prepend {
  background-color: #fff;
}
.user-editer-form .input-with-select .el-select[data-v-5a92b880]  .el-input__inner {
  width: 72px;
}
.user-editer-form .de-form-gender-select[data-v-5a92b880] {
  width: 100%;
}
.tree-select {
  display: none !important;
}
.user-popper {
  background: #fff;
  padding: 0;
}
.user-popper .popper__arrow {
  display: none;
}
.user-popper.dept {
  height: 300px;
  overflow: auto;
}
.table-container[data-v-1930a3c4] {
  height: calc(100% - 50px);
}
.table-container .mar16[data-v-1930a3c4] {
  margin: 0 -2px 0 4px;
}
.table-container .mr2[data-v-1930a3c4] {
  margin-left: -3px;
}
.table-container-filter[data-v-1930a3c4] {
  height: calc(100% - 110px);
}
.reset-pwd-icon {
  margin-top: 4px;
  color: rgb(255, 153, 0);
}
.reset-pwd {
  padding: 20px 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reset-pwd .tips {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-left: 8.67px;
  color: #1890FF;
}
.reset-pwd i {
  font-size: 14.6666660309px;
  color: #ff8800;
  line-height: 22px;
}
.reset-pwd .editer-form-title {
  margin: 4px 0 16px 24px;
}
.reset-pwd .editer-form-title .pwd,
.reset-pwd .editer-form-title .btn-text {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.reset-pwd .editer-form-title .pwd {
  margin-right: 8px;
  color: #1890FF;
}
.reset-pwd .editer-form-title .btn-text {
  border: none;
}
.reset-pwd .foot {
  text-align: right;
  width: 100%;
}
.reset-pwd .foot .btn {
  border-radius: 4px;
  padding: 4px 12px 4px 12px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reset-pwd .foot .normal {
  color: #1890FF;
  border: 1px solid #bbbfc4;
  margin-left: 12px;
}
.list-columns-select {
  padding: 8px 11px !important;
  width: 238px;
}
.list-columns-select .title,
.list-columns-select .el-checkbox {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
  margin: 0;
  color: #8f959e;
}
.list-columns-select .el-checkbox {
  color: #1890FF;
  width: 100%;
}
.de-one-line {
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.de-table-tooltips {
  max-width: 200px;
}
.el-dialog .el-dialog__body .el-form-item .el-form-item__content .el-radio-group label.el-radio-button.is-active span {
  background-color: #1890FF !important;
  border: 1px solid #1890FF !important;
}
.about-card[data-v-3ed5130c] {
  background: inherit;
  margin-top: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 640px;
  min-width: 640px;
  height: auto;
  position: relative;
}
.about-card[data-v-3ed5130c]  div.el-card__header {
  padding: 0;
}
.form-header[data-v-3ed5130c] {
  line-height: 60px;
  font-size: 18px;
}
.about-card[data-v-584f3c8e] {
  background: inherit;
  margin-top: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 640px;
  min-width: 640px;
  height: auto;
  position: relative;
}
.about-card[data-v-584f3c8e]  div.el-card__header {
  padding: 0;
}
.form-header[data-v-584f3c8e] {
  line-height: 60px;
  font-size: 18px;
}
.table-container[data-v-24d7f261] {
  height: calc(100% - 50px);
}
.table-container .mar16[data-v-24d7f261] {
  margin: 0 -2px 0 4px;
}
.table-container .mr2[data-v-24d7f261] {
  margin-left: -3px;
}
.table-container-filter[data-v-24d7f261] {
  height: calc(100% - 110px);
}
.reset-pwd-icon {
  margin-top: 4px;
  color: rgb(255, 153, 0);
}
.reset-pwd {
  padding: 20px 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reset-pwd .tips {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-left: 8.67px;
  color: #1890FF;
}
.reset-pwd i {
  font-size: 14.6666660309px;
  color: #ff8800;
  line-height: 22px;
}
.reset-pwd .editer-form-title {
  margin: 4px 0 16px 24px;
}
.reset-pwd .editer-form-title .pwd,
.reset-pwd .editer-form-title .btn-text {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.reset-pwd .editer-form-title .pwd {
  margin-right: 8px;
  color: #1890FF;
}
.reset-pwd .editer-form-title .btn-text {
  border: none;
}
.reset-pwd .foot {
  text-align: right;
  width: 100%;
}
.reset-pwd .foot .btn {
  border-radius: 4px;
  padding: 4px 12px 4px 12px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reset-pwd .foot .normal {
  color: #1890FF;
  border: 1px solid #bbbfc4;
  margin-left: 12px;
}
.list-columns-select {
  padding: 8px 11px !important;
  width: 238px;
}
.list-columns-select .title,
.list-columns-select .el-checkbox {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
  margin: 0;
  color: #8f959e;
}
.list-columns-select .el-checkbox {
  color: #1890FF;
  width: 100%;
}
.de-one-line {
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.de-table-tooltips {
  max-width: 200px;
}
.uploader[data-v-6bcbeb9f] {
  display: block;
  width: 130px;
  height: 130px;
  background: var(--form-bg-color);
  border-radius: 4px;
  text-align: center;
  line-height: 130px;
}
.venueIndex[data-v-6bcbeb9f] {
  background: var(--bg-color);
}
.search_box[data-v-6bcbeb9f],
.content[data-v-6bcbeb9f] {
  background: var(--dark-color);
  padding: 10px;
  margin-bottom: 16px;
}
.search_item[data-v-6bcbeb9f] {
  margin-bottom: 25px;
}
.search_item .date_content[data-v-6bcbeb9f] {
  color: #999;
  margin: 0 16px;
}

.venueManage .el-table th {
  color: #BCBCBC;
  background-color: #21284b !important;
}
.venueManage .el-table__body {
  background-color: #0f132a;
}
table .ant-btn-dangerous {
  background-color: unset !important;
}

.serveIndex[data-v-5e26a3c5] {
  width: 100%;
  height: 100%;
}
.serveIndex .flexCont[data-v-5e26a3c5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.serveIndex .leftSide[data-v-5e26a3c5] {
  width: 260px;
  margin-right: 25px;
  padding-right: 20px;
  border-right: 1px solid #272c4d;
}
.serveIndex .leftSide .leftHead[data-v-5e26a3c5] {
  font-size: 16px;
}
.serveIndex .leftSide .leftHead .el-icon-plus[data-v-5e26a3c5] {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 17px;
  color: #999;
  cursor: pointer;
}
.serveIndex .leftSide .leftHead .el-icon-plus[data-v-5e26a3c5]:hover {
  background: rgba(31, 35, 41, 0.1);
  border-radius: 4px;
}
.serveIndex .leftSide .leftHead .el-icon-plus[data-v-5e26a3c5]:active {
  background: rgba(31, 35, 41, 0.2);
  border-radius: 4px;
}
.serveIndex .leftSide .el-icon-more[data-v-5e26a3c5] {
  color: #fff;
}
.serveIndex .leftSide .leftItem[data-v-5e26a3c5] {
  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;
  padding: 0 16px;
  font-size: 16px;
  line-height: 36px;
}
.serveIndex .leftSide .leftItem.cur[data-v-5e26a3c5] {
  color: #fff;
  border-radius: 4px;
  background: #1890FF;
}
.serveIndex .rightSide[data-v-5e26a3c5] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: 100%;
  overflow-y: scroll;
}
.serveIndex .rightSide .sodeScroll[data-v-5e26a3c5] {
  padding: 25px 25px 25px 0;
}

.serveIndex .el-table th {
  color: #BCBCBC;
  background-color: #21284b !important;
}
.serveIndex .el-table__body {
  background-color: #0f132a;
}

.subscribe[data-v-63ae8d00] {
  background: var(--bg-color);
}
.subscribe .ok[data-v-63ae8d00] {
  color: #67C23A;
}
.subscribe .refuse[data-v-63ae8d00] {
  color: #F56C6C;
}
.subscribe .pending[data-v-63ae8d00] {
  color: #E6A23C;
}
.subscribe .cancel[data-v-63ae8d00] {
  color: #909399;
}
.subscribe .serveCont[data-v-63ae8d00] {
  width: 240px;
  margin: 0 auto;
  text-align: left;
}
.orderDtl[data-v-63ae8d00] {
  position: relative;
  padding-bottom: 30px;
  color: #eee;
  font-size: 14px;
}
.orderDtl .statTag[data-v-63ae8d00] {
  position: absolute;
  right: 20px;
  top: 0px;
  width: 127px;
  height: 135px;
}
.orderDtl .statTag img[data-v-63ae8d00] {
  width: 100%;
  height: 100%;
}
.orderDtl .blank[data-v-63ae8d00] {
  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: 150px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #2D3458;
}
.orderDtl .blank .venue_icon[data-v-63ae8d00] {
  width: 30px;
  height: 21px;
  margin-right: 8px;
}
.orderDtl .blank .serve_icon[data-v-63ae8d00] {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}
.orderDtl .time[data-v-63ae8d00] {
  color: #409EFF;
}
.orderDtl .label[data-v-63ae8d00] {
  color: #999;
  width: 60px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.orderDtl .sym[data-v-63ae8d00] {
  color: #999;
}

.full-height[data-v-39d70008] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 80px) !important;
  padding-bottom: 40px;
}

.venueIndex {
  height: 100%;
  width: 100%;
  max-width: 1600px;
}
.venueIndex .el-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.venueIndex .el-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.venueIndex .el-tab-pane {
  height: 100%;
}

.bg[data-v-15fcc570] {
  width: 100%;
  height: 100vh !important;
  min-width: 200px;
  min-height: 300px;
  background-color: #f7f8fa;
}
.card_main[data-v-3e4d3b2a] {
  padding: 40px 30px 30px 30px;
  height: 33vh;
}
.card_head[data-v-3e4d3b2a] {
  padding-left: 15px;
  color: white;
  line-height: 30px;
  font-weight: bold;
  font-size: 18px;
  background-color: var(--MenuActiveBG, #1890FF);
}
.triangle[data-v-3e4d3b2a] {
  width: 0;
  height: 0;
  border-bottom: 30px solid var(--MenuActiveBG, #1890FF);
  border-right: 30px solid transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(0deg);
}
.card_content[data-v-3e4d3b2a] {
  border: lightgray solid 1px;
  border-radius: 0px 5px 5px 5px;
  height: 100%;
  overflow-y: auto;
}
.demo_main[data-v-6d1f68be] {
  height: 100%;
  padding: 10px 20px 10px 20px;
}
.demo_title[data-v-6d1f68be] {
  float: left;
  height: 100%;
  width: 50%;
  background-size: 100% 100% !important;
  background-image: url(../img/deV.f63b7ecc.png);
}
.demo_content[data-v-6d1f68be] {
  margin: auto;
  padding-left: 10px;
  float: left;
  width: 50%;
  font-weight: 500;
  color: var(--MenuActiveBG, #1890FF);
}
.demo_main[data-v-0fd34215] {
  height: 100%;
  padding: 10px 20px 10px 20px;
}
.demo_content[data-v-0fd34215] {
  padding-left: 10px;
  float: left;
  font-weight: 400;
  max-height: 80%;
  overflow: hidden;
}
.demo_bottom[data-v-0fd34215] {
  position: absolute;
  left: 30px;
  bottom: 10px;
  font-weight: 500;
  color: var(--MenuActiveBG, #1890FF);
}
.demo_main[data-v-d13cb574] {
  height: 100%;
}
.demo_title[data-v-d13cb574] {
  float: left;
  height: 100%;
}
.demo_content[data-v-d13cb574] {
  margin: auto;
  padding-left: 15px;
  height: 100%;
  overflow: hidden;
}
.demo_content .head[data-v-d13cb574] {
  padding-top: 24px;
  color: var(--TopTextColor, #000000);
}
.demo_content .content[data-v-d13cb574] {
  height: 50%;
  padding-top: 15px;
  padding-right: 20px;
  color: var(--TextPrimary, #6D6D6D);
  font-size: 12px;
  overflow: hidden;
}
.demo_content .bottom[data-v-d13cb574] {
  height: 25%;
}
.demo_content .bottom .span-box[data-v-d13cb574] {
  color: var(--TextPrimary, #6D6D6D);
  font-size: 12px;
  position: absolute;
  bottom: 5px;
}
.demo_main[data-v-8e248234] {
  height: 100%;
  padding: 10px 20px 10px 20px;
}
.demo_content[data-v-8e248234] {
  padding-left: 10px;
  float: left;
  font-weight: 400;
  max-height: 80%;
  overflow: hidden;
}
.demo_bottom[data-v-8e248234] {
  position: absolute;
  left: 30px;
  bottom: 10px;
  font-weight: 500;
  color: var(--MenuActiveBG, #1890FF);
}
.title[data-v-8e248234] {
  line-height: 40px;
}
.demo_main[data-v-b5ac39b2] {
  height: 100%;
  padding: 10px 20px 10px 20px;
}
.demo_content[data-v-b5ac39b2] {
  padding-left: 10px;
  height: 30%;
}
.demo_git[data-v-b5ac39b2] {
  margin-left: 10px;
  color: var(--MenuActiveBG, #1890FF);
}
.demo_bottom[data-v-b5ac39b2] {
  position: absolute;
  left: 30px;
  bottom: 10px;
  font-weight: 500;
  color: var(--MenuActiveBG, #1890FF);
}
.card_main[data-v-644de4f8] {
  padding: 5% 25px 30px 25px;
  min-height: 250px;
  height: 33vh;
  max-height: 300px;
}
.card_content[data-v-644de4f8] {
  border: lightgray solid 1px;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}
[data-v-a2c429f0] a:hover {
  color: blue;
}
.demo_main[data-v-a2c429f0] {
  height: 100%;
}
.demo_title[data-v-a2c429f0] {
  float: left;
  height: 100%;
}
.demo_content[data-v-a2c429f0] {
  margin: auto;
  padding-left: 8px;
  height: 100%;
  overflow: hidden;
}
.demo_content .head[data-v-a2c429f0] {
  padding-top: 24px;
  color: var(--TopTextColor, #000000);
}
.demo_content .content[data-v-a2c429f0] {
  height: 50%;
  padding-top: 15px;
  padding-right: 3px;
  color: var(--TextPrimary, #6D6D6D);
  font-size: 12px;
  overflow-y: auto;
}
.demo_content .bottom[data-v-a2c429f0] {
  height: 25%;
}
.demo_content .bottom .span-box[data-v-a2c429f0] {
  color: var(--TextPrimary, #6D6D6D);
  font-size: 12px;
  position: absolute;
  bottom: 16px;
}
.head[data-v-0ce992af] {
  text-align: center;
  color: white;
  padding: 10px;
  margin-top: 35px;
  background-size: 100% 100% !important;
  background-image: url(../img/banner.cdb63a76.png);
}
.hint_head[data-v-0ce992af] {
  line-height: 50px;
  font-weight: bold;
  font-size: 25px;
}
.hint_content[data-v-0ce992af] {
  line-height: 50px;
  font-size: 15px;
}
.card_container[data-v-0ce992af] {
  vertical-align: middle;
}
body {
    margin:0px;
    background-image:none;
    position:relative;
    left:0px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
  }
  .form_sketch {
    border-color:transparent;
    background-color:transparent;
  }
  #base {
    position:absolute;
    z-index:0;
  }
  #u0 {
    position:fixed;
    left:0px;
    top:0px;
    width:1920px;
    height:1080px;
  }
  #u0_state0 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:1920px;
    height:1080px;
    -ms-overflow-x:hidden;
    overflow-x:hidden;
    -ms-overflow-y:hidden;
    overflow-y:hidden;
    background-color:rgba(6, 23, 30, 1);
    /* background-image:url(@/assets/background.png); */
    background-position:center center;
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-size:cover;
    background-origin:border-box;
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  #u0_state0_content {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:1px;
    height:1px;
  }
  #u1_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:693px;
    height:664px;
  }
  #u1 {
    border-width:0px;
    position:absolute;
    left:1145px;
    top:169px;
    width:693px;
    height:664px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    opacity:0.6;
  }
  #u1 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u1_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u2 {
    position:absolute;
    left:1317px;
    top:190px;
  }
  #u2_state0 {
    position:relative;
    left:0px;
    top:0px;
    width:466px;
    height:599px;
    background-image:none;
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  #u2_state0_content {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    /* width:1px; */
    height:1px;
  }
  #u3 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u4_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:456px;
    height:60px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-left:0px;
    border-top:0px;
    border-right:0px;
    border-radius:0px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#3CDCD2;
    text-align:left;
    line-height:32px;
  }
  #u4 {
    border-width:0px;
    position:absolute;
    left:3px;
    top:-42px;
    width:456px;
    height:60px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#3CDCD2;
    text-align:left;
    line-height:32px;
  }
  #u4 .text {
    position:absolute;
    -ms-flex-item-align:start;
        align-self:flex-start;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u4_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
  }
  #u5 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u6 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u7_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:462px;
    height:502px;
  }
  #u7 {
    border-width:0px;
    position:absolute;
    left:4px;
    top:97px;
    width:462px;
    height:502px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  #u7 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 24px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u7_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u8_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:15px;
    height:15px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border-width:2px;
    border-style:solid;
    border-color:rgba(19, 255, 252, 1);
    border-right:0px;
    border-bottom:0px;
    border-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    line-height:36px;
  }
  #u8 {
    border-width:0px;
    position:absolute;
    left:3px;
    top:97px;
    width:15px;
    height:15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    line-height:36px;
  }
  #u8 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u8_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u9_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:15px;
    height:15px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border-width:2px;
    border-style:solid;
    border-color:rgba(19, 255, 252, 1);
    border-left:0px;
    border-bottom:0px;
    border-radius:0px;
    border-top-left-radius:0px;
    border-bottom-right-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    line-height:36px;
  }
  #u9 {
    border-width:0px;
    position:absolute;
    left:451px;
    top:97px;
    width:15px;
    height:15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    line-height:36px;
  }
  #u9 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u9_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u10_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:15px;
    height:15px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border-width:2px;
    border-style:solid;
    border-color:rgba(19, 255, 252, 1);
    border-top:0px;
    border-right:0px;
    border-radius:0px;
    border-top-left-radius:0px;
    border-bottom-right-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    line-height:36px;
  }
  #u10 {
    border-width:0px;
    position:absolute;
    left:4px;
    top:584px;
    width:15px;
    height:15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    line-height:36px;
  }
  #u10 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u10_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u11_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:15px;
    height:15px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border-width:2px;
    border-style:solid;
    border-color:rgba(19, 255, 252, 1);
    border-left:0px;
    border-top:0px;
    border-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    line-height:36px;
  }
  #u11 {
    border-width:0px;
    position:absolute;
    left:451px;
    top:584px;
    width:15px;
    height:15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    line-height:36px;
  }
  #u11 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u11_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u12_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:2px;
    height:351px;
  }
  #u12 {
    border-width:0px;
    position:absolute;
    left:3px;
    top:97px;
    width:1px;
    height:350px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  #u12 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u12_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u13_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:2px;
    height:351px;
  }
  #u13 {
    border-width:0px;
    position:absolute;
    left:465px;
    top:248px;
    width:1px;
    height:350px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  #u13 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u13_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u14_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:351px;
    height:2px;
  }
  #u14 {
    border-width:0px;
    position:absolute;
    left:4px;
    top:598px;
    width:350px;
    height:1px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  #u14 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u14_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u15_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:351px;
    height:2px;
  }
  #u15 {
    border-width:0px;
    position:absolute;
    left:116px;
    top:97px;
    width:350px;
    height:1px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  #u15 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u15_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u16 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u17_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:125px;
    height:6px;
  }
  #u17 {
    border-width:0px;
    position:absolute;
    left:77px;
    top:173px;
    width:124px;
    height:5px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    color:#13FFFC;
  }
  #u17 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u17_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u18_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:381px;
    height:2px;
  }
  #u18 {
    border-width:0px;
    position:absolute;
    left:45px;
    top:172px;
    width:380px;
    height:1px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    color:#13FFFC;
  }
  #u18 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u18_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u19 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u20_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:380px;
    height:50px;
  }
  #u20 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:221px;
    width:380px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'FontAwesome', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    color:transparent;
    text-align:right;
  }
  #u20 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 10px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u20_img.selected {
  }
  #u20.selected {
  }
  #u20_img.disabled {
    left:-3px;
    top:-3px;
    width:386px;
    height:56px;
  }
  #u20.disabled {
  }
  #u20_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u21_input {
   /*  position:absolute;
    left:0px;
    top:0px;
    width:280px; 
    height:50px;*/
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    letter-spacing:normal;
    color:#FFFFFF;
    vertical-align:none;
    text-align:left;
    text-transform:none;
    background-color:transparent;
    border-color:transparent;
  }
  #u21_input.disabled {
    position:absolute;
    left:0px;
    top:0px;
    width:280px;
    height:50px;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    letter-spacing:normal;
    color:#FFFFFF;
    vertical-align:none;
    text-align:left;
    text-transform:none;
    background-color:transparent;
    border-color:transparent;
  }
  #u21_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:280px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
  }
  #u21 {
    border-width:0px;
    position:absolute;
    left:93px;
    top:221px;
    width:330px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
  }
  #u21 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u21_div.disabled {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:280px;
    height:50px;
    background:inherit;
    background-color:rgba(240, 240, 240, 1);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
  }
  #u21.disabled {
  }
  #u22_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:50px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#FFFFFF;
  }
  #u22 {
    border-width:0px;
    position:absolute;
    left:373px;
    top:221px;
    width:50px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#FFFFFF;
  }
  #u22 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u22_div.mouseOver {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:50px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#FFFFFF;
  }
  #u22.mouseOver {
    opacity:0.8;
  }
  #u22_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u23_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:50px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#13FFFC;
  }
  #u23 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:221px;
    width:50px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#13FFFC;
  }
  #u23 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u23_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u24 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u25_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:380px;
    height:50px;
  }
  #u25 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:291px;
    width:380px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'FontAwesome', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    color:transparent;
    text-align:right;
  }
  #u25 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 10px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u25_img.selected {
  }
  #u25.selected {
  }
  #u25_img.disabled {
    left:-3px;
    top:-3px;
    width:386px;
    height:56px;
  }
  #u25.disabled {
  }
  #u25_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u26_input {
    /* position:absolute; */
    /* left:0px; */
    /* top:0px; */
    width:330px;
    /* height:50px; */
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    letter-spacing:normal;
    color:#FFFFFF;
    vertical-align:none;
    /* text-align:left; */
    background-color:transparent;
    border-color:transparent;
  }
  #u26_input.disabled {
    position:absolute;
    left:0px;
    top:0px;
    width:330px;
    height:50px;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    letter-spacing:normal;
    color:#FFFFFF;
    vertical-align:none;
    text-align:left;
    text-transform:none;
    background-color:transparent;
    border-color:transparent;
  }
  #u26_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:330px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
  }
  #u26 {
    border-width:0px;
    position:absolute;
    left:93px;
    top:291px;
    width:330px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
  }
  #u26 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u26_div.disabled {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:330px;
    height:50px;
    background:inherit;
    background-color:rgba(240, 240, 240, 1);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
  }
  #u26.disabled {
  }
  #u27_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:50px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#FFFFFF;
  }
  #u27 {
    border-width:0px;
    position:absolute;
    left:373px;
    top:291px;
    width:50px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#FFFFFF;
  }
  #u27 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u27_div.mouseOver {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:50px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#FFFFFF;
  }
  #u27.mouseOver {
    opacity:0.8;
  }
  #u27_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u28_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:50px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:900;
    font-style:normal;
    font-size:18px;
    color:#13FFFC;
  }
  #u28 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:291px;
    width:50px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:900;
    font-style:normal;
    font-size:18px;
    color:#13FFFC;
  }
  #u28 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u28_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u29 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u30_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:164px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    color:rgba(255, 255, 255, 0.647058823529412);
    text-align:left;
    line-height:28px;
  }
  #u30 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:393px;
    width:164px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    /* font-family:'微软雅黑', sans-serif; */
    font-weight:400;
    font-style:normal;
    color:white;
    text-align:left;
    line-height:28px;
  }
  #u30 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 25px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u30_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u31_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:21px;
    height:50px;
  }
  #u31 {
    /* border-width:0px; */
    position:absolute;
    left:43px;
    top:393px;
    width:21px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    /* font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif; */
    font-weight:300;
    font-style:normal;
    /* color:rgba(255, 255, 255, 0.647058823529412); */
    line-height:28px;
  }
  #u31 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u31_img.mouseOver {
  }
  #u31.mouseOver {
  }
  #u31_img.selected {
  }
  #u31.selected {
  }
  #u31_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u32 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u33_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:380px;
    height:50px;
    background:inherit;
    background-color:rgba(80, 200, 190, 1);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    color:#FFFFFF;
  }
  #u33 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:444px;
    width:380px;
    height:65px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    color:#FFFFFF;
  }
  #u33 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u33_div.mouseOver {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:380px;
    height:50px;
    background:inherit;
    background-color:rgba(80, 200, 190, 1);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    color:#FFFFFF;
  }
  #u33.mouseOver {
    opacity:0.8;
  }
  #u33_div.mouseDown {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:380px;
    height:50px;
    background:inherit;
    background-color:rgba(80, 200, 190, 1);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    color:#FFFFFF;
  }
  #u33.mouseDown {
    opacity:1;
  }
  #u33_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    text-align: center;
  }
  #u34_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:30px;
    height:30px;
  }
  #u34 {
    border-width:0px;
    position:absolute;
    left:177px;
    top:454px;
    width:30px;
    height:30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  #u34 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u34_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u35 {
    position:absolute;
    left:43px;
    top:504px;
    visibility:hidden;
  }
  #u35_state0 {
    position:relative;
    left:0px;
    top:0px;
    width:117px;
    height:20px;
    background-image:none;
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  #u35_state0_content {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:1px;
    height:1px;
  }
  #u36_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:117px;
    height:20px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#FF9900;
    text-align:left;
  }
  #u36 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:117px;
    height:20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#FF9900;
    text-align:left;
  }
  #u36 .text {
    position:absolute;
    -ms-flex-item-align:start;
        align-self:flex-start;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u36_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
  }
  #u35_state1 {
    position:relative;
    left:0px;
    top:0px;
    width:117px;
    height:20px;
    background-image:none;
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    visibility:hidden;
  }
  #u35_state1_content {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:1px;
    height:1px;
  }
  #u37_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:117px;
    height:20px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#FF9900;
    text-align:left;
  }
  #u37 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:117px;
    height:20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#FF9900;
    text-align:left;
  }
  #u37 .text {
    position:absolute;
    -ms-flex-item-align:start;
        align-self:flex-start;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u37_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
  }
  #u35_state2 {
    position:relative;
    left:0px;
    top:0px;
    width:159px;
    height:20px;
    background-image:none;
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    visibility:hidden;
  }
  #u35_state2_content {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:1px;
    height:1px;
  }
  #u38_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:159px;
    height:20px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#F56C6C;
    text-align:left;
  }
  #u38 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:159px;
    height:20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#F56C6C;
    text-align:left;
  }
  #u38 .text {
    position:absolute;
    -ms-flex-item-align:start;
        align-self:flex-start;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u38_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
  }
  #u39_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:70px;
    height:19px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    color:rgba(255, 255, 255, 0.647058823529412);
    text-align:right;
  }
  #u39 {
    border-width:0px;
    position:absolute;
    left:353px;
    top:409px;
    width:70px;
    height:19px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    color:rgba(255, 255, 255, 0.647058823529412);
    text-align:right;
  }
  #u39 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u39_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
  }
  #u40_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:151px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:26px;
    color:#3CDCD2;
  }
  #u40 {
    border-width:0px;
    position:absolute;
    left:60px;
    top:125px;
    width:151px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:26px;
    color:#3CDCD2;
  }
  #u40 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u40_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u41_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:151px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    color:rgba(19, 255, 252, 0.454901960784314);
  }
  #u41 {
    border-width:0px;
    position:absolute;
    left:265px;
    top:128px;
    width:151px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    color:rgba(19, 255, 252, 0.454901960784314);
  }
  #u41 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u41_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u2_state1 {
    position:relative;
    left:0px;
    top:0px;
    width:466px;
    height:599px;
    background-image:none;
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    visibility:hidden;
  }
  #u2_state1_content {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:1px;
    height:1px;
  }
  #u42 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u43_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:456px;
    height:60px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-left:0px;
    border-top:0px;
    border-right:0px;
    border-radius:0px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#3CDCD2;
    text-align:left;
    line-height:32px;
  }
  #u43 {
    border-width:0px;
    position:absolute;
    left:3px;
    top:-42px;
    width:456px;
    height:60px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#3CDCD2;
    text-align:left;
    line-height:32px;
  }
  #u43 .text {
    position:absolute;
    -ms-flex-item-align:start;
        align-self:flex-start;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u43_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
  }
  #u44 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u45 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u46_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:462px;
    height:502px;
  }
  #u46 {
    border-width:0px;
    position:absolute;
    left:4px;
    top:97px;
    width:462px;
    height:502px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  #u46 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 24px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u46_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u47_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:15px;
    height:15px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border-width:2px;
    border-style:solid;
    border-color:rgba(19, 255, 252, 1);
    border-right:0px;
    border-bottom:0px;
    border-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    line-height:36px;
  }
  #u47 {
    border-width:0px;
    position:absolute;
    left:3px;
    top:97px;
    width:15px;
    height:15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    line-height:36px;
  }
  #u47 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u47_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u48_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:15px;
    height:15px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border-width:2px;
    border-style:solid;
    border-color:rgba(19, 255, 252, 1);
    border-left:0px;
    border-bottom:0px;
    border-radius:0px;
    border-top-left-radius:0px;
    border-bottom-right-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    line-height:36px;
  }
  #u48 {
    border-width:0px;
    position:absolute;
    left:451px;
    top:97px;
    width:15px;
    height:15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    line-height:36px;
  }
  #u48 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u48_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u49_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:15px;
    height:15px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border-width:2px;
    border-style:solid;
    border-color:rgba(19, 255, 252, 1);
    border-top:0px;
    border-right:0px;
    border-radius:0px;
    border-top-left-radius:0px;
    border-bottom-right-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    line-height:36px;
  }
  #u49 {
    border-width:0px;
    position:absolute;
    left:4px;
    top:584px;
    width:15px;
    height:15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    line-height:36px;
  }
  #u49 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u49_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u50_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:15px;
    height:15px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border-width:2px;
    border-style:solid;
    border-color:rgba(19, 255, 252, 1);
    border-left:0px;
    border-top:0px;
    border-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    line-height:36px;
  }
  #u50 {
    border-width:0px;
    position:absolute;
    left:451px;
    top:584px;
    width:15px;
    height:15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    line-height:36px;
  }
  #u50 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u50_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u51_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:2px;
    height:351px;
  }
  #u51 {
    border-width:0px;
    position:absolute;
    left:3px;
    top:97px;
    width:1px;
    height:350px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  #u51 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u51_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u52_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:2px;
    height:351px;
  }
  #u52 {
    border-width:0px;
    position:absolute;
    left:465px;
    top:248px;
    width:1px;
    height:350px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  #u52 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u52_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u53_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:351px;
    height:2px;
  }
  #u53 {
    border-width:0px;
    position:absolute;
    left:4px;
    top:598px;
    width:350px;
    height:1px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  #u53 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u53_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u54_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:351px;
    height:2px;
  }
  #u54 {
    border-width:0px;
    position:absolute;
    left:116px;
    top:97px;
    width:350px;
    height:1px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  #u54 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u54_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u55 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u56_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:141px;
    height:6px;
  }
  #u56 {
    border-width:0px;
    position:absolute;
    left:250px;
    top:173px;
    width:140px;
    height:5px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    color:#13FFFC;
  }
  #u56 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u56_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u57_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:381px;
    height:2px;
  }
  #u57 {
    border-width:0px;
    position:absolute;
    left:45px;
    top:172px;
    width:380px;
    height:1px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    color:#13FFFC;
  }
  #u57 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u57_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u58 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u59_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:380px;
    height:50px;
  }
  #u59 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:221px;
    width:380px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'FontAwesome', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    color:transparent;
    text-align:right;
  }
  #u59 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 10px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u59_img.selected {
  }
  #u59.selected {
  }
  #u59_img.disabled {
    left:-3px;
    top:-3px;
    width:386px;
    height:56px;
  }
  #u59.disabled {
  }
  #u59_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u60_input {
    /* position:absolute; */
    /* left:0px;
    top:0px; */
    width:330px;
    /* height:50px; */
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    letter-spacing:normal;
    color:#FFFFFF;
    vertical-align:none;
    text-align:left;
    text-transform:none;
    background-color:transparent;
    border-color:transparent;
  }
  #u60_input.disabled {
    position:absolute;
    left:0px;
    top:0px;
    width:280px;
    height:50px;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    letter-spacing:normal;
    color:#FFFFFF;
    vertical-align:none;
    text-align:left;
    text-transform:none;
    background-color:transparent;
    border-color:transparent;
  }
  #u60_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:280px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
  }
  #u60 {
    border-width:0px;
    position:absolute;
    left:93px;
    top:221px;
    width:330px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
  }
  #u60 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u60_div.disabled {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:280px;
    height:50px;
    background:inherit;
    background-color:rgba(240, 240, 240, 1);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
  }
  #u60.disabled {
  }
  #u61_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:50px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#FFFFFF;
  }
  #u61 {
    border-width:0px;
    position:absolute;
    left:373px;
    top:221px;
    width:50px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#FFFFFF;
  }
  #u61 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u61_div.mouseOver {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:50px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#FFFFFF;
  }
  #u61.mouseOver {
    opacity:0.8;
  }
  #u61_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u62_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:50px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#13FFFC;
  }
  #u62 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:221px;
    width:50px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#13FFFC;
  }
  #u62 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u62_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u63 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u64_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:266px;
    height:50px;
  }
  #u64 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:291px;
    width:266px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'FontAwesome', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    color:transparent;
    text-align:right;
  }
  #u64 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 10px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u64_img.selected {
  }
  #u64.selected {
  }
  #u64_img.disabled {
    left:-3px;
    top:-3px;
    width:272px;
    height:56px;
  }
  #u64.disabled {
  }
  #u64_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u65_input {
    /* position:absolute; */
    /* left:0px; */
    /* top:0px; */
    width:216px;
    /* height:50px; */
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    letter-spacing:normal;
    color:#FFFFFF;
    vertical-align:none;
    text-align:left;
    text-transform:none;
    background-color:transparent;
    border-color:transparent;
  }
  #u65_input.disabled {
    position:absolute;
    left:0px;
    top:0px;
    width:216px;
    height:50px;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    letter-spacing:normal;
    color:#FFFFFF;
    vertical-align:none;
    text-align:left;
    text-transform:none;
    background-color:transparent;
    border-color:transparent;
  }
  #u65_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:216px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
  }
  #u65 {
    border-width:0px;
    position:absolute;
    left:93px;
    top:291px;
    width:216px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
  }
  #u65 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u65_div.disabled {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:216px;
    height:50px;
    background:inherit;
    background-color:rgba(240, 240, 240, 1);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
  }
  #u65.disabled {
  }
  #u66_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:50px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#FFFFFF;
  }
  #u66 {
    border-width:0px;
    position:absolute;
    left:259px;
    top:291px;
    width:50px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#FFFFFF;
  }
  #u66 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u66_div.mouseOver {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:50px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#FFFFFF;
  }
  #u66.mouseOver {
    opacity:0.8;
  }
  #u66_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u67_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:50px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:900;
    font-style:normal;
    font-size:18px;
    color:#13FFFC;
  }
  #u67 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:291px;
    width:50px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:900;
    font-style:normal;
    font-size:18px;
    color:#13FFFC;
  }
  #u67 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u67_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u68 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u69_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:164px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    color:rgba(255, 255, 255, 0.647058823529412);
    text-align:left;
    line-height:28px;
  }
  #u69 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:393px;
    width:164px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    color:rgba(255, 255, 255, 0.647058823529412);
    text-align:left;
    line-height:28px;
  }
  #u69 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 25px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u69_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u70_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:21px;
    height:50px;
  }
  #u70 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:393px;
    width:21px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    color:rgba(255, 255, 255, 0.647058823529412);
    line-height:28px;
  }
  #u70 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u70_img.mouseOver {
  }
  #u70.mouseOver {
  }
  #u70_img.selected {
  }
  #u70.selected {
  }
  #u70_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u71 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:0px;
  }
  #u72_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:380px;
    height:50px;
    background:inherit;
    background-color:rgba(80, 200, 190, 1);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    color:#FFFFFF;
  }
  #u72 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:444px;
    width:380px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    color:#FFFFFF;
  }
  #u72 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u72_div.mouseOver {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:380px;
    height:50px;
    background:inherit;
    background-color:rgba(80, 200, 190, 1);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    color:#FFFFFF;
  }
  #u72.mouseOver {
    opacity:0.8;
  }
  #u72_div.mouseDown {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:380px;
    height:50px;
    background:inherit;
    background-color:rgba(80, 200, 190, 1);
    border:none;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    color:#FFFFFF;
  }
  #u72.mouseDown {
    opacity:1;
  }
  #u72_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u73_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:30px;
    height:30px;
  }
  #u73 {
    border-width:0px;
    position:absolute;
    left:177px;
    top:454px;
    width:30px;
    height:30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  #u73 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u73_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
    visibility:hidden;
  }
  #u74 {
    position:absolute;
    left:43px;
    top:504px;
    visibility:hidden;
  }
  #u74_state0 {
    position:relative;
    left:0px;
    top:0px;
    width:117px;
    height:20px;
    background-image:none;
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  #u74_state0_content {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:1px;
    height:1px;
  }
  #u75_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:117px;
    height:20px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#FF9900;
    text-align:left;
  }
  #u75 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:117px;
    height:20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#FF9900;
    text-align:left;
  }
  #u75 .text {
    position:absolute;
    -ms-flex-item-align:start;
        align-self:flex-start;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u75_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
  }
  #u74_state1 {
    position:relative;
    left:0px;
    top:0px;
    width:103px;
    height:20px;
    background-image:none;
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    visibility:hidden;
  }
  #u74_state1_content {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:1px;
    height:1px;
  }
  #u76_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:103px;
    height:20px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#FF9900;
    text-align:left;
  }
  #u76 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:103px;
    height:20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#FF9900;
    text-align:left;
  }
  #u76 .text {
    position:absolute;
    -ms-flex-item-align:start;
        align-self:flex-start;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u76_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
  }
  #u74_state2 {
    position:relative;
    left:0px;
    top:0px;
    width:117px;
    height:20px;
    background-image:none;
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    visibility:hidden;
  }
  #u74_state2_content {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:1px;
    height:1px;
  }
  #u77_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:117px;
    height:20px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#F56C6C;
    text-align:left;
  }
  #u77 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:117px;
    height:20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#F56C6C;
    text-align:left;
  }
  #u77 .text {
    position:absolute;
    -ms-flex-item-align:start;
        align-self:flex-start;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u77_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
  }
  #u74_state3 {
    position:relative;
    left:0px;
    top:0px;
    width:173px;
    height:20px;
    background-image:none;
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    visibility:hidden;
  }
  #u74_state3_content {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:1px;
    height:1px;
  }
  #u78_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:173px;
    height:20px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'Font Awesome 5 Pro', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#F56C6C;
    text-align:left;
  }
  #u78 {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:173px;
    height:20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro', sans-serif;
    font-weight:400;
    font-style:normal;
    color:#F56C6C;
    text-align:left;
  }
  #u78 .text {
    position:absolute;
    -ms-flex-item-align:start;
        align-self:flex-start;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u78_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
  }
  #u79_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:70px;
    height:19px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    color:rgba(255, 255, 255, 0.647058823529412);
    text-align:right;
  }
  #u79 {
    border-width:0px;
    position:absolute;
    left:353px;
    top:409px;
    width:70px;
    height:19px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    color:rgba(255, 255, 255, 0.647058823529412);
    text-align:right;
  }
  #u79 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u79_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
  }
  #u80_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:100px;
    height:50px;
  }
  #u80 {
    border-width:0px;
    position:absolute;
    left:323px;
    top:291px;
    width:100px;
    height:65px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:14px;
    color:#FFFFFF;
  }
  #u80 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u80_img.selected {
  }
  #u80.selected {
  }
  #u80_img.disabled {
    left:-3px;
    top:-3px;
    width:106px;
    height:56px;
  }
  #u80.disabled {
  }
  #u80_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u81_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:151px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    color:rgba(19, 255, 252, 0.454901960784314);
  }
  #u81 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:128px;
    width:151px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    color:rgba(19, 255, 252, 0.454901960784314);
  }
  #u81 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u81_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  #u82_div {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:151px;
    height:50px;
    background:inherit;
    background-color:rgba(255, 255, 255, 0);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:26px;
    color:#3CDCD2;
  }
  #u82 {
    border-width:0px;
    position:absolute;
    left:239px;
    top:123px;
    width:151px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:26px;
    color:#3CDCD2;
  }
  #u82 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u82_text {
    border-width:0px;
    word-wrap:break-word;
    text-transform:none;
  }
  
  #u83 {
    border-width:0px;
    position:absolute;
    left:93px;
    top:361px;
    width:330px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
  }
  #u83 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  #u83_div.disabled {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:280px;
    height:50px;
    background:inherit;
    background-color:rgba(240, 240, 240, 1);
    border:none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#FFFFFF;
    text-align:left;
  }
  
  #u83_input {
    /* position:absolute; */
    /* left:0px;
    top:0px; */
    width:330px;
    /* height:50px; */
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    letter-spacing:normal;
    color:#FFFFFF;
    vertical-align:none;
    text-align:left;
    text-transform:none;
    background-color:transparent;
    border-color:transparent;
  }
  #u83_input.disabled {
    position:absolute;
    left:0px;
    top:0px;
    width:280px;
    height:50px;
    font-family:'\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px;
    letter-spacing:normal;
    color:#FFFFFF;
    vertical-align:none;
    text-align:left;
    text-transform:none;
    background-color:transparent;
    border-color:transparent;
  }
  
  #u84 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:361px;
    width:50px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:20px;
    color:#13FFFC;
  }
  #u84 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 0px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  

  #u85 {
    border-width:0px;
    position:absolute;
    left:43px;
    top:361px;
    width:55px;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:'FontAwesome', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    color:transparent;
    text-align:right;
  }
  #u85 .text {
    position:absolute;
    -ms-flex-item-align:center;
        align-self:center;
    padding:0px 10px 0px 0px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
  }
  
  #u85_img {
    border-width:0px;
    position:absolute;
    left:0px;
    top:0px;
    /* width:380px; */
    height:50px;
  }
  
  #u85_img.selected {
  }
  #u59.selected {
  }
  #u85_img.disabled {
    left:-3px;
    top:-3px;
    width:386px;
    height:56px;
  }
  
body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
  }
  button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
  }
  button:active {
    opacity: 0.6;
  }
  .flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .justify-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-evenly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .justify-around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .align-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  
/* 学员性别占比 */
.sexcontain {
    position: absolute;
    top: 12%;
    left: 13%;
    width: 473px;
    height: 264px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgb(255, 255, 255);
}

.sexcontain .sexcontain_div {
    background-image: inherit;
    background-position: inherit;
    background-size: inherit;
    background-repeat: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    background-clip: inherit;
    background-color: rgba(0, 0, 0, 0.2);
    width: 473px;
    height: 264px;
    position: absolute;
}

.sexcontain .sexcontain_img {
    margin-top: 3%;
    margin-left: 8%;
}

.sexcontain .sexcontain_man {
    color: #66BBF9;
    position: absolute;
    margin: 10% 2% 3% 4%;
    width: 80%;
}

.sexcontain .sexcontain_woman {
    position: absolute;
    margin: 30% 2% 3% 4%;
    width: 80%;
    color: #87F7C7;
}

.sexcontain .sexcontain_man div {
    float: left;
}

.sexcontain .sexcontain_woman div {
    float: left;
}

.sex_progress {
    margin-top: 3%;
    float: right !important;
}

.ant-progress-text {
    color: #108ee9 !important;
}

.sex_svg {
    margin: 17px;
}

.sex_svg p {
    margin: 0px;
    height: 10px;
}

.sex_svg img {
    width: 55px;
}

.sexcontain_man .sex_svg {
    float: right;
}

/* 学员年龄占比 */
.agecontain {
    position: absolute;
    top: 45%;
    left: 13%;
    width: 473px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgb(255, 255, 255);
}

.agecontain .agecontain_div {
    background-image: inherit;
    background-position: inherit;
    background-size: inherit;
    background-repeat: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    background-clip: inherit;
    background-color: rgba(0, 0, 0, 0.2);
    width: 473px;
    height: 300px;
    position: absolute;
}

.agecontain .ageEchart {
    width: 100%;
    /* height: 300px */
}

.viewcontain {
    float: left;
}

.dataview_left {
    height: 80%;
    width: 70%;
    float: left;
}

.dataview_left_top {
    position: relative;
    height: 90%;
}

.dataview_left_bom {
    height: 26%;
    position: relative;
    top: 8%;
}

/* 学员性别占比 */
.sexcontain {
    position: relative;
    top: 8%;
    left: 2%;
    height: 40%;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
}

.sexcontain .sexcontain_img {
    position: relative;
    top: 6%;
    left: 2%;
}

.sexcontain .sexcontain_man {
    color: #66BBF9;
    margin: 5% 0% 0% 0%;
    width: 90%;
}


.sexcontain .sexcontain_man div {
    float: left;
}

.sexcontain_man {
    height: 31%;
}

.sexcontain_man .sex_progress {
    margin-top: 3%;
    float: right !important;
}

.sexcontain_man .sex_svg {
    margin: 17px;
}

.sexcontain_woman {}

.sexcontain .sexcontain_woman {
    color: #87F7C7;
    margin: 5% 0% 0% 3%;
    width: 87%;
}

.sexcontain .sexcontain_woman div {
    float: left;
}

.sexcontain_woman .sex_progress {
    left: 10%;
    float: right !important;
}


.ant-progress-text {
    color: #108ee9 !important;
}



.sex_svg p {
    margin: 0px;
    height: 10px;
}

.sex_svg img {
    width: 55px;
}

.sexcontain_man .sex_svg {
    float: right;
}

/* 学员年龄占比 */
.agecontain {
    position: relative;
    top: 10%;
    left: 2%;
    height: 60%;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
}

.agecontain .sexcontain_img {
    position: relative;
    top: 6%;
    left: 2%;
}

.agecontain .ageEchart {
    position: relative;
    top: 1%;
    height: 100%;
    width: 100%;
    left: 5%;
}

/*学员增长情况*/
.growthContain {
    color: #FFFFFF;
    position: relative;
    height: 100%;
    width: 97%;
    background-color: rgba(0, 0, 0, 0.2);
}

.growthEchart .trainGrowthChart {
    position: relative;
    height: 100%;
}

.dataview_left_bom .grocontain_img {
    position: relative;
    top: 6%;
}

/*数据中心概览*/
.center-contain {
    position: relative;
    height: 40%;
    width: 60%;
    left: 2%;
    top: 1%
}

.viewtitel {
    position: relative;
    background-image: url("/public/dataview/u1980.png");
    height: 35%;
    top: 1%;
    width: 100%;
    /* 背景图垂直、⽔平均居中 */
    background-position: center center;
    /* 背景图不平 */
    background-repeat: no-repeat;
    /* 让背景图基于容器⼤⼩伸 */
    background-size: cover;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
}

.viewtitel p {
    text-align: center;
    line-height: 70px;
}

/* 统计 */
.personTotal {
    position: relative;
    top: 4%;
}

.personTotal p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.personTotal_2 {
    margin-top: 6%;
}

.personTotal_1 div,
.personTotal_2 div {
    display: inline-block;
    width: 33%;
}

.personTotal_1 .titel,
.personTotal_2 .titel {
    float: left;
    margin-left: 1%;
    border: 1px solid #239AFF;
    border-radius: 10%;
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
}

.personTotal_1 .totalNumber,
.personTotal_2 .totalNumber {
    color: #239AFF;
}

.personTotal_1 .trainTotal,
.personTotal_2 .trainTotal {
    color: #FED52F;
}

.trainTotal .titel {
    border: 1px solid #FED52F;
}

.newTrainTotal {
    color: #00FFFC;
}

/*学员运动次数及时长统计*/
.moveStatis {
    position: relative;
    top: 10%;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.2);
}

.moveStatis .movecontain_img {
    position: relative;
    top: 4%;
    color: #FFFFFF;
}

.moveStatis .moveChart {
    position: relative;
    top: 1%;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.moveSelect {
    border: 1px solid rgb(0, 255, 252);
    color: rgb(0, 255, 252);
    border-radius: 5px;
    padding: 4px 10px 3px 10px;
}

.moveStatis span {
    cursor: pointer;
}

/*右*/
.right-contain {
    position: relative;
    width: 28%;
    left: 1%;
    height: 100%;
}

.right-contain .timeWeather {
    position: relative;
    top: 5%;
    height: 15%;
    width: 100%;
    color: #FFFFFF;
    /* border: 1px solid red; */
    display: inline-block;
}

.timeWeather .timeWeather_icon {
    position: relative;
    font-size: 40px;
    float: left;
}

.timeWeather .timeWeather_date {
    display: inline-block;
}

.timeWeather_left {
    display: inline-block;
}

.timeWeather_date .timeWeather_date_time {
    color: #66BBF9;
    font-size: 28px;
    font-weight: 400;
}

.timeWeather_right {
    float: right;
}

.right-contain .trainTypeStatis {
    height: 23%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.trainTypeStatis .typecontain_img {
    color: #FFFFFF;
}

.trainTypeStatis .typeChart {
    width: 100%;
    height: 100%;
}

/*教练员统计及分布*/
.right-contain .coachStatis {
    height: 76%;
    width: 100%;
}
.center-contain {
    width: 100%;
    height: 100%;
}

.center-contain-top {
    margin-top: 3%;
}

.center-contain-top .usertotal,
.center-contain-top .linetotal,
.center-contain-top .addtotal {
    display: inline-block;
    width: 33%;
}

.center-contain-top .total-contain-1,
.center-contain-top .total-contain-2,
.center-contain-top .total-contain-3 {
    color: #239AFF;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
}

.center-contain-top .total-contain-1 span {
    border: 1px solid #239AFF;
    border-radius: 5px;
    margin-right: 9px;
}

.center-contain-top .total-contain-2 span {
    color: #00FFFC;
    border: 1px solid #00FFFC;
    border-radius: 5px;
    margin-right: 9px;
}

.center-contain-top .total-contain-3 span {
    color: #FED52F;
    border: 1px solid #FED52F;
    border-radius: 5px;
    margin-right: 9px;
}

.titel {
    margin-bottom: 8px;
}

.titel .titel-1 {
    color: #239AFF;
    font-size: 16px;
}

.titel .titel-2 {
    color: #00FFFC;
    font-size: 16px;
}

.titel .titel-3 {
    color: #FED52F;
    font-size: 16px;
}
/*地图*/
.sport-map {
    width: 100%;
    height: 30%;
    background-color: antiquewhite;
}
.left-contain-top {
    height: 80%;
    overflow: hidden;
    background-color: rgba(34, 34, 34, 0.847058823529412);
}

.titel {
    color: rgba(255, 255, 255, 0.8);
}

.left-top-1 {
    margin: 2% 1% 0% 1%;
    border: 5px solid rgba(49, 167, 255, 1);
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}

.left-top-1 span {
    padding: 0 0 0 10px;
}

.left-top-2 {
    margin-left: 1%;
    height: 94%;
}

.left-top-3 {
    height: 10%;
    margin-top: 2%;
}

.left-top-3 .left-top-3-1,
.left-top-3 .left-top-3-2 {
    margin-left: 3%;
    display: inline-block;
    width: 40%;
    height: 100%;
    border: 1px solid rgba(0, 255, 252, 1);
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.left-top-3-1 p,
.left-top-3-2 p {
    margin-left: 15%;
}

.left-top-3-1 p:first-child,
.left-top-3-2 p:first-child {
    color: #fed52f;
}

.left-top-3-1 p:last-child,
.left-top-3-2 p:last-child {
    font-size: 34px;
    line-height: 0;
    color: #ffffff;
    font-family: "Impact Normal", "Impact", sans-serif;
}

.left-top-3 .left-top-3-2 {
    margin-left: 8%;
}

/* 性别占比 */
.ageProportion {
    margin-top: 2%;
}

.sexcontain_man .sex_svg div:last-child {
    /* float: left; */
}

.sex-svg-1 {
    position: relative;
    width: 70%;
    display: inline-block;
}

.sex-svg-1 div:last-child {
    line-height: 10px;
}

.titel-icon {
    color: rgba(49, 167, 255, 1);
}

.sex-svg-label-1 {
    color: #739DC2;

}

.sex-svg-titel-1 {
    color: #66BBF9;
}

.sex-svg-label-2,
.sex-svg-titel-2 {
    color: #87F7C7;
}

.sex-svg-titel-1 span {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial',
        sans-serif;
    font-weight: 700;
    font-size: 36px;
}

.sex-svg-titel-2 span {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial',
        sans-serif;
    font-weight: 700;
    font-size: 36px;
}

.sex-svg-1 img {
    height: 45px;
}

.sexcontain_man,
.sexcontain_woman {
    margin-top: 4%;
}

.age-spread {
    height: 34%;
}

/* 组织人数排行 */
.anim {
    margin-top: 1%;
}

.seamless-warp {
    overflow: hidden;
}

ul {
    list-style: none;
    margin: 5px 0 0 10px;
    padding: 0px;
}

.orgNumber {
    margin-right: 20px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}

.seamless-warp-span {
    margin: 2px 0px 0px -21px;
    position: absolute;
    color: rgba(255, 255, 255, 0.8);
}

.orgNumber-name {
    width: 50%;
}

/* 组织人数排行 */
.left-bottom {
    position: relative;
    top: 1%;
    height: 19%;
    background-color: rgba(34, 34, 34, 0.847058823529412);
}
.sport-user-contain{
    height: 100%;
    background-image: url("/public/dataview//sportsCenter/background.jpg");
}
.sport-user-contain .left-contain,
.sport-user-contain .sport-center-contain,
.sport-user-contain .right-contain {
    float: left;
}

.sport-user-contain .left-contain {
    height: 100%;
    width: 29%;
}

.sport-user-contain .sport-center-contain {
    margin-left: 1%;
    height: 100%;
    width: 40%;
    color: rgb(68, 194, 89);
}

.sport-user-contain .right-contain {
    margin-left: 1%;
    height: 100%;
    width: 29%;
    color: aqua;
}
.spcBt {
  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;
}

.alnCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.flxCC {
  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;
}

.elpss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elpss2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.elpss3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hide {
  display: none !important;
}

.got .el-upload {
  display: none;
}

.got .el-upload-list--picture-card {
  line-height: 0;
}

.got li.el-upload-list__item {
  margin-bottom: 0;
}

.coverUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coverUpload .el-form-item {
  margin-bottom: 50px;
}

.coverUpload .el-form-item__error {
  position: unset !important;
}

.coverUpload .el-form-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sizeNote,
.coverUpload .sizeNote {
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}

.coverUpload .got .el-upload {
  display: none;
}

.coverUpload .el-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}

.coverUpload .el-upload .uploadNote {
  line-height: 44px;
}

.coverUpload .small div,
.coverUpload .large div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
}

.coverUpload .large .el-form-item__content {
  margin-left: 96px !important;
}

.el-dialog {
  border-radius: 5px;
  overflow: hidden;
}

.el-dialog:not(.is-fullscreen) {
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.el-dialog__header {
  padding: 20px;
  background-color: #f3f3f3;
}

.el-dialog__title {
  font-size: 16px;
  font-weight: bold;
}

.el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}

.el-dialog__body {
  padding: 30px 40px;
}

.el-dialog__wrapper .el-dialog.scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh;
}
.el-dialog__wrapper .el-dialog.scrollbar .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 30px;
}

.dialog_height_80 .el-dialog {
  height: 80% !important;
}
.dialog_height_80 .el-dialog__body {
  height: calc(100% - 120px);
  overflow: auto;
}

.dialog_height_max80 .el-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
.dialog_height_max80 .el-dialog__body img {
  width: 100% !important;
}

.dialogTitleHide .el-dialog__header {
  display: none;
}
.dialogTitleHide .el-dialog__body {
  padding: 20px;
}

.pageName {
  margin: 10px 0;
  font-weight: bold;
}

.box_form {
  background: #21284B;
  padding: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

textarea {
  font-family: inherit;
}

.flexAlign_Btn {
  width: 100%;
}
.flexAlign_Btn > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexAlign_Btn > div > div {
  width: 100px;
}

.actState span {
  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;
}
.actState .sut_bored {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  margin-right: 3px;
  position: relative;
}
.actState .actState1 {
  background-color: #ff9900;
}
.actState .actState2 {
  background-color: #19be6b;
}
.actState .actState3 {
  background-color: #ccc;
}
.actState .actState4 {
  background-color: #f56c6c;
}
.actState .actState1 {
  background-color: #409eff;
}

.timeline {
  padding-left: 13px;
  padding-top: 10px;
}
.timeline .el-card.is-always-shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.timeline .el-card__body {
  padding: 15px 20px !important;
}
.timeline .el-card__body .time {
  color: #999 !important;
  margin-bottom: 10px !important;
}
.timeline .el-card__body .type {
  color: #666 !important;
}

.el-table__fixed-right,
.el-table__fixed {
  height: 100% !important;
}

.pagination-container {
  height: 30px;
}

.tableImg {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
}

.el-image .image-slot {
  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: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.statusTag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}
.statusTag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #ccc;
}

.statusTag.success:before {
  background-color: #67c23a;
}

.statusTag.warn:before {
  background-color: #e6a23c;
}

.statusTag.primary:before {
  background-color: #1890ff;
}

.statusTag.danger:before {
  background-color: #f56c6c;
}

.statusTag.gray:before {
  background-color: #909399;
}

.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fbfdff;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mr10 {
  margin-right: 10px;
}

.fz13 {
  font-size: 13px;
}

.fz16 {
  font-size: 16px;
}
.video_main[data-v-4dc7ff01] {
  width: 240px;
  height: 192px;
  border: 1px solid #DEE0E3;
  float: left;
  border-radius: 4px;
}
.video_main[data-v-4dc7ff01]:hover {
  -webkit-box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.08);
          box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.08);
}
.video_top[data-v-4dc7ff01] {
  position: relative;
  width: 240px;
  height: 135px;
}
.video_top img[data-v-4dc7ff01] {
  width: 238px;
  height: 135px;
}
.video_content[data-v-4dc7ff01] {
  width: 240px;
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--TextPrimary, #1890FF);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.play-icon[data-v-4dc7ff01] {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 105px;
  top: 53px;
}
.card_main[data-v-0784a035] {
  float: left;
  width: 384px;
  height: 190px;
  padding: 24px;
  opacity: 0.9;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.card_main[data-v-0784a035]:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.25);
          box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.25);
}
.card_head[data-v-0784a035] {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  width: 200px;
}
.card_content[data-v-0784a035] {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  width: 200px;
  height: 66px;
  margin-top: 12px;
  color: #999;
  overflow-y: auto;
}
.card_bottom[data-v-0784a035] {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-top: 14px;
  line-height: 22px;
  color: #1890FF;
}
.triangle[data-v-0784a035] {
  width: 0;
  height: 0;
  border-bottom: 30px solid var(--MenuActiveBG, #1890FF);
  border-right: 30px solid transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(0deg);
}
.img-position[data-v-0784a035] {
  width: 160px;
  height: 190px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.card_main[data-v-69f566f6] {
  float: left;
  width: 384px;
  height: 190px;
  padding: 24px;
  opacity: 0.9;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.card_main[data-v-69f566f6]:hover {
  -webkit-box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.5);
          box-shadow: 0px 6px 24px rgba(31, 35, 41, 0.5);
}
.card_head[data-v-69f566f6] {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  width: 230px;
}
.card_content[data-v-69f566f6] {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  width: 230px;
  height: 66px;
  margin-top: 12px;
  color: #999;
  overflow-y: auto;
}
.card_bottom[data-v-69f566f6] {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-top: 14px;
  line-height: 22px;
  color: #1890FF;
}
.triangle[data-v-69f566f6] {
  width: 0;
  height: 0;
  border-bottom: 30px solid var(--MenuActiveBG, #1890FF);
  border-right: 30px solid transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(0deg);
}
.img-position[data-v-69f566f6] {
  width: 160px;
  height: 190px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.demo_main[data-v-7f6b8866] {
  height: 100%;
  padding: 10px 20px 10px 20px;
}
.demo_content[data-v-7f6b8866] {
  padding-left: 10px;
  float: left;
  font-weight: 500;
  color: var(--MenuActiveBG, #1890FF);
  max-height: 80%;
  overflow: hidden;
}
.demo_bottom[data-v-7f6b8866] {
  position: absolute;
  left: 30px;
  bottom: 10px;
  font-weight: 500;
  color: var(--MenuActiveBG, #1890FF);
}

/*# sourceMappingURL=0.622dd5cb.css.map*/