/*弹出框样式*/
.cesium-popup {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: left;
}
.cesium-popup-bg-color{
    background: rgba(35,72,72,.6);
    color: white;
}
.cesium-popup-content-wrapper {
    text-align: center;
    max-height: 600px;
    overflow-y: auto;
    box-shadow: 0 3px 14px rgba(0,0,0,.4);
    text-align: left;
    border-radius: 3px;
}
.cesium-popup-content {
    line-height: 1.4;
    font-size: 13px;
}
.cesium-popup-content table{
	width: 100%;
	 bordercollapse: collapse;
	 border-spacing: 0;
}
.cesium-popup-content td{
	border:1px solid #60a5d3;
	text-align: center;
}
.cesium-popup-tip-container{
    margin: 0 auto;
    width: 40px;
    height: 13px;
    position: relative;
    overflow: hidden;
}
.cesium-popup-tip{
    box-shadow: 0 3px 14px rgba(0,0,0,.4);
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cesium-popup-close-button{
    top: 0;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: transparent;
    z-index: 9999;
}
.cesium-popup-close-button:hover {
    cursor: pointer;
    color: #23527c;
}
.cesium-popup .show_detailsInfo.hide{
	padding: 5px 0;
	height:30px;
	display: none;
}
.cesium-popup .show_detailsInfo.hide button{
	transform: translate(50%,-0%);
	color: #FF0000;
	background: #FFF;
	border: none;
	outline: none;
}