.profile-tab {
  width: 952px;
  height: 73px;
  margin: 0 auto;
  padding-top: 32px;
  border-bottom: 1px solid #E8E8E8;
}

.profile-tab li {
  display: inline-block;
  width: 88px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #F8FAF9;
  border: 1px solid #E8E8E8;
  border-radius: 5px 5px 0px 0px;
  border-bottom: none;
  margin-right: 14px;
}

.profile-tab .tab-active {
  height: 41px;
  background: #fff;
}

.profile-tab li a {
  color: #262626;
  font-size: 14px;
}

.profile-tab li:hover a,
.profile-tab .tab-active a {
  color: #0ba2cf;
}