
.conebox[data-v-de43e26c] {
}
.save-form-item[data-v-de43e26c] {
    margin-bottom: 22px;
}

.list-layout[data-v-5319daf5] {
  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;
}
.list-layout .top-card[data-v-5319daf5] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-layout .top-card ::v-deep .el-card__header[data-v-5319daf5] {
  background-color: #f5f7fa;
  font-weight: bold;
  border-bottom: 1px solid #e4e7ed;
}
.list-layout .bottom-card[data-v-5319daf5] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  margin-top: 13px;
}
.list-layout .bottom-card ::v-deep .el-card__header[data-v-5319daf5] {
  background-color: #f5f7fa;
  font-weight: bold;
  border-bottom: 1px solid #e4e7ed;
}
.list-layout .bottom-card ::v-deep .el-card__body[data-v-5319daf5] {
  height: calc(100% - 58px);
  overflow: auto;
}
.list-layout .title-box[data-v-5319daf5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.list-layout .title-button[data-v-5319daf5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.list-layout .page-table-pager[data-v-5319daf5] {
  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;
}
.back[data-v-5319daf5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.back .back-title[data-v-5319daf5] {
  font-weight: 500;
  font-size: 20px;
  color: #986C2B;
}
.back .back-button[data-v-5319daf5] {
  cursor: pointer;
  /* 最常用的手形光标 */
}

.el-button+.el-button[data-v-5319daf5] {
  margin-left: 13px;
}
[data-v-5319daf5] .el-card__header {
  padding-bottom: 10px;
}
.title-button[data-v-5319daf5].is-plain {
  background: #fff
}

[data-v-602ace86] .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-602ace86] {
    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;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;

      /* .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%; 
        transform: translate(-50%, -50%); */
        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;
        width: 215px;
        height: 215px;
}
}
.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-602ace86] {
  position: relative;
  width: 100%;
  height: 100%;
}
.login-box[data-v-602ace86] {
  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-602ace86] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.box[data-v-602ace86] {
  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-602ace86] {
  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-602ace86] {
  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-602ace86] {
  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-602ace86] {
  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-615e342e] {
    position: relative;
    width: 100%;
    height: 100%;
}
.head-but[data-v-615e342e] {
    /* 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-615e342e] {
    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-ea6bb868] {
    position: relative;
    width: 100%;
    height: 100%;
}
.head-but[data-v-ea6bb868] {
    /* 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-1a989b47] {
    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 {
        width: 420px !important;
.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: 92%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 200px;
            margin-top: 52px;
            border-top: 1px solid #ebebeb;
.hear {
                padding: 0px 16px;
                /* border-top: 1px solid #ebebeb; */
                /* margin-top: 44px; */
                font-size: 16px;
                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;
&.is-active {
                        color: #986c2b;
                        background-color: rgba(152, 108, 43, 0.1);
.item_text {
                            font-weight: 600;
}
.item-button {
                            display: block;
}
}
.item_text {
                        padding: 0px 16px;
                        height: 38px;
                        line-height: 38px;
                        -webkit-box-sizing: border-box;
                                box-sizing: border-box;
                        outline: none;
                        background: none;
                        font-family: inherit;
                        font-size: 14px;
                        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 {
            margin-bottom: 12px;
            height: 100%;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            min-width: 220px;
            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: 90%;
                    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; */
                border-right: 1px solid #ebebeb;
.vertical-menu {
                    border-right: none;
                    
                    /* 菜单分组样式 */
.menu-group {
.el-submenu__title {
                            height: 40px;
                            line-height: 40px;
                            padding: 0 8px;
                            margin: 4px 0;
                            -webkit-transition: all 300ms ease-in-out 0s;
                            transition: all 300ms ease-in-out 0s;
.menu-group-title {
                                font-size: 16px;
                                font-weight: 600;
                                color: #986c2b;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
}
&:hover {
                                background-color: rgba(152, 108, 43, 0.05);
}
i {
                                color: #986c2b;
}
}
.el-menu-item {
                            height: 33px;
                            line-height: 33px;
                            padding: 0 8px 0 24px; /* 增加左侧缩进 */
                            margin: 2px 0;
                            position: relative;
                            -webkit-transition: all 300ms ease-in-out 0s;
                            transition: all 300ms ease-in-out 0s;
                            padding-left: 30px !important;
.menu-item-text {
                                display: inline-block;
                                max-width: 200px;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                vertical-align: middle;
                                font-size: 14px;
}
.operation-but {
                                position: absolute;
                                right: 11px;
                                top: 50%;
                                -webkit-transform: translateY(-50%);
                                        transform: translateY(-50%);
                                width: 24px;
                                height: 24px;
                                padding: 0;
                                color: #2da1f8;
                                -webkit-transition: opacity 250ms ease 0s;
                                transition: opacity 250ms ease 0s;
                                opacity: 0;
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                    -ms-flex-align: center;
                                        align-items: center;
                                -webkit-box-pack: center;
                                    -ms-flex-pack: center;
                                        justify-content: center;
}
&.is-collection {
.operation-but {
                                    opacity: 1;
}
}
&:hover,
                            &:not(.is-collection):hover {
                                background-color: rgba(0, 46, 70, 0.04314);
.menu-item-text {
                                    padding-right: 24px;
}
.operation-but {
                                    opacity: 1;
}
}
&:focus,
                            &:hover {
                                background-color: rgba(0, 46, 70, 0.04314);
                                outline: none;
}
                            
                            /* 选中状态样式 */
&.is-active {
                                color: #D4AA58;
                                background-color: rgba(152, 108, 43, 0.1);
.menu-item-text {
                                    font-weight: 600;
}
}
}
}
}
}
}
}
.el-menu-item.is-active span{
        color: #D4AA58 !important;
}
}



























































































































































/* 主要是通过控制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-d234ef7a] {
    position: relative;
}
.nav-tabs .el-tabs__new-tab[data-v-d234ef7a] {
    opacity: 0;
}
.nav-tabs[data-v-d234ef7a] .el-tabs__content {
    display: none;
}
.nav-tabs[data-v-d234ef7a] .el-tabs__nav-wrap {
    padding: 0 48px 0 20px;
}
.nav-tabs .op-btns[data-v-d234ef7a] {
    margin-right: 1px;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.nav-tabs[data-v-d234ef7a] .el-tabs__nav-next,
.nav-tabs[data-v-d234ef7a] .el-tabs__nav-prev {
    line-height: 30px;
}
.nav-tabs[data-v-d234ef7a] .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
    color: #1c1c1c;
}
.nav-tabs[data-v-d234ef7a] .el-tabs__item:hover {
    color: #1c1c1c !important;
}
.el-tabs--border-card > .el-tabs__header[data-v-d234ef7a] {
    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-d234ef7a] {
    color: #1c1c1c;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item[data-v-d234ef7a] {
    color: #40292380;
}
.nav-tabs[data-v-d234ef7a] .el-tabs__item {
    height: 30px;
    line-height: 30px;
}

.home[data-v-05ac5d44] {
  padding: 20px 10px;
}
.home p[data-v-05ac5d44] {
  padding: 0;
  margin: 0;
}
.home ul li[data-v-05ac5d44] {
  list-style: none;
}
.op-more[data-v-05ac5d44] {
  font-size: 12px;
  font-weight: 400;
  color: #986C2B;
  line-height: 16px;
}
.op-title[data-v-05ac5d44] {
  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-05ac5d44],.dialog-statist-group[data-v-05ac5d44] {
  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-05ac5d44] {
  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-05ac5d44] {
  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-05ac5d44] {
.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-05ac5d44] {
  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-05ac5d44] {
  /* width: 90%; */
  border-radius: 4px;
  height: 100px;
  background: #fff;
  position: relative;
  float: right;
}
.imgico[data-v-05ac5d44] {
  position: absolute;
  left: -30px;
  top: 30px;
}
@media only screen and (min-width: 768px) {
.statistical-group[data-v-05ac5d44] {
    grid-template-columns: repeat(2, 1fr);
}
.bulletin .bulletin-con[data-v-05ac5d44] {
    grid-template-columns: repeat(1, 1fr);
}
}
@media only screen and (min-width: 992px) {
.statistical-group[data-v-05ac5d44] {
    grid-template-columns: repeat(3, 1fr);
}
.bulletin .bulletin-con[data-v-05ac5d44] {
    grid-template-columns: repeat(1, 1fr);
}
}
@media only screen and (min-width: 1200px) {
.statistical-group[data-v-05ac5d44] {
    grid-template-columns: repeat(5, 1fr);
}
.bulletin .bulletin-con[data-v-05ac5d44] {
    grid-template-columns: 490px 1fr;
}
}
@media only screen and (min-width: 1920px) {
.statistical-group[data-v-05ac5d44] {
    grid-template-columns: repeat(5, 1fr);
}
.bulletin .bulletin-con[data-v-05ac5d44] {
    grid-template-columns: 490px 1fr;
}
}
.Center[data-v-05ac5d44] {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px;
  text-align: center;
  border-radius: 10px;
}
.information[data-v-05ac5d44] {
  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-05ac5d44] {
  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-05ac5d44] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
}
.time[data-v-05ac5d44] {
  width: 139px;
  color: #a8a8a8;
}
.data_list[data-v-05ac5d44] {
  overflow-y: auto;
}
.el-table--striped .el-table__body tr.el-table__row--striped td[data-v-05ac5d44] {
  background: #fff6e4;
}
.written[data-v-05ac5d44] {
  font-size: 18px;
}
.Center h2 span[data-v-05ac5d44]{

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-05ac5d44]{
  font-size: 16px;
font-family: NotoSansHans;
font-weight: 400;
color: #333333;
}
.data_list[data-v-05ac5d44],.bxs[data-v-05ac5d44]{
  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-05ac5d44]{
    padding: 10px;
    margin: 10px 0px;
    border-radius: 5px;
}
.fade-transform-div[data-v-05ac5d44]{
  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-f8f87236] {
}
.expand-wrapper[data-v-f8f87236] {
    padding: 10px;
}
.one[data-v-f8f87236] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-f8f87236] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-f8f87236] {
    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-f8f87236] {
    color: red;
}
.handles .el-button[data-v-f8f87236] {
    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;
}
}
}
}

.expand-wrapper[data-v-e76ca1bc] {
  padding: 10px;
}
.one[data-v-e76ca1bc] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-e76ca1bc] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-e76ca1bc] {
  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-e76ca1bc] {
  color: red;
}
.el-form-item__label[data-v-e76ca1bc] {
  padding: 0 12px 0 0 !important;
}

.editor-pern[data-v-e76ca1bc] img {
    width: 100%;
}
.myQuillEditor[data-v-e76ca1bc]{
    height: calc(300px + 82px) ;
}
.myQuillEditor[data-v-e76ca1bc]  .ql-container {
  height: 300px;
  overflow-y: auto;
}

.conebox[data-v-cccc156a] {
}
.expand-wrapper[data-v-cccc156a] {
  padding: 10px;
}
.one[data-v-cccc156a] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-cccc156a] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-cccc156a] {
  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-cccc156a] {
  color: red;
}
.el-form-item__label[data-v-cccc156a] {
  padding: 0 12px 0 0 !important;
}

.conebox[data-v-fda4deda] {
}
.expand-wrapper[data-v-fda4deda] {
  padding: 10px;
}
.one[data-v-fda4deda] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-fda4deda] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-fda4deda] {
  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-fda4deda] {
  color: red;
}
.el-form-item__label[data-v-fda4deda]{
    padding: 0 12px 0 0!important;
}

.conebox[data-v-7d3e5d72] {
}
.expand-wrapper[data-v-7d3e5d72] {
  padding: 10px;
}
.one[data-v-7d3e5d72] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-7d3e5d72] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-7d3e5d72] {
  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-7d3e5d72] {
  color: red;
}
.el-form-item__label[data-v-7d3e5d72]{
    padding: 0 12px 0 0!important;
}

.expand-wrapper[data-v-74c53888] {
  padding: 10px;
}
.one[data-v-74c53888] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-74c53888] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-74c53888] {
  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-74c53888] {
  color: red;
}
.el-form-item__label[data-v-74c53888]{
  padding: 0 12px 0 0!important;
}

.conebox[data-v-34a349ca] {
}
.expand-wrapper[data-v-34a349ca] {
  padding: 10px;
}
.one[data-v-34a349ca] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-34a349ca] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-34a349ca] {
  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-34a349ca] {
  color: red;
}
.el-form-item__label[data-v-34a349ca]{
    padding: 0 12px 0 0!important;
}

.conebox[data-v-764c298a] {
}
.expand-wrapper[data-v-764c298a] {
  padding: 10px;
}
.one[data-v-764c298a] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-764c298a] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-764c298a] {
  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-764c298a] {
  color: red;
}
.el-form-item__label[data-v-764c298a]{
    padding: 0 12px 0 0!important;
}

.conebox[data-v-2078e0d5] {
}
.expand-wrapper[data-v-2078e0d5] {
  padding: 10px;
}
.one[data-v-2078e0d5] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-2078e0d5] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-2078e0d5] {
  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-2078e0d5] {
  color: red;
}
.handles .el-button[data-v-2078e0d5] {
  margin-left: 0 !important;
}
.avatar-uploader-icon[data-v-2078e0d5] {
  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-6eff85a8] {
     padding: 13px;
  background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-6eff85a8] {
    padding: 10px;
}
.titlet[data-v-6eff85a8] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-6eff85a8] {
    padding: 8px;
}
.handle-btn[data-v-6eff85a8] {
    margin: 20px 0 0 0 !important;
}
.el_col_css[data-v-6eff85a8] .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-6eff85a8] .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-6eff85a8] {
    position: relative;
}
.userInfo-footer[data-v-6eff85a8] {
    width: 100%;
    padding: 5px 0;
    position: sticky;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #fff;
}
.bind-select[data-v-6eff85a8] {
    width: 100%;
}

