@charset "UTF-8";
/* CSS Document */

:root {
  --accent: #1f5fa8;
  --accent-strong: #163f6b;
}

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;

  margin: auto;
  color:#454545;
  background:#F6F6F6;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size:15px;
  
  line-height: 1.5;
}

a:link,
a:visited {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

a:hover {
  color: var(--accent-strong);
  text-decoration: underline;
}

a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 2px;
}

header {
  width: 100%;
  font-size:180%;
  text-align: center;
  padding-bottom:0px;

}

header div {
  display:inline;
  margin: 0 0.1em 0 0;
  visibility: visible;
  opacity: 1;
}


header div:not(:first-child):before {
  content: " / ";
}

header #current{
  text-decoration: underline
}

#main{
  width:80%;
  max-width:760px;
  margin:auto;
  height: 100%;
}

#bio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 32px;
  padding-top:50px;
  background:#F6F6F6;
  width: 100%;
}

#bio img{
  width:200px;
  max-width:100%;
  flex-shrink: 0;
}

#bio hr {
  flex-basis: 100%;
  width: 100%;
  margin: 32px 0 0;
  border: 0;
  border-top: 1px solid #ddd;
}
  



#bio #contact{
  flex: 1;
  min-width: 260px;
  padding-bottom: 0;
}

#contact h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin: 18px 0 14px;
}

#contact p {
  margin: 0 0 8px;
}

.published-name {
  font-size: 12px;
  font-weight: 400;
}

.chinese-name {
  font-size: 14px;
  font-weight: 500;
}

.profile-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
  margin-top: 18px;
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
}

.social-links a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

.social-links a:hover {
  opacity: 0.6;
}

.social-links svg {
  display: block;
  width: 20px;
  height: 20px;
}


#contact img{
  width:30%;
}

#bio #footer{
  position: fixed;
  bottom: 0px;
  background:#F6F6F6;
}

#urlnote {
  margin: 4px 0 0;
  padding: 16px 20px;
  background: #eef3fb;
  border: 1px solid #d5e2f2;
  border-left: 3px solid var(--accent);
  border-radius: 8px;
}

#urlnote p {
  margin: 0 0 10px;
  line-height: 1.55;
}

.cta-link {
  display: inline-block;
  font-weight: 500;
  text-decoration: none !important;
}

.cta-link:hover {
  text-decoration: underline !important;
}


#info{
  padding-top:8px;
  width:100%;
}

#info p{
  display: block;
}

.section-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin: 0 0 20px;
  padding: 11px 0;
  background: #F6F6F6;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.section-nav a {
  color: #454545;
  font-weight: 500;
  text-decoration: none;
}

.section-nav a:hover {
  color: var(--accent);
  text-decoration: none;
}

.section-block {
  margin: 38px 0;
}

.section-block:first-of-type {
  margin-top: 32px;
}

.section-block h2 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 16px;
  scroll-margin-top: 64px;
}

.section-block p {
  line-height: 1.55;
  margin: 0 0 14px;
}

.section-block .lead {
  font-size: 16px;
  line-height: 1.55;
}

.faq-item {
  border-top: 1px solid #ddd;
  padding: 14px 0;
}

.faq-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.faq-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
}

.faq-item p {
  margin: 0 0 10px;
}

.faq-item p:last-child {
  margin-bottom: 0;
}

.faq-item ul,
.faq-item ol {
  margin: 0 0 10px;
  padding-left: 20px;
}

.faq-item li {
  margin: 0 0 4px;
}

.section-heading {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  justify-content: space-between;
}

.publication-list,
.system-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.publication-list li {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 13px 0;
}

.publication-list li:last-child {
  border-bottom: 1px solid #ddd;
}

.publication-title {
  font-weight: 500;
  text-decoration: none !important;
}

.publication-title:hover {
  text-decoration: underline !important;
}

.publication-more {
  margin-top: 16px;
}

.system-list strong a,
.mentoring-grid strong a {
  text-decoration: none;
}

.system-list strong a:hover,
.mentoring-grid strong a:hover {
  text-decoration: underline;
}

.publication-venue {
  font-style: italic;
}

.award {
  font-style: normal;
  font-weight: 500;
}

.system-list li {
  display: grid;
  gap: 4px 14px;
  grid-template-columns: 150px 1fr auto;
  padding: 8px 0;
}

.system-list time {
  color: #666;
}

.mentoring-grid {
  display: grid;
  gap: 16px 28px;
  grid-template-columns: 1fr 1fr;
}

.mentoring-grid div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mentoring-grid span {
  color: #666;
}

.mentoring-grid .current-role {
  color: #454545;
  font-weight: 500;
}

.patent-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.patent-list > li {
  border-top: 1px solid #ddd;
  padding: 8px 0;
  line-height: 1.5;
}

.patent-list > li:last-child {
  border-bottom: 1px solid #ddd;
}

.patent-nums {
  color: #666;
}

.bottom-content {
  display: flex;
  font-size: 18px;
  gap: 10px;
  margin: 34px 0 50px;
}


.not-found {
  margin: 15vh auto;
  max-width: 560px;
  padding: 0 24px;
  text-align: center;
}

b{
  font-family: inherit;
  font-weight: 600;
  font-size: inherit;
}

.middle
{
  vertical-align:-1pt;  
}

b a:link {
  color: inherit;
  text-decoration: none;
}

b a:visited {
  color: inherit;
  text-decoration: none;
}

b a:hover {
  color: inherit;
  text-decoration: underline;
}
 
i{
  font-family: inherit;
  font-weight: 400;
  font-style: italic;
  font-size: inherit;
}

u{
  font-family: inherit;
  font-weight: 400;
  font-size: inherit;
  text-decoration: none;
}
#random{
  height: 44px;
  width: 45%;
  display: inline;
}
#random i{
  display: inline-block;
  vertical-align: bottom;
}
.bottom-content a:link {
  color: inherit;
  text-decoration: none;
}

.bottom-content a:visited {
  color: inherit;
  text-decoration: none;
}

.bottom-content a:hover {
  color: inherit;
  text-decoration: none;
}




#affiliate{
  height: 44px;
  float: right;
}

#affiliate img{
  height: 40px;
  display: inline-block;
}

/*hr{
  display: none;
}*/


@media print, screen and (max-width: 800px) and (min-width: 551px) {
  #main{
    width:90%;
  }

  #contact{
    font-size:14px;
  }

  #info{
    font-size:14px;
  }
}

@media print, screen and (max-width: 550px) {
  #main{
    width:100%;
    margin:auto;
    height: 100%;
  }
  
  #bio {
    padding-top:20px;
    padding-left:5%;
    background:#F6F6F6;
    width: 90%;
    float: none;
    display: inline-block;
    position: relative;
  }
  
  #bio img{
    width: 40%;
    margin: 0 auto;
  }
  
  #bio #contact{
    float: none;
    width: 100%;
    display: inline;
  }

  #contact img{
    padding-top:5px;
    margin: 0 0;
    width:70px;
    margin-bottom:-30px;
  }

  #bio #footer{
    display: none;
  }

  #info{
    padding-top:20px;
    margin: auto;
    width: 90%;
    float: none;
  }

  .system-list li {
    grid-template-columns: 1fr auto;
  }

  .system-list li span {
    grid-column: 1 / -1;
  }

  .mentoring-grid {
    grid-template-columns: 1fr;
  }

  .section-nav {
    gap: 4px 14px;
    font-size: 13px;
  }

  hr{
    display: block;
    margin-bottom:20px;
  }

}
