/* 引入各组件对应的样式  根据需求选这 */
@import './fonts/style.css';
@import "../public/mapview/css/map/fam.css";
@import './MapCheckYear/index.css';
/* @import './MapColorBar/index.css'; */
/* @import './MapFastPosition/index.css'; */
/* @import './MapToolboxSet/index.css'; */
/* @import './MapChangeType/index.css'; */
@import './MapFrameGroup/index.css';
/* @import './MapIndustryTab/index.css'; */
/* @import './MapScale/index.css'; */
@import './MapTab/index.css';
/* @import './MapTabMap/index.css'; */
/* @import './MapTabWind/index.css'; */
/* @import './MapZoomBtn/index.css'; */
/* @import './TimePlayer/index.css'; */
/* 地图整体布局样式  根据需求自定义*/
.app-zone-l {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
}
.app-zone-r {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
}
.app-zone-r::after{
    clear: both;
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
}

.app-zone-r .col {
    z-index: 1;
    position: relative;
    height: 100%;
    float: right;
}
.tools-t {
    position: absolute;
    top: 50px;
    right: calc(50vw - 590px);
    z-index: 100;
}
.tools-t-2{
    position: absolute;
    top: 10px;
    right: 52px;
}
.tools-b {
    position: absolute;
    right: 10px;
    bottom: 40px;
}
.tools-b .app-tools {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.legends {
    position: relative;
}
.legends li.legend {
    position: relative;
    width: 100%;
    margin-top: 10px;
    min-height: 20px;
    display: none;
    line-height: normal;
}

.app-zone-l .col {
    position: relative;
    height: 100%;
    float: left;
}

/* 清除bootstrap样式 */
label{
    font-weight: normal;
}