.collapse .collapse-box[data-v-7b7295d6] {
  overflow: auto;
}
.title-box[data-v-7b7295d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.title-button[data-v-7b7295d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.back[data-v-7b7295d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.back .back-title[data-v-7b7295d6] {
  font-weight: 500;
  font-size: 20px;
  color: #986C2B;
}
.back .back-button[data-v-7b7295d6] {
  cursor: pointer;
  /* 最常用的手形光标 */
}

.conebox[data-v-7d569a98] {
}
.expand-wrapper[data-v-7d569a98] {
    padding: 10px;
}
.one[data-v-7d569a98] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-7d569a98] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-7d569a98] {
    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-7d569a98] {
    color: red;
}
.handles .el-button[data-v-7d569a98] {
    margin-left: 0 !important;
}
.menu-dialog-box[data-v-7d569a98]{
    height: calc(90vh - 100px);
    overflow-y: auto;
}

































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































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

.conebox[data-v-466dd1f1] {
}
.expand-wrapper[data-v-466dd1f1] {
  padding: 10px;
}
.one[data-v-466dd1f1] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-466dd1f1] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-466dd1f1] {
  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-466dd1f1] {
  color: red;
}

.download[data-v-32d70daa] {
  /* padding: 8px;
  background-color: #fff; */
}

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

.department[data-v-35a66545] {
  height: calc(100vh - 120px);
  min-height: 200px;
  display: grid;
  grid-template-columns: 220px 1fr;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.department .left_content[data-v-35a66545] {
  padding: 8px 0;
  height: 100%;
  overflow: hidden auto;
}
.department .left_content .left_content-item[data-v-35a66545] {
  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;
}
.department .left_content .left_content-item .item_text[data-v-35a66545] {
  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;
}
.department .left_content .left_content-item.is-active[data-v-35a66545] {
  color: #409eff;
  background: #ecf5ff;
}
.department .left_content .left_content-item[data-v-35a66545]:hover:not(.is-active) {
  color: #666;
  background-color: rgba(0, 46, 70, 0.04314);
  border-color: transparent;
}
.department .right[data-v-35a66545] {
  height: 100%;
  padding: 0 20px;
  overflow-y: auto;
}
.department .right .right-title[data-v-35a66545] {
  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-f80b626e] {
.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;
}
}































































































































































































































































































































































































.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-838793b0] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-838793b0] {
  padding: 10px;
}
.one[data-v-838793b0] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-838793b0] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-838793b0] {
  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-838793b0] {
  color: red;
}
.handles .el-button[data-v-838793b0] {
  margin-left: 0 !important;
}
.flow-box[data-v-838793b0] {
  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-838793b0] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.flow-box .flow-info[data-v-838793b0] {
  margin-left: 10px;
  width: 100%;
}
.flow-box .flow-icon[data-v-838793b0] {
  font-size: 50px;
}
.flow-title[data-v-838793b0] {
  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-838793b0] {
  height: unset;
}
.flow-box .el-dropdown[data-v-838793b0] {
  margin: 0 !important;
}

.conebox[data-v-2cb0ac26] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-2cb0ac26] {
  padding: 10px 20px;
}
.one[data-v-2cb0ac26] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-2cb0ac26] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-2cb0ac26] {
  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-2cb0ac26] {
  margin-top: 20px;
}
.flow-list[data-v-2cb0ac26] {
  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-2cb0ac26] {
  width: 90px;
  font-size: 40px;
  text-align: center;
}
.flow-item[data-v-2cb0ac26] {
  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-2cb0ac26] {
  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-2cb0ac26] {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.flow-add[data-v-2cb0ac26] {
  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-2cb0ac26] {
  margin-top: 10px;
}
.flow-item .title[data-v-2cb0ac26] {
  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-2cb0ac26] {
  margin: 0;
}
.user-icon i[data-v-2cb0ac26] {
  font-size: 38px;
}
.flow-row[data-v-2cb0ac26] {
  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-2cb0ac26]::before {
  content: '';
  border-top: 1px solid #EBEEF5;
  display: block;
  position: relative;
}
.flow-line-2[data-v-2cb0ac26]::before {
  width: calc(100% - 220px - (100% - 440px) / 2);
  left: calc((100% - 440px) / 4 + 110px);
}
.flow-line-3[data-v-2cb0ac26]::before {
  width: calc(100% - 220px - (100% - 660px) / 3);
  left: calc((100% - 660px) / 6 + 110px);
}
.flow-line-4[data-v-2cb0ac26]::before {
  width: calc(100% - 220px - (100% - 880px) / 4);
  left: calc((100% - 880px) / 8 + 110px);
}
.flow-line-5[data-v-2cb0ac26]::before {
  width: calc(100% - 220px - (100% - 1100px) / 5);
  left: calc((100% - 1100px) / 10 + 110px);
}
.flow-col[data-v-2cb0ac26] {
}
.flow-link[data-v-2cb0ac26] {
  height: 30px;
}
.flow-link[data-v-2cb0ac26]:before {
  content: '';
  position: relative;
  left: 50%;
  height: 30px;
  width: 1px;
  background: #EBEEF5;
  z-index: 10;
  display: block;
}
.flow-card[data-v-2cb0ac26] {
    border: 1px solid #EBEEF5;
    background-color: #FFF;
    color: #303133;
    width: 218px;
}
.flow-card-heard[data-v-2cb0ac26] {
  padding: 10px;
  border-bottom: 1px solid #EBEEF5;
  color: #fff;
}
.flow-card-heard-primary[data-v-2cb0ac26] {
  background: #409EFF;
}
.flow-card-content[data-v-2cb0ac26] {
  padding: 10px;
}
.flow-card-handle[data-v-2cb0ac26] {
  -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-2cb0ac26]:before {
  content: '';
  position: absolute;
  background: #EBEEF5;
  width: 1px;
  height: 60px;
  z-index: 10;
}
.flow-card-handle button[data-v-2cb0ac26] {
  z-index: 20;
}
.flow-add i[data-v-2cb0ac26] {
  font-size: 26px;
}
.flow-add button span[data-v-2cb0ac26] {
  display: block;
}

.conebox[data-v-dc8c4c28] {
}
.expand-wrapper[data-v-dc8c4c28] {
  padding: 10px;
}
.one[data-v-dc8c4c28] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-dc8c4c28] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-dc8c4c28] {
  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-dc8c4c28] {
  color: red;
}
.handles .el-button[data-v-dc8c4c28] {
  margin-left: 0 !important;
}
.el-dialog__body .el-form-item[data-v-dc8c4c28] {
  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-1db0e0c2] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-1db0e0c2] {
    padding: 10px 20px;
}
.one[data-v-1db0e0c2] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-1db0e0c2] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-1db0e0c2] {
    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-1db0e0c2] .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-71ddd71b] {
    display: block;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}
.rich-editor-content[data-v-71ddd71b] {
    overflow-y: hidden;
}
.rich-editor-content p[data-v-71ddd71b] {
    margin: 0;
    padding: 0;
}
.ts .contenttext[data-v-71ddd71b] {
    overflow: hidden !important;
    height: auto !important;
}
/*滚动条的轨道*/
.mytable-scrollbar .ts[data-v-71ddd71b] ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
/*滚动条的轨道*/
.ts[data-v-71ddd71b] ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.ts[data-v-71ddd71b] ::-webkit-scrollbar-track {
    background-color: #ffffff;
}
/*滚动条里面的小方块，能向上向下移动*/
.ts[data-v-71ddd71b] ::-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-71ddd71b] ::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}
.ts[data-v-71ddd71b] ::-webkit-scrollbar-thumb:active {
    background-color: #787878;
}
/*边角，即两个滚动条的交汇处*/
.ts[data-v-71ddd71b] ::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

.card-box[data-v-7ccedf96]{
  height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.sample-quotation-review[data-v-4efdb002]{
  height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

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

.ts .rich-editor *[data-v-f1f750e0] {
    color: #000;
}
.rich-editor[data-v-f1f750e0] {
    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-f1f750e0] {
    outline: none;
    /* min-height: 80px; */
    padding: 8px;
    line-height: 1.5;
}
.rich-editor[data-v-f1f750e0]:focus-within {
    border-color: #409EFF;
}
.rich-editor-error[data-v-f1f750e0] {
    border-color: #F56C6C !important;
}
.rich-editor-error[data-v-f1f750e0]:focus-within {
    border-color: #F56C6C !important;
}
.error-message[data-v-f1f750e0] {
    color: #F56C6C;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: relative;
    margin-top: 4px;
}
.options-container[data-v-f1f750e0] {
    position: relative;
}

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

.SampleQuotationReview[data-v-06267613]{
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.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-1d15e308] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-1d15e308] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-1d15e308] {
  width: 100% !important;
}
.label-box[data-v-1d15e308] {
  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-c222ec42] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-c222ec42] {
  padding: 10px 20px;
}
.one[data-v-c222ec42] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-c222ec42] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-c222ec42] {
  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-c222ec42] .el-form-item__label {
    color: #E6A23C;
    font-weight: 700;
    font-size: 16px;
    font-family: "Microsoft YaHei Bold", "Microsoft YaHei Bold-Bold";
    text-align: left;
}

.expand-wrapper[data-v-5cc18c6d] {
    padding: 10px;
}
.one[data-v-5cc18c6d] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-5cc18c6d] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-5cc18c6d] {
    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-5cc18c6d] {
    color: red;
}

.titlet[data-v-f329773c] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-f329773c] {
  padding: 8px;
}
.el-button[data-v-f329773c] {
    margin-left: 0 !important;
}
.el_col_css[data-v-f329773c] .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-f329773c]:before {
  content: '*';
  color: #F56C6C;
  margin-right: 4px;
}
[data-v-f329773c] .el-input-group__append {
  padding: 0 16px 0 0 !important;
}
.tabs-box[data-v-f329773c]{
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 330px);
    will-change: transform; /* 或 */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.VisitRecord[data-v-ec71dc72] {
}

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

.LedgerInfo[data-v-4c6ab5f5] {
}

.QuotationInfo[data-v-38c590e6] {
}

.conebox[data-v-020f8514] {
  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;
}


.expand-wrapper[data-v-70383b88] {
  padding: 10px;
}
.one[data-v-70383b88] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-70383b88] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-70383b88] {
  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-70383b88] {
  color: red;
}

.titlet[data-v-7d260958] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-7d260958] {
    padding: 8px;
}
.el-select-dropdown__item[data-v-7d260958] {
    height: auto !important;
}
.mytable-scrollbar[data-v-7d260958] ::-webkit-scrollbar {
    width: 10px;
  height: 10px;
}
.has-gutter th[data-v-7d260958] {
    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-7d260958] .el-dropdown {
    display: inline-block;
}
[data-v-7d260958] .col--valid-error .el-input__inner {
  /* background-color: #df1919; */
  border-color: #df1919;
}
.vxe-box .el-form-item--mini.el-form-item[data-v-7d260958],
.vxe-box .el-form-item--small.el-form-item[data-v-7d260958] {
  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-477688c4] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: transparent;
}
.global-dropdown-container[data-v-477688c4] {
  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-477688c4] {
  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-6f853ad8] {
  padding: 0px;
  background: #fff;
  border-radius: 4px;
  height: calc(100vh - 120px);
  /* overflow: auto; */
}
.boxCard[data-v-6f853ad8] {
&+.boxCard {
    margin-top: 10px;
}
.el-card__body {
    padding: 10px;
}
.el-form--label-top .el-form-item__label {
    padding: 0;
}
}
.titlet[data-v-6f853ad8] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-6f853ad8] {
  padding: 8px 8px 8px 8px;
}
.el-select-dropdown__item[data-v-6f853ad8] {
    height: auto !important;
}
.has-gutter th[data-v-6f853ad8] {
    padding: 6px 0;
    background-color: #f0f0f0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    color: #909399;
    font-size: 13px;
}
.tabsa[data-v-6f853ad8] .el-tabs__header {
  background-color: #fff !important;
}
.vxe-table--tooltip-wrapper[data-v-6f853ad8] {
    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;
}
.button-fixed{
  position: fixed;
  bottom: 13px;
  border-radius: 4px;
  left: 13px;
  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;
  background-color: #fff;
  width: calc(100% - 28px);
  /* padding-bottom: 20px; */
  padding: 10px 0 30px;
}

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

