
.gzempty[data-v-e125258e] {
  margin-top: 8px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #71747B;
}
.addpty[data-v-e125258e] {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #0088FF;
}
.click[data-v-e125258e] {
  cursor: pointer;
}
.empty[data-v-e125258e] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content[data-v-e125258e] {
  overflow: hidden;
}
.content[data-v-e125258e]:hover {
  overflow: auto;
}
.content[data-v-e125258e]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.content[data-v-e125258e]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(231, 231, 231, 0.2);
          box-shadow: inset 0 0 5px rgba(231, 231, 231, 0.2);
  background: #c1c1c1;
}
.content[data-v-e125258e]::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
}
[data-v-e125258e] .el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item[data-v-e125258e] {
  margin-bottom: 0px;
}
[data-v-e125258e] .el-form-item__label {
  font-size: 13px;
  font-family: 'Source Han Sans', Arial, sans-serif;
  font-weight: 400;
  height: 20px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
[data-v-e125258e] .el-input--small .el-input__inner {
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  font-family: PingFang SC;
}
[data-v-e125258e] .el-form-item__error {
  color: #F56C6C;
  font-size: 11px;
  line-height: 1;
  padding-top: 0px !important;
  position: absolute;
  top: 100%;
  left: 0;
}
[data-v-e125258e] .el-input--small .el-input__icon {
  line-height: 28px;
}
[data-v-e125258e] .el-input.is-disabled .el-input__inner {
  background-color: #F3F3F3;
}
.nfy[data-v-e125258e] {
  color: #00a680;
}
[data-v-e125258e].el-input--medium .el-input__inner {
  text-align: center;
}
[data-v-e125258e] .el-form-item__error {
  color: #ffffff;
  background: #F56C6C;
  font-size: 12px;
  line-height: 1;
  border-right: 6px;
  position: absolute;
  z-index: 999;
  border-radius: 10px;
  top: 25px;
  left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 5px;
  padding-right: 5px;
}
[data-v-e125258e] .el-form-item__error::before {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid;
  position: absolute;
  bottom: 11px;
  left: 15px;
  z-index: 1999;
  border-color: transparent transparent #F56C6C transparent;
}
[data-v-e125258e] .kpInput input.el-input__inner {
  border: none;
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
  height: 32px;
  line-height: 32px;
}
[data-v-e125258e] .kpInput2 input.el-input__inner {
  border: none;
  background: #ffffff;
  border: 1px solid #ffffff;
  height: 32px;
  line-height: 32px;
  padding: 0 6px;
}
[data-v-e125258e] .kpInput .el-textarea__inner {
  border: none;
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
  height: 32px;
  line-height: 32px;
}
[data-v-e125258e] .kpInput2 .el-textarea__inner {
  border: none;
  background: #ffffff;
  border: 1px solid #ffffff;
  height: 32px;
  line-height: 32px;
}
[data-v-e125258e] .kpInput3 .el-textarea__inner {
  border: none;
  background: #ffffff;
  border: 1px solid #ffffff;
}
[data-v-e125258e] .kpInput4 .el-textarea__inner {
  border: none;
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
}
.kpItem[data-v-e125258e] {
  background: #EFF6FF;
  border-radius: 4px;
  border: 1px solid #EFF6FF;
  padding-left: 10px
}
.caseInput[data-v-e125258e] {
  border: none;
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  font-family: PingFang SC;
}
[data-v-e125258e] .el-input__prefix {
  left: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  right: 0px;
  padding-right: 5px;
}
[data-v-e125258e] .el-input--suffix:hover .el-input__prefix {
  display: none;
}
[data-v-e125258e] .el-input--prefix .el-input__inner {
  padding-left: 6px;
}
[data-v-e125258e] .el-select__input {
  margin-left: 6px;
}
[data-v-e125258e].el-textarea__inner {
  padding-left: 6px;
}
[data-v-e125258e] .el-dialog__title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 22px;
  color: #2D2E30;
  opacity: 1;
}
[data-v-e125258e] .el-dialog__header {
  padding: 10px 20px 10px;
  border-bottom: 1px solid #EFEFEF;
}
[data-v-e125258e] .el-dialog__headerbtn {
  top: 10px;
}
[data-v-e125258e] .el-dialog__body {
  padding: 5px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}
.requiredStr[data-v-e125258e] {
  color: red;
}
.triangle-topleft[data-v-e125258e] {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 16px solid #F5FAFF;
}
.triangle-bottomleft[data-v-e125258e] {
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-right: 16px solid #F5FAFF;
}
.triangle-topleft2[data-v-e125258e] {
  width: 0;
  height: 0;
  border-bottom: 20px solid #F5FAFF;
  border-right: 16px solid transparent;
}
.triangle-bottomleft2[data-v-e125258e] {
  width: 0;
  height: 0;
  border-top: 20px solid #F5FAFF;
  border-right: 16px solid transparent;
}
[data-v-e125258e] .el-radio-button:first-child .el-radio-button__inner {
  border-radius: 4px 4px 4px 4px;
}
[data-v-e125258e] .el-radio-button:last-child .el-radio-button__inner {
  border-radius: 4px 4px 4px 4px
}
[data-v-e125258e] .el-radio-button--mini .el-radio-button__inner {
  padding: 4px 15px;
}
[data-v-e125258e] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  border: 1px solid #0088FF;
  background: #0088FF;
  font-weight: 400;
  color: #FFFFFF;
}
.bg-purple[data-v-e125258e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 22px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
[data-v-e125258e] .people-selector-dialog .el-dialog__header{
  display: none !important;
}
[data-v-e125258e] .people-selector-dialog .el-dialog {
  border-radius: 14px !important;
  margin-top: 90px !important;
  width: 557px !important;
}


