*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #eee;
}

body {
  margin: 0;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

a {
  color: #126ab8;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
a:hover {
  color: #0b4d86;
}

.text-strong {
  font-weight: 800;
}

.inline-text {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
}

.inline-text-img {
  display: inline-block;
  width: auto;
  height: 1em;
  flex: 0 0 auto;
  border-radius: 0;
  vertical-align: middle;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin-top: 8px;
  list-style: square inside;
}

p {
  margin: 6px 0 0;
  line-height: 1.6;
  text-indent: 2em;
}

img {
  display: block;
  max-width: 100%;
  border: 0;
  border-radius: 3px;
}

.content {
  position: relative;
  width: min(1024px, 100%);
  margin: 20px auto;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
}

.content-hd {
  position: relative;
  width: 100%;
  padding: 46px 50px 2px;
  overflow: hidden;
}
.content-hd .title {
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  border-bottom: 2px solid #1165b0;
  font-weight: 300;
}
.content-hd .name,
.content-hd .info {
  color: #333;
}
.content-hd .name {
  float: left;
}
.content-hd .name h1 {
  margin: 0;
  font-family: "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 3px;
}
.content-hd .info {
  float: left;
  width: 100%;
  margin-top: 18px;
  line-height: 22px;
}
.content-hd .info ul {
  list-style: none;
}
.content-hd .info li {
  margin-bottom: 8px;
  list-style: none;
}
.content-hd.has-profile-photo {
  padding-right: 425px;
  min-height: 275px;
}
.content-hd.has-profile-photo .title,
.content-hd.has-profile-photo .info {
  width: 100%;
}

.profile-photo {
  position: absolute;
  top: 46px;
  right: 140px;
  width: 190px;
  height: 250px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  background: #f7f7f7;
}
.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.content-bd {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  min-height: 200px;
  padding: 8px 30px 30px;
  font-size: 16px;
}
.content-bd section {
  padding: 10px 15px;
  overflow: hidden;
}

.section-hd {
  position: relative;
  height: 32px;
  margin: 10px auto 5px;
  overflow: hidden;
}

.section-title-l,
.section-title-r {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35%;
  height: 0;
  border-top: 1px solid #ededed;
  vertical-align: middle;
}

.section-title-l {
  left: 0;
}

.section-title-r {
  right: 0;
}

.section-title {
  position: relative;
  z-index: 1;
  width: 24%;
  min-width: 100px;
  margin: 0 auto;
  padding: 4px 10px;
  border-radius: 32px;
  background-color: #eee;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.practice .section-title {
  font-size: 17px;
  line-height: 24px;
}
.practice .item-hd {
  line-height: 24px;
}
.practice .item-name {
  font-size: 1.1em;
  line-height: 24px;
}
.practice .entry {
  margin-left: 2em;
}
.practice .edu-card {
  display: flex;
  gap: 16px;
  margin: 12px 0 18px;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
}
.practice .edu-card:last-child {
  border-bottom: none;
}
.practice .edu-logo {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.practice .edu-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.practice .edu-content {
  flex: 1;
  min-width: 0;
}
.practice .edu-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 2px;
}
.practice .edu-title {
  margin: 0;
  font-size: 1.02em;
  font-weight: 600;
  line-height: 1.5;
  color: #1f2937;
}
.practice .edu-title a {
  color: #126ab8 !important;
  text-decoration: none;
  border-bottom: 1px dashed rgba(18, 106, 184, 0.5);
  transition: all 0.2s ease;
}
.practice .edu-title a:hover {
  color: rgb(13.4554455446, 79.2376237624, 137.5445544554) !important;
  border-bottom-color: rgb(13.4554455446, 79.2376237624, 137.5445544554);
}
.practice .edu-date {
  flex-shrink: 0;
  font-size: 0.9em;
  color: #6b7280;
  white-space: nowrap;
  line-height: 1.8;
}
.practice .edu-subtitle {
  font-size: 0.88em;
  color: #126ab8;
  font-weight: 500;
  margin-bottom: 6px;
}
.practice .edu-description-list {
  margin: 4px 0 0;
  font-size: 0.92em;
  line-height: 1.65;
  color: #333;
}
.practice .edu-description-list li {
  margin-top: 4px;
  list-style: none;
  padding-left: 0;
  text-indent: 0;
}
.practice .section-content li {
  padding-left: 0;
  text-indent: 2em;
}
.practice .entry-description-list li {
  padding-left: 0;
}
.practice .description-list p {
  text-indent: 2em;
}

.file .section-title {
  font-size: 17px;
  line-height: 24px;
}
.file .item-name {
  font-size: 1.1em;
  line-height: 24px;
}
.file .edu-card {
  display: flex;
  gap: 16px;
  margin: 12px 0 18px;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
}
.file .edu-card:last-child {
  border-bottom: none;
}
.file .edu-logo {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.file .edu-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.file .edu-content {
  flex: 1;
  min-width: 0;
}
.file .edu-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 2px;
}
.file .edu-title {
  margin: 0;
  font-size: 1.02em;
  font-weight: 600;
  line-height: 1.5;
  color: #1f2937;
}
.file .edu-title a {
  color: #126ab8 !important;
  text-decoration: none;
  border-bottom: 1px dashed rgba(18, 106, 184, 0.5);
  transition: all 0.2s ease;
}
.file .edu-title a:hover {
  color: rgb(13.4554455446, 79.2376237624, 137.5445544554) !important;
  border-bottom-color: rgb(13.4554455446, 79.2376237624, 137.5445544554);
}
.file .edu-date {
  flex-shrink: 0;
  font-size: 0.9em;
  color: #6b7280;
  white-space: nowrap;
  line-height: 1.8;
}
.file .edu-subtitle {
  font-size: 0.88em;
  color: #126ab8;
  font-weight: 500;
  margin-bottom: 6px;
}
.file .edu-description-list {
  margin: 4px 0 0;
  font-size: 0.92em;
  line-height: 1.65;
  color: #333;
}
.file .edu-description-list li {
  margin-top: 4px;
  list-style: none;
  padding-left: 0;
  text-indent: 0;
}

.section-bd {
  overflow: hidden;
}
.section-bd .item {
  margin-bottom: 25px;
}

.item-hd {
  position: relative;
  min-height: 30px;
  padding: 10px 0 5px;
  overflow: hidden;
  font-weight: 500;
  line-height: 20px;
}

.item-name {
  float: left;
  margin: 0;
  font-size: 1em;
}

.item-more {
  position: absolute;
  top: 10px;
  right: 0;
}

.btn {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #126ab8;
  border-radius: 3px;
  color: #126ab8;
  font-family: Menlo, "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.section-content {
  line-height: 22px;
  text-align: justify;
  word-break: break-word;
}

.entry {
  margin-top: 10px;
}

.entry-title {
  margin: 10px 0 4px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
}

.description-list {
  color: #333;
}

.entry-description-list {
  margin: 6px 0 0;
  color: #333;
  line-height: 1.6;
  text-align: justify;
  word-break: break-word;
}
.entry-description-list li {
  margin-top: 6px;
  list-style: none;
}

.honor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
  margin: 6px 0 0;
  font-size: 0.86em;
}

.honor-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  transition: all 0.15s ease;
}
.honor-card:hover {
  border-color: #126ab8;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.honor-card-name {
  color: #333;
  line-height: 1.4;
  word-break: break-word;
}

