body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #7952b3; }

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }
:root {
  --maxWidth: 1320px;
  --wapMaxWidth: 750px;
}
@font-face {
  font-family: 'Georgia';
  src: url('https://static.igem.wiki/teams/4125/wiki/font/georgia.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PalatinoLinotype';
  src: url('https://static.igem.wiki/teams/4125/wiki/font/palatino-linotype.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*:after,
*:before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: Georgia;
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: "tnum";
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: #616161;
}
.w {
  width: 1320px;
  margin: 0 auto;
}
.flex,
[class*='f-'] {
  display: flex;
}
.f-jc-c,
.f-jc-ac {
  justify-content: center;
}
.f-jc-sb {
  justify-content: space-between;
}
.f-jc-sa {
  justify-content: space-around;
}
.f-ai-c,
.f-jc-ac {
  align-items: center;
}
.f-dir-c {
  flex-direction: column;
}
.wrapper {
  background: #f3f4f6;
  min-height: 100vh;
}
.top-wrap {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.top-wrap .inner {
  height: 80px;
}
.top-wrap .logo img {
  height: 100%;
}
.top-wrap .nav {
  margin: 0;
  padding: 0;
}
.top-wrap .nav,
.top-wrap .nav li {
  list-style: none;
}
.top-wrap .n-item {
  margin: 0 20px;
  height: 100%;
  position: relative;
}
.top-wrap .n-item .c-item {
  font-size: 18px;
  height: 35px;
  padding: 0 20px;
  cursor: pointer;
  color: #888888;
  transition: all 0.5s ease;
  position: relative;
}
.top-wrap .n-item .c-item::after {
  transition: all 0.2s ease;
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 100%;
  top: 0;
  background-color: #d8f5ff;
}
.top-wrap .n-item .c-item b {
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.top-wrap .n-item .c-item.active {
  color: #222222;
}
.top-wrap .n-item .c-item.active::after {
  background-color: #b4ecff;
  bottom: 0;
}
.top-wrap .n-item:hover .c-item::after {
  bottom: 0;
}
.top-wrap .n-item:hover .sub-menu {
  transform: scale(1);
}
.top-wrap .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  transform: scale(0);
  transition: all 0.1s ease;
  transform-origin: top center;
}
.top-wrap .sub-menu .sub-i {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top-wrap .sub-menu .s-item {
  padding: 8px 15px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 15px;
  color: #777;
}
.top-wrap .sub-menu .s-item:hover {
  background-color: #f5f5f5;
}
.top-banner {
  position: relative;
  height: 550px;
  overflow: hidden;
  background-attachment: fixed;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.top-banner h3 {
  text-transform: capitalize;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 76px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: PalatinoLinotype;
}
.home-wrap .row-1,
.home-wrap .row-2 {
  position: relative;
  color: #fff;
}
.home-wrap .row-1::after,
.home-wrap .row-2::after,
.home-wrap .row-1::before,
.home-wrap .row-2::before {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  position: absolute;
  height: 100%;
  content: '';
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.home-wrap .row-1 .w,
.home-wrap .row-2 .w {
  position: relative;
  z-index: 2;
}
.home-wrap .row-1::after {
  background-image: url('https://static.igem.wiki/teams/4125/wiki/home/home1.jpg');
  background-size: 100% auto;
  filter: brightness(50%);
}
.home-wrap .row-1 .w {
  height: 962px;
}
.home-wrap .row-1 h3 {
  font-size: 76px;
  margin: 0;
  font-family: PalatinoLinotype;
}
.home-wrap .row-1 p {
  font-size: 28px;
}
.home-wrap .row-2 {
  background-size: 100% auto;
}
.home-wrap .row-2::after {
  background-image: url('https://static.igem.wiki/teams/4125/wiki/home/home2.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  filter: blur(10px);
}
.home-wrap .row-2::before {
  z-index: 2;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.home-wrap .row-2 .w {
  height: 960px;
}
.home-wrap .row-2 p {
  font-size: 26px;
  line-height: 2;
}
.home-wrap .row-3 {
  position: relative;
  z-index: 10;
}
.home-wrap .row-3 .item {
  height: 330px;
  background-color: #f4f4f4;
  width: 25%;
  transition: all 0.5s ease;
}
.home-wrap .row-3 .item:nth-child(2n-1) {
  background-color: #fff;
}
.home-wrap .row-3 .item:nth-child(2n-1) .btn {
  background-color: #f4f4f4;
  color: #999999;
}
.home-wrap .row-3 .item:hover {
  background-color: #b4ebfe;
}
.home-wrap .row-3 .item:hover h5 {
  color: #262c2b;
}
.home-wrap .row-3 .item:hover .btn {
  background-color: #212121;
  color: #fff;
}
.home-wrap .row-3 .item:hover .line {
  background-color: #559def;
  width: 80%;
  transition: all 0.2s ease-in;
}
.home-wrap .row-3 h5 {
  font-size: 24px;
  color: #555555;
  transition: all 0.5s ease;
  position: relative;
  margin: 0;
  font-family: PalatinoLinotype;
}
.home-wrap .row-3 .line {
  width: 85px;
  height: 1px;
  background-color: #b1b0b0;
  margin: 25px 0 30px;
}
.home-wrap .row-3 .btn {
  width: 130px;
  height: 35px;
  background-color: #fff;
  color: #999999;
  transition: all 0.5s ease;
}
.article-box {
  display: flex;
}
.article-box .aside-nav {
  width: 300px;
  flex-shrink: 0;
}
.article-box .aside-nav menu {
  margin: 30px;
  padding: 0 0 0 20px;
  position: relative;
  position: sticky;
  top: 100px;
}
.article-box .aside-nav .hot-line {
  position: absolute;
  content: '';
  height: 20px;
  border-radius: 3px;
  width: 3px;
  left: 0;
  top: 10px;
  background-color: #19bcf7;
  transition: all 0.2s ease;
}
.article-box .aside-nav li {
  list-style: none;
  font-size: 14px;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #999;
}
.article-box .aside-nav li:hover {
  color: #777;
}
.article-box .aside-nav li.active {
  color: #19bcf7;
  font-weight: 700;
}
.article-box .aside-nav .tow-li {
  margin-left: 20px;
}
.article-box .article-details {
  outline-width: 0 0 0 1px;
  outline-style: solid;
  outline-color: #e8e8e8;
  background-color: #f0f0f0;
}
.article-box .article-details a {
  color: #19bcf7;
}
.article-box .article-details .inner {
  width: 95%;
  margin: 0 auto;
}
.article-box .article-details .tit {
  margin: 2em 0;
}
.article-box .article-details .tit strong {
  color: #333;
  font-size: 30px;
  position: relative;
  font-family: PalatinoLinotype;
  line-height: 2;
}
.article-box .article-details .tit strong::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 4px;
  border-radius: 3px;
  width: 50%;
  background-color: #19bcf7;
  border-radius: 5px;
}
.article-box .article-details .tow-tit {
  padding: 20px 10px;
}
.article-box .article-details .tow-tit strong {
  font-size: 26px;
  color: #444;
  font-family: PalatinoLinotype;
}
.article-box .article-details .three-tit {
  padding: 20px 10px 10px;
}
.article-box .article-details .three-tit strong {
  font-size: 22px;
  color: #444;
  font-family: PalatinoLinotype;
}
.article-box .article-details .text {
  font-size: 20px;
  line-height: 2;
  margin: 0.5em 1em;
  color: #555;
  font-family: Georgia;
}
.article-box .article-details .text strong {
  font-weight: 700;
  color: #029bd3;
}
.article-box .article-details .list-type-disc {
  list-style: disc;
}
.article-box .article-details .list-type-disc li {
  font-size: 20px;
}
.article-box .article-details .list-type-decimal {
  list-style: decimal;
}
.article-box .article-details .list-type-decimal li {
  font-size: 20px;
}
.article-box .article-details .pic-box {
  text-align: center;
  padding: 10px 0;
}
.article-box .article-details .pic-box .pic-name {
  font-size: 16px;
  padding: 10px 0;
}
.article-box .article-details .pic {
  margin-bottom: 10px;
}
.article-box .article-details .pic img {
  max-width: 100%;
}
.article-box .article-details .table-box {
  width: 98%;
  margin: 0 auto;
}
.article-box .article-details .table-box table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.article-box .article-details .table-box table,
.article-box .article-details .table-box table th,
.article-box .article-details .table-box table td {
  border: 1px solid #ccc;
}
.article-box .article-details .table-box table th,
.article-box .article-details .table-box table td {
  padding: 10px 5px;
  text-align: center;
  font-size: 20px;
  font-family: Georgia;
}
.article-box .article-details .table-box thead th {
  background-color: #b4ecff;
}
.article-box .article-details .table-box tbody td {
  background-color: #f9f9f9;
}
.article-box .article-details .table-box .table-name {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}
.article-box .article-details .references h5 {
  font-size: 20px;
}
.article-box .article-details .references p {
  margin: 1em 0;
  font-size: 14px;
  font-style: italic;
  color: #999;
}
.members-wrap .l-caption {
  font-size: 38px;
  margin: 40px 0;
}
.members-wrap .l-caption strong {
  font-size: 38px;
  position: relative;
  line-height: 1;
}
.members-wrap .l-caption strong span {
  position: relative;
  z-index: 2;
}
.members-wrap .l-caption strong::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 15px;
  bottom: 0px;
  background-color: #b4ecff;
}
.members-wrap .list {
  flex-wrap: wrap;
  margin: 0 -30px;
  list-style: none;
  padding: 0;
}
.members-wrap .list .item {
  width: 33.3%;
  margin: 0;
  padding: 0;
}
.members-wrap .list .item-i {
  transition: all 0.5s ease;
  background-color: #fff;
  margin: 15px;
}
.members-wrap .list .item-i:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
.members-wrap .list .item-i:hover .introduce {
  transform: translateX(0);
  opacity: 1;
}
.members-wrap .list .item-i:hover img {
  transform: scale(1.2) rotate(2deg) translateY(10px);
}
.members-wrap .list .item-i:hover .line {
  width: 50px;
}
.members-wrap .list .pic {
  margin: 60px 60px 0;
  position: relative;
  overflow: hidden;
}
.members-wrap .list .pic img {
  vertical-align: top;
  transform: scale(1) rotate(0);
  transition: all 0.5s ease;
}
.members-wrap .list .introduce {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(180, 236, 255, 0.9);
  padding: 34px;
  line-height: 2;
  font-size: 14px;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.5s ease;
  word-break: break-word;
}
.members-wrap .list .name {
  margin: 39px 0 0;
  font-size: 20px;
  color: #002222;
}
.members-wrap .list .line {
  width: 0px;
  height: 5px;
  background-color: #baedff;
  border-radius: 5px;
  margin: 8px 0 10px 0;
  transition: all 0.2s ease;
}
.members-wrap .list .summary {
  color: #999999;
  margin: 0 0 50px;
}
.footer {
  background-color: #fff;
  padding: 10px 0;
  border-top: 1px solid #eee;
  font-size: 20px;
}
.footer .w {
  padding: 10px 0;
}
.footer p {
  margin: 10px 0;
}
.footer a {
  color: #19bcf7;
}
.back-top {
  position: fixed;
  z-index: 1000;
  right: 30px;
  bottom: 50px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.back-top:after {
  content: '';
  width: 30px;
  height: 30px;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  border-style: solid;
  transform: translateY(6px) rotate(-45deg);
}
.back-top:hover {
  background-color: #000000;
}
.description-wrap .top-banner {
  background-image: url(https://static.igem.wiki/teams/4125/wiki/description/banner.jpg);
}
.engineering-wrap .top-banner {
  background-image: url(https://static.igem.wiki/teams/4125/wiki/engineering/banner.jpg);
  height: 550px;
}
.contribution-wrap .top-banner {
  background-image: url(https://static.igem.wiki/teams/4125/wiki/contribution/banner.jpg);
}
.concept-wrap .top-banner {
  background-image: url(https://static.igem.wiki/teams/4125/wiki/contribution/banner.jpg);
}
.model-wrap .top-banner {
  background-image: url(https://static.igem.wiki/teams/4125/wiki/model/banner.jpg);
}
.model-wrap .article-box .article-details .table-box {
  margin-top: 20px;
}
.model-wrap .article-box .article-details .table-box tbody tr:nth-child(odd) td {
  background-color: #f0f0f0;
}
.notebook-wrap .top-banner {
  background-image: url(https://static.igem.wiki/teams/4125/wiki/model/banner.jpg);
}
.members-wrap .top-banner {
  background-image: url(https://static.igem.wiki/teams/4125/wiki/members/banner.jpg);
}
.collaborations-wrap .top-banner {
  background-image: url(https://static.igem.wiki/teams/4125/wiki/collaborations/banner.jpg);
}
.attributions-wrap .top-banner {
  background-image: url(https://static.igem.wiki/teams/4125/wiki/members/banner.jpg);
}
.attributions-wrap .article-box .article-details .table-box {
  margin-top: 20px;
}
.attributions-wrap .article-box .article-details .table-box tbody tr:nth-child(odd) td {
  background-color: #f0f0f0;
}
.model-wrap .top-banner {
  background-image: url(https://static.igem.wiki/teams/4125/wiki/model/banner.jpg);
  height: 550px;
}
.implementation-wrap .top-banner {
  background-image: url(https://static.igem.wiki/teams/4125/wiki/implementation/banner.jpg);
}
.implementation-wrap .article-box .article-details .table-box {
  margin-top: 20px;
}
.implementation-wrap .article-box .article-details .table-box tbody tr:nth-child(odd) td {
  background-color: #f0f0f0;
}
.partnership-wrap .top-banner {
  background-image: url(https://static.igem.wiki/teams/4125/wiki/partnership/banner.jpg);
}
.practices-wrap .top-banner {
  background-image: url(https://static.igem.wiki/teams/4125/wiki/human-practices/banner.jpg);
}
.practices-wrap .top-banner h3 {
  color: #19bcf7;
}
.education-wrap .top-banner,.communication-wrap .top-banner {
  position: relative;
  background-image: url(https://static.igem.wiki/teams/4125/wiki/education/banner.jpg);
}
.education-wrap .top-banner h3,.communication-wrap .top-banner h3 {
  color: #19bcf7;
}

