#postContentDiv1 h2 {
  color: #aa89d8;
  font-size: 1.125em;
  padding-bottom: 10px;
  /* text-align: justify; */
  text-align: justify;
  text-align-last: left;
}

.test-page {
  height: 24vh;
}

/* kopokop */
#anchor3 {
  border: #a784d9 dotted 5px;
  border-radius: 10px;
}

hr {
  border: solid 1px #3f393a;
}

table {
  margin-top: 20px !important;
  margin-bottom: 50px !important;
}

blockquote {
  transition: background 2s, font 2s;

  padding: 1em 1.5em 1em 1.5em;
  position: relative;
  /* font-family: 'Open Sans', sans-serif; */
  line-height: 200%;
  text-indent: 35px;
  font-size: 17px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

tr td {
  text-align: center;

}

.h4,
h4 {
  font-size: 1.12rem;
}

tr td:nth-child(3) {
  text-align: justify;

}

#anchor1 {
  background-color: #c60122;
  border-radius: 50px;
  color: #fff;
  margin-left: 0;
  display: flex;
  justify-content: space-around;
}


#postContentDiv h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

#anchor2 {
  background-color: hsl(106.57deg 98.13% 41.96%);
  border-radius: 50px;
  color: #fff;
  margin-left: 0;
  display: flex;
  justify-content: space-around;
}

#anchor17 {
  background-color: #001b8b;
  border-radius: 50px;
  color: #fff;
  margin-left: 0;
  display: flex;
  justify-content: space-around;
}

#anchor4 {
  background-color: #d2b2fe;
  border-radius: 50px;
  color: #fff;
  margin-left: 0;
  display: flex;
  justify-content: space-around;
}



.hightlight a:not(.citation):hover {
  box-shadow: inset 0 -1.2em 0 -1px #cbacff;
  display: inline-block;
}

.hightlight a:not(.citation) {
  font-size: 25px;
  text-decoration: none;
  color: #121212;
  box-shadow: inset 0 -0.5em 0 -1px #d2b7ff;
  transition: 0.3s ease-out;
  display: inline-block;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header::before {
  background-image: url('https://static.igem.wiki/teams/5248/poster/lsq333.jpg');

}
.video-container {
  position: relative;
  width: 100%;
  max-width: 600px; 
  margin: auto;
}

video {
  width: 100%;
  cursor: pointer; /* 鼠标悬停时显示手型图标 */
}
/* 全屏视频样式 */
.fullscreen-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.test-page {
height: 24vh;
}

hr {
border: solid 1px #3f393a;
}


.introContainer .heading {
z-index: 3;
position: absolute;
font-size: 6vw;
font-size: calc(3.5 + 2vw);
left: calc(32vw - 5vh);
color: #a475cf;
text-transform: uppercase;
text-align: center;
font-family: "montserrat-black";
/* background-image: url(https: //static.igem.wiki/teams/5248/team/bg.png); */
transition: left 0.3s cubic-bezier(0.5, 1, 0.89, 1), font-size 0.3s cubic-bezier(0.5, 1, 0.89, 1), top 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.header-style {
align-self: flex-start;
font-size: calc(3.5vw + 2vw);
color: #a475cf;
text-transform: uppercase;
text-align: center;
font-family: "montserrat-black";
transition: left 0.3s cubic-bezier(0.5, 1, 0.89, 1), font-size 0.3s cubic-bezier(0.5, 1, 0.89, 1), top 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@media (min-width: 1200px) {
.header-style {
padding: 10vh 10vw 0;
}
}

@media (max-width: 1200px) {
.introContainer .heading {
font-size: 10vw;
}
}

@media (max-width: 800px) {
.introContainer .heading {
font-size: 12vw;
}
}
/*
.header::before {
  background-image: url('https://static.igem.wiki/teams/5248/team/bg.png');
  
}*/
.HHHHcontainer1 div img,
.HHHHcontainer2 div img {
  display: inline-block;
}


.title-container h2 {
  position: absolute;
  transform: translate(-50%);
}


.header-title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: transform 0.6s ease;
  transform-origin: center center;
}


.downscroll .header-title {
  transform: translate(-50%, 0) scale(2);
}

.upscroll .header-title {
  transform: translate(-50%, 0) scale(1);
}

.header2 {
  display: flex;
  height: 100vh;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 100px;

  transition: opacity 1s ease;
  /* clip-path: inset(0 0 50% 0);
  /* mask-image: linear-gradient(to bottom, black 50%, transparent 100%); */
  z-index: 1;
}



.box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(200px * 17);

  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.box2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(200px * 17);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 
}

.box .item,
.box2 .item {
  width: 100px;
  height: 100px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-family: consolas;
  font-weight: 800;
  color: #fff;
  opacity: 0.8;
  margin: 15px;
  transition: transform 10s, opacity 0.6, z-index 2;
  position: relative;
  /* 确保设置了 position 属性 */
}

.box .item img,
.box2 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 单独的 :hover 规则 */
.box .item:hover,
.box2 .item:hover {
  transform: scale(1.5);
  z-index: 10;
  /* 确保悬停的元素在顶部 */
}

.header3 {
  display: flex;
  height: 100vh;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-color: transparent;
  position: relative;
  margin-top: 200px;
  overflow: auto;
}

.header3 {
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1000;
  top:0!important;
  width: 100vw!important;
}
.position-fiexd{
  position: fixed;
}
.fiexd-center{
  position:fixed!important;
  top:50%!important;
  left:50%!important;
  transform: translate(-50%,-50%)!important;
}
#postContentDiv1 {
  background: linear-gradient(to bottom, #d1b8f23e 0%, #ffffff 95%); 
   position: relative; 
   position: absolute;
  top:0;
  left: 0;
  height: 500vh;
  width: 100vw;
}

.header {
  height: 100vh;
  width: 100vw;
  background-color: transparent;
}
.header2 {
  height: 100vh;
  width: 100vw;
  background-color: transparent;
  overflow: hidden;
}
@keyframes shadowMove {
  0% {
    box-shadow: 0 0 10px #eadbef;
  }

  50% {
    box-shadow: 0 0 20px #eadbef;
  }

  100% {
    box-shadow: 0 0 10px #eadbef;
  }
}


.box .item,
.box2 .item {
  animation: shadowMove 2s infinite;
}


.downscroll .box .item,
.upscroll .box2 .item {
  animation: shadowMove 2s infinite;
}

