body{
	padding:0;
	margin:0;
	color:#444;
	font-size: 14px;
}
.wrap{
	width:100%;
	max-width: 750px;
	margin:0 auto;
}
.part1 img{
	width:100%;
}
.part2{
	padding:5%;
	padding-bottom:3%;
}
.part2 .input-item{
	width:100%;
	height:48px;
	border:1px solid #ccc;
	border-radius:3px;
	margin-bottom: 5%;
	background: #f3f3f3;
}
.part2 .input-item .input-form{
	outline: none;
	border:none;
	background: none;
	width:100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 1rem;
	font-size: 1rem;
	color:#555;
}
.part2 .input-item .submit-form{
	outline: none;
	border:none;
	background: none;
	width:100%;
	height: 100%;
	box-sizing: border-box;
	background:#005D86;
	border:none;
	font-size: 1.1rem;
	color: #fff;
}
input::-webkit-input-placeholder{
    color:#a8a8a8;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#a8a8a8;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#a8a8a8;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#a8a8a8;
}
