/* 弹层信息填写 */
.info-box {
	width: 500px;
	height: 600px;
	background-color: #fff;
	border-top: 3px solid #3da400;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.info-box-pingan{
	width: 500px;
	height: 550px;
	background-color: #fff;
	border-top: 3px solid #3da400;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.info-box h3 span {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	padding-left: 24px;
	margin: 0 10px;
}
.close {
	display: block;
	width: 40px;
	height: 20px;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
	background: url(../../images/pc/close.png) no-repeat 0 0;
}
.info-box .fill-border {
	width: 480px;
	height: 4px;
	border-bottom: 1px solid #cfcfcf;
	margin: 0 auto;
}
.info-box .form-info {
	width: 350px;
	margin: 10px auto 0;
}
.form-info .input-wrap {
	margin-bottom: 20px;
}
.input-wrap .input-ct {
	width: 348px;
	height: 36px;
	border: 1px solid #dfdfdf;
	font-size: 0;
	margin-top: 15px;
}
.input-wrap .verify {
	width: 238px;
	height: 36px;
	border: 1px solid #dfdfdf;
	font-size: 0;
	float: left;
}
.input-ct span {
	display: inline-block;
	font-size: 14px;
	padding-left: 10px;
	width: 100px;
	color: #999;
	line-height: 36px;
}
.input-ct input {
	width: 228px;
	height: 36px;
	line-height: 36px;
	border: none;
	font-size: 14px;
	background: none;
	color: #333;
	padding-right: 10px;
}
.verify input {
	width: 90px;
}
/* .input-wrap .active {
	border: 1px solid #3da400;
}
.input-wrap .active span {
	color: #3da400;
} */
.verify-code {
	display: inline-block;
	width: 90px;
	height: 38px;
	line-height: 38px;
	background-color: #3da400;
	margin-left: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	margin-top: 15px;
}
.input-wrap .detail-adress {
	width: 338px;
	height: 68px;
	padding: 6px;
	overflow-y: auto;
	font-size: 14px;
	margin-top: 15px;
}
.form-info .btn {
	margin-top: 30px;
}
.form-info .btn a {
	margin: 0 auto;
	display: block;
	width: 142px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	/* background-color: #ccc; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	color: #fff;
	font-size: 14px;
}

/* 预约信息弹层 */
.dialog-backdrap {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}
.info-box {
	display: none;
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
 /* 提示错误信息 */
 .tips-message {
 	color: red;
 	font-size: 10px;
 	width: 350px;
 	margin: 0 auto;
 	height: 20px;
 	line-height: 20px;
 	margin-top: 10px;
 }


/* 预约成功弹层样式 */

.info-success {
	width: 660px;
	height: 280px;
	background-color: #fff;
	border-top: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.info-success h3 span {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	padding-left: 24px;
	margin: 0 10px;
}
.close {
	display: block;
	width: 40px;
	height: 20px;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
	background: url(../../images/pc/close.png) no-repeat 0 0;
}
.info-success .s-border {
	width: 640px;
	height: 4px;
	border-bottom: 1px solid #cfcfcf;
	margin: 0 auto;
}
.info-success .layer-ct {
	width: 550px;
	margin: 30px auto 0;
}
.img-bg {
	width: 130px;
	height: 170px;
	float: left;
	background: url(../../images/pc/tip-img.png) no-repeat 0 0;
}
.layer-ct .tips-ct {
	margin-left: 160px;
	width: 340px;
}
.layer-ct .tips-ct h3 {
	height: 40px;
	font-size: 24px;
	color: #3da400;
	font-weight: normal;
}
.layer-ct .tips-ct p {
	font-size: 16px;
	color: #333;
	width: 310px;
}
.layer-ct .tips-ct .tip-link {
	color: #009cff;
}
.layer-ct .tips-ct .btn-wrap {
	font-size: 0;
	padding-top: 30px;
}
.tips-ct .btn-wrap a {
	display: inline-block;
	width: 102px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.tips-ct .btn-wrap .fish-btn {
	background-color: #3da400;
	margin-right: 20px;
}
.tips-ct .btn-wrap .back-btn {
	background-color: #ff6600;
}


 /* 成功信息弹层 */
.info-success {
	display: none;
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inpt b{
	display: block;
	width:20px;
	height:20px;
	float:left;
	background-position:-60px -16px;
}

.home{
	margin-top:10px;
	float:left;
	padding:30px 100px 0 30px;
}
.home a{
	text-decoration: underline;	
	color:blue;
}

/* .form-info .btn {
	margin-top: 30px;
} */
/* .btn{
	float:left;
} */
.form-info .btn a {
	margin: 0 auto;
	display: block;
	width: 142px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #ff6600;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	color: #fff;
	font-size: 14px;
}
.newcar, .input-ct {
	float:left;
}
.newcar {
	width:100px;
	height:26px;
	padding-top:10px;
	margin-top: 17px;
	padding-left: 10px;
	font-size: 10px;
}
.newcar span{
	display: block;
	float:left;
	font-size:14px;
	padding-left:5px;
	margin-top:17px;
}
.newcar i{
	display: block;
	width:20px;
	height:20px;
	float:left;
	margin-top:15px;
	background-image:url(../../images/pc/img.png);
	background-position:-59px -40px;
}
.footer-text{
	height:40px;
	margin-top:160px;
	text-align:center;
	line-height:40px;
	background-color:#ccc;
}
