/*!
 * Viewer.js v1.11.7
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-11-24T04:32:14.526Z
 */

.viewer-zoom-in::before, .viewer-zoom-out::before, .viewer-one-to-one::before, .viewer-reset::before, .viewer-prev::before, .viewer-play::before, .viewer-next::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen::before, .viewer-fullscreen-exit::before, .viewer-close::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 560 40%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M49.6 17.9h20.2v3.9H49.6zm123.1 2 10.9-11 2.7 2.8-8.2 8.2 8.2 8.2-2.7 2.7-10.9-10.9zm94 0-10.8-11-2.7 2.8 8.1 8.2-8.1 8.2 2.7 2.7 10.8-10.9zM212 9.3l20.1 10.6L212 30.5V9.3zm161.5 4.6-7.2 6 7.2 5.9v-4h12.4v4l7.3-5.9-7.3-6v4h-12.4v-4zm40.2 12.3 5.9 7.2 5.9-7.2h-4V13.6h4l-5.9-7.3-5.9 7.3h4v12.6h-4zm35.9-16.5h6.3v2h-4.3V16h-2V9.7Zm14 0h6.2V16h-2v-4.3h-4.2v-2Zm6.2 14V30h-6.2v-2h4.2v-4.3h2Zm-14 6.3h-6.2v-6.3h2v4.4h4.3v2Zm-438 .1v-8.3H9.6v-3.9h8.2V9.7h3.9v8.2h8.1v3.9h-8.1v8.3h-3.9zM93.6 9.7h-5.8v3.9h2V30h3.8V9.7zm16.1 0h-5.8v3.9h1.9V30h3.9V9.7zm-11.9 4.1h3.9v3.9h-3.9zm0 8.2h3.9v3.9h-3.9zm244.6-11.7 7.2 5.9-7.2 6v-3.6c-5.4-.4-7.8.8-8.7 2.8-.8 1.7-1.8 4.9 2.8 8.2-6.3-2-7.5-6.9-6-11.3 1.6-4.4 8-5 11.9-4.9v-3.1Zm147.2 13.4h6.3V30h-2v-4.3h-4.3v-2zm14 6.3v-6.3h6.2v2h-4.3V30h-1.9zm6.2-14h-6.2V9.7h1.9V14h4.3v2zm-13.9 0h-6.3v-2h4.3V9.7h2V16zm33.3 12.5 8.6-8.6-8.6-8.7 1.9-1.9 8.6 8.7 8.6-8.7 1.9 1.9-8.6 8.7 8.6 8.6-1.9 2-8.6-8.7-8.6 8.7-1.9-2zM297 10.3l-7.1 5.9 7.2 6v-3.6c5.3-.4 7.7.8 8.7 2.8.8 1.7 1.7 4.9-2.9 8.2 6.3-2 7.5-6.9 6-11.3-1.6-4.4-7.9-5-11.8-4.9v-3.1Zm-157.3-.6c2.3 0 4.4.7 6 2l2.5-3 1.9 9.2h-9.3l2.6-3.1a6.2 6.2 0 0 0-9.9 5.1c0 3.4 2.8 6.3 6.2 6.3 2.8 0 5.1-1.9 6-4.4h4c-1 4.7-5 8.3-10 8.3a10 10 0 0 1-10-10.2 10 10 0 0 1 10-10.2Z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
  }

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}

.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out';
}

.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One';
}

.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset';
}

.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous';
}

.viewer-play::before {
  background-position: -100px 0;
  content: 'Play';
}

.viewer-next::before {
  background-position: -120px 0;
  content: 'Next';
}

.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left';
}

.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical';
}

.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen';
}

.viewer-close::before {
  background-position: -260px 0;
  content: 'Close';
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.viewer-container::-moz-selection, .viewer-container *::-moz-selection {
    background-color: transparent;
  }

.viewer-container::selection,
  .viewer-container *::selection {
    background-color: transparent;
  }

.viewer-container:focus {
    outline: 0;
  }

.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
    height: auto;
    margin: 15px auto;
    max-width: 90% !important;
    width: auto;
  }

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: 0.5;
    overflow: hidden;
    transition: opacity 0.15s;
    width: 30px;
  }

