.user {
  padding: 10px 10px 0 10px;
  margin-bottom: 20px;
}
.user-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  z-index: 9999;
  display: none;
}
.user-cover-box {
  width: 500px;
  height: 356px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
.user-cover-box-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 17px;
  cursor: pointer;
}
.user-cover-box img {
  position: absolute;
  top: 153px;
  left: 206px;
  width: 90px;
}
.user-img {
  display: block;
  margin: 20px auto;
  border-radius: 50%;
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
}
.user-name {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.user-tip {
  text-align: center;
  font-size: 12px;
  color: #7d7d7d;
  margin: 10px 0 15px 0;
}
.user-detail-title {
  padding: 0 10px;
  border-left: 3px solid #46c6ce;
  /* display: inline-block; */
  font-weight: bold;
  float: left;
  vertical-align: middle;
  /* overflow: hidden; */
}
.user-detail-tip {
  font-size: 12px;
  color: red;
  vertical-align: middle;
  float: right;
  margin-right: 24px;
  cursor: pointer;
}
.user-detail-num {
  clear: both;
  text-align: center;
  padding: 20px 0;
}
.user-detail-num-total {
  display: inline-block;
  border-right: 1px solid #cecece;
  padding-right: 14px;
}
.user-detail-num-total-num {
  font-size: 32px;
  text-align: center;
  color: gray;
}
.user-detail-num-total-tip {
  color: gray;
  font-size: 14px;
  cursor: pointer;
}
.user-detail-num-comment {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #cecece;
}
.user-detail-num-comment-num {
  font-size: 32px;
  text-align: center;
  color: gray;
}
.user-detail-num-comment-tip {
  color: gray;
  font-size: 14px;
}
.user-detail-num-reply {
  display: inline-block;
  padding-left: 10px;
}
.user-detail-num-reply-num {
  font-size: 32px;
  text-align: center;
  color: gray;
}
.user-detail-num-reply-tip {
  color: gray;
  font-size: 14px;
}