* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
html,
body {
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none !important;
}
body {
  width: 100%;
  min-height: 100%;
}
body::before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at top, rgba(239, 40, 123, 0.85) 0%, #ffffff 800px);
  z-index: -1;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
  line-height: 1.4em;
}
h5 {
  font-size: 20px;
  line-height: 1.4em;
}
img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
/* loading */
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #7F2AD7;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #9D24D9;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #F9455Eff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
.loaded .loader-wrapper .loder-section.left-section {
  left: -100%;
}
.loaded .loader-wrapper .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}
/*/ Here comes the Magic /*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}
/* 导航栏 */
.top-bar-wrapper {
  margin: 0 auto;
  width: 750px;
  height: 60px;
  background-color: rgba(227, 227, 227, 0.5);
  border-radius: 35px;
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -moz-backdrop-filter: blur(12px);
  z-index: 100;
  align-content: center;
}
.top-bar-wrapper .container {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-around;
}
.top-bar-wrapper .logo {
  width: 120px;
  height: 80px;
  position: relative;
  opacity: 0.9;
}
.top-bar-wrapper .logo .logo-img {
  width: 88px;
  height: 88px;
  background: url('../imgs/logo.jpg') no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -44px;
}
.top-bar-wrapper li {
  list-style: none;
  float: left;
  line-height: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0 3.2px;
  font-weight: bold;
  transition: all 0.2s;
}
.top-bar-wrapper li a {
  display: inline-block;
  line-height: 30px;
  padding: 0 14px;
  text-decoration: none;
  color: #492E7B;
}
.top-bar-wrapper li:hover > a {
  background-color: #EF287B;
  border-radius: 30px;
  color: #fff;
}
.top-bar-wrapper li.logo:hover {
  background-color: transparent;
  box-shadow: none;
}
.top-bar-wrapper .return-to-top {
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  position: fixed;
  bottom: 20px;
  left: auto;
  right: 0;
  box-shadow: 0px 8px 10px rgba(73, 73, 73, 0.44);
  border-radius: 90px;
  text-align: center;
  font-size: 20px;
  margin-right: 20px;
}
.top-bar-wrapper .sub-item {
  font-weight: normal;
  visibility: visible;
}
.top-bar-wrapper .nav-item {
  float: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: relative;
  height: 60px;
  line-height: 60px;
}
.top-bar-wrapper .dropdown-box {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 0;
  height: 0;
  background-color: rgba(245, 245, 245, 0.85);
  border-radius: 10px;
  font-size: 15px;
  box-shadow: 0px 8px 10px rgba(73, 73, 73, 0.44);
  outline: 0px #e4e4e4 solid;
  overflow: hidden;
  transition: height 0.4s;
}
.top-bar-wrapper .dropdown-box li {
  float: left;
  padding: 5px 0;
}
.top-bar-wrapper .nav-item:hover .dropdown-box {
  width: 180px;
  padding: 10px 0;
}
.footer {
  background-color: rgba(189, 74, 131, 0.85);
}
.footer .down {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.footer a {
  color: #366CB6;
}
/* home主页 */
.home-main {
  width: 100%;
  margin-top: 150px;
}
.home-main .inner-box-1 {
  width: 100%;
  height: 440px;
  background-image: url(https://static.igem.wiki/teams/4255/wiki/publish-your-book.jpg);
  background-size: cover;
}
.home-main .inner-box-2 {
  width: 100%;
  height: 200px;
  background-image: url(https://static.igem.wiki/teams/4255/wiki/home-2.jpg);
  background-size: cover;
}
.home-main .inner-box-3 {
  width: 100%;
  height: 200px;
  background-image: url(https://static.igem.wiki/teams/4255/wiki/home-1-1.jpg);
  background-size: cover;
}
.home-main .section {
  position: relative;
}
.home-main .home .home-heading h6 {
  letter-spacing: 2px;
}
.home-main .text-muted {
  color: #366CB6 !important;
}
.home-main .home .home-heading h1 {
  font-size: 50px;
  font-weight: 600;
}
.home-main .home .home-heading h1 .text-primary {
  color: #366CB6 !important;
}
.home-main .home .home-btn {
  margin-top: 30px;
}
.home-main .home .home-btn .btn {
  position: relative;
  padding: 12px 30px;
  color: #366CB6;
  border-color: #366CB6;
}
.home-main .home-img {
  width: 100%;
}
.home-main .home-team {
  position: relative;
}
.home-main .home-team:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.9;
  background-image: linear-gradient(135deg, #752C86 0, #EF287B 51%, #752C86 100%);
  z-index: -1;
}
.home-main .home-team .team-member-profile {
  display: flex;
}
.home-main .home-team .clr-blue {
  color: #fff;
}
.home-main .home-team .large {
  font-size: 1.2em;
  color: #fff;
  margin-top: 15px;
}
.home-main .sec-pad-lg {
  padding: 80px 0;
  margin: 60px 0;
}
.home-main .section-text {
  max-width: 600px;
  margin: 0 auto 60px auto;
}
.home-main .team-mem-col .link {
  position: relative;
  overflow: hidden;
  width: 170px;
  height: 170px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
}
.home-main .team-mem-col .link .image {
  width: 170px;
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-main .team-mem-col .team-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
}
.home-main .spce {
  clear: both;
  height: 20px;
  width: 100%;
}
.home-main .member-name h5 {
  font-size: 20px;
  line-height: 1.4em;
  color: #fff;
}
.home-main .meta {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.home-project .clr-blue {
  color: #366CB6;
}
.home-project .large {
  font-size: 1.2em;
  color: #999;
  margin-top: 15px;
}
.home-project .post-col {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  border-radius: 10px;
  overflow: hidden;
}
.home-project .post-col .post-content {
  padding: 0 30px 30px 30px;
}
.home-project .post-col .spce.md {
  height: 40px;
}
.home-project .post-col .spce.sm {
  height: 10px;
}
.home-project .post-col .post-text h5 {
  color: #333;
  font-size: 20px;
}
.home-project .post-col .post-text p {
  font-size: 14px;
  color: #666;
}
/* team页 */
.team-main {
  margin-top: 180px;
}
.team-main .title {
  margin-top: 200px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #492E7B;
  text-transform: uppercase;
  position: relative;
}
.team-main .title::after {
  display: block;
  content: "";
  width: 180px;
  border-bottom: 2px solid #492E7B;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.team-main .sub-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  width: 100%;
  float: left;
  text-align: center;
  padding: 30px;
  font-size: 40px;
  font-weight: bold;
}
.team-main .container {
  overflow: hidden;
  margin-top: 50px;
  font-size: 16px;
}
.team-main .box {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  float: left;
  align-items: center;
  width: 31%;
  border-radius: 16px;
  overflow: hidden;
  margin: 15px 1%;
  background: #f5f5f7;
}
.team-main .box .left {
  width: 100%;
  height: 240px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.team-main .box .right {
  height: 320px;
  padding: 10px 20px 20px;
  margin-top: 10px;
  overflow-y: auto;
}
.team-main .box .right::-webkit-scrollbar {
  width: 4px;
}
.team-main .box .right::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.team-main .box .right::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 4px rgba(200, 200, 200, 0.5);
}
.team-main .box .right::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(255, 255, 255, 0.4);
}
.team-main .box .right h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.team-main .box .right h1::before {
  display: inline-block;
  content: "◉";
  color: #EF287B;
  margin-right: 4px;
}
.team-main .box .right p {
  font-size: 14px;
  line-height: 1.5;
}
.team-main .box.fl {
  float: left;
}
.team-main .box.fl .left {
  float: right;
}
.team-main .box.fl .right {
  float: right;
  padding-left: 0;
  padding-right: 20px;
}
.team-main .box.fr {
  float: right;
}
/* 单独文章页 */
.article-main {
  margin-top: 100px;
}
.article-main .title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  padding: 50px;
  color: #492E7B;
  text-transform: uppercase;
  position: relative;
}
.article-main .title::after {
  display: block;
  content: "";
  width: 180px;
  border-bottom: 2px solid #492E7B;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.article-main .container {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: relative;
}
.article-main .container .content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  width: -200%;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -moz-backdrop-filter: blur(12px);
  padding: 40px 30px;
  font-size: 18px;
}
.article-main .container .content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.article-main .container .content .center {
  text-align: center;
}
.article-main .container .content h3 {
  padding: 20px 0 10px;
  color: #492E7B;
  font-weight: bold;
  font-size: 30px;
}
.article-main .container .content p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 30px;
  color: #333;
  margin: 10px 0;
  overflow: hidden;
}
.article-main .container .content p.half {
  display: flex;
}
.article-main .container .content p.half span {
  display: inline-block;
  width: 50%;
}
.article-main .container .content p.third {
  display: flex;
}
.article-main .container .content p.third span {
  display: inline-block;
  width: 33%;
}
.article-main .container .content p strong {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.article-main .container .content li {
  line-height: 30px;
  color: #333;
}
.article-main .container .wrap-box {
  width: 300px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: absolute;
  top: 0;
  margin-left: -20px;
  line-height: 30px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -moz-backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 20px 0;
}
.article-main .container .wrap-box .indicator {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #492E7B;
  border-bottom: 1px solid #492E7B;
  padding-bottom: 10px;
}
.article-main .container .wrap-box ul {
  padding-top: 10px;
}
.article-main .container .wrap-box ul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 10px;
}
.article-main .container .wrap-box ul li:hover {
  color: #fff;
  background-color: #BD4A83;
  transition: all 0.2s;
}
.article-main .container .wrap-box ul li:hover a {
  color: #fff;
}
.article-main .container .wrap-box ul li:before {
  display: inline-block;
  content: "◎";
  margin-right: 5px;
}
.article-main .container .wrap-box ul li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.article-main .container.aside .content {
  width: calc(100% - 300px);
  position: relative;
  left: 300px;
}
