.avatar-uploader .el-upload[data-v-348d76dd] {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-348d76dd]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-348d76dd] {
  font-size: 28px !important;
  color: #8c939d !important;
  width: 178px !important;
  height: 178px !important;
  line-height: 178px !important;
  text-align: center !important;
}
.avatar[data-v-348d76dd] {
  width: 122px;
  height: 122px;
  display: block;
  border-radius: 50%;
}
.main[data-v-348d76dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main .card[data-v-348d76dd] {
  width: 320px;
  height: 296px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  margin: 16px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #ffffff;
}
.main .card .pic[data-v-348d76dd] {
  margin: 12px;
}
.main .card .pic i[data-v-348d76dd] {
  font-size: 122px;
  color: #0052d9;
}
.main .card .info[data-v-348d76dd] {
  text-align: center;
  margin-bottom: 24px;
}
.main .card .info span[data-v-348d76dd] {
  display: block;
}
.main .card .info-edit-btn[data-v-348d76dd] {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main .card .info-edit-btn .el-button[data-v-348d76dd]:hover {
  background-color: #0052d9;
  color: white;
}
.main .card .title[data-v-348d76dd] {
  margin: 16px;
}
.main .card .title .txt[data-v-348d76dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 16px;
  left: 16px;
}
.main .card .title .txt i[data-v-348d76dd] {
  color: #0052d9;
}
.main .card .title .txt span[data-v-348d76dd] {
  margin-left: 8px;
}
.main .card .title .info-person-btn[data-v-348d76dd] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.main .card .title .info-person-btn .el-button--small[data-v-348d76dd] {
  padding: 5px 12px !important;
}
.main .card .demo-ruleForm .el-form-item--small.el-form-item[data-v-348d76dd] {
  margin-bottom: 16px !important;
}
.main .card .demo-ruleForm .el-input__inner[data-v-348d76dd] {
  height: 28px !important;
  width: 200px !important;
}
.main .card .demo-ruleForm i[data-v-348d76dd] {
  font-size: 14px;
  color: black;
}
.avatar-main[data-v-348d76dd] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 1em;
}