.entrustTable .entrustTable_required[data-v-50fe11e7]:before {
  content: '*';
  color: #f56c6c;
  margin-right: 4px;
}
::v-deep.el-form-item__error[data-v-50fe11e7] {
  font-size: 0;
}
.button-box[data-v-50fe11e7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.custom-append-btn .el-input-group__append .el-button[data-v-50fe11e7] {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: auto !important;
  /* 不使用 100% */
  min-width: 0 !important;
  max-width: 79px !important;
  /* 限制最大宽度为容器宽度 */
  padding: 8px 10px !important;
  /* 减少 padding 以适应容器 */
  margin: 0 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.custom-append-btn .el-input-group__append .el-button.el-button--plain[data-v-50fe11e7] {
  border-left: 1px solid #DCDFE6 !important;
}
::v-deep .col--valid-error[data-v-50fe11e7] {
  /* background-color: #df1919; */
}
::v-deep .col--valid-error .el-input__inner[data-v-50fe11e7] {
  border-color: #df1919;
}
.el-form-item--mini.el-form-item[data-v-50fe11e7],
.el-form-item--small.el-form-item[data-v-50fe11e7] {
  margin-bottom: 0px;
}
.uploadImportClass[data-v-50fe11e7] {
  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;
}

.custom-append-btn[data-v-50fe11e7] .el-input-group__append {
  padding: 0 !important;
}

.HistoricalSamplesDialog .el-dialog__body[data-v-3fba0477]{
  padding: 10px;
}

.EquipmentDialog .el-dialog__body[data-v-4717f236] {
  padding: 10px;
}
.pageForm[data-v-4717f236] {
  margin-bottom: 10px;
}

.entrustForm[data-v-f19d6ad0]{
  padding: 13px;
}
.boxCard[data-v-f19d6ad0] {
&+.boxCard {
    margin-top: 10px;
}
.el-card__body {
    padding: 10px;
}
.el-form--label-top .el-form-item__label {
    padding: 0;
}
}
.titlet[data-v-f19d6ad0] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-f19d6ad0] {
    padding: 8px;
}
.el-select-dropdown__item[data-v-f19d6ad0] {
    height: auto !important;
}
.has-gutter th[data-v-f19d6ad0] {
    padding: 6px 0;
    background-color: #f0f0f0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    color: #909399;
    font-size: 13px;
}
.tabsa[data-v-f19d6ad0] .el-tabs__header {
  background-color: #fff !important;
}
.vxe-table--tooltip-wrapper[data-v-f19d6ad0] {
    z-index: 3000 !important;
}
.tabsa[data-v-f19d6ad0] .el-tabs__item {
  color: #29232080;
}
.tabsa[data-v-f19d6ad0] .el-tabs__item.is-active {
  color: #986C2B;
}
.tabsa[data-v-f19d6ad0] .el-tabs__active-bar {
  background-color: #EF7F3D;
}
.title-B[data-v-f19d6ad0] {
  margin: 0 0 16px 0;
}
.table-form-style[data-v-f19d6ad0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
.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;
}
.el-collapse-item__content {
  padding-bottom: 0px !important;
}

.upload-preview[data-v-2a1adcec] {
  line-height: 1;
}

.Center[data-v-b8d62cc4] {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 10px;
    text-align: center;
    /* width: 100px; */
    float: left;
}



.nolabel[data-v-85bb5794] .el-form-item__content {
    margin-left: 0 !important;
}
.expand-wrapper[data-v-85bb5794] {
    padding: 10px;
}
.one[data-v-85bb5794] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-85bb5794] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-85bb5794] {
    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-85bb5794] {
    color: red;
}

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

.conebox[data-v-a90357fe] {
   /* padding: 13px; */
    background: #fff;
    border-radius: 4px;
    height: calc(100vh - 120px);
    /* overflow: auto; */
}
.titlet[data-v-a90357fe] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-a90357fe] {
    padding: 0px;
}
.el-select-dropdown__item[data-v-a90357fe] {
    height: auto !important;
}
.mytable-scrollbar[data-v-a90357fe] ::-webkit-scrollbar {
     width: 10px;
  height: 10px;
}
.has-gutter th[data-v-a90357fe] {
    padding: 6px 0;
    background-color: #f0f0f0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    color: #909399;
    font-size: 13px;
}
.tabsa[data-v-a90357fe] .el-tabs__header {
    background-color: #fff !important;
}
.button-fixed[data-v-a90357fe]{
  position: fixed;
  bottom: 13px;
  border-radius: 4px;
  left: 13px;
  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;
  background-color: #fff;
  width: calc(100% - 28px);
  /* padding-bottom: 20px; */
  padding: 10px 0 20px;
}

.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-0a71cd25] {
    padding: 13px;
    background: #fff;
    border-radius: 4px;
    height: calc(100vh - 120px);
    overflow: auto;
}
.titlet[data-v-0a71cd25] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-0a71cd25] {
    padding: 8px;
}
.boxCard+.boxCard[data-v-0a71cd25] {
    margin-top: 20px;
}
.el-select-dropdown__item[data-v-0a71cd25] {
    height: auto !important;
}
.mytable-scrollbar[data-v-0a71cd25] ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.has-gutter th[data-v-0a71cd25] {
    padding: 6px 0;
    background-color: #f0f0f0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    color: #909399;
    font-size: 13px;
}
.tabsa[data-v-0a71cd25] .el-tabs__header {
    background-color: #fff !important;
}
.show[data-v-0a71cd25] .el-form-item--mini.el-form-item,
.show[data-v-0a71cd25] .el-form-item--small.el-form-item {
    margin-bottom: 5px;
}
.show[data-v-0a71cd25] .el-form-item__label {
    color: #99a9bf;
}
.explain-box[data-v-0a71cd25] {
    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-0a71cd25]::marker {
    color: #409eff;
    font-size: 20px;
}
.explain-box li[data-v-0a71cd25]: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);
}
}
}
}

.expand-wrapper[data-v-2fff65eb] {
    padding: 10px;
}
.one[data-v-2fff65eb] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-2fff65eb] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-2fff65eb] {
    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-2fff65eb] {
    color: red;
}

.expand-wrapper[data-v-a69bf2bc] {
    padding: 10px;
}
.one[data-v-a69bf2bc] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-a69bf2bc] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-a69bf2bc] {
    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-a69bf2bc] {
    color: red;
}
.el-select-dropdown__item[data-v-a69bf2bc] {
    height: auto !important;
}

.conebox[data-v-36be0e7e] .box-card .el-card__body {
    padding: 10px;
}
.expand-wrapper[data-v-36be0e7e] {
    padding: 10px;
}
.one[data-v-36be0e7e] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-36be0e7e] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-36be0e7e] {
    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-36be0e7e] {
    color: red;
}
.switchStyle.el-switch .el-switch__core[data-v-36be0e7e],
.el-switch .el-switch__label[data-v-36be0e7e] {
    width: auto !important;
}
.el-button + .el-button[data-v-36be0e7e] {
    margin-left: 2px;
}
.CB[data-v-36be0e7e] {
    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-36be0e7e] {
    -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;
}
}
}

.expand-wrapper[data-v-1dc0e189] {
  padding: 10px;
}
.one[data-v-1dc0e189] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-1dc0e189] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-1dc0e189] {
  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-1dc0e189] {
  color: red;
}

.expand-wrapper[data-v-241c572e] {
  padding: 10px;
}
.one[data-v-241c572e] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-241c572e] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-241c572e] {
  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-241c572e] {
  color: red;
}
.switchStyle.el-switch .el-switch__core[data-v-241c572e],
.el-switch .el-switch__label[data-v-241c572e] {
  width: auto!important;
}
.el-button + .el-button[data-v-241c572e] {
  margin-left: 2px;
}
.CB[data-v-241c572e] {
  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-241c572e] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-bottom: 8px;
  height: 100%;
  overflow: hidden auto;
}
.left_content .left_content-item[data-v-241c572e] {
  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;
}
.left_content .left_content-item .item_text[data-v-241c572e] {
  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;
}
.left_content .left_content-item.is-active[data-v-241c572e] {
  color: #409eff;
  background-color: rgba(0, 46, 70, 0.04314);
  border-color: transparent;
}
.left_content .left_content-item[data-v-241c572e]:hover:not(.is-active) {
  color: #666;
  background-color: rgba(0, 46, 70, 0.04314);
  border-color: transparent;
}

.expand-wrapper[data-v-af84e98c] {
    padding: 10px;
}
.one[data-v-af84e98c] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-af84e98c] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-af84e98c] {
    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-af84e98c] {
    color: red;
}
.switchStyle.el-switch .el-switch__core[data-v-af84e98c],
.el-switch .el-switch__label[data-v-af84e98c] {
    width: auto !important;
}
.custake[data-v-af84e98c] .el-switch__label--left {
    margin-right: 10px;
}

.conebox[data-v-10099d4c] {
/* padding: 8px;
background: #fff; */

/* height: 800px; */
}
.expand-wrapper[data-v-10099d4c] {
padding: 10px;
}
.one[data-v-10099d4c] {
width: 20px;
line-height: 24px;
/* height: 100px; */
float: left;
-webkit-writing-mode: tb;
    -ms-writing-mode: tb;
        writing-mode: tb;
}
.rowlistone[data-v-10099d4c] {
width: 100%;
float: left;
height: 115px;
margin: 10px 0;
}
.Center[data-v-10099d4c] {
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-10099d4c] {
color: red;
}

.expand-wrapper[data-v-60a40bca] {
    padding: 10px;
}
.one[data-v-60a40bca] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-60a40bca] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-60a40bca] {
    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-60a40bca] {
    color: red;
}
.el-select-dropdown__item[data-v-60a40bca] {
    height: auto !important;
}
.switchStyle.el-switch .el-switch__core[data-v-60a40bca],
.el-switch .el-switch__label[data-v-60a40bca] {
    width: auto !important;
}

.expand-wrapper[data-v-f4587336] {
    padding: 10px;
}
.one[data-v-f4587336] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-f4587336] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-f4587336] {
    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-f4587336] {
    color: red;
}
.el-select-dropdown__item[data-v-f4587336] {
    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-06516d84] {
  /* background: #fff; */
  padding: 13px;
  background: #fff;
  border-radius: 4px;
  height: calc(100vh - 120px);
  overflow: auto;
}
.explain-box[data-v-06516d84] {
  padding-left: 16px;
  margin: 0;
}
.explain-box li[data-v-06516d84]::marker {
  color: #409eff;
  font-size: 20px;
}
.titlet[data-v-06516d84] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-06516d84] {
  padding: 8px;
}
.sample-spreadsheets[data-v-06516d84] {
  width: 100%;
  height: 500px;
  overflow: hidden;
  float: left;
}
.headers[data-v-06516d84] {
  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-06516d84] {
  margin-right: 3%;
  float: left;
  font-weight: bold;
  line-height: 32px;
}
.headers .template_header_require[data-v-06516d84] {
  font-style: normal;
  color: #92969c;
  float: left;
  font-size: 14px;
  line-height: 32px;
}
.headers .titles[data-v-06516d84] {
  float: left;
}
.headers .TipsFrameBox[data-v-06516d84] {
  width: 120px;
  height: 36px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #f56c6c;
}
.el-select-dropdown__item[data-v-06516d84] {
  height: auto !important;
}
.vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--label[data-v-06516d84],
.vxe-table--render-default .vxe-cell--radio .vxe-radio--label[data-v-06516d84] {
  padding-left: 0.5rem;
  margin-left: -1.5rem;
}
.vxe-table--render-default .vxe-cell--radio .vxe-radio--icon[data-v-06516d84] {
  margin-left: -0.5rem;
}
.tleft[data-v-06516d84] {
  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-06516d84] {
  color: red;
}
.tleft .khyaoqiu[data-v-06516d84] {
  display: block;
  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-06516d84] {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 100px;
  line-height: 24px;
  width: 200px;
  word-break: keep-all;
  word-spacing: normal;
  white-space: nowrap;
}
.back[data-v-06516d84] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.back .back-title[data-v-06516d84] {
  font-weight: 500;
  font-size: 20px;
  color: #986c2b;
}
.back .back-button[data-v-06516d84] {
  cursor: pointer;
  /* 最常用的手形光标 */
}
[data-v-06516d84] .el-card__header {
  padding-bottom: 10px;
}

.conebox .box-card[data-v-06516d84] .el-card__body {
    padding: 10px;
}
.sample-spreadsheets[data-v-06516d84] .gc-floatingobject-container {
    z-index: 50 !important;
}
.sample-spreadsheets-left[data-v-06516d84] {
    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-06516d84] {
        height: calc(100vh - 300px) !important;
}
}
/* 1600x900 (高清+) */
@media screen and (max-width: 1600px) and (min-width: 1441px) {
.sample-spreadsheets-left[data-v-06516d84] {
        height: calc(100vh - 310px) !important;
}
}
/* 1440x900 (宽屏) */
@media screen and (max-width: 1440px) and (min-width: 1367px) {
.sample-spreadsheets-left[data-v-06516d84] {
        height: calc(100vh - 320px) !important;
}
}
/* 1366x768 (常见笔记本分辨率) */
@media screen and (max-width: 1366px) {
.sample-spreadsheets-left[data-v-06516d84] {
        height: calc(100vh - 320px) !important;
}
}

.title_id[data-v-4f8e910c] {
    display: block;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}
/*滚动条的轨道*/
.ts[data-v-4f8e910c] ::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}
.ts[data-v-4f8e910c] ::-webkit-scrollbar-track {
    background-color: #ffffff !important;
}
/*滚动条里面的小方块，能向上向下移动*/
.ts[data-v-4f8e910c] ::-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-4f8e910c] ::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8 !important;
}
.ts[data-v-4f8e910c] ::-webkit-scrollbar-thumb:active {
    background-color: #787878 !important;
}
/*边角，即两个滚动条的交汇处*/
.ts[data-v-4f8e910c] ::-webkit-scrollbar-corner {
    background-color: #ffffff !important;
}

.title_id[data-v-97d9aea8] {
    display: block;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}
.rich-editor-content[data-v-97d9aea8] {
    overflow-y: auto;
}
.ts .contenttext[data-v-97d9aea8] {
    overflow: hidden !important;
    height: auto !important;
}
/*滚动条的轨道*/
.mytable-scrollbar .ts[data-v-97d9aea8] ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
/*滚动条的轨道*/
.ts[data-v-97d9aea8] ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.ts[data-v-97d9aea8] ::-webkit-scrollbar-track {
    background-color: #ffffff;
}
/*滚动条里面的小方块，能向上向下移动*/
.ts[data-v-97d9aea8] ::-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-97d9aea8] ::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}
.ts[data-v-97d9aea8] ::-webkit-scrollbar-thumb:active {
    background-color: #787878;
}
/*边角，即两个滚动条的交汇处*/
.ts[data-v-97d9aea8] ::-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-6fa87207] {
    /* padding: 8px;
    background: #fff; */

    /* height: 800px; */
}
.expand-wrapper[data-v-6fa87207] {
    padding: 10px;
}
.one[data-v-6fa87207] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-6fa87207] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-6fa87207] {
    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-6fa87207] {
    color: red;
}
.el-select-dropdown__item[data-v-6fa87207] {
    height: auto !important;
}

