.ftype {
    margin: 10px 3px 0px 0;
    height: 24px;
    border-radius: 2px;
    display: inline-block;
    padding-right: 3px;
    box-sizing: border-box;
}
.ftype i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/uploads/image/cipcbrevision/icon_factory.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-right: 3px;
    border-radius: 4px;
}
.ftype span{
    vertical-align: middle;
    font-size: 12px;
    
}

.ftype1{
    background: rgba(255, 153, 0, 0.1);
}
.ftype1 i{
    background-color: #f90;
}
.ftype1 span{
    color: #f90;
}

.ftype2{
    background: #e2edfe;
}
.ftype2 i{
    background-color: #0868f9;
}
.ftype2 span{
    color: #0868f9;
}





.factoryamap {
    display: flex;
    /* box-shadow: inset 0px -3px 24px 4px rgba(0,0,0,0.1) */

    box-shadow: 0px -3px 24px 4px rgba(0,0,0,0.1)
}

    .factoryamap .fleft {
        width: 500px;
        padding: 20px 0;
        box-sizing: border-box;
        background-color:#fff;
        border-right:1px solid #e4ddd2;
        height: 980px;
        overflow-y: scroll;

    }
        .factoryamap .fleft li{
            cursor:pointer;
            padding: 15px 20px;
            box-sizing: border-box;
        }
        .factoryamap .fleft li:hover{
            background-color: rgba(255,152,0,0.1);
        }
        .factoryamap .fleft li:hover .frange{
            background-color: transparent;
        }

        .factoryamap .fleft .btitle .name {
            font-size: 20px;
            color: #333;
        }

        .factoryamap .fleft .btitle .point {
            color: #999;
            font-size: 14px;
        }
        .factoryamap .fleft .btitle .point i{
            display: inline-block;
            width: 14px;
            height: 14px;
            background-image: url(/uploads/image/cipcbrevision/icon_point.png);
            background-size: 100% 100%;
            margin-right: 5px;
        }



        .factoryamap .fleft .fname{
            margin-top: 14px;
        }
        .factoryamap .fleft .fname span {
            background-color: #f1ede8;
            font-size: 14px;
            padding: 3px 5px;
            box-sizing: border-box;
            color: #333;
            margin-right: 5px;
        }

        .factoryamap .fleft .fname .yelspan {
            background-color: #fff5e7;
            color: #f90;
        }

        .factoryamap .fleft .frange {
            width: 460px;
            background-color: #fbf9f8;
            line-height: 40px;
            color: #999;
            padding:0 25px 0 13px;
            box-sizing: border-box;
            margin-top:12px;
            position: relative;
        }
        .factoryamap .fleft .frange .rightjt{
            position: absolute;
            right: 17px;
            top:50%;
            display: inline-block;
            width: 30px;
            height: 30px;
            background-image: url(/uploads/image/cipcbrevision/icon_rightjt.png);
            background-size: 100% 100%;
            margin-top: -15px;
        }

            .factoryamap .fleft .frange span {
                color: #333;
            }

    .factoryamap .fright {
        flex: 1;
    }

        .factoryamap .fright #container {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .amap-info-content{
            padding: 0;
            background-color: transparent;
            border-radius: 8px;
            overflow: hidden;
            
        }

        .amapmarkerimg{
            width: 120px;
            height: 114px;
            background-image: url(/uploads/image/cipcbrevision/amappoint.png);
        }


.mapalert {
    /* display: none; */
    width: 310px;
    /* position: absolute;
    left: 50%;
    top: 50%; */
    border: 1px solid #f90;
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
    /* margin-left: -140px; */
    /* margin-top: -108px; */
    z-index: 999;
    padding: 15px 10px;
    box-sizing: border-box;
}
.mapalert .sj{
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #f90 transparent transparent transparent;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -5px;
}
.mapalert .atitle{
    font-size:20px;
    color:#333;
}
    /* .mapalert .acon span {
        display: inline-block;
        margin: 10px 10px 0 0;
        height: 24px;
        background: rgba(255, 153, 0, 0.1);
        border-radius: 2px;
        background-image: ;
        background-size: 24px 24px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 12px;
        padding-left: 30px;
        line-height: 24px;
    } */
    .mapalert .detail {
        position: absolute;
        right: 10px;
        bottom: 15px;
        cursor: pointer;
    }
    .mapalert .detail a{
        color: #333;
    }

    .amapmarker{
        width:100px;
        height: 50px;
        background-color: #f90;
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        border-radius: 4px;
    }