
.conebox[data-v-7c1ea9d0] {
    padding: 8px;
    background: #fff;
}
.save-form-item[data-v-7c1ea9d0] {
    margin-bottom: 22px;
}

[data-v-17582cc5] .dialog-dingding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin:0 !important;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
    max-height:calc(100% - 30px);
    max-width:calc(100% - 30px);
    background-color: #2D2D2D;
.el-dialog__header {
      display: none;
      background-color: #2D2D2D !important;
.el-dialog__title {
        color: #BBB;
}
}
.el-dialog__body {
      background-color: #2D2D2D !important;
      color: #BBB;
}
}
.step2-container[data-v-17582cc5] {
    background-color: #2D2D2D;
    color: white;
.title {
      position: relative;
.close {
        position: absolute;
        right: 0;
        top: -10px;
        cursor: pointer;
        font-size: 1rem;
}
}
.qrcode {
      position: relative;
      border: 2px solid #D4AF37; /* 金色边框 */
      border-radius: 8px;
      width: 215px;
      height: 215px;
      margin: 0 auto;
      overflow: hidden;

      /* .qrcode-container-clib {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
        border-left: 10px solid #2D2D2D;
        border-right: 10px solid #2D2D2D;
        border-top: 40px solid #2D2D2D;
        border-bottom: 40px solid #2D2D2D;
        width: 220px;
        height: 280px;
      } */
.qrcode-container {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 220px;
        height: 280px;
}
}
.step-indicator {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 24px;
}
.step-item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center;
      position: relative;
}
.step-number {
      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;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #444;
      color: #999;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 4px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
}
.step-item.active .step-number {
      background-color: #D4AF37; /* 金色背景 */
      color: #1E1E1E; /* 深色文字 */
}
.step-item:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 12px;
      right: -45%;
      width: 90%;
      height: 2px;
      background-color: #444;
      z-index: 1;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
}
.step-item.active:not(:last-child)::after,
    .step-item.completed:not(:last-child)::after {
      background-color: #D4AF37; /* 金色线条 */
}
.step-item.completed .step-number {
      background-color: #D4AF37; /* 金色背景 */
      color: #1E1E1E; /* 深色文字 */
}
.step-text {
      font-size: 12px;
      color: #999;
}
.step-item.active .step-text,
    .step-item.completed .step-text {
      color: white;
      font-weight: 500;
}
.btn-secondary {
      background-color: #2D2D2D;
      color: #D4AF37;
      border: 1px solid #D4AF37;
      border-radius: 6px;
      padding: 8px 16px;
      font-weight: 500;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
}
.text-center {
      text-align: center;
}
.text-gold {
      color: #D4AF37;
}
.text-gray {
      color: #BBB;
}
.font-semibold {
      font-weight: 600;
}
.mt-1 {
      margin-top: 1rem;
}
.mt-2 {
      margin-top: 2rem;
}
.mb-1 {
      margin-bottom: 1rem;
}
.mb-2 {
      margin-bottom: 2rem;
}
.justify-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
}
.login-wrap[data-v-17582cc5] {
  position: relative;
  width: 100%;
  height: 100%;
}
.login-box[data-v-17582cc5] {
  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;

  position: relative;
  width: 100%;
  height: 100%;
  background-size: 100%;
  overflow: hidden;
  background: #f5f5f5;
}
.login-box .loginBc[data-v-17582cc5] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.box[data-v-17582cc5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 1050px;
  z-index: 10;
}
.box .right[data-v-17582cc5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 620px;
  height: 600px;
  background: url(/static/img/loginBc2.98a35e0.png) no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
.text {
    padding: 0;
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    color: #F9EBD1;
    line-height: 60px;
    letter-spacing: 20px;
}
.imgs {
    width: 124px;
    height: 124px;
    position: absolute;
    bottom: 68px;
    left: 239px;
}
}
.box .left[data-v-17582cc5] {
  width: 460px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 70px;
  color: #F9EBD1;
  background: #373737;
  border-radius: 16px;
  z-index: 12;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
.left-top {
    padding-top: 100px;
    line-height: 1;
}
.left-text {
    font-size: 30px;
    font-weight: 500;
    color: #F9EBD1;
}
.left-text2 {
    font-size: 14px;
    padding-top: 16px;
}
.input-con {
    width: 320px;
    padding-top: 50px;
}
.my-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    background: #1D1D1D;
    border-radius: 4px;
.my-input__inner {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: transparent;
      background-image: none;
      border-radius: 4px;
      border: 1px solid #1D1D1D;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #F9EBD1;
      display: inline-block;
      font-size: inherit;
      font-family: inherit;
      height: 32px;
      line-height: 32px;
      outline: none;
      padding: 0 15px 0 30px;
      -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
      transition: border-color .2s cubic-bezier(.645,.045,.355,1);
      cursor: pointer;
      width: 100%;
}
.my-input__inner:focus {
      outline: none;
      border-color: #D4AA58;
}
.my-input__prefix {
      width: 25px;
      height: 25px;
      line-height: 32px;
      text-align: center;
      -webkit-transition: all .3s;
      transition: all .3s;
      position: absolute;
      left: 5px;
      top: 0;
      color: #F9EBD1;
}
}
.my-input + .my-input {
    margin-top: 20px;
}
.my-input-code {
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 8px 0 10px;
    background: #4A291A;
    border-radius: 4px;
}
.my-btn {
    margin-top: 50px;
    width: 100%;
    height: 32px;
    background: #D4AA58;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
}
}
.login-wrap .explain[data-v-17582cc5] {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  color: #D4AA58;
  line-height: 24px;
  z-index: 2;
}
.sel-dialog-department[data-v-17582cc5] {
  margin-top: 20vh;
  border-radius: 4px;
.el-dialog__header{
  border-radius: 4px;
}
.el-dialog__body{
  text-align: center;
  padding: 5px 20px;
}
.el-dialog__footer{
  text-align: center;
}
.el-button--primary {
  width: 120px;
  border-radius: 32px;
  margin: 10px 0 10px 0;
}
.el-button--primary {
  background-color: #D4AA58;
  border-color: #D4AA58;
}
button--primary:hover {
  background-color: #D4AA58;
  border-color: #D4AA58;
}
.el-radio__input.is-checked .el-radio__inner {
  border-color: #D4AA58;
  background: #D4AA58;
}
.el-radio__input.is-checked+.el-radio__label {
  color: #D4AA58;
}
}

.editor[data-v-3fde74aa] {
    position: relative;
    width: 100%;
    height: 100%;
}
.head-but[data-v-3fde74aa] {
    /* height: 50px; */
    position: absolute;
    right: 5px;
    top: 2px;
    z-index: 99999;
    font-size: 12px;
    line-height: 1.5;
    /* padding-right: 10px; */
    /* margin-bottom: 10px; */
    /* border-bottom: solid #ebebeb 1px; */
    -webkit-font-smoothing: antialiased;
    /* background-color: #fff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16); */
}
.sample-spreadsheets-container[data-v-3fde74aa] {
    width: 100%;
    height: 100%;
}

td {
    padding: 0 !important;
}
.dot {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
    height: 40px;
}
.sample-spreadsheets-container .gc-ribbon-bar .ribbon-button-item.ribbon-bigbutton .ribbon-button-item-icon {
    width: 24px !important;
    height: 24px !important;
    background-size: auto;
}
.cmdSaveData {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4511px !important;
}
.specalchar {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4544px !important;
}
.insertpage {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4608px !important;
}
.deletepage {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4640px !important;
}
.addcert {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4672px !important;
}
.insertImage {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -3937px !important;
}
.editarea {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4704px !important;
}
.cancelarea {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4736px !important;
}
.bookmark,
.tagman,
.leadsealing,
.taxino {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -2080px !important;
    background-size: auto !important;
}
.viewpdf {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -2335px !important;
    background-size: auto !important;
}
.importsjson,
.binddatapath,
.auxiliarysheet {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4608px !important;
    background-size: auto !important;
}
.certtitle,
.certcontent {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4832px !important;
    background-size: auto !important;
}
.hide {
    display: none;
}

.sample-spreadsheets-container[data-v-f91db792] {
    width: 100%;
    height: 100%;
}

.editor[data-v-35bdc5dc] {
    position: relative;
    width: 100%;
    height: 100%;
}
.head-but[data-v-35bdc5dc] {
    /* height: 50px; */
    position: absolute;
    right: 5px;
    top: 2px;
    z-index: 99999;
    font-size: 12px;
    line-height: 1.5;
    /* padding-right: 10px; */
    /* margin-bottom: 10px; */
    /* border-bottom: solid #ebebeb 1px; */
    -webkit-font-smoothing: antialiased;
    /* background-color: #fff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16); */
}

td {
    padding: 0 !important ;
}
.dot {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
    height: 40px;
}
.sample-spreadsheets-container .gc-ribbon-bar .ribbon-button-item.ribbon-bigbutton .ribbon-button-item-icon {
    width: 24px !important;
    height: 24px !important;
    background-size: auto;
}
.sample-spreadsheets-container {
    width: 100%;
    height: 100%;
}
.cmdSaveData {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4511px !important;
}
.specalchar {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4544px !important;
}
.insertpage {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4608px !important;
}
.deletepage {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4640px !important;
}
.addcert {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4672px !important;
}
.insertImage {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -3937px !important;
}
.editarea {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4704px !important;
}
.cancelarea {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4736px !important;
}
.bookmark,
.tagman,
.leadsealing,
.taxino {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -2080px !important;
    background-size: auto !important;
}
.viewpdf {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -2335px !important;
    background-size: auto !important;
}
.importsjson,
.auxiliarysheet {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4608px !important;
    background-size: auto !important;
}
.certtitle,
.certcontent {
    background-image: url(/static/img/icons.eb4df3d.png);
    background-position: -16px -4832px !important;
    background-size: auto !important;
}
.hide {
    display: none;
}

.header[data-v-5d270f8a] {
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 60px;
    font-size: 22px;
    z-index: 990;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
}
.collapse-btn[data-v-5d270f8a] {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    cursor: pointer;
    line-height: 60px;
    overflow: hidden;
}
.header-right[data-v-5d270f8a] {
    float: right;
    padding-right: 22px;
}
.header-user-con[data-v-5d270f8a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
}
.btn-fullscreen[data-v-5d270f8a] {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 5px;
    font-size: 22px;
    color: #d4aa58;
}
.btn-fullscreen i[data-v-5d270f8a] {
    color: #d4aa58;
    border: 2px solid #d4aa58;
    border-radius: 50%;
    padding: 2px;
    font-size: 22px;
}
/* 搜索菜单 */
.Menusearch[data-v-5d270f8a] {
    width: 540px;

    overflow-y: scroll;
    padding: 10px 15px;
    border-radius: 10px;
}
.Menusearch .ts[data-v-5d270f8a] {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.Menusearch .Menulayout[data-v-5d270f8a] {
    position: relative;
    padding: 3%;
    text-align: left;
    border-radius: 10px;
    cursor: pointer;
    width: 94%;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.Breadcrumb[data-v-5d270f8a] {
    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: 6px 10px;
}
.frame[data-v-5d270f8a] {
    height: 30px;
    padding: 0 20px;
    margin: 0 20px;
    border-right: 1px solid #cccccc;
}
/* 菜单列表 */
.Menulayout .information[data-v-5d270f8a] {
    border-left: 3px solid #4e84f7;
    line-height: 40px;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 500;
}
.iconfont[data-v-5d270f8a] {
    color: #373e50;
}
.ification[data-v-5d270f8a] {
    padding: 0 5px;
    color: #a4aab9;
    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;
    cursor: pointer;
}
.ification[data-v-5d270f8a]:hover {
    background: #4e84f7;
    color: #fff;
}
.itemsPath[data-v-5d270f8a] {
    padding: 8px;
}
.apps[data-v-5d270f8a] {
    width: 67px;
    height: 31px;
    background: #000000;
    border-radius: 16px;
    margin-right: 46px;

    font-size: 14px;
    font-family: NotoSansHans;
    font-weight: 500;
    color: #eabc7d;
    line-height: 31px;
    text-align: center;
    text-shadow: 0px 0px 9px rgba(76, 53, 20, 0.28);
}
.user-name .types[data-v-5d270f8a] {
    background: linear-gradient(-43deg, #3a97c2, #3a97c2);
    opacity: 1;
    border-radius: 9px;
    font-size: 12px;
    font-family: NotoSansHans;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding: 1px 12px;
}
.user-name[data-v-5d270f8a] {
    display: grid !important;
    margin-right: 30px;
    margin-left: 10px;
    margin-top: 2px;
}
.selectcu[data-v-5d270f8a] {
    margin-right: 30px;
}
.contentbody .el-form-item__label[data-v-5d270f8a]::before {
    display: none !important;
}
.avatar-uploader[data-v-5d270f8a] {
  width: 178px;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.avatar-uploader .el-upload[data-v-5d270f8a]:hover {
    border-color: #409eff;
}
.avatar-uploader-icon[data-v-5d270f8a] {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    min-height: 107px;

    text-align: center;
}
.avatar[data-v-5d270f8a] {
    width: 178px;
    min-height: 107px;
    display: block;
}
.resetForms .el-icon-plus[data-v-5d270f8a]:before {
    content: '\E6D9';
    position: absolute;
    top: 50%;
    margin-left: -14px;
    margin-top: -14px;
}
.el-dropdown-link-span[data-v-5d270f8a] {
    font-size: 14px;
    color: #fff;
}

.sideFrame[data-v-a64d6a1e] {
    line-height: 1.2;
    font-size: 14px;
.el-drawer__wrapper {
        top: 60px;
}
.v-modal {
        top: 60px;
}
.operation-CB {
        display: inline-block;
        border: none;
        max-width: 100%;
        cursor: pointer;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        outline: none;
        background: none;
        line-height: inherit;
        font-family: inherit;
        font-size: inherit;
        text-decoration: none;
        color: inherit;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        position: relative;
        width: 36px;
        height: 36px;
        background-color: #d4aa58;
        border-radius: 4px;
        margin: 0 20px 0 22px;
.sc-CB {
            display: block;
            position: absolute;
            left: 9px;
            background-color: #252525;
            width: 20px;
            height: 2px;
            -webkit-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
&:first-child {
                top: 11px;
                -webkit-transform: rotate(0deg);
                        transform: rotate(0deg);
                -webkit-transform-origin: left center;
                        transform-origin: left center;
}
&:nth-child(2) {
                top: 18px;
}
&:nth-child(3) {
                top: 25px;
                -webkit-transform: rotate(0deg);
                        transform: rotate(0deg);
                -webkit-transform-origin: left center;
                        transform-origin: left center;
}
}
&.operation-sc-h {
.sc-CB {
                left: 12px;
}
.sc-CB:first-child {
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
}
.sc-CB:nth-child(2) {
                opacity: 0;
}
.sc-CB:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
}
}
}
.function-menu {
.CB {
            border-width: initial;
            border-style: none;
            -o-border-image: initial;
               border-image: initial;
            border-radius: 0px;
            width: 100%;
            max-width: 100%;
            cursor: pointer;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #666;
            background-color: transparent;
            border-color: transparent;
            height: 32px;
            line-height: 30px;
            font-size: 12px;
}
.function-menu_con {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            padding: 10px;
}
.card-list-blank {
            padding: 8px 16px;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
            height: 100%;
            opacity: 0.56;
}
.left {
            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: 240px;
            /*box-shadow: 1px 0 2px 0 rgba(0,0,0,0.16);*/
.hear {
                padding: 0px 16px;
                border-top: 1px solid #ebebeb;
                margin-top: 44px;
                font-size: 14px;
                color: #986c2b;
                font-weight: 600;
}
.left_content {
                -webkit-box-flex: 1;
                    -ms-flex: 1 1 0%;
                        flex: 1 1 0%;
                padding: 8px 0px;
                height: 100%;
                overflow: hidden auto;
.left_content-item {
                    position: relative;
                    width: 100%;
                    color: #666;
                    background-color: transparent;
                    border-color: transparent;
                    -webkit-transition: all 200ms ease-out 0s;
                    transition: all 200ms ease-out 0s;
.item_text {
                        padding: 0px 16px;
                        height: 40px;
                        line-height: 40px;
                        -webkit-box-sizing: border-box;
                                box-sizing: border-box;
                        outline: none;
                        background: none;
                        font-family: inherit;
                        font-size: 12px;
                        text-decoration: none;
                        -webkit-transition: all 0.3s ease-out 0s;
                        transition: all 0.3s ease-out 0s;
}
.item-button {
                        position: absolute;
                        top: 0;
                        right: 16px;
                        -webkit-transition: all 200ms ease-out 0s;
                        transition: all 200ms ease-out 0s;
                        display: none;
}
&:hover {
                        color: #666;
                        background-color: rgba(0, 46, 70, 0.04314);
                        border-color: transparent;
.item_text {
                            padding-right: 32px;
}
.item-button {
                            display: block;
}
}
}
}
}
.right {
            /* padding: 32px 0px 0px 32px; */
            margin-bottom: 12px;
            height: 100%;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            min-width: 330px;
            /* max-width: 820px; */
            line-height: 1.5;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
.right-search {
                border-bottom: 1px solid #ebebeb;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
.el-input__inner {
                    width: 30%;
                    background: #f2f4f6;
                    height: 32px;
                    border-radius: 16px;
                    margin: 10px 0;
}
}
.right-con {
                -webkit-box-flex: 1;
                    -ms-flex: 1 1 0%;
                        flex: 1 1 0%;
                overflow: auto;
                padding: 0px 16px 16px 24px;
                -webkit-columns: 200px 5;
                   -moz-columns: 200px 5;
                        columns: 200px 5;
                -webkit-column-gap: 12px;
                   -moz-column-gap: 12px;
                        column-gap: 12px;
                border-right: 1px solid #ebebeb;
}
.right-item {
                display: inline-block;
                margin-bottom: 16px;
                width: 100%;
                -webkit-column-break-inside: avoid;
                   page-break-inside: avoid;
                        break-inside: avoid;
.right_item-title {
                    margin: 0px;
                    padding: 0px 8px;
                    height: 32px;
                    line-height: 32px;
                    font-size: 14px;
                    font-weight: 600;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    color: #986c2b;
}
.right-CB {
                    position: relative;
                    -webkit-transition: all 300ms ease-in-out 0s;
                    transition: all 300ms ease-in-out 0s;
.right_item-text {
                        padding: 0px 8px;
                        color: #666;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
}
.operation-but {
                        position: absolute;
                        top: 0px;
                        right: 0px;
                        width: 24px;
                        height: 100%;
                        padding: 0;
                        color: #2da1f8;
                        -webkit-transition: opacity 250ms ease 0s;
                        transition: opacity 250ms ease 0s;
                        opacity: 0;
}
&.is-collection {
.operation-but {
                            opacity: 1;
}
}
&:hover,
                    &:not(.is-collection):hover {
                        background-color: rgba(0, 46, 70, 0.04314);
.right_item-text {
                            padding-right: 24px;
}
.operation-but {
                            opacity: 1;
}
}
}
}
}
}
}


























































































































































/* 主要是通过控制translateY的值来操作y轴的距离实现弹跳效果 */
@-webkit-keyframes bounce-data-v-eaa2ef8c {
0% {
        -webkit-transform: translateY(-64px);
                transform: translateY(-64px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        opacity: 1;
}
24% {
        opacity: 1;
}
40% {
        -webkit-transform: translateY(-32px);
                transform: translateY(-32px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
}
62% {
        -webkit-transform: translateY(-16px);
                transform: translateY(-16px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
}
82% {
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
}
92% {
        -webkit-transform: translateY(-4px);
                transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
}
25%,
    55%,
    75%,
    90% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
}
100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        opacity: 1;
}
}
@keyframes bounce-data-v-eaa2ef8c {
0% {
        -webkit-transform: translateY(-64px);
                transform: translateY(-64px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        opacity: 1;
}
24% {
        opacity: 1;
}
40% {
        -webkit-transform: translateY(-32px);
                transform: translateY(-32px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
}
62% {
        -webkit-transform: translateY(-16px);
                transform: translateY(-16px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
}
82% {
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
}
92% {
        -webkit-transform: translateY(-4px);
                transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
}
25%,
    55%,
    75%,
    90% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
}
100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        opacity: 1;
}
}
.downloadCenterBox[data-v-eaa2ef8c] {
    margin: 0 10px;
.animationClass {
        -webkit-animation: 1.2s ease 0s infinite backwards bounce-data-v-eaa2ef8c;
                animation: 1.2s ease 0s infinite backwards bounce-data-v-eaa2ef8c;
}
.el-download-div button:focus,
    button:hover {
        color: #f9ebd1;
        border-color: #d4aa58;
        background-color: #d4aa58;
}
.el-download-div button {
        background: #d4aa58;
        border: 1px solid #d4aa58;
        color: #606266;
        padding: 4px;
}
.el-download-div [class*=' el-icon-'],
    [class^='el-icon-'] {
        font-size: 24px;
        color: #1c1c1c;
}
.div-down-top {
        padding: 10px;
}
}
.down-top[data-v-eaa2ef8c] {
    padding: 0 12px;
    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;
.down-top-title {
        font-size: 18px;
        color: #1c1c1c;
}
}
.down-list[data-v-eaa2ef8c] {
    list-style: none;
    max-height: 400px;
    overflow-y: auto;
.down-list-item {
        color: #606266;
        padding: 6px 12px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        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;
&:hover {
            background-color: #f5f7fa;
}
.down-list-item_cont {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 0%;
                    flex: 1 1 0%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
.title {
                font-size: 14px;
                color: #1c1c1c;
}
.item_cont-bottom {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                font-size: 12px;
                color: #1c1c1c;
.size {
                    font-size: 12px;
}
}
}
}
.el-button--primary.is-active,
    .el-button--primary:active {
        background-color: #f9ebd1;
        border-color: #d4aa58;
}
.el-button--primary:focus,
    .el-button--primary:hover {
        background-color: #f9ebd1;
        border-color: #d4aa58;
}
.el-button--primary:focus,
    .el-button--primary:hover {
        background-color: #f9ebd1;
        border-color: #d4aa58;
}
.el-button:focus,
    .el-button:hover {
        background-color: #f9ebd1;
        border-color: #d4aa58;
}
.el-button:active {
        background-color: #f9ebd1;
        border-color: #d4aa58;
}
.el-button--primary {
        color: #1c1c1c;
        background-color: #f9ebd1;
        border-color: #d4aa58;
}
.el-button {
        padding: 4px 10px;
        border-radius: 4px;
}
}
.el-button--text[data-v-eaa2ef8c] {
    color: #1c1c1c;
    font-size: 12px;
}
p[data-v-eaa2ef8c] {
    margin: 0;
    padding: 0;
}
.card-list-blank[data-v-eaa2ef8c] {
    text-align: center;
    padding: 10px 10px;
}
.card-list-blank-p[data-v-eaa2ef8c] {
    color: #1c1c1c;
    font-size: 12px;
}

.el-menu-item.is-active[data-v-1f77a7a8] {
  background-color: #564B3E !important;
}
.sidebar[data-v-1f77a7a8] {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 50px;
  width: 270px;
  /* height:600px; */
  display: block;
  overflow: auto;
  /* background-color: #001529; */
}
/* .el-menu-item.is-active {
  background-color: #009992!important;
  border: 1px solid red !important;
} */
.logo[data-v-1f77a7a8] {
  float: left;
  width: 260px;
  height: 70px;
  background-color: #001529;
}
.imglogo[data-v-1f77a7a8] {
  height: 25px;
  width: 25px;
  /* background: yellow; */
  display: block;
  float: left;
  margin: 22.5px;
}
.logotext[data-v-1f77a7a8] {
  line-height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  /* margin-left: 10px; */
}
.el-submenu .el-menu-item[data-v-1f77a7a8] {
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  min-width: 199px;
}
.sidebar[data-v-1f77a7a8]::-webkit-scrollbar {
  width: 0;
}
.box[data-v-1f77a7a8] {
  /* overflow: hidden; */
  position: relative;
  /* top: -4px; */
}

.nav-tabs[data-v-763a1ec5] {
    position: relative;
}
.nav-tabs .el-tabs__new-tab[data-v-763a1ec5] {
    opacity: 0;
}
.nav-tabs[data-v-763a1ec5] .el-tabs__content {
    display: none;
}
.nav-tabs[data-v-763a1ec5] .el-tabs__nav-wrap {
    padding: 0 48px 0 20px;
}
.nav-tabs .op-btns[data-v-763a1ec5] {
    margin-right: 1px;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.nav-tabs[data-v-763a1ec5] .el-tabs__nav-next,
.nav-tabs[data-v-763a1ec5] .el-tabs__nav-prev {
    line-height: 30px;
}
.nav-tabs[data-v-763a1ec5] .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
    color: #1c1c1c;
}
.nav-tabs[data-v-763a1ec5] .el-tabs__item:hover {
    color: #1c1c1c !important;
}
.el-tabs--border-card > .el-tabs__header[data-v-763a1ec5] {
    background-color: #f5f7fa;
    border-bottom: 1px solid #40292320;
    margin: 0;
}
.nav-tabs[data-v-4657b0c1] .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active[data-v-763a1ec5] {
    color: #1c1c1c;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item[data-v-763a1ec5] {
    color: #40292380;
}
.nav-tabs[data-v-763a1ec5] .el-tabs__item {
    height: 30px;
    line-height: 30px;
}

.home[data-v-3a7868f8] {
  padding: 20px 10px;
}
.home p[data-v-3a7868f8] {
  padding: 0;
  margin: 0;
}
.home ul li[data-v-3a7868f8] {
  list-style: none;
}
.op-more[data-v-3a7868f8] {
  font-size: 12px;
  font-weight: 400;
  color: #986C2B;
  line-height: 16px;
}
.op-title[data-v-3a7868f8] {
  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;
}
.statistical-group[data-v-3a7868f8],.dialog-statist-group[data-v-3a7868f8] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
.group-item {
    height: 100px;
    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;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(41,35,32,0.25);
            box-shadow: 0px 1px 5px 0px rgba(41,35,32,0.25);
    border-radius: 4px;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    cursor: pointer;
.item-r {
      width: 50px;
      height: 50px;
      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;
      background: #F9EBD1;
      border-radius: 50%;
.imgs {
        width: 36px;
        height: 36px;
}
}
.item-l {
      padding-left: 20px;
.item-num {
        padding-bottom: 12px;
        font-size: 24px;
        font-weight: 600;
        color: #F67528;
        line-height: 24px;
}
.item-name {
        font-size: 14px;
        font-weight: 400;
        color: #1C1C1C;
        line-height: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transition: all 200ms ease-out 0s;
        transition: all 200ms ease-out 0s;
}
.item-ch {
        position: relative;
.el-checkbox {
          position: absolute;
          top: 15px;
          right: -15px;
.el-checkbox__input.is-checked .el-checkbox__inner {
            background: -webkit-gradient(linear, left top, left bottom, from(#F7981C), to(#F76B1C));
            background: linear-gradient(180deg, #F7981C 0%, #F76B1C 100%);
            border-radius: 2px;
            border: 1px solid #F36A19;
}
}
}
}
}
.group-custom {
    cursor: pointer;
.custom-con {
      width: 50px;
      height: 50px;
      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;
      background: #E3E3E3;
      border-radius: 8px;
.imgs {
        width: 36px;
        height: 36px;
}
}
}
}
.commonlyUsed[data-v-3a7868f8] {
  padding: 20px;
  margin-top: 20px;
  /* background: linear-gradient(189deg, #D4AA58 0%, #382A25 100%); */
  background: url(/static/img/commonly-bg.31f7ead.png) no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
          box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
  border-radius: 4px;
.commonlyUsed-title {
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
}
.tag-group {
    display: grid;
    gap: 12px 15px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
.tag-item {
      padding: 4px 0 4px 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: rgba(152,108,43,0.5);
      border-radius: 16px;
      cursor: pointer;
.tag-con {
        font-size: 12px;
        color: #fff;
        padding-left: 4px;
        max-width: calc(100% - 20px);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
}
}
}
}
.bulletin[data-v-3a7868f8] {
  margin-top: 20px;
.bulletin-con {
    display: grid;
    grid-template-columns: 490px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding-top: 15px;
.bulletin-ann {
      min-width: 0;
      margin: 0;
.bulletin-ann-item {
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 18px 0;
        border-bottom: 1px solid #DDE0E6;
.ann-item-date {
          width: 130px;
          font-weight: 500;
          color: #F67528;
          padding-left: 20px;
          padding-right: 30px;
}
.ann-item-title {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 0%;
                  flex: 1 1 0%;
          max-width: 100%;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
}
}
.bulletin-ann-item:first-child {
        border-top: 1px solid #DDE0E6;
}
}
}
}
.system-notify[data-v-3a7868f8] {
.system-notify-up {
    width: 100%;
    height: 26px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #F67528;
    text-align: center;
    line-height: 26px;
    background: #F9EBD1;
    border-radius: 20px;
}
.system-notify-con {
    padding-top: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 24px;
.con-li {
      padding-bottom: 16px;
      max-width: 100%;
      cursor: pointer;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
}
.con-li:last-child {
      padding-bottom: 0;
}
}
}
.tdItems[data-v-3a7868f8] {
  margin-top: 20px;
.point-tag {
    width: 40px;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    border-radius: 100px;
}
.point-tag-moderate {
    color: #00C767;
    background: rgba(0,199,103,0.1);
    border: 1px solid #00C767;
}
.point-tag-pressing {
    color: #F02004;
    background: rgba(240,32,4,0.1);
    border: 1px solid #F02004;
}
.tdItems-con {
    font-size: 14px;
    margin: 0;
    padding-top: 10px;
.con-li {
      padding: 10px 0;
      cursor: pointer;
      border-bottom: 1px solid #DDE0E6;
.con-li_date {
        font-size: 12px;
        font-weight: 500;
        color: #F67528;
        line-height: 16px;
}
.con-li-bot {
        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;
& > p {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 0%;
                  flex: 1 1 0%;
          line-height: 24px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
}
}
}
.con-li:last-child {
      border-bottom: none;
}
}
}
.frameb[data-v-3a7868f8] {
  /* width: 90%; */
  border-radius: 4px;
  height: 100px;
  background: #fff;
  position: relative;
  float: right;
}
.imgico[data-v-3a7868f8] {
  position: absolute;
  left: -30px;
  top: 30px;
}
@media only screen and (min-width: 768px) {
.statistical-group[data-v-3a7868f8] {
    grid-template-columns: repeat(2, 1fr);
}
.bulletin .bulletin-con[data-v-3a7868f8] {
    grid-template-columns: repeat(1, 1fr);
}
}
@media only screen and (min-width: 992px) {
.statistical-group[data-v-3a7868f8] {
    grid-template-columns: repeat(3, 1fr);
}
.bulletin .bulletin-con[data-v-3a7868f8] {
    grid-template-columns: repeat(1, 1fr);
}
}
@media only screen and (min-width: 1200px) {
.statistical-group[data-v-3a7868f8] {
    grid-template-columns: repeat(5, 1fr);
}
.bulletin .bulletin-con[data-v-3a7868f8] {
    grid-template-columns: 490px 1fr;
}
}
@media only screen and (min-width: 1920px) {
.statistical-group[data-v-3a7868f8] {
    grid-template-columns: repeat(5, 1fr);
}
.bulletin .bulletin-con[data-v-3a7868f8] {
    grid-template-columns: 490px 1fr;
}
}
.Center[data-v-3a7868f8] {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px;
  text-align: center;
  border-radius: 10px;
}
.information[data-v-3a7868f8] {
  border-left: 3px solid #ac883e;
  line-height: 40px;
  padding: 0 5px;
  /* font-weight: 500; */
  font-size: 20px;

font-size: 20px;
font-family: NotoSansHans;
font-weight: bold;
color: #333333;
}
.p_text[data-v-3a7868f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  font-size: 15px;
}
.article[data-v-3a7868f8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
}
.time[data-v-3a7868f8] {
  width: 139px;
  color: #a8a8a8;
}
.data_list[data-v-3a7868f8] {
  overflow-y: auto;
}
.el-table--striped .el-table__body tr.el-table__row--striped td[data-v-3a7868f8] {
  background: #fff6e4;
}
.written[data-v-3a7868f8] {
  font-size: 18px;
}
.Center h2 span[data-v-3a7868f8]{

font-size: 26px;
font-family: D;
font-weight: bold;
color: #333333;

text-shadow: 0px 0px 9px rgba(76, 53, 20, 0.28);
}
.Center h2 p[data-v-3a7868f8]{
  font-size: 16px;
font-family: NotoSansHans;
font-weight: 400;
color: #333333;
}
.data_list[data-v-3a7868f8],.bxs[data-v-3a7868f8]{
  background: #FFFFFF;
-webkit-box-shadow: 0px 0px 13px 0px rgba(73, 48, 10, 0.11);
        box-shadow: 0px 0px 13px 0px rgba(73, 48, 10, 0.11);
border-radius: 10px!important;
}
.bxs[data-v-3a7868f8]{
    padding: 10px;
    margin: 10px 0px;
    border-radius: 5px;
}
.fade-transform-div[data-v-3a7868f8]{
  text-align: center;
  font-size: 12px;
  color: #1c1c1c;
  margin: 30px 0 10px 0;
}

.options-dialog {
.notes {
    padding-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}
}

.conebox[data-v-21103620] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-21103620] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-21103620] {
  padding: 8px;
}


.conebox[data-v-b97eb362] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-b97eb362] {
    padding: 10px;
}
.one[data-v-b97eb362] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-b97eb362] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-b97eb362] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-b97eb362] {
    color: red;
}
.handles .el-button[data-v-b97eb362] {
    margin-left: 0 !important;
}

.columnSettingsDialog {
.el-dialog__body {
    padding: 10px 0;
}
.box {
    padding-right: 10px;
    max-height: 400px;
    overflow-y: auto;
.box-item {
      width: 100%;
      max-width: 100%;
      padding-left: 30px;
      position: relative;
      cursor: pointer;
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #666;
      height: 32px;
      line-height: 30px;
      font-size: 12px;

      background-color: #fff;
      border-color: #fff;
      -webkit-transition: all 200ms ease-out 0s;
      transition: all 200ms ease-out 0s;
&:hover {
        color: #666;
        background-color: rgba(0,46,70,0.04314);
        border-color: #fff;
}
.handle {
        position: absolute;
        top: 50%;
        left: 10px;
        font-size: 14px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: none;
}
}
.sortable-chosen {
&.box-item {
        background-color: #fff;
        border-color: #fff;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
                box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}
.handle {
        display: inline-block;
}
}
}
}

.conebox[data-v-e0465c2c] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-e0465c2c] {
  padding: 10px;
}
.one[data-v-e0465c2c] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-e0465c2c] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-e0465c2c] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-e0465c2c] {
  color: red;
}
.el-form-item__label[data-v-e0465c2c] {
  padding: 0 12px 0 0 !important;
}
.editor-pern[data-v-e0465c2c] img {
  width: 100%;
}

