@charset "utf-8";
/* CSS Document */

.search-bar .left-box ul li.list a {
	background: url(../img/icon/list-on.png) no-repeat;
	background-size: 100%;
	width: 32px;
	height: 33px;
	display: block;
}
.search-bar .left-box ul li.square a {
	background: url(../img/icon/square-off.png) no-repeat;
	background-size: 100%;
	width: 32px;
	height: 33px;
	display: block;
}
.car ul.numberandshop {
	position: absolute;
	top: 0;
	right: 0;
}
.car ul.numberandshop li {
	padding: 5px;
}
.car ul.numberandshop li:nth-child(1) {
	background: #E80000;
	color: #FFF;
	font-size: 12px;
}
.car ul.numberandshop li:nth-child(1) span {
	font-weight: bold;
}
.car ul.numberandshop li:nth-child(2) {
	background: #58595B;
	font-size: 13px;
	color: #FFF;
}
.car {
	background: #FFF;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s ease-in-out;
	margin-bottom: 25px;
	width:100%;
}
.car:before, .car:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.car .pic i {
	top: -10px;
	left: -10px;
}
.car .pic {
	float: left;
	width: 20%;
	position: relative;
}
.car .txt {
	float: right;
	width: 78%;
	position: relative;
}
 @media only screen and (max-width:736px) {
.car ul.numberandshop {
	position: static;
	float: right;
}
.car ul.numberandshop li:nth-child(1) {
	background: none;
	color: #333;
}
.car {
	padding: 10px;
}
.car .pic i {
	top: 10px;
	left: 0;
}
.car .pic, .car .txt {
	float: none;
	width: auto;
	position: relative;
}
}
.car .txt h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
    color: #ec1b23;
}
 @media only screen and (max-width:736px) {
.car .txt h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
}
.car .txt ul.car-detail li {
	float: left;
	width: 31%;
	margin-right: 2%;
}
.car .txt ul.car-detail li:nth-child(2) {
	width: 34%;
}
.car .txt ul.car-detail li dl.box{
	display: flex;
}
.car .txt ul.car-detail li dl.box dt {
	width: 35%;
	font-size: 14px;
	background: #F7F7F7;
	margin-right: 2%;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
	border: 1px solid #EEE;
}
.car .txt ul.car-detail li dl.box dd {
	width: 68%;
	font-size: 14px;
	padding: 3px 0 0 0;
}
.car .txt ul.car-detail li dl.box dd br {
	display: none;
}
.car .txt ul.car-detail li:nth-child(2) dl.box dt {
	width: 23%;
}
.car .txt ul.car-detail li:nth-child(2) dl.box dd {
	width: 75%;
}
 @media only screen and (max-width:736px) {
.car .txt ul.car-detail li {
	float: none;
	width: auto;
	margin-right: 0;
}
.car .txt ul.car-detail li:nth-child(2) {
	width: auto;
}
.car .txt ul.car-detail li:nth-child(2n) {
	margin-right: 0;
}
.car .txt ul.car-detail li dl.box dt {
	width: 30%;
	font-size: 13px;
}
.car .txt ul.car-detail li dl.box dd {
	width: 68%;
	font-size: 13px;
}
.car .txt ul.car-detail li dl.box dd br {
	display: none;
}
.car .txt ul.car-detail li:nth-child(2) dl.box dt {
	width: 30%;
}
.car .txt ul.car-detail li:nth-child(2) dl.box dd {
	width: 68%;
}
.car .pic i.talk {
    top: 30px !important;
}
 .gray_out {
     height: calc(100% - 33px) !important;
 }
}
