.main-frm-con {
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.esri-view-surface:focus {
    outline: none !important;
}

    .esri-view-surface:focus::after {
        outline: none !important;
    }

.map-con {
    height: 100%;
    width: 100%;
}

.main-map-con {
    height: 100%;
    width: 100%;
}

.main-region-con-outer {
    width: 100%;
    height: 100%;
}

.main-region-con-middle {
    width: 100%;
    height: 100%;
}

.main-region-con-inner {
    width: 100%;
    height: 100%;
}

.map-tool-district-nav {
    position: absolute;
    background-color: #fff;
    display: none;
    height: 160px;
    width: 270px;
    border: 1px solid #d3d3d3;
    padding: 10px;
    z-index: 9999;
}

.shortcut-con-test {
    position: absolute;
    top: 120px;
    right: 20px;
    width: 250px;
    height: 70px;
    pointer-events: all;
    background-color: transparent;
}

    .shortcut-con-test div {
        background-color: transparent!important;
    }

.shortcut-vertical-con-test {
    pointer-events: all;
    position: absolute;
    right: 10px;
    bottom: 200px;
    width: 40px;
    height: 200px;
}

.imp-data-params-set .geo-types {
    position: relative;
    border: 1px solid #d3d3d3;
}

.imp-data-params-set .geo-type-title {
    height: 65px;
    line-height: 65px;
    position: absolute;
    vertical-align: middle;
    width: 110px;
    text-align: center;
    margin-right: 20px;
}

.imp-data-params-set .geo-type-con {
    width: calc(100% - 110px);
    text-align: center;
    display: inline-block;
    margin-left: 110px;
    min-width: 150px;
}

.imp-data-params-set .geo-type-item {
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    color: rgba(30,159,255,1);
}

    .imp-data-params-set .geo-type-item:hover {
        background-color: rgba(211,230,245,.5);
    }

    .imp-data-params-set .geo-type-item i {
        font-size: 24px;
    }

.imp-data-params-set .geo-type-slted {
    background-color: #d3e6f5;
}

.imp-data-params-set .geo-type-con .icon-con {
    margin-top: 0;
}

.imp-data-params-set .coord-sys-con {
    margin-top: 5px;
}

    .imp-data-params-set .coord-sys-con .layui-select-group {
        max-height: 135px;
        top: 35px;
    }
