*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body{
  scroll-behavior: auto;
  background-color: #fcfbfb;
  min-height: 100vh;
}

/* Fonts */

/* Quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: 
       url('https://static.igem.wiki/teams/4477/wiki/quicksand-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://static.igem.wiki/teams/4477/wiki/quicksand-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://static.igem.wiki/teams/4477/wiki/quicksand-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://static.igem.wiki/teams/4477/wiki/quicksand-v29-latin-regular.svg') format('svg'); /* Legacy iOS */
}

/* Quicksand-Lite */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src:
       url('https://static.igem.wiki/teams/4477/wiki/quicksand-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://static.igem.wiki/teams/4477/wiki/quicksand-v29-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://static.igem.wiki/teams/4477/wiki/quicksand-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://static.igem.wiki/teams/4477/wiki/quicksand-v29-latin-300.svg') format('svg'); /* Legacy iOS */
}

/* Quicksand-Bold */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src:
       url('https://static.igem.wiki/teams/4477/wiki/quicksand-bold/quicksand-v29-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://static.igem.wiki/teams/4477/wiki/quicksand-bold/quicksand-v29-latin-600.woff') format('woff'), /* Modern Browsers */
       url('https://static.igem.wiki/teams/4477/wiki/quicksand-bold/quicksand-v29-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://static.igem.wiki/teams/4477/wiki/quicksand-bold/quicksand-v29-latin-600.svg') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src:
        url('https://static.igem.wiki/teams/4477/wiki/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://static.igem.wiki/teams/4477/wiki/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('https://static.igem.wiki/teams/4477/wiki/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('https://static.igem.wiki/teams/4477/wiki/open-sans-v29-latin-regular.svg') format('svg'); /* Legacy iOS */
}

/* open-sans BOLD */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src:
       url('https://static.igem.wiki/teams/4477/wiki/open-sans-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://static.igem.wiki/teams/4477/wiki/open-sans-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://static.igem.wiki/teams/4477/wiki/open-sans-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://static.igem.wiki/teams/4477/wiki/open-sans-v29-latin-700.svg') format('svg'); /* Legacy iOS */
}

/* open-sans ITALIC */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src:
       url('https://static.igem.wiki/teams/4477/wiki/open-sans-v29-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://static.igem.wiki/teams/4477/wiki/open-sans-v29-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('https://static.igem.wiki/teams/4477/wiki/open-sans-v29-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://static.igem.wiki/teams/4477/wiki/open-sans-v29-latin-italic.svg') format('svg'); /* Legacy iOS */
}

/* Montserrat SuperBold */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src:
       url('https://static.igem.wiki/teams/4477/wiki/montserrat-800-bold/montserrat-v25-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://static.igem.wiki/teams/4477/wiki/montserrat-800-bold/montserrat-v25-latin-800.woff') format('woff'), /* Modern Browsers */
       url('https://static.igem.wiki/teams/4477/wiki/montserrat-800-bold/montserrat-v25-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://static.igem.wiki/teams/4477/wiki/montserrat-800-bold/montserrat-v25-latin-800.svg.svg') format('svg'); /* Legacy iOS */
}

/* NAVIGATION BAR STYLING */
nav.navbar{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.navbar{
    display: flex;
    width: 100%;
    background-color:rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px);
    transition: visibility 0s, 0.6s, opacity 0.6s linear, transform 1s;
}

@media (min-width: 1920px) {
  nav.navbar {
      padding-top: 1rem;
      padding-bottom:1rem;
  }

  .navbar {
      backdrop-filter: blur(5px); 
      transition: visibility 0s, 0.4s, opacity 0.4s linear, transform 0.8s; 
  }

  .navbar a, .navbar span {
      font-size: 1.2rem;
      margin: 0 0.5rem;
  }
}


.nav-item{
   padding: 0px 25px;
   font-family: 'Quicksand';
   font-style: normal;
   font-weight: 800;
   font-size: 18px;
   color: white;
}

.scrolled{
  background-color: #06053fdf;
  backdrop-filter: blur(5px);
  transition: visibility 0s, 0.6s, opacity 0.6s linear, transform 1s;
  box-shadow: 10px 0 5px #2128327a;
}

