.header{
	position: relative;
	border-bottom: 1px solid #ccc;
}
.header .nav ul li a{
	font-size: 14px;
	color: #999999;
}
.header .search form{
	border-color:#ccc ;
}
.header .search form .sub{
	width: 20px;
	height:20px;
	background: url(../images/chazhao.png) no-repeat center;
}
.header .search form .txt{
	color: #ccc;
}
.main-wrapper{
	width: 100%;
	background:#f2f2f2;
}
.main-wrapper .main{
	width: 100%;
	max-width:1220px;
	height: 1008px;
	margin: 0 auto;
	padding-top: 1rem;
}
.main>p{
	color: #bd302a;
	font-size: 12px;
	margin-bottom: 1rem;
}
.main-wrapper .main .center{
	width: 1000px;
	min-height: 735px;
	margin: 2rem auto;
	background: #fff;
	box-sizing: border-box;
	padding:3rem;
	display: flex;
	justify-content: space-between;
}
.main-wrapper .main .center .left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 3rem;
}
.main-wrapper .main .center .left>h4{
	font-size: 1.45rem;
	color: #666;
	line-height: 2rem;
}

.main-wrapper .main .center .left>h5{
	font-size:14px;
	color: #666;
	font-weight: bold;
}
.main-wrapper .main .center .left form div{
	margin:5px 0;
}
.main-wrapper .main .center .left form .txt{
	width: 298px;
	height: 38px;
	border: 1px solid #ccc;
	border-radius:20px;
	box-sizing: border-box;
	padding-left:10px;
	color: #666;
	font-size: 12px;
}
.main-wrapper .main .center .left form .yzm{
	width: 165px;
	height: 38px;
	border: 1px solid #ccc;
	border-radius:20px;
	box-sizing: border-box;
	padding-left:10px;
	color: #666;
	font-size: 12px;
}
.main-wrapper .main .center .left form .code{
	width: 85px;
	height: 38px;
	border: 1px solid #ccc;
	border-radius:20px;
	text-align: center;
	line-height: 38px;
	color: #bd3a00;
	font-size: 12px;
	margin-left: 10px;
}
.main-wrapper .main .center .left form .sub{
	width: 128px;
	height: 38px;
	border-radius:20px;
	background: #bd3a00;
	color: #fff;
	font-size: 12px;
}
.main-wrapper .main .center .left>p{
	color: #999;
	font-size: 12px;
	line-height:15px;
	margin:0.5rem 0;
}
.main-wrapper .main .center .left .check{
	width: 195px;
	height: 118px;
	border: 1px solid #ccc;
	border-radius:20px ;
	box-sizing: border-box;
	padding:5px;
	text-align: center;
	position: relative;
	margin: 1rem 0;
}
.main-wrapper .main .center .left .check p{
	font-size: 10px;
	color: #999;
}
.main-wrapper .main .center .left .check .com{
	position: absolute;
	width: 100%;
	height: 35px;
	border-radius:20px;
	background: #bd3a00;
	color: #fff;
	font-size: 12px;
	line-height:17px;
	bottom:-15px;
	left: 0;
}
.main-wrapper .main .center .left>p.last{
	color: #999;
	font-size: 12px;
	line-height:15px;
	margin: 2rem 0;
}
.main-wrapper .main .center .right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 3rem;
}

.main-wrapper .main .center .right p{
	color: #999;
	font-size: 12px;
	line-height:15px;
	box-sizing: border-box;
	padding-top: 1rem;
	border-top:1px solid #ccc ;
}












@media screen and (max-width:1200px){
	.main-wrapper .main .center{
		width: 100%;
	}
	
}
@media screen and (max-width:960px){
	.main-wrapper .main .center>div{
		padding: 0 !important;
	}
}


@media screen and (max-width:768px){
	.main-wrapper .main{
		height: auto;
	}
	.main-wrapper .main .center{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.main-wrapper .main .center>div{
		width: 100% !important;
	}
}
@media screen and (max-width:640px){
	
	
	
}

@media screen and (max-width:480px){
	
}


@media screen and (max-width:375px){
	.main-wrapper .main .center .left form .txt{
		width: 100%;
	}
	.main-wrapper .main .center .right a{
		width: 100% !important;
		height: auto !important;
	}
}

















































































