@charset "UTF-8";

body {
	background-color: #f8f8f8;
}
/****************** 团购报名 start ******************/
.f24 {
	font-size: 24px;
}

.group-list li {
	overflow: hidden;
	margin-top: 36px;
	float: left;
}

.clear {
	clear: both
}

.group-list li img {
	float: left;
	width: 260px;
	height: 156px;
	margin-right: 15px;
}

.group-list li .group-text {
	width: 505px;
	height: 150px;
	padding-left: 93px;
}

.group-list li .group-text h3 {
	font-size: 18px;
	margin-top: 25px;
}

.group-list li .group-text p {
	font-size: 18px;
	margin-top: 15px;
}

.group-list li .group-text p span {
	color: #ff5353;
	margin: 0 5px;
}

.group-list li .group-text .buy-group {
	display: inline-block;
	font-size: 24px;
	color: #ffffff;
	background-color: #fd6161;
	padding: 11px 52px;
	border-radius: 5px;
}

.group-list li.li-even img {
	float: right;
}

.group-list li.li-even .group-text {
	float: left;
	text-align: right;
	padding-left: 0;
	padding-right: 95px;
}

.group-list .pagediv {
	margin: 40px 0;
}
/****************** 团购报名 end ******************/
/****************** 立即报名 start ******************/
.sign-now {
	width: 1200px;
	padding: 20px 0;
	margin: 0 auto 30px;
	background-color: #ffffff;
	border-top: solid 1px #fff;
	text-align: center;
}

.sign-now .sign-title {
	font-size: 24px;
	line-height: 28px;
	color: #666674;
	margin-bottom: 55px;
}

.sign-now .sign-title i {
	display: inline-block;
	width: 108px;
	height: 1px;
	background-color: #75716e;
	vertical-align: middle;
}

.sign-now input[type=text] {
	width: 300px;
	height: 42px;
	border: solid 1px #cbcbcb;
	border-radius: 3px;
	margin: 0 20px 24px;
	text-indent: 5px;
	border-radius: 5px;
}

.sign-now select {
	width: 260px;
	height: 44px;
	border: solid 1px #cbcbcb;
	color: #696969;
	border-radius: 3px;
	margin: 0 20px 24px;
	vertical-align: middle;
}

.sign-now input[type=button] {
	width: 380px;
	height: 44px;
	background-color: #ff5353;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.sign-now .agree-policy a {
	color: #fe5455;
}
/****************** 立即报名 end ******************/
/****************** 团购服务介绍 start ******************/
/*** 热门团购车型 start ***/
.group-explain h3.title {
	font-size: 24px;
	color: #ff3938;
	border-bottom: solid 1px #afafaf;
	padding-bottom: 12px;
}

.group-explain .explain-p {
	font-size: 18px;
	background-color: #ececec;
	line-height: 32px;
	padding: 15px 5px;
	margin-top: 10px;
	margin-bottom: 35px;
	border-radius: 5px;
}

.flow-path {
	margin-bottom: 150px;
}

.flow-path .hot-cars {
	width: 236px;
	float: left;
}

.flow-path .hot-cars .h-title {
	font-size: 18px;
	color: #ffffff;
	background-color: #f87c7c;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin-bottom: 12px;
	border-radius: 5px;
}

.flow-path .hot-cars li {
	margin-bottom: 25px;
	height: 180px;
}

.flow-path .hot-cars li img {
	width: 230px;
	height: 138px;
}

.flow-path .hot-cars li p {
	margin-top: 10px;
}

.flow-path .hot-cars li .h-date {
	float: right;
}

.flow-path .hot-cars li span i {
	font-style: normal;
	color: #ff5353;
	margin: 0 3px;
}

.flow-path .hot-cars li .buy-group {
	float: right;
	display: inline-block;
	color: #ffffff;
	background-color: #fd6161;
	padding: 3px 15px;
	border-radius: 3px;
}
/*** 热门团购车型 end ***/

/*** 团购流程 start ***/
.process {
	float: right;
	width: 912px;
	height: 1200px;
	padding: 30px 15px;
	border: solid 1px #979797;
	border-radius: 5px;
}

.process h3 {
	color: #ff3938;
	font-size: 18px;
	margin-top: 65px;
	margin-bottom: 40px;
}

.process div p {
	line-height: 30px;
}

.process .flow li {
	position: relative;
	width: 215px;
	float: left;
	text-align: center;
	margin: 0 6px;
}

.process .flow li:before {
	position: absolute;
	top: 39px;
	left: -10px;
	content: url("../img/group/next.png");
	width: 20px;
	height: 36px;
}

.process .flow li:first-child:before {
	display: none;
}

.process .flow li h4 {
	font-size: 16px;
	color: #ff5353;
	margin-top: 20px;
	margin-bottom: 15px;
}

.process .flow li p {
	line-height: 20px;
}

/*** 团购流程 end ***/
/****************** 团购服务介绍 end ******************/

/****************** 团购点击详情 start ******************/
.group-detail h1 {
	line-height: 80px;
	border-bottom: solid 1px #b1b1b1;
	font-size: 24px;
	margin-top: 45px;
	margin-bottom: 20px;
}