.scrolled ul.dropdown-menu.show{
  background-color: #161617df;
  text-align: left;
}
ul.dropdown-menu.show {
  backdrop-filter: blur(5px);
  background-color: #00000044;
  text-align: left;
}

a.dropdown-item.hvr-fade {
  color: white;
}

a.dropdown-item.hvr-fade h3 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 7px;
}

a.dropdown-item.hvr-fade p {
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-top: -5px; /* Adjust this value to make the <p> element closer to the <a> element */
  text-indent: 2ch; /* Adds a two-character space before the text */
}







/* footer */
/* Vertical rule */
.vertical-rule {
  border-left: 1px solid rgb(255, 255, 255);
  height: 80px;
}

.socials p{
  margin-bottom: 1rem!important;
}

.icon path{
  fill: white;
}

.icon  svg{
  height: 25px;
  width: auto;
}

.vgem-footer{
  width: 100%;
  position: relative;
  z-index: 1001; /* 确保 footer 在图片之上 */
}

.footer-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.footer-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 52px;
  transform: translateY(2px) rotateY(180deg);
}

.footer-divider .shape-fill {
  fill: #090909;
}

.section ul{
  text-align: left;
  list-style: none;
  line-height: 1.6;
  padding: 0rem;

}

  .bottom-footer{
    background-image: url('https://static.igem.wiki/teams/5460/basic/bg-pichi.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    color: white;
    width: 100%;
  }
  .bottom-footer li {
    padding:0 10px;
  }
  
  .vgem-footer ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
    font-size: small;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
  }
  
  .vgem-footer ul a:hover {
    opacity:1;
  }
  
  .vgem-footer .social {
    text-align:center;
    padding-bottom:25px;
  }
  
  .vgem-footer .social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin:0 8px;
    color:inherit;
    opacity:0.75;
  }

  .vgem-footer h5 {
    font-size: medium;
  }
  
  .license{
    backdrop-filter: blur(10px);
  }

  .logos img{
    float: left;
    width: 100px;
    object-fit: cover;
    padding-inline: 1rem;
    filter: brightness(0) invert(1);
  }

  .shuffle-logo-left{
    width: 200px;
    object-fit: cover;
  }

  .top-footer{
    background-color:rgb(9, 9, 9);
    color: white;
  }


  /* Headers */
.standard-header{
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 55vh; */
}

.filler-header{
  background-color: black;
}
.banner {
  position: relative;
  background-image: url('https://static.igem.wiki/teams/5460/basic/test.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-attachment: fixed; */
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  padding-top: 56.25%;
  z-index: 2; /* Ensure the main image is above the blurred background */
}


.banner-v1 {
  position: relative;
  background-image: url('https://static.igem.wiki/teams/5460/basic/test.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  z-index: 2; /* Ensure the main image is above the blurred background */
}

/* .banner-v1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://static.igem.wiki/teams/5460/basic/test.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(10px);
  z-index: 1;
  } 
*/


.banner-v2{
  background-image: url('https://static.igem.wiki/teams/5460/basic/bg-pichi.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: -7rem;
  background-attachment: fixed;
  overflow: hidden;  
}

.banner-v3{
  background-image: url('https://static.igem.wiki/teams/5460/basic/bg-pichi.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: -7rem;
  background-attachment: fixed;
  overflow: hidden;
}

/* TEXT STYLING */
.standard-header h1{
    font-size: clamp(2rem, 1rem + 5vw ,5rem);
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    color: rgb(255, 255, 255);
    /* text-shadow: 
    -1px -1px 0 #000,  
    1px -1px 0 #000,    
    -1px 1px 0 #000,  
    1px 1px 0 #000;     */
    background-color: rgba(128, 128, 128, 0.5); /* 淡灰色透明底 */
    padding: 10px; 
    border-radius: 30px; /* 圆弧效果 */

}

h2{
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1rem, calc(0.89rem + 1.86vw), 2rem);
}

h3 {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-size: clamp(0.5rem, 0.5rem + 0.8vw, 1.1rem);
}

h4{
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1rem, 0.5rem + 1.7vw, 1.5rem);

}

h5{
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1rem, 0.5rem + 1.86vw, 1.5rem);

}

p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.8rem, calc(0.87rem + 0.20vw), 1.5rem);
}

