body {
  overflow-x: visible !important
}

.wetlab-bg-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(https://static.igem.wiki/teams/5414/home-banner.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}

.subpage-bg-shelter {
  height: 100%;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
}

.pagecontainer {
  position: relative;
  justify-content: center;
  margin: 340px auto 100px;
  width: 1200px;
  margin-bottom: min(80px, 15vh);
}
.pagecontainer>.title2 {
  margin-bottom: 109px;
}
.pagecontainer>.title2>span {
  font-weight: 400;
  font-size: 160px;
  color: #FCFBF5;

  font-family: EightFiveOneMarker;
  font-style: normal;
  line-height: normal;
  line-height: 48px;

}

.pagecontainer>.title>p {
  text-align: left;
  margin-top: 35px;
  width: 70%;
  font-family: AlibabaPuHuiTi;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #F8F0E8;
  text-align: justify;
}

.pagebody {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* 左侧nav */
.pagenav {
  padding-left: 0;
  width: 200px;
  height: 700px;
  overflow: hidden;
  position: sticky;
  top: 18vh;
  margin-right: 36px;
}

.pagenav .nav-item { 
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
  word-wrap: break-word;
  padding: 8px 20px;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  border-radius: 10px;
}
.nav-item-active {
  color: #FFFFFF;
  background: #601bdd;
}

/* 右侧内容 */
.pagecontent {
  background: #F8F0E8;
  padding: 30px;
  margin-right: 0;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  border-radius: 50px;
  width: 944px;
}

.pagecontent .h {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.pagecontent .h1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 40px;
  font-family: EightFiveOneMarker;
  font-weight: 600;
}

.pagecontent .h2 {
  text-align: left;
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: EightFiveOneMarker;
  font-weight: 600;
  color: #4A65FA;
}

.pagecontent .h3 {
  text-align: left;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: EightFiveOneMarker;
  font-weight: 600;
}

.pagecontent .h4 {
  text-align: left;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: EightFiveOneMarker;
  font-weight: 600;
  margin-left: 60px;
}

/* .img-pagestyle {
  margin: 20px auto 20px;
  width: 50%;
  height: 50%;
  overflow: hidden;
} */

.img-pagestyle>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pagecontent p {
  margin-top: 20px;
  text-align: justify;
  font-family: AlibabaPuHuiTi;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pagecontent .a-pagestyle {
  text-decoration: none;
  color: #3789da;
}

.pagecontent .a-pagestyle:hover {
  text-decoration: underline;
}

.pagecontent .my-formula {
  font-size: min(1vw, 20px);
  text-align: left;
  padding-left: 2vw;
}

.pagecontent .my-center-formula {
  font-size: min(1.2vw, 22px);
  text-align: center;
}

/* table */
.pagecontent table {
  width: 80%;
  height: 80%;
  margin: 30px auto 10px;
  border: 2px solid black;
  border-collapse: collapse;
  font-family: AlibabaPuHuiTi;
}

.pagecontent th {
  border: 2px solid black;
  text-align: center;
  font-weight: normal;
  text-transform: none;
}

.pagecontent td {
  border: 2px solid black;
}

.pagecontent thead {
  font-size: min(1.7vw, 25px);
}

.pagecontent tbody {
  font-size: min(1.5vw, 22px);
}

.pagecontent .figure-font {
  display: block;
  margin: 5px auto 20px;
  text-align: center;
  font-family: AlibabaPuHuiTi;
  font-size: min(1.3vw, 18px);
  font-style: italic;
  color: rgb(81, 81, 81);
}
.flex {
  display: flex;
}

.flex-content {
  display: flex;
  justify-content: center;
  align-items: center;
}