.dialogRetreatDialog[data-v-6fa87207],
.dialogCancelDialog[data-v-6fa87207] {
.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;
}
}

.expand-wrapper[data-v-3ffedf24] {
    padding: 10px;
}
.one[data-v-3ffedf24] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-3ffedf24] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-3ffedf24] {
    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-3ffedf24] {
    color: red;
}
.el-select-dropdown__item[data-v-3ffedf24] {
    height: auto !important;
}

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

.expand-wrapper[data-v-4fdbf60a] {
    padding: 10px;
}
.one[data-v-4fdbf60a] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-4fdbf60a] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-4fdbf60a] {
    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-4fdbf60a] {
    color: red;
}
.el-select-dropdown__item[data-v-4fdbf60a] {
    height: auto !important;
}
.box-card[data-v-4fdbf60a] .el-card__body {
    padding: 10px;
}

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

.conebox[data-v-2e9a4d9a] {
    /* padding: 8px;
    background: #fff; */

    /* height: 800px; */
}
.expand-wrapper[data-v-2e9a4d9a] {
    padding: 10px;
}
.one[data-v-2e9a4d9a] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-2e9a4d9a] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-2e9a4d9a] {
    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-2e9a4d9a] {
    color: red;
}

.conebox[data-v-0ff7297d] {
}
.titlet[data-v-0ff7297d] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-0ff7297d] {
    padding: 8px;
}
.sample-spreadsheets[data-v-0ff7297d] {
    width: 100%;
    height: 500px;
    overflow: hidden;
    float: left;
}
.headers[data-v-0ff7297d] {
    height: 32px;
    padding: 6px;
    background-color: #f5f7fa;
    border-bottom: 1px solid #e4e7ed;
    clear: both;
    margin-bottom: 12px;
}
.headers .title[data-v-0ff7297d] {
    margin-right: 3%;
    float: left;
    font-weight: bold;
    line-height: 32px;
}
.headers .template_header_require[data-v-0ff7297d] {
    font-style: normal;
    color: #92969c;
    float: left;
    font-size: 14px;
    line-height: 32px;
}
.headers .titles[data-v-0ff7297d] {
    float: left;
}
.headers .TipsFrameBox[data-v-0ff7297d] {
    width: 120px;
    height: 36px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #f56c6c;
}
.el-select-dropdown__item[data-v-0ff7297d] {
    height: auto !important;
}
.el-form-item__content[data-v-0ff7297d] {
    clear: inherit !important;
}
.prev-next-box[data-v-0ff7297d] {
    -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;
    margin-bottom: 10px;
.prev {
        font-size: 14px;
        line-height: 24px;
        cursor: pointer;
        margin: 0 10px;
&.disable {
            cursor: default;
            color: rgba(0, 0, 0, 0.3);
}
}
.next {
        font-size: 14px;
        line-height: 24px;
        cursor: pointer;
        margin: 0 10px;
&.disable {
            cursor: default;
            color: rgba(0, 0, 0, 0.3);
}
}
}
[data-v-0ff7297d] .el-card__body {
    padding: 0 10px 10px 10px !important;
}

.conebox[data-v-278d764a] {
    /* padding: 8px;
    background: #fff; */

    /* height: 800px; */
}
.expand-wrapper[data-v-278d764a] {
    padding: 10px;
}
.one[data-v-278d764a] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-278d764a] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-278d764a] {
    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-278d764a] {
    color: red;
}

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

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

/* height: 800px; */
}
.expand-wrapper[data-v-7b440c52] {
padding: 10px;
}
.one[data-v-7b440c52] {
width: 20px;
line-height: 24px;
/* height: 100px; */
float: left;
-webkit-writing-mode: tb;
    -ms-writing-mode: tb;
        writing-mode: tb;
}
.rowlistone[data-v-7b440c52] {
width: 100%;
float: left;
height: 115px;
margin: 10px 0;
}
.Center[data-v-7b440c52] {
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-7b440c52] {
color: red;
}

.expand-wrapper[data-v-46504cec] {
    padding: 10px;
}
.one[data-v-46504cec] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-46504cec] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-46504cec] {
    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-46504cec] {
    color: red;
}
.el-select-dropdown__item[data-v-46504cec] {
    height: auto !important;
}

.expand-wrapper[data-v-4d58fc48] {
    padding: 10px;
}
.one[data-v-4d58fc48] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-4d58fc48] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-4d58fc48] {
    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-4d58fc48] {
    color: red;
}
.el-select-dropdown__item[data-v-4d58fc48] {
    height: auto !important;
}

.expand-wrapper[data-v-6b5fee48] {
    padding: 10px;
}
.one[data-v-6b5fee48] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-6b5fee48] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-6b5fee48] {
    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-6b5fee48] {
    color: red;
}
.el-select-dropdown__item[data-v-6b5fee48] {
    height: auto !important;
}

.expand-wrapper[data-v-58ee7b8e] {
    padding: 10px;
}
.one[data-v-58ee7b8e] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-58ee7b8e] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-58ee7b8e] {
    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-58ee7b8e] {
    color: red;
}
.el-select-dropdown__item[data-v-58ee7b8e] {
    height: auto !important;
}

.expand-wrapper[data-v-29363ddf] {
    padding: 10px;
}
.one[data-v-29363ddf] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-29363ddf] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-29363ddf] {
    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-29363ddf] {
    color: red;
}
.el-select-dropdown__item[data-v-29363ddf] {
    height: auto !important;
}

.conebox[data-v-c9a0c21c] {
    /* padding: 8px;
    background: #fff; */

    /* height: 800px; */
}
.expand-wrapper[data-v-c9a0c21c] {
    padding: 10px;
}
.one[data-v-c9a0c21c] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-c9a0c21c] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-c9a0c21c] {
    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-c9a0c21c] {
    color: red;
}
.el-select-dropdown__item[data-v-c9a0c21c] {
    height: auto !important;
}

.conebox[data-v-3cc2da05] {
  padding: 8px;
  background: #fff;
  /* height: 800px; */
}
.expand-wrapper[data-v-3cc2da05] {
  padding: 10px;
}
.one[data-v-3cc2da05] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-3cc2da05] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-3cc2da05] {
  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-3cc2da05] {
  color: red;
}
.el-select-dropdown__item[data-v-3cc2da05] {
  height: auto !important;
}
.switchStyle.el-switch .el-switch__core[data-v-3cc2da05],
.el-switch .el-switch__label[data-v-3cc2da05] {
  width: 185px !important;
}
.explain-box[data-v-3cc2da05] {
  padding-left: 16px;
  margin: 0;
}
.explain-box li[data-v-3cc2da05]::marker {
  color: #409eff;
  font-size: 20px;
}
.expand .vxe-body--row[data-v-3cc2da05] {
  display: none;
}
.expand .vxe-body--row[data-v-3cc2da05] {
  display: none;
}
.expand .vxe-body--expanded-row .vxe-body--row[data-v-3cc2da05] {
  display: revert;
}
.expand .vxe-body--expanded-column[data-v-3cc2da05] {
  border: 0 !important;
}
.expand > .vxe-table--render-wrapper > .vxe-table--main-wrapper > .vxe-table--header-wrapper[data-v-3cc2da05] {
  display: none;
}
#ss1[data-v-3cc2da05] {
  overflow: hidden !important;
}
.ml-10[data-v-3cc2da05] {
  margin-left: 10px;
}
.dilaog-title[data-v-3cc2da05] {
  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;
}
.dilaog-title .prev-next-box[data-v-3cc2da05] {
  -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;
}
.dilaog-title .prev-next-box .prev[data-v-3cc2da05] {
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  margin: 0 10px;
}
.dilaog-title .prev-next-box .prev.disable[data-v-3cc2da05] {
  cursor: default;
  color: rgba(0, 0, 0, 0.3);
}
.dilaog-title .prev-next-box .next[data-v-3cc2da05] {
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  margin: 0 10px;
}
.dilaog-title .prev-next-box .next.disable[data-v-3cc2da05] {
  cursor: default;
  color: rgba(0, 0, 0, 0.3);
}
.emptyzs[data-v-3cc2da05] {
  width: 100%;
  padding-top: 300px;
  font-size: 20px;
  text-align: center;
}
.page-table-top2[data-v-3cc2da05] {
  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;
}
.page-table-top2 .progress-info[data-v-3cc2da05] {
  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;
}
.back[data-v-3cc2da05] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.back .back-title[data-v-3cc2da05] {
  font-weight: 500;
  font-size: 20px;
  color: #986c2b;
}
.back .back-button[data-v-3cc2da05] {
  cursor: pointer;
  /* 最常用的手形光标 */
}
[data-v-3cc2da05] .el-card__header {
  padding-bottom: 10px;
}

.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-1325390c] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-1325390c] {
  padding: 10px;
}
.one[data-v-1325390c] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-1325390c] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-1325390c] {
  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-1325390c] {
  color: red;
}
.el-select-dropdown__item[data-v-1325390c]{
  height: auto!important;
}

.expand-wrapper[data-v-d371d97e] {
    padding: 10px;
}
.one[data-v-d371d97e] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-d371d97e] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-d371d97e] {
    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-d371d97e] {
    color: red;
}
.el-select-dropdown__item[data-v-d371d97e] {
    height: auto !important;
}

.label-button[data-v-0c25852b] {
    position: relative;
    width: 100%;
}
::v-deep .el-form-item__label[data-v-0c25852b] {
    width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-0c25852b] {
    width: 100% !important;
}
.label-box[data-v-0c25852b] {
    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-33d0b763] {
    position: relative;
    width: 100%;
}
::v-deep .el-form-item__label[data-v-33d0b763] {
    width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-33d0b763] {
    width: 100% !important;
}
.label-box[data-v-33d0b763] {
    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-3f698d28] {
}
.expand-wrapper[data-v-3f698d28] {
  padding: 10px;
}
.one[data-v-3f698d28] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-3f698d28] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-3f698d28] {
  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-3f698d28] {
  color: red;
}

.customer[data-v-29d39f6a] {
  position: relative;
}
.customer .button-agreementsave[data-v-29d39f6a] {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 10px;
  background-color: #fff;
}

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

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

.customer[data-v-c639e9a8] {
  position: relative;
}
.customer .button-agreementsave[data-v-c639e9a8] {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 10px;
  background-color: #fff;
}

.conebox[data-v-c639e9a8] {
}
.titlet[data-v-c639e9a8] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-c639e9a8] {
    padding: 8px;
}

.conebox[data-v-3bc2b868] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-3bc2b868] {
  padding: 10px;
}
.one[data-v-3bc2b868] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-3bc2b868] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-3bc2b868] {
  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-3bc2b868] {
  color: red;
}


.customer[data-v-6ecdc86e] {
  position: relative;
}
.customer .addform[data-v-6ecdc86e] {
  margin-bottom: 50px;
  height: calc(100% - 60px);
  overflow-y: auto;
  overflow-x: hidden;
}
.customer .button-agreementsave[data-v-6ecdc86e] {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
.file[data-v-6ecdc86e] {
  height: calc(100% - 10px);
  overflow-y: auto;
  overflow-x: hidden;
}

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

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

.expand-wrapper[data-v-17164172] {
    padding: 10px;
}
.one[data-v-17164172] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-17164172] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-17164172] {
    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-17164172] {
    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-799fd1a4] {
    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-799fd1a4] {
    font-size: 12px;
    color: red;
    line-height: 32px;
}

.titlet[data-v-6dda0a98] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-6dda0a98] {
    padding: 8px;
}
.addform[data-v-6dda0a98] .el-form-item__label {
    line-height: 32px !important;
}
.addform[data-v-6dda0a98] .el-form-item__error {
    top: 8px !important;
}
.addform[data-v-6dda0a98] {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 340px);
}

.label-button[data-v-11c283c8] {
    position: relative;
    width: 100%;
}
::v-deep .el-form-item__label[data-v-11c283c8] {
    width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-11c283c8] {
    width: 100% !important;
}
.label-box[data-v-11c283c8] {
    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-11c283c8] {
    max-height: calc(58vh - 20px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 2px;
    padding-left: 2px;
}
.el-textarea__inner[data-v-11c283c8] {
  color: #ac883e;
}
.flex-technical[data-v-11c283c8]{
    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;
}
.technical-other[data-v-11c283c8]{
    padding-left: 30px;
}

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

.conebox[data-v-6ee2454a] tr:hover {
    background: none !important;
}
.conebox[data-v-6ee2454a] tr.hover-row > td.el-table__cell {
    background: none !important;
}
.titlet[data-v-6ee2454a] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-6ee2454a] {
    padding: 8px;
}
.addform[data-v-6ee2454a] .el-form-item__label {
    line-height: 32px !important;
}
.addform[data-v-6ee2454a] .el-form-item__error {
    top: 8px !important;
}
.tabs-container[data-v-6ee2454a] {
    position: relative;
}
.trace-edit-btns-wrap[data-v-6ee2454a] {
    text-align: right;
    margin-bottom: 10px;
}
.addform[data-v-6ee2454a] {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 340px);
}
.right-buttons div:first-child .more-dropdown[data-v-6ee2454a]{
    margin-left: 0 !important;
}

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






















































































































































































































































































































































































































































































































.conebox[data-v-d9acaa9c] {
    /* padding: 8px;
    background: #fff; */

    /* height: 800px; */
}
.expand-wrapper[data-v-d9acaa9c] {
    padding: 10px;
}
.one[data-v-d9acaa9c] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-d9acaa9c] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-d9acaa9c] {
    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-d9acaa9c] {
    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-66929306] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-66929306] {
  padding: 10px;
}
.one[data-v-66929306] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-66929306] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-66929306] {
  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-66929306] {
  color: red;
}
.contract-manage ::v-deep .el-date-editor .el-range-separator[data-v-66929306] {
    width: 26px;
}
::v-deep .el-date-editor .el-range-separator[data-v-66929306] {
    width: 26px;
}

