#markListPage,#markListPage *{
    box-sizing: border-box;
    font-size: 12px;
    color: #999;
}
#markListPage{
    padding: 0 20px;
}
/*标记类型*/
#markListPage .typeChangeCtrl a{
    display: inline-block;
    width: 60px;
    text-align: left;
    text-decoration: none;
}
#markListPage .typeChangeCtrl a.chose{
    font-weight: 700;
    color: #2770d4;
}
/*全部设置*/
/*#markListPage .allshowCtrl .right{*/
/*    height:100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
#markListPage .allshowCtrl .right span{
    display: inline-block;
    width: 50px;
    border: 1px solid #ddd;
    background: #f6f6f6;
    text-align: center;
    height: 22px;
    line-height: 20px;
    cursor: pointer;
}
#markListPage .allshowCtrl .right span.chose{
    border: 1px solid #2770d4;
    background: #2770d4;
    color:white;
    font-weight: 700;
    background: #2770d4;
    color: white;
}
/*搜索*/
#markListPage .searchCtrl{
    display: flex;
    align-items: center;
}
#markListPage .searchCtrl input{
    height: 20px;
    width:90%;
    border: 1px solid #dddddd;
    background: #f6f6f6;
    outline: none;
}
/*#markListPage .searchCtrl input:focus{*/
/*    border:1px solid #dddddd!important;*/
/*}*/
#markListPage .searchCtrl span{
    height: 20px;
    width:20px;
    border: 1px solid #dddddd;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    line-height: 15px;
}

/*内容*/
#markListPage .markContent{
    overflow-x: hidden;
    overflow-y: auto;
}
#markListPage .markContent .left{
    cursor:pointer;
}
/*组样式*/
#markListPage .markContent .groupItem{
    width: 100%;
}
#markListPage .markContent .groupContent{
    width: 100%;
    padding-left: 20px;
    display: none;
}
#markListPage .markContent .groupContent.show{
    display: inherit;
}
#markListPage .markContent .groupIcon,#markListPage .markContent .featureIcon{
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
}
/*组展开样式*/
#markListPage .markContent .groupItem.chose .groupIcon{
    /*transform-origin: 5px 13px;*/
    transform: rotate(90deg);
}
#markListPage .markContent .groupContent.chose{
    display: block;
}
#markListPage .markContent .groupContent .featureContent.hide{
    display: none;
}
/*控制按钮样式*/
#markListPage .markContent .controlButton{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin:0 5px;
    /*border:1px solid #c0c0c0;*/
    position: relative;
    top:2px;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/*编辑页面样式*/
#markEditPage,#markEditPage *{
    box-sizing: border-box;
    font-size: 14px;
    color: #999;
}
#markEditPage{
    padding: 0 20px;
}
#markEditPage table{
    width: 100%;
}
#markEditPage tr{
    line-height: 100%;
}
/*下拉框、输入框样式*/
#markEditPage .trGroup select,#markEditPage .trName input,#markEditPage .trRadius input{
    height: 25px;
    width: 80%;
    border: 1px solid #ddd;
    color:#666;
    outline: none;
    border-radius: 3px;
}
#markEditPage .trType span{
    display: inline-block;
    width: 25px;
    height: 25px;
    /*border: 1px solid #ddd;*/
    border-radius: 3px;
    cursor: pointer;
    margin-right: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#markEditPage .trGroup span{
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    line-height: 20px;
    font-size: 20px;
    border-left: none;
    cursor: pointer;
    position: relative;
    left: -5px;
    top: 7px;
    overflow: hidden;
    text-indent: 4px;
}
#markEditPage .trName span{
    display: inline-block;
    width:25px;
    height:25px;
    border:1px solid #ddd;
    margin:0 3px;
    cursor: pointer;
    position: relative;
    top: 7px;
    overflow: hidden
}
#markEditPage .trName .markIcon{
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}
#markEditPage .trLineType span{
    display: inline-block;
    margin-right: 20px;
}
#markEditPage .trLineType input,#markEditPage .trLineType label{
    cursor: pointer;
}
#markEditPage .trCoord td{
    border: 1px solid #efefef;
    vertical-align: top;
}
#markEditPage .trCoord .coordTypes span{
    font-size: 12px;
    color: #999;
    margin:0 10px;
    cursor: pointer;
}
#markEditPage .trCoord .coordTypes .coordType{
}
#markEditPage .trCoord .coordTypes .coordType.chose{
    color: #2770d4;
    font-weight: bold;
}

