
.carInfo{
	width: 0;
	height: 0;
	background: #061f3e;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	border-radius: 8px;
	display: none;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.carInfo .carClose{
	display: block;
	width: 44px;
	height: 44px;
	background: url(/2/image/s_ico3.png);
	background-size: 100% 100%;
	position: absolute;
	top: -22px;
	right: -22px;
	display: none;
	transition: 0.3s;
}
.carInfo .carClose:hover{
	transform: rotate(180deg);
}
.infoBox{
	height: 100%;
	display: none;
}
.infoBox .infoTop{
	height: 15.4%;
}
.infoBox .infoTop .infoTit{
	height: 40%;
	text-align: center;
	position: relative;
	top: 30%;
}
.infoBox .infoTop .infoTit img{
	height: 100%;
	max-height: 68px;
	width: auto;
}
.table{width: 90%;margin: 10px;border-collapse: collapse;height: 100%;overflow: auto;display: block}
th,tb{height: 25px;line-height: 25px;text-align: center;border: 1px solid #ccc}
th{font-weight: normal}
tr{}