.conebox[data-v-662a79f0] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-662a79f0] {
  padding: 10px;
}
.one[data-v-662a79f0] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-662a79f0] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-662a79f0] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-662a79f0] {
  color: red;
}
.el-form-item__label[data-v-662a79f0] {
  padding: 0 12px 0 0 !important;
}

.conebox[data-v-67d1dc4e] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-67d1dc4e] {
  padding: 10px;
}
.one[data-v-67d1dc4e] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-67d1dc4e] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-67d1dc4e] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-67d1dc4e] {
  color: red;
}
.el-form-item__label[data-v-67d1dc4e]{
    padding: 0 12px 0 0!important;
}

.conebox[data-v-5253504c] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-5253504c] {
  padding: 10px;
}
.one[data-v-5253504c] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-5253504c] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-5253504c] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-5253504c] {
  color: red;
}
.el-form-item__label[data-v-5253504c]{
    padding: 0 12px 0 0!important;
}

.conebox[data-v-4cae7ff7] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-4cae7ff7] {
  padding: 10px;
}
.one[data-v-4cae7ff7] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-4cae7ff7] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-4cae7ff7] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-4cae7ff7] {
  color: red;
}
.el-form-item__label[data-v-4cae7ff7]{
  padding: 0 12px 0 0!important;
}

.conebox[data-v-34dad6e8] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-34dad6e8] {
  padding: 10px;
}
.one[data-v-34dad6e8] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-34dad6e8] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-34dad6e8] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-34dad6e8] {
  color: red;
}
.el-form-item__label[data-v-34dad6e8]{
    padding: 0 12px 0 0!important;
}

.conebox[data-v-48ff7f39] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-48ff7f39] {
  padding: 10px;
}
.one[data-v-48ff7f39] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-48ff7f39] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-48ff7f39] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-48ff7f39] {
  color: red;
}
.el-form-item__label[data-v-48ff7f39]{
    padding: 0 12px 0 0!important;
}

.conebox[data-v-698f9258] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-698f9258] {
  padding: 10px;
}
.one[data-v-698f9258] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-698f9258] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-698f9258] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-698f9258] {
  color: red;
}
.handles .el-button[data-v-698f9258] {
  margin-left: 0 !important;
}
.avatar-uploader-icon[data-v-698f9258] {
  line-height: 107px;
}

.user-import-dialog .avatar-uploader .el-upload {
  width: 100% !important;
}
.user-import-dialog .el-upload-dragger {
  width: 100% !important;
  border-width: 0;
}

.file-uploader[data-v-64482cd3] .el-upload {
  width: 100%;
  height: 110px;
  border-radius: 4px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.file-uploader[data-v-64482cd3] .el-upload:hover {
  border-color: #409EFF;
}
.file-uploader .file-update-icon[data-v-64482cd3] {
  font-size: 22px;
  color: #8c939d;
  width: 100%;
  height: 110px;
  line-height: 110px;
  text-align: center;
}
.file-uploader .avatar[data-v-64482cd3] {
  width: 100%;
  height: 110px;
  display: block;
}

.conebox[data-v-8cf6c198] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-8cf6c198] {
    padding: 10px;
}
.titlet[data-v-8cf6c198] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-8cf6c198] {
    padding: 8px;
}
.handle-btn[data-v-8cf6c198] {
    margin: 20px 0 0 0 !important;
}
.el_col_css[data-v-8cf6c198] .el-form-item__label {
    border-bottom: 2px solid rgb(242, 246, 252);
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
}
.el_col_css[data-v-8cf6c198] .el-form-item__label {
    color: #e6a23c;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Microsoft YaHei Bold', 'Microsoft YaHei Bold-Bold';
    text-align: left;
}
.userInfo[data-v-8cf6c198] {
    position: relative;
}
.userInfo-footer[data-v-8cf6c198] {
    width: 100%;
    padding: 5px 0;
    position: sticky;
    left: 0;
    bottom: 0;
    text-align: right;
    background-color: #fff;
}
.bind-select[data-v-8cf6c198] {
    width: 100%;
}

.conebox[data-v-cdc84318] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-cdc84318] {
    padding: 10px;
}
.one[data-v-cdc84318] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-cdc84318] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-cdc84318] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-cdc84318] {
    color: red;
}
.handles .el-button[data-v-cdc84318] {
    margin-left: 0 !important;
}









































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/* .el-upload--text {
  border: none;
  width: 87px;
  height: 39px;
} */
.conebox[data-v-ef84620e] {
    padding: 0 5px;
    overflow: auto;

    /* height: 800px; */
}
.avatarPicture[data-v-ef84620e] {
    height: 60px;
    width: 60px;
}
/* 修改提问input 删除 */
.elinputadd[data-v-ef84620e] {
    position: relative;
    font-size: 14px;
    width: 88%;
}
.contentinput[data-v-ef84620e] {
    /* font-size: 12px;
  margin: 9px 0; */
    /* height: 40px; */
    cursor: pointer;
    float: right;
    color: #797979;
    width: 100%;
    text-align: right;
}
.backall[data-v-ef84620e] {
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 13px;
    margin-left: 30px;
}
.backall > span[data-v-ef84620e] {
    padding: 0 10px;
}
.cameraall[data-v-ef84620e] {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 13px;
    text-align: center;
}
.cameraall > span[data-v-ef84620e] {
    padding: 0 10px;
}
.introduce[data-v-ef84620e] {
    /* font-size: 10px; */
    color: #444444;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-tree[data-v-ef84620e] {
    margin-top: 16px;
}
.left-tree[data-v-ef84620e] .el-tree-node__content {
    height: 32px !important;
}
.el-form-item[data-v-ef84620e] {
    margin-bottom: 15px;
}

.conebox[data-v-a7b3b054] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-a7b3b054] {
  padding: 10px;
}
.one[data-v-a7b3b054] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-a7b3b054] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-a7b3b054] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-a7b3b054] {
  color: red;
}

.download[data-v-ab773afa] {
  padding: 8px;
  background-color: #fff;
}

.notification[data-v-7bf42272] {
  padding: 8px;
  background-color: #fff;
}

.department[data-v-6bbebd2c] {
    height: calc(100vh - 91px);
    min-height: 200px;
    display: grid;
    grid-template-columns: 220px 1fr;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
.left_content {
        padding: 8px 0;
        height: 100%;
        overflow: hidden auto;
.left_content-item {
            position: relative;
            width: 100%;
            color: #666;
            background-color: transparent;
            border-color: transparent;
            -webkit-transition: all 200ms ease-out 0s;
            transition: all 200ms ease-out 0s;
.item_text {
                padding: 0px 16px;
                height: 40px;
                line-height: 40px;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                outline: none;
                background: none;
                font-family: inherit;
                font-size: inherit;
                text-decoration: none;
                -webkit-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
}
&.is-active {
                color: #409eff;
                background: #ecf5ff;
}
&:hover:not(.is-active) {
                color: #666;
                background-color: rgba(0, 46, 70, 0.04314);
                border-color: transparent;
}
}
}
.right {
        height: 100%;
        padding: 0 20px;
        overflow-y: auto;
.right-title {
            padding-top: 8px;
            line-height: 40px;
            font-size: 16px;
            font-weight: 700;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
}
}
}

.discountLevel[data-v-5ceddc80] {
.box {
    display: grid;
    grid-template-columns: 200px 300px;
}
.title {
    font-size: 14px;
    color: #797979;
}
.el-form-item {
    margin-bottom: 20px;
}
}

.ClientConfig[data-v-62b70c15] {
.display-grid {
    display: grid;
}
.flex-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.el-form-item {
    margin-bottom: 20px;
}
}

.reportsettings[data-v-f28278b0] {
.flex-align-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.el-form-item {
        margin-bottom: 20px;
}
}

.ClientConfig[data-v-23fe3588] {
.display-grid {
    display: grid;
}
.flex-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.el-form-item {
    margin-bottom: 20px;
}
}

.ProtocolConfig[data-v-5b3d5144] {
.display-grid {
    display: grid;
}
.flex-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.el-form-item {
    margin-bottom: 20px;
}
}

.ExpirationDate[data-v-311ee51d] {
.display-grid {
    display: grid;
}
.flex-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.el-form-item {
    margin-bottom: 20px;
}
}

.ExpirationDate[data-v-2aac40f8] {
.display-grid {
        display: grid;
}
.flex-align-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.el-form-item {
        margin-bottom: 20px;
}
}

.ProtocolConfig[data-v-005a08f6] {
.display-grid {
        display: grid;
}
.flex-align-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.el-form-item {
        margin-bottom: 20px;
}
}

.el-button + .el-button[data-v-99b7279e] {
  margin-left: 2px;
}

.bulletinHandle[data-v-1fd55746] {
.el-form-item {
    margin-bottom: 22px;
}
}
.el-button + .el-button[data-v-1fd55746] {
  margin-left: 2px;
}

.content-box[data-v-1a24c370] {
  background-color: #fff;
}
.content-box .content[data-v-1a24c370] {
  background-color: #fff;
}

.bulletinDetails[data-v-1a24c370] {
.h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
}

