body,html,#container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "微软雅黑";
}

.topDiv{
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: transparent;
    position: fixed;
    z-index: 999999;
}
.topToolsDiv{

    width: 866px;
    height: 38px;
    /* background: blue; */
    margin-left: 150px;
    margin-top: 5px;
    pointer-events: auto;
}

.searchLonLatInput{
   background: aliceblue;
    height: 34px;
    width: 200px;
    border: solid 1px aquamarine;
    border-radius: 6px;
    color: darkcyan;
    opacity: 80%;
    float: left;
}

/*input:-moz-placeholder,input:-ms-input-placeholder,input:-webkit-input-placeholder{ */
/*    color: blue ;*/
/*} */

/*.searchLonLatBtn{*/
/*    width: 59px;*/
/*    height: 40px;*/
/*    border: solid 1px aquamarine;*/
/*    border-radius: 8px;*/
/*    color: aquamarine;*/
/*    background: transparent;*/
/*}*/

/*.clearPointBtn{*/
/*    width: 59px;*/
/*    height: 40px;*/
/*    border: solid 1px aquamarine;*/
/*    border-radius: 8px;*/
/*    color: aquamarine;*/
/*    background: transparent;*/
/*}*/

.btn{
    width: 73px;
    height: 34px;
    border: solid 1px aquamarine;
    border-radius: 8px;
    color: aquamarine;
    background: transparent;
    font-size: 14px;
    float: left;
}


.btnDark{
    
    border: solid 1px blueviolet  !important;
    color: blueviolet  !important;
   
}


/*.moreToolsBtn{*/
    
/*}*/


#toastContainer {
  position: fixed; /* 设置为固定定位，让消息框始终显示在页面的某个位置 */
  top: 50%; /* 设置消息框距离页面顶部的位置为页面高度的一半 */
  left: 50%; /* 设置消息框距离页面左侧的位置为页面宽度的一半 */
  transform: translate(-50%, -50%); /* 使用 transform 属性来水平和垂直居中消息框 */
  padding: 10px; /* 设置内边距，增加消息框的可读性 */
  background-color: #333; /* 设置背景颜色为黑色 */
  color: #fff; /* 设置文字颜色为白色 */
  border-radius: 5px; /* 设置边框圆角为5px，让消息框更加美观 */
  opacity: 0; /* 初始状态下，设置消息框的透明度为0，隐藏消息框 */
  transition: opacity 0.3s ease-in-out; /* 设置动画过渡效果，让消息框的显示和隐藏变得平滑 */
}


.mapTypeSelect{
    width: 77px;
    height: 34px;
    background: transparent;
    border: solid 1px aquamarine;
    color: aquamarine;
    border-radius: 8px;
    float: left;
}