/* 预约成功弹窗样式结束 */
.quick-gu-cont{
	width:792px;
	height:506px;
	background:rgba(255,255,255,1);
	padding-left: 101px;
}
.quick-gu-cont h2{
	font-size: 24px;
	color: #333333;
	margin: 44px 0 30px 0;
}
.quick-gu-cont-left{
	font-size: 16px;
	color: #666666;
	margin-right: 37px;
}
.quick-gu-cont-row{
	margin-bottom: 16px;
	position: relative;
}
.quick-gu-cont-brand{
	width:126px;
	height:44px;
	border:1px solid rgba(238,238,238,1);
	font-size: 14px;
	color: #CCCCCC;
	padding: 0 12px;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
}
.had-cont{
	color: #333;
}
.quick-gu-cont-brand span{
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.quick-gu-cont-brand .list{
	position: absolute;
	left: 0;
	top: 44px;
	width:216px;
	max-height:392px;
	overflow-y: scroll;
	background:rgba(255,255,255,1);
	border:1px solid #0374FF;
	z-index: 2;
}
.quick-gu-cont-series-title{
	color: #CCCCCC!important;
}

.quick-gu-cont-brand .list li{
	padding: 10px;
	color: #666666;
}
.quick-gu-cont-brand .list .cont-li:hover{
	background: #0374FF;
	color: #fff;
}
.quick-gu-cont-cx{
	width: 217px;
}
.quick-gu-cont-year{
	width: 239px;
}
.quick-gu-cont-lc{
	width: 489px;
}
.quick-gu-cont-lc input{
	flex: 1;
	border: 0;
}
.quick-gu-cont-btn{
	width:306px;
	height:44px;
	background:rgba(3,116,255,1);
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	margin: 40px 0 0 142px;
}
.quick-gu-cont-err-tip{
	position: absolute;
	left: 110px;
	bottom: -15px;
	font-size: 12px;
	color: #FF3146;
}
/* 快速估价弹窗样式结束 */
.quick-gu-result-mc button{
	width:306px;
	height:44px;
}
.quick-gu-result-cont{
	padding: 0;
}
.quick-gu-result-cont-err-img{
	margin: 80px 0 40px 0;
}
.quick-gu-result-cont-err-tip{
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:18px;
}
.quick-gu-result-cont-err-tip2{
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:14px;
	margin: 16px 0 118px 0;
}
.quick-gu-result-cont-err-kf span:nth-child(1){

	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:20px;
}
.quick-gu-result-cont-err-kf span:nth-child(2){
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(3,116,255,1);
	line-height:20px;
}
.quick-gu-result-cont-list li{
	height:244px;
	border:1px solid rgba(238,238,238,1);
	margin-right: 20px;
}
.quick-gu-result-cont-list-title{
	margin: 45px 0;
	font-size: 16px;
	color: #0374FF;
}
.quick-gu-result-tip{
	font-size: 14px;
	color: #999999;
	margin: 40px 0 16px 0;
}
.quick-gu-result-price{
	font-size: 16px;
	color: #666666;
	margin-bottom: 24px;
}
.quick-gu-result-price span:nth-child(2){
	font-size: 28px;
	color: #FF3146;
}
/* 快速估价成功结果弹窗样式结束 */
/* 新登录样式开始 */
.login-container {
	background: rgba(0, 0, 0, .7);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	font-weight: 400;
	font-size: 14px;
}

.login-container .login-box {
	background: #FFFFFF;
	padding: 40px 60px;
}

.login-container .login-box .login-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.login-container .login-box .userName,
.login-container .login-box .userCode {
	margin-top: 20px;
	border: 1px solid #EEEEEE;
}

.login-container .login-box .userName input,
.login-container .login-box .userCode input {
	width: 306px;
	height: 44px;
	border: none;
	background: transparent;
	padding-left: 12px;
}

.login-container .login-box .userCode input {
	width: 213px;
}

.login-container .login-box .userCode .code {
	border-left: 1px solid #EEEEEE;
	padding-left: 10px;
	font-size: 12px;
	color: #0374FF;
}

.login-container .login-box .error {
	color: #FF3146;
	font-size: 12px;
	margin-top: 8px;
}

.login-container .login-box .errorActive {
	border: 1px solid #FF3146 !important;
	background: #FFF7F8 !important;
}

.login-container .login-box .login-btn {
	width: 306px;
	height: 44px;
	background: #0374FF;
	color: #FFFFFF;
	border: none;
	margin-top: 40px;
}

.login-container .login-box .close-btn {
	position: absolute;
	top: 24px;
	right: 24px;
}

.login-container .login-box .agreement {
	text-align: center;
	margin-top: 20px;
	color: #666666;
}

input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #CCCCCC;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #CCCCCC;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #CCCCCC;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #CCCCCC;
}