.conebox[data-v-57f3064c] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-57f3064c] {
  padding: 10px;
}
.one[data-v-57f3064c] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-57f3064c] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-57f3064c] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-57f3064c] {
  color: red;
}
.handles .el-button[data-v-57f3064c] {
  margin-left: 0 !important;
}
.flow-box[data-v-57f3064c] {
  height: 100px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #f5f5f5;
  color: #d9b56f;
}
.flow-box div[data-v-57f3064c] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.flow-box .flow-info[data-v-57f3064c] {
  margin-left: 10px;
  width: 100%;
}
.flow-box .flow-icon[data-v-57f3064c] {
  font-size: 50px;
}
.flow-title[data-v-57f3064c] {
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow-title button[data-v-57f3064c] {
  height: unset;
}
.flow-box .el-dropdown[data-v-57f3064c] {
  margin: 0 !important;
}

.conebox[data-v-9f77e436] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-9f77e436] {
  padding: 10px 20px;
}
.one[data-v-9f77e436] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-9f77e436] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-9f77e436] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.flow-row .el-col[data-v-9f77e436] {
  margin-top: 20px;
}
.flow-list[data-v-9f77e436] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-list .el-icon-right[data-v-9f77e436] {
  width: 90px;
  font-size: 40px;
  text-align: center;
}
.flow-item[data-v-9f77e436] {
  height: 126px;
  border: 1px solid rgb(102, 177, 255);
  background: #409EFF;
  border-radius: 10px;
  padding: 0 10px;
  color: #fff;
  width: calc(100% - 90px);
}
.user-icon[data-v-9f77e436] {
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  margin: 0 auto;
}
.flow-item p[data-v-9f77e436] {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.flow-add[data-v-9f77e436] {
  height: 126px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flow-add p[data-v-9f77e436] {
  margin-top: 10px;
}
.flow-item .title[data-v-9f77e436] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow-item .title button[data-v-9f77e436] {
  margin: 0;
}
.user-icon i[data-v-9f77e436] {
  font-size: 38px;
}
.flow-row[data-v-9f77e436] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-box .flow-line[data-v-9f77e436]::before {
  content: '';
  border-top: 1px solid #EBEEF5;
  display: block;
  position: relative;
}
.flow-line-2[data-v-9f77e436]::before {
  width: calc(100% - 220px - (100% - 440px) / 2);
  left: calc((100% - 440px) / 4 + 110px);
}
.flow-line-3[data-v-9f77e436]::before {
  width: calc(100% - 220px - (100% - 660px) / 3);
  left: calc((100% - 660px) / 6 + 110px);
}
.flow-line-4[data-v-9f77e436]::before {
  width: calc(100% - 220px - (100% - 880px) / 4);
  left: calc((100% - 880px) / 8 + 110px);
}
.flow-line-5[data-v-9f77e436]::before {
  width: calc(100% - 220px - (100% - 1100px) / 5);
  left: calc((100% - 1100px) / 10 + 110px);
}
.flow-col[data-v-9f77e436] {
}
.flow-link[data-v-9f77e436] {
  height: 30px;
}
.flow-link[data-v-9f77e436]:before {
  content: '';
  position: relative;
  left: 50%;
  height: 30px;
  width: 1px;
  background: #EBEEF5;
  z-index: 10;
  display: block;
}
.flow-card[data-v-9f77e436] {
    border: 1px solid #EBEEF5;
    background-color: #FFF;
    color: #303133;
    width: 218px;
}
.flow-card-heard[data-v-9f77e436] {
  padding: 10px;
  border-bottom: 1px solid #EBEEF5;
  color: #fff;
}
.flow-card-heard-primary[data-v-9f77e436] {
  background: #409EFF;
}
.flow-card-content[data-v-9f77e436] {
  padding: 10px;
}
.flow-card-handle[data-v-9f77e436] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
.flow-card-handle[data-v-9f77e436]:before {
  content: '';
  position: absolute;
  background: #EBEEF5;
  width: 1px;
  height: 60px;
  z-index: 10;
}
.flow-card-handle button[data-v-9f77e436] {
  z-index: 20;
}
.flow-add i[data-v-9f77e436] {
  font-size: 26px;
}
.flow-add button span[data-v-9f77e436] {
  display: block;
}

.conebox[data-v-65b194a4] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-65b194a4] {
  padding: 10px;
}
.one[data-v-65b194a4] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-65b194a4] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-65b194a4] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-65b194a4] {
  color: red;
}
.handles .el-button[data-v-65b194a4] {
  margin-left: 0 !important;
}
.el-dialog__body .el-form-item[data-v-65b194a4] {
  margin-bottom: 10px;
}

.file-uploader .el-upload__tip {
    line-height: normal;
}
.file-uploader .el-upload-list .el-upload-list__item {
    -webkit-transition: none !important;
    transition: none !important;
}
.file-uploader .el-upload-list .el-upload-list__item-name {
    -webkit-transition: none !important;
    transition: none !important;
}
.uploader-disabled .el-upload {
    display: none;
}
.uploader-disabled .el-upload__tip {
    display: none;
}

.conebox[data-v-2f596022] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-2f596022] {
    padding: 10px 20px;
}
.one[data-v-2f596022] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-2f596022] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-2f596022] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.el_col_css[data-v-2f596022] .el-form-item__label {
    color: #e6a23c;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Microsoft YaHei Bold', 'Microsoft YaHei Bold-Bold';
    text-align: left;
}

.approvalDialog {
.el-form-item {
        margin-bottom: 22px;
}
.el-form-item__label {
        line-height: 1;
}
}

.ts .rich-editor-content[data-v-9c7ae850] {
    overflow: hidden;
}
.ts .rich-editor[data-v-9c7ae850] {
    border: none;
}
.ts .rich-editor *[data-v-9c7ae850] {
    color: #000;
}

.title_id[data-v-0af3a152] {
    display: block;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}
.rich-editor-content[data-v-0af3a152] {
    overflow-y: hidden;
}
.rich-editor-content p[data-v-0af3a152] {
    margin: 0;
    padding: 0;
}
.ts .contenttext[data-v-0af3a152] {
    overflow: hidden !important;
    height: auto !important;
}
/*滚动条的轨道*/
.mytable-scrollbar .ts[data-v-0af3a152] ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
/*滚动条的轨道*/
.ts[data-v-0af3a152] ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.ts[data-v-0af3a152] ::-webkit-scrollbar-track {
    background-color: #ffffff;
}
/*滚动条里面的小方块，能向上向下移动*/
.ts[data-v-0af3a152] ::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    border-radius: 0;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.ts[data-v-0af3a152] ::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}
.ts[data-v-0af3a152] ::-webkit-scrollbar-thumb:active {
    background-color: #787878;
}
/*边角，即两个滚动条的交汇处*/
.ts[data-v-0af3a152] ::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

.SampleQuotationReview[data-v-96c86860] {
}

.conebox[data-v-39460cb4] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-39460cb4] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-39460cb4] {
    padding: 8px;
}
.boxCard + .boxCard[data-v-39460cb4] {
    margin-top: 20px;
}
.el-select-dropdown__item[data-v-39460cb4] {
    height: auto !important;
}
.mytable-scrollbar[data-v-39460cb4] ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}
.has-gutter th[data-v-39460cb4] {
    padding: 6px 0;
    background-color: #f0f0f0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    color: #909399;
    font-size: 13px;
}
.tabsa[data-v-39460cb4] .el-tabs__header {
    background-color: #fff !important;
}
.show[data-v-39460cb4] .el-form-item--mini.el-form-item,
.show[data-v-39460cb4] .el-form-item--small.el-form-item {
    margin-bottom: 5px;
}
.show[data-v-39460cb4] .el-form-item__label {
    color: #99a9bf;
}

.ts .rich-editor *[data-v-18873ff0] {
    color: #000;
}
.rich-editor[data-v-18873ff0] {
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    position: relative;
    background-color: white;
}
.rich-editor-content[data-v-18873ff0] {
    outline: none;
    /* min-height: 80px; */
    padding: 8px;
    line-height: 1.5;
}
.rich-editor[data-v-18873ff0]:focus-within {
    border-color: #409EFF;
}
.rich-editor-error[data-v-18873ff0] {
    border-color: #F56C6C !important;
}
.rich-editor-error[data-v-18873ff0]:focus-within {
    border-color: #F56C6C !important;
}
.error-message[data-v-18873ff0] {
    color: #F56C6C;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: relative;
    margin-top: 4px;
}
.options-container[data-v-18873ff0] {
    position: relative;
}

.entrustTable[data-v-2275390f] {
.entrustTable_required {
&
:before {
  content: '*';
  color: #f56c6c;
  margin-right: 4px;
}
}
}

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

h1[data-v-0dfde65e] {
  text-align: center; /* 水平居中 */
  margin: auto;      /* 自动调整左右边距为0 */
}
.conebox[data-v-0dfde65e] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-0dfde65e] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-0dfde65e] {
  padding: 8px;
}
.boxCard + .boxCard[data-v-0dfde65e] {
  margin-top: 20px;
}
.el-select-dropdown__item[data-v-0dfde65e] {
  height: auto !important;
}
.mytable-scrollbar[data-v-0dfde65e] ::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
.has-gutter th[data-v-0dfde65e] {
  padding: 6px 0;
  background-color: #f0f0f0 !important;
  border-bottom: 1px solid #d6d6d6 !important;
  color: #909399;
  font-size: 13px;
}
.tabsa[data-v-0dfde65e] .el-tabs__header {
  background-color: #fff !important;
}
.show[data-v-0dfde65e] .el-form-item--mini.el-form-item,
.show[data-v-0dfde65e] .el-form-item--small.el-form-item {
  margin-bottom: 5px;
}
.show[data-v-0dfde65e] .el-form-item__label {
  color: #99a9bf;
}
.editor-pern[data-v-0dfde65e] img {
  width: 100%;
}

























































































































































.form-item-text[data-v-480c9483]{
    color: #7f7f7f;
}
.Lnvoicing .el-form-item__label[data-v-480c9483]{
    line-height: 30px;
}
.Lnvoicing .el-form-item__content[data-v-480c9483]{
    line-height: 30px;
}

















































































































































































































































































.label-button[data-v-548d77aa] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-548d77aa] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-548d77aa] {
  width: 100% !important;
}
.label-box[data-v-548d77aa] {
  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;
}

.label-button[data-v-60b59a48] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-60b59a48] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-60b59a48] {
  width: 100% !important;
}
.label-box[data-v-60b59a48] {
  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;
}

.corporateAnnouncement[data-v-78e7304e] {
.h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
}























































































.conebox[data-v-d9281a4c] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-d9281a4c] {
  padding: 10px 20px;
}
.one[data-v-d9281a4c] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-d9281a4c] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-d9281a4c] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.el_col_css[data-v-d9281a4c] .el-form-item__label {
    color: #E6A23C;
    font-weight: 700;
    font-size: 16px;
    font-family: "Microsoft YaHei Bold", "Microsoft YaHei Bold-Bold";
    text-align: left;
}

.conebox[data-v-d7f7f830] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-d7f7f830] {
    padding: 10px;
}
.one[data-v-d7f7f830] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-d7f7f830] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-d7f7f830] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-d7f7f830] {
    color: red;
}

.conebox[data-v-fc46ad0e] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-fc46ad0e] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-fc46ad0e] {
  padding: 8px;
}
.el-button[data-v-fc46ad0e] {
    margin-left: 0 !important;
}
.el_col_css[data-v-fc46ad0e] .el-form-item__label {
    color: #E6A23C;
    font-weight: 700;
    font-size: 16px;
    font-family: "Microsoft YaHei Bold", "Microsoft YaHei Bold-Bold";
    text-align: left;
}
.header-asterisk[data-v-fc46ad0e]:before {
  content: '*';
  color: #F56C6C;
  margin-right: 4px;
}
[data-v-fc46ad0e] .el-input-group__append {
  padding: 0 16px 0 0 !important;
}

.VisitRecord[data-v-d98e6ea4] {
}

.ModifyVisit {
.el-dialog__body {
        padding: 10px 20px;
        height: 400px;
        overflow-y: auto;
}
}

.LedgerInfo[data-v-50272c5b] {
}

.QuotationInfo[data-v-0c5b9f81] {
}

.conebox[data-v-6f0dfdb8] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}

.conebox[data-v-07452012] {
  padding: 8px;
  background: #fff;
  float: none;
  clear: both;
  overflow: hidden;
}


.h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.printBox {
    font-family: "FangSong", "SimSun";
    width: 70%;
    float: left;
}
.btns {
    width: 30%;
    float: left;
    margin-left: 20px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table th, .table td {
  border: 1px solid #333 !important;
}
.no-border td {
    border-width: 0 !important;
    border-top-width: 1px !important;
}
.table th {
  text-align: center;
}
.table-list td {
    text-align: center;
}
td {
  padding: 5px;
}

@media print {
@page {
        margin: 1cm;
}
.printBox {
        float: none;
        width: 100% !important;
        color: #000 !important;
}
.header, .nav-tabs, .btns {
        display: none;
}
.content-box {
        position: unset;
        padding-bottom: 0;
        background: #fff;
}
.conebox {
        padding: 0;
}
img,  tr {
        page-break-inside: avoid;
}
}

.conebox[data-v-217ac848] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-217ac848] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-217ac848] {
  padding: 8px;
}
.conebox[data-v-217ac848] .vxe-form--item-title-label {
  color:#99a9bf;
}
.conebox[data-v-217ac848] .vxe-form--item-inner{
  -webkit-box-align:start!important;
      -ms-flex-align:start!important;
          align-items:flex-start!important;
}


.conebox[data-v-d2b703a4] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-d2b703a4] {
  padding: 10px;
}
.one[data-v-d2b703a4] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-d2b703a4] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-d2b703a4] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-d2b703a4] {
  color: red;
}

.conebox[data-v-4367a1f4] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-4367a1f4] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-4367a1f4] {
    padding: 8px;
}
.el-select-dropdown__item[data-v-4367a1f4] {
    height: auto !important;
}
.mytable-scrollbar[data-v-4367a1f4] ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}
.has-gutter th[data-v-4367a1f4] {
    padding: 6px 0;
    background-color: #f0f0f0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    color: #909399;
    font-size: 13px;
}

/* .conebox >>> .el-form-item--mini.el-form-item, .conebox >>> .el-form-item--small.el-form-item{
    margin: 0;
} */
.conebox[data-v-4367a1f4] .el-dropdown {
    display: inline-block;
}
[data-v-4367a1f4] .col--valid-error .el-input__inner {
  /* background-color: #df1919; */
  border-color: #df1919;
}
.vxe-box .el-form-item--mini.el-form-item[data-v-4367a1f4],
.vxe-box .el-form-item--small.el-form-item[data-v-4367a1f4] {
  margin-bottom: 0px;
}

.noback .vxe-table--body-wrapper {
    background: rgba(0, 0, 0, 0) !important;
}
.noback1 .vxe-table--body-wrapper,
.noback1 .vxe-table--empty-placeholder {
    display: none !important;
}
.selects {
    width: 1124px;
    /* height: 271px; */
}
.selects .el-select-dropdown__item {
    padding: 0 !important;
    height: 34px !important;
}
.selects .el-select-dropdown__list {
    padding: 6px !important;
}

.RelatedQuotation {
.el-dialog__body {
    padding: 10px 20px;
}
}

.FormTable[data-v-d7913516] {
& >>> .el-table {
.el-table__body .el-table__cell {
      padding: 0;
}
.el-form-item {
      margin: 18px 0;
}
}
& >>> .header-row {
    line-height: 20px;
th {
      background-color: #fafafa;
}
}
}

.global-dropdown-overlay[data-v-4f2a36ac] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: transparent;
}
.global-dropdown-container[data-v-4f2a36ac] {
  position: absolute;
  z-index: 10000;
  background: white;
  border: 1px solid #e4e7ed;
  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);
  max-height: 500px;
  overflow: hidden;
}
.dropdown-search[data-v-4f2a36ac] {
  border-bottom: 1px solid #e4e7ed;
  background: #f5f7fa;
}

.global-dropdown-content[data-v-46912539] {
  width: 100%;
  background: white;
}
.dropdown-header[data-v-46912539] {
  padding: 8px;
  border-bottom: 1px solid #e4e7ed;
  background-color: #f5f7fa;
  position: sticky;
  top: 0;
  z-index: 10;
}
.dropdown-options[data-v-46912539] {
  max-height: 400px;
  overflow-y: auto;
}
.dropdown-option[data-v-46912539] {
  padding: 4px 8px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.dropdown-option[data-v-46912539]:hover {
  background-color: #f5f7fa;
}
.dropdown-option.is-selected[data-v-46912539] {
  background-color: #ecf5ff;
  border-left: 3px solid #409eff;
}
.header-table[data-v-46912539], .option-table[data-v-46912539] {
  width: 100%;
}
.empty-options[data-v-46912539] {
  padding: 20px;
  text-align: center;
  color: #999;
}

.header-table .vxe-table--body-wrapper,
.header-table .vxe-table--empty-placeholder {
  display: none !important;
}

.custom-sample-select[data-v-46a86d80] {
  position: relative;
  width: 100%;
}
.custom-select-input[data-v-46a86d80] {
  cursor: pointer;
}
.el-icon-arrow-down[data-v-46a86d80] {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.el-icon-arrow-down.is-reverse[data-v-46a86d80] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 使用 >>> 语法（Vue 2.x） */
.custom-select-input.inner[data-v-46a86d80] .el-input__inner {
  border-color: #409EFF !important;
}

.conebox[data-v-55504564] {
    padding: 0px;
    background: #fff;
    border-radius: 4px;
}
.boxCard[data-v-55504564] {
& + .boxCard {
        margin-top: 10px;
}
.el-card__body {
        padding: 10px;
}
.el-form--label-top .el-form-item__label {
        padding: 0;
}
}
.titlet[data-v-55504564] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-55504564] {
    padding: 8px;
}
.el-select-dropdown__item[data-v-55504564] {
    height: auto !important;
}
.mytable-scrollbar[data-v-55504564] ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}
.has-gutter th[data-v-55504564] {
    padding: 6px 0;
    background-color: #f0f0f0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    color: #909399;
    font-size: 13px;
}
.tabsa[data-v-55504564] .el-tabs__header {
    background-color: #fff !important;
}
.vxe-table--tooltip-wrapper[data-v-55504564] {
    z-index: 3000 !important;
}

.selects .el-select-dropdown__item {
    padding: 0 !important;
}
.noback .vxe-table--body-wrapper {
    background: rgba(0, 0, 0, 0) !important;
}
.noback1 .vxe-table--body-wrapper,
.noback1 .vxe-table--empty-placeholder {
    display: none !important;
}
.selects {
    width: 1124px;
    /* height: 271px; */
}
.selects .el-select-dropdown__list {
    padding: 6px !important;
}

.input-file[data-v-b3dfd8fa] {
  /* display: none; */
}

.entrustTable[data-v-a080a0f0] {
.entrustTable_required {
&:before {
      content: '*';
      color: #f56c6c;
      margin-right: 4px;
}
}
}
[data-v-a080a0f0] .el-form-item__error {
  font-size: 0;
}
[data-v-a080a0f0] .col--valid-error {
  /* background-color: #df1919; */
.el-input__inner {
    border-color: #df1919;
}
}
.el-form-item--mini.el-form-item[data-v-a080a0f0],
.el-form-item--small.el-form-item[data-v-a080a0f0] {
  margin-bottom: 0px;
}

.uploadImportClass[data-v-a080a0f0] {
  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;
}

.HistoricalSamplesDialog {
.el-dialog__body {
    padding: 10px;
}
.dialog-footer {
}
}

.EquipmentDialog {
.el-dialog__body {
    padding: 10px;
}
.dialog-footer {
}
}
























































































































.boxCard[data-v-e38f8106] {
& + .boxCard {
        margin-top: 10px;
}
.el-card__body {
        padding: 10px;
}
.el-form--label-top .el-form-item__label {
        padding: 0;
}
}
.titlet[data-v-e38f8106] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-e38f8106] {
    padding: 8px;
}
.el-select-dropdown__item[data-v-e38f8106] {
    height: auto !important;
}
.mytable-scrollbar[data-v-e38f8106] ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}
.has-gutter th[data-v-e38f8106] {
    padding: 6px 0;
    background-color: #f0f0f0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    color: #909399;
    font-size: 13px;
}
.tabsa[data-v-e38f8106] .el-tabs__header {
    background-color: #fff !important;
}
.vxe-table--tooltip-wrapper[data-v-e38f8106] {
    z-index: 3000 !important;
}
.tabsa[data-v-e38f8106] .el-tabs__item {
    color: #29232080;
}
.tabsa[data-v-e38f8106] .el-tabs__item.is-active {
    color: #986c2b;
}
.tabsa[data-v-e38f8106] .el-tabs__active-bar {
    background-color: #ef7f3d;
}
.title-B[data-v-e38f8106] {
    margin: 0 0 16px 0;
}
.table-form-style[data-v-e38f8106] {
.el-form-item {
        margin: 0;
}
}

.selects .el-select-dropdown__item {
    padding: 0 !important;
}
.noback .vxe-table--body-wrapper {
    background: rgba(0, 0, 0, 0) !important;
}
.noback1 .vxe-table--body-wrapper,
.noback1 .vxe-table--empty-placeholder {
    display: none !important;
}
.selects {
    width: 1124px;
    /* height: 271px; */
}
.selects .el-select-dropdown__list {
    padding: 6px !important;
}

.upload-preview[data-v-63fd63f1] {
  line-height: 1;
}

.conebox[data-v-003cd6b3] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.Center[data-v-003cd6b3] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.el-button + .el-button[data-v-003cd6b3] {
    margin-left: 2px;
}

.nolabel[data-v-3a55b844] .el-form-item__content {
    margin-left: 0 !important;
}
.conebox[data-v-3a55b844] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-3a55b844] {
    padding: 10px;
}
.one[data-v-3a55b844] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-3a55b844] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-3a55b844] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-3a55b844] {
    color: red;
}

.mytable-scrollbar[data-v-55d6571d] {
  width: 100%;
}
.drag-btn[data-v-55d6571d] {
  cursor: move;
}

/* 拖拽样式 */
.sortable-ghost[data-v-55d6571d] {
  opacity: 0.5;
  background: #c8ebfb;
}

.conebox[data-v-1092b6f7] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-1092b6f7] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-1092b6f7] {
    padding: 8px;
}
.el-select-dropdown__item[data-v-1092b6f7] {
    height: auto !important;
}
.mytable-scrollbar[data-v-1092b6f7] ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}
.has-gutter th[data-v-1092b6f7] {
    padding: 6px 0;
    background-color: #f0f0f0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    color: #909399;
    font-size: 13px;
}
.tabsa[data-v-1092b6f7] .el-tabs__header {
    background-color: #fff !important;
}

.selects .el-select-dropdown__item {
    padding: 0 !important;
}
.noback .vxe-table--body-wrapper {
    background: rgba(0, 0, 0, 0) !important;
}
.noback1 .vxe-table--body-wrapper,
.noback1 .vxe-table--empty-placeholder {
    display: none !important;
}
.selects {
    width: 1124px;
    /* height: 271px; */
}
.selects .el-select-dropdown__list {
    padding: 6px !important;
}

