.amap-indoor-map .label-canvas {
    position: absolute;
    top: 0;
    left: 0
}

.amap-indoor-map .highlight-image-con * {
    pointer-events: none
}

.amap-indoormap-floorbar-control {
    position: absolute;
    margin: auto 0;
    bottom: 165px;
    right: 12px;
    width: 35px;
    text-align: center;
    line-height: 1.3em;
    overflow: hidden;
    padding: 0 2px
}

.amap-indoormap-floorbar-control .panel-box {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 3px;
    border: 1px solid #ccc
}

.amap-indoormap-floorbar-control .select-dock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    border: solid #4196ff;
    border-width: 0 2px;
    border-radius: 2px;
    pointer-events: none;
    background: linear-gradient(to bottom, #f6f8f9 0, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%)
}

.amap-indoor-map .transition {
    transition: opacity .2s
}

,
.amap-indoormap-floorbar-control .transition {
    transition: top .2s, margin-top .2s
}

.amap-indoormap-floorbar-control .select-dock:after,
.amap-indoormap-floorbar-control .select-dock:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 10px;
    border: solid transparent;
    border-width: 4px;
    border-left-color: #4196ff
}

.amap-indoormap-floorbar-control .select-dock:after {
    right: 0;
    left: auto;
    border-left-color: transparent;
    border-right-color: #4196ff
}

.amap-indoormap-floorbar-control.is-mobile {
    width: 37px
}

.amap-indoormap-floorbar-control.is-mobile .floor-btn {
    height: 35px;
    line-height: 35px
}

.amap-indoormap-floorbar-control.is-mobile .select-dock {
    height: 35px;
    top: 36px
}

.amap-indoormap-floorbar-control.is-mobile .select-dock:after,
.amap-indoormap-floorbar-control.is-mobile .select-dock:before {
    top: 13px
}

.amap-indoormap-floorbar-control.is-mobile .floor-list-box {
    height: 105px
}

.amap-indoormap-floorbar-control .floor-list-item .floor-btn {
    color: #555;
    font-family: "Times New Roman", sans-serif, "Microsoft Yahei";
    font-size: 16px
}

.amap-indoormap-floorbar-control .floor-list-item.selected .floor-btn {
    color: #000
}

.amap-indoormap-floorbar-control .floor-btn {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.amap-indoormap-floorbar-control .floor-btn:hover {
    background-color: rgba(221, 221, 221, .4)
}

.amap-indoormap-floorbar-control .floor-minus,
.amap-indoormap-floorbar-control .floor-plus {
    position: relative;
    text-indent: -1000em
}

.amap-indoormap-floorbar-control .floor-minus:after,
.amap-indoormap-floorbar-control .floor-plus:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 9px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px 8px;
    border-top-color: #777
}

.amap-indoormap-floorbar-control .floor-minus.disabled,
.amap-indoormap-floorbar-control .floor-plus.disabled {
    opacity: .3
}

.amap-indoormap-floorbar-control .floor-plus:after {
    border-bottom-color: #777;
    border-top-color: transparent;
    top: -3px
}

.amap-indoormap-floorbar-control .floor-list-box {
    max-height: 153px;
    position: relative;
    overflow-y: hidden
}

.amap-indoormap-floorbar-control .floor-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.amap-indoormap-floorbar-control .floor-list-item {
    position: relative
}

.amap-indoormap-floorbar-control .floor-btn.disabled,
.amap-indoormap-floorbar-control .floor-btn.disabled *,
.amap-indoormap-floorbar-control.with-indrm-loader * {
    -webkit-pointer-events: none !important;
    pointer-events: none !important
}

.amap-indoormap-floorbar-control .with-indrm-loader .floor-nonas {
    opacity: .5
}

.amap-indoor-map-moverf-marker {
    color: #555;
    background-color: #FFFEEF;
    border: 1px solid #7E7E7E;
    padding: 3px 6px;
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.2em
}

.amap-indoormap-floorbar-control .amap-indrm-loader {
    -moz-animation: amap-indrm-loader 1.25s infinite linear;
    -webkit-animation: amap-indrm-loader 1.25s infinite linear;
    animation: amap-indrm-loader 1.25s infinite linear;
    border: 2px solid #91A3D8;
    border-right-color: transparent;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@-moz-keyframes amap-indrm-loader {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes amap-indrm-loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes amap-indrm-loader {
    0% {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.my-map {
    height: 630px;
}
@media (max-width:720px){
    .my-map{
        height: 273px;
    }
}

.my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}
.amap-container {
    cursor: url(https://webapi.amap.com/theme/v1.3/openhand.cur), default;
}

.amap-drag {
    cursor: url(https://webapi.amap.com/theme/v1.3/closedhand.cur), default;
}