/*免费预约*/
html body{
	background: #f5f5f5;
}
.make-content{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #f5f5f5;
}
.make-appoint{
	width: 6.88rem;
	height: 5.15rem;
	margin: 0.53rem auto;
	overflow: hidden;
}
.make-appoint-header{
	height: 0.35rem;
	overflow: hidden;
}
.make-appoint-header h1{
	display: inline-block;
	font-size: 0.28rem;
	color: #333;
	float: left;
}
.make-appoint-header p {
	display: inline-block;
	font-size: 0.22rem;
	float: right;
}
.make-appoint-header p i{
	color: #d7000f;
}
.make-appoint-cont{
	width: 6.86rem;
	height: 4.48rem;
	margin: 0 auto;
}
.make-appoint-cont input[type="text"]{
	display: block;
	margin-top: 0.3rem;
	width: 6.82rem;
	height: 0.87rem;
	font-size: 0.3rem;
	text-indent: 0.2rem;
	color: #b9b9b9;
	border: 1px solid #666;
	border-radius: 5px;
}
.make-appoint-cont input[type="submit"]{
	width: 100%;
	height: 0.87rem;
	margin-top: 0.3rem;
	font-size: 0.3rem;
	text-indent: 0.2rem;
	color: #fff;
	background: #D7000F;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
}
.make-appoint-cont select{
	width: 100%;
    height: 0.87rem;
    margin-top: 0.3rem;
    font-size: 0.3rem;
    color: #b9b9b9;
    text-indent: 0.1rem;
	border-radius: 5px;
	background: #fff;
    appearance:none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}