.conebox[data-v-51159762] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-51159762] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-51159762] {
    padding: 8px;
}
.boxCard + .boxCard[data-v-51159762] {
    margin-top: 20px;
}
.el-select-dropdown__item[data-v-51159762] {
    height: auto !important;
}
.mytable-scrollbar[data-v-51159762] ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}
.has-gutter th[data-v-51159762] {
    padding: 6px 0;
    background-color: #f0f0f0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    color: #909399;
    font-size: 13px;
}
.tabsa[data-v-51159762] .el-tabs__header {
    background-color: #fff !important;
}
.show[data-v-51159762] .el-form-item--mini.el-form-item,
.show[data-v-51159762] .el-form-item--small.el-form-item {
    margin-bottom: 5px;
}
.show[data-v-51159762] .el-form-item__label {
    color: #99a9bf;
}
.pageFormBox[data-v-51159762] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.explain-box[data-v-51159762] {
    padding-left: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
}
.explain-box li[data-v-51159762]::marker {
    color: #409eff;
    font-size: 20px;
}
.explain-box li[data-v-51159762]:last-child {
    margin-left: 60px;
}

.conebox[data-v-b15ae5e4] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-b15ae5e4] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-b15ae5e4] {
    padding: 8px;
}
.sample-spreadsheets[data-v-b15ae5e4] {
    width: 100%;  /* 改为百分比，让容器自适应 */
    height: 500px;
    overflow: hidden;
    float: left;
}
.headers[data-v-b15ae5e4] {
    height: 32px;
    padding: 6px;
    background-color: #f5f7fa;
    border-bottom: 1px solid #e4e7ed;
    clear: both;
    margin-bottom: 12px;
}
.headers .title[data-v-b15ae5e4] {
    margin-right: 3%;
    float: left;
    font-weight: bold;
    line-height: 32px;
}
.headers .template_header_require[data-v-b15ae5e4] {
    font-style: normal;
    color: #92969c;
    float: left;
    font-size: 14px;
    line-height: 32px;
}
.headers .titles[data-v-b15ae5e4] {
    float: left;
}
.headers .TipsFrameBox[data-v-b15ae5e4] {
    width: 120px;
    height: 36px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #f56c6c;
}
.el-select-dropdown__item[data-v-b15ae5e4] {
    height: auto !important;
}
.el-form-item__content[data-v-b15ae5e4] {
    clear: inherit !important;
}
.dilaog-title[data-v-b15ae5e4] {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 18px;
    line-height: 24px;
.h3 {
        /* width:100px; */
}
.prev-next-box {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        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-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
.prev {
            font-size: 16px;
            line-height: 24px;
            cursor: pointer;
            margin: 0 10px;
&.disable {
                cursor: default;
                color: rgba(0, 0, 0, 0.3);
}
}
.next {
            font-size: 16px;
            line-height: 24px;
            cursor: pointer;
            margin: 0 10px;
&.disable {
                cursor: default;
                color: rgba(0, 0, 0, 0.3);
}
}
}
}

.conebox[data-v-21944b4f] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-21944b4f] {
    padding: 10px;
}
.one[data-v-21944b4f] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-21944b4f] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-21944b4f] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-21944b4f] {
    color: red;
}

.conebox[data-v-0fd5ebba] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-0fd5ebba] {
    padding: 10px;
}
.one[data-v-0fd5ebba] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-0fd5ebba] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-0fd5ebba] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-0fd5ebba] {
    color: red;
}
.el-select-dropdown__item[data-v-0fd5ebba] {
    height: auto !important;
}

.conebox[data-v-eeb1bf3c] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.conebox[data-v-eeb1bf3c] .box-card .el-card__body {
    padding: 10px;
}
.expand-wrapper[data-v-eeb1bf3c] {
    padding: 10px;
}
.one[data-v-eeb1bf3c] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-eeb1bf3c] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-eeb1bf3c] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-eeb1bf3c] {
    color: red;
}
.switchStyle.el-switch .el-switch__core[data-v-eeb1bf3c],
.el-switch .el-switch__label[data-v-eeb1bf3c] {
    width: auto !important;
}
.el-button + .el-button[data-v-eeb1bf3c] {
    margin-left: 2px;
}
.CB[data-v-eeb1bf3c] {
    border-width: initial;
    border-style: none;
    -o-border-image: initial;
       border-image: initial;
    border-radius: 0px;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
    border-color: transparent;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
}
.left_content[data-v-eeb1bf3c] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding-bottom: 8px;
    height: 100%;
    overflow: hidden auto;
.left_content-item {
        position: relative;
        width: 100%;
        color: #666;
        background-color: transparent;
        border-color: transparent;
        -webkit-transition: all 200ms ease-out 0s;
        transition: all 200ms ease-out 0s;
.item_text {
            padding: 0px 16px;
            height: 40px;
            line-height: 40px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            outline: none;
            background: none;
            font-family: inherit;
            font-size: inherit;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}
&.is-active {
            color: #409eff;
            background-color: rgba(0, 46, 70, 0.04314);
            border-color: transparent;
}
&:hover:not(.is-active) {
            color: #666;
            background-color: rgba(0, 46, 70, 0.04314);
            border-color: transparent;
}
}
}

.conebox[data-v-66027b11] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-66027b11] {
    padding: 10px;
}
.one[data-v-66027b11] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-66027b11] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-66027b11] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-66027b11] {
    color: red;
}

.conebox[data-v-0569c4e4] {
padding: 8px;
background: #fff;

/* height: 800px; */
}
.expand-wrapper[data-v-0569c4e4] {
padding: 10px;
}
.one[data-v-0569c4e4] {
width: 20px;
line-height: 24px;
/* height: 100px; */
float: left;
-webkit-writing-mode: tb;
    -ms-writing-mode: tb;
        writing-mode: tb;
}
.rowlistone[data-v-0569c4e4] {
width: 100%;
float: left;
height: 115px;
margin: 10px 0;
}
.Center[data-v-0569c4e4] {
display: grid;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 30px 10px;
text-align: center;
/* width: 100px; */
float: left;
}
.stepActive[data-v-0569c4e4] {
color: red;
}
.switchStyle.el-switch .el-switch__core[data-v-0569c4e4], .el-switch .el-switch__label[data-v-0569c4e4]{
  width:auto!important;
}
.el-button+.el-button[data-v-0569c4e4]{
  margin-left:2px;
}
.CB[data-v-0569c4e4] {
  border-width: initial;
  border-style: none;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 0px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: transparent;
  border-color: transparent;
  height: 32px;
  line-height: 30px;
  font-size: 12px;
}
.left_content[data-v-0569c4e4] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-bottom: 8px;
  height: 100%;
  overflow: hidden auto;
.left_content-item {
    position: relative;
    width: 100%;
    color: #666;
    background-color: transparent;
    border-color: transparent;
    -webkit-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
.item_text {
      padding: 0px 16px;
      height: 40px;
      line-height: 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: none;
      background: none;
      font-family: inherit;
      font-size: inherit;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
}
&.is-active {
      color: #409eff;
      background-color: rgba(0, 46, 70, 0.04314);
      border-color: transparent;
}
&:hover:not(.is-active) {
      color: #666;
      background-color: rgba(0, 46, 70, 0.04314);
      border-color: transparent;
}
}
}

.conebox[data-v-53425573] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-53425573] {
    padding: 10px;
}
.one[data-v-53425573] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-53425573] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-53425573] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-53425573] {
    color: red;
}
.switchStyle.el-switch .el-switch__core[data-v-53425573],
.el-switch .el-switch__label[data-v-53425573] {
    width: auto !important;
}
.el-button + .el-button[data-v-53425573] {
    margin-left: 2px;
}
.custake[data-v-53425573] .el-switch__label--left {
    margin-right: 10px;
}

.conebox[data-v-7ff35742] {
padding: 8px;
background: #fff;

/* height: 800px; */
}
.expand-wrapper[data-v-7ff35742] {
padding: 10px;
}
.one[data-v-7ff35742] {
width: 20px;
line-height: 24px;
/* height: 100px; */
float: left;
-webkit-writing-mode: tb;
    -ms-writing-mode: tb;
        writing-mode: tb;
}
.rowlistone[data-v-7ff35742] {
width: 100%;
float: left;
height: 115px;
margin: 10px 0;
}
.Center[data-v-7ff35742] {
display: grid;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 30px 10px;
text-align: center;
/* width: 100px; */
float: left;
}
.stepActive[data-v-7ff35742] {
color: red;
}

.conebox[data-v-f90eedec] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-f90eedec] {
    padding: 10px;
}
.one[data-v-f90eedec] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-f90eedec] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-f90eedec] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-f90eedec] {
    color: red;
}
.el-select-dropdown__item[data-v-f90eedec] {
    height: auto !important;
}
.switchStyle.el-switch .el-switch__core[data-v-f90eedec],
.el-switch .el-switch__label[data-v-f90eedec] {
    width: auto !important;
}
.el-button + .el-button[data-v-f90eedec] {
    margin-left: 2px;
}

.conebox[data-v-600818a1] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-600818a1] {
    padding: 10px;
}
.one[data-v-600818a1] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-600818a1] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-600818a1] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-600818a1] {
    color: red;
}
.el-select-dropdown__item[data-v-600818a1] {
    height: auto !important;
}

.BatchModify .el-dialog__body {
    height: 500px;
    overflow: auto;
}
.BatchModify .el-dialog__body .sample-spreadsheets {
    height: 100%;
    width: 100%;
}

.title_id[data-v-627d8a4f] {
  display: block;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
}
/*滚动条的轨道*/
.ts[data-v-627d8a4f] ::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}
.ts[data-v-627d8a4f] ::-webkit-scrollbar-track {
  background-color: #ffffff !important;
}
/*滚动条里面的小方块，能向上向下移动*/
.ts[data-v-627d8a4f] ::-webkit-scrollbar-thumb {
  background-color: #bfbfbf !important;
  border-radius: 0 !important;
  border: 1px solid #f1f1f1 !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}
.ts[data-v-627d8a4f] ::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8 !important;
}
.ts[data-v-627d8a4f] ::-webkit-scrollbar-thumb:active {
  background-color: #787878 !important;
}
/*边角，即两个滚动条的交汇处*/
.ts[data-v-627d8a4f] ::-webkit-scrollbar-corner {
  background-color: #ffffff !important;
}

.conebox[data-v-1303201c] {
    padding: 5px;
    /* background: #fff; */
}
.conebox .box-card[data-v-1303201c] .el-card__body {
    padding: 10px;
}
.explain-box[data-v-1303201c] {
    padding-left: 16px;
    margin: 0;
}
.explain-box li[data-v-1303201c]::marker {
    color: #409eff;
    font-size: 20px;
}
.titlet[data-v-1303201c] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-1303201c] {
    padding: 8px;
}
.sample-spreadsheets[data-v-1303201c] {
    width: 100%;
    height: 500px;
    overflow: hidden;
    float: left;
}
.sample-spreadsheets[data-v-1303201c] .gc-floatingobject-container {
    z-index: 50 !important;
}
.headers[data-v-1303201c] {
    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: 32px; */
    /* padding: 6px; */
    /* background-color: #f5f7fa; */
    /* border-bottom: 1px solid #e4e7ed; */
    margin-bottom: 12px;
}
.headers .title[data-v-1303201c] {
    margin-right: 3%;
    float: left;
    font-weight: bold;
    line-height: 32px;
}
.headers .template_header_require[data-v-1303201c] {
    font-style: normal;
    color: #92969c;
    float: left;
    font-size: 14px;
    line-height: 32px;
}
.headers .titles[data-v-1303201c] {
    float: left;
}
.headers .TipsFrameBox[data-v-1303201c] {
    width: 120px;
    height: 36px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #f56c6c;
}
.el-select-dropdown__item[data-v-1303201c] {
    height: auto !important;
}
.vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--label[data-v-1303201c],
.vxe-table--render-default .vxe-cell--radio .vxe-radio--label[data-v-1303201c] {
    padding-left: 0.5rem;
    margin-left: -1.5rem;
}
.vxe-table--render-default .vxe-cell--radio .vxe-radio--icon[data-v-1303201c] {
    margin-left: -0.5rem;
}
.tleft[data-v-1303201c] {
    float: left;
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.tleft .scon[data-v-1303201c] {
    color: red;
}
.tleft .khyaoqiu[data-v-1303201c] {
    display: block;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 100px;
    line-height: 24px;
    width: 200px;
    word-break: keep-all;
    word-spacing: normal;
    white-space: nowrap;
}
.tleft .bcyaoqiu[data-v-1303201c] {
    display: block;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 100px;
    line-height: 24px;
    width: 200px;
    word-break: keep-all;
    word-spacing: normal;
    white-space: nowrap;
}
.sample-spreadsheets-left[data-v-1303201c] {
    height: calc(100vh - 300px);
}

/* 问题分析：条件可能太严格 */

/* 解决方案：使用更宽泛的条件 */

/* 4096x2160 (4K/超高清) */

/* @media screen and (min-width: 2560px) {
    .sample-spreadsheets-left {
        height: calc(100vh - 400px) !important;
    }
} */

/* 1920x1080 (全高清) */
@media screen and (min-width: 1920px) and (max-width: 2559px) {
.sample-spreadsheets-left[data-v-1303201c] {
        height: calc(100vh - 300px) !important;
}
}

/* 1600x900 (高清+) */
@media screen and (max-width: 1600px) and (min-width: 1441px) {
.sample-spreadsheets-left[data-v-1303201c] {
        height: calc(100vh - 310px) !important;
}
}

/* 1440x900 (宽屏) */
@media screen and (max-width: 1440px) and (min-width: 1367px) {
.sample-spreadsheets-left[data-v-1303201c] {
        height: calc(100vh - 320px) !important;
}
}

/* 1366x768 (常见笔记本分辨率) */
@media screen and (max-width: 1366px) {
.sample-spreadsheets-left[data-v-1303201c] {
        height: calc(100vh - 320px) !important;
}
}

.title_id[data-v-3f51024f] {
    display: block;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}
/*滚动条的轨道*/
.ts[data-v-3f51024f] ::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}
.ts[data-v-3f51024f] ::-webkit-scrollbar-track {
    background-color: #ffffff !important;
}
/*滚动条里面的小方块，能向上向下移动*/
.ts[data-v-3f51024f] ::-webkit-scrollbar-thumb {
    background-color: #bfbfbf !important;
    border-radius: 0 !important;
    border: 1px solid #f1f1f1 !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}
.ts[data-v-3f51024f] ::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8 !important;
}
.ts[data-v-3f51024f] ::-webkit-scrollbar-thumb:active {
    background-color: #787878 !important;
}
/*边角，即两个滚动条的交汇处*/
.ts[data-v-3f51024f] ::-webkit-scrollbar-corner {
    background-color: #ffffff !important;
}

.title_id[data-v-bcfb1696] {
    display: block;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}
.rich-editor-content[data-v-bcfb1696] {
    overflow-y: auto;
}
.ts .contenttext[data-v-bcfb1696] {
    overflow: hidden !important;
    height: auto !important;
}
/*滚动条的轨道*/
.mytable-scrollbar .ts[data-v-bcfb1696] ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
/*滚动条的轨道*/
.ts[data-v-bcfb1696] ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.ts[data-v-bcfb1696] ::-webkit-scrollbar-track {
    background-color: #ffffff;
}
/*滚动条里面的小方块，能向上向下移动*/
.ts[data-v-bcfb1696] ::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    border-radius: 0;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.ts[data-v-bcfb1696] ::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}
.ts[data-v-bcfb1696] ::-webkit-scrollbar-thumb:active {
    background-color: #787878;
}
/*边角，即两个滚动条的交汇处*/
.ts[data-v-bcfb1696] ::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

































































































































































































































































































































































































































































































































































































































































































/* see https://github.com/mozilla/pdf.js/blob/55a853b6678cf3d05681ffbb521e5228e607b5d2/test/annotation_layer_test.css */
.annotationLayer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.annotationLayer section {
	position: absolute;
}
.annotationLayer .linkAnnotation > a {
	position: absolute;
	font-size: 1em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.annotationLayer .linkAnnotation > a /* -ms-a */  {
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}
.annotationLayer .linkAnnotation > a:hover {
	opacity: 0.2;
	background: #ff0;
	-webkit-box-shadow: 0px 2px 10px #ff0;
	        box-shadow: 0px 2px 10px #ff0;
}
.annotationLayer .textAnnotation img {
	position: absolute;
	cursor: pointer;
}
.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
	background-color: rgba(0, 54, 255, 0.13);
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 9px;
	height: 100%;
	padding: 0 3px;
	vertical-align: top;
	width: 100%;
}
.annotationLayer .textWidgetAnnotation textarea {
	font: message-box;
	font-size: 9px;
	resize: none;
}
.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
	background: none;
	border: 1px solid transparent;
	cursor: not-allowed;
}
.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
	border: 1px solid #000;
}
.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
	background: none;
	border: 1px solid transparent;
}
.annotationLayer .textWidgetAnnotation input.comb {
	font-family: monospace;
	padding-left: 2px;
	padding-right: 0;
}
.annotationLayer .textWidgetAnnotation input.comb:focus {
	/*
	 * Letter spacing is placed on the right side of each character. Hence, the
	 * letter spacing of the last character may be placed outside the visible
	 * area, causing horizontal scrolling. We avoid this by extending the width
	 * when the element has focus and revert this when it loses focus.
	 */
	width: 115%;
}
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.annotationLayer .popupWrapper {
	position: absolute;
	width: 20em;
}
.annotationLayer .popup {
	position: absolute;
	z-index: 200;
	max-width: 20em;
	background-color: #FFFF99;
	-webkit-box-shadow: 0px 2px 5px #333;
	        box-shadow: 0px 2px 5px #333;
	border-radius: 2px;
	padding: 0.6em;
	margin-left: 5px;
	cursor: pointer;
	word-wrap: break-word;
}
.annotationLayer .popup h1 {
	font-size: 1em;
	border-bottom: 1px solid #000000;
	padding-bottom: 0.2em;
}
.annotationLayer .popup p {
	padding-top: 0.2em;
}
.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .fileAttachmentAnnotation {
	cursor: pointer;
}

@-webkit-keyframes resizeSensorVisibility {
from { top: 0;
}
}
@keyframes resizeSensorVisibility {
from { top: 0;
}
}

.conebox[data-v-c8f6e618] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-c8f6e618] {
    padding: 10px;
}
.one[data-v-c8f6e618] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-c8f6e618] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-c8f6e618] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-c8f6e618] {
    color: red;
}
.el-select-dropdown__item[data-v-c8f6e618] {
    height: auto !important;
}

.dialogRetreatDialog[data-v-c8f6e618],
.dialogCancelDialog[data-v-c8f6e618] {
.el-form-item {
        margin-bottom: 0px;
}
.pageFormBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 22px;
        margin-top: -22px;
}
.pageFormBox .pageFormBox-left {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0%;
                flex: 1 1 0%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 10px;
}
.pageFormBox .pageFormBox-left .el-form-item__label {
        padding: 0 12px 0 0 !important;
}
.pageFormBox .pageFormBox-operation {
        background: #fff;
        padding-top: 32px;
        padding-left: 8px;
}
}

.conebox[data-v-3235d7c9] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-3235d7c9] {
    padding: 10px;
}
.one[data-v-3235d7c9] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-3235d7c9] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-3235d7c9] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-3235d7c9] {
    color: red;
}
.el-select-dropdown__item[data-v-3235d7c9] {
    height: auto !important;
}

.ModifyCertificate[data-v-395d207f] {
}

.conebox[data-v-124b16a3] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-124b16a3] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-124b16a3] {
    padding: 8px;
}
.sample-spreadsheets[data-v-124b16a3] {
    width: 100%;
    height: 500px;
    overflow: hidden;
    float: left;
}
.original-records-ss1[data-v-124b16a3] .gc-floatingobject-container {
    z-index: 50 !important;
}
.headers[data-v-124b16a3] {
    padding: 6px;
    margin-bottom: 12px;
}
.headers .title[data-v-124b16a3] {
    margin-right: 3%;
    float: left;
    font-weight: bold;
    line-height: 32px;
}
.headers .template_header_require[data-v-124b16a3] {
    font-style: normal;
    color: #92969c;
    float: left;
    font-size: 14px;
    line-height: 32px;
}
.headers .titles[data-v-124b16a3] {
    float: left;
}
.headers .TipsFrameBox[data-v-124b16a3] {
    width: 120px;
    height: 36px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #f56c6c;
}
.el-select-dropdown__item[data-v-124b16a3] {
    height: auto !important;
}
.el-form-item__content[data-v-124b16a3] {
    clear: inherit !important;
}
.explain-box[data-v-124b16a3] {
    padding-left: 16px;
    margin: 0;
}
.explain-box li[data-v-124b16a3]::marker {
    color: #409eff;
    font-size: 20px;
}
.box-card[data-v-124b16a3] .el-card__body {
    padding: 10px;
}
.BoxC[data-v-124b16a3] {
    padding-top: 10px;
}

.conebox[data-v-11e43a66] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-11e43a66] {
    padding: 10px;
}
.one[data-v-11e43a66] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-11e43a66] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-11e43a66] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-11e43a66] {
    color: red;
}
.el-select-dropdown__item[data-v-11e43a66] {
    height: auto !important;
}
.box-card[data-v-11e43a66] .el-card__body {
    padding: 10px;
}

.conebox[data-v-1d2521a0] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-1d2521a0] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-1d2521a0] {
    padding: 8px;
}
.sample-spreadsheets[data-v-1d2521a0] {
    width: 100%;
    height: 500px;
    overflow: hidden;
    float: left;
}
.headers[data-v-1d2521a0] {
    height: 32px;
    padding: 6px;
    background-color: #f5f7fa;
    border-bottom: 1px solid #e4e7ed;
    clear: both;
    margin-bottom: 12px;
}
.headers .title[data-v-1d2521a0] {
    margin-right: 3%;
    float: left;
    font-weight: bold;
    line-height: 32px;
}
.headers .template_header_require[data-v-1d2521a0] {
    font-style: normal;
    color: #92969c;
    float: left;
    font-size: 14px;
    line-height: 32px;
}
.headers .titles[data-v-1d2521a0] {
    float: left;
}
.headers .TipsFrameBox[data-v-1d2521a0] {
    width: 120px;
    height: 36px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #f56c6c;
}
.el-select-dropdown__item[data-v-1d2521a0] {
    height: auto !important;
}
.el-form-item__content[data-v-1d2521a0] {
    clear: inherit !important;
}

.conebox[data-v-e8f5ca7c] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-e8f5ca7c] {
    padding: 10px;
}
.one[data-v-e8f5ca7c] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-e8f5ca7c] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-e8f5ca7c] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-e8f5ca7c] {
    color: red;
}

