/* Variables */

/* Mixins */
.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.avatar-uploader .el-upload:hover {
  border-color: #20a0ff;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.avatar {
  width: 145px;
  height: 145px;
  display: block;
}
.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex1 button {
  margin-left: 10px;
}
.vip-dialog-body {
  max-height: 450px;
  overflow-y: auto;
  padding-right: 18px;
}
.vip-dialog-footer {
  border-top: 1px solid #e4e4e4;
  padding-top: 12px;
  background: #fff;
}
.vip-preview-card-dialog {
  width: 300px;
  margin: 0 auto;
  padding: 12px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 30px 0 65px 0;
}
.vip-preview-bg-dialog {
  position: relative;
  width: 100%;
}
.vip-preview-bg-text-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
.headImg {
  width: auto;
  height: 126px;
}
.vip-preview-org-name {
  font-size: 14px;
  font-weight: bold;
  color: #323333;
  margin: 8px 0 4px 0;
  text-align: center;
}
.ercodeBack {
  width: 217px;
  height: 91px;
  margin-top: 27px;
}
.vip-preview-card-text-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #999;
  margin-top: 24px;
}
.icon-i {
  width: 16px;
  height: 16px;
  background: #000000;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
}
