th, td {
    vertical-align: top;
    text-align: left;
}

#map {
    width: 100%;
    height: 100%;
	min-height:540px
}

.ol-popup {
    display: none;
    position: absolute;
    background-color: white;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;   
    height: auto;
    width: auto;
	min-width:120px;
	text-align:center;
	color:#333333;
	font-size: 1.1em;
	font-family:'Microsoft Yahei';
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "";
}

.ol-attribution a {
    text-decoration: none;
    color: #666;
    font-family: sans-serif;
}

.info {width:120%; min-height:520px; background-color:#eee; color:#333; padding:10px; text-align:left; font-family:'宋体'; font-size: 0.9em;}