/* 新登录样式结束 */
/* 登录弹窗样式开始 */
.login-mc {
	width: 100%;
	height: 1000px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.7);
}

/* .login-mc-cont{
	background: #fff;
	width:426px;
	height:356px;
	padding: 40px 0;
} */
.login-mc-cont h1,
h2,
h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

.login-mc-close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 24px;
}

/* .phone-ipt{
	width:306px;
	height:44px;
	border:1px solid rgba(238,238,238,1);
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 12px;
} */
/* .phone-ipt.act, .code-ipt-box.act{
	border-color: #FF3146;
}
.code-ipt-box{
	margin-bottom: 40px;
}

.code-ipt-box span{
	padding: 0 16px;
	color: #0374FF;
}
.code-ipt{
	width: 180px;
	height: 100%;
	border: 0;
} */
/* .phone-err-tip,.code-err-tip{
	font-size: 12px;
	color: #FF3146;
	position: absolute;
	left: 60px;
	
}
.phone-err-tip{
	top: 138px;
}
.code-err-tip{
	top: 195px;
} */
/* .login-btn{
	width:306px;
	height:44px;
	text-align: center;
	line-height: 44px;
	background:rgba(3,116,255,1);
	font-size: 16px;
	color: #fff;
} */
/* .login-mc-cont-xy{
	font-size: 14px;
	color: #666;
	margin-top: 20px;
} */
/* 登录弹窗样式结束 */
#rightFixedMenu {
	position: fixed;
	right: 20px;
	top: 500px;
	font-size: 12px;
	background: rgba(255, 255, 255, 1);
	box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.08);
	z-index: 999;

}

#rightFixedMenu ul {
	margin-bottom: 20px;
	padding: 20px 9px;
}

#rightFixedMenu ul .miniCode {
	position: absolute;
	left: -200px;
	top: 20px;
	width: 181px;
	height: 176px;
	display: none;
}

#rightFixedMenu ul:hover .miniCode {
	display: block;
}

#rightFixedMenu ul:nth-child(1) {
	background: #0374FF;
	color: #fff;
}

#rightFixedMenu ul:nth-child(2) {
	color: #0374FF;
}

#rightFixedMenu ul:nth-child(3) {
	color: #666666;
	margin: 0;
}

/* 右侧菜单栏样式结束 */
.bg {
	background: #167FFF !important;
}

.grey {
	background: #cccccc !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.default-text {
	text-align: center;
	font-size: 16px;
}