.viewer-list > li:focus,
    .viewer-list > li:hover {
      opacity: 0.75;
    }

.viewer-list > li:focus {
      outline: 0;
    }

.viewer-list > li + li {
      margin-left: 1px;
    }

.viewer-list > .viewer-loading {
    position: relative;
  }

.viewer-list > .viewer-loading::after {
      border-width: 2px;
      height: 20px;
      margin-left: -10px;
      margin-top: -10px;
      width: 20px;
    }

.viewer-list > .viewer-active,
  .viewer-list > .viewer-active:focus,
  .viewer-list > .viewer-active:hover {
    opacity: 1;
  }

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.viewer-player > img {
    left: 0;
    position: absolute;
    top: 0;
  }

.viewer-toolbar > ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 6px 3px;
  }

.viewer-toolbar > ul > li {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      cursor: pointer;
      float: left;
      height: 24px;
      overflow: hidden;
      transition: background-color 0.15s;
      width: 24px;
    }

.viewer-toolbar > ul > li:focus,
      .viewer-toolbar > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }

.viewer-toolbar > ul > li:focus {
        box-shadow: 0 0 3px #fff;
        outline: 0;
        position: relative;
        z-index: 1;
      }

.viewer-toolbar > ul > li::before {
        margin: 2px;
      }

.viewer-toolbar > ul > li + li {
        margin-left: 1px;
      }

.viewer-toolbar > ul > .viewer-small {
      height: 18px;
      margin-bottom: 3px;
      margin-top: 3px;
      width: 18px;
    }

.viewer-toolbar > ul > .viewer-small::before {
        margin: -1px;
      }

.viewer-toolbar > ul > .viewer-large {
      height: 30px;
      margin-bottom: -3px;
      margin-top: -3px;
      width: 30px;
    }

.viewer-toolbar > ul > .viewer-large::before {
        margin: 5px;
      }

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 5%;
  max-width: 90%;
  min-height: 14px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
    opacity: 1;
  }

.viewer-button {
  -webkit-app-region: no-drag;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  transition: background-color 0.15s;
  width: 80px;
}

.viewer-button:focus,
  .viewer-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

.viewer-button:focus {
    box-shadow: 0 0 3px #fff;
    outline: 0;
  }

.viewer-button::before {
    bottom: 15px;
    left: 15px;
    position: absolute;
  }

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  transition: all 0.3s;
}

@keyframes viewer-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.viewer-loading::after {
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
  }

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}

@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}

@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}

.node-text[data-v-040ef026]{font-size:14px;line-height:20px}.node-img[data-v-040ef026]{margin-right:4px;line-height:20px;vertical-align:sub}

#usersContent[data-v-bfa8ea00]{width:calc(100% - 10px);max-height:170px;overflow-y:auto;display:flex;flex-direction:column}#usersContent .users[data-v-bfa8ea00]{padding:5px 10px;height:35px;display:flex;flex-direction:row;align-items:center;border-radius:5px}#usersContent .users .el-image[data-v-bfa8ea00]{width:20px;height:20px;border-radius:5px;-o-object-fit:contain;object-fit:contain}#usersContent .users[data-v-bfa8ea00] .userAvatar{line-height:20px;font-size:12px;border-radius:5px;text-align:center;background-color:var(--theme-color);color:#fff}#usersContent .users .name[data-v-bfa8ea00]{margin-left:5px;font-size:12px;line-height:28px}#usersContent .users i[data-v-bfa8ea00]{margin-left:5px;font-size:14px;line-height:28px;color:#d60a0a;cursor:pointer}#usersContent .users .noClick[data-v-bfa8ea00]{cursor:not-allowed}#usersContent .users[data-v-bfa8ea00]:hover{background-color:#ebeef5}.inline[data-v-bfa8ea00]{flex-direction:row !important;flex-wrap:wrap}.allprjPriviUsers[data-v-bfa8ea00]{flex-direction:row !important;flex-wrap:wrap}

