.cesium-viewer-toolbar {
    top: 50px;
}
.tooltip{
	z-index:9999999999999999999 !important;
}
a:hover {
    text-decoration: none !important;
}
.cesium-viewer-bottom{
	display:none;
}

/*滚动条样式*/
.scrollbar::-webkit-scrollbar { /*滚动条整体样式*/
	width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 15px;
}
.scrollbar::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
 	border-radius: 0.01px;
  	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
 	background: #718db0;
}
.scrollbar::-webkit-scrollbar-track {/*滚动条里面轨道*/
  	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
   	border-radius: 0.01px;
   	background-color: #dfefff;
}

/*********************************地图导航器样式修改******************************************************/
.cesium-viewer-cesiumWidgetContainer .navigation-controls {
    top: calc(100% - 150px);
}
.cesium-viewer-cesiumWidgetContainer .compass {
    top: calc(100% - 250px);
    display: block !important;
}
.compass-outer-ring-background {/*陀螺仪外环背景色*/
    border: 12px solid rgba(0, 49, 124, 0.7) !important;
}
.compass-rotation-marker {/*陀螺仪外环svg色*/
    fill: rgb(0, 195, 255) !important;
}
.compass-outer-ring {/*陀螺仪外环svg色*/
    fill: rgb(0, 195, 255) !important;
}
.compass-gyro-background {/*陀螺仪内环背景色*/
    background-color: rgba(0, 49, 124, 0.7) !important;
}
.compass-gyro {/*陀螺仪内环svg色*/
    fill: rgb(0, 195, 255) !important;
}
.navigation-control {/*鱼骨背景色*/
    border-bottom: 1px solid rgb(0, 195, 255) !important;
    background-color: rgba(0, 49, 124, 0.7) !important;
}
.navigation-control-last {/*鱼骨背景色*/
    background-color: rgba(0, 49, 124, 0.7) !important;
}
.navigation-control-icon-zoom-in, .navigation-control-icon-zoom-out {/*鱼骨填充色*/
    color: rgba(1, 224, 251, 1) !important;
}
.navigation-control-icon-reset {/*鱼骨填充色*/
    fill: rgba(1, 224, 251, 1) !important;
}
.distance-legend {/*比例尺背景色*/
    background-color: rgba(0, 49, 124, 0.7) !important;
}
.distance-legend-label {/*比例尺文字色*/
    color: rgb(0, 195, 255) !important;
}
.distance-legend-scale-bar {/*比例尺文字下的比例尺颜色*/
    border-left:1px solid rgb(0, 195, 255) !important;
    border-right:1px solid rgb(0, 195, 255) !important;
    border-bottom:1px solid rgb(0, 195, 255) !important;
}

/*信息框1*/
.a3d-dynamic-layer {
    display: none;
    user-select: none;
    pointer-events: none;
    position: fixed;
    z-index: 99999;
}
.a3d-dynamic-layer .line {
    position: absolute;
    margin-left: calc(50%);
    width: 22px;
    height: 100px;
    bottom: -100px;
    background: url(./img/DivInfoBox/line.png);
}
.a3d-dynamic-layer .main {
	opacity: 0;
    color: white;
    font-size: 14px;
    user-select: text;
    pointer-events: auto;
}
.a3d-dynamic-layer .title {
	height: 27px;
    line-height: 27px;
    font-weight: bolder;
    font-family: 黑体;
    font-size: 16px;
    padding: 0px 31% 0px 4px;
    color: cyan;
    user-select: text;
    background: url(./img/DivInfoBox/title.png) no-repeat;
    background-size: 100% 100%;
}
.a3d-dynamic-layer .container {
    font-weight: bolder;
    font-size: 13px;
    padding: 0px 4px 4px 4px;
    user-select: text;
    background: url(./img/DivInfoBox/container.png) no-repeat;
    background-size: 100% 100%;
}

/*气泡条样式start*/
.leaflet-popup {
    position: fixed;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    cursor: pointer;
}
/*气泡条样式end*/

/*信息框3*/
.a3d-dynamic-layer3{
    /*重要*/
    display: none;
    user-select: none; /*禁止选中*/
    pointer-events: none; /*鼠标穿透*/
    /*重要*/
    position: fixed;
    top:0;
    left:0;
    width: 320px;
    height:250px;
    z-index: 99999;
}
.a3d-dynamic-layer3 .line{
    position: absolute;
    left:-6px;
    width:0px;
    height:100px;
    bottom: 5px;
    background:url("./img/ysc/line.png")
}
.a3d-dynamic-layer3 .main{
    display: none;
    position: absolute;
    top:0;
    left:40px;
    right:0;
    bottom: 99px;
    background:url("./img/ysc/layer_border1.png") no-repeat;
    background-size:100% 100%;
    color:white;
    padding: 20px 5px 5px 20px;
    font-size: 14px;
    user-select:text;
    pointer-events:auto;
}
.a3d-dynamic-layer3 .main .title {
    position: inherit;
    width: 255px;
    height: 35px;
    margin-left: 26px;
    line-height: 29px;
    font-size: 1.6vh;
    text-align: left;
    font-weight: 700;
    color: rgba(255,255,255,1);
    text-shadow: 0 0 9px rgba(127,255,255,.75);
}
.a3d-dynamic-layer3 .main .content {
    position: inherit;
    top: 55px;
    left: 35px;
    width: 230px;
    height: 90px;
    text-align: left;
    color: rgba(255,255,255,1);
    overflow-y: auto;
}

/*标绘工具样式start*/
.plot-draw-tip-container {
	position: absolute;
	background: rgba(0, 0, 0, 0.637);
	padding: 6px;
	color: white;
	pointer-events: none;
}
.plot-draw-tip-container::before {
	position: absolute;
	content: "";
	top: calc(50% - 10px);
	left: -10px;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-right: 10px solid rgba(0, 0, 0, 0.637);
}
/*标绘工具样式end*/