@charset "utf-8";
#header .logo {
	color: #e60012;
}
#maincontent {
	min-height:400px;
}
#maincontent ul,#maincontent ol,#maincontent li {
	list-style-type:none;
}
#dingche {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0d6e1;
	padding: 10px;
	color: #1d1d1d;
}
#form1 select, #form1 input, #form1 textarea {
	color: #1d1d1d;
	font-size: 17px;
}
#maincontent .dc_leibie {
	line-height: 30px;
	display: block;
	color: #666;
}
#maincontent .xuanxiang {
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
#dingche select, #dingche input, #dingche textarea {
	color: #1d1d1d;
	font-size: 17px;
}
#mainbrandID, #brandID, #sortID, #carID, #lianxiren, #phone, #goumaishijian, #shengfenID, #chengshiID, #beizhu {
	width: 100%;
}
#beizhu {
	height:70px;
}
#tj {
	height: 40px;
	width: 100%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 5px;
	border: 1px solid #CCC;
	background: -moz-linear-gradient(#d8d8d8,#f3f3f3);
	background: -webkit-gradient(linear,left top,left bottom,from(#d8d8d8),to(#f3f3f3));
	background: linear-gradient(top left,#d8d8d8,#f3f3f3);
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#d8d8d8,endColorStr=#f3f3f3);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	cursor: pointer;
}