.bold-text{
  font-weight: 700;
}

.italic-text{
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
}

.super-bold{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
}

.large-font{
font-size: clamp(3rem, calc(3rem + 1vw), 5rem);
}

.shock-font{
  font-size: clamp(2rem, calc(2rem+1vw), 3rem)!important;
}

.subtitle{
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1rem, calc(1rem + 0.5vw) 2rem);
}

.section-top{
  padding-top: max(15vh, 10rem);
}

/* SHAPE DIVIDER STYLES */
.curvy-divider{
  position: relative;
  z-index: 1001; /* 确保 footer 在图片之上 */

}

/* Wave bottom divider */
.wave-divider{
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 183px;
  transform: rotateY(180deg);
}

.wave-divider .shape-fill {
  fill: rgb(18 18 18);
}

.wave-divider-top {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.wave-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 183px;
  transform: rotateY(180deg);
}

.wave-divider-top .shape-fill {
  fill: rgb(18 18 18);
}

/* Asymmetrical Curve Divider */

.shuffle-logo-left{
  padding-inline: 1rem;
}

.socials{
  padding-inline: 1rem;
}

.asym-curve-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.asym-curve-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 177px;
}

.asym-curve-divider .shape-fill {
  fill: #fcfbfb;
}

/* BUTTONS */

.read-next-button{
  border-radius: 1000px;
  padding-inline: 3rem;
  letter-spacing: 0.01 rem;
  color: black;
  background-color: #dfdfff;
  outline: none;
  box-shadow: -6px -6px 14px rgb(255 255 255 / 70%), -6px -6px 10px rgb(255 255 255 / 50%), 6px 6px 8px rgb(255 255 255 / 8%), 6px 6px 10px rgb(0 0 0 / 15%)!important;
}

.read-next-button:hover{
  box-shadow: -2px -2px 6px rgba(255, 255, 255, .6),
              -2px -2px 4px rgba(255, 255, 255, .4),
              2px 2px 2px rgba(255, 255, 255, .05),
              2px 2px 4px rgba(0, 0, 0, .1)!important;
}

.btn-wrapper{
  padding-bottom: 3.5rem;
}

/* ShapeDivider Generated Waves */
.wave2 {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.wave2 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 78px;
}

.wave2 .shape-fill {
  fill: #fcfbfb;
}

.wave3 {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave3 svg {
  position: relative;
  display: block;
  width: calc(116% + 1.3px);
  height: 70px;
}

.wave3 {
  fill: #fcfbfb;
}

.simple-wave-divider {
  position: absolute;
  bottom: 0;
  margin-bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.simple-wave-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 64px;
}

.simple-wave-divider .shape-fill {
  fill: #fcfbfb;
}

.top-page{
  padding-top: 5.5rem!important;
}

.bottom-page {
  padding-bottom: 4rem!important;
}

.body-section{
  padding-block: 1rem;
}

.body-section p{
  text-align: justify;
  word-break: keep-all;
}

.body-section h2{
  padding-bottom: 2rem;
}

.body-section h2:after{
  background-color:#dfdfff;
  bottom: -1rem;
  height: 0.3rem;
  width: 14rem;
  position: relative;
  content: "";
  display: block;

}

.body-section h4{
  padding-bottom: 1rem;
}

/* TOOLTIP STYLING */
.tt{
  cursor: context-menu;
}

.tooltip-inner {
  width: fit-content;
  text-align: left;
}

/* HOVERING INDEX STYLING */
.fixed-index{
  position: sticky;
  position: -webkit-sticky; /* for Safari */
  top: 20vh;
  border-radius: 10px;
  width: min(30vw, 330px);
  padding-inline: 1rem;
  padding-bottom: 1.5rem;
}

.references.content .wrapper {
  max-height: 14rem;
  overflow-y: scroll;
  padding: 1.5rem;
  word-break: break-word;
}

.spacer-div{
  position: sticky;
  position: -webkit-sticky;
  width: 15vw;

}

.index.heading{
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
}

.index-padding{
  padding-block: 5rem;
}

.index-item{
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: black;
}

.index-item a{
  text-decoration:none!important;
  color: black!important;
  
}

.tab.hidden{
  display: none!important;
}

.index-item.active::before{
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.5rem;
  /* background-color: rgb(142, 9, 47); */
  background-size: cover;
  background-image: url(https://static.igem.wiki/teams/5460/basic/new/cebianlan.png);
}




.index-item.indented{
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  padding-left: 1rem;
  font-size: 0.83em;

}

.top-select{
  text-align: center;
  padding-inline: 1rem;
  border-radius: 0.5rem;
  padding-block: 0.3rem;
  box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.3), -9px -9px 16px rgba(255, 255, 255, 0.5);
}

.top-select.active{
  box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.3), inset -3px -3px 7px #FFFFFF;
  border-radius: 0.5rem;
  text-decoration: none;
}