.conebox[data-v-3d03d204] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-3d03d204] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-3d03d204] {
    padding: 8px;
}
.sample-spreadsheets[data-v-3d03d204] {
    width: 100%;
    height: 500px;
    overflow: hidden;
    float: left;
}
.headers[data-v-3d03d204] {
    height: 32px;
    padding: 6px;
    background-color: #f5f7fa;
    border-bottom: 1px solid #e4e7ed;
    clear: both;
    margin-bottom: 12px;
}
.headers .title[data-v-3d03d204] {
    margin-right: 3%;
    float: left;
    font-weight: bold;
    line-height: 32px;
}
.headers .template_header_require[data-v-3d03d204] {
    font-style: normal;
    color: #92969c;
    float: left;
    font-size: 14px;
    line-height: 32px;
}
.headers .titles[data-v-3d03d204] {
    float: left;
}
.headers .TipsFrameBox[data-v-3d03d204] {
    width: 120px;
    height: 36px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #f56c6c;
}
.el-select-dropdown__item[data-v-3d03d204] {
    height: auto !important;
}
.el-form-item__content[data-v-3d03d204] {
    clear: inherit !important;
}

.conebox[data-v-4ac9ef10] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-4ac9ef10] {
    padding: 10px;
}
.one[data-v-4ac9ef10] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-4ac9ef10] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-4ac9ef10] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-4ac9ef10] {
    color: red;
}

.selects_ce {
.el-select-dropdown__item {
        height: auto;
}
}

.conebox[data-v-426976e8] {
padding: 8px;
background: #fff;

/* height: 800px; */
}
.expand-wrapper[data-v-426976e8] {
padding: 10px;
}
.one[data-v-426976e8] {
width: 20px;
line-height: 24px;
/* height: 100px; */
float: left;
-webkit-writing-mode: tb;
    -ms-writing-mode: tb;
        writing-mode: tb;
}
.rowlistone[data-v-426976e8] {
width: 100%;
float: left;
height: 115px;
margin: 10px 0;
}
.Center[data-v-426976e8] {
display: grid;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 30px 10px;
text-align: center;
/* width: 100px; */
float: left;
}
.stepActive[data-v-426976e8] {
color: red;
}

.conebox[data-v-086c1cf8] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-086c1cf8] {
    padding: 10px;
}
.one[data-v-086c1cf8] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-086c1cf8] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-086c1cf8] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-086c1cf8] {
    color: red;
}
.el-select-dropdown__item[data-v-086c1cf8] {
    height: auto !important;
}

.modifyVoidDialog {
.el-dialog__body {
        max-height: 600px;
        overflow: auto;
.el-form-item {
            margin-bottom: 22px;
}
}
}

.conebox[data-v-22da2833] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-22da2833] {
    padding: 10px;
}
.one[data-v-22da2833] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-22da2833] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-22da2833] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-22da2833] {
    color: red;
}
.el-select-dropdown__item[data-v-22da2833] {
    height: auto !important;
}

.conebox[data-v-395a1245] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-395a1245] {
    padding: 10px;
}
.one[data-v-395a1245] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-395a1245] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-395a1245] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-395a1245] {
    color: red;
}
.el-select-dropdown__item[data-v-395a1245] {
    height: auto !important;
}

.conebox[data-v-514ca33c] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-514ca33c] {
    padding: 10px;
}
.one[data-v-514ca33c] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-514ca33c] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-514ca33c] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-514ca33c] {
    color: red;
}
.el-select-dropdown__item[data-v-514ca33c] {
    height: auto !important;
}

.conebox[data-v-10b859e4] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-10b859e4] {
    padding: 10px;
}
.one[data-v-10b859e4] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-10b859e4] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-10b859e4] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-10b859e4] {
    color: red;
}
.el-select-dropdown__item[data-v-10b859e4] {
    height: auto !important;
}

.conebox[data-v-42cb2550] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-42cb2550] {
    padding: 10px;
}
.one[data-v-42cb2550] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-42cb2550] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-42cb2550] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-42cb2550] {
    color: red;
}
.el-select-dropdown__item[data-v-42cb2550] {
    height: auto !important;
}

.conebox[data-v-703c0482] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-703c0482] {
    padding: 10px;
}
.one[data-v-703c0482] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-703c0482] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-703c0482] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-703c0482] {
    color: red;
}
.el-select-dropdown__item[data-v-703c0482] {
    height: auto !important;
}
.switchStyle.el-switch .el-switch__core[data-v-703c0482],
.el-switch .el-switch__label[data-v-703c0482] {
    width: 185px !important;
}
.explain-box[data-v-703c0482] {
    padding-left: 16px;
    margin: 0;
}
.explain-box li[data-v-703c0482]::marker {
    color: #409eff;
    font-size: 20px;
}
.expand .vxe-body--row[data-v-703c0482] {
    display: none;
}
.expand .vxe-body--row[data-v-703c0482] {
    display: none;
}
.expand .vxe-body--expanded-row .vxe-body--row[data-v-703c0482] {
    display: revert;
}
.expand .vxe-body--expanded-column[data-v-703c0482] {
    border: 0 !important;
}
.expand > .vxe-table--render-wrapper > .vxe-table--main-wrapper > .vxe-table--header-wrapper[data-v-703c0482] {
    display: none;
}
#ss1[data-v-703c0482] {
    overflow: hidden !important;
}
.ml-10[data-v-703c0482] {
    margin-left: 10px;
}
.dilaog-title[data-v-703c0482] {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 18px;
    line-height: 24px;
.h3 {
        /* width:100px; */
}
.prev-next-box {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        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-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
.prev {
            font-size: 16px;
            line-height: 24px;
            cursor: pointer;
            margin: 0 10px;
&.disable {
                cursor: default;
                color: rgba(0, 0, 0, 0.3);
}
}
.next {
            font-size: 16px;
            line-height: 24px;
            cursor: pointer;
            margin: 0 10px;
&.disable {
                cursor: default;
                color: rgba(0, 0, 0, 0.3);
}
}
}
}
.emptyzs[data-v-703c0482] {
    width: 100%;
    padding-top: 300px;
    font-size: 20px;
    text-align: center;
}
.page-table-top2[data-v-703c0482] {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
.progress-info {
        width: 350px;
        word-break: keep-all;
        word-wrap: normal;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
}
}

.bgno {
    background-color: rgba(211, 211, 211, 0.1);
}
.bgsuccess {
    background-color: rgba(97, 246, 153, 0.6);
}
.bghy {
    background-color: rgba(240, 234, 70, 0.6);
}
.bgerror {
    background-color: rgba(199, 58, 101, 0.6);
}
.bgwhite {
    background-color: #ffffff;
}

.BatchModify .el-dialog__body {
    height: 80vh;
    overflow: auto;
}
.BatchModify .el-dialog__body .sample-spreadsheets {
    height: 100%;
    width: 100%;
}

.conebox[data-v-46f0c405] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-46f0c405] {
  padding: 10px;
}
.one[data-v-46f0c405] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-46f0c405] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-46f0c405] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-46f0c405] {
  color: red;
}
.el-select-dropdown__item[data-v-46f0c405]{
  height: auto!important;
}

.modifyCertificateDialog {
.el-dialog__body {
    // max-height: 500px;
    overflow: auto;
.el-form-item {
      margin-bottom: 18px;
}
}
}

.conebox[data-v-18e45642] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-18e45642] {
    padding: 10px;
}
.one[data-v-18e45642] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-18e45642] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-18e45642] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-18e45642] {
    color: red;
}
.el-select-dropdown__item[data-v-18e45642] {
    height: auto !important;
}

.label-button[data-v-6b432615] {
    position: relative;
    width: 100%;
}
::v-deep .el-form-item__label[data-v-6b432615] {
    width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-6b432615] {
    width: 100% !important;
}
.label-box[data-v-6b432615] {
    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;
}

.label-button[data-v-093a4a08] {
    position: relative;
    width: 100%;
}
::v-deep .el-form-item__label[data-v-093a4a08] {
    width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-093a4a08] {
    width: 100% !important;
}
.label-box[data-v-093a4a08] {
    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;
}

.conebox[data-v-52b34aa4] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-52b34aa4] {
  padding: 10px;
}
.one[data-v-52b34aa4] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-52b34aa4] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-52b34aa4] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-52b34aa4] {
  color: red;
}

.conebox[data-v-0fcca4bc] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-0fcca4bc] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-0fcca4bc] {
  padding: 8px;
}


.conebox[data-v-595cc898] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-595cc898] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-595cc898] {
  padding: 8px;
}


.conebox[data-v-3e3c624c] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-3e3c624c] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-3e3c624c] {
    padding: 8px;
}

.conebox[data-v-0cf38bf7] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-0cf38bf7] {
  padding: 10px;
}
.one[data-v-0cf38bf7] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-0cf38bf7] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-0cf38bf7] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-0cf38bf7] {
  color: red;
}


.conebox[data-v-c32fcb2e] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-c32fcb2e] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-c32fcb2e] {
  padding: 8px;
}


.conebox[data-v-584c7b4e] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-584c7b4e] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-584c7b4e] {
  padding: 8px;
}


.conebox[data-v-a5be2096] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-a5be2096] {
    padding: 10px;
}
.one[data-v-a5be2096] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-a5be2096] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-a5be2096] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-a5be2096] {
    color: red;
}

.tip[data-v-6b2f32f3] {
    font-size: 16px;
    line-height: 1.5;
    margin-top: -20px;
    margin-bottom: 20px;
}
.btn-list-wrap[data-v-6b2f32f3] {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 0px 0px;
}
.btn-list-wrap .el-button[data-v-6b2f32f3] {
    width: 50% !important;
}
.btn-list-wrap .flex-center[data-v-6b2f32f3]{
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    line-height: 18px;
}
.btn-list-wrap .icon[data-v-6b2f32f3]{
    width: 18px;
    height: 18px; 
    display: block;
    margin-right: 6px;
} 

.error-wrap[data-v-3bcac8e3] {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
}
.error-wrap .error[data-v-3bcac8e3] {
    font-size: 12px;
    color: red;
    line-height: 32px;
}

.conebox[data-v-232572eb] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-232572eb] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-232572eb] {
    padding: 8px;
}
.addform[data-v-232572eb] .el-form-item__label {
    line-height: 32px !important;
}
.addform[data-v-232572eb] .el-form-item__error {
    top: 8px !important;
}
.tabs-container[data-v-232572eb] {
    position: relative;
}
.tabs-container[data-v-232572eb] .trace-edit-btns-wrap {
    position: absolute;
    right: 20px;
    top: 4px;
    z-index: 4;
}

.label-button[data-v-05464ab5] {
    position: relative;
    width: 100%;
}
::v-deep .el-form-item__label[data-v-05464ab5] {
    width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-05464ab5] {
    width: 100% !important;
}
.label-box[data-v-05464ab5] {
    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;
}
.box-dialog[data-v-05464ab5] {
    max-height: calc(58vh - 20px);
    overflow-y: auto;
}
.el-textarea__inner[data-v-05464ab5] {
  color: #ac883e;
}

.tree-select-childs[data-v-110a95a0] {
.header-row {
th {
            background: #f8f8f9;
}
}
.el-table__cell {
        padding: 12px 0 !important;
}
}

.conebox[data-v-cf9804c2] {
    padding: 5px;
    background: #fff;
}
.conebox[data-v-cf9804c2] tr:hover {
    background: none !important;
}
.conebox[data-v-cf9804c2] tr.hover-row > td.el-table__cell {
    background: none !important;
}
.titlet[data-v-cf9804c2] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-cf9804c2] {
    padding: 8px;
}
.addform[data-v-cf9804c2] .el-form-item__label {
    line-height: 32px !important;
}
.addform[data-v-cf9804c2] .el-form-item__error {
    top: 8px !important;
}
.tabs-container[data-v-cf9804c2] {
    position: relative;
}
.tabs-container[data-v-cf9804c2] .trace-edit-btns-wrap {
    position: absolute;
    right: 20px;
    top: 4px;
    z-index: 4;
}

.tree-select-childs[data-v-465079cd] {
.header-row {
th {
            background: #f8f8f9;
}
}
.el-table__cell {
        padding: 12px 0 !important;
}
}





























































































































































































































































































































































































































































































.conebox[data-v-9de8cb1c] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-9de8cb1c] {
    padding: 10px;
}
.one[data-v-9de8cb1c] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-9de8cb1c] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-9de8cb1c] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-9de8cb1c] {
    color: red;
}

.conebox[data-v-b22f295c] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-b22f295c] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-b22f295c] {
    padding: 8px;
}

.conebox[data-v-0e7e2b64] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-0e7e2b64] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-0e7e2b64] {
    padding: 8px;
}

.conebox[data-v-3b58cfca] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-3b58cfca] {
  padding: 10px;
}
.one[data-v-3b58cfca] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-3b58cfca] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-3b58cfca] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-3b58cfca] {
  color: red;
}
.contract-manage ::v-deep .el-date-editor .el-range-separator[data-v-3b58cfca] {
    width: 26px;
}
::v-deep .el-date-editor .el-range-separator[data-v-3b58cfca] {
    width: 26px;
}

.label-button[data-v-49c12746] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-49c12746] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-49c12746]{
  width: 100% !important;
}
.label-box[data-v-49c12746] {
  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;
}

.conebox[data-v-da5872b2] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-da5872b2] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-da5872b2] {
  padding: 8px;
}
.contract-manage ::v-deep .el-date-editor .el-range-separator[data-v-da5872b2] {
    width: 26px;
}
::v-deep .el-date-editor .el-range-separator[data-v-da5872b2] {
    width: 26px !important;
}

.conebox[data-v-5241051c] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-5241051c] {
  padding: 10px;
}
.one[data-v-5241051c] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-5241051c] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-5241051c] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-5241051c] {
  color: red;
}

.label-button[data-v-5c28e65e] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-5c28e65e] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-5c28e65e] {
  width: 100% !important;
}
.label-box[data-v-5c28e65e] {
  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;
}

.conebox[data-v-4a04f320] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-4a04f320] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-4a04f320] {
  padding: 8px;
}

.label-button[data-v-d0383f72] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-d0383f72] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-d0383f72] {
  width: 100% !important;
}
.label-box[data-v-d0383f72] {
  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;
}

.conebox[data-v-ba32c6da] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-ba32c6da] {
  padding: 10px;
}
.one[data-v-ba32c6da] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-ba32c6da] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-ba32c6da] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-ba32c6da] {
  color: red;
}

.label-button[data-v-19796f49] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-19796f49] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-19796f49]{
  width: 100% !important;
}
.label-box[data-v-19796f49] {
  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;
}

.conebox[data-v-7a71ff40] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-7a71ff40] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-7a71ff40] {
  padding: 8px;
}
.expand-wrapper[data-v-7a71ff40] {
  margin-left: 100px;
  padding: 10px 0;
}

.label-button[data-v-3cf4bbb3] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-3cf4bbb3] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-3cf4bbb3] {
  width: 100% !important;
}
.label-button .el-form--label-top[data-v-3cf4bbb3] {
  width: 100% !important;
}
[data-v-3cf4bbb3] .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-3cf4bbb3] .el-form--label-top .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label-button[data-v-3cf4bbb3] .el-form--label-top .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label-box[data-v-3cf4bbb3] {
  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;
}
.label-button-box[data-v-3cf4bbb3]{
  position: absolute;
  right: 0;
  top: -40px;
}

.conebox[data-v-abf362e2] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-abf362e2] {
  padding: 10px;
}
.one[data-v-abf362e2] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-abf362e2] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-abf362e2] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-abf362e2] {
  color: red;
}

.label-button[data-v-49736ca2] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-49736ca2] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-49736ca2]{
  width: 100% !important;
}
.label-box[data-v-49736ca2] {
  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;
}

.conebox[data-v-1a5ea906] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-1a5ea906] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-1a5ea906] {
  padding: 8px;
}

.label-button[data-v-76cc9ec0] {
  position: relative;
  width: 100%;
}
.label-button label[data-v-76cc9ec0] {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
::v-deep .el-form-item__label[data-v-76cc9ec0] {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-76cc9ec0] {
  width: 100% !important;
}
.label-box[data-v-76cc9ec0] {
  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;
}

.conebox[data-v-ca52ddb0] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-ca52ddb0] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-ca52ddb0] {
  padding: 8px;
}

.spotcheckEdit[data-v-3bcf5780] {
    padding: 20px;
    background-color: #fff;
}
.spotcheckEdit .box[data-v-3bcf5780] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-x: scroll;
}

.conebox[data-v-0f6f009b] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-0f6f009b] {
  padding: 10px;
}
.one[data-v-0f6f009b] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-0f6f009b] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-0f6f009b] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-0f6f009b] {
  color: red;
}

.label-button[data-v-1d21cdac] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-1d21cdac] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-1d21cdac] {
  width: 100% !important;
}
.label-box[data-v-1d21cdac] {
  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;
}

.conebox[data-v-6a3b40e0] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-6a3b40e0] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-6a3b40e0] {
  padding: 8px;
}

.label-button[data-v-25830058] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-25830058] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-25830058] {
  width: 100% !important;
}
.label-box[data-v-25830058] {
  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;
}

.conebox[data-v-0bc51343] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-0bc51343] {
  padding: 10px;
}
.one[data-v-0bc51343] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-0bc51343] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-0bc51343] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-0bc51343] {
  color: red;
}

.label-button[data-v-3c403c36] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-3c403c36] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-3c403c36] {
  width: 100% !important;
}
.label-box[data-v-3c403c36] {
  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;
}

.conebox[data-v-0da85b22] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-0da85b22] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-0da85b22] {
  padding: 8px;
}

.label-button[data-v-d558e8e4] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-d558e8e4] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-d558e8e4] {
  width: 100% !important;
}
.label-box[data-v-d558e8e4] {
  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;
}

.label-button[data-v-68d6edfc] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-68d6edfc] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-68d6edfc] {
  width: 100% !important;
}
.label-box[data-v-68d6edfc] {
  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;
}

.conebox[data-v-e9d8c244] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-e9d8c244] {
  padding: 10px;
}
.one[data-v-e9d8c244] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-e9d8c244] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-e9d8c244] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-e9d8c244] {
  color: red;
}

.label-button[data-v-51a34693] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-51a34693] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-51a34693]{
  width: 100% !important;
}
.label-box[data-v-51a34693] {
  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;
}
.label-button-box[data-v-51a34693]{
  position: absolute;
  right: 0;
  top: -40px;
}

.conebox[data-v-6ec144ba] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-6ec144ba] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-6ec144ba] {
  padding: 8px;
}

.conebox[data-v-7852aa46] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-7852aa46] {
  padding: 10px;
}
.one[data-v-7852aa46] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-7852aa46] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-7852aa46] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-7852aa46] {
  color: red;
}

.label-button[data-v-002db671] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-002db671] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-002db671] {
  width: 100% !important;
}
.label-button .el-form--label-top[data-v-002db671] {
  width: 100% !important;
}
[data-v-002db671] .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-002db671] .el-form--label-top .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label-button[data-v-002db671] .el-form--label-top .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label-box[data-v-002db671] {
  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;
}
.label-button-box[data-v-002db671]{
  position: absolute;
  right: 0;
  top: -40px;
}

.conebox[data-v-6e1e71f4] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-6e1e71f4] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-6e1e71f4] {
  padding: 8px;
}

.label-button[data-v-1538a8a2] {
  position: relative;
  width: 100%;
}
.label-button label[data-v-1538a8a2] {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
::v-deep .el-form-item__label[data-v-1538a8a2] {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-1538a8a2] {
  width: 100% !important;
}
.label-box[data-v-1538a8a2] {
  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;
}

.label-button[data-v-6e58046f] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-6e58046f] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-6e58046f] {
  width: 100% !important;
}
.label-box[data-v-6e58046f] {
  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;
}

.conebox[data-v-081ad4c5] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-081ad4c5] {
  padding: 10px;
}
.one[data-v-081ad4c5] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-081ad4c5] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-081ad4c5] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-081ad4c5] {
  color: red;
}

.conebox[data-v-e0ec5826] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-e0ec5826] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-e0ec5826] {
  padding: 8px;
}

.conebox[data-v-3273ee1e] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-3273ee1e] {
  padding: 10px;
}
.one[data-v-3273ee1e] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-3273ee1e] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-3273ee1e] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-3273ee1e] {
  color: red;
}

.conebox[data-v-1ed0e994] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-1ed0e994] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-1ed0e994] {
  padding: 8px;
}

.conebox[data-v-28c190a0] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-28c190a0] {
  padding: 10px;
}
.one[data-v-28c190a0] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-28c190a0] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-28c190a0] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-28c190a0] {
  color: red;
}

.label-button[data-v-a2bca0ba] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-a2bca0ba] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-a2bca0ba]{
  width: 100% !important;
}
.label-box[data-v-a2bca0ba] {
  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;
}
.label-button-box[data-v-a2bca0ba]{
  position: absolute;
  right: 0;
  top: -40px;
}

.conebox[data-v-1d2517f4] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-1d2517f4] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-1d2517f4] {
  padding: 8px;
}
.expand-wrapper[data-v-1d2517f4] {
  margin-left: 100px;
  padding: 10px 0;
}

.label-button[data-v-2d069e41] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-2d069e41] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-2d069e41] {
  width: 100% !important;
}
.label-box[data-v-2d069e41] {
  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;
}

.conebox[data-v-28371a2c] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-28371a2c] {
  padding: 10px;
}
.one[data-v-28371a2c] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-28371a2c] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-28371a2c] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-28371a2c] {
  color: red;
}

.conebox[data-v-10c258e3] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-10c258e3] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-10c258e3] {
  padding: 8px;
}
.expand-wrapper[data-v-10c258e3] {
  margin-left: 100px;
  padding: 10px 0;
}
.box-card[data-v-10c258e3] {
  margin-bottom: 20px;
}
.qualityPlan .el-form-item[data-v-10c258e3] {
  margin-bottom: 10px;
}

.conebox[data-v-39acc265] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-39acc265] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-39acc265] {
  padding: 8px;
}
.expand-wrapper[data-v-39acc265] {
  margin-left: 100px;
  padding: 10px 0;
}
.box-card[data-v-39acc265] {
  margin-bottom: 20px;
}
.qualityPlan .el-form-item[data-v-39acc265] {
  margin-bottom: 10px;
}




























































































































































































































































































.conebox[data-v-2da66485] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-2da66485] {
  padding: 10px;
}
.one[data-v-2da66485] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-2da66485] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-2da66485] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-2da66485] {
  color: red;
}

.label-button[data-v-87869b9e] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-87869b9e] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-87869b9e]{
  width: 100% !important;
}
.label-button .el-form--label-top[data-v-87869b9e] {
  width: 100% !important;
}
[data-v-87869b9e] .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-87869b9e] .el-form--label-top .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label-button[data-v-87869b9e] .el-form--label-top .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label-box[data-v-87869b9e] {
  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;
}

