*{
    margin:0;
    padding:0;
}
html{
    width:100%;
    height:100%;
}
body{
    width:100%;
    height:100%;
}
.title_panel{
    width:100%;
    height:20%;
    background-color:aqua;
}
.map_panel{
    width:100%;
    height:80%;
    /* background-color:bisque; */
}
.left_box{
    /* top:220px;
    left:200px; */
    width:70%;
    /* 99%没有滑动条，100%就出现滑动条 */
    height:100%; 
    /* 可以避免内边距和边框影响盒子大小 */
    box-sizing: border-box; 
    border:1px solid white;
    margin:0 20px;
    border-radius: 5%;
    overflow: hidden;
    /* text-align: center; */
    /*border-top:100px solid transparent;*/
    /* border-bottom:100px solid yellow;
    border-left:100px solid transparent;
    border-right:100px solid transparent; */
}
.right_boxs{
    position:absolute;
    width:29%;
    height:100%; 
    right: 0%;
    top:-20%;
}
.box{
    width:100%;
    height:33%; 
    /* background-image: url("../images/空3.png");
    background-size:fill;
    background-repeat:no-repeat; */
    box-sizing: border-box; 
    overflow-x:hidden;
    padding:5px;
    border:1px solid white;
    border-radius: 15% 5% 15% 5%;
}
#img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 2002;
  }
.layerControl{ 
    position:absolute;
    /* bottom:50px; */
    min-width:200px;
    max-height:400px;
    right:0;
    top:300px;
    z-index:2001;
    color:#ffffff;background-color: rgba(0,10,168,0.4);
    border-width:10px;
    border-radius:10px;
    border-color:#000 #000 #000 #000; 
}
.layerControl .title{
    font-weight:bold;
    font-size:15px;
    margin:10px;
}
.layerTree li{
    list-style:none;
    margin:5px 10px;
}
.layerTree{
    padding:0 0 0 0;
}
/*自定义鹰眼样式*/
.myOverview,.myOverview.ol-uncollapsible
{
    bottom:auto;
    left:auto;
    right:8px;
    top:40px;
}
/*鹰眼控件展开时的控件外边框*/
.myOverview:not(.ol-collapsed)
{
    border:1px solid black;
}
/*鹰眼控件地图容器边框样式*/
.myOverview .ol-overviewmap-map
{
    border:none;
    width:300px;
    height:200px
}
/*鹰眼控件中显示当前窗口区域的边框样式*/
.myOverview .ol-overviewmap-box
{
    border:2px solid red;
}
/*鹰眼控件展开时其控件按钮图标的样式*/
.myOverview:not(.ol-collapsed) button
{
    bottom:auto;
    left:auto;
    right:1px;
    top:1px;
}
#restore{
    position:absolute;
    top:10px;
    left:50px;
    z-index: 2;
    background-color: white;
    border:1px solid rgb(200,200,200);
    border-radius:3px 3px;
    padding:3px;
}
.custom-mouse-position{
    position: absolute;
    bottom:10px;
    right:10px;
    color:#ff2d51;
    font-size: 20px;
    font-family: "微软雅黑";
    z-index: 2;
}
#styleTool {
    display: none;
    position: fixed;
    left: 3%;
    bottom: 6%;
    width: 300px;
    height: 220px;
    background-color: rgba(0,10,168,0.2);
    border: 1px solid black;
    border-radius: 5px;
    z-index: 2;
}

#styleTool .title {
    font-weight:bold;
    height: 40px;
    background-color: midnightblue;
    border-radius: 5px 5px 0 0;
    color: white;
    padding: 0 0 0 5px;
    font-size:30px;
}
#styleTool .title button{
    position: absolute;
    /* background-color: #ffffff;
    color:black; */
    height: 20px;
    width: 20px;
    right: 5px;
    padding: 0 2px 0 2px;
}
#styleTool .tool {
    display: none;
}
#styleTool .tool .ul{
    margin:10px 0 0 0;
}
#styleTool #submitBtn {
    position: absolute;
    height: 25px;
    width: 50px;
    right: 5px;
    bottom: 5px;
}