.common-page-main {
  margin-top: 0;

}

.user-head {
  height: 260px;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
}

.user-head .bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.user-head .user-info {
  position: relative;
  z-index: 1;
  padding: 50px;
  padding-top: 100px;
}

.user-head .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.user-head .user-info .infos {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.user-head .user-info .name {
  font-weight: bold;
  font-size: 18px;
}

.user-head .user-info .tags {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

.user-head .user-info .tags span {
  margin-right: 10px;
}