.uploadImgLogo-content{
  text-align: center;
  margin-top: 50px;
}
.uploadImgLogo-img{
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 0px rgba(0, 0, 0, .1);
  background: #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.uploadImgLogo-img.headerPhoneImg{
  width:160px;
  position: relative;
  left: 50%;
  margin-left: -80px;
}
.uploadImgLogo-img img{
  width: 100%;
  height: 100%;
}
.settingPart-uploadInput{
  cursor: pointer;
}
.uploadImgLogo-tips{
  margin-top:20px;
  margin-bottom: 30px;
}
.settingPart-newImg{
  position: absolute;
  top:60px;
  width: 100%;
}