/* 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;
}
.rgRroup {
  padding-top: 10px;
}
.rgRroup .el-radio {
  display: block;
  height: 40px;
}
.mgl10 {
  margin-left: 10px;
}
