* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*所有元素的内外边距清除*/
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

button {
	background-color: #04AA6D;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}

button:hover {
	opacity: 0.8;
}

.imgcontainer {
	position: relative;

}

.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}

img.avatar {
	width: 110%;
	text-align: center;

}

.im {
	padding-left: 35px;
	float: left;
	width: 20%;
	height: 100%;
}


span.psw {
	float: right;
	padding-top: 16px;
}

/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
	padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	display: block;
	margin: 5% auto 15% auto;
	/* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 50%;
	/* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
	position: absolute;
	right: 25px;
	top: 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: red;
	cursor: pointer;
}

.pp {
	font-size: 12px;
	width: 80%;
	padding: 45px;
	float: left;
}

/* Add Zoom Animation */
.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
	span.psw {
		display: block;
		float: none;
	}

	.cancelbtn {
		width: 100%;
	}
}

.myteam {
	display: flex;
	width: 100%;
	height: 430px;
	justify-content: space-around;
}

.myprteam {
	display: flex;
	width: 120%;
	height: 400px;
	justify-content: space-between;
}

.section-title-divider {
	width: 110px;
	height: 3px;
	background: #03C4EB;
	margin: 0 auto;
	margin-bottom: 20px;
}

.section-title {
	font-size: 32px;
	color: #111;
	text-transform: capitalize;
	text-align: center;
	font-weight: 700;
}

.p2 {
	text-transform: none;
}

.color1 {
	background-image: linear-gradient(to right, #59b5ff, #cad5ff);

}

.color2_1 {
	background: url(https://static.igem.wiki/teams/4223/wiki/h3/b/1.png) no-repeat;
	background-size: cover;
}

.color2_2 {
	background: url(https://static.igem.wiki/teams/4223/wiki/h3/b/2.png) no-repeat;
	background-size: cover;
}

.color2_3 {
	background: url(https://static.igem.wiki/teams/4223/wiki/h3/b/3.png) no-repeat;
	background-size: cover;

}

.color2_4 {
	background: url(https://static.igem.wiki/teams/4223/wiki/h3/b/4.png) no-repeat;
	background-size: cover;

}

.res {
	overflow: hidden;
	border: 2px solid #03C4EB;
	transform-origin: 10px 10px;

}


.res img {
	transition: all .3s;
}

.res:hover img {
	transform: translateX(-50%);
	transform: scale(1.1);
}


.opic_a {
	display: block;
	margin: 20px 0;
}

.opic_a img {
	width: 60%;
	height: 100%;
	object-fit: cover;
	position: relative;
	left: 0%;

}

.opic_b {
	display: block;
	margin: 20px 0;
}

.opic_b img {
	width: 80%;
	height: 100%;
	object-fit: cover;
	position: relative;
	left: 10%;

}

.pic-t_a {
	float: left;
	height: 110%;
	overflow: hidden;
	width: 50%;
	top: 50%;
}

.pic-t_a img {
	left: 0%;
	width: 80%;
	float: none;
	position: relative;
	height: 90%;
}