.kv{ 
	background-image: url(../images/sale/sale_kv.jpg); 
} 

.search{ 
	font-size: 16px; 
	margin-bottom: 1em;
}
.search h3{
	font-size: 23px;
	margin-bottom: 20px;
}
.search .summary{
	display: block;
	margin-bottom: 16px;
}
.search label.label{
	margin-right: 48px;
	/* padding: 16px 0 0 0;  */
	width: 8em;
	display: inline-block;
}
.search select{
	padding: 6px;
	font-size: 16px;
	width: 200px;
	text-transform: capitalize;
}
.search select:nth-of-type(1){
	margin-right: 11px;
}
.search select:nth-of-type(2){ 
}

.search input.keywords{
	height: 2em;width: 26em;
	padding-left: 0.5em;padding-right: 0.5em
}
.search .search-button{
	color: #fff;
	background-color: #000;
	padding-right: 2em;padding-left: 2em;
	margin-left: 1em;
	height: 2em;
	display: inline-block;
}
.search .sp-search-button{
	display: none;
}
.search:after{
	content: '';
	display: block;
	clear: both;
}

.store-type input{
	margin-right: 0.5em;
}

.store-list{ margin-bottom: 22px;}
.store-list .title{ border-top: 1px solid #B5B5B5; border-bottom: 1px solid #B5B5B5; height: 36px; background-color: #efefef}
.store-list .title .icon{ border-right: 1px solid #B5B5B5; line-height:36px; height: 36px; width: 33px; background: url("../images/sale/sale_store_list_icon_1.png") no-repeat center center; float: left;}
.store-list .title .text{ color: #333; font-size: 14px; line-height: 36px; margin-left: 7px; float: left;}
.store-list .title .return{ background: url("../images/sale/sale_store_list_icon_2.png") no-repeat scroll 0 11px transparent; color: #333333; float: right;  font-size: 12px; line-height: 36px;  padding-left: 12px; text-decoration: none; margin-right: 12px}
.store-list ul{ }
.store-list ul li{ 
	clear: both; position: relative; 
	font-size: 12px;  
	margin-bottom: 2.6em;margin-right: 3%;
	width: 47%;
	vertical-align: top;
	display: inline-block;
}
.store-list ul li:nth-of-type(2n){
	margin-right: 0;
}
.store-list ul li:after{content: '';display: block;clear: both;}
.store-list ul li.current, .store-list ul li.selected{background-color: #edf1f5;}
.store-list ul li .number{display: none; float: left; margin-left: 0px; margin-right: 8px; line-height: 21px; height: 21px; width: 27px; text-align: center;background-color: #045ba8; color: #fff}
.store-list ul li .info{ float: left;line-height: 20px;position: relative;padding-bottom: 1.6em;/*min-height: 184px;*/font-size: 16px;}
.store-list ul li .info .header{font-size:16px;}
.store-list ul li .info .header .icon{ line-height: 16px; display: block; text-align: center;  padding: 0.5em 0; width: 6em; margin: 0.6em 0; background: #045ba8;color: #FFFFFF;}
.store-list ul li .info .header .icon.dealer{ background:#999;}
.store-list ul li .info .text{ color: #666;margin-bottom: 0.4em;}
.store-list ul li .info .links { position: absolute; bottom: 0;}
.store-list ul li .info .links a{ display: inline-block;line-height: 20px; float: left; margin-right: 12px; color: #000; text-decoration: none;}
.store-list ul li .info .links a.map{ background: url("../images/sale/sale_store_list_store_address_icon.png") no-repeat 1px 2px; padding-left: 18px}
.store-list ul li .info .links a.picture{ background: url("../images/sale/sale_store_list_store_picture_icon.png") no-repeat 1px 3px; padding-left: 22px}

.modal .modal-inner{max-width: 700px;width: 60%}
.modal-inner .content{margin:0;} 
.modal-inner .awardicon{float: left;width: 13%}
.modal-inner .awardicon img{display: block}
.modal-inner .intro h4{font-size: 22px;}
.modal-inner .intro{float: right;width: 80%;font-size: 16px;margin-top: -0.5em;}
.modal-inner .product-image{float: right;width: 80%;}
.modal-inner .product-image img{width: 100%}
.modal-inner .btn{display: inline-block;clear: both; border:1px solid #000;    position: relative;  left: 50%;  margin-top: 1em; transform: translateX(-50%);}
.modal #player{background-color: #fff;padding-top: 0; }
#baidumap{height: 400px}
.map_massage li{ font-size: 14px; color: #666}
.map_massage li.title{ color: #000}
#baidumap img{max-width:inherit }

@media screen and (max-width:640px) {
	
	.kv{  
		background-image: url(../images/sale/sale_kv_sp.jpg); 
	}   
	.search label.label{
 		display: none
 	}
	.search select{
		width: 46.8%;
		margin-right: 0;
	}
	.search select:nth-of-type(1) {
	    float: left;
	}
	.search select:nth-of-type(2) {
	    float: right;
	}
	.search input.keywords {
	    width: 100%;
	    float: left;
	}
	.search .search-button{
		display: none;
	} 
	.search .sp-search-button{ 
		display: block;
		clear: both;
	    margin-left: 0; margin-top: 1em;
	    padding-left: 0; padding-right: 0;
	    width: 100%;
	    text-align: center; 
	}
	.store-type{
		width: 49%;
		display: inline-block;
	} 
	.store-list ul li{
		display: block;
		width: 100%;
		margin-bottom: 2em;
	} 
 	.store-list ul li .info{
 		min-height: inherit;
 		padding-bottom: 2em;
 	}
	.modal .modal-inner{width: 98%}
	.modal-inner .intro h4{font-size: 16px;}
	.modal-inner .intro{font-size: 14px;}
}

@media screen and (max-width:375px) { 
}

@media screen and (max-width:320px) { 
}
