.own-space {
  &-btn-box {
    margin-bottom: 10px;
    button {
      padding-left: 0;
      span {
        color: #ffb403;
        transition: all .2s;
      }
      span:hover {
        color: #0C25F1;
        transition: all .2s;
      }
    }
  }
  &-tra {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -3px;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, .1);
    background-color: white;
    z-index: 100;
  }
  &-input-identifycode-con {
    position: absolute;
    width: 200px;
    height: 100px;
    right: -220px;
    top: 50%;
    margin-top: -50px;
    border-radius: 4px;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, .1);
  }
}

.person-photo {
  width:100px;
  height:100px;
  border-radius: 50%;
  margin:30px auto;
  background-position: center;
  background-size: cover;
  border: dashed 1px #999;
  cursor: pointer;
  position: relative;
  &:hover .person-photo-edit-warp {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }
  .person-photo-edit-warp {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 23%, 0.52);
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    visibility: hidden;
    transition: all .3s;
    transform: translateX(5px);
    opacity: 0;
    i {
      font-size: 20px;
      color: #ececec;
      position: absolute;
      top: 50%;
      transform: translate(-50%,-50%);
      left: 50%;
    }
  }
}

.person-photo-upload {
  position: relative;
  width: 120px;
  height: 120px; // border: dashed 1px #999;
  border-radius: 50%;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  text-align: center;
  line-height: 120px;
  i {
    font-size: 50px;
  }
}

.clear-border {
  border: none;
}

.userinfor-mod{
  margin-bottom:50px;
}
.userInfor-box{
  margin-left:40%;
  .ivu-form-item-label,.ivu-form-item-content{
    font-size:14px !important;
  }  
}
.userInfor-hd{
  position:relative;
}
.edit-password-btn{
}