.conebox[data-v-0f68b142] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-0f68b142] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-0f68b142] {
  padding: 8px;
}

.label-button[data-v-1a5b63c9] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-1a5b63c9] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-1a5b63c9] {
  width: 100% !important;
}
.label-box[data-v-1a5b63c9] {
  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;
}

.label-button[data-v-2c151044] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-2c151044] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-2c151044] {
  width: 100% !important;
}
.label-box[data-v-2c151044] {
  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;
}

.conebox[data-v-2300c80b] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-2300c80b] {
  padding: 10px;
}
.one[data-v-2300c80b] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-2300c80b] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-2300c80b] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-2300c80b] {
  color: red;
}

.label-button[data-v-f12df2a6] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-f12df2a6] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-f12df2a6]{
  width: 100% !important;
}
.label-button .el-form--label-top[data-v-f12df2a6] {
  width: 100% !important;
}
[data-v-f12df2a6] .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-f12df2a6] .el-form--label-top .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label-button[data-v-f12df2a6] .el-form--label-top .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label-box[data-v-f12df2a6] {
  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;
}
.label-button-box[data-v-f12df2a6]{
  position: absolute;
  right: 0;
  top: -40px;
}

.conebox[data-v-33e5518a] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-33e5518a] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-33e5518a] {
  padding: 8px;
}

.label-button[data-v-384a62fc] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-384a62fc] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-384a62fc] {
  width: 100% !important;
}
.label-box[data-v-384a62fc] {
  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;
}

.label-button[data-v-aea7151e] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-aea7151e] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-aea7151e] {
  width: 100% !important;
}
.label-box[data-v-aea7151e] {
  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;
}

.conebox[data-v-4b5e390a] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-4b5e390a] {
  padding: 10px;
}
.one[data-v-4b5e390a] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-4b5e390a] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-4b5e390a] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-4b5e390a] {
  color: red;
}
.contract-manage[data-v-4b5e390a] .el-range-editor--small .el-range-separator {
    width: 26px !important;
}
[data-v-4b5e390a] .el-range-editor--small .el-range-separator {
    width: 26px !important;
}

.conebox[data-v-5c7b6169] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-5c7b6169] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-5c7b6169] {
  padding: 8px;
}
.expand-wrapper[data-v-5c7b6169] {
  margin-left: 100px;
  padding: 10px 0;
}
.box-card[data-v-5c7b6169] {
  margin-bottom: 20px;
}
.qualityPlan .el-form-item[data-v-5c7b6169]{
  margin-bottom: 10px;
}

.conebox[data-v-459b0b68] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-459b0b68] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-459b0b68] {
  padding: 8px;
}
.expand-wrapper[data-v-459b0b68] {
  margin-left: 100px;
  padding: 10px 0;
}
.box-card[data-v-459b0b68] {
  margin-bottom: 20px;
}
.qualityPlan .el-form-item[data-v-459b0b68] {
  margin-bottom: 10px;
}

.conebox[data-v-2fd20bd9] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-2fd20bd9] {
  padding: 10px;
}
.one[data-v-2fd20bd9] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-2fd20bd9] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-2fd20bd9] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-2fd20bd9] {
  color: red;
}

.regulationadd[data-v-620ef124] .el-list-enter-active,
  .regulationadd[data-v-620ef124] .el-list-leave-active {
    -webkit-transition: none;
    transition: none;
}
.regulationadd[data-v-620ef124] .el-list-enter,
  .regulationadd[data-v-620ef124] .el-list-leave-active {
    opacity: 0;
}
.conebox[data-v-620ef124] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-620ef124] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-620ef124] {
  padding: 8px;
}


.conebox[data-v-24a3c488] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-24a3c488] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-24a3c488] {
  padding: 8px;
}


.conebox[data-v-14431a92] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-14431a92] {
  padding: 10px;
}
.one[data-v-14431a92] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-14431a92] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-14431a92] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-14431a92] {
  color: red;
}

.conebox[data-v-8b70d48c] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-8b70d48c] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-8b70d48c] {
    padding: 8px;
}

.contract-manage[data-v-25c9ff76] {
.el-range-separator {
    width: 26px;
}
}
.conebox[data-v-25c9ff76] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-25c9ff76] {
  padding: 10px;
}
.one[data-v-25c9ff76] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-25c9ff76] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-25c9ff76] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-25c9ff76] {
  color: red;
}

.conebox[data-v-9717a0e8] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-9717a0e8] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-9717a0e8] {
  padding: 8px;
}
.el_col_css[data-v-9717a0e8] .el-form-item__label { border-bottom: 2px solid rgb(242, 246, 252); width: 100%;margin-bottom:10px;padding:5px 0;
}
.el_col_css[data-v-9717a0e8] .el-form-item__label { color: #E6A23C; font-weight: 700; font-size: 16px; font-family: "Microsoft YaHei Bold", "Microsoft YaHei Bold-Bold"; text-align: left;
}

.conebox[data-v-6982643e] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-6982643e] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-6982643e] {
    padding: 8px;
}
.el_col_css[data-v-6982643e] .el-form-item__label {
    border-bottom: 2px solid rgb(242, 246, 252);
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
}
.el_col_css[data-v-6982643e] .el-form-item__label {
    color: #e6a23c;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Microsoft YaHei Bold', 'Microsoft YaHei Bold-Bold';
    text-align: left;
}

.conebox[data-v-65f688c4] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-65f688c4] {
  padding: 10px;
}
.one[data-v-65f688c4] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-65f688c4] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-65f688c4] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-65f688c4] {
  color: red;
}
.el-form[data-v-65f688c4]{
/deep/ .el-form-item__label {
    line-height: 32px !important;
}
}

.conebox[data-v-4a476e40] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-4a476e40] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-4a476e40] {
  padding: 8px;
}
.addform[data-v-4a476e40] .el-form-item__label{
    line-height: 32px!important;
}
[data-v-4a476e40] .bzqx-table .vxe-body--row.disabled-row {
  background-color: #f5f5f5 !important;
}
[data-v-4a476e40] .jsyj-table .vxe-body--row.disabled-row {
  background-color: #f5f5f5 !important;
}

.conebox[data-v-4fefb2a4] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-4fefb2a4] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-4fefb2a4] {
    padding: 8px;
}
.addform[data-v-4fefb2a4] .el-form-item__label {
    line-height: 32px !important;
}
[data-v-4fefb2a4] .bzqx-table .vxe-body--row.disabled-row {
  background-color: #f5f5f5 !important;
}
[data-v-4fefb2a4] .jsyj-table .vxe-body--row.disabled-row {
  background-color: #f5f5f5 !important;
}

.label-button[data-v-d4d26006] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-d4d26006] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-d4d26006]{
  width: 100% !important;
}
.label-box[data-v-d4d26006] {
  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;
}

.label-button[data-v-7d95adfa] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-7d95adfa] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-7d95adfa]{
  width: 100% !important;
}
.label-box[data-v-7d95adfa] {
  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;
}

.label-button[data-v-4a2f02b4] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-4a2f02b4] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-4a2f02b4] {
  width: 100% !important;
}
.label-box[data-v-4a2f02b4] {
  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;
}

.label-button[data-v-01ed4264] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-01ed4264] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-01ed4264] {
  width: 100% !important;
}
.label-box[data-v-01ed4264] {
  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;
}

.conebox[data-v-31e5d12a] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.conebox[data-v-31e5d12a] .box-card .el-card__body {
  padding: 10px;
}
.expand-wrapper[data-v-31e5d12a] {
  padding: 10px;
}
.one[data-v-31e5d12a] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-31e5d12a] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-31e5d12a] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-31e5d12a] {
  color: red;
}

.HistoricalSamplesDialog {
.el-dialog__body {
    padding: 10px;
}
.dialog-footer {
}
}

.conebox[data-v-7532b2bd] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.conebox[data-v-7532b2bd] .box-card .el-card__body {
  padding: 10px;
}
.expand-wrapper[data-v-7532b2bd] {
  padding: 10px;
}
.one[data-v-7532b2bd] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-7532b2bd] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-7532b2bd] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-7532b2bd] {
  color: red;
}
.repbackoff-customer .el-select-dropdown__item[data-v-7532b2bd] {
  height: auto!important;
}

.repbackoffFallback[data-v-705a166c] {
    padding: 20px;
    background-color: #fff;
}
.repbackoffFallback .box[data-v-705a166c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-x: scroll;
}

.conebox[data-v-e53a5616] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-e53a5616] {
  padding: 10px;
}
.one[data-v-e53a5616] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-e53a5616] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-e53a5616] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-e53a5616] {
  color: red;
}

.expand-wrapper[data-v-0cb0e7b9] {
  padding: 10px 20px;
}
.one[data-v-0cb0e7b9] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-0cb0e7b9] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-0cb0e7b9] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.el_col_css[data-v-0cb0e7b9] .el-form-item__label {
  color: #E6A23C;
  font-weight: 700;
  font-size: 16px;
  font-family: "Microsoft YaHei Bold", "Microsoft YaHei Bold-Bold";
  text-align: left;
}

.HistoricalSamplesDialog {
.el-dialog__body {
    padding: 10px;
}
.dialog-footer {
}
}

.entrustTable_required[data-v-19fbeeef] {
&:before {
        content: '*';
        color: #f56c6c;
        margin-right: 4px;
}
}
.conebox[data-v-19fbeeef] .vxe-toolbar {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.orange[data-v-19fbeeef] {
    color: #e6a23c;
}
.items[data-v-19fbeeef] {
    margin-right: 15px;
}
.conebox[data-v-19fbeeef] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-19fbeeef] {
    padding: 10px;
}
.one[data-v-19fbeeef] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-19fbeeef] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-19fbeeef] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-19fbeeef] {
    color: red;
}
.vxe-table--render-default .vxe-body--column.col--ellipsis > .vxe-cell[data-v-19fbeeef],
.vxe-table--render-default .vxe-footer--column.col--ellipsis > .vxe-cell[data-v-19fbeeef],
.vxe-table--render-default .vxe-header--column.col--ellipsis > .vxe-cell[data-v-19fbeeef] {
    max-height: inherit !important;
}
.customer-select .el-select-dropdown__item[data-v-19fbeeef] {
    height: auto !important;
}


.el-radio-group[data-v-602f73e4] {
  width: 100%;
}
.hidden[data-v-602f73e4] .el-form-item__label {
  visibility: hidden;
}
.el-form--label-top[data-v-602f73e4] .el-form-item__label {
  padding: 0;
}


.conebox[data-v-700e1441] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-700e1441] {
    padding: 10px;
}
.one[data-v-700e1441] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-700e1441] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-700e1441] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-700e1441] {
    color: red;
}
.customer-select .el-select-dropdown__item[data-v-700e1441] {
    height: auto !important;
}
































































































































































































































































































































































.conebox[data-v-57c8acb9] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-57c8acb9] {
  padding: 10px;
}
.one[data-v-57c8acb9] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-57c8acb9] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-57c8acb9] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-57c8acb9] {
  color: red;
}
.el-form-item__label[data-v-57c8acb9] {
  padding: 0 12px 0 0 !important;
}

.nolabel[data-v-9fee6ac0] .el-form-item__content {
    margin-left: 0 !important;
}
.orange[data-v-9fee6ac0] {
    color: #e6a23c;
}
.items[data-v-9fee6ac0] {
    margin-right: 15px;
}
.conebox[data-v-9fee6ac0] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-9fee6ac0] {
    padding: 10px;
}
.one[data-v-9fee6ac0] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-9fee6ac0] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-9fee6ac0] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-9fee6ac0] {
    color: red;
}
.vxe-table--render-default .vxe-body--column.col--ellipsis > .vxe-cell[data-v-9fee6ac0],
.vxe-table--render-default .vxe-footer--column.col--ellipsis > .vxe-cell[data-v-9fee6ac0],
.vxe-table--render-default .vxe-header--column.col--ellipsis > .vxe-cell[data-v-9fee6ac0] {
    max-height: inherit !important;
}
.hidden[data-v-9fee6ac0] .el-form-item__label {
    visibility: hidden;
}
.header-required[data-v-9fee6ac0]:before {
    content: '*';
    color: #f56c6c;
    margin-right: 4px;
}

.conebox[data-v-40ccb9fd] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.icon[data-v-40ccb9fd] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.icon-box[data-v-40ccb9fd] {
  font-size: 16px;
}
.statistics-box[data-v-40ccb9fd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  height: 120px;
}
.statistics[data-v-40ccb9fd] {
  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: 1px solid #eee;
  border-radius: 13px;
  padding: 10px;
  margin-right: 10px;
  height: 100%;
}
.statistics1[data-v-40ccb9fd] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.statistics2[data-v-40ccb9fd] {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.statistics3[data-v-40ccb9fd] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.statistics .text[data-v-40ccb9fd] {
  font-size: 18px;
  /* margin-bottom: 40px; */
}
.statistics .proportion[data-v-40ccb9fd] {
  /* display: flex; */
}
.statistics .value[data-v-40ccb9fd] {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.proportion1[data-v-40ccb9fd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contract-manage .el-range-separator[data-v-40ccb9fd] {
    width: 26px;
}
.customer-select .el-select-dropdown__item[data-v-40ccb9fd] {
  height: auto!important;
}

.conebox[data-v-4169ab80] {
  padding: 8px;
  background: #fff;
}
.titlet[data-v-4169ab80] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-4169ab80] {
  padding: 8px;
}
.el-select-dropdown__item[data-v-4169ab80] {
  height: auto !important;
}
.labelss .el-form-item__label[data-v-4169ab80] {
  width: 135px !important;
  line-height: 30px !important;
}
.title-B[data-v-4169ab80] {
  margin: 15px 0;
}

.conebox[data-v-a2e5eb02] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.contract-manage .el-range-separator[data-v-a2e5eb02] {
    width: 26px;
}

.label-button[data-v-3ee6fa2c] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-3ee6fa2c] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-3ee6fa2c] {
  width: 100% !important;
}
.label-box[data-v-3ee6fa2c] {
  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;
}
.customer-select .el-select-dropdown__item[data-v-3ee6fa2c] {
  height: auto!important;
}

.conebox[data-v-3372f16c] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.title-B[data-v-3372f16c]{
  margin: 15px 0;
}

.label-button[data-v-c99f74dc] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-c99f74dc] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-c99f74dc] {
  width: 100% !important;
}
.label-box[data-v-c99f74dc] {
  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;
}

.conebox[data-v-500a0b1f] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.contract-manage .el-range-separator[data-v-500a0b1f] {
    width: 26px;
}

.conebox[data-v-4bd2e579] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-4bd2e579] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-4bd2e579] {
  padding: 8px;
}
.el-select-dropdown__item[data-v-4bd2e579] {
  height: auto !important;
}
.labelss .el-form-item__label[data-v-4bd2e579] {
  width: 135px !important;
  line-height: 30px !important;
}
.title-top[data-v-4bd2e579] {
  font-size: 16px;
}

.label-button[data-v-534c1ab4] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-534c1ab4] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-534c1ab4] {
  width: 100% !important;
}
.label-box[data-v-534c1ab4] {
  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;
}

.conebox[data-v-1945e3e9] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.contract-manage .el-range-separator[data-v-1945e3e9] {
    width: 26px;
}
.customer-select .el-select-dropdown__item[data-v-1945e3e9] {
  height: auto!important;
}

.conebox[data-v-01cb891f] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.contract-manage .el-range-separator[data-v-01cb891f] {
    width: 26px;
}

.conebox[data-v-26687d29] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.contract-manage .el-range-separator[data-v-26687d29] {
    width: 26px;
}

.label-button[data-v-1f76b988] {
    position: relative;
    width: 100%;
}
::v-deep .el-form-item__label[data-v-1f76b988] {
    width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-1f76b988] {
    width: 100% !important;
}
.label-box[data-v-1f76b988] {
    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;
}

.label-button[data-v-100b52bc] {
    position: relative;
    width: 100%;
}
::v-deep .el-form-item__label[data-v-100b52bc] {
    width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-100b52bc] {
    width: 100% !important;
}
.label-box[data-v-100b52bc] {
    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;
}
.contract-manage .el-range-separator[data-v-100b52bc] {
    width: 26px;
}

.conebox[data-v-22d12e63] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.contract-manage .el-range-separator[data-v-22d12e63] {
    width: 26px;
}

.conebox[data-v-e7830466] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}

.label-button[data-v-34cfd55e] {
    position: relative;
    width: 100%;
}
::v-deep .el-form-item__label[data-v-34cfd55e] {
    width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-34cfd55e] {
    width: 100% !important;
}
.label-box[data-v-34cfd55e] {
    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;
}

.label-button[data-v-0d3f90ed] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-0d3f90ed] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-0d3f90ed] {
  width: 100% !important;
}
.label-box[data-v-0d3f90ed] {
  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;
}












































































































































































.conebox[data-v-0336e4da] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-0336e4da] {
    padding: 10px;
}
.one[data-v-0336e4da] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-0336e4da] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-0336e4da] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-0336e4da] {
    color: red;
}

.conebox[data-v-5e820ec3] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-5e820ec3] {
    padding: 10px;
}
.one[data-v-5e820ec3] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-5e820ec3] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-5e820ec3] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-5e820ec3] {
    color: red;
}
.el-select-dropdown__item[data-v-5e820ec3] {
    height: auto !important;
}

.dialogTemplate {
.el-dialog__body {
        max-height: 400px;
        overflow-y: auto;
}
}

.conebox[data-v-ccc31230] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-ccc31230] {
    padding: 10px;
}
.one[data-v-ccc31230] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-ccc31230] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-ccc31230] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-ccc31230] {
    color: red;
}

.dialogTemplate {
.el-dialog__body {
        max-height: 400px;
        overflow-y: auto;
}
}

.conebox[data-v-a39d7ec6] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-a39d7ec6] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-a39d7ec6] {
  padding: 8px;
}
.sample-spreadsheets[data-v-a39d7ec6] {
  width: 100%;
  height: 500px;
  overflow: hidden;
  float: left;
}
.headers[data-v-a39d7ec6]{
  height: 32px;
  padding: 6px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4e7ed;
  clear: both;
  margin-bottom: 12px;
}
.headers .title[data-v-a39d7ec6]{
  margin-right: 3%;
  float: left;
  font-weight: bold;
   line-height: 32px;
}
.headers .template_header_require[data-v-a39d7ec6]{
    font-style: normal;
    color: #92969c;
    float: left;
    font-size: 14px;
    line-height: 32px;
}
.headers .titles[data-v-a39d7ec6]{
  float: left;
}
.headers .TipsFrameBox[data-v-a39d7ec6] {
    width: 160px;
    height: 36px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
        color: #f56c6c;
}
.el-select-dropdown__item[data-v-a39d7ec6]{
    height: auto!important;
}

.conebox[data-v-9370f7e0] {
    padding: 5px;
    background: #fff;
}
.titlet[data-v-9370f7e0] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-9370f7e0] {
    padding: 8px;
}
.drag-btn[data-v-9370f7e0] {
    cursor: move;
}
.sortable-ghost[data-v-9370f7e0] {
    opacity: 0.5;
    background: #c8ebfb;
}

.conebox[data-v-766f62df] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-766f62df] {
    padding: 10px;
}
.one[data-v-766f62df] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-766f62df] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-766f62df] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-766f62df] {
    color: red;
}
.el-form-item__label[data-v-766f62df] {
    padding: 0 12px 0 0 !important;
}

.conebox[data-v-2c960722] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-2c960722] {
    padding: 10px;
}
.one[data-v-2c960722] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-2c960722] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-2c960722] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-2c960722] {
    color: red;
}
.el-form-item__label[data-v-2c960722] {
    padding: 0 12px 0 0 !important;
}

.conebox[data-v-00eb6913] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-00eb6913] {
    padding: 10px;
}
.one[data-v-00eb6913] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-00eb6913] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-00eb6913] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-00eb6913] {
    color: red;
}
.el-form-item__label[data-v-00eb6913] {
    padding: 0 12px 0 0 !important;
}

.conebox[data-v-1b174390] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-1b174390] {
  padding: 10px;
}
.one[data-v-1b174390] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-1b174390] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-1b174390] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-1b174390] {
  color: red;
}
.el-select-dropdown__item[data-v-1b174390]{
    height: auto!important;
}
.el-form-item__label[data-v-1b174390]{
    padding: 0 12px 0 0!important;
}

.conebox[data-v-4a8646da] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-4a8646da] {
  padding: 10px;
}
.one[data-v-4a8646da] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-4a8646da] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-4a8646da] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-4a8646da] {
  color: red;
}
.el-form-item__label[data-v-4a8646da]{
  padding: 0 12px 0 0!important;
}

.conebox[data-v-511d8ec7] {
  /* padding: 5px; */
}
.titlet[data-v-511d8ec7] {
  cursor: pointer;
  padding: 10px;
  background: #fff;
}
.boxtab[data-v-511d8ec7] {
  padding: 8px;
}
.boxCard[data-v-511d8ec7] {
&+.boxCard {
    margin-top: 10px;
}
.el-card__body {
    padding: 10px;
}
.boxRich {
    height: 80px;
.options-container, .sp-demo-childBlock, #settingsDiv, .rich-editor, .rich-editor-content {
      height: 100%;
}
}
}
.el-form-item--small .el-form-item__error[data-v-511d8ec7] {
  padding-top: 2px;
  position: absolute;
  top: 8px;
  right: 0;
  left: auto;
}
[data-v-511d8ec7] .alias_sample.el-select-dropdown {
  display: none;
}
.alias[data-v-511d8ec7] .el-input--suffix .el-input__inner {
  padding-right: 15px;
}
.alias[data-v-511d8ec7] .el-input__suffix {
  display: none;
}

.conebox[data-v-1b3bfa38] {
  /* padding: 5px; */
}
.titlet[data-v-1b3bfa38] {
  cursor: pointer;
  padding: 10px;
  background: #fff;
}
.boxtab[data-v-1b3bfa38] {
  padding: 8px;
}
.boxCard[data-v-1b3bfa38] {
&+.boxCard {
    margin-top: 10px;
}
.el-card__body {
    padding: 10px;
}
.boxRich {
    height: 80px;
.options-container, .sp-demo-childBlock, #settingsDiv, .rich-editor, .ts .rich-editor-content {
      height: 100%;
}
.ts .rich-editor-content{
      overflow-y: auto;
}
.options-container{
      overflow: visible;
}
}
}
.el-form-item--small .el-form-item__error[data-v-1b3bfa38] {
    padding-top: 2px;
    position: absolute;
    top: 8px;
    right: 0;
    left: auto;
}
[data-v-1b3bfa38] .alias_sample.el-select-dropdown {
  display: none;
}
.alias[data-v-1b3bfa38] .el-input--suffix .el-input__inner {
  padding-right: 15px;
}
.alias[data-v-1b3bfa38] .el-input__suffix {
  display: none;
}

