
.el-dialog--center .el-dialog__body[data-v-18bb1272] {
    text-align: initial;
    padding: 10px 25px 30px;
}


.photo-img[data-v-5ae238ab]{
    height: 200px;
    width: 160px;
    cursor: pointer;
    margin-left: calc(50% - 80px);
}
.img-tips[data-v-5ae238ab]{
    width: 20px;
    margin: 0 2.5px;
}
.staff-text[data-v-5ae238ab]{
    /* height: 38px; */
    line-height: 38px;
    /* border-bottom: 1px solid #ebeaea; */
    font-size: 16px;
}


.ibox-title-style[data-v-b4b8677a]{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.el-checkbox[data-v-b4b8677a]{
    font-size: 20px;
}


.bt-box-p[data-v-119869b1] {
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 10px;
}
.ibox-content[data-v-119869b1] {
  padding-top: 10px;
}

.err-dialog .el-dialog__body > div {
  height: 500px;
  overflow-y: auto;
}
.err-dialog .el-dialog__body > div > div {
  margin-top: 10px;
}
.err-dialog .el-dialog__body > div > div > h4 {
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 10px;
}
.err-dialog .el-dialog__body > div > div > p {
  padding-left: 20px;
}
.err-dialog .el-dialog__body > div > div > p > .el-button {
  color: #409EFF;
  border: 0;
  padding: 0;
}
.selectionData-p {
  height: 30px;
  line-height: 30px;
}
.selectionData-p > span {
  color: #409EFF;
  text-decoration: underline;
  cursor: pointer;
}

