.content-wrap[data-v-19582b4e] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*padding: 14px;*/
  /*background: rebeccapurple;*/
  overflow: hidden;
}
.content-wrap .contenier[data-v-19582b4e] {
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px 0 #eff2f7;
          box-shadow: 0 0 4px 0 #eff2f7;
  border-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-wrap .contenier .view-content[data-v-19582b4e] {
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 13px 13px;
  border-right: 1px dashed #f0f3f7;
}
.content-wrap .contenier .view-content .menu-container[data-v-19582b4e] {
  width: 100%;
  height: 100%;
}
.content-wrap .contenier .view-content .menu-container .header[data-v-19582b4e] {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #f0f3f7;
  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;
}
.content-wrap .contenier .view-content .menu-container .header .el-button[data-v-19582b4e] {
  margin-top: -7px;
}
.content-wrap .contenier .view-content .menu-container .jurisdiction[data-v-19582b4e] {
  height: calc(100% - 90px);
  overflow-y: auto !important;
  overflow-x: hidden;
  padding-top: 9px;
}
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .list-juris-people[data-v-19582b4e] {
  cursor: pointer;
  width: 292px;
  height: 30px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
}
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .list-juris-people section[data-v-19582b4e] {
  width: 280px;
  cursor: pointer;
}
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .list-juris-people section .iconfont[data-v-19582b4e] {
  color: #3370ff;
}
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .list-juris-people section span[data-v-19582b4e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .list-juris-people .operator-wrap[data-v-19582b4e] {
  display: none;
  width: 13px;
  position: relative;
  margin-right: 8px;
  top: -4px;
}
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .list-juris-people .operator-wrap .juris-operation[data-v-19582b4e] {
  width: 100px;
  text-align: center;
  cursor: pointer;
}
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .list-juris-people .operator-wrap .juris-operation p[data-v-19582b4e] {
  cursor: pointer;
}
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .list-juris-people .operator-wrap .operator-option[data-v-19582b4e] {
  /*display: none;*/
  position: absolute;
  top: 32px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding-left: 4%;
  right: -12px;
  bottom: -50px;
  width: 120px;
  z-index: 1000;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(37, 51, 95, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(37, 51, 95, 0.3);
  display: inline-block;
  height: 64px;
  border-radius: 4px;
  overflow: hidden;
}
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .list-juris-people .operator-wrap .operator-option span[data-v-19582b4e] {
  display: inline-block;
  width: calc(100% + 1px);
  height: 32px;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 10px;
  /*background:rgba(51,112,255,1);*/
}
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .list-juris-people .operator-wrap .operator-option span[data-v-19582b4e]:hover {
  background: #3370ff;
  color: #fff;
}
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .list-juris-people .operator-wrap .operator-option .elIcon[data-v-19582b4e] {
  position: absolute;
  top: -10px;
  right: 8px;
  z-index: 1002;
  color: #fff;
  font-size: 14px;
  border: none;
}
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .list-juris-people[data-v-19582b4e]:hover {
  background: #ecf3ff;
  border-radius: 4px;
}
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .list-juris-people:hover .operator-wrap[data-v-19582b4e] {
  display: block;
}
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .gray-color[data-v-19582b4e],
.content-wrap .contenier .view-content .menu-container .jurisdiction .record-list .gray-color[data-v-19582b4e]:hover {
  background: #c6d7ff;
  border-radius: 4px;
}
.content-wrap .contenier .adit-content[data-v-19582b4e] {
  width: calc(100% - 320px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 14px 14px 14px;
}
.content-wrap .contenier .adit-content .header[data-v-19582b4e] {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #f0f3f7;
  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;
}
.content-wrap .contenier .adit-content div[data-v-19582b4e] {
  height: 100%;
}
.content-wrap .contenier .adit-content div .header[data-v-19582b4e] {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #f0f3f7;
  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;
}
.content-wrap .contenier .adit-content div .cont-Info-s[data-v-19582b4e] {
  max-height: calc(100% - 90px);
  overflow-y: auto !important;
  overflow-x: hidden;
}
.content-wrap .contenier .adit-content div section .ad-m-s[data-v-19582b4e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
}
.content-wrap .contenier .adit-content div .list-wrap[data-v-19582b4e] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*margin-left: -7px;*/
  /*border-bottom: 1px dashed #F0F3F7;*/
}
.content-wrap .contenier .adit-content div .list-wrap li[data-v-19582b4e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
}
.content-wrap .contenier .adit-content div .list-wrap li section[data-v-19582b4e] {
  width: 92px;
  height: 92px;
  -webkit-box-shadow: 0px 0px 4px 0px #eff2f7;
          box-shadow: 0px 0px 4px 0px #eff2f7;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.content-wrap .contenier .adit-content div .list-wrap li section img[data-v-19582b4e] {
  width: 92px;
  height: 92px;
}
.content-wrap .contenier .adit-content div .list-wrap li section span[data-v-19582b4e] {
  position: absolute;
  width: 92px;
  height: 18px;
  line-height: 18px;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgba(35, 46, 59, 0.7);
  border-radius: 0px 0px 4px 4px;
  color: #ffffff;
  font-size: 10px;
}
.content-wrap .contenier .adit-content div .list-wrap li section .item-name[data-v-19582b4e] {
  width: 92px;
  height: 92px;
  font-size: 14px;
  background: #3370ff;
  top: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  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-wrap .contenier .adit-content div .list-wrap li section .del-member[data-v-19582b4e] {
  width: 0px;
  padding: 0;
  height: 0px;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 82px;
  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;
  border-radius: 0 0 0 100%;
  cursor: pointer;
  color: #334681;
}
.content-wrap .contenier .adit-content div .list-wrap li section .del-member[data-v-19582b4e]:hover {
  color: #e3762b;
}
.content-wrap .contenier .adit-content div .list-wrap li p[data-v-19582b4e] {
  width: 92px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.content-wrap .contenier .adit-content div .adit-list-wrap[data-v-19582b4e] {
  padding-left: 0;
  margin-left: -4px;
}
.content-wrap .contenier .adit-content div .jurisdiction-s[data-v-19582b4e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0 4px 10px;
  margin-top: -10px;
}
.content-wrap .contenier .adit-content div .jurisdiction-s section[data-v-19582b4e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 30px;
  line-height: 30px;
}
.content-wrap .contenier .adit-content div .jurisdiction-s section .left-s-l[data-v-19582b4e] {
  min-width: 162px !important;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #536174;
  line-height: 20px;
  padding-right: 8px;
  text-align: right;
  margin-top: 5px;
}
.content-wrap .contenier .adit-content div .jurisdiction-s section .minw-20[data-v-19582b4e] {
  min-width: 20px;
}
.content-wrap .contenier .adit-content div .jurisdiction-s section .application-s[data-v-19582b4e] {
  margin-bottom: 8px;
}
.content-wrap .contenier .adit-content div .jurisdiction-s section .application-s li[data-v-19582b4e] {
  float: left;
  width: 228px;
  height: 76px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px #f0f3f7;
          box-shadow: 0px 0px 4px 0px #f0f3f7;
  border-radius: 4px;
  border: 1px solid #f0f3f7;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 8px;
}
.content-wrap .contenier .adit-content div .jurisdiction-s section .application-s li img[data-v-19582b4e] {
  width: 52px;
  height: 52px;
}
.content-wrap .contenier .adit-content div .jurisdiction-s section .application-s li p[data-v-19582b4e] {
  padding-left: 12px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0e1319;
  line-height: 52px;
}
.content-wrap .contenier .adit-content div .adit-form-wrap[data-v-19582b4e] {
  height: calc(100% - 48px);
  overflow-y: auto;
}
.content-wrap .contenier .adit-content div .adit-status-wrap .add-member[data-v-19582b4e] {
  width: 92px;
  height: 92px;
  line-height: 86px;
  background: #dce3ec;
  -webkit-box-shadow: 0px 0px 4px 0px #eff2f7;
          box-shadow: 0px 0px 4px 0px #eff2f7;
  border-radius: 4px;
  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-wrap .contenier .adit-content div .adit-status-wrap .add-member i[data-v-19582b4e] {
  font-size: 30px;
  color: #334681;
}
.content-wrap .contenier .adit-content div .adit-status-wrap .add-member span[data-v-19582b4e] {
  bottom: 20px;
  top: 64px;
  border: none;
  background: none;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  color: #536174;
}
[data-v-19582b4e] .el-upload--picture-card {
  border: 1px dashed #d9d9d9 !important;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 92px;
  height: 92px;
}
.avatar-uploader .el-upload[data-v-19582b4e]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-19582b4e] {
  font-size: 28px;
  color: #8c939d;
  width: 92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
}
.avatar[data-v-19582b4e] {
  /*width: 178px;*/
  /*height: 178px;*/
  display: block;
}
[data-v-19582b4e] .avatar .el-upload-list.el-upload-list--picture-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-v-19582b4e] .avatar .el-upload-list__item.is-success {
  width: 92px !important;
  height: 92px !important;
}
[data-v-19582b4e] .avatar .el-upload-list--picture-card .el-upload-list__item-actions {
  width: 92px !important;
  height: 92px !important;
}
[data-v-19582b4e] .avatar .el-upload-list--picture-card .el-upload-list__item {
  width: 92px !important;
  height: 92px !important;
}
.el-button + .el-button[data-v-19582b4e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 19px;
  font-size: 14px;
}
.el-button--small[data-v-19582b4e],
.el-button--default[data-v-19582b4e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 19px;
  font-size: 14px;
}
.show-not-enterprise[data-v-19582b4e] {
  margin-bottom: 8px;
}
.show-not-enterprise li[data-v-19582b4e] {
  margin-bottom: 12px;
  overflow: hidden;
}
.show-not-enterprise li h5[data-v-19582b4e] {
  height: 28px;
  min-width: 20px !important;
  font-size: 14px;
  font-weight: 400;
  color: #0e1319;
  line-height: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.show-not-enterprise li h5 i[data-v-19582b4e] {
  color: #334681;
  margin-right: 8px;
}
.show-not-enterprise li p[data-v-19582b4e] {
  float: left;
  margin-right: 12px;
  min-width: 20px;
  height: 28px;
  line-height: 28px;
  background: #f7f9fb;
  border-radius: 4px;
  padding: 0 10px;
  margin-top: 6px;
}
.show-not-enterprise li p i[data-v-19582b4e] {
  font-size: 14px;
  color: #334681;
  margin-right: 8px;
}
.show-not-enterprise li p span[data-v-19582b4e] {
  display: inline-block;
  padding-left: 3px;
}
.margin-b-s[data-v-19582b4e] {
  margin-bottom: 15px;
  padding-top: 5px;
}
i.icon-saas-icon-touxiang[data-v-19582b4e] {
  color: hsl(225, 43%, 35%) !important;
}
[data-v-19582b4e] .input-width-s {
  min-width: 300px !important;
}
[data-v-19582b4e] .input-width-s .el-input__inner {
  height: 32px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px #eff2f7;
          box-shadow: 0px 0px 4px 0px #eff2f7;
  border: 1px solid #f0f3f7;
}
[data-v-19582b4e] .input-width-s .el-input__inner:focus {
  border: 1px solid #3370ff;
  -webkit-box-shadow: 0px 0px 4px 0px #eff2f7;
          box-shadow: 0px 0px 4px 0px #eff2f7;
}
[data-v-19582b4e] .add-form-now {
  margin-left: 14px;
  margin-bottom: 10px;
}
[data-v-19582b4e] .el-form-item {
  margin-bottom: 0;
}
[data-v-19582b4e] .adit-form-wrap .adit-photo-item .el-form-item__label {
  line-height: 104px;
}
[data-v-19582b4e] .el-form-item__content .el-button {
  height: 32px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px #f0f3f7;
          box-shadow: 0px 0px 4px 0px #f0f3f7;
  border-radius: 4px;
  border: 1px solid #f0f3f7;
  color: #3370ff;
  margin-bottom: 10px;
}
.line-s-c[data-v-19582b4e] {
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #f0f3f7;
  margin: 20px 0 20px 0;
}
.list-wrap[data-v-19582b4e] {
  cursor: pointer;
}
[data-v-19582b4e] .el-tag.el-tag--info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f3f7ff;
  border-radius: 4px;
  color: #0e1319;
  border: none;
  margin-top: 4px;
}
[data-v-19582b4e] .el-select .el-tag__close.el-icon-close {
  font-size: 20px;
  color: #334681;
  margin-right: 5px;
  background: #f3f7ff !important;
}
[data-v-19582b4e] .el-select .el-tag__close.el-icon-close:hover {
  background: #f3f7ff !important;
}
[data-v-19582b4e] .el-select-dropdown__item.hover,
.el-select-dropdown__item[data-v-19582b4e]:hover {
  background: rgba(51, 112, 255, 0.06);
}
[data-v-19582b4e] .el-select-dropdown {
  margin-bottom: 2px;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover[data-v-19582b4e] {
  background: rgba(51, 112, 255, 0.06);
  font-size: 14px;
  font-weight: 500;
  color: #0e1319;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected[data-v-19582b4e] {
  background: rgba(51, 112, 255, 0.2);
  font-size: 14px;
  font-weight: 500;
  color: #0e1319;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected[data-v-19582b4e]::after {
  position: absolute;
  right: 20px;
  width: 14px;
  height: 12px;
  font-family: "element-icons";
  content: "\E6DA";
  font-size: 12px;
  font-weight: bold;
  color: #336ffe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.el-select-dropdown__item[data-v-19582b4e] {
  margin-bottom: 2px;
}
.paddingTop[data-v-19582b4e] {
  padding-top: 23px;
}
.adit-photo-item[data-v-19582b4e] {
  margin-top: 6px;
}
.marginB12[data-v-19582b4e] {
  margin-bottom: 12px;
}