.contract-manage[data-v-d1d03a12] {
.el-range-separator {
        width: 26px;
}
}
.conebox[data-v-d1d03a12] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-d1d03a12] {
    padding: 10px;
}
.one[data-v-d1d03a12] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-d1d03a12] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-d1d03a12] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-d1d03a12] {
    color: red;
}

.conebox[data-v-43b39921] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-43b39921] {
    padding: 10px;
}
.one[data-v-43b39921] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-43b39921] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-43b39921] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-43b39921] {
    color: red;
}
.el-form-item__label[data-v-43b39921] {
    padding: 0 12px 0 0 !important;
}

.conebox[data-v-672305c6] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-672305c6] {
    padding: 10px;
}
.one[data-v-672305c6] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-672305c6] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-672305c6] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-672305c6] {
    color: red;
}

.conebox[data-v-673168b2] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-673168b2] {
  padding: 10px;
}
.one[data-v-673168b2] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-673168b2] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-673168b2] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-673168b2] {
  color: red;
}

.conebox[data-v-7ec8c07c] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-7ec8c07c] {
    padding: 10px;
}
.one[data-v-7ec8c07c] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-7ec8c07c] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-7ec8c07c] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-7ec8c07c] {
    color: red;
}






















































































































































































































































































































































































































































/* .el-upload--text {
    border: none;
    width: 87px;
    height: 39px;
  } */
.conebox[data-v-0a660933] {
    padding: 0 5px;
    overflow: auto;

    /* height: 800px; */
}
.avatarPicture[data-v-0a660933] {
    height: 60px;
    width: 60px;
}
/* 修改提问input 删除 */
.elinputadd[data-v-0a660933] {
    position: relative;
    font-size: 14px;
    width: 88%;
}
.contentinput[data-v-0a660933] {
    /* font-size: 12px;
    margin: 9px 0; */
    /* height: 40px; */
    cursor: pointer;
    float: right;
    color: #797979;
    width: 100%;
    text-align: right;
}
.backall[data-v-0a660933] {
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 13px;
    margin-left: 30px;
}
.backall > span[data-v-0a660933] {
    padding: 0 10px;
}
.cameraall[data-v-0a660933] {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 13px;
    text-align: center;
}
.cameraall > span[data-v-0a660933] {
    padding: 0 10px;
}
.introduce[data-v-0a660933] {
    /* font-size: 10px; */
    color: #444444;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-tree[data-v-0a660933] {
    margin-top: 16px;
}
.left-tree[data-v-0a660933] .el-tree-node__content {
    height: 32px !important;
}

.conebox[data-v-a00e5782] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-a00e5782] {
  padding: 10px;
}
.one[data-v-a00e5782] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-a00e5782] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-a00e5782] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-a00e5782] {
  color: red;
}
.el-form-item__label[data-v-a00e5782] {
  padding: 0 12px 0 0 !important;
}
.el-select-dropdown__item[data-v-a00e5782] {
  height: auto !important;
}
[data-v-a00e5782] .cust_select {
  width: 100% !important;
}

.contract-manage[data-v-ef90de82] {
.el-range-separator {
      width: 26px;
}
}
.conebox[data-v-ef90de82] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-ef90de82] {
  padding: 10px;
}
.one[data-v-ef90de82] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-ef90de82] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-ef90de82] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-ef90de82] {
  color: red;
}

.noback1 .vxe-table--body-wrapper,
.noback1 .vxe-table--empty-placeholder {
  display: none !important;
}

.el-select-dropdown__item[data-v-606a3736] {
  height: auto !important;
}
.conebox[data-v-606a3736] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-606a3736] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-606a3736] {
  padding: 8px;
}
.xcks[data-v-606a3736] {
  overflow: hidden;
  overflow-y: auto;
  height: 150px;
  clear: both;
}

.selects {
  width: 1124px;
}
.selects .el-select-dropdown__item {
  padding: 0 !important;
  height: 50px !important;
}
.confirmation-form .el-form-item--small.el-form-item{
  margin-top:18px !important;
}
.selects .el-select-dropdown__list {
  padding: 6px !important;
}
.vxe-table--render-default .vxe-body--column.col--ellipsis:not(.col--active)>.vxe-cell{
  /* overflow: visible ; */
}
.el-textarea__inner {
  font-size: 14px !important;
}

.table-grid-container[data-v-28e03c5a] {
  width: 100%;
}
.ypxx_table[data-v-28e03c5a] {
  width: 100%;
  margin-top: 10px;
}
.title-B[data-v-28e03c5a] {
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}
.el-form-item--mini.el-form-item[data-v-28e03c5a], .el-form-item--small.el-form-item[data-v-28e03c5a]{
  margin-bottom: 0px;
}
[data-v-28e03c5a] .col--valid-error .el-input__inner{
  /* background-color: #df1919; */
 border-color: #df1919;
}

.contract-manage[data-v-c68f6d4c] {
.el-range-separator {
  width: 26px;
}
}
.conebox[data-v-c68f6d4c] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-c68f6d4c] {
  padding: 10px;
}
.one[data-v-c68f6d4c] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-c68f6d4c] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-c68f6d4c] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-c68f6d4c] {
  color: red;
}

.contract-manage[data-v-d7ad1d82] {
.el-range-separator {
    width: 26px;
}
}
.conebox[data-v-d7ad1d82] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-d7ad1d82] {
  padding: 10px;
}
.one[data-v-d7ad1d82] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-d7ad1d82] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-d7ad1d82] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-d7ad1d82] {
  color: red;
}

.selects {
  width: 1124px;
}

.selects[data-v-46c30d62] .el-select-dropdown__item {
  padding: 0 !important;
}
.vxe-table--render-wrapper[data-v-46c30d62] .vxe-table--body-wrapper {
  display: none;
}
.selects[data-v-46c30d62] .el-select-dropdown__list {
  padding: 6px !important;
}
.conebox[data-v-46c30d62] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-46c30d62] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-46c30d62] {
  padding: 8px;
}
.xcks[data-v-46c30d62] {
  overflow: hidden;
  overflow-y: auto;
  height: 150px;
  clear: both;
}

.contract-manage[data-v-b49632e4] {
.el-range-separator {
  width: 26px;
}
}
.conebox[data-v-b49632e4] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-b49632e4] {
  padding: 10px;
}
.one[data-v-b49632e4] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-b49632e4] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-b49632e4] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-b49632e4] {
  color: red;
}

.conebox[data-v-5160789a] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-5160789a] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-5160789a] {
  padding: 8px;
}
.el-select-dropdown__item[data-v-5160789a]{
    height: auto!important;
}
.mytable-scrollbar[data-v-5160789a] ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}
.has-gutter th[data-v-5160789a] {
    padding: 6px 0;
    background-color: #f0f0f0!important;
    border-bottom: 1px solid #d6d6d6!important;
        color: #909399;
        font-size: 13px;
}
.tabsa[data-v-5160789a] .el-tabs__header{
    background-color:#fff!important;
}
.show[data-v-5160789a] .el-form-item--mini.el-form-item, .show[data-v-5160789a] .el-form-item--small.el-form-item{
  margin-bottom:5px;
}
.show[data-v-5160789a] .el-form-item__label{
  color:#99a9bf;
}

.contract-manage[data-v-7bf08305] {
.el-range-separator {
  width: 26px;
}
}
.conebox[data-v-7bf08305] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-7bf08305] {
  padding: 10px;
}
.one[data-v-7bf08305] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-7bf08305] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-7bf08305] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-7bf08305] {
  color: red;
}
.switchStyle.el-switch .el-switch__core[data-v-7bf08305], .el-switch .el-switch__label[data-v-7bf08305] {
  width: auto !important;
}
.el-button + .el-button[data-v-7bf08305] {
  margin-left: 2px;
}

.conebox[data-v-329c655c] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-329c655c] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-329c655c] {
  padding: 8px;
}
.el-select-dropdown__item[data-v-329c655c] {
  height: auto !important;
}
.mytable-scrollbar[data-v-329c655c] ::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
.has-gutter th[data-v-329c655c] {
  padding: 6px 0;
  background-color: #f0f0f0 !important;
  border-bottom: 1px solid #d6d6d6 !important;
  color: #909399;
  font-size: 13px;
}
.tabsa[data-v-329c655c] .el-tabs__header {
  background-color: #fff !important;
}
.show[data-v-329c655c] .el-form-item--mini.el-form-item, .show .el-form-item--small.el-form-item[data-v-329c655c] {
  margin-bottom: 5px;
}
.show[data-v-329c655c] .el-form-item__label {
  color: #99a9bf;
}

.contract-manage[data-v-335a2ce8] {
.el-range-separator {
  width: 26px;
}
}
.conebox[data-v-335a2ce8] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-335a2ce8] {
  padding: 10px;
}
.one[data-v-335a2ce8] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-335a2ce8] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-335a2ce8] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-335a2ce8] {
  color: red;
}

.selectsCustomer .el-select-dropdown__item {
  height: auto;
}

.entrustTable[data-v-a42be6a2] {
.entrustTable_required {
&:before {
      content: '*';
      color: #f56c6c;
      margin-right: 4px;
}
}
}

.uploadImportClass {
  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;
}
.selects .el-select-dropdown__item {
  padding: 0 !important;
}
.noback .vxe-table--body-wrapper {
  background: rgba(0, 0, 0, 0) !important;
}
.noback1 .vxe-table--body-wrapper,
.noback1 .vxe-table--empty-placeholder {
  display: none !important;
}
.selects {
  width: 1124px;
  /* height: 271px; */
}
.selects .el-select-dropdown__list {
  padding: 6px !important;
}
.el-textarea__inner {
  font-size: 14px !important;
}
.entrustTable :v-deep .col--valid-error .el-input__inner {
  /* background-color: #df1919; */
  border-color: #df1919;
}
.vxe-box .el-form-item--mini.el-form-item,
.vxe-box .el-form-item--small.el-form-item {
  margin-bottom: 0px;
}

.DialogPlannedSamples {
.el-dialog__body {
    padding: 10px;
}
.dialog-footer {
}
}

.myplanInputSample {
  padding: 20px;
  background-color: #fff;
}
.selectsCustomer .el-select-dropdown__item {
  height: auto;
}

.noback1 .vxe-table--body-wrapper,
.noback1 .vxe-table--empty-placeholder {
  display: none !important;
}

.el-select-dropdown__item[data-v-669eb1d2] {
  height: auto !important;
}
.conebox[data-v-669eb1d2] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-669eb1d2] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-669eb1d2] {
  padding: 8px;
}
.xcks[data-v-669eb1d2] {
  overflow: hidden;
  overflow-y: auto;
  height: 150px;
  clear: both;
}

.selects {
  width: 1124px;
}
.selects .el-select-dropdown__item {
  padding: 0 !important;
  height: 34px !important;
}
.selects .el-select-dropdown__list {
  padding: 6px !important;
}

.el-button + .el-button[data-v-47273e16] {
  margin-left: 2px;
}

.dialogWarehouse {
.el-form-item {
    margin-bottom: 22px;
}
}

.conebox[data-v-b041bb0c] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-b041bb0c] {
    padding: 10px;
}
.one[data-v-b041bb0c] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-b041bb0c] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-b041bb0c] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-b041bb0c] {
    color: red;
}

.conebox[data-v-5985490a] {
  padding: 5px;
  background: #fff;
}
.boxCard[data-v-5985490a] {
& + .boxCard {
    margin-top: 10px;
}
.el-card__body {
  padding: 10px;
}
.el-form--label-top .el-form-item__label {
  padding: 0;
}
}
.titlet[data-v-5985490a] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-5985490a] {
  padding: 8px;
}
.el-select-dropdown__item[data-v-5985490a] {
  height: auto !important;
}
.mytable-scrollbar[data-v-5985490a] ::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
.has-gutter th[data-v-5985490a] {
  padding: 6px 0;
  background-color: #f0f0f0 !important;
  border-bottom: 1px solid #d6d6d6 !important;
  color: #909399;
  font-size: 13px;
}
.tabsa[data-v-5985490a] .el-tabs__header {
  background-color: #fff !important;
}
.vxe-table--tooltip-wrapper[data-v-5985490a] {
  z-index: 3000 !important;
}

.selects .el-select-dropdown__item {
  padding: 0 !important;
}
.noback .vxe-table--body-wrapper {
  background: rgba(0, 0, 0, 0) !important;
}
.noback1 .vxe-table--body-wrapper,
.noback1 .vxe-table--empty-placeholder {
  display: none !important;
}
.selects {
  width: 1124px;
  /* height: 271px; */
}
.selects .el-select-dropdown__list {
  padding: 6px !important;
}

.entrustTable[data-v-9d3bc418] {
.entrustTable_required {
&:before {
      content: '*';
      color: #f56c6c;
      margin-right: 4px;
}
}
}
[data-v-9d3bc418] .col--valid-error{
  /* background-color: #df1919; */
.el-input__inner{
    border-color: #df1919;
}
}

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

.HistoricalSamplesDialog[data-v-2d0c7606] {
.el-dialog__body {
  padding: 10px;
}
.dialog-footer {
}
}
.vxe-table--tooltip-wrapper[data-v-2d0c7606] {
  z-index: 10000 !important;
}

.EquipmentDialog[data-v-39004331] {
.el-dialog__body {
    padding: 10px;
}
.dialog-footer {
}
}
.vxe-table--tooltip-wrapper[data-v-39004331] {
  z-index: 10000 !important;
}

.conebox[data-v-489d58f0] {
    padding: 5px;
    background: #fff;
}
.boxCard[data-v-489d58f0] {
& + .boxCard {
        margin-top: 10px;
}
.el-card__body {
        padding: 10px;
}
.el-form--label-top .el-form-item__label {
        padding: 0;
}
}
.titlet[data-v-489d58f0] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-489d58f0] {
    padding: 8px;
}
.el-select-dropdown__item[data-v-489d58f0] {
    height: auto !important;
}
.mytable-scrollbar[data-v-489d58f0] ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}
.has-gutter th[data-v-489d58f0] {
    padding: 6px 0;
    background-color: #f0f0f0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    color: #909399;
    font-size: 13px;
}
.tabsa[data-v-489d58f0] .el-tabs__header {
    background-color: #fff !important;
}
.vxe-table--tooltip-wrapper[data-v-489d58f0] {
    z-index: 3000 !important;
}

.selects .el-select-dropdown__item {
    padding: 0 !important;
}
.noback .vxe-table--body-wrapper {
    background: rgba(0, 0, 0, 0) !important;
}
.noback1 .vxe-table--body-wrapper,
.noback1 .vxe-table--empty-placeholder {
    display: none !important;
}
.selects {
    width: 1124px;
    /* height: 271px; */
}
.selects .el-select-dropdown__list {
    padding: 6px !important;
}

.conebox[data-v-eeb6dd64] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-eeb6dd64] {
  padding: 10px;
}
.one[data-v-eeb6dd64] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-eeb6dd64] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-eeb6dd64] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-eeb6dd64] {
  color: red;
}

.conebox[data-v-d8ce8a8a] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-d8ce8a8a] {
  padding: 10px;
}
.one[data-v-d8ce8a8a] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-d8ce8a8a] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-d8ce8a8a] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-d8ce8a8a] {
  color: red;
}
.el-form-item__label[data-v-d8ce8a8a] {
  padding: 0 12px 0 0 !important;
}
.el-select-dropdown__item[data-v-d8ce8a8a] {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 44px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.el-select-dropdown .el-select-dropdown__item[data-v-3a937cf4] {
  width: 100%;
}
.conebox[data-v-3a937cf4] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-3a937cf4] {
  padding: 10px;
}
.one[data-v-3a937cf4] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-3a937cf4] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-3a937cf4] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-3a937cf4] {
  color: red;
}
.el-form-item__label[data-v-3a937cf4] {
  padding: 0 12px 0 0 !important;
}

.contract-manage[data-v-ab8dce10] {
.el-range-separator {
        width: 26px;
}
}
.conebox[data-v-ab8dce10] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-ab8dce10] {
    padding: 10px;
}
.one[data-v-ab8dce10] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-ab8dce10] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-ab8dce10] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}
.stepActive[data-v-ab8dce10] {
    color: red;
}
.el-form-item__label[data-v-ab8dce10] {
    padding: 0 12px 0 0 !important;
}

.ManagementUnqualified[data-v-317e9230] {
}

.conebox[data-v-3a266901] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.Center[data-v-3a266901] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.el-button + .el-button[data-v-3a266901] {
  margin-left: 2px;
}
.pageForms-btn[data-v-3a266901]{
  grid-column-start: span 5;
}
.pageForms.el-form--label-top .pageForms-con .el-form-item[data-v-3a266901]{
  margin-bottom: 0;
}
.el-button--primary.is-plain[data-v-3a266901] {
  color: #1c1c1c;
  border-color: #82C95E;
  background: #82c95e30;
}
.el-button--default.is-active[data-v-3a266901], .el-button.is-plain[data-v-3a266901]:active{
  background: #46B6EF;
  border-color: #46B6EF;
  color: #fff;
}
.el-button--default.is-plain[data-v-3a266901]:focus, .el-button.is-plain[data-v-3a266901]:hover{
  background: #46B6EF;
  border-color: #46B6EF;
  color: #fff;
}
.el-button--primary.is-plain[data-v-3a266901]:active {
  background: #82c95e;
  border-color: #82C95E;
  color: #fff;
}
.el-button--primary.is-plain[data-v-3a266901]:focus, .el-button--primary.is-plain[data-v-3a266901]:hover{
  background: #82c95e;
  border-color: #82C95E;
  color: #fff;
}
.is-plain[data-v-3a266901] {
  background: #46B6EF30;
  border: 1px solid #46B6EF;
  color: #1c1c1c;
}
.el-card[data-v-3a266901]{
  color: #1c1c1c;
}
.mytable-scrollbar .vxe-header--column[data-v-3a266901]{
  padding: 9px 0;
}
.icon-btn-jl[data-v-3a266901]{
  border-radius: 50%;
  background: #F9EBD1;
  padding: 4px;
}
.icon-btn-jl img[data-v-3a266901]{
  width: 20px;
}

.dialogclassification {
.el-form-item {
    margin-bottom: 22px;
}
}

.el-button + .el-button[data-v-01089b3a] {
  margin-left: 2px;
}

.archivesHandle .el-form-item[data-v-5b80bc58] {
    margin-bottom: 22px;
}

.UploadPictureCard .el-upload__tip[data-v-98ea3fc6] {
  line-height: normal;
}
.UploadPictureCard[data-v-98ea3fc6] .el-upload-list__item {
  -webkit-transition: none !important;
  transition: none !important;
}
.UploadPictureCard[data-v-98ea3fc6] .el-upload-list__item-name {
  -webkit-transition: none !important;
  transition: none !important;
}

.el-button + .el-button[data-v-61d7c57c] {
  margin-left: 2px;
}
.tj[data-v-61d7c57c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tj .tj-item[data-v-61d7c57c] {
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.tj .tj-item + .tj-item[data-v-61d7c57c] {
  margin-left: 20px;
}

.el-button + .el-button[data-v-3e2949f5] {
  margin-left: 2px;
}
.flex-center[data-v-3e2949f5] {
  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;
}
.flex-center p[data-v-3e2949f5] {
  padding: 0;
  margin: 0;
}
.num[data-v-3e2949f5] {
  font-weight: 700;
  color: #FFA632;
}




















































































































































































































































































































































































































































































































































































































/* .el-upload--text {
  border: none;
  width: 87px;
  height: 39px;
} */
.conebox[data-v-50525806] {
  padding: 0 5px;
  overflow: auto;

  /* height: 800px; */
}
.avatarPicture[data-v-50525806] {
  height: 60px;
  width: 60px;
}
/* 修改提问input 删除 */
.elinputadd[data-v-50525806] {
  position: relative;
  font-size: 14px;
  width: 88%;
}
.contentinput[data-v-50525806] {
  /* font-size: 12px;
  margin: 9px 0; */
  /* height: 40px; */
  cursor: pointer;
  float: right;
  color: #797979;
  width: 100%;
  text-align: right;
}
.backall[data-v-50525806] {
  height: 30px;
  line-height: 30px;
  color: #666;
  font-size: 13px;
  margin-left: 30px;
}
.backall > span[data-v-50525806] {
  padding: 0 10px;
}
.cameraall[data-v-50525806] {
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 13px;
  text-align: center;
}
.cameraall > span[data-v-50525806] {
  padding: 0 10px;
}
.introduce[data-v-50525806] {
  /* font-size: 10px; */
  color: #444444;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left-tree[data-v-50525806] {
  margin-top: 16px;
}
.left-tree[data-v-50525806] .el-tree-node__content {
  height: 32px !important;
}

p[data-v-29475cae] {
  padding: 0;
  margin: 0;
}
.resName[data-v-29475cae] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.popper-ant-tooltip-text {
  max-width: 50vw;
}

.conebox[data-v-32da9040] {
  padding: 5px;
  background: #fff;
}
.cratequestion .el-form-item[data-v-32da9040] {
  margin-bottom: 22px;
}
.titlet[data-v-32da9040] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-32da9040] {
  padding: 8px;
}
.conebox[data-v-32da9040] .vxe-form--item-title-label {
  color: #99a9bf;
}
.conebox[data-v-32da9040] .vxe-form--item-inner {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}


.QuRadio[data-v-43980fc9] {
.qu-radio-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
.el-radio {
      line-height: 40px;
}
.item-error {
      color: #F56C6C;
      /* text-align: right; */
      font-size: 12px;
      line-height: 1;
      padding-top: 4px;
      position: absolute;
      top: 40px;
      right: 0;
}
}
}

.upload-preview[data-v-6577ba66] {
  line-height: 1;
}

.QuCheckbox[data-v-98f1b292] {
.qu-checkbox-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
.item-error {
      color: #F56C6C;
      /* text-align: right; */
      font-size: 12px;
      line-height: 1;
      padding-top: 4px;
      position: absolute;
      top: 40px;
      right: 0;
}
}
}

.QuScoring[data-v-f7f7d992] {
.qu-scoring-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
}

.QuJudge[data-v-4b82921f] {
.qu-judge-con+.qu-judge-con {
    padding-top: 10px;
}
}