.group-detail h1 span {
	font-weight: bold;
	border-left: solid 6px #ff5b5b;
	padding: 10px 0 10px 20px;
}

.detail-cont {
	/*  margin-bottom: 80px; */
	
}

.detail-cont-l {
	width: 590px;
	float: left;
}

.detail-cont-l p {
	font-size: 16px;
	margin-bottom: 35px;
}

.detail-cont-l p span {
	color: #ff5353;
	margin: 0 5px;
}

.detail-cont-l p.total {
	color: #ff5353;
}

.detail-cont-l p.total span {
	font-size: 18px;
	padding: 0 3px;
	color: #ffffff;
	background-color: #ff5353;
}

.detail-cont-l img {
	width: 478px;
	height: auto;
	margin-top: 25px;
	margin-bottom: 70px;
}

.detail-cont-l .share span {
	font-size: 24px;
	margin-right: 20px;
}

.detail-cont-l .share .bds_bg {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-right: 15px;
	width: 34px;
	height: 34px;
	background: url(../img/icon/share2.png);
	vertical-align: top;
}

.detail-cont-l .share .bds_qq {
	background-position: 0 -44px;
}

.detail-cont-l .share .bds_qzone {
	background-position: 0 -88px;
}

.detail-cont-l .share .bds_wechat {
	background-position: 0 -132px;
}

.detail-cont-l .share .bds_sina {
	background-position: 0 -176px;
}

.detail-cont-r {
	width: 610px;
	float: left;
}

.detail-cont-r li {
	overflow: hidden;
	margin-bottom: 22px;
}

.detail-cont-r li .li-left {
	font-size: 18px;
}

.detail-cont-r li .li-right {
	float: right;
	width: 470px;
	font-size: 16px;
}

.detail-cont-r li .red {
	color: #ff5353;
}

.detail-cont-r li .gift {
	display: inline-block;
	padding: 3px 10px;
	color: #ff5353;
	border: solid 1px #ff5353;
	margin-bottom: 30px;
}

.detail-cont-r li .brand {
	width: 94px;
	height: 32px;
	text-align: center;
	font-size: 14px;
	color: #696969;
	background-color: transparent;
}

.detail-cont-r li .models {
	font-size: 0;
}

.detail-cont-r li .models span {
	font-size: 14px;
	position: relative;
	display: inline-block;
	padding: 6px 20px;
	border: solid 1px #b1b1b1;
	margin-right: 18px;
	margin-bottom: 18px;
	cursor: pointer;
}

.detail-cont-r li .models span.z-active, .detail-cont-r li .order-tab span.z-active
	{
	border-color: #ff5353;
	color: #ff5353;
}

.detail-cont-r li .models span .icon, .detail-cont-r li .order-tab span .icon
	{
	position: absolute;
	line-height: 16px;
	bottom: 0;
	right: 0;
	display: none;
}

.detail-cont-r li .models span.z-active .icon, .detail-cont-r li .order-tab span.z-active .icon
	{
	display: block;
}

.detail-cont-r li input[type=text] {
	width: 426px;
	height: 44px;
	border: solid 1px #b1b1b1;
	font-size: 14px;
	background-color: transparent;
	text-indent: 15px;
}

.detail-cont-r li .order-tab span {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border: solid 1px #b1b1b1;
	margin-right: 35px;
	cursor: pointer;
}

.detail-cont-r li .enter-btn {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	background-color: #ff6d6d;
	padding: 15px 177px;
	border-radius: 5px;
}

.detail-cont-r li .agree {
	font-size: 14px;
	color: #ff5b5b;
	line-height: 22px;
}

.detail-cont-r li .agree input {
	color: #ff5353;
}
/****************** 团购点击详情 end ******************/
.brand-down-options {
	left: auto;
	right: 0;
	width: 1150px;
}

/**********************团购分享start****************************/
.share-tool-bar {
	height: 34px;
	margin-top: -15px;
	margin-bottom: 50px;
	position: relative;
}

.share-tool-bar span {
	display: inline-block;
	vertical-align: top;
	padding: 7px 13px;
}

.share-tool-bar a {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-right: 10px;
	width: 34px;
	height: 34px;
	background: url(../images/icon/share2.png);
}

a.bds_qq {
	background-position: 0 -44px;
}

a.bds_qzone {
	background-position: 0 -88px;
}

a.bds_wechat {
	background-position: 0 -132px;
}

a.bds_sina {
	background-position: 0 -176px;
}

.share-tool-bar .fav_btn {
	background-color: #4fc277;
	color: #fff;
	margin-left: 30px;
	border-radius: 3px;
}

.share-tool-bar .reward {
	position: relative;
	float: right;
	width: 128px;
	height: 28px;
	background-color: #e8902c;
	border-radius: 5px;
	color: #ffffff;
	border: none;
	outline: none;
	cursor: pointer;
}

.share-tool-bar .reward .five {
	width: 38px;
	height: 28px;
	line-height: 28px;
	font-size: 33px;
	color: #e8902c;
	position: absolute;
	left: 50%;
	top: -28px;
	margin-left: -19px;
	display: none;
}
/*******************团购分享end**********************/