.cpReservation {
	width: 1200px;
	margin: 18px auto;
}

.cpReserv {
	font-size: 24px;
	color: #999999;
	border-bottom: 1px solid #efefef;
	line-height: 60px;
	margin-bottom: 22px;
}

.cpReserv span {
	margin-right: 62px;
	padding-bottom: 16px;
	cursor: pointer;
}

.cpChild {
	color: #42a0f9;
	border-bottom: 2px solid #42a0f9;
}

.cpCarDetail {
	padding-left: 54px;
}

.cpDetail {
	display: flex;
	justify-content: flex-start;
}

.cpDetailImg img {
	width: 280px;
	height: 172px;
	margin-bottom: 22px;
}

.cpDetailRight {
	position: relative;
	margin-left: 24px;
}

.cpDetailRight p:nth-child(1) {
	position: relative;
	margin-top: 7px;
	margin-bottom: 32px;
	cursor: pointer;
}
/* .cpDetailRight img{position: absolute;top: 15px;left: 179px;} */
.cpDetailRight p:nth-child(2) {
	margin-bottom: 40px;
}

.defalut {
	color: #777777;
	margin-bottom: 22px;
}

.getMessage {
	margin-bottom: 44px;
}

.getMessage p {
	display: flex;
	line-height: 48px;
	color: #373738;
	vertical-align: middle;
}

.getMessage input[type=text] {
	outline: none;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	height: 46px;
	padding: 0 10px 0;
	margin: 0 0 16px 22px;
	width: 396px;
}

.getMessage select {
	cursor: pointer;
	height: 46px;
	width: 396px;
	margin: 0 0 16px 25px;
	border: 1px solid #d2d6e2;
	height: 46px;
	padding-left: 14px;
	padding-right: 14px;
	border-radius: 5px;
	outline: none;
	background-color: white;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url("../images/advisory/xiala.png");
	background-repeat: no-repeat;
	background-position: 370px center;
}

.comRemarks {
	position: relative;
	margin-left: 40px;
	color: #ff4f53
}

.comRemarks::before {
	pointer-events: auto;
	content: '';
	position: absolute;
	top: 13px;
	margin-left: -25px;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}

.getMessageBtn {
	cursor: pointer;
	margin-left: 100px;
	height: 48px;
	line-height: 48px;
	width: 402px;
	background-color: #42a0f9;
	color: white;
	border-radius: 5px;
	text-align: center;
	outline: none;
	border: 0px;
}

.dialog {
	display: none;
	position: absolute;
	left: 50px;
	top: 40px;
	background-color: white;
	width: 400px;
	height: 360px;
	z-index: 2;
	overflow-y: scroll;
}

dt {
	margin: 0;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	padding: 0 0 0 10px;
	background-color: #f9f9f9;
	font-weight: bold;
}

dd {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 26px;
	overflow: hidden;
}

dd a {
	display: block;
	color: #666;
	padding: 0 10px;
	font-size: 12px;
}

dd a span {
	float: right;
	vertical-align: top;
}

dd a .carname {
	padding: 4px 0;
	float: none;
	display: inline-block;
}

.distributorMain {
	overflow: hidden;
}

.distributorMainLeft {
	width: 1000px;
	margin: 0 auto;
}

.distributorMainLeft div {
	margin-bottom: 32px;
	width: 40%;
	float: left;
	margin-right: 10%;
	height: 100px;
	cursor: pointer;
}

.distributor>p:nth-child(1) {
	border-bottom: 2px solid #efefef;
	padding-bottom: 18px;
	margin-bottom: 25px;
}

.distributor>p:nth-child(1) span {
	color: #42a0f9;
	margin-right: 35px;
	padding-bottom: 18px;
	border-bottom: 2px solid #42a0f9;
}

.distributor>p:nth-child(1) label {
	color: #373738;
}

.distributorMain>div p {
	margin-bottom: 10px;
}

.distributorChecked, .distributorUnChecked, .showAldistri {
	position: relative;
}

.distributorChecked::before {
	pointer-events: auto;
	position: absolute;
	margin-left: -32px;
	content: ' ';
	width: 20px;
	height: 20px;
	background: url('../images/advisory/right.svg') no-repeat;
	background-size: 20px 20px;
}

.distributorUnChecked::before {
	pointer-events: auto;
	position: absolute;
	margin-left: -32px;
	content: '';
	width: 20px;
	height: 20px;
	background-color: #dedede;
	border: 1px solid #a9a9a9;
	border-radius: 50%;
}

.showAldistri {
	cursor: pointer;
	margin: 0 auto;
	width: 1000px;
	margin-bottom: 46px;
	text-align: center;
	line-height: 46px;
	color: #373738;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.showAldistri::after {
	position: absolute;
	margin-left: 10px;
	top: 45%;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/advisory/down.png) no-repeat;
}

.cybmdtMain {
	overflow: hidden;
	margin: 25px 22px 75px 22px;
}

.cybmdtMain div {
	width: 360px;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	border-bottom: 1px #d7d7d7 dotted;
}

.cybmdtMain div:nth-child(3n-1) {
	margin: 0 38px;
}

.cybmdtMain div span:nth-child(2) {
	color: #999999;
	display: inline-block;
	margin: 0 50px;
}

.cybmdtMain div span:nth-child(3) {
	color: #999999;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.ff4f53 {
	color: #ff4f53;
	margin: 0 5px;
}

.selectCarType:hover {
	color: #42a0f9;
}

.distributorShow {
	display: black;
}

.distributorUnShow {
	display: none;
}

.advisory-agree {
	position: relative;
	left: 100px;
	top: 11px;
}

.discounts {
	color: #5eb954;
}

.c-price {
	color: #ff5256;
}