html,body{
	width:750px;height:100%;
}
.coat{
	width:750px;min-height:100%;
}
.fixed{
	width:750px;height:125px;
	background:black;
	position:fixed;
	left:0;top:0;
	z-index:20;
}
.fixed1{
	width:552px;height:80px;
	float: left;
	border-radius:10px;
	overflow: hidden;
	margin-left:32px;margin-top:22px;
	position: relative;
}
.fixed1_1{
	width:26px;height:26px;
	background:url(../images/index3.jpg) no-repeat;
	background-size:100% 100%;
	position: absolute;
	left:20px;top:27px;
}
.fixed1 input{
	width:552px;height:80px;
	display: block;
	box-sizing: border-box;
	border: none;padding:0;
	padding-left:70px;padding-right:20px;
	font-size:26px;
}
.fixed2{
	float: left;
	width:110px;height:90px;
	text-align: center;
	border:1px solid #444444;
	border-radius:6px;
	margin-left:22px;margin-top:16px;
	line-height:90px;
	color:white;
	font-size:26px;
}