.concent{
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #F2F2F2;
	background-color: #FFFFFF;
	text-indent: 4%;
	line-height: 50px;
}
.concent>span{
	width: 30%;
	float: left;
}
.concent input{
	border: none;
	outline: none;
	font-size: 15px;
}
.confirm{
	width: 92%;
	height: 40px;
	margin-left: 4%;
	margin-top: 50px;
	border: none;
	outline: none;
	background: #0380fb;
	color: white;
	border-radius: 40px;
	font-size: 14px;
}