img {
    vertical-align: top;
}
/*body {*/
    /*background: url("../img/driver_bg.png") repeat 0 0;*/
/*}*/
/*.header-wrap {*/
	/*position: fixed;*/
	/*width:100%;*/
	/*top: 0;*/
	/*left: 0;*/
/*}*/
/*.header .menu li.active a {*/
	/*color: #fff;*/
	/*background-color: #0f72a7;*/
/*}*/
/*.header .menu {*/
	/*margin-right: 60px;*/
/*}*/
/*.header .menu a {*/
	 /*margin-right: 0;*/
	 /*border-radius: 15px;*/
 /*}*/
/*.header-bg{*/
    /*width:100%;*/
    /*height:60px;*/
    /*background:#000;*/
    /*opacity:0.3;*/
    /*filter:alpha(opacity=30);*/
    /*position:absolute;*/
    /*z-index:3;*/
    /*border-bottom:1px solid #c4b9b3;*/
/*}*/
.section {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.wrap {
	position: relative;
	width:100%;
}
/*banner*/
.driver-banner{
	position: relative;
}
.driver-banner img {
	width: 100%;
	height: auto;
}
.driver-banner .banner-text {
	position: absolute;
	top: 180px;
	right: 27%;
}
.driver-banner .wechat-code {
	position: absolute;
	top: 310px;
	right: 28%;
}
.driver-banner .banner-text dt {
	font-size: 3em;
	color: #ffffff;
	text-shadow: 3px 2px 2px #000;
}
.driver-banner .banner-text dd {
	font-size: 2em;
	color: #cfd0d4;
	text-shadow: 2px 1px 0px #000;
	padding-right: 7px;
	padding-top: 30px;
}
.driver-banner  .banner-text {
	text-align: right;
}
.driver-banner  .code-wrap {
	background: url("../img/driver_download_code.png")no-repeat 0 0 ;
	width: 130px;
	height: 130px;
	background-size: 130px 130px;
	background-color: #fff;
	float: right;
}
.driver-banner   .wechat-code h4{
	font-size: 15px;
	color: #fff;
	text-align: right;
}
.mask {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 30;
	display: none;
	background: #000;
	opacity: 0;
	filter:alpha(opacity=0);
}

.apply-sucess-pop {
	width:750px;
	height: 360px;
	padding:70px 0;
	position: fixed;
	left:50%;
	bottom: 50%;
	margin-bottom: -250px;
	margin-left: -375px;
	z-index: 1000;
	display: none;
}
.apply-sucess-pop .bg {
	position: absolute;
	left:0;
	top:0;
	z-index: 30;
	width:100%;
	height: 500px;
	border-radius: 10px;
	background:#102233;
	opacity: 0.85;
	filter:alpha(opacity=85);
}
.apply-sucess-pop .content {
	width:290px;
	margin:0 auto;
	position: relative;
	z-index: 50;
	color:#fff;
	text-align: center;
	line-height: 24px;
}
.apply-sucess-pop .title {
	color:#00a4e3;
	text-align: center;
	font-size: 20px;
	padding-left: 74px;
	padding-bottom: 10px;
	height: 24px;
	line-height: 24px;
	background:url("../img/icon.png") no-repeat 60px -48px;
}
.tips {
	color:#00a5e3;
}
.apply-sucess-pop .down-app {
	margin-top: 35px;
}
.apply-sucess-pop .close {
	position: absolute;
	right:30px;
	top:25px;
	z-index: 50;
	display: block;
	width:24px;
	height: 24px;
	background: url("../img/icon.png") no-repeat 0 0;
}

/*promise*/

.promise {
	width: 100%;
	background: #f2f2f2;
}

.promise .con {
	width: 800px;
	margin: 0 auto;
	padding-right: 40px;
}

.promise .con .promise-text {
	padding-top: 90px;
}

.promise .con .promise-text p {
	text-align: center;
	font-size: 2.5em;
	line-height: 40px;
	white-space: pre;
	color: #666666;
	font-weight: 100;
}

.promise .con .promise-text p span {
	width: 629px;
	font-size: 1em;
	color: #0d7bd6;
	font-weight: 400;
	padding-left: 56px;
}
.promise .con .promise-text img {
	width: 105px;
	height: 2px;
	margin-left: 180px;
	margin-top: -20px;
}
.promise .con .promise-text .right-line {
	margin-left: 284px;
	margin-top: -20px;
}
.promise .con .promise-type {
	margin-top: 100px;
	overflow: hidden;
	margin-bottom: 120px;
	padding-left: 100px;
}

.promise .con .promise-type ul li {
	float: left;
	text-align: center;
	width: 220px;
	margin-right: 0;
}

.promise .con .promise-type ul li span {
	background: url('../img/driver_icon.png') no-repeat 0 0;
	background-size: 120px 750px;
	display: block;
	height: 122px;
	width: 122px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.promise .con .promise-type ul li:nth-child(2) span {
	background-position: 0px -135px;
}

.promise .con .promise-type ul li:nth-child(3) span {
	background-position: 0px -270px;
}

/*.promise .con .promise-type ul li:nth-child(4) span {
	background-position: 0px -398px;
}*/

.promise .con .promise-type ul li dl dt {
	color: #0d7bd6;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 17px;
	font-weight: bold;
}

.promise .con .promise-type ul li dl dd {
	color: #666666;
	font-size: 14px;
}

/*sign-up*/

.sign-up {
	width: 100%;
	background: #0d7bd6;
}

.sign-up .con {
	width: 1060px;
	margin: 0 auto;
	padding-right: 40px;
}

.sign-up .con .sign-up-text {
	padding-top: 90px;
}

.sign-up .con .sign-up-text img {
	width: 105px;
	height: 2px;
	margin-left: 297px;
	margin-top: -20px;
}
.sign-up .con .sign-up-text p {
	text-align: center;
	font-size: 2.5em;
	line-height: 40px;
	white-space: pre;
	color: #666666;
	font-weight: 100;
}

.sign-up .con .sign-up-text p span {
	font-size: 1em;
	color: #ffffff;
	font-weight: 400;
	padding-left: 6%;
}

.sign-up .con .sign-up-type {
	/*margin-top: 100px;*/
	margin-top: -15px;
	overflow: hidden;
	margin-left: 157px;
}

.sign-up .con .sign-up-type ul li {
	float: left;
	text-align: center;
	width: 200px;
	margin-right: 0;
}

.sign-up .con .sign-up-type ul li span {
	background: url('../img/sign_icon.png') no-repeat 0 0;
	background-size: 150px 750px;
	display: block;
	height: 124px;
	width: 150px;
	margin: 0 auto;
	margin-right: 3px;
}
.sign-up .con .sign-up-type ul li .arrow {
	background: url('../img/sign_icon.png') no-repeat 0 0;
	background-size: 150px 750px;
	display: inline-block;
	width: 24px;
	height: 32px;
	position: relative;
	top: -47px;
	right: -80px;
	background-position: 0 -635px;
}
.sign-up .con .sign-up-type ul li:nth-child(1) span {
	background-position: 0 -522px;
	margin-bottom: -36px;
}
.sign-up .con .sign-up-type ul li:nth-child(2) span {
	background-position: 0 -124px;
}

.sign-up .con .sign-up-type ul li:nth-child(3) span {
	background-position: 0 -264px;
}

.sign-up .con .sign-up-type ul li:nth-child(4) span {
	background-position: 12px -397px;
	margin-right: 16px;
}

.sign-up .con .sign-up-type ul li dl dt {
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 17px;
	font-weight: bold;
}

.sign-up .con .sign-up-type ul li dl dd {
	color: #ffffff;
	font-size: 14px;
}

.sign-up .contact {
	width: 1060px;
	margin: 0 auto;
}
.sign-up .contact p{
	margin-top: 140px;
	margin-bottom: 50px;
	text-align: center;
	font-size: large;
	color: #ffffff;
}
.sign-up .contact img {
	width: 105px;
	height: 2px;
	margin-left: 214px;
	margin-top: -65px;
	margin-right: 202px;
}
.sign-up  .wechat-code-download {
	width: 80px;
	height: 80px;
	background-size: 80px 80px;
	background-color: #fff;
	display: none;
	position: relative;
	top: 214px;
	left: 231px;
	cursor: pointer;
	perspective: 800px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;;
	transform-style: preserve-3d;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.sign-up .zheng {
	background: url("../img/turn_before.png") no-repeat 0 0;
	background-size: 63px 61px;
	display: inline-block;
	perspective: 800px;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.sign-up .zheng-after {
	top: 214px;
	left: 231px;
}
.sign-up .fan-after {
	top: 214px;
	left: 231px;
}
.sign-up .fan {
	background: url("../img/driver_download_code.png")no-repeat 0 0 ;
	background-size: 80px 80px;
	background-color: #ffffff;
	display: inline-block;
	top: 204px;
	left: 216px;
	visibility: hidden;
	perspective: 800px;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.sign-up  .img-contain {
	width: 115px;
	height: 115px;
	background-color: #fff;
	display: block;
	position: relative;
	top: 100px;
	/*left: 200px;*/
	left: 400px;
	visibility: hidden;
}