.QuFillBlanks[data-v-204146c2] {
.qu-fill-blanks-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.qu-fill-blanks-con+.qu-fill-blanks-con {
    margin-top: 20px;
}
.item-error {
    color: #F56C6C;
    font-size: 12px;
    line-height: 1;
    padding-bottom: 4px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
}

.QuDynamicTags[data-v-0994ab10] {
.el-tag + .el-tag {
    margin-left: 10px;
}
.button-new-tag {
    height: 32px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.el-tag + .button-new-tag {
    margin-left: 10px;
}
.input-new-tag {
    width: 90%;
    font-size: 12px;
    vertical-align: bottom;
}
.el-tag + .input-new-tag {
    margin-left: 10px;
}
}

.QuAnswers[data-v-629d9cae] {
.el-form-item {
    margin-bottom: 22px;
}
}

.form-qu-combination[data-v-3cdd2ef6] {
.el-dropdown-link {
    cursor: pointer;
    color: #409EFF;
}
.el-icon-arrow-down {
    font-size: 12px;
}
.questionSub {
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
.sub-title {
      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;
      padding: 20px;
      background-color: rgba(242, 242, 242, 1);
.el-form-item {
        margin-bottom: 0px;
}
.text {
        font-size: 16px;
        font-weight: 700;
}
.scoreSubInput.el-input {
        background-color: #fff;
}
}
.sub-cox {
      padding: 22px 20px 0;
}
}
}

.el-button + .el-button[data-v-510f95d8] {
  margin-left: 2px;
}

.warehousingHandle .warehousingHandle-ruleForm .el-form-item[data-v-78faf304] {
  margin-bottom: 20px;
}

.selectStandardDialog {
.el-form--label-top .el-form-item__label {
    padding: 6px;
    line-height: 1;
}
.btn {
    padding-top: 24px;
}
.dialog-footer {
    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;
}
}

.el-button + .el-button[data-v-5da01d96] {
  margin-left: 2px;
}

.outboundHandle .outboundHandle-ruleForm .el-form-item[data-v-66463b94] {
  margin-bottom: 20px;
}

.selectWarehousingDialog {
.el-form--label-top .el-form-item__label {
    padding: 6px;
    line-height: 1;
}
.btn {
    padding-top: 24px;
}
.dialog-footer {
    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;
}
}

.el-button + .el-button[data-v-5883ac1c] {
  margin-left: 2px;
}

.returningInventoryHandle .returningInventoryHandle-ruleForm .el-form-item[data-v-627eea38] {
  margin-bottom: 20px;
}

.SelectStandardWarrant {
.el-form--label-top .el-form-item__label {
    padding: 6px;
    line-height: 1;
}
.btn {
    padding-top: 24px;
}
.dialog-footer {
    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;
}
}

.el-button + .el-button[data-v-dee2e90e] {
  margin-left: 2px;
}

.allocationHandle .allocationHandle-ruleForm .el-form-item[data-v-e017c552] {
  margin-bottom: 20px;
}

.el-button + .el-button[data-v-b125ce9e] {
  margin-left: 2px;
}

.lossesHandle .lossesHandle-ruleForm .el-form-item[data-v-249873e0] {
  margin-bottom: 20px;
}

.el-button + .el-button[data-v-78bc9f73] {
  margin-left: 2px;
}

.conebox[data-v-50c1ccf0] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-50c1ccf0] {
  padding: 10px;
}
.one[data-v-50c1ccf0] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-50c1ccf0] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-50c1ccf0] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-50c1ccf0] {
  color: red;
}
.el-form-item__label[data-v-50c1ccf0] {
  padding: 0 12px 0 0 !important;
}

.noback1 .vxe-table--body-wrapper,
.noback1 .vxe-table--empty-placeholder {
  display: none !important;
}

.el-select-dropdown__item[data-v-cd94fc5c] {
  height: auto !important;
}
.conebox[data-v-cd94fc5c] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-cd94fc5c] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-cd94fc5c] {
  padding: 8px;
}
.xcks[data-v-cd94fc5c] {
  overflow: hidden;
  overflow-y: auto;
  height: 150px;
  clear: both;
}

.selects {
  width: 1124px;
}
.selects .el-select-dropdown__item {
  padding: 0 !important;
  height: 34px !important;
}
.selects .el-select-dropdown__list {
  padding: 6px !important;
}

.conebox[data-v-23df13c3] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-23df13c3] {
  padding: 10px;
}
.one[data-v-23df13c3] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-23df13c3] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-23df13c3] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-23df13c3] {
  color: red;
}
.el-form-item__label[data-v-23df13c3] {
  padding: 0 12px 0 0 !important;
}

.conebox[data-v-14d76255] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-14d76255] {
  padding: 10px;
}
.one[data-v-14d76255] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-14d76255] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-14d76255] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.titlet[data-v-14d76255] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.stepActive[data-v-14d76255] {
  color: red;
}
.el-form-item__label[data-v-14d76255] {
  padding: 0 12px 0 0 !important;
}

.conebox[data-v-055f03e4] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-055f03e4] {
  padding: 10px;
}
.one[data-v-055f03e4] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-055f03e4] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-055f03e4] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-055f03e4] {
  color: red;
}
.el-form-item__label[data-v-055f03e4] {
  padding: 0 12px 0 0 !important;
}

.conebox[data-v-06fe2d39] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-06fe2d39] {
  padding: 10px;
}
.one[data-v-06fe2d39] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-06fe2d39] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-06fe2d39] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.titlet[data-v-06fe2d39] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.stepActive[data-v-06fe2d39] {
  color: red;
}
.el-form-item__label[data-v-06fe2d39] {
  padding: 0 12px 0 0 !important;
}

.conebox[data-v-525279e3] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-525279e3] {
  padding: 10px;
}
.one[data-v-525279e3] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-525279e3] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-525279e3] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-525279e3] {
  color: red;
}
.el-form-item__label[data-v-525279e3] {
  padding: 0 12px 0 0 !important;
}

.conebox[data-v-4d325918] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-4d325918] {
  padding: 10px;
}
.one[data-v-4d325918] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-4d325918] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-4d325918] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-4d325918] {
  color: red;
}
.el-form-item__label[data-v-4d325918] {
  padding: 0 12px 0 0 !important;
}

.conebox[data-v-4a77d900] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-4a77d900] {
  padding: 10px;
}
.one[data-v-4a77d900] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-4a77d900] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-4a77d900] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-4a77d900] {
  color: red;
}
.el-form-item__label[data-v-4a77d900] {
  padding: 0 12px 0 0 !important;
}

.conebox[data-v-1fed451c] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-1fed451c] {
  padding: 10px;
}
.one[data-v-1fed451c] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-1fed451c] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-1fed451c] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.titlet[data-v-1fed451c] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.stepActive[data-v-1fed451c] {
  color: red;
}
.el-form-item__label[data-v-1fed451c] {
  padding: 0 12px 0 0 !important;
}

.conebox[data-v-fe910560] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-fe910560] {
  padding: 10px;
}
.one[data-v-fe910560] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-fe910560] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-fe910560] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-fe910560] {
  color: red;
}
.el-form-item__label[data-v-fe910560] {
  padding: 0 12px 0 0 !important;
}

.conebox[data-v-509c4b01] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-509c4b01] {
  padding: 10px;
}
.one[data-v-509c4b01] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-509c4b01] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-509c4b01] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-509c4b01] {
  color: red;
}
.el-form-item__label[data-v-509c4b01] {
  padding: 0 12px 0 0 !important;
}

.involved-take-exam[data-v-f95dd186] {
}

.exam-details[data-v-d00c6e40] {
.exam-title {
    font-size: 32px;
    font-weight: 700x;
    text-align: center;
}
.exam-text {
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px;
    text-align: left;
}
}

.exam-questions[data-v-7fcf8c33] {
  position: relative;
  padding: 0 300px 0 428px;
ul {
    margin: 0;
    list-style: none;
}
.paper-card {
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #fff;
    overflow: hidden;
    color: #303133;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -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);
}
.flex-center {
    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;
}
.answer-sheet {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 368px;
.el-card__body {
      height: 100%;
      padding: 20px 0;
}
.sheet-title {
      font-size: 18px;
      font-weight: 800;
      text-align: center;
      padding-bottom: 10px;
}
.topic {
      height: calc(100% - 37px);
      padding: 0 20px;
      overflow: auto;
.topic-item {
.topic-title {
          font-size: 14px;
          font-size: 700;
          padding: 10px 0;
}
.topic-num {
          width: 45px;
          height: 45px;
          display: inline-block;
          line-height: 45px;
          white-space: nowrap;
          cursor: pointer;
          color: #909399;
          border: 1px solid #d3d4d6;
          background: #f4f4f5;
          text-align: center;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          outline: none;
          margin-right: 10px;
          -webkit-transition: .1s;
          transition: .1s;
          font-weight: 500;
          /* padding: 12px 20px; */
          font-size: 14px;
          border-radius: 4px;
&.is-active {
            color: #409eff;
            background: #ecf5ff;
            border-color: #b3d8ff;
}
}
}
}
}
.answer-con {
    height: calc(100vh - 115px);
    overflow: auto;
    padding: 0 10px;
.answer-con-card {
      margin-bottom: 10px;
.answer-con-card-title {
        color: #fff;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        background-color: #448ef7;
}
.card-question {
        padding: 10px;
.card-question_head {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-bottom: 20px;
.head_title {
            max-width: calc(100% - 42px);
            padding-right: 10px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
}
}
}
}
}
.answer-situation {
    position: absolute;
    top: 0;
    right: 30px;
.situation-con {
      font-weight: 700;
      text-align: center;
.situation-title {
        font-size: 18px;
}
.situation-countdown {
        font-size: 32px;
        padding: 20px 0;
        color: #D9001B;
}
.situation-schedule {
        font-size: 32px;
        color: #1890FF;
        padding-top: 20px;
}
}
}
}

.pw-qu-option[data-v-6452166e] {
.pw-qu-option-item {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
.pw-qu-option_option {
      width: 28px;
      height: 28px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      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;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #ebeef5;
      -webkit-transition: all .3s cubic-bezier(0.645,0.045,0.355,1);
      transition: all .3s cubic-bezier(0.645,0.045,0.355,1);
&.checkbox-class {
        border-radius: 5px;
}
}
.pw-qu-option_con {
      /* flex: 1 1 0%; */
      padding: 0 10px;
}
}
.is-checked {
.pw-qu-option_option {
      color: #fff;
      background-color: #448ef7;
      border-color: #448ef7;
}
}
.pw-qu-option-item + .pw-qu-option-item {
    margin-top: 10px;
}
}

.pw-qu-fill-blank[data-v-7b0d6a79] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
.fill-blank-input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 32px;
    line-height: 32px;
    outline: none;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100px;
    margin: 0 4px;
    cursor: pointer;
}
.fill-blank-input:focus {
    outline: none;
    border-color: #409eff;
}
}

.pw-qu-input[data-v-bca51946] {
}

.history-score[data-v-758cb0c3] {
.con {
    width: 840px;
    margin: 50px auto 0;
.con-top {
      height: 284px;
      background-color: #409EFF;
      padding-top: 20px;
      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;
.con-top-text {
        font-size: 14px;
        color: #fff;
&.is-adopt {
          color: #5cb87a;
}
}
}
.content {
      background-color: #fff;
.content-ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-size: 16px;
        line-height: 20px;
        list-style: none;
        padding: 20px 0;
        margin: 0;
p {
          margin: 0;
          padding: 0;
}
.content-li {
          padding: 0 20px;
}
.content-li + .content-li {
          border-left: 1px solid #dcdfe6;
}
}
.content-history {
        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: 595px;
        height: 50px;
        margin: 30px auto;
        padding: 0 20px;
        border: 1px solid #dcdfe6;
        border-radius: 10px;
        cursor: pointer;
}
}
}
.his {
    width: 840px;
    margin: 50px auto 0;
    background-color: #fff;
p {
      margin: 0;
}
.his-t {
      width: 100%;
      height: 10px;
      background-color: #409EFF;
}
.his-title {
      padding-top: 20px;
      font-size: 22px;
      font-weight: 800;
      text-align: center;
}
.his-ul {
      list-style: none;
      margin: 0;
      padding: 20px;
      margin: 30px;
      border-radius: 4px;
      border: 1px solid #dcdfe6;
.his-li {
        padding: 10px;
        border-bottom: 1px solid #dcdfe6;
.flex-bc {
          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;
}
}
}
.his-score.his-green {
      color: #7dcdc6;
}
.his-score.his-red {
      color: #d55f5f;
}
}
}

.el-form-item__content[data-v-8b250dfc] {
  line-height: 40px;
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
}
.conebox[data-v-8b250dfc] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-8b250dfc] {
  padding: 10px;
}
.one[data-v-8b250dfc] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-8b250dfc] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-8b250dfc] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-8b250dfc] {
  color: red;
}
.el-form-item__label[data-v-8b250dfc] {
  padding: 0 12px 0 0 !important;
}
.exam-paper-con[data-v-8b250dfc] {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 20px;
}
ul[data-v-8b250dfc] {
  margin: 0;
}
.paper-card[data-v-8b250dfc] {
  border-radius: 4px;
  border: 1px solid #ebeef5;
  background-color: #fff;
  overflow: hidden;
  color: #303133;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -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);
}
.flex-center[data-v-8b250dfc] {
  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;
}
.flex-between-center[data-v-8b250dfc] {
  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;
}
.flex1[data-v-8b250dfc] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.left[data-v-8b250dfc] {
  max-height: 500px;
.left-title {
  color: #fff;
  height: 40px;
  padding: 0 10px;
  background-color: #448ef7;
}
.left-score {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #ebeef5;
}
.left-con {
  padding: 10px 0;
  font-size: 14px;
  max-height: 800px;
  overflow-y: auto;
.left-con-item {
  line-height: 40px;
  padding: 0 10px;
&
.is-active {
  background-color: #ecf5ff;
  color: #66b1ff;
  border-radius: 4px;
}
}
.left-con-item:not(.is-active):hover {
  background-color: #F2F4F6;
}
}
}
.right[data-v-8b250dfc] {
.right-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}
.right-card {
  margin-bottom: 10px;
.right-card-title {
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #448ef7;
}
.card-question {
  padding: 10px;
.card-question_head {
  padding-bottom: 20px;
.head_title {
  max-width: 400px;
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
}
}
}
}

.selected-topic-dialog {
}

.question-dialog {
}

.el-button + .el-button[data-v-87279fa4] {
  margin-left: 2px;
}

.examPaperManagHandle[data-v-7e22497f] {
.exam-paper-con {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 20px;
}
ul {
    margin: 0;
}
.paper-card {
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #fff;
    overflow: hidden;
    color: #303133;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -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);
}
.flex-center {
    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;
}
.flex-between-center {
    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;
}
.flex1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
}
.left {
    max-height: 500px;
.left-title {
      color: #fff;
      height: 40px;
      padding: 0 10px;
      background-color: #448ef7;
}
.left-score {
      font-size: 16px;
      font-weight: 700;
      line-height: 40px;
      padding: 0 10px;
      border-bottom: 1px solid #ebeef5;
}
.left-con {
      padding: 10px 0;
      font-size: 14px;
      max-height: 800px;
      overflow-y: auto;
.left-con-item {
        line-height: 40px;
        padding: 0 10px;
&.is-active {
          background-color: #ecf5ff;
          color: #66b1ff;
          border-radius: 4px;
}
}
.left-con-item:not(.is-active):hover {
        background-color: #F2F4F6;
}
}
}
.right {
.right-title {
      font-size: 18px;
      font-weight: 700;
      line-height: 40px;
}
.right-card {
      margin-bottom: 10px;
.right-card-title {
        color: #fff;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        background-color: #448ef7;
}
.card-question {
        padding: 10px;
.card-question_head {
          padding-bottom: 20px;
.head_title {
            max-width: 400px;
            padding-right: 10px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
}
}
}
}
}
}

.conebox[data-v-748022f1] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-748022f1] {
  padding: 10px;
}
.one[data-v-748022f1] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-748022f1] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-748022f1] {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 10px;
  text-align: center;
  /* width: 100px; */
  float: left;
}
.stepActive[data-v-748022f1] {
  color: red;
}
.switchStyle.el-switch .el-switch__core[data-v-748022f1], .el-switch .el-switch__label[data-v-748022f1] {
  width: auto !important;
}
.el-button + .el-button[data-v-748022f1] {
  margin-left: 2px;
}
.custake[data-v-748022f1] .el-switch__label--left {
  margin-right: 10px;
}

.file-uploader .file-update-icon[data-v-35d4c428] {
  font-size: 22px;
  color: #8c939d;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.conebox[data-v-35d4c428] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-35d4c428] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-35d4c428] {
  padding: 8px;
}
.boxCard + .boxCard[data-v-35d4c428] {
  margin-top: 20px;
}
.el-select-dropdown__item[data-v-35d4c428] {
  height: auto !important;
}
.mytable-scrollbar[data-v-35d4c428] ::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
.has-gutter th[data-v-35d4c428] {
  padding: 6px 0;
  background-color: #f0f0f0 !important;
  border-bottom: 1px solid #d6d6d6 !important;
  color: #909399;
  font-size: 13px;
}
.tabsa[data-v-35d4c428] .el-tabs__header {
  background-color: #fff !important;
}
.show[data-v-35d4c428] .el-form-item--mini.el-form-item,
.show[data-v-35d4c428] .el-form-item--small.el-form-item {
  margin-bottom: 5px;
}
.show[data-v-35d4c428] .el-form-item__label {
  color: #99a9bf;
}

.file-uploader[data-v-0c35362b] .el-upload {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.file-uploader[data-v-0c35362b] .el-upload:hover {
  border-color: #409EFF;
}
.file-uploader .file-update-icon[data-v-0c35362b] {
  font-size: 22px;
  color: #8c939d;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.file-uploader .avatar[data-v-0c35362b] {
  width: 100%;
  height: 50px;
  display: block;
}

.exam-questions[data-v-1262ce22] {
  position: relative;
  padding: 0 300px 0 428px;
ul {
    margin: 0;
    list-style: none;
}
.paper-card {
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #fff;
    overflow: hidden;
    color: #303133;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -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);
}
.flex-center {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.answer-sheet {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 368px;
.el-card__body {
      height: 100%;
      padding: 20px 0;
}
.sheet-title {
      font-size: 18px;
      font-weight: 800;
      text-align: center;
      padding-bottom: 10px;
}
.topic {
      height: calc(100% - 37px);
      padding: 0 20px;
      overflow: auto;
.topic-item {
.topic-title {
          font-size: 14px;
          font-size: 700;
          padding: 10px 0;
}
.topic-num {
          width: 45px;
          height: 45px;
          display: inline-block;
          line-height: 45px;
          white-space: nowrap;
          cursor: pointer;
          color: #909399;
          border: 1px solid #d3d4d6;
          background: #f4f4f5;
          text-align: center;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          outline: none;
          margin-right: 10px;
          -webkit-transition: .1s;
          transition: .1s;
          font-weight: 500;
          /* padding: 12px 20px; */
          font-size: 14px;
          border-radius: 4px;
&.is-active {
            color: #409eff;
            background: #ecf5ff;
            border-color: #b3d8ff;
}
}
}
}
}
.answer-con {
    height: calc(100vh - 115px);
    overflow: auto;
    padding: 0 10px;
.answer-con-card {
      margin-bottom: 10px;
.answer-con-card-title {
        color: #fff;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        background-color: #448ef7;
}
.card-question {
        padding: 10px;
.card-question_head {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-bottom: 20px;
.head_title {
            max-width: calc(100% - 42px);
            padding-right: 10px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
}
}
}
}
}
.answer-situation {
    position: absolute;
    top: 0;
    right: 30px;
.situation-con {
      font-weight: 700;
      text-align: center;
.situation-title {
        font-size: 18px;
}
.situation-countdown {
        font-size: 32px;
        padding: 20px 0;
        color: #D9001B;
}
.situation-schedule {
        font-size: 32px;
        color: #1890FF;
        padding-top: 20px;
}
}
}
}

.conebox[data-v-95bb87d8] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
[data-v-95bb87d8] input[aria-hidden="true"] {
    display: none !important;
}
[data-v-95bb87d8].el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.rishManage[data-v-14993f12] {
}

.rishManage[data-v-d7ca7976] {
}

.rishManage[data-v-368a3e84] {
}

.rishManage[data-v-1078c954] {
}

.selectStandardDialog[data-v-10423e4c] {
.el-form--label-top .el-form-item__label {
    padding: 6px;
    line-height: 1;
}
.btn {
    padding-top: 24px;
}
.dialog-footer {
    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;
}
}

/* 卡片容器 */
.analysis-card[data-v-10423e4c] {
  width: 800px;
  margin: 20px auto;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

/* 标题样式 */
.card-header h3[data-v-10423e4c] {
  font-size: 16px;
  color: #303133;
  margin: 0;
}

/* 列表项通用样式 */
.list-item[data-v-10423e4c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #ebeef5;
}

/* 勾选图标 */
.check-icon[data-v-10423e4c] {
  color: #67C23A;
  font-size: 18px;
  margin-right: 12px;
  margin-top: 2px;
}
.error-icon[data-v-10423e4c] {
  color: #F56C6C;
  font-size: 18px;
  margin-right: 12px;
  margin-top: 2px;
}

/* 内容区域 */
.item-content[data-v-10423e4c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* 标签文字 */
.item-label[data-v-10423e4c] {
  font-size: 14px;
  color: #606266;
}

/* 风险描述特殊样式 */
.risk-description[data-v-10423e4c] {
  margin-top: 8px;
  padding: 10px;
  background: #f8d6d6;
  border-radius: 4px;
  border-left: 4px solid #F56C6C;
  /* max-height: 88px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 0; */
}
.risk-description p[data-v-10423e4c] {
  margin: 4px 0;
  font-size: 13px;
  color: #606266;
  line-height: 1.5;
}
.risk-span[data-v-10423e4c] {
p {
    display: inline;
}
}
.dialog-vertical-center[data-v-10423e4c] {
  top: calc(50% - 35vh);
  height: 70vh;
}

.batch-bar-box[data-v-78fdad1d] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.7);
}
.dialog-title[data-v-78fdad1d] {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.notify-editor[data-v-78fdad1d] {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.notify-editor[data-v-78fdad1d] img {
    width: 100%;
}



































































































































































































































































































































































































































/* 使用穿透语法覆盖组件库样式 */
.el-notification.center-notification {
    width: 380px;
    top: 80px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
}
.el-loading-mask {
    z-index: 100000;
}
