/* Variables */

/* Mixins */
.rgRroup {
  padding-top: 10px;
}
.rgRroup .el-radio {
  display: block;
  height: 40px;
}
.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: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.avatar {
  width: 145px;
  height: 145px;
  display: block;
}
.jump-radio {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
}
.jump-radio:first-child {
  padding-top: 0;
}
.jump-radio .head, .jump-radio .el-radio__input {
  padding-top: 11px;
}
.jump-radio .el-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jump-radio__warp {
  padding-left: 10px;
}
.jump-radio .text {
  display: inline-block;
  padding-top: 5px;
  color: #1F2D3D;
}
.width400 {
  width: 400px;
}
.jump-radio .head {
  width: 130px;
}
