.icon-shop-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.hung3em {
  text-indent: -3em;
  padding-left: 3em;
}

.dealer-list {
  background-color: #fff;
}

.dealer-type-nav {
  font-size: 0;
  height: 48px;
  box-sizing:content-box;
}
.dealer-type-nav div {
  border-top: 3px solid #b9b9b9;
  box-sizing: content-box;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #b7b7b7;
  display: inline-block;
  width: 50%;
  float: left;
}
.dealer-type-nav i {
  vertical-align: -9px;
}
.dealer-type-nav .dealer-type-active {
  border-top-color: #038b5a;
  color: #038b5a;
  background-color: #f2f2f2;
}
.dealer-type-nav .dealer-type-active a {
  display: block;
}

.dealer-filter-nav {
  border-bottom: 1px solid #b7b7b7;
  font-size: 0;
  height: 40px;
  box-sizing: border-box;
}
.dealer-filter-nav div {
  height: 17px;
  line-height: 17px;
  float: left;
  width: 50%;
  text-align: center;
  margin: 10px 0 12px 0;
  font-size: 14px;
  color: #666666;
}
.dealer-filter-nav div:last-of-type {
  border-left: 1px solid #b7b7b7;
}
.dealer-filter-nav .dealer-filter-active {
  color: #038b5a;
  position: relative;
}
.dealer-filter-nav .dealer-filter-active .icon-shop-arrow {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 2px;
}
.dealer-filter-nav .dealer-filter-active:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  background-color: #fff;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: -17px;
}

.dealer-filter-bd {
  display: none;
  font-size: 0;
  border-bottom: 1px solid #b7b7b7;
}

.dealer-filter-bd-active {
  display: block;
}
#dealer-filter-city{
  font-size: 0;
  box-sizing:content-box;
  height: 49px;
}

#dealer-filter-city div {
  box-sizing: border-box;
  float: left;
  width: 33.33333%;
  color: #999999;
  font-size: 13px;
  height: 13px;
  line-height: 13px;
  border-right: 1px solid #e3e3e3;
  margin: 18px 0;
  text-align: center;
  position: relative;
}
#dealer-filter-city div:last-of-type {
  border-right: 0;
}
#dealer-filter-city select {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 50px;
  top: -19px;
  left: 0;
}

#dealer-filter-area .dealer-filter-area-row {
  margin: 0 20px;
  overflow: hidden;
  border-bottom: 1px solid #e3e3e3;
}
#dealer-filter-area .dealer-filter-area-row:last-of-type {
  border-bottom: none;
}
#dealer-filter-area .dealer-filter-area-row a {
  box-sizing: border-box;
  display: block;
  width: 33.33333%;
  float: left;
  text-align: center;
  padding: 15px 0;
}
#dealer-filter-area .dealer-filter-area-row a:last-of-type div {
  border-right: 0;
}
#dealer-filter-area .dealer-filter-area-row a div {
  height: 14px;
  font-size: 14px;
  color: #999999;
  border-right: 1px solid #e3e3e3;
}
#dealer-filter-area .dealer-filter-area-row a.dealer-filter-area-active div {
  color: #038b5a;
}