.label-button[data-v-189e5268] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-189e5268] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-189e5268]{
  width: 100% !important;
}
.label-box[data-v-189e5268] {
  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-c26f86a2] {
  /* padding: 5px;
  background: #fff; */
}
.titlet[data-v-c26f86a2] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-c26f86a2] {
  padding: 8px;
}
.box-card[data-v-c26f86a2]{
  margin-top: 10px;
}
.contract-manage ::v-deep .el-date-editor .el-range-separator[data-v-c26f86a2] {
    width: 26px;
}
::v-deep .el-date-editor .el-range-separator[data-v-c26f86a2] {
    width: 26px !important;
}

.conebox[data-v-7d6f5c94] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-7d6f5c94] {
  padding: 10px;
}
.one[data-v-7d6f5c94] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-7d6f5c94] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-7d6f5c94] {
  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-7d6f5c94] {
  color: red;
}

.label-button[data-v-9c7ece0a] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-9c7ece0a] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-9c7ece0a] {
  width: 100% !important;
}
.label-box[data-v-9c7ece0a] {
  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-ae8668ca] {
  /* padding: 5px;
  background: #fff; */
}
.titlet[data-v-ae8668ca] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-ae8668ca] {
  padding: 8px;
}

.label-button[data-v-80145df4] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-80145df4] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-80145df4] {
  width: 100% !important;
}
.label-box[data-v-80145df4] {
  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-7ef69d79] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-7ef69d79] {
  padding: 10px;
}
.one[data-v-7ef69d79] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-7ef69d79] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-7ef69d79] {
  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-7ef69d79] {
  color: red;
}

.label-button[data-v-1fd2d2be] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-1fd2d2be] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-1fd2d2be]{
  width: 100% !important;
}
.label-box[data-v-1fd2d2be] {
  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-68a64394] {
  /* padding: 5px;
  background: #fff; */
}
.titlet[data-v-68a64394] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-68a64394] {
  padding: 8px;
}
.expand-wrapper[data-v-68a64394] {
  margin-left: 100px;
  padding: 10px 0;
}

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

.conebox[data-v-2923bf37] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-2923bf37] {
  padding: 10px;
}
.one[data-v-2923bf37] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-2923bf37] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-2923bf37] {
  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-2923bf37] {
  color: red;
}

.label-button[data-v-a0b6341c] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-a0b6341c] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-a0b6341c]{
  width: 100% !important;
}
.label-box[data-v-a0b6341c] {
  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-3d9c44e6] {
  /* padding: 5px;
  background: #fff; */
}
.titlet[data-v-3d9c44e6] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-3d9c44e6] {
  padding: 8px;
}

.label-button[data-v-0eb575e6] {
  position: relative;
  width: 100%;
}
.label-button label[data-v-0eb575e6] {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
::v-deep .el-form-item__label[data-v-0eb575e6] {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-0eb575e6] {
  width: 100% !important;
}
.label-box[data-v-0eb575e6] {
  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;
}
.dialogform[data-v-0eb575e6]{
  height: calc(100vh - 380px);
  overflow: auto;
}

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

.spotcheckEdit[data-v-9c7d7d1e] {
    padding: 20px;
    background-color: #fff;
}
.spotcheckEdit .box[data-v-9c7d7d1e] {
    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-67761162] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-67761162] {
  padding: 10px;
}
.one[data-v-67761162] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-67761162] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-67761162] {
  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-67761162] {
  color: red;
}

.label-button[data-v-5d2bb991] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-5d2bb991] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-5d2bb991] {
  width: 100% !important;
}
.label-box[data-v-5d2bb991] {
  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-4c88fc66] {
  /* padding: 5px;
  background: #fff; */
}
.titlet[data-v-4c88fc66] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-4c88fc66] {
  padding: 8px;
}
.box-card[data-v-4c88fc66]{
  margin-top: 10px;
}

.label-button[data-v-2c34c37f] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-2c34c37f] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-2c34c37f] {
  width: 100% !important;
}
.label-box[data-v-2c34c37f] {
  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-208c513b] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-208c513b] {
  padding: 10px;
}
.one[data-v-208c513b] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-208c513b] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-208c513b] {
  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-208c513b] {
  color: red;
}

.label-button[data-v-afd262ae] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-afd262ae] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-afd262ae] {
  width: 100% !important;
}
.label-box[data-v-afd262ae] {
  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-028e1ab2] {
  /* padding: 5px;
  background: #fff; */
}
.titlet[data-v-028e1ab2] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-028e1ab2] {
  padding: 8px;
}

.label-button[data-v-45c8d008] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-45c8d008] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-45c8d008] {
  width: 100% !important;
}
.label-box[data-v-45c8d008] {
  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-018f110d] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-018f110d] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-018f110d] {
  width: 100% !important;
}
.label-box[data-v-018f110d] {
  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-7b600285] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-7b600285] {
  padding: 10px;
}
.one[data-v-7b600285] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-7b600285] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-7b600285] {
  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-7b600285] {
  color: red;
}

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

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

.conebox[data-v-c5923424] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-c5923424] {
  padding: 10px;
}
.one[data-v-c5923424] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-c5923424] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-c5923424] {
  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-c5923424] {
  color: red;
}

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

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

.label-button[data-v-74d44652] {
  position: relative;
  width: 100%;
}
.label-button label[data-v-74d44652] {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
::v-deep .el-form-item__label[data-v-74d44652] {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-74d44652] {
  width: 100% !important;
}
.label-box[data-v-74d44652] {
  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-57de0b84] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-57de0b84] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-57de0b84] {
  width: 100% !important;
}
.label-box[data-v-57de0b84] {
  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-7491b8e8] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-7491b8e8] {
  padding: 10px;
}
.one[data-v-7491b8e8] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-7491b8e8] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-7491b8e8] {
  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-7491b8e8] {
  color: red;
}

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

.conebox[data-v-2e614ceb] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-2e614ceb] {
  padding: 10px;
}
.one[data-v-2e614ceb] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-2e614ceb] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-2e614ceb] {
  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-2e614ceb] {
  color: red;
}

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

.conebox[data-v-16b0eb19] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-16b0eb19] {
  padding: 10px;
}
.one[data-v-16b0eb19] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-16b0eb19] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-16b0eb19] {
  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-16b0eb19] {
  color: red;
}

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

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

.label-button[data-v-9cb5852a] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-9cb5852a] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-9cb5852a] {
  width: 100% !important;
}
.label-box[data-v-9cb5852a] {
  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-58f5005a] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-58f5005a] {
  padding: 10px;
}
.one[data-v-58f5005a] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-58f5005a] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-58f5005a] {
  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-58f5005a] {
  color: red;
}

.conebox[data-v-62d0c440] {
  /* padding: 5px;
  background: #fff; */
}
.titlet[data-v-62d0c440] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-62d0c440] {
  padding: 8px;
  height: calc(100vh - 280px);
  overflow: auto;
}
.expand-wrapper[data-v-62d0c440] {
  margin-left: 100px;
  padding: 10px 0;
}
.box-card[data-v-62d0c440] {
  margin-bottom: 20px;
}
.qualityPlan .el-form-item[data-v-62d0c440] {
  margin-bottom: 10px;
}

.conebox[data-v-6a291e18] {
  /* padding: 5px;
  background: #fff; */
}
.titlet[data-v-6a291e18] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-6a291e18] {
  padding: 8px;
  height: calc(100vh - 270px);
  overflow: auto;
}
.expand-wrapper[data-v-6a291e18] {
  margin-left: 100px;
  padding: 10px 0;
}
.box-card[data-v-6a291e18] {
  margin-bottom: 20px;
}
.qualityPlan .el-form-item[data-v-6a291e18] {
  margin-bottom: 10px;
}








































































































































































































































































.conebox[data-v-d6512c08] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-d6512c08] {
  padding: 10px;
}
.one[data-v-d6512c08] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-d6512c08] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-d6512c08] {
  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-d6512c08] {
  color: red;
}

.label-button[data-v-06ea338e] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-06ea338e] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-06ea338e]{
  width: 100% !important;
}
.label-button .el-form--label-top[data-v-06ea338e] {
  width: 100% !important;
}
[data-v-06ea338e] .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-06ea338e] .el-form--label-top .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label-button[data-v-06ea338e] .el-form--label-top .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label-box[data-v-06ea338e] {
  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-78722174] {
  /* padding: 5px;
  background: #fff; */
}
.titlet[data-v-78722174] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-78722174] {
  padding: 8px;
}

.label-button[data-v-8676de50] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-8676de50] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-8676de50] {
  width: 100% !important;
}
.label-box[data-v-8676de50] {
  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-19f95abc] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-19f95abc] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-19f95abc] {
  width: 100% !important;
}
.label-box[data-v-19f95abc] {
  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-3b89a650] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-3b89a650] {
  padding: 10px;
}
.one[data-v-3b89a650] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-3b89a650] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-3b89a650] {
  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-3b89a650] {
  color: red;
}

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

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

.label-button[data-v-26545927] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-26545927] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-26545927] {
  width: 100% !important;
}
.label-box[data-v-26545927] {
  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-477eb9a0] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-477eb9a0] {
  padding: 10px;
}
.one[data-v-477eb9a0] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-477eb9a0] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-477eb9a0] {
  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-477eb9a0] {
  color: red;
}
.contract-manage[data-v-477eb9a0] .el-range-editor--small .el-range-separator {
    width: 26px !important;
}
[data-v-477eb9a0] .el-range-editor--small .el-range-separator {
    width: 26px !important;
}

.conebox[data-v-24b8edbc] {
  /* padding: 5px;
  background: #fff; */
}
.titlet[data-v-24b8edbc] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-24b8edbc] {
  padding: 8px;
  height: calc(100vh - 270px);
  overflow: auto;
}
.expand-wrapper[data-v-24b8edbc] {
  margin-left: 100px;
  padding: 10px 0;
}
.box-card[data-v-24b8edbc] {
  margin-bottom: 20px;
}
.qualityPlan .el-form-item[data-v-24b8edbc]{
  margin-bottom: 10px;
}

.conebox[data-v-0c5c6b32] {
  /* padding: 5px;
  background: #fff; */
}
.titlet[data-v-0c5c6b32] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-0c5c6b32] {
  padding: 8px;
   height: calc(100vh - 280px);
  overflow: auto;
}
.expand-wrapper[data-v-0c5c6b32] {
  margin-left: 100px;
  padding: 10px 0;
}
.box-card[data-v-0c5c6b32] {
  margin-bottom: 20px;
}
.qualityPlan .el-form-item[data-v-0c5c6b32] {
  margin-bottom: 10px;
}

.conebox[data-v-969f43d4] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-969f43d4] {
  padding: 10px;
}
.one[data-v-969f43d4] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-969f43d4] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-969f43d4] {
  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-969f43d4] {
  color: red;
}

.regulationadd[data-v-169c0a61] .el-list-enter-active,
  .regulationadd[data-v-169c0a61] .el-list-leave-active {
    -webkit-transition: none;
    transition: none;
}
.regulationadd[data-v-169c0a61] .el-list-enter,
  .regulationadd[data-v-169c0a61] .el-list-leave-active {
    opacity: 0;
}
.conebox[data-v-169c0a61] {
  /* padding: 5px;
  background: #fff; */
}
.titlet[data-v-169c0a61] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-169c0a61] {
  padding: 8px;
}
.customer[data-v-169c0a61]{
 overflow-y: auto;
 overflow-x: hidden;
}

.conebox[data-v-4793704e] {
  /* padding: 5px;
  background: #fff; */
}
.titlet[data-v-4793704e] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-4793704e] {
  padding: 8px;
}
.customer[data-v-4793704e]{
 overflow-y: auto;
 overflow-x: hidden;
}

.conebox[data-v-1453c170] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.expand-wrapper[data-v-1453c170] {
  padding: 10px;
}
.one[data-v-1453c170] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-1453c170] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-1453c170] {
  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-1453c170] {
  color: red;
}

.customer[data-v-6e5be1fa] {
  position: relative;
}
.customer .button-agreementsave[data-v-6e5be1fa] {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
}

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

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

  /* height: 800px; */
}
.expand-wrapper[data-v-6e24c6e7] {
  padding: 10px;
}
.one[data-v-6e24c6e7] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-6e24c6e7] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-6e24c6e7] {
  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-6e24c6e7] {
  color: red;
}

.conebox[data-v-33af74c8] {
  /* padding: 5px;
  background: #fff; */
}
.titlet[data-v-33af74c8] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-33af74c8] {
  padding: 8px;
}
.tabs-box[data-v-33af74c8]{
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 330px);
}
.el_col_css[data-v-33af74c8] .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-33af74c8] .el-form-item__label { color: #E6A23C; font-weight: 700; font-size: 16px; font-family: "Microsoft YaHei Bold", "Microsoft YaHei Bold-Bold"; text-align: left;
}

.save-form-item[data-v-41f6496e] {
    margin-bottom: 22px;
}

.conebox[data-v-bbaa628e] {
    /* padding: 5px;
    background: #fff; */
}
.titlet[data-v-bbaa628e] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-bbaa628e] {
    padding: 8px;
}
.el_col_css[data-v-bbaa628e] .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-bbaa628e] .el-form-item__label {
    color: #e6a23c;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Microsoft YaHei Bold', 'Microsoft YaHei Bold-Bold';
    text-align: left;
}
.tabs-box[data-v-bbaa628e]{
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 330px);
}

