.slider-check-box .slider-check[data-v-8188c484] {
  background-color: #e9e9e9;
  position: relative;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #585858;
  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;
  height: 40px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-left: none;
}
.slider-check-box .slider-check.active[data-v-8188c484] {
  background-color: #67c23a;
  color: #fff;
}
.slider-check-box .slider-check.active i[data-v-8188c484] {
  color: #67c23a;
}
.slider-check-box .slider-check i[data-v-8188c484] {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100%;
  color: #67c23a;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  font-size: 24px;
  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;
}
.login {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/login-bg.d36504ea.png) no-repeat;
  background-size: 100% 100%;
}
.login .el-form-item__error {
  left: 14px;
}
.login .el-form-item.password i {
  right: 4%;
}
.login .qrCode {
  position: absolute;
  right: 50px;
  top: 30px;
}
.login .qrCode .button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 2px 15px;
  font-size: 14px;
  cursor: pointer;
}
.login .login-box {
  position: absolute;
  left: 60%;
  top: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 304px;
  height: 420px;
  padding: 25px 40px 44px 40px;
  border-radius: 10px;
  background-color: #fff;
}
.login .login-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  color: #2A97F9;
  font-size: 22px;
  margin-bottom: 10px;
}
.login .login-box .top img {
  width: 43px;
  height: 41px;
  margin-right: 10px;
}
.login .login-box .el-form-item {
  width: 300px;
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 29px !important;
  border: 1px solid #D6D6D6;
}
.login .login-box .el-form-item .el-form-item__label:before {
  content: "";
}
.login .login-box .el-form-item input.el-input__inner {
  border: 0;
  font-size: 14px;
}
.login .login-box .el-form-item label.el-form-item__label {
  font-size: 15px;
  color: #232323;
  border-right: 1px solid #D6D6D6;
}
.login .login-box .footer {
  width: 304px;
  text-align: center;
  margin-bottom: 10px;
}
.login .login-box .footer button.el-button {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  font-size: 16px;
}
.login .login-box .footer .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login .login-box .footer .link a {
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}
.login .login-box .tips {
  text-align: center;
  font-size: 14px;
  color: #C40707;
}

.icon[data-v-1dfe9d99]{
  font-size: 24px;
  vertical-align: text-top;
}
.content[data-v-1dfe9d99]{
  width: 600px;
  background-color: white;
  margin: 40px auto;
  border: 1px solid #bbb;
  border-radius: 2px;
}
.title[data-v-1dfe9d99]{
  color: #E6A23C;
  padding: 20px;
  border-bottom: 1px solid #bbb;
  font-size: 16px;
}
.url[data-v-1dfe9d99]{
  word-wrap: break-word;
  word-break: break-all;
  color: #606266;
  line-height: 30px;
}
.body[data-v-1dfe9d99]{
  padding: 20px;
  min-height: 200px;
  overflow: hidden;
}
.footer[data-v-1dfe9d99]{
  border-top: 1px solid #bbb;
  padding: 20px;
}


