/* 公共样式 */
*{
	padding: 0;
	margin: 0;
}
ul,li,dl,dt,dd{
	list-style-type: none;
}
body{
	font-size: 14px;
	color: #333;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	text-decoration: none;
}
.w{
	width: 100%;
	margin: 0 auto;
}
.bg{
	background: #fff;
}
.imgWidth{
	width: 100%;
	display: block;
}

/*首页样式*/
.btn-1{
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	background: #0f326c;
	text-align: center;
}
.i-fw{
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
.fw-1{
	text-align: center;
}
.fw-1 img{
	max-width: 30%;
	display: block;
	margin: 0 auto;
}
.jr{
	font-size: 0;
}
.jr a{
	display:inline-block;
	width: 25%;
	text-align: center;
	font-size: 14px;
}
.jr-tit{
	position: relative;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 70px;
}
.jr-tit span{
	display: block;
	margin:0 auto;
	background: #fff;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	color: #35a247;
	width: 100px;
	margin: 0 auto;
}
.jr-tit:after{
	content: '';
	display: block;
	height: 1px;
	left: 15px;
	right: 15px;
	background: #4cd964;
	font-size: 0;
	line-height: 0;
	top: 11px;
	position: absolute;
}
.footer{
	margin: 50px 15px 0 15px;
	border-top: solid 1px #e1e1e1;
	text-align: center;
	color: #888;
	padding: 10px 0;
}
.footer a{
	display: inline-block;
	width: 33%;
	color: #888;
	margin-bottom: 10px;
}

/*注册*/
.formBox{
	margin: 0 10px; 
}
.formLine{
	display: flex;
	align-items: center;
	border-bottom: solid 1px #eee;
	padding: 5px 0; 
}
.formTit{
	width: 100px;
	text-align: left;
}
.formTit span{
	color:red;
}
.formInput{
	-webkit-flex:1;
	margin-left: 20px;
}
.formInput select,.formInput input[type=text],.formInput input[type=number]{
	display: block;
	width: 100%;
	border:0;
	height: 35px;
	line-height: 35px;
	outline: none;
}
.form-radio{
	height: 35px;
	line-height: 35px;
}
.form-radio input{
	vertical-align: middle;
	margin-right: 5px;
}
.tips{
	color: red;
	background: #fffff3;
	border: solid 1px #ffad5e;
	border-radius: 5px;
	padding: 10px;
	margin: 20px 0;
}
.btn2{
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	background: #4cd964;
	text-align: center;
	width: 80%;
	border-radius: 50px;
	margin: 0 auto;
	border: 0;
	outline: none;
}
.verifyRes{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0 30px 0;
}
.verifyRes img{
	width: 60%;
	display: block;
	margin: 0 auto;
}

/*接收验证码*/
.vstep{
	overflow: hidden;
	position: relative;
	padding-bottom: 3px;
}
.vline{
	position: relative;
}
.vline:after{
	content: '';
	height: 1px;
	background: #eee;
	left: 16%;
	right: 16%;
	position: absolute;
	display: block;
	top: 14px;
}
.vline:before{
	content: '';
	height: 1px;
	background: #4cd964;
	left: 16%;
	right: 50%;
	position: absolute;
	display: block;
	top: 14px;
	z-index: 1;
}
.vsteplist{
	float: left;
	width: 33.3%;
	text-align: center;
}
.vsteplist span{
	display: block;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #4cd964;
	color: #fff;
	margin: 0 auto; 
	position: relative;
	z-index: 1;
}
/*这里是获取验证码按钮样式*/
.vbtn{
	display: block;
	background: #2d87e3;
	color: #fff;
	position: absolute;
	/*padding: 4px 6px;*/
	border-radius: 3px;
	top: 1px;
	right: 10px;
	border: 0;
	width: 100px;
	height: 30px;
}
/*这里是获取验证码按钮样式*/
/* 车牌号 */
.carNum p{
	border-bottom: solid 1px #eee;
	font-size:14px;
	font-weight:bold;
	padding:15px;
}
.carNum p span{
	color:#999;
	font-weight:normal;
	padding-left:5px;
}
.carNum ul{
	padding:15px 15px 35px 15px;
	overflow:hidden;
}
.carNum li{
	display:inline-block;
	border:solid 1px #4cd964;
	color:#4cd964;
	border-radius:5px;
	padding:5px 10px;
	margin-right:5px;
}
.carNum li.cur{
	background:#4cd964;
	color:#fff;
}
.cartxt{
	padding:35px 15px 0 15px;
}
.cartxt span{
	color: red;
}




.code-title {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #000000;
}

.code-tips {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #555555;
    margin-top: 4px;
}

.code-box {
    width: 80%;
    margin: 15px auto 0;
    text-align: center;
}

.code-box .item {
    display: inline-block;
    width: 35px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #2d87e3;
    margin: 0 4px;
    box-sizing: border-box;
    padding: 6px;
}

.code-box .item input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
}

.code-bottom-text {
    display: flex;
    margin-top: 15px;
    padding: 0 40px;
    justify-content: end;
}