.expand-wrapper[data-v-427e7b77] {
  padding: 10px;
}
.one[data-v-427e7b77] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-427e7b77] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-427e7b77] {
  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-427e7b77] {
  color: red;
}
.el-form[data-v-427e7b77]{
/deep/ .el-form-item__label {
    line-height: 32px !important;
}
}

.customer[data-v-46dc4107] {
  position: relative;
}
.customer .button-agreementsave[data-v-46dc4107] {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
}

.titlet[data-v-46dc4107] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-46dc4107] {
  padding: 8px;
}
.addform[data-v-46dc4107] .el-form-item__label{
    line-height: 32px!important;
}
.conebox[data-v-46dc4107] .bzqx-table .vxe-body--row.disabled-row {
  background-color: #f5f5f5 !important;
}
.conebox[data-v-46dc4107] .jsyj-table .vxe-body--row.disabled-row {
  background-color: #f5f5f5 !important;
}
.addform[data-v-46dc4107] {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 340px);
}

.addform[data-v-46aa9619] {
  position: relative;
}
.addform .button-agreementsave[data-v-46aa9619] {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.conebox[data-v-46aa9619] {
    /* padding: 5px;
    background: #fff; */
}
.titlet[data-v-46aa9619] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-46aa9619] {
    padding: 8px;
}
.addform[data-v-46aa9619] .el-form-item__label {
    line-height: 32px !important;
}
[data-v-46aa9619] .bzqx-table .vxe-body--row.disabled-row {
  background-color: #f5f5f5 !important;
}
[data-v-46aa9619] .jsyj-table .vxe-body--row.disabled-row {
  background-color: #f5f5f5 !important;
}
.addform[data-v-46aa9619] {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 340px);
}

.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-5d795a84] .box-card .el-card__body {
  padding: 10px;
}
.expand-wrapper[data-v-5d795a84] {
  padding: 10px;
}
.one[data-v-5d795a84] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-5d795a84] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-5d795a84] {
  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-5d795a84] {
  color: red;
}

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

.conebox[data-v-1de54c78] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.conebox[data-v-1de54c78] .box-card .el-card__body {
  padding: 10px;
}
.expand-wrapper[data-v-1de54c78] {
  padding: 10px;
}
.one[data-v-1de54c78] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-1de54c78] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-1de54c78] {
  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-1de54c78] {
  color: red;
}
.repbackoff-customer .el-select-dropdown__item[data-v-1de54c78] {
  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-6e8186bf] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.expand-wrapper[data-v-6e8186bf] {
  padding: 10px;
}
.one[data-v-6e8186bf] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-6e8186bf] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-6e8186bf] {
  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-6e8186bf] {
  color: red;
}

.conebox[data-v-f6770c28] {
   padding: 13px;
    background: #fff;
    border-radius: 4px;
    height: calc(100vh - 120px);
    /* overflow: auto; */
}
.expand-wrapper[data-v-f6770c28] {
  padding: 10px 20px;
}
.one[data-v-f6770c28] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-f6770c28] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-f6770c28] {
  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-f6770c28] .el-form-item__label {
  color: #E6A23C;
  font-weight: 700;
  font-size: 16px;
  font-family: "Microsoft YaHei Bold", "Microsoft YaHei Bold-Bold";
  text-align: left;
}

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

.conebox[data-v-08f8aa46] .vxe-toolbar {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.orange[data-v-08f8aa46] {
    color: #e6a23c;
}
.items[data-v-08f8aa46] {
    margin-right: 15px;
}
.expand-wrapper[data-v-08f8aa46] {
    padding: 10px;
}
.one[data-v-08f8aa46] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-08f8aa46] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-08f8aa46] {
    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-08f8aa46] {
    color: red;
}
.vxe-table--render-default .vxe-body--column.col--ellipsis > .vxe-cell[data-v-08f8aa46],
.vxe-table--render-default .vxe-footer--column.col--ellipsis > .vxe-cell[data-v-08f8aa46],
.vxe-table--render-default .vxe-header--column.col--ellipsis > .vxe-cell[data-v-08f8aa46] {
    max-height: inherit !important;
}
.customer-select .el-select-dropdown__item[data-v-08f8aa46] {
    height: auto !important;
}
.title-button[data-v-08f8aa46]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
}

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

.conebox[data-v-59155711] {
    /* padding: 8px;
    background: #fff; */

    /* height: 800px; */
}
.expand-wrapper[data-v-59155711] {
    padding: 10px;
}
.one[data-v-59155711] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-59155711] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-59155711] {
    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-59155711] {
    color: red;
}
.customer-select .el-select-dropdown__item[data-v-59155711] {
    height: auto !important;
}
































































































































































































































































































































































.expand-wrapper[data-v-0889ff4c] {
  padding: 10px;
}
.one[data-v-0889ff4c] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-0889ff4c] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-0889ff4c] {
  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-0889ff4c] {
  color: red;
}
.el-form-item__label[data-v-0889ff4c] {
  padding: 0 12px 0 0 !important;
}

.nolabel[data-v-3371ab30] .el-form-item__content {
    margin-left: 0 !important;
}
.orange[data-v-3371ab30] {
    color: #e6a23c;
}
.items[data-v-3371ab30] {
    margin-right: 15px;
}
.expand-wrapper[data-v-3371ab30] {
    padding: 10px;
}
.one[data-v-3371ab30] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-3371ab30] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-3371ab30] {
    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-3371ab30] {
    color: red;
}
.vxe-table--render-default .vxe-body--column.col--ellipsis > .vxe-cell[data-v-3371ab30],
.vxe-table--render-default .vxe-footer--column.col--ellipsis > .vxe-cell[data-v-3371ab30],
.vxe-table--render-default .vxe-header--column.col--ellipsis > .vxe-cell[data-v-3371ab30] {
    max-height: inherit !important;
}
.hidden[data-v-3371ab30] .el-form-item__label {
    visibility: hidden;
}
.header-required[data-v-3371ab30]:before {
    content: '*';
    color: #f56c6c;
    margin-right: 4px;
}

.icon[data-v-35b453dc] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.icon-box[data-v-35b453dc] {
  font-size: 16px;
}
.statistics-box[data-v-35b453dc] {
  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-35b453dc] {
  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-35b453dc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.statistics2[data-v-35b453dc] {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.statistics3[data-v-35b453dc] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.statistics .text[data-v-35b453dc] {
  font-size: 18px;
  /* margin-bottom: 40px; */
}
.statistics .value[data-v-35b453dc] {
  -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-35b453dc] {
  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-35b453dc] {
    width: 26px;
}
.customer-select .el-select-dropdown__item[data-v-35b453dc] {
  height: auto!important;
}

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

.conebox[data-v-7f210eb4] {

  /* height: 800px; */
}
.contract-manage .el-range-separator[data-v-7f210eb4] {
    width: 26px;
}

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

.conebox[data-v-e77cabb0] {
}
.title-B[data-v-e77cabb0]{
  margin: 15px 0;
}

.label-button[data-v-1d2e432d] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-1d2e432d] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-1d2e432d] {
  width: 100% !important;
}
.label-box[data-v-1d2e432d] {
  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-2609548c] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.contract-manage .el-range-separator[data-v-2609548c] {
    width: 26px;
}

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

.label-button[data-v-de5a01fc] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-de5a01fc] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-de5a01fc] {
  width: 100% !important;
}
.label-box[data-v-de5a01fc] {
  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-08dee989] {
  /* padding: 8px;
  background: #fff; */

  /* height: 800px; */
}
.contract-manage .el-range-separator[data-v-08dee989] {
    width: 26px;
}
.customer-select .el-select-dropdown__item[data-v-08dee989] {
  height: auto!important;
}

.conebox[data-v-61989a6b] {
    /* padding: 8px;
    background: #fff; */

    /* height: 800px; */
}
.contract-manage .el-range-separator[data-v-61989a6b] {
    width: 26px;
}
.card-title-btn-block[data-v-61989a6b] {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contract-manage .el-range-separator[data-v-25eab88a] {
    width: 26px;
}

.label-button[data-v-0b5e4178] {
    position: relative;
    width: 100%;
}
::v-deep .el-form-item__label[data-v-0b5e4178] {
    width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-0b5e4178] {
    width: 100% !important;
}
.form-box[data-v-0b5e4178]{
    height: calc(100vh - 280px);
    overflow-y: auto;
    overflow-x: hidden;
}
.label-box[data-v-0b5e4178] {
    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-ff71d708] {
    position: relative;
    width: 100%;
}
::v-deep .el-form-item__label[data-v-ff71d708] {
    width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-ff71d708] {
    width: 100% !important;
}
.label-box[data-v-ff71d708] {
    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-ff71d708] {
    width: 26px;
}

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























































































































































































































































































































































































































































































































































.label-button[data-v-dc51d2e0] {
    position: relative;
    width: 100%;
}
::v-deep .el-form-item__label[data-v-dc51d2e0] {
    width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-dc51d2e0] {
    width: 100% !important;
}
.form-box[data-v-dc51d2e0]{
    height: calc(100vh - 340px);
    overflow-y: auto;
    overflow-x: hidden;
}
.label-box[data-v-dc51d2e0] {
    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-1689e26c] {
  position: relative;
  width: 100%;
}
::v-deep .el-form-item__label[data-v-1689e26c] {
  width: 100% !important;
}
::v-deep .el-form--label-left .el-form-item__label[data-v-1689e26c] {
  width: 100% !important;
}
.label-box[data-v-1689e26c] {
  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-d1935adc] {
    /* padding: 8px;
    background: #fff; */

    /* height: 800px; */
}
.expand-wrapper[data-v-d1935adc] {
    padding: 10px;
}
.one[data-v-d1935adc] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-d1935adc] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-d1935adc] {
    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-d1935adc] {
    color: red;
}

.expand-wrapper[data-v-48523694] {
    padding: 10px;
}
.one[data-v-48523694] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-48523694] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-48523694] {
    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-48523694] {
    color: red;
}
.el-select-dropdown__item[data-v-48523694] {
    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;
}

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

.conebox[data-v-3c216b23] {
}
.expand-wrapper[data-v-3c216b23] {
    padding: 10px;
}
.one[data-v-3c216b23] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-3c216b23] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-3c216b23] {
    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-3c216b23] {
    color: red;
}
.el-form-item__label[data-v-3c216b23] {
    padding: 0 12px 0 0 !important;
}

.conebox[data-v-9c0f8eda] {
}
.expand-wrapper[data-v-9c0f8eda] {
    padding: 10px;
}
.one[data-v-9c0f8eda] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-9c0f8eda] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-9c0f8eda] {
    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-9c0f8eda] {
    color: red;
}
.el-form-item__label[data-v-9c0f8eda] {
    padding: 0 12px 0 0 !important;
}

.conebox[data-v-32d0edac] {
}
.expand-wrapper[data-v-32d0edac] {
    padding: 10px;
}
.one[data-v-32d0edac] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-32d0edac] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-32d0edac] {
    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-32d0edac] {
    color: red;
}
.el-form-item__label[data-v-32d0edac] {
    padding: 0 12px 0 0 !important;
}

.conebox[data-v-44b975d2] {
}
.expand-wrapper[data-v-44b975d2] {
  padding: 10px;
}
.one[data-v-44b975d2] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-44b975d2] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-44b975d2] {
  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-44b975d2] {
  color: red;
}
.el-select-dropdown__item[data-v-44b975d2]{
    height: auto!important;
}
.el-form-item__label[data-v-44b975d2]{
    padding: 0 12px 0 0!important;
}

.expand-wrapper[data-v-7f09f6fe] {
  padding: 10px;
}
.one[data-v-7f09f6fe] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-7f09f6fe] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-7f09f6fe] {
  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-7f09f6fe] {
  color: red;
}
.el-form-item__label[data-v-7f09f6fe] {
  padding: 0 12px 0 0 !important;
}

.conebox[data-v-1128be3a] {
   padding: 13px;
    background: #fff;
    border-radius: 4px;
    height: calc(100vh - 120px);
    /* overflow: auto; */
}
.titlet[data-v-1128be3a] {
  cursor: pointer;
  padding: 10px;
  background: #fff;
}
.boxtab[data-v-1128be3a] {
  padding: 8px;
}
.boxCard[data-v-1128be3a] {
&+.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-1128be3a] {
  padding-top: 2px;
  position: absolute;
  top: 8px;
  right: 0;
  left: auto;
}
[data-v-1128be3a] .alias_sample.el-select-dropdown {
  display: none;
}
.alias[data-v-1128be3a] .el-input--suffix .el-input__inner {
  padding-right: 15px;
}
.alias[data-v-1128be3a] .el-input__suffix {
  display: none;
}

.conebox[data-v-1d095ea0] {
  /* padding: 5px; */
  padding: 13px;
    background: #fff;
    border-radius: 4px;
    height: calc(100vh - 120px);
}
.titlet[data-v-1d095ea0] {
  cursor: pointer;
  padding: 10px;
  background: #fff;
}
.boxtab[data-v-1d095ea0] {
  padding: 8px;
}
.boxCard[data-v-1d095ea0] {
&+.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-1d095ea0] {
    padding-top: 2px;
    position: absolute;
    top: 8px;
    right: 0;
    left: auto;
}
[data-v-1d095ea0] .alias_sample.el-select-dropdown {
  display: none;
}
.alias[data-v-1d095ea0] .el-input--suffix .el-input__inner {
  padding-right: 15px;
}
.alias[data-v-1d095ea0] .el-input__suffix {
  display: none;
}

.contract-manage .el-range-separator[data-v-0da1e314] {
  width: 26px;
}
.expand-wrapper[data-v-0da1e314] {
  padding: 10px;
}
.one[data-v-0da1e314] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-0da1e314] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-0da1e314] {
  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-0da1e314] {
  color: red;
}

