.uploader {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  width: 150px;
  height: 150px;
}
.uploader .uploadPic {
  text-align: center;
  /*margin-top: 10px;*/
}
.uploader-icon {
  font-size: 28px;
  color: #8c939d;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.avatar {
  width: 100%;
  height: 150px;
  display: block;
}
.idcard_image .avatar-uploader {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  width: 100%;
  height: 150px;
}
.idcard_image .avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idcard_image .avatar {
  width: 100%;
  height: 150px;
  display: block;
}
.idcard_image .uploadPic {
  text-align: center;
  margin-top: 10px;
}
