.cropper-area {
  width: 600px;
  height: 400px;
  position: relative;
  margin-top: 14px;
  margin-left: 48px;
}
.cropper-area img {
  width: 100%;
}

.change-avatar {
  position: relative;
  padding: 60px 30px;
  color: #333;
  background: #fff;
}
.change-avatar .el-button {
  padding: 10px 30px;
}
.change-avatar .back-btn {
  position: absolute;
  top: 20px;
  right: 0;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #eaebf1;
  color: #666;
  border-radius: 100px 0px 0px 100px;
  cursor: pointer;
}
.change-avatar .change-avatar-content {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #dedede;
}
.change-avatar .content-left {
  width: 750px;
}
.change-avatar .content-left .local-module {
  padding-left: 30px;
}
.change-avatar .content-left .local-module-title {
  line-height: 36px;
  margin-bottom: 16px;
}
.change-avatar .content-left .local-module-content {
  display: flex;
  align-items: flex-end;
  padding-left: 48px;
}
.change-avatar .content-left .local-module-content-tip {
  display: inline-block;
  margin-left: 10px;
  color: #909399;
}
.change-avatar .content-left .system-module {
  margin-top: 84px;
  margin-bottom: 60px;
  padding-left: 30px;
}
.change-avatar .content-left .system-module-title {
  line-height: 36px;
  margin-bottom: 30px;
}
.change-avatar .content-left .system-module-content {
  padding-left: 28px;
}
.change-avatar .content-left .img-list {
  display: flex;
  align-items: flex-end;
}
.change-avatar .content-left .img-list-item {
  position: relative;
  margin-left: 20px;
  border: 1px solid #dedede;
  cursor: pointer;
}
.change-avatar .content-left .img-list-item.active {
  border: 2px solid #427bd4;
}
.change-avatar .content-left .img-list-item i {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #427bd4;
  color: #fff;
}
.change-avatar .content-line {
  width: 1px;
  height: 400px;
  background: #d1d3e2;
}
.change-avatar .content-right {
  padding: 14px 0 0 40px;
}
.change-avatar .content-right .avatar-preview-title {
  margin-bottom: 36px;
  font-size: 14px;
}
.change-avatar .content-right .big-avatar {
  margin-bottom: 70px;
  text-align: center;
}
.change-avatar .content-right .big-avatar p {
  width: 82px;
  height: 82px;
  border: 1px solid #dedede;
  border-radius: 50%;
  margin-bottom: 10px;
}
.change-avatar .content-right .big-avatar p img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.change-avatar .content-right .little-avatar {
  text-align: center;
}
.change-avatar .content-right .little-avatar p {
  margin: 0 auto 10px;
  width: 38px;
  height: 38px;
  border: 1px solid #dedede;
  border-radius: 50%;
}
.change-avatar .content-right .little-avatar p img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.basic-info {
  border-radius: 0px 0px 3px 3px;
  padding: 0 30px 50px 30px;
  background: #fff;
}
.basic-info .basic-info-head {
  display: flex;
  align-items: center;
  padding: 40px 48px 30px 48px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d3e2;
}
.basic-info .avatar-img {
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #dedede;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.basic-info .avatar-img .avatar-img-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 22px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: rgba(51, 51, 51, 0.6);
  display: none;
}
.basic-info .avatar-img:hover .avatar-img-text {
  display: block;
}
.basic-info .avatar-img img {
  width: 100%;
}
.basic-info .avatar-img.of-point {
  cursor: pointer;
}
.basic-info .of-flex {
  display: flex;
  flex-wrap: wrap;
}
.basic-info .user-info {
  margin: 0 85px 0 30px;
  line-height: 24px;
}
.basic-info .el-input {
  width: 180px;
}
.basic-info .phone-input {
  width: 80px;
}
.basic-info .line {
  display: inline-block;
  margin: 0 6px 4px 6px;
  width: 10px;
  height: 1px;
  background: #979797;
}
.basic-info .address-input {
  width: 300px;
}
.basic-info .el-select {
  margin-right: 10px;
}
.basic-info .el-form-item:last-child {
  padding-top: 30px;
  border-top: 1px solid #d1d3e2;
}
.basic-info .el-button {
  padding: 10px 30px;
}
.basic-info .el-button.button-text {
  padding: 8px 12px;
}
.basic-info .el-button.set-email {
  padding: 8px 0;
}

