body {
  padding-top: 106px;
  cursor: url("https://static.igem.wiki/teams/5748/common/cursor-v1.webp"), auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
    text-align: justify;
}
.left-aligned {
  margin-left: auto;
}
.bg-dark {
  background: linear-gradient(to right, #4390e3, #05b0e8);
}
.bg-hero {
  background-color: #45b06cff;
}

/* CALLOUT */
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout h4 {
  margin-bottom: 1.25rem;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code {
  border-radius: 0.25rem;
}
.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout-danger {
  border-left-color: #d9534f;
}

/* footer */
footer a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
.container-fluid {
  --bs-gutter-x: 8rem;
  --bs-navbar-active-color: #dcdcd6;
}
/* 全屏加载样式 */
.fullpage-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}
.nav-link {
  color: #fff;
  font-size: 20px;
  padding: 8px 20px !important;
  cursor:  url("https://static.igem.wiki/teams/5748/common/cursor-v1.webp"), auto;
}
.nav-link::after {
  display: none;
}

.dropdown-menu li {
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}

.dropdown-item {
  color: #555456;
  --bs-dropdown-link-hover-color: #1ea3e6;
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-active-bg: transparent;
  border-radius: 11px;
  cursor:  url("https://static.igem.wiki/teams/5748/common/cursor-v1.webp"), auto;
}
.custom-cursor {
  cursor:  url("https://static.igem.wiki/teams/5748/common/cursor-v1.webp"), auto;
}
a:-webkit-any-link {
  cursor:  url("https://static.igem.wiki/teams/5748/common/cursor-v1.webp"), auto;
}
.home-bg {
  background-color: #bbf7fb;
}
.home-bg h2 {
  background: #408be3;
  border-radius: 20px;
  display: inline-block;
  padding: 20px 60px 20px 30px;
  margin-bottom: 60px;
}
.home-1 {
  background: url("https://static.igem.wiki/teams/5748/home/home-bg-1.webp")
    no-repeat;
  background-size: 90% 100%;
  padding: 140px 0 200px;
  margin-bottom: 4%;
}
.home-2 {
  background: url("https://static.igem.wiki/teams/5748/home/home-bg-2.webp")
    no-repeat;
  background-size: 90% 100%;
  background-position: right 0;
  padding: 140px 0 160px;
  margin-bottom: 10%;
}
.home-3 {
  background: url("https://static.igem.wiki/teams/5748/home/home-bg-3.webp")
    no-repeat;
  background-size: 100% 100%;
  padding: 140px 0 320px;
}
.home-3-content::after {
  content: "";
  display: block;
  background: url("https://static.igem.wiki/teams/5748/home/content-3.webp")
    no-repeat;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: 11;
  top: -20%;
}
.home-banner-title {
  width: 80%;
  top: 25%;
  left: 0%;
  text-align: center;
  text-shadow: 0px 3px 23px rgba(21, 146, 170, 0.6);
  font-size: 50px;
  color: #f9fcfc;
  
}
.text-justify {
  text-align: justify;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-90 {
  margin-bottom: 90px;
}
.team-title {
  font-size: 70px;
  color: #f9fcfc;
  text-shadow: 0px 3px 23px rgba(21, 146, 170, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
}
.card-text {
  max-height: 114px;
  overflow-y: auto;
}
.bg-light-blue {
  background-color: #edfcfd;
}
.member-card {
  background: #fdfefe;
  border-radius: 30px;
  border: 5px solid #07c3ed;
  color: #666666;
  font-size: 16px;
  padding: 20% 47px 40px;
  position: relative;
}
.card-img-top {
  position: absolute;
  top: -10%;
  right: 10%;
  border: 4px solid #b9f6fa;
  border-radius: 50%;
  /* height: 60%; */
  width: 35%;
  background: #bababa;
  overflow: hidden;
}
.h0 {
  height: 0;
}
.card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.member-card .name {
  color: #07c3ed;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: left;
}
.member-title {
  color: #07c3ed;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
  text-decoration: underline;
}
.member-card .divider {
  height: 6px;
  background: linear-gradient(90deg, #eeaa47 0%, rgba(253, 225, 148, 0.8) 100%);
  margin-bottom: 40px;
  width: 60%;
}
.common-text-title {
  font-weight: bold;
  font-size: 70px;
  color: #F9FCFC;
  line-height: 89px;
  text-shadow: 0px 3px 23px rgba(21,146,170,0.6);
}
.desc-title {
  font-size: 72px;
  color: #f3f5f5;
  width: max-content;
}
.desc .content {
  padding-top: 3.5%;
  padding-bottom: 3.4%;
}
.desc .navbar {
  box-shadow: none;
  background: transparent !important;
}
.navbar-desc {
  width: 28%;
  float: left;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: 20px !important;
}
.navbar-desc.sticky-top {
  top: 130px;
}
.navbar-desc .nav {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  text-align: left;
  width: 100%;
}
.scrollspy-example {
  width: 68%;
  margin-left: 28%;
  background: #ffffff;
  border-radius: 30px;
  padding: 3% 7% 5.6% 4%;
  font-size: 14px;
  box-shadow: 0px 3px 10px 1px rgba(98, 196, 203, 0.60);
}
.scrollspy-example-1 {
  width: 100%;
  margin-left: 0;
}
.scrollspy-example .title {
  font-weight: bold;
  font-size: 22px;
  padding: 13px 80px 13px 20px;
  color: #fff;
  margin-bottom: 3%;
  width: fit-content;
  background-color: rgba(55, 150, 228, 1);
  border-radius: 0px 32px 32px 0px;
}
.nav-pills {
  box-sizing: border-box;
  /* padding-top: 20px; */
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus,
.nav-pills .sub-title:hover {
  color: #263042;
  background: #F7CE46;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #263042;
  background-color: #F7CE46;
}
.nav-pills .nav-link, .nav-pills .sub-title {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  position: relative;
  color: #263042;
  font-size: 18px;
  text-align: left;
  margin-top: 36px;
  font-weight: bold;
  background: rgba(195, 227, 246, 1);
  border-radius: 9999px;
  border: 3px solid #fff;
  box-shadow: 0px 3px 10px 1px rgba(37, 86, 185, 0.60);
}
.nav-pills .sub-title {
  font-size: 15px;
  padding-left: 36px;
  padding-right: 10px;
  margin-top: 15px;
  font-weight: normal;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.desc-module {
  margin-bottom: 7%;
}
.desc-module:last-of-type {
  margin-bottom: 0;
}
.desc-module p {
  /* text-indent: 32px; */
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: justify;
}
.desc-module h3,
.desc-module h4,.desc-module h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.desc-module .sub-title {
  font-size: 18px;
  margin-top: 1.8em;
  margin-bottom: 1em;
}

.desc-module table p {
  all: unset; /* 或者覆盖上面的样式 */
}
.desc-module li {
  margin-bottom: 10px;
}
.desc-module ol {
  line-height: 1.75;
  margin-bottom: 10px;
  padding-left: 0;
}
.desc-module .li-decimal {
  list-style-type: decimal;
}
.desc-module table {
  border: 2px solid;
  max-width: 100%;
  margin-top: 6px;
  margin-bottom: 10px;
}
.desc table td,
.desc table th {
  border: 2px solid;
  padding: 4px 6px;
}
.desc-module ul ul {
  list-style-type: disc;
}
.indent0 p {
  text-indent: 0;
}
/* 一级 */
ol[type="1"] > li {
    counter-increment: item;
}

ol[type="1"] > li::marker {
    content: counter(item) ". ";
    font-weight: bold;
}

/* 二级 */
ol[type="1"] > li > ol > li {
    counter-increment: subitem;
}

ol[type="1"] > li > ol > li::marker {
    content: counter(item) "." counter(subitem) ". ";
    font-weight: bold;
}

/* 三级 */
ol[type="1"] > li > ol > li > ol > li {
    counter-increment: subsubitem;
}

ol[type="1"] > li > ol > li > ol > li::marker {
    content: counter(item) "." counter(subitem) "." counter(subsubitem) ". ";
}
 /* 保留缩进与间距 */
ol, ul {
  margin: 0 0 1em 1.8em;
  padding-left: 0;
}
li { margin: 0.2em 0; font-size: 16px;}

ol.bracketed li::marker {
  content: "[" counter(list-item) "] ";
}
ol.bracketed1 li::marker {
  content: "(" counter(list-item) ") ";
}
ol.bracketed2 li::marker {
  content: counter(list-item) ") ";
}
ol.bracketed3 li::marker {
  content: "> ";
  font-weight: bold;
}
@media (min-width: 1440px) {
  .home-banner-title {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .dropdown-item {
    padding: 4px 0px !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .dropdown-hover > .dropdown-toggle {
    pointer-events: none;
  }
  /* 启用 hover 触发 */
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* 移除菜单间距 */
    top: 100%;
  }
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f23 {
  font-size: 23px;
}
.f24 {
  font-size: 24px;
}
.f36 {
  font-size: 36px;
}
@media (max-width: 768px) {
  .home-banner-title {
    width: 100%;
    font-size: 20px;
    text-align: center;
    left: 0;
  }
  .member-card {
    padding: 40% 30px 40px;
  }
  .card-img-top {
    width: 50%;
    top: -25%;
    right: calc(50% - 25%);
  }
  .f36 {
    font-size: 20px;
  }
  .f24 {
    font-size: 14px;
  }
  .home-1, .home-2, .home-3 {
    padding: 40px 0;
    background-size: 100% 55%;
  }
  .home-2 {
    background-position-y: bottom;
  }
  .home-3-content {
    width: 100%;
  }
  .home-3-content::after {
    top: -10%;
    right: 0;
  }
  .home-3 .col-7 {
    width: 100%;
  }
  .mb-90 {
    margin-bottom: 20px;
  }
  .navbar-desc {
    display: none;
  }
  .scrollspy-example {
    width: 100%;
    margin-left: 0;
  }
  .scrollspy-example .title {
    font-size: 18px;
  }
  .common-text-title {
    font-size: 30px;
  }
}