@import url("bottom.css");
body{
	background-color: #F7F7F7;
}
.head{
	width: 100%;
	height: 160px;
	line-height: 160px;
	text-align: center;
}
.head img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.introduce{
	height: 130px;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 20px;
}
.introduce h3{
	font-size: 18px;
	color: #333;
	margin-top: 0;
}
.introduce_text{
	 height:auto;
	 color: #666;
}
.up{
	background-color: #fff;
	padding: 15px 10px;
}
.item{
	width: 100%;
	height: 40px;
	background-color: #F7F7F7;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 0 20px;
	line-height: 40px;
}
.item input{
	border: none;
	background: transparent;
	padding-left: 10px;
	width: 76%;
}
.item label{
	width: 22%;
}
.xy {
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}
.xy input{
	transform: translateY(2px);
}
.xy a{
	color: #666;
	font-size: 12px;
	margin-left: 5px;
} 
.submit{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #C81E0F;
	color: #fff;
	text-align: center;
	border: none;
	margin-bottom: 10px;
	border-radius: 5px;
}
