*{
   margin: 0;
   padding: 0;
   text-decoration:none;
   list-style:none;
}
.lo{
	width:80%;
	margin: 0 auto;
	margin-top:50px;
}
.loh{
	    width:100%;
	    height: 62px;
	    background: #F2F3F5;
	    margin-bottom: 16px;
	    display: flex;
	    align-items: center;
	    justify-content: space-around;
	    border-radius: 6px;
	    overflow: hidden;
}
.input{
	border: none;
}
input:focus{
	outline: none;
}
.loh input {
    border: none;
    background-color: #F2F3F5;
    padding-left: 10px;
    width:70%;
	font-size:16px;
    box-sizing: border-box;
}
.loh span {
    display: inline-block;
    width:30%;
    display: block;
    text-align:center;
    font-size:14px;
}
.gexi{
	width:100%;
	overflow: hidden;
	display:flex;
}
.gexi img{
	width: 20px;
	height: 20px;
	float: left;
	margin-right:10px;
}
.gexi p{
	font-size:14px;
	float: left;
}
.gexi a{
	font-size:14px;
}
.lvzv{
	width:100%;
	display:flex;
	align-items:center;
	justify-content: center;
}
.lvzv img{
	width:200px;
	margin-bottom:30px;
}
.denglu{
	width:100%;
	background-color: #FFA450;
	color: #fff;
	border-radius: 2px;
	line-height:40px;
	text-align: center;
	font-size:16px;
	margin-top:60px;
}