*{
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}
.head-area{
	width: 90%;
	height: auto;
	margin: 20px;
	display: flex;
	justify-content: center;
}
.head-area input{
	border: none;
    height: 35px;
    width: 82%;
    background: rgba(170, 170, 170, 0.08);;
    border-radius: 3px;
    padding-left: 16px;
}
.head-area .remarks{
	font-size: 14px;
	color: red;
	margin: 15px 0px;
}
.head-area .button{
	width: 100%;
    height: 35px;
    text-align: center;
    background: #1182e4;
    border-radius: 5px;
    color: white;
    line-height: 35px;
    cursor: pointer;
}
.button img{
	width: 20px;
	height: 20px;
}
.middle{
	width: 100%;
    height: auto;
    display: flex;
    text-align: center;
    justify-content: center;
}
.main{
	padding: 0 10px;
}
.main img{
	width: 100%;
	height: auto;
}
hr{
	margin-top: -10px;
    height: 10px;
    border: none;
    box-shadow: 0px 6px 9px rgba(1, 127, 255, 0.12);
}
