

.banner-content-box {
  top: 120px;
}

.banner-content-box .breadcrumb-container {
  width: 100%;
}

.designer-info {
  /* margin-top: 120px; */
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #7a7a7a;
  position: relative;
  transform: translateY(-30px);
  z-index: 9;
}
.designer-info .avatar {
  width: 165px;
  height: 165px;
  object-fit: cover;
  border-radius: 50%;
}
.designer-info .designer-name {
  margin-top: 16px;
  margin-bottom: 18px;
}
.designer-info .good-at-type {
  margin: 10px 0;
}

.designer-info .intro {
  margin-top: 20px;
}

/* tab */

.tab-container .tab-item {
  margin-right: 50px;
}

.tab-container .nav-tabs {
  padding: 6px 0;
}

.tab-container .tab-item a {
  padding: 4px 0;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  border: none !important;
}

.tab-container .tab-item.active a {
  font-weight: bold;
  position: relative;
  border-bottom: 3px solid #004ea1 !important;
}

/* res */
.tab-content .res-item {
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
  border-radius: 10px;
  margin: 15px 0;
}

.tab-content .cover {
  width: 100%;
  height: 221px;
  border-radius: 10px 10px 0px 0px;
}

.tab-content .info {
  padding: 15px 12px;
  box-sizing: border-box;
}

.tab-content .left .top span {
  font-size: 17px;
  font-weight: bold;
  color: #151515;
}

.tab-content .left .top > span + span:before {
  color: #cccccc;
  content: "|";
  padding: 0 5px;
}

.tab-content .left .bottom {
  margin-top: 10px;
}

.tab-content .avatar {
  width: 26px;
  height: 26px;
  object-fit: cover;
  margin-right: 8px;
}

.tab-content .username {
  font-size: 12px;
  color: #595959;
}

.tab-content .addr {
  font-size: 17px;
  font-weight: bold;
  color: #151515;
  text-align: right;
}

.tab-content .contact-btn {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  width: 96px;
  height: 30px;
  border-radius: 40px;
  cursor: pointer;
  background: linear-gradient(77deg, #8ab4e0 -6%, #3585da 112%);
}

@media screen and (max-width: 960px) {
  .tab-container .tab-item a {
    font-size: 18px;

  }
}
<!--ºÄÊ±1755662088.4358Ãë-->