.conebox[data-v-41f25702] {
}
.expand-wrapper[data-v-41f25702] {
    padding: 10px;
}
.one[data-v-41f25702] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-41f25702] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-41f25702] {
    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-41f25702] {
    color: red;
}
.el-form-item__label[data-v-41f25702] {
    padding: 0 12px 0 0 !important;
}

.conebox[data-v-7c16bbd1] {
    /* padding: 8px;
    background: #fff; */

    /* height: 800px; */
}
.expand-wrapper[data-v-7c16bbd1] {
    padding: 10px;
}
.one[data-v-7c16bbd1] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-7c16bbd1] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-7c16bbd1] {
    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-7c16bbd1] {
    color: red;
}
.title_button-total[data-v-7c16bbd1]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;  
  margin-right: 10px;
}

.expand-wrapper[data-v-35da5ce0] {
  padding: 10px;
}
.one[data-v-35da5ce0] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-35da5ce0] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-35da5ce0] {
  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-35da5ce0] {
  color: red;
}

.conebox[data-v-0e57aefd] {
    padding: 8px;
    background: #fff;

    /* height: 800px; */
}
.expand-wrapper[data-v-0e57aefd] {
    padding: 10px;
}
.one[data-v-0e57aefd] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-0e57aefd] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-0e57aefd] {
    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-0e57aefd] {
    color: red;
}











































































































































































































































































































































































































































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

.conebox[data-v-3686449c] {
}
.expand-wrapper[data-v-3686449c] {
  padding: 10px;
}
.one[data-v-3686449c] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-3686449c] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-3686449c] {
  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-3686449c] {
  color: red;
}
.el-form-item__label[data-v-3686449c] {
  padding: 0 12px 0 0 !important;
}
.el-select-dropdown__item[data-v-3686449c] {
  height: auto !important;
}
[data-v-3686449c] .cust_select {
  width: 100% !important;
}
.pageForm[data-v-3686449c]{
  position: relative;
}

.contract-manage[data-v-712a04df] {
.el-range-separator {
    width: 26px;
}
}
.conebox[data-v-712a04df] {
}
.expand-wrapper[data-v-712a04df] {
  padding: 10px;
}
.one[data-v-712a04df] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-712a04df] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-712a04df] {
  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-712a04df] {
  color: red;
}

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

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

.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-03e52ecc] {
  width: 100%;
}
.ypxx_table[data-v-03e52ecc] {
  width: 100%;
  margin-top: 10px;
}
.title-B[data-v-03e52ecc] {
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}
.title-button[data-v-03e52ecc]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.el-form-item--mini.el-form-item[data-v-03e52ecc], .el-form-item--small.el-form-item[data-v-03e52ecc]{
  margin-bottom: 0px;
}
[data-v-03e52ecc] .col--valid-error .el-input__inner{
  /* background-color: #df1919; */
 border-color: #df1919;
}

.contract-manage .el-range-separator[data-v-0ffb3a7c] {
  width: 26px;
}
.expand-wrapper[data-v-0ffb3a7c] {
  padding: 10px;
}
.one[data-v-0ffb3a7c] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-0ffb3a7c] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-0ffb3a7c] {
  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-0ffb3a7c] {
  color: red;
}

.contract-manage .el-range-separator[data-v-adc01d38] {
  width: 26px;
}
.expand-wrapper[data-v-adc01d38] {
  padding: 10px;
}
.one[data-v-adc01d38] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-adc01d38] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-adc01d38] {
  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-adc01d38] {
  color: red;
}

.selects {
  width: 1124px;
}

.selects[data-v-f65c291e] .el-select-dropdown__item {
  padding: 0 !important;
}
.vxe-table--render-wrapper[data-v-f65c291e] .vxe-table--body-wrapper {
  display: none;
}
.selects[data-v-f65c291e] .el-select-dropdown__list {
  padding: 6px !important;
}
.conebox[data-v-f65c291e] {
}
.titlet[data-v-f65c291e] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-f65c291e] {
  padding: 8px;
  height: calc(100vh - 230px);
  overflow-y: auto;
  overflow-x: hidden;
}
.xcks[data-v-f65c291e] {
  overflow: hidden;
  overflow-y: auto;
  height: 150px;
  clear: both;
}

.contract-manage[data-v-7b104c06] {
.el-range-separator {
  width: 26px;
}
}
.conebox[data-v-7b104c06] {
}
.expand-wrapper[data-v-7b104c06] {
  padding: 10px;
}
.one[data-v-7b104c06] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-7b104c06] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-7b104c06] {
  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-7b104c06] {
  color: red;
}

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

.contract-manage[data-v-2ae8e798] {
.el-range-separator {
  width: 26px;
}
}
.conebox[data-v-2ae8e798] {
}
.expand-wrapper[data-v-2ae8e798] {
  padding: 10px;
}
.one[data-v-2ae8e798] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-2ae8e798] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-2ae8e798] {
  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-2ae8e798] {
  color: red;
}
.switchStyle.el-switch .el-switch__core[data-v-2ae8e798], .el-switch .el-switch__label[data-v-2ae8e798] {
  width: auto !important;
}
.el-button + .el-button[data-v-2ae8e798] {
  margin-left: 2px;
}

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

.contract-manage[data-v-5fa80242] {
.el-range-separator {
  width: 26px;
}
}
.conebox[data-v-5fa80242] {
}
.expand-wrapper[data-v-5fa80242] {
  padding: 10px;
}
.one[data-v-5fa80242] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-5fa80242] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-5fa80242] {
  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-5fa80242] {
  color: red;
}

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

.entrustTable .entrustTable_required[data-v-ef275f8c]: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[data-v-3af808dd] {
.el-dialog__body {
    padding: 10px;
}
}
.dialog-footer[data-v-3af808dd] {
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;
}

.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-f6b938d6] {
  height: auto !important;
}
.conebox[data-v-f6b938d6] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-f6b938d6] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-f6b938d6] {
  padding: 8px;
}
.xcks[data-v-f6b938d6] {
  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;
}



















































































































































































































































































































































































































































































































































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

.conebox[data-v-3e69a7fe] {
    /* padding: 8px;
    background: #fff; */

    /* height: 800px; */
}
.expand-wrapper[data-v-3e69a7fe] {
    padding: 10px;
}
.one[data-v-3e69a7fe] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-3e69a7fe] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-3e69a7fe] {
    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-3e69a7fe] {
    color: red;
}

.conebox[data-v-40e747f6] {
  padding: 0px;
  background: #fff;
  border-radius: 4px;
  height: calc(100vh - 120px);
  /* overflow: auto; */
}
.boxCard[data-v-40e747f6] {
& + .boxCard {
      margin-top: 10px;
}
.el-card__body {
    padding: 10px;
}
.el-form--label-top .el-form-item__label {
    padding: 0;
}
}
.titlet[data-v-40e747f6] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-40e747f6] {
    padding: 8px;
}
.el-select-dropdown__item[data-v-40e747f6] {
    height: auto !important;
}
.mytable-scrollbar[data-v-40e747f6] ::-webkit-scrollbar {
     width: 10px;
  height: 10px;
}
.has-gutter th[data-v-40e747f6] {
    padding: 6px 0;
    background-color: #f0f0f0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    color: #909399;
    font-size: 13px;
}
.tabsa[data-v-40e747f6] .el-tabs__header {
    background-color: #fff !important;
}
.vxe-table--tooltip-wrapper[data-v-40e747f6] {
    z-index: 3000 !important;
}
.button-fixed[data-v-40e747f6]{
  position: fixed;
  bottom: 13px;
  border-radius: 4px;
  left: 13px;
  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;
  background-color: #fff;
  width: calc(100% - 28px);
  /* padding-bottom: 20px; */
  padding: 10px 0 20px;
}

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

.title-button[data-v-1850b5d2]{
    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;
}
.entrustTable[data-v-1850b5d2] {
.entrustTable_required {
&:before {
      content: '*';
      color: #f56c6c;
      margin-right: 4px;
}
}
}
[data-v-1850b5d2] .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-42a7da36] {
.el-dialog__body {
  padding: 10px;
}
.dialog-footer {
}
}
.vxe-table--tooltip-wrapper[data-v-42a7da36] {
  z-index: 10000 !important;
}

.EquipmentDialog .el-dialog__body[data-v-9c26512e] {
  padding: 10px;
}
.vxe-table--tooltip-wrapper[data-v-9c26512e] {
  z-index: 10000 !important;
}
.pageForm[data-v-9c26512e] {
  margin-bottom: 10px;
}

.entrustForm[data-v-fb7f8ba2]{
  padding: 13px;
}
.boxCard[data-v-fb7f8ba2] {
& + .boxCard {
        margin-top: 10px;
}
.el-card__body {
        padding: 10px;
}
.el-form--label-top .el-form-item__label {
        padding: 0;
}
}
.titlet[data-v-fb7f8ba2] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.el-select-dropdown__item[data-v-fb7f8ba2] {
    height: auto !important;
}
.mytable-scrollbar[data-v-fb7f8ba2] ::-webkit-scrollbar {
    width: 10px;
  height: 10px;
}
.has-gutter th[data-v-fb7f8ba2] {
    padding: 6px 0;
    background-color: #f0f0f0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    color: #909399;
    font-size: 13px;
}
.tabsa[data-v-fb7f8ba2] .el-tabs__header {
    background-color: #fff !important;
}
.vxe-table--tooltip-wrapper[data-v-fb7f8ba2] {
    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-74de8188] {
}
.expand-wrapper[data-v-74de8188] {
  padding: 10px;
}
.one[data-v-74de8188] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-74de8188] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-74de8188] {
  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-74de8188] {
  color: red;
}

.expand-wrapper[data-v-7f48b9ce] {
  padding: 10px;
}
.one[data-v-7f48b9ce] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-7f48b9ce] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-7f48b9ce] {
  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-7f48b9ce] {
  color: red;
}
.el-form-item__label[data-v-7f48b9ce] {
  padding: 0 12px 0 0 !important;
}
.el-select-dropdown__item[data-v-7f48b9ce] {
  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;
}
.demo-form-inline[data-v-7f48b9ce]{
  height: calc(100vh - 300px);
  overflow-y: auto;
  overflow-x: hidden;
}

.el-select-dropdown .el-select-dropdown__item[data-v-55413716] {
  width: 100%;
}
.expand-wrapper[data-v-55413716] {
  padding: 10px;
}
.one[data-v-55413716] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-55413716] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-55413716] {
  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-55413716] {
  color: red;
}
.el-form-item__label[data-v-55413716] {
  padding: 0 12px 0 0 !important;
}

.contract-manage[data-v-09d0f9d4] {
.el-range-separator {
        width: 26px;
}
}
.conebox[data-v-09d0f9d4] {
    /* padding: 8px; */
    /* background: #fff; */

    /* height: 800px; */
}
.expand-wrapper[data-v-09d0f9d4] {
    padding: 10px;
}
.one[data-v-09d0f9d4] {
    width: 20px;
    line-height: 24px;
    /* height: 100px; */
    float: left;
    -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
            writing-mode: tb;
}
.rowlistone[data-v-09d0f9d4] {
    width: 100%;
    float: left;
    height: 115px;
    margin: 10px 0;
}
.Center[data-v-09d0f9d4] {
    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-09d0f9d4] {
    color: red;
}
.el-form-item__label[data-v-09d0f9d4] {
    padding: 0 12px 0 0 !important;
}

.ManagementUnqualified[data-v-24948a72] {
}

.conebox[data-v-f361c3c0] {
  padding: 8px;
  background: #fff;

  /* height: 800px; */
}
.Center[data-v-f361c3c0] {
  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-f361c3c0] {
  margin-left: 2px;
}
.pageForms-btn[data-v-f361c3c0]{
  grid-column-start: span 5;
}
.pageForms.el-form--label-top .pageForms-con .el-form-item[data-v-f361c3c0]{
  margin-bottom: 0;
}
.el-card[data-v-f361c3c0]{
  color: #1c1c1c;
}
.mytable-scrollbar .vxe-header--column[data-v-f361c3c0]{
  padding: 9px 0;
}
.icon-btn-jl[data-v-f361c3c0]{
  border-radius: 50%;
  background: #F9EBD1;
  padding: 4px;
}
.icon-btn-jl img[data-v-f361c3c0]{
  width: 20px;
}

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

.demo-ruleForm[data-v-25cb3eea]{
    height: calc(100vh - 260px);
}
.archivesHandle .el-form-item[data-v-25cb3eea] {
    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;
}

.tj[data-v-c6e0c4b2] {
  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-c6e0c4b2] {
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.tj .tj-item + .tj-item[data-v-c6e0c4b2] {
  margin-left: 20px;
}

.el-button + .el-button[data-v-776e5125] {
  margin-left: 2px;
}
.flex-center[data-v-776e5125] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.flex-center p[data-v-776e5125] {
  padding: 0;
  margin: 0;
}
.num[data-v-776e5125] {
  font-weight: 700;
  color: #FFA632;
}
.page-table-but[data-v-776e5125]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}












































































































































































































































































































































































































































































































































































































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

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

.cratequestion .el-form-item[data-v-1f2cb14e] {
  margin-bottom: 22px;
}
.titlet[data-v-1f2cb14e] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-1f2cb14e] {
  padding: 8px;
}
.form-box[data-v-1f2cb14e]{
     height: calc(100vh - 300px);
}
.conebox[data-v-1f2cb14e] .vxe-form--item-title-label {
  color: #99a9bf;
}
.conebox[data-v-1f2cb14e] .vxe-form--item-inner {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}


