* {
  font-family: 'Source Han Sans CN';
}

.main-container {
  width: 1200px;
  margin: 0 auto;
}

.content-box {
  background: #fff;
  box-shadow: 0px 4px 28px 0px rgba(0, 73, 173, 0.04);
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 20px;
}
.person-detail-container {
  background: #eef4fe;
  border: 1px solid #f0f4f9;
  border-radius: 4px;
  margin: 20px;
  padding: 40px;
}

.person-header {
  position: relative;
  height: 320px;
  background: url("../images/bg_userinfo.png") no-repeat center;
  background-size: cover;
  margin-bottom: 40px;
  border-radius: 4px;
}

.person-info-card {
  position: absolute;
  top: 40px;
  left: 60px;
  display: flex;
  align-items: center;
}

.person-detail-avatar {
  width: 188px;
  height: 240px;
  position: relative;
  margin-right: 40px;
  border-radius: 4px;
}

.person-detail-avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.person-basic-info {
  padding-top: 16px;
}
.person-name-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.person-detail-name {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.person-detail-item {
  display: flex;
  align-items: start;
  margin-bottom: 4px;
  font-family: 'Source Han Sans CN';
}

.person-detail-item.last {
  margin-bottom: 0;
}

.person-detail-label {
  font-size: 16px;
  color: #666;
  width: 110px;
  display: flex;
  align-items: center;
  line-height: 28px;
}
.person-detail-label img {
  margin-right: 6px;
  margin-top: 7px;
}

.person-detail-value {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  width: calc(100% - 110px);
  word-break: break-all;
}

.person-tag-work {
  display: inline-block;
  padding: 2px 16px;
  background: rgba(23, 100, 206, 0.1);
  border-radius: 2px;
  font-size: 16px;
  color: #1764ce;
  margin-left: 10px;
}

.section-title {
  position: relative;
  height: 30px;
  margin-bottom: 12px;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 20px;
  background: linear-gradient(139.07deg, #2e85fe 33.15%, #4db2ff 151.34%);
  border-radius: 22px;
  z-index: 1;
}
.section-title-text {
  position: absolute;
  top: 0;
  left: 14px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  z-index: 2;
}

.section-content {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-bottom: 28px;
}
.section-content p {
  margin: 0;
}
.section-content.last {
  margin-bottom: 0;
}

/* Ã§Â§Â»Ã¥Å Â¨Ã§Â«Â¯Ã¥â€¦Â¼Ã¥Â®Â¹Ã¦Â Â·Ã¥Â¼Â */
@media screen and (max-width: 768px) {
  .main-container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .content-box {
    padding: 20px 15px;
    margin-bottom: 15px;
  }

  .person-detail-container {
    margin: 15px 0;
    padding: 20px 15px;
  }

  .person-header {
    height: auto;
    margin-bottom: 20px;
  }

  .person-info-card {
    position: relative;
    top: auto;
    left: auto;
    flex-wrap: wrap;
  }

  .person-detail-avatar {
    width: 100px;
    height: 130px;
    margin-right: 20px;
    margin-bottom: 15px;
  }

  .person-name-box {
    margin-bottom: 20px;
  }

  .person-detail-name {
    font-size: 22px;
  }

  .person-basic-info {
    padding-top: 0;
  }

  .person-detail-item {
    margin-bottom: 15px;
  }

  .person-detail-label {
    margin-bottom: 5px;
  }

  .person-tag-work {
    margin-left: 0;
    margin-top: 5px;
    padding: 2px 12px;
    font-size: 14px;
  }

  .section-title {
    height: 25px;
    margin-bottom: 10px;
  }

  .section-title-text {
    font-size: 18px;
  }

  .section-content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
