body {
  padding-top: 100px;
  font-family:
    Times New Roman,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}
.navbar-dark {
  background: #914c90 !important;
  height: 100px !important;
  padding: 0;
}
p {
  padding: 0;
  margin: 0;
}
.navbar-brand img {
  height: 50px;
}
.container-self {
  padding: 0 60px;
}
.finis-load {
  display: none;
}
.loading {
  height: 100vh !important;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: -100px;
  overflow: hidden;
}
.loading img {
  width: 70%;
  object-fit: contain;
}
.nav-link {
  color: #fcf9f9;
  padding: 5px !important;
  /* margin-left: 25px; */
  font-size: 18px;
  position: relative;
}
.container-home {
  padding: 0 12%;
}
.container-home-1 {
  padding: 0 7%;
}
.nav-item:first-child {
  margin-left: 0px;
}
.nav-item {
  margin-right: 25px;
}
.active-nav-item .nav-link {
  background-color: #95106f;
  border-radius: 15px;
}
.dropdown-toggle::after {
  display: none !important;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-70%);
  color: #bfa0c7;
}
.active-nav-item .dropdown-toggle::after {
  display: inline-block !important;
}
.dropdown-item {
  font-size: 24px;
  color: #ffffff;
}
.dropdown-menu-self {
  height: auto;
  position: fixed !important;
  border-radius: 0;
  width: 100vw;
  top: 95px !important;
  left: 0;
  text-align: center;
  font-size: 18px;
  background: #914c90 !important;
}
.dropdown-menu-self .d-flex {
  height: 160px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 5%;
  column-gap: 4%;
  align-content: baseline;
}
.dropdown-menu-self li {
  min-width: 190px;
  text-align: center;
  border-radius: 39px;
  background: #95106f;
  margin-top: 20px;
}
.dropdown-menu {
  min-width: 100px;
  background-color: #7aa9ac;
  border: none;
}
.dropdown-menu-self li a:hover {
  background: #95106f !important;
  color: #ffffff;
  border-radius: 39px;
}

.left-aligned {
  margin-left: auto;
}
.bg-dark {
  background: #914c90 !important;
}
.bg-hero {
  background-color: #45b06cff;
}
.fs-30 {
  font-size: 1.674vw;
}
.fs-35 {
  font-size: 26px;
}
.fs-36 {
  font-size: 1.875vw;
}
.fs-40 {
  font-size: 1.5vw;
}
.fs-48 {
  font-size: 2.5vw;
}
.fs-90 {
  font-size: 4.69vw;
}
.fs-115 {
  font-size: 2.5vw;
}
.shake {
  animation: shake 4s ease infinite; /* 2秒一个周期，无限次播放 */
}
@keyframes shake {
0% { transform: rotate(0deg); }
          25% { transform: rotate(8deg); }
          50% { transform: rotate(-8deg); }
          75% { transform: rotate(5deg); }
          100% { transform: rotate(0deg); }
}
.shake1 {
  animation: shake1 3s ease-in-out infinite; /* 2秒一个周期，无限次播放 */
}
@keyframes shake1 {
  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(8px);
  }

  75% {
    transform: translateX(-8px);
  }
}
.top-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-wrap p {
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 66px;
  text-shadow: 0px 7px 7px rgba(105,2,11,0.36);
}
.home-banner {
  /* height: calc(100vh - 100px); */
  background: #9e86de;
  padding-left: 4%;
  padding-bottom: 10%;
}
.home-banner-img {
  width: 80%;
  /* height: 80%; */
  margin-top: 1%;
}
.home-banner-desc img {
  width: 100px;
  position: relative;
  left: 0px;
}
.home-banner-desc div {
  height: 70px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  background-color: #faf2e3;
  border-radius: 48px;
  color: #904c90;
  font-size: 22px !important;
}
.yuansu3 {
  width: 8.3vw !important;
  top: 0%;
  right: 22%;
}
.yuansu1 {
  width: 15.1vw !important;
  top: 10%;
  right: 3%;
}
.yuansu2 {
  width: 13.5vw !important;
  top: 48%;
  right: 11%;
}
.people-info {
  /* height: 100vh; */
  background: #ede8fb;
}
.people-info-title,
.people-left-info,
.people-right-info {
  opacity: 0;
}

