body {
    font-family: "Montserrat",sans-serif;
}


/* 访问链接背景去除 */
a:visited {
    background:transparent;
}
/* menu 样式覆盖 */

.menu-columns-container {
    display: flex;
    width:100%;
    position:relative;
    height: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: start;
    padding-top: 30px;
}
.menu-column {
    position: relative;
    width:10%;
    display: flex;
    flex-direction: column;

}
.menu-column > div {
    width:100%;
    margin:auto;
    position: relative;
}
.menu-icon-container {
    width:100%;
    position: relative;
    padding-bottom: 120%;
}
.menu-icon-container > img {
    position: absolute;
    margin:auto;
}
.menu-column a {
    position: relative;
    margin:auto
}
.dropdown-item {
    padding:0.25rem 0;
}
.layered-icon img {
    z-index:auto;
}
.black-title-sth {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.black-title-sth:hover {
    margin:auto;
    position: relative;
}
a.dropdown-item {
    max-width: 100%;
    text-wrap: wrap;
}
.menu-bg-wxy {
    background: radial-gradient(ellipse at 30% 40%, #d4bcfa 0%, transparent 20%), radial-gradient(ellipse at 60% 70%, #cad1fd 0%, transparent 15%) , radial-gradient(ellipse at 80% 30%, #bbbdfa 0%, transparent 15%) ,linear-gradient(to bottom,#ebdcf9 0%,#ebdcf9 70%,#ebdcf957 100%);
    position:absolute;
    width: 100%;
    left:0;
    top:0;
    height: 100%;
    /* background: red; */
}
.navbar.navbar-expand-lg.navbar-dark.fixed-top {
    display: block;
}
.dropdown-content {
    /* background:red; */
    /* position: relative; */
    height: 100vh;
    position: relative;
    right:0;
    /* top:80px; */
    width: 100vw;
    margin-top: 0px;
    transition: 0.5s;
    opacity: 0%;
    /* clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); */
}

a.team_logo_svg3:hover ~ .dropdown-content{
    display: block;
    opacity: 100%;
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
}
img.team_logo_svg3 {
    /* margin-left:50%; */
    top:25px;
    right:20px;
    margin:0;
}
a.team_logo_svg3 {
    /* margin-left: 100%; */
    right: 20px;
    /* width: 100%; */
    margin:0;
}
.dropdown-content:hover {
    display: block;
    transition: opacity 0.5s;
    opacity: 100%;
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
}

#loading-container {
	background-color: #f9f5ef;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	z-index: 9999;
	width:100vw;
	height: 100vh;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    /* background-color: #fff8ff; */
    width:100%;
    overflow-x:hidden;
}
.loading {
	font-family: "Montserrat";
}
.loading-1,.loading-z {
    width: 250px;
    left:0;
    scale: 90%;
    animation: cut-ani-1 2s ease-in-out infinite alternate;
}
/*我实在不知道怎么让省略号依次出现！！！*/
.dot-1 {
    animation: appear-ani-1 1.5s ease-in-out infinite normal;
}
.dot-2 {
    animation: appear-ani-2 1.5s ease-in-out infinite normal;
}
.dot-3 {
    animation: appear-ani-3 1.5s ease-in-out infinite normal;
}

@keyframes appear-ani-1 {
    0% {
        opacity: 0%
    }
    25% {
        opacity: 100%
    }
    50% {
        opacity: 100%
    }
    75% {
        opacity: 100%
    }
    100% {
        opacity: 100%
    }
}
@keyframes appear-ani-2 {
    0% {
        opacity: 0%
    }
    25% {
        opacity: 0%
    }
    50% {
        opacity: 100%
    }
    75% {
        opacity: 100%
    }
    100% {
        opacity: 100%
    }
}
@keyframes appear-ani-3 {
    0% {
        opacity: 0%
    }
    25% {
        opacity: 0%
    }
    50% {
        opacity: 0%
    }
    75% {
        opacity: 100%
    }
    100% {
        opacity: 100%
    }
}
/*文本样式*/
.loading-text {
    transform: translateX(-50px) translateY(-70px);
    color: linear-gradient(to left, #c696ff 0%, #fb96ff 50%, #ffa3d7 100%);
    font-weight: 800;
    font-family:'Montserrat';
	position: relative;
	display: block;
	/* width: 100%; */
	padding:0;
	margin-top: 30px;
	text-align: center;
	top:calc(50% + 100px);
	left:75px;
	/* transform: translateX(100%); */
}
.loading > div:first-of-type {
	width:100%;
	position: absolute;
	top:calc(50% - 125px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.loading > div > * {
	position: absolute;
	/* top:calc(50% - 125px); */
	left:calc(50% - 125px);
}
.loading-1 {
	animation: loading-1 alternate infinite 1s ease-in-out;
    scale: 120%;
}
@keyframes loading-1 {
	0% {
		transform:scale(100%) rotate(0);
	}
	100% {
		transform:scale(100%) rotate(90deg);
	}
}

/* enlarged photo */
#enlarged-photo-bg {
	background:#f9f5ef50;
	backdrop-filter: blur(10px);
	position:fixed;
	left:0;
	top:0;
	width:100vw;
	height:100vh;
	z-index: 1500;
    cursor:zoom-out;
}
#enlarged-photo-container {
	/* background-color: red; */
	width:80%;
	height:80%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	left:10%;
	top:10%;
}
#enlarged-photo {
	object-fit: contain;
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.enlargeable {
    cursor: zoom-in;
}
.til {
    width:90vw;
    height:50vw;
    left:5vw;
    /* top:80px; */
    margin-bottom: auto;
    position: relative;
    /* left:5%; */
    /* transform-origin:calc(50% + 780px - 50vw) calc(50% + 400px - 25vw);   */
    transform-origin: 10% 0 ;
}
.dhz {
    width:60%;
    /* left:10%; */
    position: relative;
    margin: auto;
}

div.page-secondary-title > li {
    max-width: 70%;
}
div.col-lg-9 {
    margin-bottom: 0px;
    position: relative;
    padding: 0;
    margin: 0;
    width:70%;
    left:25%;

}

div.col-lg-92 {
    margin-bottom: 0px;
    position: relative;

    width:70%;
    left:25%;
    padding: 0;
    margin: 0;
}
/* div.col-lg-9 * {
    position: relative;
} */
 
div.col-lg-9 > section::before {
    margin:0px;
}
.elevator {
    width:22%;
    margin-bottom: -100wh;
    max-height: calc(100vh - 100px);
    /* top:50vw; */
    margin:0;
    left:0%;
    padding-left: 2%;
    /* position: relative; */
    overflow-x: visible;
    overflow-y: auto;
    /* padding-top: 20px; */
    padding-bottom: 20px;
}
.elevator a {

    text-wrap: wrap;
}
/* 表格！！！！！！ */
.table li {
    list-style: none;
    border-bottom: 2px solid #eabc7b;
}
.parts-table {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 5fr;
    column-gap: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.experiments-table {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 5fr;
    column-gap: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.two-col-table {
    display: grid;
    grid-template-columns: 80px 2fr 5fr;
    column-gap: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.five-col-table {
    display:grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    column-gap: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.four-col-table {
    display:grid;
    grid-template-columns: 3fr 1fr 1fr 1fr;
    column-gap: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.two-col-table li {
    padding-left: 10px;
    padding-right: 10px;
}
.two-col-table .parts-table-column-2 {
    text-align: center;
}
.two-col-table .parts-table-column-3 {
    text-wrap: wrap;
    word-break: break-all;
}
.parts-table li {
    list-style: none;
    padding: 10px;
    line-height: 150%;
    margin-left: 0;
    /* border:1.5px solid #bf8218; */
    /* box-sizing:content-box; */
    border-bottom: 2px solid #eabc7b;
}
.parts-table-column-2,.parts-table-column-4 {
    background-color: #f5ead8;
}

.parts-table-column-1,.parts-table-column-2 {
    text-align: left;
    /* word-break: break-all; */
}
.parts-table-column-1,.parts-table-column-3,.parts-table-column-5 {
    background-color: #f8daa9;
}
.parts-table li.parts-table-column-4 {
    line-height: 200%;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
.col-lg-9 .table li {
    margin-left: 0px;;
}
li.table-head {
    background:#e29b37a0;
    color: #fff;
    font-size: 20px;
}
li.table-head.parts-table-column-4 {
    font-size: 20px;
    line-height: 150%;
}
.col-lg-92 .parts-table li a {
    line-height: inherit;
}
.col-lg-92 .parts-table li {
    text-align: left;
}
/* .parts-table-column-1: */
/* 表格结束 */

::selection {
	color:#f9f5ef;
	background-color: rgb(243, 170, 188);}


/* 以下是隐藏文本样式 */
/*隐藏文本框样式*/
div.hidden-content#model-hidden-content {
	overflow-y:hidden;
	height:150px;
	max-height:150px;
	background-image: linear-gradient(to bottom, #6d3d2180 0%, #6d3d2100 100%);
	background-clip: text;
	-webkit-background-clip: text;
	transition:1s max-height;
}

/* div.hidden-content#model-hidden-content::before {
	content:'';
	width:100%;
	height:50px;
	background:#000;
	display:block;
	position:relative;
	top:100px;
	

} */

div.hidden-content {
	overflow-y:hidden;
	height:65px;
	max-height:65px;
	background-image: linear-gradient(to bottom, #6d3d2180 0%, #6d3d2100 100%);
	background-clip: text;
	-webkit-background-clip: text;
	transition:1s max-height;
}
div.hidden-content p {
color:transparent;
font-weight: 300;
}
/*点击展开的按钮*/
.see-more-button {
	z-index: 13;
	position:relative;
	width:60%;
	left: 40%;
	bottom: 25px;
	transition:1s all;
	z-index:10;
}

div#model-see-more::after {
	z-index:-1;
	display:block;
	content:'';
	position:absolute;
	transform:translateX(-33%) translateY(-50px) scale(1.67);
	width:100%;
	height:50px;
	/* bottom: 25px; */
	/* transition:1s all; */
	background:linear-gradient(to top, #f9f5ef 50%, #f9f5ef00 100%);
}

.see-less-button {
	position:relative;
	width:fit-content;
	left: 45%;
	bottom: 10px;
	transition:1s all;
	z-index:20;
}
.see-more-arrow {
	transition:0.5s;
}
.see-less-arrow {
	transition:0.5s;
	transform:rotate(180deg);
}
.see-more-text {
	color: #ffb2c5;
	font-size: 20PX;
	font-weight: 700;
	text-align: center;
	position:relative;
	bottom:-3px;
	text-decoration:underline 3px;
	transition:0.5s;
}
.see-less-text {
	color: #ffa3a6;
	font-size: 20PX;
	font-weight: 700;
	text-align: center;
	position:relative;
	bottom:-3px;
	text-decoration:underline 3px;
	transition:0.5s;
}
.see-more-button:hover {
	cursor:pointer;
}
.see-more-button:hover .see-more-arrow {
	transform:rotate(180deg)
}
.see-less-button:hover .see-less-arrow {
	transform:rotate(0deg)
}
.see-less-button:hover {
	cursor:pointer;
}
.see-more-button:hover .see-more-text {
	color: #ffa3a6;
	text-decoration:none;
}
.see-less-button:hover .see-less-text {
	color: #ffb2c5;
	text-decoration:none;
}
/*横向的 view more*/
.view-more-horizontal-button {
	background: linear-gradient(to bottom, #ffb2c5 0%, #ffa3a6 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color:transparent;
	width:fit-content;
	position:relative;
	left:40%;
	text-decoration:underline 3px !important;
	z-index:10;
}
.view-more-horizontal-button a {
	text-align: center;
	color:transparent;
	font-size: 20PX;
	font-weight: 700;
	text-decoration:underline 3px !important;
}
.view-more-horizontal-button:hover a {
	text-align: center;
	color:transparent;
	font-size: 20PX;
	font-weight: 700;
	text-decoration:underline 3px!important;
}
.view-more-horizontal-arrow {
	transform:translateX(0) rotate(-90deg);
	transition:1s;
}
.view-more-horizontal-button:hover .view-more-horizontal-arrow {
	transform:translateX(140px) rotate(-90deg);
}
/*点击展开的效果*/
div.hidden-content#model-hidden-content.unfold {
	max-height:10000px;
	transition:1s max-height;
	height:auto;
}
div.hidden-content.unfold {
	max-height:10000px;
	transition:1s max-height;
	height:auto;
}
div.hidden-content.unfold p {
	font-weight:300;
	color:#6d3d21;
}
div.see-more-button.unfold {
	display:none;
}

/* 隐藏样式结束 */


.col-lg-9.dont-have-sidebar {
    width: 90%;
    left:5%
}

.embedded-pdfs {
    width:60%;
    left:20%;
    position: relative;
}

/* 弹窗 */
#screen-support {
    width:100vw;
    height:100vh;
    background:#f9f5ef6f;
    backdrop-filter: blur(5px);
    position: fixed;
    z-index:1999;
    display:none;
}
.window-popup {
    width:400px;
    height: 300px;
    background-color:#f9f5ef;
    filter: drop-shadow(0px 0px 5px #f8daa9);
    border-radius: 30px;
    position: relative;
    left:calc(50% - 200px);
    top:calc(50% - 150px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:20px 0px;
}

.warning-text {
    padding:20px 20px;
    line-height: 150%;
    text-align: justify;
    word-break:normal;
    hyphens: auto;
    color:#532f22;

}
#warning-button {
    padding:20px 10px;
    width: fit-content;
    background:#f3aabc;
    color:#f9f5ef;
    font-weight: 600;
    filter:drop-shadow(0px,0px,5px,#f3aabc);
    border-radius: 50px;
    cursor:pointer;
    transition: background 0.2s;
}
#warning-button:hover {
    background:#f28aa4;
}

@media screen and (max-width: 1000px) {
    #screen-support {
        display: block;
    }
}





.figu11,.figu12,.figu13 {
    padding-left: auto;
}

.figu3 {
    padding-bottom: 40%;
    width: 80%;
}

.figuuuu1, .figuuuu2, .figuuuu3 {
 width:30%;height: 250px;
 margin-left: 0px;
 
}
.figuuuu4, .figuuuu5, .figuuuu6, .figuuuu7 {
    margin-left: 0px;
    width:40%;
}

.figuuuu8 {
    margin-left: 0px;
    position:relative;
    left:calc(50% - 150px)
}

.figuuu25, .figuuu26 {
    margin-left: 0px;
}
.figuuu27 {
    margin-left: 0px;
    position: relative;
    left: calc(50% - 200px);
}
.figuuuu9 {
    margin-left: 0px;
    position: relative;
    left: calc(50% - 175px);
}

.figuuuu10 {
    margin-left: 0px;
    position: relative;
    left: calc(50% - 190px);
}

.figuuuu11 {
    margin-left: 0px;
    position: relative;
    left: calc(50% - 200px);
}

.figuuuu12 {
    margin-left: 0px;
    position: relative;
    left: calc(50% - 190px);
}

.figuuuu13 {
    margin-left: 0px;
    position: relative;
    left: calc(50% - 175px);
}

.figuuuu14 {
    margin-left: 0px;
    position: relative;
    left: calc(50% - 190px);
}

.figuuuu15 {
    margin-left: 0px;
    position: relative;
    left: calc(50% - 200px);
}

.figuuuu16 {
    margin-left: 0px;
    position: relative;
    left: calc(50% - 190px);
}


.figuuuu17, .figuuuu18 {
    margin-left: 0px;
}
.figuuuu19, .figuuuu20, .figuuuu21,.figuuuu22 {
    margin-left: 0px;
}


.figuuu21, .figuuu22 {
    margin-left: 0px;
}

.videoo {
    margin-left: 0px;
    position: relative;
    left: calc(50% - 285px);
}
.notebook {
    margin-top: 20px;
    margin-bottom: 20px;
}

.figuuu28, .figuuu29 {
    width:250px;
    height:250px;
    margin-left: 0px;
    background-size: cover;
    left:auto;
}
.figuuu23,.figuuu24,.figuuu19,.figuuu20,.figuuu17,.figuuu18,.figuuu16,.figuuu15,.figuuu14,.figuuu13,.figuuu12,.figuuu11,.figuuu10,.figuuu9,.figuuu8,.figuuu7,.figuuu6,.figuuu5,.figuuu4,.figuuu3,.figuuu2,.figuuu1 {
    margin-left: 0px;
}

.figuuu16 {
    margin-left: 0px;
    position: relative;
    left: calc(50% - 190px);
}



/* footer */

.copyright {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    background: #f5ead8;
}
.footer-flex-container {
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
}
a.logo {
    padding: auto;

}
.logo {
    padding: auto;
    margin: auto;
    padding-left: 0;
    padding-top: 0;
}
img.logo {
    width: 100%;
}
.leftlogo {
    width:40%;
    display: flex;
    justify-content: start;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    margin-top: 30px;
}
.universidad-container {
    display:flex;
    width: 70%;
}
.universidad-container > * {
    width:35%;
}
.left-logo-n {
    width:70%;
}
.leftlogo * {
    position: relative;
    height: auto;
}
.leftlogo > * {
    max-width: 90%;
}
.leftlogo a.logo {
    width:150px;
    max-width: 35%;
    /* margin-right: 10%; */
}
img.logo1 {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
}
.middlelogo {
    width:30%;
    margin-left: 0;
    /* flex-wrap: wrap; */
    flex-direction: column;
    position: relative;
}
.middle-a-container {
    width:100%;
    display: flex;
    flex-direction: row;
    position: relative;
    height: fit-content;
    flex-wrap: wrap;
}
.middlelogo a {
    /* line-height: 300%; */
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-weight: 600;
    text-wrap: nowrap;
    width: 40%;
    position: relative;
    display: block;
    font-size: 1.2rem;
    color:#daaa99;
}

.middlelogo a span {
    display:block;
    width:100%;
}
.rightlogo {
    width:30%;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}
.footer-column-title {
    font-weight: 600;
    width: 100%;
    /* line-height: 300%; */
}
.ig-container::before {
    content:"";
    /* display: block; */
    position: absolute;
    width:150px;
    height:187.7px;
    /* background-color: red; */
    background-image: url(https://static.igem.wiki/teams/5048/qr-instagram.webp),linear-gradient(#f9f5ef,#f9f5ef);
    background-size: 90%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /* left:0; */
    top:-187px;
    z-index:2;
    display: none;
    opacity: 0%;
    transition: opacity 0.3s;
    transition-delay: opacity 0.2s;
}
.ig-container:hover::before {
    display: block;
    opacity: 100%;
}
.rightlogo * {
    position: relative;;
}
.rightlogo > div {
    display:flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.rightlogo > div > span {
    padding-left: 10px;
    /* line-height: 300%; */
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-weight: 600;
    font-size: 1.2rem;
}
.footer-column-title {
    font-size: 1.5rem;
    color:#996666;
    font-weight: 600;
}
/* responsive */

/* @media screen and (max-width: 1300px) {
    .menu-column {
        width: 25%;
    }
} */