/* 公共主样式 */
.main{
	height: 100%;
	overflow: hidden;
	background:url(../image/bg.png) no-repeat;
	background-size: 100% 100%;
}

.head{
	height: 10%;
	background: url(../image/head.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0.3rem;
	color: #e3f3ff;
	text-align: center;
	line-height: 0.7rem;
	letter-spacing: 0.1rem;
}
.fbt{
	color: #3cacfe;
	font-size: 0.35rem;
	letter-spacing: 0.05rem;
}
.nav{
	width: 1.5rem;
	height: 0.65rem;
	line-height: 0.65rem;
	background: url(../image/nav.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
}
.navbig{
	width: 1.4rem;
	height: 1rem;
	background: url(../image/navbig.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0.18rem;
	color: #fff;
	display: flex;
	flex-flow: column;
	align-items: center;
	color: #9ed3fd;
}
.navicon{
	width: 0.3rem;
	height: 0.3rem;
	margin: 0.15rem 0 0.1rem 0;
}
 #map {
  width: 100%;
  height: 100%;
}
.itemhead{
	height: 16%;
	color: #fff;
	font-size: 0.16rem;
	/*font-size: 28px;*/
	display: flex;
	align-items: center;
}
.itemhead>img{
	width: 0.19rem;
	height: 0.19rem;
	margin: 0 0.05rem 0 0.25rem;
}
.itembody{
	height: 84%;
}
th,td{
	text-align: center;
	color: #fff;
	font-size: 0.13rem;
}