/*
.pic {
	position: relative;
	text-align: center;
	color: white;
}
*/
.cartbox{
	background: #F9F9F9;
	cursor:pointer;
	padding: 0px;
	height:30px;
	width:100%;
	z-index:10;
}
.cartbox ul li{
	float:left;
	list-style:none;
	margin-left:30px;
	font-size: 20px;
	cursor:pointer;
}
#mask {
	position:absolute;
	z-index:10000;
	background-color:#000;
	display:none;
	top:0;
	left:0;
}
.window{
	display:none;
	position:fixed;
	background-color:#ffffff;
	top:50%;
	left:50%;
	margin-top:-350px;
	margin-left:-500px;
	width:1000px;
	height:700px;
	z-index:10001;
	border-radius: 10px;
}
.mapBottom {
    position: fixed;
    width: 400px;
    height: 430px;
    border: 1px solid #ddd;
    border-radius: 4px;
    top: -440px;
    left: 15%;
    z-index: 1000;
    font: inherit;
    background-color: #fff;
}
.franComList{
    position: absolute;
    top: 0px;
	padding:0px;
    z-index: 900;
	width:100%;
	height:100%;
    overflow-y: hidden;
    overflow-x: hidden;
}