.mine {
  padding: 0 10%;
}

.mine .title {
  padding: 20px 0;
  border-bottom: 1px solid #D8D8D8;
}

.mine .title img {
  height: 24px;
}

.mine .bottom {
  padding: 20px 0;
  display: flex;
}

.mine .follow {
  margin-right: 50px;
}

.mine .follow>p {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}


.mine .follow>img {
  height: 70px;
  width: 70px;
}

.mine .contact {
  margin-right: 50px;
  width: 30%;
}

.mine .introduce .label {
  font-size: 14px;
}

.mine .about {
  margin-right: 50px;
  width: 60%;
}

.mine .introduce h3 {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}

.mine .about .href {
  color: #08AB62;
  cursor: pointer;
  margin-top: 4px;
  font-size: 14px;
}

.mine .about .href a,
.mine .about .href a:link,
.mine .about .href a:visited,
.mine .about .href a:hover,
.mine .about .href a:active {
  text-decoration: none;
  color: #08AB62;
}