*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body,#app{
    height: 100%;
    width: 100%;
    

}
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
    
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #e4e4e4;
    border-radius: 6px;
}

/* 滚动条的滑块 */
::-webkit-scrollbar-thumb {
    background-color: #a1a3a9;
    border-radius: 6px;
}
html,body,#app{
    height: 100%;
    width: 100%;
    min-width: 1300px;
    min-height:600px;
    overflow: auto;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    cursor: pointer;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;
}
 .mapgis-web-scene-menuContain span,
i,
em {
    float: unset;
}