@charset "UTF-8";
.vueCropper .el-dialog {
  min-width: 500px;
}
.vueCropper #fielinput {
  position: relative;
  /*设置input父元素*/
  font-size: 30px;
  color: #cecece;
  width: 148px;
  height: 148px;
  line-height: 148px;
  text-align: center;
  background: #fff;
  border: 1px dashed #e4e4e4;
  border-radius: 6px;
  overflow: hidden;
}
.vueCropper #fielinput:hover {
    border-color: #005FC9;
}
.vueCropper #fielinput:hover .avatar-uploader-icon {
      color: #005FC9;
}
.vueCropper #fielinput input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  bottom: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.vueCropper #fielinput img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.cropper-content .cropper {
  width: auto;
  height: 300px;
}

.profile[data-v-c8765c42] {
  padding-bottom: 50px;
  background: #ffffff;
}
.profile h3[data-v-c8765c42] {
    padding: 0 30px;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}
.profile h3[data-v-c8765c42]::after {
      display: block;
      content: "";
      width: 98px;
      height: 2px;
      background: #005FC9;
}
.profile .el-form[data-v-c8765c42] {
    margin: 0 30px;
    position: relative;
}
.profile .el-form p[data-v-c8765c42] {
      font-size: 16px;
      color: #005FC9;
      margin: 40px 0 24px;
}
.profile .el-form a[data-v-c8765c42] {
      color: #FB8900;
}
.profile .el-form a[data-v-c8765c42]:hover {
        text-decoration: underline;
}
.profile .el-form .avatar[data-v-c8765c42] {
      width: 180px;
      position: absolute;
      top: 0;
      right: 50px;
      z-index: 99;
}
.profile .el-form .avatar .vueCropper #fielinput[data-v-c8765c42] {
        margin: 0 auto;
}
.profile .el-form .avatar .msg[data-v-c8765c42] {
        font-size: 13px;
        color: #999;
        margin-top: 25px;
        line-height: 1.5;
}

.profile .el-input__inner {
  width: 380px;
}