.body-padding{
  padding-inline: 3vw;
  padding-bottom: 5rem;
}

.body-container.narrow{
  padding-inline: 3rem;
  margin-top: 5rem;
  max-width: 60rem;
  margin-bottom: 7rem;
  background-color: #fcfbfb;
  box-shadow: inset 5px 5px 5px rgba(0,0,0,0.05), inset -5px -5px 5px rgba(255, 255, 255, 0.5), 5px 5px 5px rgba(0,0,0,0.05), -5px -5px 5px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 5px 5px 5px rgba(0,0,0,0.05), inset -5px -5px 5px rgba(255, 255, 255, 0.5), 5px 5px 5px rgba(0,0,0,0.05), -5px -5px 5px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 5px 5px 5px rgba(0,0,0,0.05), inset -5px -5px 5px rgba(255, 255, 255, 0.5), 5px 5px 5px rgba(0,0,0,0.05), -5px -5px 5px rgba(255, 255, 255, 0.5);
}

.body-container{
  padding-inline: 3rem;
  margin-top: 5rem;
  margin-bottom: 7rem;
  background-color: #fefefe;
  box-shadow: -1px 4px 25px -4px rgba(0,0,0,0.5);
  -webkit-box-shadow: -1px 4px 25px -4px rgba(0,0,0,0.5);
  -moz-box-shadow: -1px 4px 25px -4px rgba(0,0,0,0.5);
}

.about-section .wrapper {
  padding-block: 3rem;
}

.text-wrapper{
  text-align: justify;
  word-break: keep-all;
}

.text-wrapper h2{
  font-weight: bold;
  color: #dd9a37;

}

li {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.8rem, calc(0.87rem + 0.10vw), 1rem);
}

@media only screen and (max-width: 1020px) {
  body{
    background-color: #fcfbfb;
  }
  .fixed-index{
    display: none!important;
  }

  .spacer-div{
    display: none!important;
  }

  .body-container{
    padding-inline: 1rem;
    box-shadow: none;
  }
  .simple-wave-divider .shape-fill{
    fill: #fcfbfb;
  }

}

.gray-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.gray-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 123px;
  transform: rotateY(180deg);
}

.gray-divider .shape-fill {
  fill: #ECF0F3;
}

.narrow-content {
  padding-block: 3rem;
}

.body-container.wave-div.narrow {
  margin-bottom: 6rem;
}

.gray {
  background-color: #ecf0f3;
}

.img-wrapper.large {
  display: flex;
  justify-content: center;
  padding: 1rem;
  box-shadow: inset -10px -10px 10px #ffffff70,
  inset 10px 10px 10px #aeaec020;
}

.img-wrapper.large img {
  max-width: 20rem;
}

.img-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.img-wrapper img{
  border-radius: 15px;
}

.img-wrapper.shadow-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img-wrapper p {
  max-width: 30rem;
  text-align: center;
  padding-block: 2rem;
  font-style: italic;
  font-size: clamp(0.7rem, calc(0.77rem + 0.10vw), 1.3rem);
}

.contact-wrapper p {
  margin-top: 2rem;
}

.body-container.no-index {
  max-width: 85vw!important;
}

.promo-vid-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 10rem;
}

.promo-vid-wrapper iframe{
  margin: 3rem;
}