.over-hide {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.line-clamp {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.p-center {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pointer {
	cursor: pointer;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.between {
	justify-content: space-between;
}

.around {
	justify-content: space-around;
}

.jus-center {
	justify-content: center;
}

.ali-center {
	align-items: center;
}

.relative {
	position: relative;
}

/* 内容 */
.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	font-size: 14px;
}

/* 头部 */
.header-container {
	background: #141414;
	height: 82px;
	font-size: 16px;
	font-weight: 600;
}

.header-container .header-bar {
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #999;
}

.header-container .header-bar a:hover {}

.header-container .header-bar .header-logo {
	/* margin-right: 206px; */
}

.header-container .header-bar .header-bar-nav li {
	height: 82px;
	line-height: 82px;
	float: left;
	margin: 0 19px;
	position: relative;
}

.header-container .header-bar .header-bar-nav li:last-child {
	margin-right: 0;
}

.header-bar-rt span:nth-child(2) {
	margin: 0 14px;
}

.header-container .header-bar .header-bar-nav li:hover .service-menu {
	display: block;
}

.header-bar-rt li:hover .logout-icon {
	display: block;
}

.service-menu {
	position: absolute;
	bottom: -125px;
	left: 0;
	right: 0;
	background: #333333;
	color: #FFFFFF;
	z-index: 12;
	font-weight: 400;
	width: 150px;
	display: none;
}

.logout-icon {
	bottom: -20px;
	width: 80px;
	position: absolute;
	margin-left: 40px;
	text-align: center;
	background: #fff;
	color: #333;
	z-index: 12;
	font-weight: 400;
	padding: 8px;
	display:none;
}

.logout-icon span {
	display: block;
	margin: 20px auto;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-bottom-color: #ffffff;
	position: absolute;
	top: -34px;
	right: 10px;
}

.service-menu .point {
	padding: 24px 16px;
	line-height: 14px;
}

/* .header-bar-nav .active:after{
	content: '';
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -10px;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
} */
.active {
	color: #FFFFFF;
}

.active:after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	bottom: 17px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* 详情导航 */
.navigator-bar {
	height: 91px;
	width: 100%;
	background: #141414;
	color: #999999;
	z-index: 12;
	position: fixed;
	top: 0;
	-webkit-transition: top 0.8s;
	transition: top 0.8s;
}

.navigator-box {
	width: 1200px;
}

.navigator-box ul {
	flex: 1;
}

.navigator-box ul li {
	margin-right: 60px;
	font-size: 22px;
}

.navigator-box ul li.active:after {
	width: 50%;
	bottom: -15px;
}

.navigator-box .seek-btn {
	width: 275px;
	height: 68px;
}

/* 尾部 */
.footer-bar {
	padding: 48px 0 64px 0;

}

/* .header-bar-nav li {
  float: left;
  padding-left: 50px;
} */
.header-logo {
	width: 230px;
	height: 53px;
	zoom: 0.96;
	/* float: left;
  margin-top: 25px; */
}

.footer-container {
	background: #141414;
	font-size: 14px;
	color: #fff;
}

.footer-logo {
	float: left;
	margin-right: 71px;
	width: 160px;
	height: 146px;
}

.footer-nav {
	float: left;
	margin-right: 147px;
	font-size: 16px;
	color: #B3B2B2;
}

.footer-nav:nth-child(2) {
	padding-left: 101px;
	border-left: 1px solid #727272;
}

.footer-nav:nth-child(4) {
	margin-right: 82px;
	padding-right: 101px;
	border-right: 1px solid #727272;
}

.footer-nav li {
	margin-bottom: 20px;
}

.footer-nav li:nth-child(1) {
	font-size: 20px;
	color: #fff;
	margin-bottom: 16px;
}

.focus-we {
	float: left;
	width: 150px;
	font-size: 20px;
	color: #fff;
}

.focus-wechat .code {
	width: 100%;
	height: 150px;
	background: blue;
	margin: 8px 0 10px;
}

.focus-wechat .title {
	text-align: center;
}

.bixin-copyright {
	line-height: 64px;
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #666;
}

/* 内容 */
.container {
	margin: 0 auto;
	width: 1200px;
	font-size: 14px;
	/* background: #FFF4E7; */
}

.container .container-nav {
	font-size: 16px;
	margin: 36px 0;
}

.container .container-list .container-list-ul {
	margin-right: -20px;
	/* margin-bottom: 44px; */
}

.container .container-list .container-list-ul .container-list-li {
	/* margin: 0 0 32px; */
	float: left;
	width: 25%;
	padding-right: 20px;
}

.container .container-list .container-list-ul .container-list-li .car-img img {
	width: 100%;
	height: 213px;
}

.container .container-list .container-list-ul .container-list-li .car-img .count-time {
	background: #FF3E51;
	opacity: 0.85;
	color: #FFFFFF;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 12px 0;
	text-align: center;

}

.container .container-list .container-list-ul .container-list-li .car-title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 16px;
}

.container .container-list .container-list-ul .container-list-li .car-subTitle {
	color: #666666;
	margin-bottom: 16px;
	margin-top: 16px;
}

.container .container-list .container-list-ul .container-list-li .car-price {
	margin-top: 16px;
	color: #FF4356;
}

.container .container-list .container-list-ul .container-list-li .car-price .title {
	font-size: 16px;
	font-weight: 500;
}

.container .container-list .container-list-ul .container-list-li .car-price .price {
	font-size: 24px;
	font-weight: 600;
}

.header-banner {
	width: 100%;
	height: 331px;
}

.header-banner img {
	width: 100%;
	height: 100%;
}

/* 预约成功弹窗 */
.success-modal {
	width: 426px;
	height: 238px;
	background: rgba(0, 0, 0, .7);
	color: #FFFFFF;
	text-align: center;
	padding-top: 32px;
	z-index: 2;
	position: fixed;
}

.success-modal .icon {
	margin-bottom: 28px;
}

.success-modal .tip1 {
	font-size: 22px;
	margin-bottom: 17px;
}

.success-modal .tip2 {
	font-size: 16px;
	line-height: 22px;
}
