@charset "utf-8";
/* CSS Document */
.navtop_nav a:nth-of-type(6){
	background-color:turquoise;
}
.top-title {
	background: url('../Images/top-beijing.jpg') center/cover no-repeat;
}

.content {
	width: 100%;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	margin-bottom: 5rem;
}

.content_sup {
	width: 70%;
	padding: 3rem 3%;
	background-color: white;
}
.content_sup li{
	width: 100%;
	display: flex;
	align-items: center;
    font-size: 1.8rem;
    list-style-type: none;
	margin: 3rem 0;
	color: #595959;
}
.content_sup h2{
	font-size:2.5rem;
	font-weight: 500;
	color: #595959;
}

.content_touxiang {
	margin-left: 2rem;
	width: 10rem;
	height: 10rem;
	background: url("../Review_sys/img/touxiang3.png") center/cover no-repeat;
	border-radius:50%;
	cursor: pointer;
	border: 0.2rem solid #6878B5;
	transition:border 0.3s; 
}
.content_touxiang:hover{
	border: 0.2rem solid red;
}
.content_span{
	margin-right: 3rem;
	color: #606266;
}
.content_sup_jihuo{
	color: aquamarine;
	font-size: 2.2rem;
}
.content_sup_jihuo>a{
	color: red;
	transition: color 0.3s;
}
.content_sup_jihuo>a:hover{
	color:aqua;
}
.content_touxiang_show {
	display: none;
	border:0.1rem solid #4F68BF;
}
.content_touxiang_show_img{
	margin: 0 1rem;
	width: 10rem;
	max-height: 10rem;
	border:0.3rem solid #4F68BF;
	border-radius: 50%;
	transition:border 0.3s;
	cursor: pointer;
}
.content_touxiang_show_img:hover{
	border: 0.3rem solid #00DDFF;
}
.content_sup_but{
	color: #10c55b;
	font-size: 1.8rem;
	transition: color 0.3s;
	cursor: pointer;
	margin-left: 2rem;
}
.content_sup_but:hover{
	color:aqua;
}
.content_span_inputtext{
	border:0.1rem solid #0A9ECA;
	border-radius: 1rem;
	padding: 0.5rem;
	color: black;
	font-size: 2.2rem;
}
.content_span_inputtext:hover{
	border:0.1rem solid #05DCF1;
}
.content_sup_signature{
	border:0.1rem solid #0A9ECA;
	border-radius: 1rem;
	padding: 0.5rem;
	color: black;
	font-size: 2.2rem;
	width: 70%;
}