#rightClickDiv {
    position: absolute;
    border: 1px solid black;
    background-color: rgba(255, 255, 255,.95);
    border: 1px solid #0a506f;
    width: 180px;
    height: 202px;
    opacity: 0.85;
    cursor: pointer;
    border-radius: 4px;
    display: none;
    overflow: hidden;
}
.contrastBtn{
    padding: 15px;
    border-bottom: 1px #ebebeb solid;
}
.contrastBtn i{margin-right: 8px;}
.contrastBtn:hover{
    background: #ebebeb;
    color: #2d7ef4;
}

.contrast-contain{
    width: 400px;
    max-height: 63vh;
    padding-bottom: 15px;
    position: fixed;
    overflow-x: hidden;
    top: 60px;
    right: 40px;
    background: rgba(255,255,255,.8);
    border-radius: 4px;
    overflow: hidden;
    display: none;
}
.contrast-contain table{
    color: #333;
    width: 355px;
    border: 1px #999 solid;
}
.contrast-contain th,.contrast-contain td{
    border: 1px #999 solid;
    padding: 8px 8px;
    line-height: 24px;
}
.list-contrast{
    padding: 35px 15px 15px 15px;
    position: relative;
}
.uav-top-title{
    padding: 9px 15px;
}
.contrast-contain-off{
    position: absolute;
    font-size: 10px;
    line-height: 37px;
    width: 37px;
    text-align: center;
    top: 0;
    right: 0;
    border-radius: 0 4px 0 0;
}
.contrast-contain-off:hover{background: #d05547;}
.query-attribute-btn{
    cursor: pointer;
}
.query-attribute-btn-on{
    background-color: #0A222F;
}
.query-attribute-btn-on span{
    color: #2d7ef4 !important;
}

.tools-item-btn{
    cursor: pointer;
}
.tools-item-btn-on{
    background-color: #0A222F;
}
.tools-item-btn-on span{
    color: #2d7ef4 !important;
}

.contrast-tab-content{
    width: 380px;
    max-height: 51vh;
    overflow-y: auto;
}
.layui-tab-title li .contrast-tab-close{
    color: #333;
}
.contrast-tab-title .layui-this{
    color: #fff;
    background: #2d7ef4;
    border-radius: 2px;
}
.contrast-tab-title .layui-this:after{border: none;}
.layerSearch .el-input__inner{
    width: 90%;
    margin: 10px 0 10px 5%;
    background-color: rgba(255,255,255,0);
    border: 1px #1ce6f8 solid;
    color: #fff;
}

.infowin {
    width: 480px;
    display: none;
    z-index: 10000;
}
.closeBtnProject {
    float: right;
    padding-top: 10px;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    height: 37px;
    width: 37px;
    text-align: center;
    border-radius: 0 4px 0 0;
}
.closeBtnProject:hover{
    background: #d05547;
}

.closeBtnProject:hover {
    cursor: pointer;
}

.modal-title {
    background-color: rgb(64, 128, 141,.9);
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

#content {
    padding-left: 10px;
    padding-top: 10px;
    background-color: rgba(255,255,255,.92);
    height: 500px;
    color:#000000;
    border-radius: 0 0 4px 4px;
}

#arrow {
    position: absolute;
    width: 0px;
    height: 0px;
    line-height: 0px;
    border-right:18px solid rgba(255,255,255,.9);
    border-bottom:12px solid transparent;
    border-top:12px solid transparent;
    left: -15px;
    top: 50%;
    margin-top: -9px;
}
.query_xm_tab_title span{
    color: #333;
}
.query_xm_tab_title .tab_on{
    background: #0099ff;
    border-radius: 4px;
    color: #fff;
}
.formal-table{
    background: rgba(0,0,0,0);
}
.formal-table th, .formal-table tr{
    background: rgba(255,255,255,0);
}
.formal-table thead, .formal-table{color: #333;}
.formal-table td, .formal-table th.is-leaf{
    border-bottom: 1px #e0e0e0 solid;
}

#obtainPopup{
    background: rgba(255,255,255,.9);
    position: absolute;
    display: none;
}
#obtainPopupData{
    padding: 15px 20px;
    width: 330px;
    height: 160px;
}
.obtainPopupBox{
    position: relative;
}
.obtainClose{
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 36px;
    color: #fff;
    cursor: default;
}
.obtP{
    line-height: 20px !important;
    color: #000 !important;
}
.obtaiinArrow {
    position: absolute;
    width: 0px;
    height: 0px;
    line-height: 0px;
    border-top: 20px solid #FFFFFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
}
.contrast-tab-content .layui-tab-item{
    max-height: 46vh;
}