.honor-card-tag {
  align-self: flex-start;
  padding: 2px 8px;
  font-size: 0.88em;
  color: #126ab8;
  background: rgba(18, 106, 184, 0.08);
  border-radius: 4px;
  white-space: nowrap;
}

.file-col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

figure {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 10px 0;
}

.file-col-image {
  width: min(180px, 100%);
  height: auto;
  margin: 5px auto;
}

figcaption {
  margin-top: 10px;
  color: #888;
  font-size: 14px;
  text-align: center;
}

.github-footer {
  margin-bottom: 20px;
  color: #666;
  font-size: 80%;
  text-align: center;
}
.github-footer .footer-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0 8px 10px;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .content {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 720px) {
  body {
    font-size: 16px;
  }
  .content-hd {
    padding: 72px 20px 2px;
  }
  .content-hd .title {
    text-align: center;
  }
  .content-hd .name {
    float: none;
  }
  .content-hd .name h1 {
    margin-top: 10px;
    font-size: 46px;
    line-height: 1.25;
    letter-spacing: 0;
  }
  .content-hd .info {
    float: none;
    margin-top: 28px;
    text-align: center;
  }
  .content-hd.has-profile-photo {
    padding-right: 20px;
    min-height: 0;
  }
  .profile-photo {
    position: static;
    width: 132px;
    height: 174px;
    margin: 24px auto 0;
  }
  .content-bd {
    padding: 20px 20px 50px;
  }
  .content-bd section {
    padding-inline: 0;
  }
  .item-name {
    float: none;
    padding-right: 72px;
  }
  .card {
    flex-direction: column;
    gap: 10px;
    padding: 10px 12px;
  }
  .card-logo {
    width: 60px;
    height: 60px;
  }
  .card-header {
    flex-direction: column;
    gap: 2px;
  }
  .card-date {
    align-self: flex-start;
  }
}
@media (max-width: 600px) {
  .honor-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 6px;
  }
  .honor-card {
    padding: 8px 10px;
  }
  .file-col {
    flex-direction: column;
    align-items: center;
  }
}
@media print {
  html,
  body {
    background: #fff;
  }
  .content {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .github-footer {
    display: none;
  }
}