ul[data-v-2b47ac9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul li[data-v-2b47ac9a] {
  margin: 20px;
  font-size: 13px;
  color: #666;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 5px;
}
ul li .top[data-v-2b47ac9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul li .top .box[data-v-2b47ac9a] {
  width: 50px;
  height: 50px;
}
ul li .top .detail[data-v-2b47ac9a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
}
ul li .top .detail h2[data-v-2b47ac9a] {
  margin-bottom: 5px;
  color: #000;
}
ul[data-v-78342715] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul li[data-v-78342715] {
  margin: 20px;
  font-size: 13px;
  color: #666;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 5px;
}
ul li .top[data-v-78342715] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul li .top .box[data-v-78342715] {
  width: 50px;
  height: 50px;
}
ul li .top .detail[data-v-78342715] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
}
ul li .top .detail h2[data-v-78342715] {
  margin-bottom: 5px;
  color: #000;
}

.input-with-select[data-v-4d2c7e36]{
  width: 300px;
}

@charset "UTF-8";
.header[data-v-371864cf] {
  position: fixed;
  z-index: 2999;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 56px;
  padding: 0 20px;
  color: #fff;
  background: #000;
  line-height: 56px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main[data-v-371864cf] {
  height: calc(100% - 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: white;
  top: 56px;
}
.main #order_luckysheet[data-v-371864cf] {
  position: absolute;
  top: 0;
  left: 0;
}
.main img[data-v-371864cf] {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 80%;
  border: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main video[data-v-371864cf] {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 80%;
  border: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main audio[data-v-371864cf] {
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main .other[data-v-371864cf] {
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #2a2a2a;
  line-height: 30px;
  font-weight: 600;
}
.icon[data-v-371864cf] {
  font-size: 18px;
  margin: 0 5px;
  cursor: pointer;
  font-weight: 600;
}
.iframe[data-v-371864cf] {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
}

/* 集成DocumentViewer样式 */
.docx-container[data-v-371864cf] {
  height: 100%;
  width: 100%;
}
.document-viewer[data-v-371864cf] {
  width: 100%;
  height: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.loading-container[data-v-371864cf] {
  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;
  height: 100%;
  background-color: #f9f9f9;
}
.loading-spinner[data-v-371864cf] {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  -webkit-animation: spin-371864cf 1s linear infinite;
          animation: spin-371864cf 1s linear infinite;
  margin-bottom: 10px;
}
@-webkit-keyframes spin-371864cf {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-371864cf {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.error-container[data-v-371864cf] {
  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;
  height: 100%;
  padding: 20px;
  text-align: center;
}
.error-icon[data-v-371864cf] {
  font-size: 48px;
  margin-bottom: 16px;
}
.error-message[data-v-371864cf] {
  color: #e74c3c;
  margin-bottom: 16px;
}
.fallback-btn[data-v-371864cf] {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 8px;
}
.document-frame[data-v-371864cf] {
  border: none;
  width: 100%;
  height: 100%;
}
.content-container[data-v-371864cf] {
  padding: 20px;
  height: 100%;
  overflow: auto;
  margin: 0 auto;
  width: 794px;
}
.el-scrollbar__view {
  height: 100%;
}
.el-main .el-table__body-wrapper {
  height: auto !important;
  cursor: pointer !important;
}
.file_ul .el-progress-circle {
  width: 80px !important;
  height: 80px !important;
}
.header_title .el-breadcrumb__item {
  cursor: default;
}
.rightullidiv[data-v-125636ce] {
  width: 7em;
  height: 5.5em;
  background-color: black;
  border-radius: 5px;
  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;
}
.rightullidiv .rightulliimg[data-v-125636ce] {
  max-width: 7em;
  max-height: 5.5em;
}
.file_content[data-v-125636ce] {
  background-color: #F5F5F5;
  /*border-radius: 10px;*/
  height: 100%;
  overflow-y: auto;
}
.border_none[data-v-125636ce] {
  border: none !important;
}
.icon_active[data-v-125636ce] {
  background-color: #409EFF;
}
.file_header[data-v-125636ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fdfdfd;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
}
.btn_box[data-v-125636ce] {
  background-color: white;
  border: 1px solid #ccc;
  border-right: none;
  margin-left: 20px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}
.btns[data-v-125636ce] {
  width: 32px;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  cursor: pointer;
}
.btns[data-v-125636ce]:hover {
  background-color: #e6e6e6;
}
.icon_active[data-v-125636ce] {
  background-color: #e6e6e6;
}
.content_main[data-v-125636ce] {
  height: calc(100% - 50px);
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.aside_header[data-v-125636ce] {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}
.aside[data-v-125636ce] {
  border: 1px solid #ddd;
  background-color: white;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.operation[data-v-125636ce] {
  margin: 0 5px;
}
.retract[data-v-125636ce], .operation[data-v-125636ce] {
  cursor: pointer;
  font-size: 16px !important;
}
.grid-content[data-v-125636ce] {
  height: 140px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.grid-content p[data-v-125636ce] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
  margin: 0;
}
.icon[data-v-125636ce] {
  font-size: 5em;
}
.removeClass[data-v-125636ce] {
  height: 0;
}
.custom-tree-node[data-v-125636ce] {
  height: 26px;
}
.active_box[data-v-125636ce] {
  background-color: #cce8ff;
}
.iconList[data-v-125636ce] {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.move[data-v-125636ce] {
  position: absolute;
  background: #cce8ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-breadcrumb__item[data-v-125636ce] {
  cursor: pointer;
}
.avatar-uploader .el-upload[data-v-125636ce] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-125636ce]:hover {
  border-color: #409EFF;
}
.avatar-uploader-icon[data-v-125636ce] {
  font-size: 28px;
  color: #8c939d;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
}
.avatar[data-v-125636ce] {
  width: 4em;
  height: 4em;
  display: block;
}
.folderName[data-v-125636ce] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.breadcrumb__item[data-v-125636ce] {
  cursor: pointer;
  color: #606266;
  font-size: 14px;
  line-height: 1;
}
.module[data-v-13765302] {
  height: calc(100% - 45px);
}
.module .el-row.list[data-v-13765302] {
  line-height: 35px;
  height: 35px;
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  color: #666;
}
.module .el-row.list i[data-v-13765302] {
  color: #666;
  font-size: 13px;
  margin-right: 5px;
}
.module .el-row.list .el-link[data-v-13765302]:first-child {
  margin-right: 15px;
}
.wrapper[data-v-13765302] {
  max-height: calc(100% - 110px);
  overflow-y: auto;
}
ul[data-v-32c4adcd] {
  padding: 1px 12px !important;
  margin: 10px 182px !important;
  font-size: 14px;
  color: #666;
  background-color: #f5f5f5;
}
ul .item[data-v-32c4adcd] {
  margin: 20px 0;
}
.status_item[data-v-3528283a] {
  margin: 10px 0;
  font-size: 14px;
}
.status_item p[data-v-3528283a] {
  font-size: 14px;
  line-height: 30px;
}
.label[data-v-3528283a] {
  display: inline-block;
  width: 100px;
  margin-left: 10px;
}
h1[data-v-6c9e2f4a] {
  margin-bottom: 20px;
}
.htmlContent img {
  max-width: 100%;
}
.htmlContent video {
  max-width: 100%;
}
.feedbakc_title[data-v-5b635080] {
  color: #2A97F9;
  cursor: pointer;
}
.content h2[data-v-5b635080] {
  font-size: 14px;
  color: #435B77;
  font-weight: normal;
  line-height: 30px;
}
.title[data-v-2a81e952] {
  margin-bottom: 20px !important;
}
.item[data-v-2a81e952] {
  margin: 10px 0;
}
.item .item-select[data-v-2a81e952] {
  width: 100px;
  margin: 0 10px;
}
.item .tips[data-v-2a81e952] {
  color: #8492a6;
}
.dialog-edit-form .el-icon-circle-plus[data-v-cd57ef66],
.dialog-edit-form .el-icon-remove[data-v-cd57ef66] {
  font-size: 22px;
  color: #9e9e9e;
  vertical-align: middle;
  margin-left: 5px;
}
.dialog-edit-form .el-input[data-v-cd57ef66],
.dialog-edit-form .el-select[data-v-cd57ef66],
.dialog-edit-form .el-date-picker[data-v-cd57ef66] {
  width: 200px;
}
.name[data-v-f0df3578] {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title[data-v-6ffb7637] {
  margin-bottom: 20px !important;
}
.item[data-v-6ffb7637] {
  margin: 10px 0;
}
.item .item-select[data-v-6ffb7637] {
  width: 100px;
  margin: 0 10px;
}
.logo[data-v-6ffb7637] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.origination .origin-box[data-v-4b02a501] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.origination .origin-box aside[data-v-4b02a501] {
  width: 200px;
  padding: 15px 0;
  overflow: auto;
  height: calc(100% - 72px);
  border-right: 1px solid #ddd;
}
.origination .origin-box aside .el-button[data-v-4b02a501] {
  margin-bottom: 10px;
}
.origination .origin-box aside span b[data-v-4b02a501] {
  font-weight: normal;
}
.origination .origin-box aside .el-tree[data-v-4b02a501] {
  font-size: 13px;
}
.origination .origin-box section[data-v-4b02a501] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  height: calc(100% - 77px);
  overflow: auto;
}
.origination .origin-box section .el-pagination.fixed[data-v-4b02a501] {
  width: calc(100% - 430px);
}
.origination .origin-box section .el-breadcrumb[data-v-4b02a501] {
  margin-top: 18px;
  margin-bottom: 15px;
}
.origination .origin-box section .section-title[data-v-4b02a501] {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}
.origination .origin-box section .section-title img[data-v-4b02a501] {
  width: 18px;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.origination .origin-box section .third-title[data-v-4b02a501] {
  line-height: 60px;
  font-size: 15px;
  color: #000;
}
.tips[data-v-4b02a501] {
  font-size: 12px;
  color: #AAAAAA;
}
.cursor[data-v-4b02a501] {
  cursor: pointer;
}
.config-permission .title[data-v-2d363c29] {
  padding-bottom: 10px;
  font-size: 15px;
  color: #232323;
  font-weight: 500;
  border-bottom: 1px solid #666;
}
.config-permission .title b[data-v-2d363c29] {
  color: orangered;
}
.config-permission .permission-list[data-v-2d363c29] {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
.config-permission .permission-list li[data-v-2d363c29] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  border-bottom: 1px solid #666;
}
.config-permission .permission-list li .second-title[data-v-2d363c29] {
  width: 120px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  border-right: 1px solid #666;
}
.config-permission .permission-list li .list-wrap[data-v-2d363c29] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 15px;
  width: calc(100% - 150px);
}
.config-permission .permission-list li .list-wrap .el-checkbox[data-v-2d363c29] {
  margin-bottom: 8px;
}
.config-permission p.message[data-v-2d363c29] {
  margin-top: 10px !important;
  font-size: 12px;
  color: #666;
}
.edit-role .el-form .el-select,
.edit-role .el-form .el-input {
  width: 300px;
}
.edit-role .el-form .el-form-item__error {
  left: 96px;
}
ul.part[data-v-39b2d3fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.part li[data-v-39b2d3fc] {
  width: 200px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  background-color: #f5f5f5;
}
ul.part li p[data-v-39b2d3fc] {
  margin-bottom: 5px !important;
}
.permission .el-table span[data-v-7426f4c4] {
  color: #000;
  margin-right: 10px;
}
.permission .el-table .el-button[data-v-7426f4c4] {
  text-decoration: underline;
  font-size: 13px;
}
.similarInput[data-v-d4407fbc] {
  width: 210px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 38px;
  padding: 0 10px;
  color: rgba(158, 158, 158, 0.7215686275);
  overflow: hidden;
}
.similarInput i.el-icon-date[data-v-d4407fbc] {
  margin-right: 5px;
}
.similarInput i.el-icon-circle-close[data-v-d4407fbc] {
  float: right;
  padding-top: 12px;
  font-size: 15px;
  color: rgba(158, 158, 158, 0.6784313725);
}
.year[data-v-d4407fbc] {
  position: absolute;
  right: 221px;
  top: 24px;
}
.similarInput.active[data-v-d4407fbc] {
  color: #606266;
}
.account .el-form .el-input,
.account .el-form .el-cascader,
.account .el-form .el-select {
  width: 230px;
}
.account .el-form .el-form-item.head.spec {
  margin-bottom: 0 !important;
}
.account .el-form .el-form-item.head.spec .el-form-item__content {
  line-height: 15px;
}
.account .el-form .el-form-item.head.spec .el-form-item__content .el-upload span.avatar {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ddd;
}
.account .el-form .el-form-item.head.spec .el-form-item__content .el-upload img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.account .el-form .el-form-item.big label.el-form-item__label {
  width: 130px !important;
}
.account .el-form .el-form-item.spec label.el-form-item__label {
  padding-left: 10px;
}
.qrcode {
  margin: 0 auto;
}
.qrcode img {
  margin: 0 auto;
}
.account .el-form .el-input,
.account .el-form .el-cascader,
.account .el-form .el-select {
  width: 230px;
}
.account .el-form .el-form-item.head.spec {
  margin-bottom: 0px !important;
}
.account .el-form .el-form-item.head.spec .el-form-item__content {
  line-height: 15px;
}
.account .el-form .el-form-item.head.spec .el-form-item__content .el-upload span.avatar {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ddd;
}
.account .el-form .el-form-item.head.spec .el-form-item__content .el-upload img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.account .el-form .el-form-item.spec label.el-form-item__label {
  padding-left: 10px;
}
.qrcode {
  margin: 0 auto;
}
.qrcode img {
  margin: 0 auto;
}
.title[data-v-4cd71b8e] {
  margin-bottom: 20px !important;
}
.item[data-v-4cd71b8e] {
  margin: 10px 0;
}
.item .item-select[data-v-4cd71b8e] {
  width: 100px;
  margin: 0 10px;
}
span[data-v-61a26718] {
  position: absolute;
  right: 25px;
  top: 32px;
  font-size: 14px;
  color: #409eff;
  cursor: pointer;
}
.rate-content .rote[data-v-201424e6] {
  color: #8C8C8C;
  text-align: center;
  font-size: 13px;
  line-height: 40px;
}
.rate-content .notOperation[data-v-201424e6] {
  margin: 40px;
  font-weight: 600;
}
.rate-content .operation[data-v-201424e6] {
  margin-top: 10px;
  font-size: 13px;
  min-height: 333px;
}
.rate-content .operation .el-timeline[data-v-201424e6] {
  margin-left: 20px !important;
}
.rate-content .operation h3[data-v-201424e6] {
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
}
.rate-content .operation .timeline[data-v-201424e6] {
  margin-top: 10px !important;
}
.input-key[data-v-ae448f8e] {
  margin-bottom: 10px;
}
.required-box .el-collapse {
  border-bottom: none;
}
.required-box .el-collapse-item__header {
  background-color: white !important;
  height: 48px !important;
  line-height: 48px !important;
  margin: 0;
  padding-left: 30px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
}
.required-box .el-collapse-item__arrow {
  position: absolute;
  left: 10px;
}
.required-box .el-collapse-item__content {
  padding: 0 16px 16px 16px;
}
.required .required-box[data-v-2eaf5edd] {
  overflow-y: auto;
  height: calc(100% - 100px);
}
.default[data-v-2eaf5edd] {
  color: #E6A23C;
}
.el-dialog .username[data-v-440bfcf7] {
  font-weight: 600;
}
.el-dialog .detail[data-v-440bfcf7] {
  margin: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dialog .detail .el-input-number[data-v-440bfcf7] {
  margin-left: 10px;
}
.el-dialog .tips[data-v-440bfcf7] {
  margin-left: 10px !important;
  font-size: 12px;
  color: #8C8C8C;
}
.rule-dialog .el-select__tags-text {
  max-width: 85px;
}
.tips[data-v-54d813aa] {
  font-size: 12px;
  color: #AAAAAA;
}
.tips[data-v-834b6d6a] {
  font-size: 12px;
  color: #AAAAAA;
  display: inline-block;
  margin-left: 10px;
}
.header-title[data-v-049542ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  font-size: 14px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #FF8061;
}
.header-title span[data-v-049542ea] {
  color: #232323;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin-right: 13px;
}
.follow-item[data-v-049542ea] {
  margin-top: 15px;
  font-size: 14px;
}
.follow-item .flex-box[data-v-049542ea] {
  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: 10px 0;
}
.box[data-v-049542ea] {
  height: calc(100% - 55px);
  overflow-y: auto;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content[data-v-b7406402]{
  max-height: 300px;
  overflow-y: auto;
}
.item[data-v-b7406402]{
  display: block;
  margin: 10px 0;
}

.origin[data-v-e4546ef0] {
  height: calc(100% - 56px);
}
.origin .top[data-v-e4546ef0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.origin .top h1[data-v-e4546ef0] {
  font-size: 15px;
}
.origin .top .el-link[data-v-e4546ef0] {
  margin-left: 15px;
}

.item[data-v-53e91862] {
  font-size: 15px;
  margin: 10px 0 !important;
}

.dialogManList h6[data-v-0ea4c556] {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}
.dialogManList .line[data-v-0ea4c556] {
  position: absolute;
  left: 45%;
  height: 100%;
  background: #ddd;
  width: 1px;
}
.dialogManList li[data-v-0ea4c556] {
  font-size: 13px;
  line-height: 27px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.dialogManList li i.el-icon-close[data-v-0ea4c556] {
  float: right;
  margin-top: 7px;
}
.dialog-title[data-v-0ea4c556] {
  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-right: 25px;
}

.item[data-v-55ed4b31]{
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  margin: 10px 0 !important;
}
.item-tag[data-v-55ed4b31]{
    margin: 2px;
}


.item[data-v-8959e8d4]{
  margin-bottom: 10px !important;
}

.flex-box[data-v-9de6e656] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px !important;
}
h2[data-v-9de6e656] {
  margin: 10px 0 !important;
}
.rule-item[data-v-9de6e656] {
  margin-top: 10px;
}
.Mar10[data-v-9de6e656] {
  display: inline-block;
  margin-left: 10px;
}
.icon-remove[data-v-9de6e656] {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  font-size: 20px;
}
.inline-block[data-v-9de6e656] {
  display: inline-block;
}
.required[data-v-9de6e656] {
  color: #f56c6c;
  margin-right: 4px;
  line-height: 40px;
}
.flex-label[data-v-9de6e656] {
  display: inline-block;
  width: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}

.item[data-v-ca2a8082]{
  margin-bottom: 10px !important;
}

.exhibition[data-v-43d1eecd] {
  height: calc(100% - 56px);
}
.exhibition h1[data-v-43d1eecd] {
  font-size: 15px;
}

.check-btn[data-v-60efcf12]{
    margin: 0 5px;
}
.icon[data-v-60efcf12]{
  margin: 0 5px ;
  cursor: pointer;
  font-size: 18px;
}


.item[data-v-9493e4a2]{
  margin: 10px 0 30px 0;
}
.auto_title[data-v-9493e4a2]{
  color: #232323;
  /* font-weight: 600; */
  font-size: 14px;
}

.info[data-v-61bcc2a2] {
  height: calc(100% - 40px);
  padding: 0 20px 20px 0;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header[data-v-61bcc2a2] {
  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;
}
.item[data-v-61bcc2a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  margin-bottom: 20px;
}
.item .label[data-v-61bcc2a2] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.label[data-v-62ce074a]{
  width: 160px;
  display: inline-block;
}
.tips[data-v-62ce074a]{
  color: orange;
  font-size: 12px;
  display: inline-block;
}

.set-header[data-v-346b98b6] {
  display: block;
}
.set-header .tips[data-v-346b98b6] {
  font-weight: 400;
  color: #EE7253;
  font-size: 12px;
}
.label[data-v-346b98b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.input-key[data-v-70aca6f2] {
  margin-bottom: 10px;
}
.required-box .el-collapse {
  border-bottom: none;
}
.required-box .el-collapse-item__header {
  background-color: white !important;
  height: 48px !important;
  line-height: 48px !important;
  margin: 0;
  padding-left: 30px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
}
.required-box .el-collapse-item__arrow {
  position: absolute;
  left: 10px;
}
.required-box .el-collapse-item__content {
  padding: 0 16px 16px 16px;
}
.required[data-v-54819a5e] {
  height: calc(100% - 70px);
  overflow-y: auto;
}
.default[data-v-54819a5e] {
  color: #E6A23C;
}
.tips[data-v-54819a5e] {
  color: #D7D7D7;
  font-size: 12px;
  display: inline-block;
  margin-left: 20px;
}
.auto_title[data-v-54819a5e] {
  position: sticky;
  top: 0;
  display: inline-block;
}
h2[data-v-c974997a] {
  margin: 10px 0 !important;
}
.rule-item[data-v-c974997a] {
  margin-top: 10px;
}
.Mar10[data-v-c974997a] {
  display: inline-block;
  margin-left: 10px;
}
.icon-remove[data-v-c974997a] {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  font-size: 20px;
}
.sale-process[data-v-68091195] {
  overflow-y: auto;
  height: calc(100% - 100px);
  position: relative;
}
.sale-process .el-row.content[data-v-68091195] {
  position: relative;
}
.sale-process .el-row.content h1.title[data-v-68091195] {
  line-height: 35px;
  position: relative;
}
.sale-process .el-row.content h1.title b[data-v-68091195] {
  display: inline-block;
  width: 150px;
  text-align: center;
  border: 1px solid #666;
}
.sale-process .el-row.content h1.title b i[data-v-68091195] {
  margin-left: 5px;
}
.sale-process .el-row.content.detail .el-button[data-v-68091195] {
  margin-bottom: 10px;
  width: 110px;
  text-align: center;
}
.sale-process .el-row.line[data-v-68091195] {
  height: 70px;
  margin-bottom: 12px;
}
.sale-process .el-row.line .el-col.el-col-12[data-v-68091195] {
  height: 100%;
}
.sale-process .el-row.line .el-col.el-col-4[data-v-68091195] {
  height: 100%;
  border-top: 1px solid #000;
  position: relative;
}
.sale-process .el-row.line .el-col.el-col-4 i.el-icon-caret-bottom[data-v-68091195] {
  position: absolute;
  bottom: -14px;
  left: -11px;
  font-size: 22px;
  color: rgba(102, 102, 102, 0.7803921569);
}
.sale-process .el-row.line .el-col.el-col-4 i.primary[data-v-68091195] {
  color: #409EFF;
}
.sale-process .el-row.line .el-col.el-col-4 i.success[data-v-68091195] {
  color: #67C23A;
}
.sale-process .el-row.line .el-col.el-col-4 i.warning[data-v-68091195] {
  color: #E6A23C;
}
.sale-process .el-row.line .el-col.el-col-4[data-v-68091195]:last-child,
.sale-process .el-row.line .el-col.el-col-4[data-v-68091195]:first-child {
  border-top: 0;
}
.sale-process .el-row.line span.center-line[data-v-68091195] {
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #000;
}
.sale-process .el-row.first .el-col.el-col-4[data-v-68091195] {
  border: 0;
}
.sale-process .el-row.third[data-v-68091195] {
  height: 35px;
}
.lose-reason .title.el-row[data-v-e6bcf1ea] {
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
}
.lose-reason .wrapper[data-v-e6bcf1ea] {
  height: calc(100% - 127px);
  overflow-y: auto;
}
.lose-reason .el-row.list[data-v-e6bcf1ea] {
  line-height: 35px;
  height: 35px;
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.lose-reason .el-row.list i[data-v-e6bcf1ea] {
  color: #666;
  font-size: 13px;
  margin-right: 5px;
}
.lose-reason .el-row.list .el-link[data-v-e6bcf1ea]:first-child {
  margin-right: 15px;
}

.input-key[data-v-57f1b5c2]{
  margin-bottom: 10px;
}

ul li[data-v-1310fcae] {
  margin: 10px;
}
.dialog-header[data-v-fb451d7c] {
  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;
}
.rule-item[data-v-bcbe85b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rule-item .lable[data-v-bcbe85b4] {
  display: inline-block;
  width: 100px;
  margin-bottom: 10px;
}
.rule-item .icon-delete[data-v-bcbe85b4] {
  font-size: 22px;
  cursor: pointer;
  color: #dddddd;
}
.criteria-item[data-v-6c3074f9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}
.icon-remove[data-v-6c3074f9] {
  font-size: 22px;
  color: #dddddd;
}
.required[data-v-6c3074f9] {
  color: #f56c6c;
  margin-right: 4px;
  line-height: 40px;
}
.performance-select .el-select-group__title {
  cursor: pointer;
}
.performance-select .el-tag {
  max-width: 75px;
}
.item-title[data-v-57af3343] {
  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: 10px 0;
}
.item-title .title[data-v-57af3343] {
  color: #03A9F4;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
}
.item-title .title .tips[data-v-57af3343] {
  font-size: 12px;
  color: #AAAAAA;
}
.item-title .icon-add[data-v-57af3343] {
  font-size: 22px;
  color: #1296db;
  cursor: pointer;
}
.item[data-v-36ad6f86] {
  font-size: 12px;
  min-height: 35px;
  line-height: 35px;
}
.item .label[data-v-36ad6f86] {
  display: inline-block;
  width: 110px;
}
.item .el-icon-refresh[data-v-36ad6f86] {
  cursor: pointer;
  font-size: 16px;
  margin-left: 10px;
  vertical-align: middle;
}
.item-title[data-v-36ad6f86] {
  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: 10px 0;
}
.item-title .title[data-v-36ad6f86] {
  color: #03A9F4;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
}
.item-title .title .tips[data-v-36ad6f86] {
  font-size: 12px;
  color: #AAAAAA;
}
.item-title .icon-add[data-v-36ad6f86] {
  font-size: 22px;
  color: #1296db;
  cursor: pointer;
}

.header-title[data-v-22fdfa2e]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #232323;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}


.header-title[data-v-6b41ce8c]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #232323;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}


.header-title[data-v-4e75bad2]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #232323;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}


.header-title[data-v-b518c0b0]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #232323;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.orderPiTemp .el-tabs {
  height: 100%;
}
.orderPiTemp .el-tabs .el-tabs__content {
  height: calc(100% - 95px);
}
.orderPiTemp .el-tabs .el-tabs__content .el-tab-pane {
  height: 100%;
}
.orderPiTemp .el-form[data-v-465cf6cc] {
  overflow-y: hidden;
  height: calc(100% - 108px);
  padding-bottom: 50px;
}
.orderPiTemp .el-form .edit-content[data-v-465cf6cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  height: calc(100% - 110px);
}
.orderPiTemp .el-form .edit-content .left-edit[data-v-465cf6cc] {
  width: calc(100% - 250px);
  padding: 20px 0;
  border-right: 1px solid #ddd;
  position: relative;
}
.orderPiTemp .el-form .edit-content .right-column[data-v-465cf6cc] {
  width: 250px;
}
.orderPiTemp .el-form .edit-content .right-column .title[data-v-465cf6cc] {
  padding: 10px 10px;
  overflow: hidden;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}
.orderPiTemp .el-form .edit-content .right-column .title span[data-v-465cf6cc] {
  float: right;
  color: #0a6cd6;
  cursor: pointer;
}
.orderPiTemp .el-form .edit-content .right-column ul li[data-v-465cf6cc] {
  font-size: 13px;
  color: #666;
  padding: 7px 10px;
  border-bottom: 1px solid #ddd;
}
.orderPiTemp .el-form .edit-content .right-column ul li span[data-v-465cf6cc] {
  width: 100%;
  display: inline-block;
  word-break: break-all;
}
.orderPiTemp .el-form .edit-content .right-column ul li b[data-v-465cf6cc] {
  font-weight: normal;
  color: #0a6cd6;
  cursor: pointer;
}
.tips[data-v-465cf6cc] {
  color: #F56C6C;
  font-size: 12px;
}
.number-input[data-v-465cf6cc] {
  width: 50px;
}
.piTemp .el-tabs {
  height: 100%;
}
.piTemp .el-tabs .el-tabs__content {
  height: calc(100% - 85px);
}
.piTemp .el-tabs .el-tabs__content .el-tab-pane {
  height: 100%;
}
.piTemp .el-form[data-v-50c7fb2c] {
  overflow-y: hidden;
  height: calc(100% - 108px);
  padding-bottom: 50px;
}
.piTemp .el-form .edit-content[data-v-50c7fb2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  height: calc(100% - 110px);
}
.piTemp .el-form .edit-content .left-edit[data-v-50c7fb2c] {
  width: calc(100% - 250px);
  padding: 20px 0;
  border-right: 1px solid #ddd;
  position: relative;
}
.piTemp .el-form .edit-content .right-column[data-v-50c7fb2c] {
  width: 250px;
}
.piTemp .el-form .edit-content .right-column .title[data-v-50c7fb2c] {
  padding: 5px 10px;
  overflow: hidden;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}
.piTemp .el-form .edit-content .right-column .title span[data-v-50c7fb2c] {
  float: right;
  color: #0a6cd6;
  cursor: pointer;
}
.piTemp .el-form .edit-content .right-column ul li[data-v-50c7fb2c] {
  font-size: 13px;
  color: #666;
  padding: 7px 10px;
  border-bottom: 1px solid #ddd;
}
.piTemp .el-form .edit-content .right-column ul li span[data-v-50c7fb2c] {
  width: 100%;
  display: inline-block;
  word-break: break-all;
}
.piTemp .el-form .edit-content .right-column ul li b[data-v-50c7fb2c] {
  font-weight: normal;
  color: #0a6cd6;
  cursor: pointer;
}
.tips[data-v-50c7fb2c] {
  color: #F56C6C;
  font-size: 12px;
}
.number-input[data-v-50c7fb2c] {
  width: 50px;
}
.purPiTemp .el-tabs {
  height: 100%;
}
.purPiTemp .el-tabs .el-tabs__content {
  height: calc(100% - 95px);
}
.purPiTemp .el-tabs .el-tabs__content .el-tab-pane {
  height: 100%;
}
.purPiTemp .el-form[data-v-53235212] {
  overflow-y: hidden;
  height: calc(100% - 108px);
  padding-bottom: 50px;
}
.purPiTemp .el-form .edit-content[data-v-53235212] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  height: calc(100% - 110px);
}
.purPiTemp .el-form .edit-content .left-edit[data-v-53235212] {
  width: calc(100% - 250px);
  padding: 20px 0;
  border-right: 1px solid #ddd;
  position: relative;
}
.purPiTemp .el-form .edit-content .right-column[data-v-53235212] {
  width: 250px;
}
.purPiTemp .el-form .edit-content .right-column .title[data-v-53235212] {
  padding: 5px 10px;
  overflow: hidden;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}
.purPiTemp .el-form .edit-content .right-column .title span[data-v-53235212] {
  float: right;
  color: #0a6cd6;
  cursor: pointer;
}
.purPiTemp .el-form .edit-content .right-column ul li[data-v-53235212] {
  font-size: 13px;
  color: #666;
  padding: 7px 10px;
  border-bottom: 1px solid #ddd;
}
.purPiTemp .el-form .edit-content .right-column ul li span[data-v-53235212] {
  width: 100%;
  display: inline-block;
  word-break: break-all;
}
.purPiTemp .el-form .edit-content .right-column ul li b[data-v-53235212] {
  font-weight: normal;
  color: #0a6cd6;
  cursor: pointer;
}
.tips[data-v-53235212] {
  color: #F56C6C;
  font-size: 12px;
}
.number-input[data-v-53235212] {
  width: 50px;
}
.purPiTemp .el-tabs {
  height: 100%;
}
.purPiTemp .el-tabs .el-tabs__content {
  height: calc(100% - 95px);
}
.purPiTemp .el-tabs .el-tabs__content .el-tab-pane {
  height: 100%;
}
.purPiTemp .el-col[data-v-6000a717] {
  text-align: center;
}
.purPiTemp .el-col .el-form-item__error[data-v-6000a717] {
  text-align: center;
  width: 100%;
}
.purPiTemp .el-form[data-v-6000a717] {
  overflow-y: hidden;
  height: calc(100% - 108px);
  padding-bottom: 50px;
}
.purPiTemp .el-form .edit-content[data-v-6000a717] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  height: calc(100% - 150px);
  margin-top: 30px;
}
.purPiTemp .el-form .edit-content .left-edit[data-v-6000a717] {
  width: calc(100% - 250px);
  padding: 20px 0;
  border-right: 1px solid #ddd;
  position: relative;
}
.purPiTemp .el-form .edit-content .right-column[data-v-6000a717] {
  width: 250px;
}
.purPiTemp .el-form .edit-content .right-column .title[data-v-6000a717] {
  padding: 5px 10px;
  overflow: hidden;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}
.purPiTemp .el-form .edit-content .right-column .title span[data-v-6000a717] {
  float: right;
  color: #0a6cd6;
  cursor: pointer;
}
.purPiTemp .el-form .edit-content .right-column ul li[data-v-6000a717] {
  font-size: 13px;
  color: #666;
  padding: 7px 10px;
  border-bottom: 1px solid #ddd;
}
.purPiTemp .el-form .edit-content .right-column ul li span[data-v-6000a717] {
  width: 100%;
  display: inline-block;
  word-break: break-all;
}
.purPiTemp .el-form .edit-content .right-column ul li b[data-v-6000a717] {
  font-weight: normal;
  color: #0a6cd6;
  cursor: pointer;
}
.tips[data-v-6000a717] {
  color: #F56C6C;
  font-size: 12px;
}
.number-input[data-v-6000a717] {
  width: 50px;
}
.comp-radio .title[data-v-1e0dafc6] {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.comp-radio .wrap ul[data-v-1e0dafc6] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-radio .wrap ul li[data-v-1e0dafc6] {
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.comp-radio .wrap ul li i.el-icon-error[data-v-1e0dafc6] {
  position: absolute;
  right: -10px;
  top: -12px;
  color: #9e9e9e;
  font-size: 17px;
}
.comp-radio .wrap ul li[data-v-1e0dafc6]:nth-child(4),
.comp-radio .wrap ul li[data-v-1e0dafc6]:nth-child(7),
.comp-radio .wrap ul li[data-v-1e0dafc6]:first-child {
  margin-left: 0;
}
.comp-radio .wrap ul i.el-icon-circle-plus[data-v-1e0dafc6] {
  font-size: 22px;
  color: rgba(102, 102, 102, 0.4196078431);
  vertical-align: bottom;
  margin-left: 11px;
}
.piTemp .el-form[data-v-0fccc7a2] {
  overflow-y: auto;
  height: calc(100% - 108px);
  padding-bottom: 50px;
}
.piTemp .el-form .edit-content[data-v-0fccc7a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
}
.piTemp .el-form .edit-content .left-edit[data-v-0fccc7a2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0;
  border-right: 1px solid #ddd;
}
.piTemp .el-form .edit-content .left-edit .wrapper[data-v-0fccc7a2] {
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
}
.piTemp .el-form .edit-content .left-edit .wrapper .list[data-v-0fccc7a2] {
  border: 1px solid #ddd;
  padding: 10px;
}
.piTemp .el-form .edit-content .left-edit .wrapper .list .top[data-v-0fccc7a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
}
.piTemp .el-form .edit-content .left-edit .wrapper .list .top input[type=text][data-v-0fccc7a2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
}
.piTemp .el-form .edit-content .left-edit .wrapper .list .top span[data-v-0fccc7a2] {
  width: 180px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.piTemp .el-form .edit-content .left-edit .wrapper .list .top span i[data-v-0fccc7a2] {
  font-size: 18px;
  vertical-align: bottom;
  color: #666;
}
.piTemp .el-form .edit-content .right-column[data-v-0fccc7a2] {
  width: 250px;
}
.piTemp .el-form .edit-content .right-column .title[data-v-0fccc7a2] {
  padding: 5px 10px;
  overflow: hidden;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}
.piTemp .el-form .edit-content .right-column .title span[data-v-0fccc7a2] {
  float: right;
  color: #0a6cd6;
  cursor: pointer;
}
.piTemp .el-form .edit-content .right-column ul li[data-v-0fccc7a2] {
  font-size: 13px;
  color: #666;
  padding: 7px 10px;
  border-bottom: 1px solid #ddd;
}
.piTemp .el-form .edit-content .right-column ul li span[data-v-0fccc7a2] {
  width: 100%;
  display: inline-block;
  word-break: break-all;
}
.piTemp .el-form .edit-content .right-column ul li b[data-v-0fccc7a2] {
  display: block;
  font-weight: normal;
  color: #0a6cd6;
  cursor: pointer;
}
.import[data-v-6ed6396f] {
  font-size: 13px;
}
.import ul[data-v-6ed6396f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 10px 0 !important;
}
.import .message[data-v-6ed6396f] {
  font-size: 12px;
  color: #666;
  line-height: 30px;
}
.import .label[data-v-6ed6396f] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.flex[data-v-f207a1d6] {
  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;
}
.flex .auto_title[data-v-f207a1d6] {
  color: #232323;
  font-weight: 600;
  font-size: 16px;
}
.MailDoc[data-v-7f57af54] {
  height: calc(100% - 74px);
  overflow-y: auto;
  font-size: 14px;
}
.input-key[data-v-5d7c39b1] {
  margin-bottom: 10px;
}
.required-box .el-collapse {
  border-bottom: none;
}
.required-box .el-collapse-item__header {
  background-color: white !important;
  height: 48px !important;
  line-height: 48px !important;
  margin: 0;
  padding-left: 30px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
}
.required-box .el-collapse-item__arrow {
  position: absolute;
  left: 10px;
}
.required-box .el-collapse-item__content {
  padding: 0 16px 16px 16px;
}
.required .required-box[data-v-dd0cd780] {
  overflow-y: auto;
  height: calc(100% - 100px);
}
.default[data-v-dd0cd780] {
  color: #E6A23C;
}
.tips[data-v-dd0cd780] {
  color: #D7D7D7;
  font-size: 12px;
  display: inline-block;
  margin-left: 20px;
}

.check-btn[data-v-de9afe76]{
  margin: 0 5px;
}
.icon[data-v-de9afe76]{
  margin: 0 5px ;
  cursor: pointer;
  font-size: 18px;
}

.mailSet .email-message {
  position: absolute;
  right: -270px;
  top: -90px;
  border: 1px solid rgba(128, 128, 128, 0.3803921569);
  background-color: #fff;
  z-index: 3;
  width: 370px;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
}
.mailSet .email-message p {
  line-height: 25px;
}
.mailSet .email-message p.special {
  color: red;
}
.mailSet form.el-form .el-form-item {
  margin-bottom: 12px !important;
}
.mailSet form.el-form .el-form-item .el-checkbox {
  margin-left: 10px;
}
.mailSet form.el-form .el-form-item .el-input {
  width: 90%;
}
.mailSet form.el-form p {
  font-size: 13px;
}
.mailSet form.el-form p span {
  color: #8C8C8C;
  font-size: 12px;
}
.mailSet label.el-form-item__label {
  text-align: left;
}
.mailSet .el-form-item.extra label.el-form-item__label {
  padding-left: 10px;
}
.mailSet .email-http {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
.mailSet span.el-icon-question {
  position: absolute;
  right: 5%;
  top: 10px;
}
.mailSet .el-form-item.hand label.el-form-item__label {
  color: #2A97F9;
  padding-left: 10px;
  cursor: pointer;
}
.mailSet .el-form-item.hand .error {
  margin-top: 5px;
  line-height: 25px;
  color: #F48A94;
}
.mailSet .el-form-item.hand .error b {
  color: #2A97F9;
  cursor: pointer;
}
.mailSet .el-table td {
  font-size: 13px;
  padding: 4px 0;
}
.mailSet .title {
  color: #2A97F9;
  font-size: 14px;
  line-height: 35px;
  padding-left: 30px;
  background: #eaf0f6;
}
.mailSet .title span {
  color: #325893;
  margin-left: 15px;
  cursor: pointer;
}
.mailSet .list-show {
  margin: 20px 0 0 0;
}
.input-key[data-v-98bdbbca] {
  margin-bottom: 10px;
}
.input-key[data-v-6aedb622] {
  margin-bottom: 10px;
}
.el-radio[data-v-6aedb622] {
  margin-bottom: 10px;
}
.input-key[data-v-680d4ac8] {
  margin-bottom: 10px;
}
.required-box .el-collapse {
  border-bottom: none;
}
.required-box .el-collapse-item__header {
  background-color: white !important;
  height: 48px !important;
  line-height: 48px !important;
  margin: 0;
  padding-left: 30px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
}
.required-box .el-collapse-item__arrow {
  position: absolute;
  left: 10px;
}
.required-box .el-collapse-item__content {
  padding: 0 16px 16px 16px;
}
.required[data-v-879737cc] {
  overflow-y: auto;
  height: calc(100% - 60px);
}
.default[data-v-879737cc] {
  color: #E6A23C;
}
.auto_title_text[data-v-879737cc] {
  display: inline-block;
  width: 120px;
}

.item[data-v-38a79714]{
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  margin: 10px 0 !important;
}
.add-btn[data-v-38a79714]{
  float: right;
  margin-bottom: 20px;
}


.item[data-v-725effe8]{
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  margin: 10px 0 !important;
}
.tips[data-v-725effe8]{
  font-size: 10px;
  color: #FF8C63;
  display: inline-block;
  font-weight: 500;
}

.warehouse-content[data-v-436912d8] {
  height: 100%;
}
.warehouse-header[data-v-436912d8] {
  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;
}
.warehouse-header .search-item[data-v-436912d8] {
  width: 200px;
  margin-right: 10px;
}
.pagination[data-v-436912d8] {
  width: 100%;
  right: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.order-confirmations .el-input__inner {
  padding: 0;
  padding-left: 10px;
}

.proportion[data-v-2b9640b3] {
  width: 100px;
  margin: 0 10px;
}
.footer[data-v-2b9640b3] {
  margin-top: 20px;
}

.el-row.list[data-v-14b80c26] {
  line-height: 35px;
  height: 35px;
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.el-row.list i[data-v-14b80c26] {
  color: #666;
  font-size: 13px;
  margin-right: 5px;
}
.el-row.list .el-link[data-v-14b80c26]:first-child {
  margin-right: 15px;
}
.el-row.list[data-v-63004bdb] {
  line-height: 35px;
  height: 35px;
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.el-row.list i[data-v-63004bdb] {
  color: #666;
  font-size: 13px;
  margin-right: 5px;
}
.el-row.list .el-link[data-v-63004bdb]:first-child {
  margin-right: 15px;
}
.purchase[data-v-83066256] {
  height: calc(100% - 56px);
}
.purchase .top[data-v-83066256] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purchase .top .el-link[data-v-83066256] {
  margin-left: 15px;
}
.purchase h1[data-v-83066256] {
  font-size: 15px;
}

.check-btn[data-v-00e8451c]{
  margin: 0 5px;
}
.icon[data-v-00e8451c]{
  margin: 0 5px ;
  cursor: pointer;
  font-size: 18px;
}


.check-btn[data-v-37d25b44]{
  margin: 0 5px;
}
.icon[data-v-37d25b44]{
  margin: 0 5px ;
  cursor: pointer;
  font-size: 18px;
}

.tips[data-v-469999a0] {
  font-size: 14px;
  margin-bottom: 10px !important;
}
.label[data-v-469999a0] {
  display: inline-block;
  width: 140px;
}

.title[data-v-374e50ba]{
    display: inline-block;
    margin: 10px 0;
}
.item[data-v-374e50ba]{
  margin-bottom: 10px !important;
}
.tips[data-v-374e50ba]{
  font-size: 14px;
  color: #FF8061;
  font-weight: normal;
  margin-left: 30px;
}


.check-btn[data-v-5541e9b2]{
  margin: 0 5px;
}
.icon[data-v-5541e9b2]{
  margin: 0 5px ;
  cursor: pointer;
  font-size: 18px;
}


.check-btn[data-v-18f0379f]{
  margin: 0 5px;
}
.icon[data-v-18f0379f]{
  margin: 0 5px ;
  cursor: pointer;
  font-size: 18px;
}
.pure-table[data-v-18f0379f]{
  margin-bottom: 10px;
}
.link[data-v-18f0379f]{
  cursor: pointer;
  font-size: 12px;
  color: #409EFF;
}
.default[data-v-18f0379f]{
  font-size: 12px;
}

h1[data-v-4382fd59] {
  color: #000;
}
h1 i[data-v-4382fd59] {
  color: #fc3f3f;
  font-size: 18px;
}
.el-icon-remove[data-v-4382fd59], .el-icon-circle-plus[data-v-4382fd59] {
  font-size: 22px;
  color: #9e9e9e;
  vertical-align: middle;
  margin: 8px 5px;
}

.btn[data-v-6e5dc916]{
  margin-bottom: 10px;
}
.disabled[data-v-6e5dc916]{
  color: #AAAAAA;
}

.edit-box[data-v-d292fab4] {
  min-height: 100px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.edit-box p[data-v-d292fab4] {
  padding: 5px 10px;
  margin: -10px -15px 0px -15px !important;
  background-color: #ddd;
}
.edit-box .el-tag[data-v-d292fab4] {
  margin-right: 10px;
  margin-top: 10px;
}

.blank[data-v-a05cb380]{
  display: inline-block;
  width: 36px;
}
.disabled[data-v-a05cb380]{
  color: #AAAAAA;
}

.pay-type[data-v-14d35d0d] {
  overflow-y: auto;
  height: calc(100% - 65px);
}
.pay-type .title[data-v-14d35d0d] {
  font-size: 16px;
}
.pay-type .detail[data-v-14d35d0d] {
  color: #666;
  font-size: 14px;
}
.pay-type .detail h2[data-v-14d35d0d] {
  margin-bottom: 10px;
  color: #232323;
  font-size: 15px;
}
.pay-type .detail li[data-v-14d35d0d] {
  margin-left: 15px;
}
.pay-type .detail li .el-row[data-v-14d35d0d] {
  padding: 5px 0;
}
.pay-type .detail .el-row[data-v-14d35d0d]:hover {
  background-color: #f5f5f5;
}
.pay-type[data-v-35364038] {
  overflow-y: auto;
  height: calc(100% - 65px);
}
.pay-type .title[data-v-35364038] {
  font-size: 16px;
}
.pay-type .detail[data-v-35364038] {
  color: #666;
  font-size: 14px;
}
.pay-type .detail h2[data-v-35364038] {
  margin-bottom: 10px;
  color: #232323;
  font-size: 15px;
}
.pay-type .detail li[data-v-35364038] {
  margin-left: 15px;
}
.pay-type .detail li .el-row[data-v-35364038] {
  padding: 5px 0;
}
.pay-type .detail .el-row[data-v-35364038]:hover {
  background-color: #f5f5f5;
}

.check-btn[data-v-1ce42c36]{
  margin: 0 5px;
}
.icon[data-v-1ce42c36]{
  margin: 0 5px ;
  cursor: pointer;
  font-size: 18px;
}

.el-form h1[data-v-bbdc4d2a] {
  color: #000;
  margin-left: -8px;
}
.el-form h3[data-v-bbdc4d2a] {
  color: #000;
  font-weight: normal;
  margin: 10px 0;
}
.el-row[data-v-bbdc4d2a] {
  margin: 5px 0;
}
.edit-box[data-v-bbdc4d2a] {
  min-height: 100px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.edit-box p[data-v-bbdc4d2a] {
  padding: 5px 10px;
  margin: -10px -15px 0px -15px !important;
  background-color: #ddd;
}
.edit-box .el-tag[data-v-bbdc4d2a] {
  margin-right: 10px;
  margin-top: 10px;
}
.ruleTable[data-v-9db6e466] {
  margin-top: 20px;
}
.form-item[data-v-20561c44] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.form-item .item-label[data-v-20561c44] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
.form-item .el-checkbox[data-v-20561c44] {
  margin: 5px;
}
.finance-table .el-cascader__tags .el-tag {
  max-width: 98px;
}

.icon[data-v-230eb316]{
  cursor: pointer;
  font-size: 20px;
}

p[data-v-b720d508] {
  margin: 10px 0 !important;
  font-size: 14px;
}
p .title[data-v-b720d508] {
  font-size: 18px;
  font-weight: 600;
}
p .tips[data-v-b720d508] {
  color: #FF8061;
}
.table-title[data-v-b720d508] {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(215, 215, 215);
}
.action-bar[data-v-b720d508] {
  text-align: right;
  margin-bottom: 10px;
}
.isDelete[data-v-b720d508] {
  text-decoration: line-through;
  color: #8492a6;
}
.edit-box[data-v-d09d11c2] {
  min-height: 100px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.edit-box p[data-v-d09d11c2] {
  padding: 5px 10px;
  margin: -10px -15px 0px -15px !important;
  background-color: #ddd;
}
.edit-box .el-tag[data-v-d09d11c2] {
  margin-right: 10px;
  margin-top: 10px;
}
.title.el-row[data-v-305724d4] {
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
}
.wrapper[data-v-305724d4] {
  height: calc(100% - 127px);
  overflow-y: auto;
}
.el-row.list[data-v-305724d4] {
  line-height: 35px;
  height: 35px;
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.el-row.list i[data-v-305724d4] {
  color: #666;
  font-size: 13px;
  margin-right: 5px;
}
.el-row.list .el-link[data-v-305724d4]:first-child {
  margin-right: 15px;
}
ul[data-v-1ff346f3] {
  font-size: 13px;
}
ul li[data-v-1ff346f3] {
  margin-bottom: 10px;
}
ul[data-v-22d40533] {
  font-size: 13px;
}
ul li[data-v-22d40533] {
  margin-bottom: 10px;
}
ul[data-v-7c49b884] {
  font-size: 13px;
}
ul li[data-v-7c49b884] {
  margin-bottom: 10px;
}
.ruleDetail[data-v-aa53924a] {
  margin-left: 28px;
}
.ruleDetail h1[data-v-aa53924a] {
  font-weight: normal;
  line-height: 30px;
}
.pay-type[data-v-14f24a20] {
  overflow-y: auto;
  height: calc(100% - 50px);
}
.pay-type .title[data-v-14f24a20] {
  margin: 20px 0;
  font-size: 16px;
}
.pay-type .detail[data-v-14f24a20] {
  color: #666;
  font-size: 14px;
}
.pay-type .detail h2[data-v-14f24a20] {
  margin-bottom: 10px;
  color: #232323;
  font-size: 15px;
}
.pay-type .detail li[data-v-14f24a20] {
  height: 25px;
  line-height: 25px;
}
.pay-type .detail .el-row[data-v-14f24a20]:hover {
  background-color: #f5f5f5;
}
ul li[data-v-1569d11c] {
  padding: 5px 0;
}
.detail .el-form .el-tree[data-v-29230708],
.detail .el-form .el-input[data-v-29230708] {
  width: 300px;
}

.iframe[data-v-d050d07a] @page {
  size: a4
}
.iframe[data-v-d050d07a] table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #f3f3f3;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  margin: 0 auto;
}
.iframe[data-v-d050d07a] td, th[data-v-d050d07a] {
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  padding: 8px;
}

.preview-rep[data-v-5cc5f38a] {
  width: 800px;
  padding: 30px;
  margin: 0 auto;
  background-color: #fff;
}
.preview-rep .title[data-v-5cc5f38a] {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
.preview-rep ul[data-v-5cc5f38a] {
  padding: 0 20px !important;
}
.preview-rep ul li[data-v-5cc5f38a] {
  margin-bottom: 25px;
}
.preview-rep ul li .label[data-v-5cc5f38a] {
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #000;
  font-size: 14px;
}
.avatar-uploader-icon[data-v-d2310306] {
  font-size: 28px;
  color: #8c939d;
  text-align: center;
}
.avatar[data-v-d2310306] {
  width: 70px;
  display: block;
  border-radius: 50%;
}
.qrcode[data-v-d2310306] {
  margin: 0 auto;
}
h1[data-v-a2aa4e58] {
  margin-bottom: 20px;
}
h1 .iconfont[data-v-a2aa4e58] {
  color: rgb(22, 119, 255);
  font-size: 19px;
}
.mobile[data-v-a2aa4e58] {
  margin-bottom: 50px;
  color: #666;
}
h2[data-v-a2aa4e58] {
  margin-bottom: 15px;
  font-weight: normal;
}
.select[data-v-55f2b9e8] {
  width: 150px;
  margin: 0 10px;
  font-size: 14px;
}
.success[data-v-3ba9b94e] {
  margin: 200px auto;
  width: 350px;
}
.success svg[data-v-3ba9b94e] {
  color: #52c41a;
  font-size: 72px;
}
.success h1[data-v-3ba9b94e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 30px;
}
.success p[data-v-3ba9b94e] {
  font-size: 14px;
  line-height: 1.6;
}
.success p span[data-v-3ba9b94e] {
  color: red;
}
.success p .el-button[data-v-3ba9b94e] {
  margin-left: 30px;
}
.note[data-v-24c70d55] {
  margin: 50px auto;
}
.note .el-row .el-col.el-col-3[data-v-24c70d55] {
  width: 180px;
  border: 1px solid #AAC1DE;
}
.note .el-row .el-col.el-col-3 li[data-v-24c70d55] {
  border-bottom: 1px solid #f5f5f5;
  word-break: break-word;
  font-size: 12px;
  padding: 12px 10px;
  text-decoration: none;
  cursor: pointer;
}
.note .el-row .el-col.el-col-3 li a[data-v-24c70d55] {
  color: #1E5494;
}
.note .el-row .el-col.el-col-3 li.active[data-v-24c70d55] {
  background: #1E5494;
}
.note .el-row .el-col.el-col-3 li.active a[data-v-24c70d55] {
  color: #FFF;
}
.note .el-row .el-col.el-col-3 li a[data-v-24c70d55]:hover {
  text-decoration: underline;
}
.note .el-row .el-col.el-col-21[data-v-24c70d55] {
  width: calc(100% - 180px);
}
.note .el-row .el-col.el-col-21 li[data-v-24c70d55] {
  line-height: 35px;
  padding: 0 15px;
}
.note .el-row .el-col.el-col-21 li a[data-v-24c70d55] {
  color: #1E5494;
  font-size: 14px;
  cursor: pointer;
}
.note .el-row .el-col.el-col-21 li a[data-v-24c70d55]:hover {
  text-decoration: underline;
}
.note .el-row .el-col.el-col-21 .el-pagination[data-v-24c70d55] {
  position: fixed;
  bottom: 0;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.note .el-row .el-col.el-col-21 .title[data-v-24c70d55] {
  margin: 20px 0 10px 0;
}
.note .el-row .el-col.el-col-21 .time[data-v-24c70d55] {
  font-size: 13px;
  color: #666;
}
.note .el-row .el-col.el-col-21 .content[data-v-24c70d55] {
  margin-top: 15px;
}
.time-line i.el-collapse-item__arrow.el-icon-arrow-right {
  position: absolute;
}
.time-line span.version[data-v-0a6bfe4a] {
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  left: -157px;
  top: -3px;
  width: 150px;
  display: inline-block;
  text-align: right;
  color: #222;
}
.time-line h4[data-v-0a6bfe4a] {
  color: #000;
  margin-bottom: 10px;
}
.time-line .el-timeline-item__timestamp.is-bottom[data-v-0a6bfe4a] {
  font-size: 12px;
}
div.container[data-v-643b5e1e] {
  background-color: #fff;
  height: 100%;
}
div.container header.el-header[data-v-643b5e1e] {
  background-color: #000;
  color: #fff;
  line-height: 60px;
  font-size: 22px;
}
div.container header.el-header img[data-v-643b5e1e] {
  height: 45px;
  vertical-align: middle;
}
.box[data-v-88f91596] {
  height: 100%;
  background-color: #fff;
}
.box header.el-header[data-v-88f91596] {
  background-color: #000;
  color: #fff;
  line-height: 60px;
  font-size: 22px;
}
.box header.el-header img[data-v-88f91596] {
  height: 45px;
  vertical-align: middle;
}
.box .detail[data-v-88f91596] {
  padding: 20px;
  overflow-y: auto;
}
.box .title[data-v-88f91596] {
  margin: 20px 0 10px 0;
}
.box .time[data-v-88f91596] {
  font-size: 13px;
  color: #666;
}
.box .content[data-v-88f91596] {
  margin-top: 15px;
}
.message-all[data-v-51e466ef] {
  background-color: #fff;
  height: calc(100% - 40px);
  padding: 20px;
}
.message-all .infoContent[data-v-51e466ef] {
  display: inline-block;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
.message-all .content[data-v-51e466ef] {
  font-size: 13px;
  height: 100%;
}
.message-all .content .title[data-v-51e466ef] {
  padding-top: 20px;
  color: #2A97F9;
  padding-bottom: 15px;
  background-color: #fff;
}
.message-all .content .el-table[data-v-51e466ef] {
  height: calc(100% - 203px);
  overflow-y: auto;
  cursor: pointer;
}
.message-all .content .el-table .message_type[data-v-51e466ef] {
  margin-left: 15px;
  color: #435B77;
  font-weight: 600;
}
.message-all .content .el-table .icon-bg[data-v-51e466ef] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  margin-right: 12px;
  display: inline-block;
  background-color: cadetblue;
}
.message-all .content .el-table .icon-type_0[data-v-51e466ef] {
  background-color: #909399;
}
.message-all .content .el-table .icon-type_2[data-v-51e466ef] {
  background-color: #67C23A;
}
.message-all .content .el-table .icon-type_3[data-v-51e466ef] {
  background-color: #F56C6C;
}
.message-all .content .el-table .icon-type_5[data-v-51e466ef] {
  background-color: #E6A23C;
}
.message-all .content .el-table .icon-type_8[data-v-51e466ef] {
  background-color: #7F6AAD;
}
.message-all .content .el-table .icon-type_10[data-v-51e466ef] {
  background-color: #2c2c2c;
}
.message-all .content .el-table .icon-type_31[data-v-51e466ef] {
  background-color: #2c2c2c;
}
.message-all .content .el-table .isRead[data-v-51e466ef] {
  color: #8C8C8C;
}
.message-detail .detail[data-v-6385f373] {
  padding: 0 21px;
}
.message-detail .detail .detail-top h2[data-v-6385f373] {
  font-size: 14px;
  color: #435B77;
  font-weight: normal;
  line-height: 30px;
}
.message-detail .detail .detail-content[data-v-6385f373] {
  padding-top: 10px;
  word-wrap: break-word;
}
.message-detail .download-link[data-v-6385f373] {
  color: #409EFF;
  cursor: pointer;
}
.time_radio .el-radio {
  max-width: 300px;
}
.not_icon_label label {
  padding-left: 10px;
}
.demo-ruleForm[data-v-59828cd6] {
  height: calc(100% - 50px);
  overflow-y: auto;
}
.add-feedback[data-v-59828cd6] {
  height: 100%;
}
.add-feedback .el-form .type_button[data-v-59828cd6] {
  display: inline-block;
  padding: 0 10px;
  margin: 10px 10px 10px 0;
  border-radius: 10px;
  background-color: #F3F3F3;
  color: #8C8C8C;
  cursor: pointer;
}
.add-feedback .el-form .choice_btn[data-v-59828cd6] {
  background-color: #E9F3FD;
  color: #2A97F9;
}
.file_item[data-v-59828cd6] {
  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;
  width: 360px;
}
.file_item .close[data-v-59828cd6] {
  cursor: pointer;
  opacity: 0;
}
.file_item:hover .close[data-v-59828cd6] {
  opacity: 1;
}
.item_name[data-v-59828cd6] {
  color: #606266;
  display: block;
  margin-right: 40px;
  overflow: hidden;
  padding-left: 4px;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
  line-height: 25px;
  font-size: 14px;
}
.feedback_box[data-v-20ecc31e] {
  position: relative;
  font-size: 13px;
}
.feedback_box .operation[data-v-20ecc31e] {
  padding: 0 0 20px 0;
}
.feedback_box .operation .el-input[data-v-20ecc31e],
.feedback_box .operation .el-select[data-v-20ecc31e] {
  width: 250px;
}
.feedback_box .operation .el-input[data-v-20ecc31e] {
  margin-left: 20px;
}
.feedback_box .el-table .feedbakc_title[data-v-20ecc31e] {
  color: #2A97F9;
  cursor: pointer;
}
.go_back[data-v-2e6fcca2] {
  font-size: 25px !important;
  color: #2A97F9;
  cursor: pointer;
}
.title[data-v-2e6fcca2] {
  font-size: 18px;
  font-weight: 600;
  color: #435B77;
  margin-left: 10px;
}
.item_title[data-v-2e6fcca2] {
  color: #2A97F9;
  background-color: #EAF0F6;
  line-height: 30px;
  padding-left: 36px;
}
.item[data-v-2e6fcca2] {
  margin-top: 25px;
}
.item_center[data-v-2e6fcca2] {
  padding: 10px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item_label[data-v-2e6fcca2] {
  display: inline-block;
  width: 92px;
  line-height: 1;
}
.header_img[data-v-2e6fcca2] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}
.connect[data-v-2e6fcca2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 10px 37px;
}
.user_name[data-v-2e6fcca2] {
  color: #435B77;
  font-weight: 600;
}
.user_message[data-v-2e6fcca2] {
  color: #435B77;
}
.connect_time[data-v-2e6fcca2] {
  color: #8C8C8C;
  font-size: 12px;
}
.content[data-v-2e6fcca2] {
  background-color: white;
  font-size: 13px;
  position: relative;
}
.system-data .top-type li[data-v-0eca6760] {
  display: inline-block;
}
.system-data .second-search[data-v-0eca6760] {
  margin-top: 15px;
}
.system-data .second-search .el-cascader[data-v-0eca6760],
.system-data .second-search .el-select[data-v-0eca6760] {
  width: 150px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.dia-upd-cus .el-row i[data-v-2fcba886] {
  font-size: 20px;
  color: #666;
  margin-left: 10px;
}
.dia-upd-cus .el-row i.el-icon-remove[data-v-2fcba886] {
  color: rgba(158, 158, 158, 0.7490196078);
}
.dia-upd-cus .el-row p[data-v-2fcba886] {
  line-height: 20px;
  font-size: 12px;
}
.dia-upd-cus .el-row p span[data-v-2fcba886] {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.system-data .top-type li[data-v-7c7fc2bc] {
  display: inline-block;
}
.system-data .second-search[data-v-7c7fc2bc] {
  margin-top: 15px;
}
.system-data .second-search .el-cascader[data-v-7c7fc2bc],
.system-data .second-search .el-select[data-v-7c7fc2bc] {
  width: 150px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.zl-progress[data-v-3c7b7ce3] {
  width: 100%;
  background-color: #EBEEF5;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.zl-progress .zl-progress-bar__inner[data-v-3c7b7ce3] {
  background-color: #67C23A;
  text-align: center;
  white-space: nowrap;
}
.zl-progress .zl-progress-bar__inner .zl-progress-bar__text[data-v-3c7b7ce3] {
  color: #FFF;
  font-size: 12px;
  margin: 0 5px;
}
.performance-header[data-v-0037fa69] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.item[data-v-0037fa69] {
  padding: 10px 0;
}
.item p[data-v-0037fa69] {
  font-weight: 600;
  line-height: 35px;
}
.noTarget[data-v-0037fa69] {
  margin-top: 40px;
  text-align: center;
}
.noTarget .tips[data-v-0037fa69] {
  margin-bottom: 20px !important;
}
.week-target[data-v-0037fa69] {
  width: 500px;
  margin: 10px auto;
}
.red[data-v-0037fa69] {
  color: #f56c6c;
}

.footer[data-v-28407859]{
  margin-top: 10px;
}


.footer[data-v-476b06d0]{
  margin-top: 10px;
}

.item[data-v-0d503202] {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-top: 10px;
  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;
}
.avatar[data-v-0d503202] {
  vertical-align: middle;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
}
.flex[data-v-0d503202] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.performance-content[data-v-4db1c1ec] {
  background-color: white;
  font-size: 14px;
  overflow-y: auto;
  height: calc(100% - 70px);
}
.performance-content .performance-header[data-v-4db1c1ec] {
  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: 10px 20px;
  border-bottom: 1px solid #d9d9d9;
}
.performance-content .performance-header h1[data-v-4db1c1ec] {
  font-size: 18px;
}
.performance-content .performance-header .performance-header-right[data-v-4db1c1ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.performance-content .current-time[data-v-4db1c1ec] {
  margin: 10px 20px;
}
.performance-content .current-time span[data-v-4db1c1ec] {
  display: inline-block;
  margin-right: 20px;
}
.performance-content .select-time[data-v-4db1c1ec] {
  cursor: default;
  margin: 10px 20px;
  border-bottom: 2px solid #e4e7ed;
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.performance-content .select-time span[data-v-4db1c1ec] {
  color: #606266;
  text-align: center;
}
.performance-content .select-time .time-item[data-v-4db1c1ec] {
  border-bottom: 2px solid #e4e7ed;
  margin-bottom: -2px;
  padding: 0 10px;
}
.performance-content .select-time .active[data-v-4db1c1ec] {
  border-color: #2A97F9;
}
.performance-content .table-box[data-v-4db1c1ec] {
  padding: 20px;
}
.performance-content .userHeaderImg[data-v-4db1c1ec] {
  vertical-align: middle;
  margin-right: 10px;
}
.checkActive[data-v-4db1c1ec] {
  background-color: #ecf5ff;
  color: #66b1ff;
}
.record-top-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.record-top-search .el-input.el-input-group.el-input-group--append {
  width: 230px;
}
.record-top-search .el-cascader,
.record-top-search .el-select {
  width: 125px;
}
.record-top-search .el-select.big {
  width: 135px;
}
.mall-list[data-v-772675ad] {
  overflow: auto;
  height: calc(100% - 70px);
}
.mall-list ul[data-v-772675ad] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mall-list ul li[data-v-772675ad] {
  width: 230px;
  margin: 15px;
  border: 1px solid #f5f5f5;
}
.mall-list ul li .img-box[data-v-772675ad] {
  width: 100%;
  height: 200px;
}
.mall-list ul li .img-box img[data-v-772675ad] {
  width: 100%;
  height: 100%;
}
.mall-list ul li h1[data-v-772675ad] {
  padding-left: 5px;
  padding-top: 5px;
  height: 35px;
  font-size: 13px;
  font-weight: normal;
}
.mall-list ul li .el-button[data-v-772675ad] {
  margin-left: 5px;
}
.mall-list ul li .el-row[data-v-772675ad] {
  font-size: 15px;
  padding: 10px;
  color: orangered;
}
.mall-list ul li .el-row span[data-v-772675ad] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5215686275);
}
.mall-list ul li[data-v-772675ad]:hover {
  border: 1px solid red;
}
.mall .el-row[data-v-78fa116d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.mall ul[data-v-78fa116d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mall ul li[data-v-78fa116d] {
  width: 250px;
  margin: 15px;
  border: 1px solid #f5f5f5;
}
.mall ul li img[data-v-78fa116d] {
  width: 100%;
}
.mall ul li h1[data-v-78fa116d] {
  padding-left: 5px;
  font-size: 14px;
  font-weight: normal;
}
.mall ul li .el-button[data-v-78fa116d] {
  margin-left: 5px;
}
.mall ul li[data-v-78fa116d]:hover {
  border: 1px solid #409eff;
}
.box h1[data-v-f888e8f6] {
  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: 15px;
}
.preview[data-v-a48b950e] {
  padding: 0 5px;
  height: calc(100% - 50px);
  overflow-y: auto;
}
.preview .box[data-v-a48b950e] {
  padding: 10px 15px;
  border-radius: 0;
  margin-bottom: 15px;
  position: relative;
  border-top: 1px solid #ddd;
}
.preview .box .icon-fanhui[data-v-a48b950e] {
  position: absolute;
  top: 7px;
  left: 10px;
  color: #2A97F9;
  font-size: 22px;
  cursor: pointer;
}
.preview .box .title[data-v-a48b950e] {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.preview .box .top[data-v-a48b950e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.preview .box .top span[data-v-a48b950e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  display: inline-block;
  font-size: 14px;
}
.preview .box ul li[data-v-a48b950e] {
  color: #232323;
  line-height: 30px;
  font-size: 13px;
}
.preview .box ul li span[data-v-a48b950e] {
  width: 100px;
  display: inline-block;
}
.preview .box ul .end[data-v-a48b950e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.preview .box ul .end b[data-v-a48b950e] {
  font-size: 13px;
  display: inline-block;
  width: 80%;
  font-weight: normal;
}
.preview .box ul.wrap[data-v-a48b950e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.preview .box ul.wrap li[data-v-a48b950e] {
  width: 50%;
}
.preview .box ul.wrap .end[data-v-a48b950e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.preview .box ul.wrap .end b[data-v-a48b950e] {
  font-size: 13px;
  display: inline-block;
  width: 80%;
  font-weight: normal;
}
.preview .box ul.spec li[data-v-a48b950e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.preview .box ul.spec li .el-image[data-v-a48b950e] {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  margin-right: 10px;
}
.preview .box .frag[data-v-a48b950e] {
  cursor: pointer;
}
.preview .box .active0[data-v-a48b950e] {
  color: #e6a23c;
}
.preview .box .active1[data-v-a48b950e] {
  color: #909399;
}
.preview .box .active2[data-v-a48b950e] {
  color: rgba(158, 158, 158, 0.5098039216);
}
.preview .box .active3[data-v-a48b950e] {
  color: #f56c6c;
}
.approval-dialog .el-col {
  margin: 10px 0 !important;
}
.title[data-v-8710fa4c] {
  font-weight: 600;
  color: black;
  display: block;
  margin: 10px 0 !important;
}
.tips[data-v-8710fa4c] {
  text-align: right;
  margin: 10px 0 !important;
}
.pure-table td[data-v-8710fa4c], .pure-table th[data-v-8710fa4c] {
  white-space: nowrap;
}
.table-box[data-v-8710fa4c] {
  overflow-x: auto;
}
.content[data-v-d7bbe17c] {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.content .header[data-v-d7bbe17c] {
  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;
}
.content .header .select[data-v-d7bbe17c] {
  margin-right: 10px;
}
.content .header .inline-input[data-v-d7bbe17c] {
  width: 220px;
}
.content .footer[data-v-d7bbe17c] {
  padding-top: 10px;
}
.AccountingBody .el-col {
  margin: 5px 0 !important;
}
.content[data-v-7176ac24] {
  padding: 0 15px;
}
.content .title[data-v-7176ac24] {
  font-weight: 600;
  color: black;
  display: block;
  margin: 10px 0 !important;
}
.textarea[data-v-7176ac24] {
  margin-bottom: 10px;
}
.link[data-v-7176ac24] {
  color: #409EFF;
  cursor: pointer;
}
.danger[data-v-7176ac24] {
  color: #F56C6C;
}
.content[data-v-7d990586] {
  padding: 0 15px;
}
.content .title[data-v-7d990586] {
  font-weight: 600;
  color: black;
  display: block;
  margin: 10px 0 !important;
}
.content .tips[data-v-7d990586] {
  text-align: right;
  margin-top: 10px !important;
}
.finance-dialog .el-dialog__body {
  padding: 0;
  overflow-y: hidden;
}

.finance-tab-body[data-v-ca7153da]{
  height: 600px;
  overflow-y: hidden;
}


.footer[data-v-3c04a8e0]{
  margin-top: 10px;
}

.content[data-v-0294374c] {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.content .header[data-v-0294374c] {
  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;
}
.content .header .select[data-v-0294374c] {
  margin-right: 10px;
  width: 150px;
}
.content .header .inline-input[data-v-0294374c] {
  width: 220px;
}
.content .footer[data-v-0294374c] {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .footer .tips[data-v-0294374c] {
  height: 40px;
  line-height: 40px;
  position: relative;
  width: calc(100% - 750px);
}
.content .footer .tips .title[data-v-0294374c] {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 900px;
  padding: 20px;
  border: 1px solid #dcdfe6;
  z-index: 999;
  background: white;
  line-height: 20px;
  display: none;
  font-size: 14px;
}
.content .footer .tips h2[data-v-0294374c] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .footer .tips:hover .title[data-v-0294374c] {
  display: block;
}
.isDelete[data-v-0294374c] {
  text-decoration: line-through;
  color: #C0C4CC;
  font-size: 14px;
}
.content[data-v-46ddfcdc] {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.content .header[data-v-46ddfcdc] {
  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;
}
.content .header .select[data-v-46ddfcdc] {
  margin-right: 10px;
  width: 150px;
}
.content .header .inline-input[data-v-46ddfcdc] {
  width: 220px;
}
.content .footer[data-v-46ddfcdc] {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .footer .tips[data-v-46ddfcdc] {
  height: 40px;
  line-height: 40px;
  position: relative;
  width: calc(100% - 750px);
}
.content .footer .tips .title[data-v-46ddfcdc] {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 900px;
  padding: 20px;
  border: 1px solid #dcdfe6;
  z-index: 999;
  background: white;
  line-height: 20px;
  display: none;
  font-size: 14px;
}
.content .footer .tips h2[data-v-46ddfcdc] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .footer .tips:hover .title[data-v-46ddfcdc] {
  display: block;
}
.businessRemark[data-v-46ddfcdc] {
  display: inline-block;
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.icon[data-v-46ddfcdc] {
  cursor: pointer;
}
.isDelete[data-v-46ddfcdc] {
  text-decoration: line-through;
  color: #C0C4CC;
  font-size: 14px;
}
.content[data-v-22249de1] {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.content .header[data-v-22249de1] {
  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;
}
.content .header .select[data-v-22249de1] {
  margin-right: 10px;
  width: 150px;
}
.content .header .inline-input[data-v-22249de1] {
  width: 220px;
  height: 32px;
}
.content .footer[data-v-22249de1] {
  padding-top: 10px;
}
.businessRemark[data-v-22249de1] {
  display: inline-block;
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.icon[data-v-22249de1] {
  cursor: pointer;
}
.isDelete[data-v-22249de1] {
  text-decoration: line-through;
  color: #C0C4CC;
  font-size: 14px;
}
.action-bar[data-v-4a454629] {
  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;
}
.action-bar .search-item[data-v-4a454629] {
  width: 230px;
  margin-right: 10px;
}
.tips[data-v-4a454629] {
  height: 40px;
  line-height: 40px;
  position: relative;
  width: calc(100% - 750px);
}
.tips .title[data-v-4a454629] {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 900px;
  padding: 20px;
  border: 1px solid #dcdfe6;
  z-index: 999;
  background: white;
  line-height: 20px;
  display: none;
  font-size: 14px;
}
.tips h2[data-v-4a454629] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tips:hover .title[data-v-4a454629] {
  display: block;
}
.label[data-v-4a454629] {
  font-size: 14px;
  color: #AAAAAA;
}
.action-bar[data-v-1d931e30] {
  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;
}
.action-bar .search-item[data-v-1d931e30] {
  width: 230px;
  margin-right: 10px;
}
.tips[data-v-1d931e30] {
  height: 40px;
  line-height: 40px;
  position: relative;
  width: calc(100% - 750px);
}
.tips .title[data-v-1d931e30] {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 900px;
  padding: 20px;
  border: 1px solid #dcdfe6;
  z-index: 999;
  background: white;
  line-height: 20px;
  display: none;
  font-size: 14px;
}
.tips h2[data-v-1d931e30] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tips:hover .title[data-v-1d931e30] {
  display: block;
}
.label[data-v-1d931e30] {
  font-size: 14px;
  color: #AAAAAA;
}

.content[data-v-6f4dba7d]{
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}


.title[data-v-53053870]{
    color: #F56C6C;
}

.mine[data-v-7de5741e] {
  overflow-y: auto;
  height: 98%;
}
.mine .title[data-v-7de5741e] {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #3c454f;
}
.mine ul li[data-v-7de5741e] {
  margin-bottom: 20px;
  padding: 17px 20px;
  border-radius: 15px;
  background: #ffffff;
}
.mine ul li h2[data-v-7de5741e] {
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #3c454f;
  border-bottom: 1px solid #f3f3f3;
}
.mine ul li h2 b[data-v-7de5741e] {
  color: red;
}
.mine ul li .content[data-v-7de5741e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
.mine ul li .content .desc[data-v-7de5741e] {
  width: 600px;
}
.mine ul li .content .desc h3[data-v-7de5741e] {
  font-size: 16px;
  margin-bottom: 5px;
}
.mine ul li .content .desc p[data-v-7de5741e] {
  font-size: 14px;
  color: #3C454F;
  line-height: 25px;
}
.mine ul li .content .btn[data-v-7de5741e] {
  text-align: center;
  width: calc(100% - 600px);
}
.mine ul li .content .btn .el-button[data-v-7de5741e] {
  font-size: 15px;
  width: 90px;
  margin-bottom: 10px;
}
.mine ul li .content .btn h1[data-v-7de5741e] {
  line-height: 30px;
  color: red;
}
.makeSure .el-form label.el-form-item__label {
  color: #000;
}
.makeSure[data-v-2646fa28] {
  height: calc(100% - 50px);
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  overflow-y: auto;
  font-size: 14px;
}
.makeSure .title[data-v-2646fa28] {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-bottom: 15px;
}
.makeSure .title span[data-v-2646fa28] {
  color: #2a97f9;
  cursor: pointer;
}
.makeSure .el-form .el-input[data-v-2646fa28] {
  width: 220px;
}
.makeSure .el-form label.el-form-item__label[data-v-2646fa28] {
  color: #000;
}
.makeSure .el-form .toggleBtn[data-v-2646fa28] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #2a97f9;
  border-radius: 5px;
  width: 338px;
  margin-bottom: 20px !important;
  cursor: pointer;
}
.makeSure .el-form .toggleBtn li[data-v-2646fa28] {
  width: 50%;
  text-align: center;
  line-height: 30px;
}
.makeSure .el-form .toggleBtn li[data-v-2646fa28]:first-child {
  border-right: 1px solid #2a97f9;
}
.makeSure .el-form .toggleBtn li.active[data-v-2646fa28] {
  color: #fff;
  background-color: #2a97f9;
}
.makeSure .detail[data-v-2646fa28] {
  padding: 15px 0;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.makeSure .detail li[data-v-2646fa28] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  color: #000;
}
.makeSure .detail li span[data-v-2646fa28] {
  display: inline-block;
  width: 50px;
}
.makeSure .detail li p[data-v-2646fa28] {
  font-weight: 500;
}
.makeSure .detail li[data-v-2646fa28]:last-child {
  color: #2D98F9;
}
.makeSure .secondTitle[data-v-2646fa28] {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.makeSure .invoice[data-v-2646fa28] {
  padding: 15px 0;
  border-bottom: 1px solid #F3F3F3;
}
.makeSure .invoice .message[data-v-2646fa28] {
  margin: 15px 0 !important;
  color: #2a97f9;
}
.makeSure .mail[data-v-2646fa28] {
  padding: 15px 0;
  border-bottom: 1px solid #F3F3F3;
}
.makeSure .el-row[data-v-2646fa28] {
  padding: 20px 0;
}
.makeSure .el-row p[data-v-2646fa28] {
  line-height: 30px;
}
.makeSure .el-row p span[data-v-2646fa28] {
  color: #2a97f9;
  cursor: pointer;
}
.makeSure .el-row .el-button[data-v-2646fa28] {
  margin-top: 10px;
}
.makeSure .el-dialog h1[data-v-2646fa28] {
  line-height: 30px;
  font-size: 14px;
  color: #000;
}
.makeSure .el-dialog p[data-v-2646fa28] {
  line-height: 25px;
  font-size: 13px;
}
.makeSure .el-dialog p b[data-v-2646fa28] {
  color: #2a97f9;
}
.transPay .el-form label.el-form-item__label {
  color: #000;
}
.transPay .el-form .el-form-item.special label.el-form-item__label {
  padding-left: 10px;
}
.payOrder[data-v-0ce70cd6] {
  height: calc(100% - 50px);
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  overflow-y: auto;
  font-size: 14px;
}
.payOrder .title[data-v-0ce70cd6] {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px solid #F3F3F3;
}
.payOrder .title span[data-v-0ce70cd6] {
  color: #2a97f9;
  cursor: pointer;
}
.payOrder .message[data-v-0ce70cd6] {
  margin-top: 10px !important;
  color: #2a97f9;
}
.payOrder .toggleBtn[data-v-0ce70cd6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #2a97f9;
  border-radius: 5px;
  width: 338px;
  margin: 20px 0 !important;
  cursor: pointer;
}
.payOrder .toggleBtn li[data-v-0ce70cd6] {
  width: 50%;
  text-align: center;
  line-height: 30px;
}
.payOrder .toggleBtn li[data-v-0ce70cd6]:first-child {
  border-right: 1px solid #2a97f9;
}
.payOrder .toggleBtn li.active[data-v-0ce70cd6] {
  color: #fff;
  background-color: #2a97f9;
}
.payOrder .valAdd[data-v-0ce70cd6] {
  width: 340px;
  min-height: 150px;
  padding-left: 120px;
  margin-bottom: 15px;
}
.payOrder .valAdd p[data-v-0ce70cd6] {
  font-weight: bold;
  color: #000;
}
.payOrder .transPay .el-form .el-input[data-v-0ce70cd6] {
  width: 220px;
}
.payOrder .transPay .el-form .el-button[type=primary][data-v-0ce70cd6] {
  width: 90px;
  height: 34px;
  text-align: center;
  font-size: 15px;
  background: #2a97f9;
  margin-bottom: 10px;
}
.payOrder h2[data-v-0ce70cd6] {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}
.payOrder ul.detail li[data-v-0ce70cd6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  padding: 10px 0;
}
.payOrder ul.detail li b[data-v-0ce70cd6] {
  display: inline-block;
  width: 100px;
}
.storeBuy .el-tabs__header {
  margin: 0;
}
.storeBuy .el-tabs__nav-scroll {
  padding: 0 15px;
}
.storeOrder .content[data-v-097a3e79] {
  padding: 15px;
  border-radius: 15px;
  background-color: #fff;
}
.orderDetail[data-v-83bebf8c] {
  height: calc(100% - 25px);
  overflow-y: auto;
}
.orderDetail .content[data-v-83bebf8c] {
  padding: 15px;
  border-radius: 15px;
  background-color: #fff;
}
.orderDetail .content h1[data-v-83bebf8c] {
  height: 48px;
  line-height: 48px;
  color: #000;
  border-bottom: 1px solid #F3F3F3;
}
.orderDetail .content h1 span[data-v-83bebf8c] {
  color: #2A97F9;
  margin-right: 5px;
  cursor: pointer;
}
.orderDetail .content h2[data-v-83bebf8c] {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
  margin-bottom: 5px;
}
.orderDetail .content ul[data-v-83bebf8c] {
  font-size: 14px;
}
.orderDetail .content ul li[data-v-83bebf8c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 7px 0;
  color: #3C454F;
}
.orderDetail .content ul li span[data-v-83bebf8c] {
  display: inline-block;
  width: 100px;
  color: #000;
}
