.tooltips {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  display: none;
  z-index: 1000;
  white-space: nowrap;
  top: -42px;
  left: 6px;
}
.tooltips::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #333;
}
.team-single-area .team-content-top {
  bottom: 0px;
  margin-top: 0px;
  padding-bottom: 120px;
}
.gzsm-ul{
  line-height: 40px;
}
.gzsm-ul li{
  text-indent: 30px
}
@media only screen and (max-width:768px) {
  .default-padding-top{
      padding-top: 30px;
  }
}