body,
html {
	height: 100%;width:100%;background-color:#eee;font-family: Arial, Helvetica, sans-serif,SimHei,Microsoft YaHei,PingFang SC;margin:0;}
/* ---------------首页---------------- */
.home{max-width:750px;height:100%;min-height:667px;
margin:0 auto;
background-image:url(../images/homebg.png);
				 background-repeat: no-repeat;
				 background-position:bottom center;
				 background-size:cover;
}
.top{float: left;}		
.home-con{padding:0 15%;width:70%;text-align: center;color: white;	
	float: left;height:250px;}	
.home-con table{width:100%;}	
.home-con td{padding:1% 0;}
.home-con th{font-size:35px;}
.home-con select{border: #E4E4E4 1px solid;width:100%;height:40px;border-radius:100px;padding:1% 10%;
background-color:rgba(0, 0, 0, 0.3);font-size:16px;color:white;
}
.home-con button{border:#F29603 1px solid;width:100%;height:40px;border-radius:100px;
background-color:#F29603;font-size:18px;color:white;
}
.home-con a{border:#F29603 1px solid;width:100%;height:40px;border-radius:100px;
background-color:#F29603;font-size:18px;color:white;display: block;line-height:40px;
}
/* ---------------附近的门店---------------- */	
.wrap{max-width:750px;margin:0 auto;height: auto;background-color: #E4E4E4;
}
.nav{width:710px;
		         top: 0;
				 background:#183F93;
				 color:white;
				 margin:0 auto;
				 position: fixed;
				 padding:12px 10px 12px 30px;
				 background-image:url(../images/return.svg);
				 background-repeat: no-repeat;
				 background-position:10px center;
				 z-index:999;
		     }
.nav a{color:white;text-decoration:none;font-size:16px;}			
.content{
				 height:auto;
				 margin-top:44px;
				 padding:20px 10px;
		     }
a{text-decoration:none;}	


.subnav{color:#585555;font-size:14px;}
.store_list{background-color:white;border-radius:5px;
padding:15px 0px 15px 15px;margin:15px 0;
box-shadow:0 3px #ccc;
}
.store_list h1,.store_list h1 a{font-size:16px;text-decoration:none;color: #000;margin:0;}
tr,td{margin:0;padding:0;}
.map-ico img{margin-right:10px;}
.map-ico a {color: #888888;}


/* --------------内容--------------- */
.details{height:auto;margin-top:44px;}
.contact{background-color: white;padding-left:10px;}
.contact th{text-align: left;font-size:16px;}
.contact tr{border-bottom:#CCCCCC 1px solid;}