* {
	margin: 0px;
	padding: 0px;
}

.hotCarList:last-child {
	margin-bottom: 50px;
}

/*  .container {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
} */
.panel-nav {
	margin-top: 34px;
	margin-bottom: 22px;
}

.cpSale {
	width: 1200px;
	height: 1000px;
	margin: 0 auto;
}

.saleMeeting {
	height: 114px;
	line-height: 114px;
	width: 100%;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	font-size: 36px;
}

.saleMeeting span:nth-child(1)::before {
	content: '';
	display: inline-block;
	margin-right: 18px;
	width: 60px;
	height: 36px;
	background-image: url(../img/saleLogo.png);
	vertical-align: middle;
}

.saleMeeting span:nth-child(1) {
	color: rgba(239, 58, 16, 1);
}

.saleMeeting span:nth-child(2) {
	color: rgba(204, 204, 204, 1);
}

.meetingContent {
	width: 1200px;
}

.meetingContentLeft, .meetingContentRight {
	float: left;
}

.meetingContentLeft {
	margin-right: 20px;
	width: 560px;
}

.meetingContentRight {
	margin-left: 20px;
	width: 575px;
}

.mar15 {
	margin: 0 15px;
	display: flex;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.mar18 {
	margin-top: 18px;
}

.col3 {
	flex-grow: 1
}

.col3 span {
	font-size: 14px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	margin-right: 10px;
}

.col3 label {
	font-size: 14px;
	font-weight: bold;
	color: rgba(102, 102, 102, 0.5)
}

.ensure {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	font-size: 14px;
}

.ensure span {
	flex-grow: 1
}

.ensure>span:not (:first-child ) {
	color: #0090D4;
}

.pad14bottom {
	border-bottom: 1px solid rgba(204, 204, 204, 1);
	padding-bottom: 14px;
}

.choiceType {
	width: 575px;
	margin-top: 15px;
	height: 167px;
}

.choiceTypeLeft {
	float: left;
	width: 10%;
	font-size: 14px;
}

.choiceTypeRight {
	width: 88%;
	float: right;
}

.choiceTypeRightDiv {
	box-shadow: -3px 2px 10px 0px rgba(40, 96, 173, 0.15);
	color: #232323;
	border: 1px solid rgba(102, 102, 102, 0.23);
	border-radius: 3px;
	width: 145px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}

.choiceTypeRightDiv:visited {
	color: yellow;
}

.choiceTypeRight .z-active, .my-car .z-active {
	transform: scale(1.05);
	border: 1px solid rgba(0, 160, 233, 1);
	color: rgba(0, 160, 233, 1);
	cursor: pointer;
	font-size: 17px;
}

.choiceTypeRightDiv a {
	text-decoration: none;
}

.signUp {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 56px;
	line-height: 56px;
}

.signUp span {
	flex-grow: 1;
	display: inline-block;
}

.ef3a {
	color: #EF3A10;
	font-size: 32px;
}

.inquiryLeft {
	width: 365px;
	font-size: 14px;
	float: left;
}

.inquiryLeft p {
	margin-top: 20px;
	height: 39px;
}

.inquiryLeft p span {
	margin-right: 30px;
	color: #232323
}

.inquiryLeft p input {
	height: 45px;
	width: 260px;
	padding: 11px 20px;
	font-size: 18px;
	outline: none;
	border: 1px solid rgba(102, 102, 102, 0.23);
}

.inquiryRight {
	cursor: pointer;
	box-shadow: -3px 2px 10px 0px rgba(40, 96, 173, 0.15);
	position: relative;
	width: 164px;
	height: 98px;
	line-height: 98px;
	text-align: center;
	color: white;
	font-size: 24px;
	float: right;
	background-color: #00a0e9;
	margin-top: 20px;
}

.inquiryRight::before {
	content: '';
	position: absolute;
	right: 0px;
	background-image: url(../img/li.png);
	width: 30px;
	height: 30px;
}

.inquiryRight:hover {
	font-size: 28px;
	color: red;
	transform: scale(1.05);
}

.aggre {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}

.personal {
	color: #0090D4;
	font-size: 12px;
	text-align: center;
}

.activity {
	margin-top: 30px; /* overflow: hidden; */
}

.activityLeft {
	width: 861px;
	border: 1px solid rgba(102, 102, 102, 0.23);
	float: left;
	margin-right: 8px;
	box-shadow: -3px 2px 10px 0px rgba(40, 96, 173, 0.15);
}

.activityLeftNew {
	overflow: hidden;
	height: 61px;
}

.activityLeftNewDiv {
	cursor: pointer;
	float: left;
	width: 149px;
	height: 59px;
	line-height: 61px;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #666666;
}

.FF0 {
	color: #FF0000;
}

.satisfaction {
	border-top: 1px solid rgba(102, 102, 102, 0.23);
	width: 100%;
	height: 64px;
	text-align: center;
	font-size: 12px;;
}

.satisfactionDiv {
	box-shadow: -3px 2px 10px 0px rgba(40, 96, 173, 0.15);
	width: 97px;
	border-right: 1px solid rgba(102, 102, 102, 0.23);
	height: 64px;
	border-bottom: 1px solid #666666;
}

.satisfactionDiv>p:nth-child(1) {
	font-size: 12px;
	color: #232323;
	padding-top: 3px;
}

.satisfactionDiv>p:nth-child(2) {
	font-size: 32px;
	color: #CA1520;
	height: 33px;
	line-height: 33px;
}

.satisfactionDiv>p:nth-child(3) {
	padding-left: 14px;
}

.activityLeftNewDivCheched, .activityLeftNewDiv:hover {
	box-shadow: -3px 2px 10px 0px rgba(40, 96, 173, 0.15);
	color: #0090D4;
	border: 1px solid #0090D4;
	font-size: 21px;
	transform: scale(1.01);
}

.satisfactionDegree {
	background: rgba(255, 255, 255, 1);
	width: 100%;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	color: #232323;
	border-top: 1px solid rgba(102, 102, 102, 0.23);
	border-bottom: 1px solid rgba(102, 102, 102, 0.23);
}

.satisfactionDegree span {
	display: inline-block;
	width: 60px;
	text-align: center;
}

.satisfactionDegree .degree-active {
	color: #0090D4;
	border-bottom: 1px solid #0090D4;
	transform: scale(1.05);
}

.comment {
	overflow: hidden;
	width: calc(100% - 15px);
	padding: 21px 0 0 15px;
	border-bottom: 1px dotted rgba(102, 102, 102, 0.23);
}

.commentLeft {
	float: left;
	width: 79px;
}

.commentLeft p {
	text-align: center;
	width: 79px;
	font-size: 14px;
}

.commentLeft p img {
	box-shadow: -3px 2px 10px 0px rgba(40, 96, 173, 0.15);
	width: 73px;
	height: 73px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid wheat;
	padding: 1px;
}

.commentLeft p:nth-child(2) {
	margin-bottom: 10px;
	margin-top: 5px;
}

.commentRight {
	position: relative;
	float: left;
	width: 80%;
	margin-left: 15px;
}

.commentRight p:nth-child(1) {
	height: 35px;
	display: block;
}

.commentRight p:nth-child(2) {
	width: 100%;
	line-height: 20px;
	color: #232323;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 20px;
}

.ellipsis {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.commentRight p:nth-child(3) {
	width: 100%;
	line-height: 35px;
	font-size: 12px;
	color: #232323;
}

.activityright {
	float: left;
	box-shadow: -3px 2px 10px 0px rgba(40, 96, 173, 0.15);
}

.activityright img {
	border: 1px dotted rgba(102, 102, 102, 0.23);
	padding: 2px;
	cursor: pointer;
}

.participation {
	position: relative;
}

.participation textarea {
	box-shadow: -3px 2px 10px 0px rgba(40, 96, 173, 0.15);
	resize: none;
	margin: 10px 13px 18px 13px;
	width: calc(100% - 26px);
	outline: none;
	height: 128px;
	border: 1px solid #00A0E9;
}

.participation p {
	margin-left: 13px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px;
}

.btnParticipation {
	position: absolute;
	right: 13px;
	bottom: 5px;
	color: white;
	background-color: #00A0E9;
	padding: 8px;
	box-shadow: -3px 2px 10px 0px rgba(40, 96, 173, 0.15);
	cursor: pointer;
}

.participation p:nth-child(3) {
	position: relative;
	height: 10px;
}

.participation p:nth-child(3) label:nth-child(1) {
	position: absolute;
	left: 0px;
}

.participation p:nth-child(3) label:nth-child(2) {
	position: absolute;
	left: 80px;
	display: inline-table;
}

.guarantee {
	border-top: 1px solid rgba(102, 102, 102, 0.23);
	padding-top: 10px;
}

.guarantee div {
	float: left;
	text-align: center;
	padding-bottom: 10px;
	width: 140px;
}

.guarantee div p:nth-of-type(1) {
	font-size: 18px;
}

.guarantee div p:nth-of-type(1) img {
	width: 73px;
	height: 73px;
}

.guarantee div p:nth-of-type(2) {
	font-size: 14px;
}

.guarantee div p:nth-of-type(3) {
	color: #0090D4;
	font-size: 14px;
	width: 85px;
	margin: 0 auto;
}

.registration {
	border-top: 1px solid rgba(102, 102, 102, 0.23);
	padding-top: 10px;
}

.registrationDiv {
	overflow: hidden;
	line-height: 52px;
}

.registrationDivLe {
	float: left;
	width: 50%;
	border-bottom: 1px dotted rgba(102, 102, 102, 0.23);
}

.registrationDivLe span {
	display: inline-block;
	text-align: center;
}

.registrationDivLe span:nth-of-type(1), .registrationDivLe span:nth-of-type(4)
	{
	text-overflow: ellipsis;
	word-break: keep-all;
	overflow: hidden;
}

.registrationDivLe span:nth-of-type(2), .registrationDivLe span:nth-of-type(3)
	{
	width: 30%;
	text-overflow: ellipsis;
	word-break: keep-all;
	overflow: hidden;
}

.hotCar {
	width: 100%;
}

.hotCarTitle {
	height: 62px;
	line-height: 62px;
	font-size: 18px;
	text-align: center;
}

.hotCarList {
	margin-top: 15px;
	font-size: 18px;
	position: relative;
	height: 379px;
	width: 286px;
	float: left;
	margin-right: 13px;
	box-shadow: -3px 2px 10px 0px rgba(40, 96, 173, 0.15);
}

.hotCarList::before {
	position: absolute;
	content: "";
	background-image: url(../img/li.png);
	width: 30px;
	height: 30px;
	right: 0px;
	top: 0px;
}

.hotCarList:hover {
	transform: scale(1.05);
}

.hotCarList img {
	width: 100%;
	height: 175px;
	margin-top: 50px;
	margin-bottom: 45px;
}

.hotCarList p:nth-of-type(1) {
	padding-left: 23px;
	margin-bottom: 13px;
}

.hotCarList p:nth-of-type(2) {
	padding-left: 23px;
	margin-bottom: 13px;
	padding-bottom: 23px;
	color: rgba(255, 42, 0, 1);
	font-weight: 400;
}

.hotCarList del {
	padding-left: 23px;
	color: rgba(35, 35, 35, 1);
	margin-bottom: 13px;
	display: inline-block;
}

/****五角星*******/
.star-five {
	margin: 50px 0;
	position: relative;
	display: block;
	width: 0px;
	height: 0px;
	border-right: 100px solid transparent;
	border-left: 100px solid transparent;
	-moz-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	float: left;
}

.zom6 {
	zoom: 0.06;
	border-bottom: 70px solid yellow;
}

.zom6:before {
	border-bottom: 80px solid yellow;
}

.zom6:after {
	border-bottom: 70px solid yellow;
}

.zom8 {
	zoom: 0.08;
	border-bottom: 70px solid yellow;
}

.zom8:before {
	border-bottom: 80px solid yellow;
}

.zom8:after {
	border-bottom: 70px solid yellow;
}

.zom8red {
	border-bottom: 70px solid red;
}

.zom8red:before {
	border-bottom: 80px solid red;
}

.zom8red:after {
	border-bottom: 70px solid red;
}

.star-five:before {
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	height: 0;
	width: 0;
	top: -45px;
	left: -65px;
	display: block;
	content: '';
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
}

.star-five:after {
	position: absolute;
	display: block;
	color: yellow;
	top: 3px;
	left: -105px;
	width: 0px;
	height: 0px;
	border-right: 100px solid transparent;
	border-left: 100px solid transparent;
	-webkit-transform: rotate(-70deg);
	-moz-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	-o-transform: rotate(-70deg);
	content: '';
}