.QuRadio .qu-radio-con[data-v-827d5fda] {
  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;
}
.QuRadio .qu-radio-con .el-radio[data-v-827d5fda] {
  line-height: 40px;
}
.QuRadio .qu-radio-con .item-error[data-v-827d5fda] {
  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 .qu-checkbox-con[data-v-20888881] {
  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;
}
.QuCheckbox .qu-checkbox-con .item-error[data-v-20888881] {
  color: #F56C6C;
  /* text-align: right; */
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 40px;
  right: 0;
}

.QuScoring .qu-scoring-con[data-v-5453452d] {
  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 .qu-judge-con + .qu-judge-con[data-v-01e77495] {
  padding-top: 10px;
}

.QuFillBlanks .qu-fill-blanks-con[data-v-104c478c] {
  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;
}
.QuFillBlanks .qu-fill-blanks-con + .qu-fill-blanks-con[data-v-104c478c] {
  margin-top: 20px;
}
.QuFillBlanks .item-error[data-v-104c478c] {
  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 .el-dropdown-link[data-v-4c7a6980] {
  cursor: pointer;
  color: #409EFF;
}
.form-qu-combination .el-icon-arrow-down[data-v-4c7a6980] {
  font-size: 12px;
}
.form-qu-combination .questionSub[data-v-4c7a6980] {
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
}
.form-qu-combination .questionSub .sub-title[data-v-4c7a6980] {
  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: #f2f2f2;
}
.form-qu-combination .questionSub .sub-title .el-form-item[data-v-4c7a6980] {
  margin-bottom: 0px;
}
.form-qu-combination .questionSub .sub-title .text[data-v-4c7a6980] {
  font-size: 16px;
  font-weight: 700;
}
.form-qu-combination .questionSub .sub-title .scoreSubInput.el-input[data-v-4c7a6980] {
  background-color: #fff;
}
.form-qu-combination .questionSub .sub-cox[data-v-4c7a6980] {
  padding: 22px 20px 0;
}

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

.selectStandardDialog .el-form--label-top .el-form-item__label[data-v-4f75d68d] {
  padding: 6px;
  line-height: 1;
}
.selectStandardDialog .btn[data-v-4f75d68d] {
  padding-top: 24px;
}
.selectStandardDialog .pageForm[data-v-4f75d68d] {
  margin-bottom: 10px;
}

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

.outboundHandle-ruleForm[data-v-e01cf856]{
    height: calc(100vh - 260px);
}
.outboundHandle .outboundHandle-ruleForm .el-form-item[data-v-e01cf856] {
  margin-bottom: 20px;
}

.selectWarehousingDialog .el-form--label-top .el-form-item__label[data-v-489bf604] {
  padding: 6px;
  line-height: 1;
}
.selectWarehousingDialog .btn[data-v-489bf604] {
  padding-top: 24px;
}
.selectWarehousingDialog .pageForm[data-v-489bf604] {
  margin-bottom: 10px;
}

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

.SelectStandardWarrant .el-form--label-top .el-form-item__label[data-v-5aa83b95] {
  padding: 6px;
  line-height: 1;
}
.SelectStandardWarrant .btn[data-v-5aa83b95] {
  padding-top: 24px;
}
.SelectStandardWarrant .pageForm[data-v-5aa83b95] {
  margin-bottom: 10px;
}

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

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

.expand-wrapper[data-v-012ac3b8] {
  padding: 10px;
}
.one[data-v-012ac3b8] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-012ac3b8] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-012ac3b8] {
  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-012ac3b8] {
  color: red;
}
.el-form-item__label[data-v-012ac3b8] {
  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-71b27e84] {
    height: auto !important;
}
.titlet[data-v-71b27e84] {
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 0;
}
.boxtab[data-v-71b27e84] {
    padding: 8px;
}
.agreement-form[data-v-71b27e84]{
  /* height: calc(100vh - 240px); */
  overflow-y: auto;
  overflow-x: hidden;
}
.xcks[data-v-71b27e84] {
    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-2bcb2c58] {
}
.expand-wrapper[data-v-2bcb2c58] {
  padding: 10px;
}
.one[data-v-2bcb2c58] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-2bcb2c58] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-2bcb2c58] {
  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-2bcb2c58] {
  color: red;
}
.el-form-item__label[data-v-2bcb2c58] {
  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;
}

.expand-wrapper[data-v-65c28520] {
  padding: 10px;
}
.one[data-v-65c28520] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-65c28520] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-65c28520] {
  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-65c28520] {
  color: red;
}
.el-form-item__label[data-v-65c28520] {
  padding: 0 12px 0 0 !important;
}

.expand-wrapper[data-v-5ddd99cd] {
  padding: 10px;
}
.one[data-v-5ddd99cd] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-5ddd99cd] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-5ddd99cd] {
  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-5ddd99cd] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.stepActive[data-v-5ddd99cd] {
  color: red;
}
.el-form-item__label[data-v-5ddd99cd] {
  padding: 0 12px 0 0 !important;
}

.expand-wrapper[data-v-a4e0aa70] {
  padding: 10px;
}
.one[data-v-a4e0aa70] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-a4e0aa70] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-a4e0aa70] {
  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-a4e0aa70] {
  color: red;
}
.el-form-item__label[data-v-a4e0aa70] {
  padding: 0 12px 0 0 !important;
}

.expand-wrapper[data-v-ccad926e] {
  padding: 10px;
}
.one[data-v-ccad926e] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-ccad926e] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-ccad926e] {
  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-ccad926e] {
  color: red;
}
.el-form-item__label[data-v-ccad926e] {
  padding: 0 12px 0 0 !important;
}

.expand-wrapper[data-v-66b77743] {
  padding: 10px;
}
.one[data-v-66b77743] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-66b77743] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-66b77743] {
  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-66b77743] {
  color: red;
}
.el-form-item__label[data-v-66b77743] {
  padding: 0 12px 0 0 !important;
}

.expand-wrapper[data-v-804bbb92] {
  padding: 10px;
}
.one[data-v-804bbb92] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-804bbb92] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-804bbb92] {
  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-804bbb92] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.stepActive[data-v-804bbb92] {
  color: red;
}
.el-form-item__label[data-v-804bbb92] {
  padding: 0 12px 0 0 !important;
}

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

  /* height: 800px; */
}
.expand-wrapper[data-v-5e73a2ec] {
  padding: 10px;
}
.one[data-v-5e73a2ec] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-5e73a2ec] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-5e73a2ec] {
  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-5e73a2ec] {
  color: red;
}
.el-form-item__label[data-v-5e73a2ec] {
  padding: 0 12px 0 0 !important;
}

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

  /* height: 800px; */
}
.expand-wrapper[data-v-1f794a10] {
  padding: 10px;
}
.one[data-v-1f794a10] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-1f794a10] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-1f794a10] {
  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-1f794a10] {
  color: red;
}
.el-form-item__label[data-v-1f794a10] {
  padding: 0 12px 0 0 !important;
}





















































































































































.exam-details .exam-title[data-v-eddd40ac] {
  font-size: 32px;
  font-weight: 700x;
  text-align: center;
}
.exam-details .exam-text[data-v-eddd40ac] {
  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-7dd83122] {
  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-fill-blank .fill-blank-input[data-v-7dd83122] {
  -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 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100px;
  margin: 0 4px;
  cursor: pointer;
}
.pw-qu-fill-blank .fill-blank-input[data-v-7dd83122]:focus {
  outline: none;
  border-color: #409eff;
}

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

.box-card[data-v-1413bd2e] {
  height: calc(100vh - 130px);
}
.box-card .conebox1[data-v-1413bd2e] {
  overflow-y: auto;
  height: calc(100vh - 230px);
}
.el-form-item__content[data-v-1413bd2e] {
  line-height: 40px;
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
}
.conebox[data-v-1413bd2e] {
  padding: 8px;
  background: #fff;
  /* height: 800px; */
}
.expand-wrapper[data-v-1413bd2e] {
  padding: 10px;
}
.one[data-v-1413bd2e] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-1413bd2e] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-1413bd2e] {
  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-1413bd2e] {
  color: red;
}
.el-form-item__label[data-v-1413bd2e] {
  padding: 0 12px 0 0 !important;
}
.exam-paper-con[data-v-1413bd2e] {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 20px;
}
ul[data-v-1413bd2e] {
  margin: 0;
}
.paper-card[data-v-1413bd2e] {
  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-1413bd2e] {
  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-1413bd2e] {
  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-1413bd2e] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.left .left-title[data-v-1413bd2e] {
  color: #fff;
  height: 40px;
  padding: 0 10px;
  background-color: #448ef7;
}
.left .left-score[data-v-1413bd2e] {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #ebeef5;
}
.left .left-con[data-v-1413bd2e] {
  padding: 10px 0;
  font-size: 14px;
  height: calc(60vh - 120px);
  overflow-y: auto;
}
.left .left-con .left-con-item[data-v-1413bd2e] {
  line-height: 40px;
  padding: 0 10px;
}
.left .left-con .left-con-item .is-active[data-v-1413bd2e] {
  background-color: #ecf5ff;
  color: #66b1ff;
  border-radius: 4px;
}
.left .left-con .left-con-item[data-v-1413bd2e]:not(.is-active):hover {
  background-color: #F2F4F6;
}
.right .right-title[data-v-1413bd2e] {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}
.right .right-list[data-v-1413bd2e] {
  height: calc(60vh - 30px);
  overflow-y: auto;
}
.right .right-card[data-v-1413bd2e] {
  margin-bottom: 10px;
}
.right .right-card .right-card-title[data-v-1413bd2e] {
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #448ef7;
}
.right .right-card .card-question[data-v-1413bd2e] {
  padding: 10px;
}
.right .right-card .card-question .card-question_head[data-v-1413bd2e] {
  padding-bottom: 20px;
}
.right .right-card .card-question .card-question_head .head_title[data-v-1413bd2e] {
  max-width: 400px;
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.selected-topic-dialog {
}














































































































































































































































































































































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

.expand-wrapper[data-v-3daf38c7] {
  padding: 10px;
}
.one[data-v-3daf38c7] {
  width: 20px;
  line-height: 24px;
  /* height: 100px; */
  float: left;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
.rowlistone[data-v-3daf38c7] {
  width: 100%;
  float: left;
  height: 115px;
  margin: 10px 0;
}
.Center[data-v-3daf38c7] {
  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-3daf38c7] {
  color: red;
}
.switchStyle.el-switch .el-switch__core[data-v-3daf38c7], .el-switch .el-switch__label[data-v-3daf38c7] {
  width: auto !important;
}
.el-button + .el-button[data-v-3daf38c7] {
  margin-left: 2px;
}
.custake[data-v-3daf38c7] .el-switch__label--left {
  margin-right: 10px;
}

.file-uploader .file-update-icon[data-v-59774e90] {
  font-size: 22px;
  color: #8c939d;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.conebox[data-v-59774e90] {
  padding: 5px;
  background: #fff;
}
.titlet[data-v-59774e90] {
  margin-left: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.boxtab[data-v-59774e90] {
  padding: 8px;
}
.boxCard + .boxCard[data-v-59774e90] {
  margin-top: 20px;
}
.el-select-dropdown__item[data-v-59774e90] {
  height: auto !important;
}
.mytable-scrollbar[data-v-59774e90] ::-webkit-scrollbar {
   width: 10px;
height: 10px;
}
.has-gutter th[data-v-59774e90] {
  padding: 6px 0;
  background-color: #f0f0f0 !important;
  border-bottom: 1px solid #d6d6d6 !important;
  color: #909399;
  font-size: 13px;
}
.tabsa[data-v-59774e90] .el-tabs__header {
  background-color: #fff !important;
}
.show[data-v-59774e90] .el-form-item--mini.el-form-item,
.show[data-v-59774e90] .el-form-item--small.el-form-item {
  margin-bottom: 5px;
}
.show[data-v-59774e90] .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-1ae91d32] {
}
[data-v-1ae91d32] input[aria-hidden="true"] {
    display: none !important;
}
[data-v-1ae91d32].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-805d93a8] {
}

.rishManage[data-v-2a540256] {
}

.rishManage[data-v-37e20088] {
}

.rishManage[data-v-c9e094c0] {
}

.selectStandardDialog[data-v-5f465ae2] {
.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-5f465ae2] {
  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-5f465ae2] {
  font-size: 16px;
  color: #303133;
  margin: 0;
}

/* 列表项通用样式 */
.list-item[data-v-5f465ae2] {
  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-5f465ae2] {
  color: #67C23A;
  font-size: 18px;
  margin-right: 12px;
  margin-top: 2px;
}
.error-icon[data-v-5f465ae2] {
  color: #F56C6C;
  font-size: 18px;
  margin-right: 12px;
  margin-top: 2px;
}

/* 内容区域 */
.item-content[data-v-5f465ae2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 700px;
}

/* 标签文字 */
.item-label[data-v-5f465ae2] {
  font-size: 14px;
  color: #606266;
}

/* 风险描述特殊样式 */
.risk-description[data-v-5f465ae2] {
  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-5f465ae2] {
  margin: 4px 0;
  font-size: 13px;
  color: #606266;
  line-height: 1.5;
}
.risk-span[data-v-5f465ae2] {
p {
    display: inline;
}
}
.dialog-vertical-center[data-v-5f465ae2] {
  top: calc(50% - 45vh);
  height: 85vh;
}

.dialog-vertical-center[data-v-7728885e] {
  top: calc(50% - 45vh);
  height: 85vh;
}

.batch-bar-box[data-v-67f3c537] {
    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-67f3c537] {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.notify-editor[data-v-67f3c537] {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.notify-editor[data-v-67f3c537] 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;
}

.date-range-picker[data-v-4916f36f] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.date-range-picker .el-date-editor[data-v-4916f36f] {
    width: 170px;
}
.separator[data-v-4916f36f] {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #606266;
}

[data-v-5a2e6171] .el-autocomplete-suggestion {
    width: auto !important;
    z-index: 1000;
}