/*按钮样式*/
#markEditPage .trButton input{
    width: 110px;
    height:30px;
    /*line-height: 30px;*/
    border:1px solid #2770d4;
    color:#2770d4;
    background: white;
    border-radius: 3px;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
    top: 5px;
    outline: none;
}
#markEditPage .trButton input.chose{
    background: #2770d4;
    color: white;
}

/*坐标块样式*/
.coordItem{
    height: 35px;
}
.coordItem .coordContent{
    display: inline-block;
    margin: 0 4px;
}
.coordItem .coordContent .coordLL{
    display: inline-block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    border-radius: 2px;
    border:1px solid #ddd;
    position: relative;
    top:5px;
}
.coordItem .coordDelete span{
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    overflow: hidden;
    font-size: 25px!important;
    font-weight: 100;
    position: relative;
    top: 5px;
    left: -10px;
}
/*坐标样式类型*/
.coordItem .coordValue{
    height:20px;
    background: #f6f6f6;
    outline: none;
    line-height: 20px;
    padding: 0 1px;
    border:1px solid #ddd;
    border-radius: 2px;
}
.coordItem .coord1 .coordValue{
    width: 110px;
}
.coordItem .coord2 .coordValue{
    width: 55px;
}
.coordItem .coord3 .coordValue{
    width: 35px;
}
.coordItem .coordF.coord1{
    display: none;
}
.coordItem .coordM.coord1,.coordItem .coordM.coord2{
    display: none;
}
/*南北纬、东西经按钮样式*/
/*.coordItem .coordSN.isNegative{*/
/*    background-color: red;*/
/*}*/
/*.coordItem .coordEW.isNegative{*/
/*    background-color: blue;*/
/*}*/

/*添加分组样式*/
#addGroupPage input[type=text]{
    width:160px;
    height:20px;
    border-radius: 2px;
    background-color: #f6f6f6;
    outline: none;
    border:1px solid #ddd;

}
#addGroupPage{
    overflow: hidden;
    font-size: 12px;
}
#addGroupPage tr{
    height:45px;
}
#addGroupPage input[type=button]{
    width: 110px;
    height:30px;
    /*line-height: 30px;*/
    border:1px solid #2770d4;
    color:#2770d4;
    background: white;
    border-radius: 3px;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
    top: 5px;
    outline: none;
}
#addGroupPage input[type=button].chose{
    background: #2770d4;
    color: white;
}

/*更改标记弹出样式*/
#changeIconPage,#changeIconPage *{
    box-sizing: border-box;
    font-size: 14px;
    color: #999;
}
#changeIconPage{
    padding: 10px;
}
#changeIconPage .changeIconType{
    width:24px;
    height:24px;
    margin: 10px 10px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: 5px;
    background-size: 70% 70%;
    background-position: center;
}
#changeIconPage .changeIconCancle{
    width: 100%;
    height:40px;
    text-align: right;
    line-height: 40px;
}
#changeIconPage .changeIconCancle input{
    width: 110px;
    height:30px;
    /*line-height: 30px;*/
    border:1px solid #2770d4;
    background: #2770d4;
    color: white;
    border-radius: 3px;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
    top: 5px;
    outline: none;
}


    /*标记tooltip样式*/
.mark_point_tooltip {
    position: absolute;
    padding: 1px 4px;
    border-radius: 2px;
    border: none;
    left: 3px;
    top: -8px;
    font-size: 12px;
    background: rgba(1, 29, 60, .8) !important;
    box-shadow: none;
    color: #fff;
    margin-left: 8px
}
.mark_point_tooltip em {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 4px 4px 4px 0;
    border-color: transparent rgba(1, 29, 60, .8) transparent transparent;
    border-style: solid;
    position: absolute;
    left: -4px;
    top: 6px
}