.fade-in-active {
  opacity: 0;
  animation: fadeIn 2s ease-in-out forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.left-in-animate {
  opacity: 0;
}
.left-to-in {
  animation: fadeInLeft 1s ease-out forwards;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.people-right-info img:nth-of-type(2) {
  width: 100px;
  top: -47px;
  right: 22px;
}
.people-right-info2 img:nth-of-type(1) {
  width: 500px;
}
.people-right-info2 img:nth-of-type(2) {
  width: 100px;
  top: -50px;
  left: -20px;
}
.method-wrap {
  border-radius: 50px;
  color: #ffffff;
  margin-top: 100px;
}
.method-title {
  font-size: 3.2vw;
  text-align: center;
}
.method-desc {
  text-align: center;
  padding: 0 20px;
}
.home-info-img-wrap {
  font-size: 2.4vw;
  margin-top: 170px;
  padding: 0 5%;
}
.Advantage {
  margin-top: 100px;
  padding-bottom: 20px;
  text-align: center;
  color: #CB326A;
  font-weight: bold;
  font-size: 85px;
  line-height: 65px;
  -webkit-text-stroke: 3px #CB3169;  
}
.home-info-3kuai div {
  width: 30%;
  text-align: center;
  background: #722382;
  border-radius: 50px;
  padding: 90px 0;
  color: #ffffff;
  cursor: pointer;
}
.mouse-hover {
  transition: all 0.8s ease-in-out;
}
.mouse-hover:hover {
  transform: scale(1.1);
  color: #95106f !important;
}
.home-text-item {
  transition: all 0.8s ease-in-out;
}
.active-home-text-item {
  transform: scale(1.2);
  color: #95106f !important;
}
.home-info-img-wrap {
  margin-top: 40px;
}
.home-info-img-wrap div {
  width: 23vw;
  color: #722382;
}
.home-info-img-wrap div div {
  /* height: 20vw; */
  text-align: center;
  /* background: url("https://static.igem.wiki/teams/5739/home/yuansu-bg.webp") no-repeat; */
  /* background-size: 100% 100%; */
  /* border-radius: 1vw; */
  /* overflow: hidden; */
}
.from-lab {
  padding: 0 5%;
}
.from-wrap {
  background: #ffffff;
  border-radius: 50px;
  height: 490px;
  margin: 200px 0;
  color: #cb326a;
  font-size: 4.69vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.from-wrap img:nth-of-type(1) {
  width: 200px;
  bottom: -100px;
  left: 10px;
}
.from-wrap img:nth-of-type(2) {
  width: 140px;
  bottom: -70px;
  left: 30%;
}
.from-wrap img:nth-of-type(3) {
  width: 180px;
  bottom: -70px;
  right: 30px;
}
.from-wrap img:nth-of-type(4) {
  width: 300px;
  top: -70px;
  right: 30px;
}
.explore-contain {
  padding: 0 5%;
}
.explore-wrap a {
  color: transparent !important;
  width: 20%;
  display: block;
}
.explore-title {
  text-align: center;
  color: #cb326a;
  padding-top: 100px;
  padding-bottom: 70px;
}
.explore-item-title {
  font-weight: bold;
  font-size: 2vw;
  color: #fffffd;
  background: #95106f;
  border-radius: 30px;
  padding: 5px 14px;
  margin-bottom: 40px;
}
.explore-item img {
  width: 200px;
  height: 200px;
}
.explore-item {
  transition: all 0.5s ease-in-out;
}
.explore-item:hover {
  transform: scale(1.1);
}

.animate-span {
  opacity: 0;
  display: inline-block;
  margin-right: 10px;
}
.animate-span-visible {
  opacity: 1;
  animation: fadeInText 0.3s ease-out;
}
@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#typewriter3 {
  text-align: center;
  padding: 0 10%;
}

/* team start*/
.swiper-pagination-team {
  text-align: right;
  padding-right: 10%;
  bottom: 45px !important;
}
.my-bullet {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d3d5d6;
  margin-left: 5px;
}
.my-bullet-active {
  background-color: #fff;
}

.team-wrap {
  margin-bottom: 160px;
}
.member-img {
  width: 190px;
  position: absolute;
  right: 0;
  top: -40px;
}
.team-leader {
  font-weight: bold;
  font-size: 72px;
  color: #914c90;
  text-align: center;
}
.team-item {
  width: 30%;
  height: 500px;
  border-radius: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
.team-info {
  flex-wrap: wrap;
  padding: 0 5%;
  gap: 36px;
}

.item-contain {
  transition: all 1s ease;
  transform-style: preserve-3d;
}
.item-front {
  position: absolute;
  z-index: 2;
  backface-visibility: hidden;
  background: #dadadd;
  border-radius: 50px;
}
.item-front div {
  background: #b54680;
  font-weight: bold;
  font-size: 24px;
  color: #f8fcfe;
  height: 95px;
  line-height: 95px;
  text-align: center;
  bottom: 0;
}
.item-back {
  position: absolute;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  font-size: 16px;
  overflow: hidden auto;
  background: #b54680;
  padding: 0 20px;
  color: #fff;
  border-radius: 50px;
  padding: 60px 50px;
  top: 0;
  text-align: justify;
}
.back-name {
  font-size: 24px;
  padding-top: 10%;
}
.back-desc {
  font-size: 16px;
}

.active-team-item .item-contain {
  transform: rotateY(180deg);
}
.img-responsive {
  left: 50%;
  transform: translateX(-50%);
}

/* team end */

/* common start */

.header-lead-font-ihp {
  width: 1150px !important;
  flex-wrap: wrap;
}

.common-text-bg {
  height: calc(100vh - 100px);
  background: #9e86de;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffdf2;
  font-weight: bolder;
  font-size: 110px;
  text-shadow: 0px 4px 6px rgba(103, 14, 47, 0.44);
}



.common-text-bg img:nth-of-type(1) {
  width: 18vw;
  top: 3%;
  right: 5%;
}
.common-text-bg img:nth-of-type(2) {
  width: 20vw;
  bottom: 5%;
  left: 2%;
}
.common-text-bg img:nth-of-type(3) {
  width: 200px;
  top: 55%;
  right: 5%;
}
.common-text-bg1 img:nth-of-type(1) {
  width: 140px;
  top: 10%;
 right: 28%;

 }
 .common-text-bg1 img:nth-of-type(2) {
  width: 160px;
  top: 60%;
  left: 10%;

 }
.common-text-bg1 img:nth-of-type(3) {
  width: 200px;
  top: 55%;
  right: 5%;
}
.container-common .col-lg-3-m {
  padding-left: 47px;
  padding-top: 70px;
}
.container-common .right-info {
  padding-top: 70px;
  padding-left: 60px;
  text-align: justify;
  padding-right: 40px;
}
.active-nav-item {
  color: #904b8f;
}
.info-item-title {
  color: #904b8f;
  padding-bottom: 32px;
  text-align: left;
}
.info-item-desc {
  padding-bottom: 60px;
}
.left-info {
  max-height: 80vh;
  overflow-y: auto;
}
.sub-title-child  {
  font-size: 20px;
}

/* common end */

/* 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;
}

.footer-left-bg {
  background: url("https://static.igem.wiki/teams/5739/home/yuansu20.webp") no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 1.5em;
  color: #000000;
  text-align: center;
  padding: 30px 0px;
}
.footer-left-bg p a {
  color: #000000;
}
.footer-left img {
  width: 90%;
  margin: 0 auto 3.64vw;
  display: block;
}
.footer-right {
  background: url("https://static.igem.wiki/teams/5739/home/yuansu19.webp") no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  text-align: center;
  padding: 40px 2.6vw;
}
.container-self-footer {
  padding: 0 2%;
}
.footer-icon-wrap a {
  display: inline-block;
  width: 15%;
  color: transparent;
}
.footer-icon-wrap img:nth-of-type(1) {
  width: 15%;
}
.footer-icon-wrap img:nth-of-type(2) {
  width: 60%;
  /* height: 100%; */
  /* height: 100px; */
}
.Contact-us {
  color: #5c0074;
  font-size: 2.8vw;
  text-align: left;
  padding: 20px 0;
}
.footer-email img {
  width: 63px;
  margin-right: 2.6vw;
}
.footer-address img {
  width: 45px;
  /* height: 67px; */
  margin-right: 3.42vw;
  margin-left: 9px;
}
.footer-email,.footer-address {
  font-size: 1.8vw;
}
/* 保留缩进与间距 */
ol, ul {
  margin-left: 0;
  padding-left: 1em;
}
li { margin: 0.5em 0; font-size: 16px; padding-left: 5px;}
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[type="A"] li::marker {
  content: counter(list-item, upper-alpha) ". ";
}
ol[type="a"] li::marker {
  content: counter(list-item, lower-alpha) ". ";
}

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

ol[type="1"] > li::marker {
    content: counter(item) ". ";
}
/* 二级 */
ol[type="1"] > li > ol > li {
    counter-increment: subitem;
}
ol[type="1"] > li > ol > li::marker {
    content: counter(item) "." counter(subitem) ". ";
}
table p {
  text-indent: 0 !important;
  text-align: center !important;
}
.blure-span{
  color: #0d6efd;
}
.Model .table p{
  word-break: break-all;
}
/* .sdgbg-1 {
  background: url('https://static.igem.wiki/teams/5739/sdg/2.webp') no-repeat;
  background-size: auto 90%;
  background-position: bottom;
}
.sdgbg-2 {
  background: url('https://static.igem.wiki/teams/5739/sdg/3.webp') no-repeat;
  background-size: auto 90%;
  background-position: bottom;
}
.sdgbg-3 {
  background: url('https://static.igem.wiki/teams/5739/sdg/4.webp') no-repeat;
  background-size: auto 90%;
  background-position: bottom;
}
.sdgbg-4 {
  background: url('https://static.igem.wiki/teams/5739/sdg/5.webp') no-repeat;
  background-size: auto 90%;
  background-position: bottom;
}
.sdgbg-5 {
  background: url('https://static.igem.wiki/teams/5739/sdg/6.webp') no-repeat;
  background-size: auto 90%;
  background-position: bottom;
} */
.Contribution table {
  table-layout: fixed;
}
.Engineering .table2 tr td:nth-of-type(2) p {
  word-break: break-all;
}
.Results .table2 tr td:nth-of-type(2) p {
  word-break: break-all;
}
.Measurement .table4 tr td:nth-of-type(2) p {
  word-break: break-all;
}
.Measurement .table4 {
  width: 50vw !important;
  margin: 0 auto !important;
}
.Hardware .table tr td:nth-of-type(2) p {
  word-break: break-all;
}
.Contribution table tr td:nth-of-type(2) p {
  text-align: justify !important;
}
.desc-nav-item-1 {
  font-size: 18px;
  margin-top: 5px;
}
.left-nav-item .fs-30 {
  font-size: 1.5vw;
}
.Entrepreneurship {
  padding-bottom: 0;
}
.Integrated svg {
  width: 100%;
  height: auto;
}
.SDGs svg {
  width: 100%;
  height: auto;
}