/*项目中可能用到的变量，按设计稿规范录入*/
.subject-information-wrapper[data-v-71b8968a] {
  width: 930px;
  display: flex;
  margin-bottom: 16px;
}
.subject-information-wrapper .mp-card-title[data-v-71b8968a] {
  margin-bottom: 0;
}
.subject-information-wrapper .vendor-status[data-v-71b8968a] {
  margin-top: 12px;
}
.subject-information-wrapper .vendor-info[data-v-71b8968a] {
  justify-content: space-between;
}
.subject-information-wrapper .subject-information-list[data-v-71b8968a] {
  margin-top: 20px;
  width: 100%;
  height: 100%;
}
.subject-information-wrapper .subject-information-list .left-area[data-v-71b8968a] {
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 100%;
}
.subject-information-wrapper .subject-information-list .left-area .list[data-v-71b8968a] {
  width: 320px;
  display: flex;
  margin-bottom: 24px;
}
.subject-information-wrapper .subject-information-list .left-area .list .label[data-v-71b8968a] {
  color: #919198;
}
.subject-information-wrapper .subject-information-list .left-area .list .value[data-v-71b8968a] {
  margin-left: 24px;
  color: #5A5B65;
}
.subject-information-wrapper .subject-information-list .left-area .list .value .tips-right-img[data-v-71b8968a] {
  width: 12px;
  height: 12px;
  margin-left: 6px;
}
.subject-information-wrapper .subject-information-list .left-area .contacts-ul[data-v-71b8968a] {
  display: flex;
}
.subject-information-wrapper .subject-information-list .left-area .contacts-ul:last-child .tips[data-v-71b8968a] {
  margin-bottom: 0;
}
.subject-information-wrapper .subject-information-list .confirm-btn[data-v-71b8968a] {
  color: #FA2C19;
  margin: 0 8px;
  cursor: pointer;
}
.subject-information-wrapper .subject-information-list .cancel-btn[data-v-71b8968a] {
  color: #919198;
  cursor: pointer;
}
.subject-information-wrapper .subject-information-list .el-icon-edit[data-v-71b8968a] {
  margin-left: 13px;
  cursor: pointer;
}
.subject-information-wrapper .subject-information-list .el-icon-edit[data-v-71b8968a]:hover {
  color: #FA2C19;
}
.subject-information-wrapper .business-license[data-v-71b8968a] {
  margin-left: 10px;
}
.subject-information-wrapper .business-license .business-license-img[data-v-71b8968a] {
  width: 210px;
  height: 148px;
  cursor: pointer;
}
.subject-information-wrapper .business-license .show-img[data-v-71b8968a] {
  font-size: 12px;
  padding-top: 4px;
  color: #BDBDC2;
  text-align: center;
}
.identity-dialog-wrapper .list-area .list-wrap[data-v-71b8968a] {
  width: 340px;
}
.identity-dialog-wrapper .list-area .list-wrap .left-list .left-label[data-v-71b8968a] {
  color: #919198;
}
.identity-dialog-wrapper .list-area .list-wrap .left-list .left-value[data-v-71b8968a] {
  color: #5A5B65;
  padding-right: 12px;
}
.identity-dialog-wrapper .list-area .list-wrap .left-list .img[data-v-71b8968a] {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  cursor: pointer;
}

/*项目中可能用到的变量，按设计稿规范录入*/
.el-dialog {
  width: 900px;
  max-width: 900px;
  margin: 0 auto 24px;
}
/* .el-form-item {
  } */
.el-form-item__label {
  color: #919198;
}
.dialog-text span {
  display: inline-block;
  margin-bottom: 10px;
}

/*项目中可能用到的变量，按设计稿规范录入*/
.informationType {
  margin: 0 auto;
  width: 930px;
}
.informationType .subject-information .subject-information-p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.informationType .subject-information .subject-information-p i {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #BDBDC2;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.informationType .subject-information .subject-information-p i:hover {
  background: #919198;
}
.informationType .subject-information .subject-information-p .title-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.informationType .subject-information .subject-information-p .subject-information-span {
  font-size: 14px;
  color: #3375DC;
  cursor: pointer;
}
.informationType .subject-information .subject-information-p .back {
  color: #BDBDC2;
  cursor: pointer;
}
.informationType .subject-information .subject-information-p .back:hover {
  color: #FA2C19;
}

