.upload{
      width: 165px;
      position: relative;
      margin: auto;
      text-align: center;
      margin-top: 40px;
    }
    .upload img{
      border-radius: 50%;
      border: 8px solid #DCDCDC;
      width: 170px;
      height: 170px;
    }
    .upload .rightRound{
      position: absolute;
      bottom: 0;
      right: 0;
      background: linear-gradient(to right, #B408E1, #850DE9, #363CEF);
      width: 32px;
      height: 32px;
      line-height: 33px;
      text-align: center;
      border-radius: 50%;
      overflow: hidden;
      cursor: pointer;
    }
    .upload .leftRound{
      position: absolute;
      bottom: 0;
      left: 0;
      background: red;
      width: 32px;
      height: 32px;
      line-height: 33px;
      text-align: center;
      border-radius: 50%;
      overflow: hidden;
      cursor: pointer;
    }
    .upload .fa{
      color: white;
    }
    .upload input{
      position: absolute;
      transform: scale(2);
      opacity: 0;
    }
    .upload input::-webkit-file-upload-button, .upload input[type=submit]{
      cursor: pointer;
    }