/* 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: 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;
}
.mgt10 {
  margin-top: 20px;
}
.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.middleWorde {
  margin: 0 20px;
}
