
.cars-appdown .b-menu .icon,
.cars-social-accounts .b-pop .item .icon,
.cars-social-accounts .b-menu .icon,
.cars-header .searchbox .icon{
	background: url(../images/icon/carserice-icon2.png) no-repeat;
}
.cars-header {
	width: 100%;
	height: 68px;
	padding: 0 28px;
}

.cars-header .logo {
	width: 253px;
	padding:  0 28px 0 0;
	height: 40px;
	margin-right: 170px;
}
.cars-header .logo a{
	display: inline-block;
	padding:14px 0;
}
.cars-header .searchbox{
	position: relative;
	margin-top: 14px;
	padding: 0 10px 0 10px;
	width: 400px;
	height: 34px;
	border:2px solid  #0088fe;
	border-radius: 5px;
	background-color: #fff;
}
.cars-header .searchbox .search-input{
	width: 288px;
	height: 30px;
	line-height: 30px;
	border: 0;
	font-size:14px;
	color:#333;
	background-color: #fff;
}
.cars-header .searchbox .search-btn{
	position: absolute;
	top:0px;
	right:0px;
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #0088fe;
	border-radius: 0 2px 2px 0;
	color: #fff;
}
.cars-header .searchbox .search-btn:hover{
	opacity:.9
}
.cars-header .searchbox .icon{
	    display: inline-block;
	    width: 14px;
	    height: 17px;
	    margin-top: 7px;
	    vertical-align: top;
	    background-position: 0 -104px;
}


.cars-header .searchbox .search-list{
	z-index: 5;
	position: absolute;
	top:30px;
	left:0;
	width:400px;
	border:1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
}
.cars-header .searchbox .search-list li{
    margin: 5px 0;
}
.cars-header .searchbox .search-list li a{
	display: block;
	padding: 0 10px;
	height:40px;
	line-height: 40px;
	font-size:15px;
	color:#444;
}
.cars-header .searchbox .search-list li a i{
	color:#0088fe
}
.cars-header .searchbox .search-list li a:hover{
	font-weight: bold;
	background-color: #f5f5f5;
}
.cars-header .loginbtn{
	width:80px;
	margin-top:14px;
}
.cars-header .loginbtn a{
	display: inline-block;
	width:80px;
	height:32px;
	line-height: 32px;
	background-color: #15cbff;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	color:#fff;
}
.cars-header .logininfo{
	position: absolute;
	top:0;
	right: 0;
	height:32px;
	line-height: 32px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:13px;
	color:#fff;
}
.cars-header .logininfo .info{
	display: inline-block;
	}
.cars-header .logininfo .exit{
	color:#fff
	}
.cars-header .loginbtn a:hover{
	background-color: #15aaff;
}
.cars-social-accounts,
.cars-appdown{

	position: relative;
	margin:20px 30px 0 0;
	cursor: pointer;
}

.cars-appdown .a-pop{
	z-index: 5;
	position: absolute;
	top:35px;
	left:-210px;
	width:420px;
	height:270px;
	box-shadow:0 0 3px #eee;
	border-radius: 5px;
	background: url(../images/appdown-bg.png) no-repeat;
	transition: all .3s;
	background-size: cover;
	transition: all .3s ease-in-out;
	transform: scale(0);
	transform-origin: 230px 0px;
}
.cars-appdown .b-menu:hover + div.a-pop{
	transform: scale(1);
}
.cars-appdown .a-pop:before{
	display: inline-block;
	content: "";
	width:10px;
	height:15px;
	position: absolute;
	left:220px;
	top:-6px;
	background-color: #fff;
	transform: rotate(45deg);
}
.cars-appdown .a-pop .code{
	float: right;
	padding:10px;
	margin: 20px 20px 0 0;
    box-shadow:0 0 5px #dedede;
	border-radius: 5px;
	background-color: #fff;
}
.cars-appdown .a-pop .code p{
	line-height: 20px;
	text-align: center;
	font-size:12px;
	color:#444
}
.cars-appdown .a-pop .code img{
	margin-bottom: 10px;
}
.cars-appdown .a-pop .code p i{
	line-height: 26px;
	color:#0088fe
}
.cars-social-accounts .b-menu,
.cars-appdown .b-menu{
	height:20px;
	line-height: 20px;
	font-size:14px;
	color:#444;
}
.cars-social-accounts .b-menu .icon,
.cars-appdown .b-menu .icon{
	display: inline-block;
	vertical-align: middle;
	width:12px;
	height:20px;
	margin-right: 5px;
}
.cars-social-accounts .b-menu .icon{
	width:20px;
	background-position: right -99px;
}
.cars-appdown .b-menu .icon{
	background-position: right -48px;
}


.cars-social-accounts .b-pop{
	z-index: 5;
	padding: 20px 0px 20px 20px;
	position: absolute;
	top:35px;
	left:-220px;
	width:440px;
	height:380px;
	box-shadow:0 0 3px #eee;
	border-radius: 5px;
	background-color:#fff;
	transition: all .3s ease-in-out;
	transform: scale(0);
	transform-origin: 250px 0px;
}
.cars-social-accounts .b-menu:hover + div.b-pop{
	transform: scale(1);
}
.cars-social-accounts .b-pop .item{
  padding: 20px 0px;
  float: left;
  width:192px;
  margin: 0 15px 15px 0;
  border: 1px solid #eee;
  text-align: center;
}
.cars-social-accounts .b-pop:before{
	display: inline-block;
	content: "";
	width:10px;
	height:15px;
	position: absolute;
	left:230px;
	top:-6px;
	background-color: #fff;
	transform: rotate(45deg);
}
.cars-social-accounts .b-pop .item .txt{
	margin-bottom: 10px;
	height: 23px;;
	line-height: 23px;
	font-size:14px;
	color:#444;
}
.cars-social-accounts .b-pop .item .icon{
	display: inline-block;
	margin-right: 5px;
	width:20px;
	height:17px;
}
.cars-social-accounts .b-pop .item .icon01{
	background-position: 0 -83px;
}
.cars-social-accounts .b-pop .item .icon02{
	background-position: 0 -106px;
}
.cars-social-accounts .b-pop .item .icon03{
	width:28px;
	background-position: 0 -128px;
}
.cars-social-accounts .b-pop .item .icon04{
	height: 23px;
	background-position: 0 -153px;
}