/* Variables */

/* Mixins */
.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #20a0ff;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 300px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.avatar {
  width: 300px;
  height: 120px;
  display: block;
}
.fcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fadmin {
  line-height: 30px;
  margin-left: 174px;
  margin-bottom: 20px;
}
.ftitle {
  width: 200px;
}
.fcenter .el-radio__label {
  width: 100% !important;
}