.dealer-shop-items {
  border-top: 10px solid #e7e7e7;
}
.dealer-shop-items > li {
  margin: 0 10px;
  padding: 15px 0;
  border-bottom: 1px solid #b7b7b7;
}
.dealer-shop-items > li:last-of-type {
  border-bottom: 0;
}
.dealer-shop-items > li h3 {
  font-size: 14px;
  color: #333333;
  line-height: 100%;
  padding-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
}
.dealer-shop-items > li .dealer-shop-detail {
  overflow: hidden;
  max-height: 73px;
}
.dealer-shop-items > li .dealer-shop-image {
  float: left;
  width: 94px;
  height: 70px;
}
.dealer-shop-items > li .dealer-shop-image img {
  width: 100%;
  height: 100%;
}
.dealer-shop-items > li .dealer-shop-infomation {
  margin-left: 105px;
}
.dealer-shop-items > li .dealer-shop-infomation p {
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
}
.dealer-shop-items > li .dealer-shop-infomation .dealer-shop-location {
  overflow: hidden;
  white-space: normal;
  line-height: 16px;
}
.dealer-shop-items > li .dealer-shop-infomation .dealer-shop-location em {
  line-height: normal;
  position: relative;
  top: -1px;
}
.dealer-shop-items > li .dealer-shop-infomation .dealer-shop-link {
  width: 75px;
  height: 25px;
  line-height: 24px;
  border: 1px solid #038b5a;
  font-size: 13px;
  color: #038b5a;
  background-color: #fff;
  text-align: center;
  display: block;
}
.dealer-shop-items > li .dealer-shop-product-types > p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 15px;
  color: #333333;
}
.dealer-shop-items > li .sct-summary {
  border: 1px solid #b7b7b7;
  font-size: 0;
  position: relative;
  margin-top: 12px;
  padding-bottom: 10px;
}
.dealer-shop-items > li .sct-summary li {
  display: inline-block;
  margin-top: 9px;
  padding: 0 9px 0 10px;
  font-size: 13px;
  border-right: 1px solid #e3e3e3;
  line-height: 14px;
}
.dealer-shop-items > li .sct-summary li:last-of-type {
  border-right: 0;
}
.dealer-shop-items > li .sct-summary:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  color: #b7b7b7;
  border-left: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 18px;
  top: -6px;
  background-color: #fff;
}

#dealer-store-list .dealer-shop-items > li h3 {
  padding-bottom: 10px;
}
#dealer-store-list .dealer-shop-items > li .dealer-shop-detail {
  max-height: 95px;
}
#dealer-store-list .dealer-shop-items > li .dealer-shop-image {
  height: 95px;
  width: 95px;
}
#dealer-store-list .dealer-shop-items > li .dealer-shop-infomation {
  margin-left: 100px;
}
#dealer-store-list .dealer-shop-items > li .dealer-shop-infomation p {
  margin-bottom: 5px;
  line-height: 15px;
}
#dealer-store-list .dealer-shop-items > li .dealer-shop-infomation p:last-of-type {
  margin-bottom: 0;
}
#dealer-store-list .dealer-shop-items > li .dealer-shop-infomation .dealer-shop-location {
  margin-bottom: 3px;
}
#dealer-store-list .dealer-shop-items > li .dealer-store-head-link {
  display: inline-block;
  width: 88px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  background-color: #038b5a;
  color: #fff;
}
#dealer-store-list .dealer-shop-items > li .dealer-store-head-link span{
	width: 60px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
#dealer-store-list .dealer-shop-items > li .dealer-store-head-link i {
  vertical-align: middle;
  display: inline-block;
  border-left: 1px solid;
  border-bottom: 1px solid;
  width: 8px;
  height: 8px;
  margin-left: 2px;
  position: relative;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}


/*分页开始*/
/*-----------------分页---------------------------*/
.pageCount{
	padding:15px;
    text-align: center;
}

.pageCount a{ 
  border-radius: 0; text-align:center;
  display:inline-block; 
  height: 25px; line-height: 25px;
  width:60px; border:solid 1px #a7a7a7!important;
  box-sizing: content-box;
}
.pageCount span{ 
  border-radius: 0; text-align:center;
  display:inline-block; 
  height: 25px; line-height: 25px;
  width:60px; border:solid 1px #a7a7a7!important;
  box-sizing: content-box;
}

.pageCount a.disableBtn{ background:#fff; color:#888}
.pageCount select{background-color: #fff;-webkit-appearance: none; border:solid 1px #a7a7a7; border-radius: 0;-webkit-border-radius:0; height: 25px; padding:0 14px ;box-sizing: content-box;}

.pageCount label{ margin: 0 5px; border: 0;display:inline-block;}


label[name="pageDown"]{
	display:inline-block;
	border: 0;
	position: relative;
}

label[name="pageDown"]:after{content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #666 transparent transparent transparent;
	border-width: 4px;
	font-size: 0;
	position: absolute;
	top:12px;
 	right:8px;}

/*分页结束*/