.replyStyle[data-v-347d599e]{width:100%;height:100%;box-sizing:border-box}.comment-form[data-v-347d599e]{position:relative;margin-top:12px}.comment-form .form-item[data-v-347d599e]{margin:0 10px;margin-bottom:0px !important}.comment-form .form-item .comment-btn[data-v-347d599e]{float:right;margin-bottom:12px}.comment-form .form-item[data-v-347d599e] .el-form-item__content{line-height:18px !important}.textarea[data-v-347d599e]{height:110px;width:95%;border:1px solid #ccc;padding:10px 2%;border-radius:5px}.limit-tip[data-v-347d599e]{color:#f00;line-height:12px;font-size:12px;padding-bottom:6px}.comment-list[data-v-347d599e]{padding:0px 0;margin:3px;border-top:1px solid #ddd}.comment-list li[data-v-347d599e]{width:100%;padding-bottom:10px;border-bottom:1px solid #ddd;overflow:hidden;display:flex;flex-direction:row}.comment-list li .head-con[data-v-347d599e]{width:38px;height:38px;line-height:38px;margin-top:4px;border-radius:50%;line-height:38px}.comment-list li .img-con[data-v-347d599e]{width:38px;height:38px;margin-top:4px;border:1px solid #4777E7;background:#4777E7;color:#fff;border-radius:50%;line-height:38px;text-align:center}.comment-list li .img-con img[data-v-347d599e]{width:100%;height:100%}.comment-list li .text-con[data-v-347d599e]{width:calc(100% - 40px);padding-left:4px}.comment-list li .text-con p[data-v-347d599e]{padding-top:10px}.comment-list li .text-con .date[data-v-347d599e]{color:var(--info-color);padding-top:5px}.comment-list li .text-con .desc[data-v-347d599e]{word-wrap:break-word}.user-container[data-v-347d599e]{float:left;width:calc(100% - 2px);border:1px solid #ddd}.user-container ul[data-v-347d599e]{float:left;margin:6px}.user-container ul li[data-v-347d599e]{float:left;color:#1d8bf0;border:1px solid #1d8bf0;border-radius:5px;height:28px;line-height:28px;margin:6px;padding:0 5px}.user-container ul li .el-icon-close[data-v-347d599e]{margin-left:5px;font-weight:bold;cursor:pointer}.user-container .add-con[data-v-347d599e]{float:left;position:relative;margin:8px 6px 6px 6px}.user-container .add-con .add-input[data-v-347d599e]{width:70px;padding:6px 8px;vertical-align:middle;border:1px solid #1d8bf0;color:#1d8bf0;border-radius:5px}.user-list[data-v-347d599e]{position:absolute;top:70%;left:10px;z-index:9999;width:150px;background:#fff;border:1px solid #cdcdcd;border-radius:5px;color:#333}.user-list .header[data-v-347d599e]{height:30px;line-height:30px;background:#97bacd;color:#000;text-align:center}.user-list .cont[data-v-347d599e]{min-height:200px;max-height:200px;overflow-y:scroll}.user-list .space-icon[data-v-347d599e]{display:block;position:absolute}.user-list .no-match[data-v-347d599e]{text-align:center;color:#f00;line-height:20px;padding:0px 15px}.user-list .user-item[data-v-347d599e]{border-bottom:1px dotted #bbb;font-size:12px;cursor:pointer;padding:0 6px}.user-list .user-item[data-v-347d599e]:hover{background:#91c2f0}.user-list .user-item p[data-v-347d599e]{line-height:30px}[data-v-347d599e] .el-collapse-item__wrap{border-bottom:none}.el-collapse[data-v-347d599e]{border:none}[data-v-347d599e] .el-collapse-item__header{height:32px;padding-left:6px}

.list[data-v-036311c9]{width:100%;height:100%;padding:10px 0 10px 10px}.list .qmContent[data-v-036311c9]{width:100%;height:calc(100% - 50px);padding-right:10px;overflow-y:auto}.list .qmContent[data-v-036311c9] .el-form-item{margin-bottom:12px}.list .qmContent[data-v-036311c9] .el-form-item:last-child{margin-bottom:0px}.list .qmContent[data-v-036311c9] .el-form-item__label{font-size:14px;line-height:30px;height:30px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.list .qmContent .content[data-v-036311c9]{padding:5px 0 5px 5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;font-size:14px;line-height:20px;min-height:30px;color:var(--key-color);display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:14;-webkit-box-orient:vertical;background:#F3F4F4}.list .qmContent .contentMini[data-v-036311c9]{padding:5px 0 5px 5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;font-size:14px;line-height:20px;min-height:30px;color:#58667b;word-wrap:break-word;background:#F3F4F4}.list .qmContent .associatedFileStyle .title[data-v-036311c9]{font-size:14px;line-height:30px;height:30px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.list .qmContent .associatedFileStyle li[data-v-036311c9]{display:flex;justify-content:space-between;color:var(--theme-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}.list .qmContent .associatedFileStyle .fileNamestyle[data-v-036311c9]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:330px;padding-left:5px}.list .qmContent .associatedFileStyle li[data-v-036311c9]:hover{background:#DDE2EE}.list .qmContent .userAvator[data-v-036311c9]{border-radius:50%;width:32px;height:30px;margin-top:0px;display:inline-block;vertical-align:top}.list .qmContent .el-collapse[data-v-036311c9]{border:none}.list .qmContent .el-collapse-item[data-v-036311c9]{margin-bottom:12px}.list .qmContent .el-collapse-item[data-v-036311c9]:last-child{margin-bottom:-1px}.list .qmContent[data-v-036311c9] .el-collapse-item__arrow{transform:rotate(270deg);color:#4777E7}.list .qmContent[data-v-036311c9] .el-collapse-item__arrow.is-active{transform:rotate(450deg)}.list .qmContent[data-v-036311c9] .el-collapse-item__header{height:32px;line-height:48px;background:#F3F4F4}.list .qmContent .el-divider[data-v-036311c9]{width:3px;height:15px;margin-right:5px;background:var(--theme-color)}.list .qmContent[data-v-036311c9] .el-collapse-item__content{padding-bottom:0}.list .qmContent[data-v-036311c9] .el-collapse-item__wrap{background:none;border-bottom:none}.list .footer[data-v-036311c9]{width:100%;height:50px;display:flex;align-items:center;justify-content:center;padding:5px;margin-top:7px}.list .footer .el-button[data-v-036311c9]{width:90%;height:100%}.list .MQcut[data-v-036311c9]{width:100%;height:80px;display:flex;flex-direction:row;align-items:center;margin:12px 0}.list .MQcut .uploadpic[data-v-036311c9]{width:75px;height:75px;margin-right:5px;cursor:pointer}.list .MQcut .uploadpic[data-v-036311c9] .image-slot{width:75px;height:75px;line-height:75px;background:#efefef;color:#999;text-align:center}.list .formList[data-v-036311c9]{width:100%}.list .formList .statusForm[data-v-036311c9]{padding:5px 15px;box-sizing:border-box}.list .formList .changeStatus[data-v-036311c9]{cursor:pointer;padding:5px 10px;border-radius:50px}.list .formList .status1[data-v-036311c9]{background:#FF65581f;color:#FF6558}.list .formList .status2[data-v-036311c9]{background:#FAAB0C1f;color:#FAAB0C}.list .formList .status3[data-v-036311c9]{background:#616e8b1f;color:#616E8B}.list .formList .status4[data-v-036311c9]{background:#00D18B1f;color:#00D18B}.list .formList .status5[data-v-036311c9]{background:#5584FF1f;color:#5584FF}.list .queStatusStyle[data-v-036311c9] .el-form-item__content{background:#F3F4F4}.statusForm[data-v-036311c9] .el-form-item{margin-bottom:8px}

#activity[data-v-ebb6cf92]{width:100%;height:100%;box-sizing:border-box;overflow-y:auto;margin-top:10px;padding:8px 16px}#activity[data-v-ebb6cf92] .el-timeline-item{padding-bottom:5px}#activity[data-v-ebb6cf92] .el-card__body{background:#f3f3f3;border-color:#f3f3f3;padding-top:10px;padding-bottom:10px}#activity[data-v-ebb6cf92] .el-card{background:#f3f3f3}#activity .des[data-v-ebb6cf92]{width:100%;line-height:25px;display:flex;flex-direction:row}#activity .des .content[data-v-ebb6cf92]{width:calc(100% - 50px);display:block;word-wrap:break-word}#activity[data-v-ebb6cf92]::-webkit-scrollbar{width:6px}#activity[data-v-ebb6cf92]::-webkit-scrollbar-thumb{border-radius:3px;box-shadow:inset 0 0 4px rgba(0,0,0,0.3);background-color:#E8E8E8}#activity[data-v-ebb6cf92]::-webkit-scrollbar-track{box-shadow:inset 0 0 4px rgba(0,0,0,0.3);background-color:#fff;border-radius:3px}

.edit[data-v-07cbf917]{width:100%;height:100%;padding:10px 0 10px 10px}.edit .editContent[data-v-07cbf917]{width:100%;height:calc(100% - 50px);padding-right:10px;overflow-y:auto}.edit .editContent[data-v-07cbf917] .el-form-item{margin-bottom:12px}.edit .editContent[data-v-07cbf917] .el-form-item:last-child{margin-bottom:0px}.edit .editContent .formStyle[data-v-07cbf917]{padding-top:10px}.edit .editContent .itemStyle[data-v-07cbf917]{width:100%}.edit .editContent .itemStyle[data-v-07cbf917] .el-form-item__label{width:100% !important;display:flex}.edit .editContent .itemStyle[data-v-07cbf917] .el-form-item__label:before{margin-right:2px;margin-left:12px}.edit .editContent .itemStyle[data-v-07cbf917] .el-form-item__content{margin-top:30px}.edit .editContent .associatedFileStyle[data-v-07cbf917]{width:100%}.edit .editContent .associatedFileStyle[data-v-07cbf917] .el-form-item__label{width:100% !important;display:flex}.edit .editContent .associatedFileStyle[data-v-07cbf917] .el-form-item__content{margin-top:30px}.edit .editContent .associatedFileStyle li[data-v-07cbf917]{display:flex;justify-content:space-between;color:var(--theme-color);cursor:pointer;border:1px solid #ffffff00}.edit .editContent .associatedFileStyle li .fileNamestyle[data-v-07cbf917]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:170px;padding-left:5px}.edit .editContent .associatedFileStyle li[data-v-07cbf917]:hover{background:#eef1ff}.edit .editContent .labelStyle[data-v-07cbf917]{font-size:14px;line-height:28px;display:flex;flex-direction:row;align-items:center;margin-bottom:10px;margin-left:20px}.edit .editContent .labelStyle>span[data-v-07cbf917]{font-size:14px;line-height:28px;margin-right:10px}.edit .editContent .labelStyleM0[data-v-07cbf917]{margin-left:0px}.edit .editContent[data-v-07cbf917] .el-radio{margin-right:8px}.edit .editContent[data-v-07cbf917] .el-select{width:100%}.edit .editContent .el-collapse-item[data-v-07cbf917]{margin-bottom:12px}.edit .editContent .el-collapse-item[data-v-07cbf917]:last-child{margin-bottom:-1px}.edit .editContent[data-v-07cbf917] .el-collapse-item__arrow{transform:rotate(270deg);color:#4777E7}.edit .editContent[data-v-07cbf917] .el-collapse-item__arrow.is-active{transform:rotate(450deg)}.edit .editContent[data-v-07cbf917] .el-collapse-item__header{height:32px;line-height:48px;background:#F3F4F4}.edit .editContent .el-divider[data-v-07cbf917]{width:3px;height:15px;margin-right:5px;background:var(--theme-color)}.edit .editContent[data-v-07cbf917] .el-collapse-item__content{padding-bottom:0}.edit .editContent[data-v-07cbf917] .el-collapse-item__wrap{border-bottom:none}.edit .footer[data-v-07cbf917]{width:100%;height:50px;display:flex;align-items:center;justify-content:flex-end;padding:5px}.edit .footer .el-button[data-v-07cbf917]{margin:0 8px}.edit .MQcut[data-v-07cbf917]{width:100%;height:80px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;margin-top:12px}.edit .MQcut .uploadpic[data-v-07cbf917]{width:75px;height:75px;margin-right:5px;position:relative}.edit .MQcut .uploadpic img[data-v-07cbf917]{width:75px;height:75px}.edit .MQcut .uploadpic .delete[data-v-07cbf917]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;z-index:1px;cursor:pointer}.edit .MQcut .uploadpic .delete i[data-v-07cbf917]{font-size:20px;color:#fff}.edit .MQcut .canEdit[data-v-07cbf917]{cursor:pointer}.edit .historyProblemStyle[data-v-07cbf917]{position:absolute;bottom:1px;right:16px;color:var(--theme-color);background:#fff;cursor:pointer;height:16px;line-height:16px;display:inline;width:calc(100% - 18px);text-align:end}

.notationDetail[data-v-77827ca3]{width:100%;height:100%}.notationDetail .qmNav[data-v-77827ca3]{width:100%;height:45px;padding-top:8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;box-sizing:border-box;border-bottom:2px solid var(--theme-color)}.notationDetail .qmNav li[data-v-77827ca3]{width:78px;height:100%;text-align:center;line-height:35px;margin:0 10px;font-size:15px;cursor:pointer}.notationDetail .qmNav li[data-v-77827ca3]:hover{background:#EAEEF8;border-radius:6px 6px 0 0;color:var(--theme-color)}.notationDetail .qmNav .active[data-v-77827ca3]{background:var(--theme-color) !important;border-radius:6px 6px 0 0;color:#fff !important}.notationDetail .content[data-v-77827ca3]{width:100%;height:calc(100% - 45px);background:#fff}.notationDetail .content .footer[data-v-77827ca3]{width:100%;height:45px}

.comAll[data-v-11c1ca9c]{font-size:14px;background:rgba(255,255,255,0.98);box-shadow:0px 0px 4px 1px rgba(46,91,255,0.17);border-radius:4px;overflow:hidden;z-index:5}.comAll .title[data-v-11c1ca9c]{cursor:move;width:100%;height:40px;display:flex;flex-direction:row;align-items:center;padding:0 10px;border-bottom:1px solid #DCE1ED}.comAll .title span[data-v-11c1ca9c]{font-size:16px;font-weight:bold}.comAll .title .el-button[data-v-11c1ca9c]{margin-left:10px}.comAll .title .minibtn[data-v-11c1ca9c]{margin-left:auto;margin-right:10px}.comAll .title i[data-v-11c1ca9c]{font-size:15px;cursor:pointer}.appTools[data-v-11c1ca9c]{position:absolute;width:460px;left:calc(50% - 230px);height:30px;background:rgba(255,255,255,0.8);overflow:hidden;z-index:4;border-radius:4px;padding:7px 7px;display:flex;flex-direction:row;align-items:center}.appTools .level[data-v-11c1ca9c]{box-sizing:border-box;border-right:1px solid #2c303b;padding:0 7px;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.appTools .level .type[data-v-11c1ca9c]{min-width:100px;overflow:hidden;white-space:nowrap;display:flex;flex-direction:row;align-items:center}.appTools .level .type img[data-v-11c1ca9c]{width:20px;height:20px;margin-right:10px}.appTools .level[data-v-11c1ca9c] .el-checkbox{margin-right:10px}.appTools .level[data-v-11c1ca9c] .el-checkbox__label{font-size:12px}.appTools .level i[data-v-11c1ca9c]{margin-left:7px;cursor:pointer}.appTools .close[data-v-11c1ca9c]{margin-left:7px;font-size:18px;cursor:pointer}.map[data-v-11c1ca9c]{background:rgba(0,0,0,0.8);color:#fff}.map .level[data-v-11c1ca9c]{border-right:1px solid #fff}.map[data-v-11c1ca9c] .el-checkbox__label{color:#fff}

#detail[data-v-11c1ca9c]{position:fixed;top:35px;right:330px;width:360px;height:calc(100% - 90px);max-height:870px}#detail .nav[data-v-11c1ca9c]{height:calc(100% - 50px);overflow-y:auto}