.body-section.pod-episode-wrapper {
  max-width: 90%;
}

.container.podcasts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-wrapper-pod {
  padding-inline: 5rem;
  padding-block: 2rem;
  box-shadow: -10px -10px 30px #fff,
  10px 10px 30px #aeaec040,
  inset -10px -10px 10px #aeaec025,
  inset 10px 10px 10px #fff;
}


.links-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.links-wrapper img{
  width: 20rem;
  border-radius: 20px;
}

.instapasta img {
  height: 20rem;
}

.wrapper-frame{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}

/* ENGR */

.cyc {
  padding-bottom: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.doodle-wrapper img {
  padding: 2rem;
  width: 10rem;
}

.doodle-wrapper {
  margin: 1rem;
}

.pdb-cap.wrapper {max-width: 30rem;text-align: center;}

.pdb-cap-wrapper .wrapper {
    text-align: center;
    font-style: italic;
    
}

tr, td, th {
  text-align: center;
}

/* 定义 xitem 类，继承 item 的样式 */
.xitem {
  /* 继承 item 的样式 */
  @extend .item;
}

/* 定义 xitem 中的 p 标签样式 */
.xitem p {
  text-align: center; /* 使文本居中 */
  font-size: 1.2em;   /* 使字体更大，可以根据需要调整大小 */
}

.xitem img {
  display: block;     /* 将图片转换为块级元素 */
  margin: 0 auto;     /* 使图片水平居中 */
}


.cards-section-team {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards-section-team .container {
  display: flex;
  flex-wrap: wrap;  /* 确保卡片在空间不足时换行 */
  justify-content: center;
  gap: 1rem;  /* 控制卡片之间的间距 */
}

.container .mycard {
  width: calc(50% - 1rem);  /* 每行两个卡片，保证卡片宽度 */
  display: flex;
  flex-direction: column;  /* 垂直方向上排列卡片内容 */
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: white;
}

.flip-card {

  width: 200px;
  background-color: transparent;  /* 透明背景 */
  border: none;  /* 无边缘 */
  perspective: 1000px;
  margin-bottom: 1rem;  /* 控制卡片底部间距 */
  justify-content: center;
  align-items: center;
}


.flip-card-inner {
  position: relative;
  width: 80%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  height: 250px;  

}
.flip-card-inner img{
  /* max-width: 60%; */
  height: 250px;

}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  /* flex-direction: column; */
  justify-content: start;
  align-items: center;
}

.flip-card-front {
  background-color: white;
  width: 100%;
  height: 100%;  /* 确保高度与 .flip-card-inner 一致 */

}

.flip-card-back {
  /* background-color: #f1f1f1; */
  transform: rotateY(180deg);
  width: 105%;
  height: 105%;  /* 确保高度与 .flip-card-inner 一致 */
  overflow-y:auto;
}

.photo-frame {
  max-width: 180px;
  height: auto;
  border-radius: 8px;
  box-shadow: none;
}

.flip-card h5 {
  margin-top: 10px;
  font-size: 18px;
  padding: 30px
}

.flip-card p {
  font-size: 15px;
  text-align: center;
}



.member-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  gap: 10px;
}

.photo-wrapper {
  width: auto;
  height: 250px;
  text-align: center;
  justify-content: center;
  align-items: center;

}



.name-wrapper {
  text-align: center;
}















.table-ref td{
  text-align: start;
}

.table-left{
  text-align: start;
  word-spacing: -1px; /* 调整单词间距 */
}

.table-com td{
  text-align: start;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;

  border-spacing: 0;
  background-color: #fff;
}

.table-com th {
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}


.title-p{
  color: #dd9a37;
  font-weight: bold;

}







.slider-container {
  position: relative;
  height: 50%;
  /* max-width: 30rem; */
  width : 100% ;
  margin: auto;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  position: relative;
  justify-content: end;
  align-items: center;
  width: 100%; /* 300% for 3 slides */
  margin-left: 25%;
}

.slide {
  min-width: 25%; /* 33.33% for 3 slides */
  box-sizing: border-box;
}

.slide img {
  height: 200px;
  display: block;
}

.prev-btn, .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

.safety-li li {
  margin-bottom: 2%;
}