.condition-wrap .condition-con{
    padding: 0;
}
.condition-wrap .condition-con > dl{
    border-bottom: none;
    padding-bottom: 6px;
    margin-bottom: 0;
    margin-top: 10px;
}
.condition-wrap .condition-con > dl > dt{
    float: none;
    margin-bottom: 5px;
    line-height: 16px;
}

.condition-wrap .condition-con .select{
    margin-bottom: 0;
    min-width: 48%!important;
}
.checkbox .text{
    margin-left: 0;
}

.float-world{
    margin-bottom: 0!important;
}
.float-world .clearfix:before,
.float-world .clearfix:after{
    clear: none;
    content: none;
}
.float-world .select{
    margin-bottom: 10px;
}
.float-world .form-filed .select:first-of-type,
#country_chosen, #city_chosen{
    float: right;
}

.page-of-air .side-panel .side-wrap .table-main .table-column table thead th{
    padding: 0;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr td {
    font-size: 12px;
    line-height: 16px;
    color: #616C7E;
    padding: 8px 0;
    height: auto;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr td .name{
    position: relative;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr td .name h6{
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr td .fullName{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
    background: #fff;
    z-index: 1;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr td .name:hover .fullName{
    display: block;
}

.box-sort{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.box-sort h6{}
.box-sort .sort{
    display: flex;
    flex-direction: column;
    margin-left: 4px;
}
.box-sort .sort b{
    display: block;
    width: 8px;
    height: 8px;
}
.box-sort .sort .icon-up{
    background: url(/MapPowerStation/images/sidebar/icon-up.png) no-repeat;
    background-size: 100%;
}
.box-sort .sort .icon-down{
    background: url(/MapPowerStation/images/sidebar/icon-down.png) no-repeat;
    background-size: 100%;
}
.box-sort .sort .noclick{
    opacity: .3;
}



#map .cesium-viewer-bottom {
    display: none;
}
.leaflet-popup-content-wrapper{
    overflow: hidden;
}
.leaflet-popup-content{
    margin: 0;
}
.leaflet-control, .leaflet-popup-tip, .leaflet-popup-close-button span{
    display: none;
}
.logo_map {
    display: none;
}

.map-btnBox{
    position: absolute;
    bottom: 1.94rem;
    right: .16rem;
    z-index: 1;
}
.map-btnBox a{
    display: block;
    font-size: 0.12rem;
    width: 0.32rem;
    height: 0.32rem;
    line-height: .32rem;
    color: #8d96a6;
    background-color: #fff;
    border-radius: .03rem;
    text-align: center;
}
.map-btnBox a.current{
    color: #005596;
    font-weight: bold;
}

/* 弹窗 */
.amap-info-close{
    position: absolute;
}
.common-open-mask{
    background: #fff;
    border-radius: 6px;
    max-width: 310px;
    position: relative;
    text-align: center;
}
.common-open-mask .icon-arrow-css {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    right: .2rem;
    bottom: -.2rem;
    transform: translate(-50%, 0);
    border-left: .2rem solid transparent;
    border-right: .2rem solid transparent;
    border-top: .2rem solid #fff;
}
.common-open-mask .mask-content {
    padding: 20px 22px 10px;
    text-align: left;
    margin-right: 0;
}
.common-open-mask .name {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #333333;
    margin-right: 5px;
    padding-top: 0;
    font-family: initial;
}

.common-open-mask .item{
    margin-top: 10px;
    overflow: hidden;
}
.common-open-mask p {
    font-size: 14px;
    color: #596477;
    line-height: 24px;
    font-weight: inherit;
    margin: 0;
}

.common-open-mask .btn {
    border-top: 1px solid #F3F3F2;
    display: flex;
    justify-content: center;
}
.common-open-mask .btn {

}
.common-open-mask .btn a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    text-align: center;

    width: calc(50% - 1px);
    border-left: 1px solid #e5e5e5;
    margin: 0;
    padding: 10px 0;
    transition: 1s;
}
.common-open-mask .btn a:first-of-type {
    border-left: none;
}
.common-open-mask .btn a:hover {
    font-size: 15px;
    color: #3e6eff;
    background: rgba(62,110,255,.1);
    text-shadow: 1px 2px 6px 0 rgba(0,0,0,.4);
}


/*
.common-open-mask .item, .common-open-mask .landBox{
    font-family: Microsoft YaHei;
    font-size: .14rem;
    color: #3D3D3D;
    line-height: .22rem;
    display: flex;
    margin-top: .1rem;
}
.common-open-mask .item .flex{
    margin-left: .15rem;
}
.common-open-mask .item .flex:first-of-type{
    margin-left: 0;
}
.common-open-mask .icon-bg{
    width: .22rem;
    height: .22rem;
    background: rgba(76,152,234,0.05);
    border-radius: 50%;
    margin-right: .07rem;
    position: relative;
}
.common-open-mask .icon-bg b{
    width: .16rem;
    height: .16rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.common-open-mask .icon-bg .country{
    width: .14rem;
    background: url(../images/icon-pos.png) no-repeat;
    background-size: 100%;
}

.common-open-mask .landBox{
    margin-top: 0;
    padding: .1rem 0;
    justify-content: center;
    transition: 1s;
    cursor: pointer;
}
.common-open-mask .landBox:hover{
    font-size: .15rem;
    color: #3e6eff;
    background: rgba(62,110,255,.1);
    text-shadow: .01rem .02rem .06rem 0 rgba(0,0,0,.4);

}
.common-open-mask .icon-bg .land{
    background: url(../images/icon-land.png) no-repeat;
    background-size: 100%;
}

.common-open-mask .blue {
    color: #3E6EFF;
}
.common-open-mask .btn .no-click {
    color: #d5d5d5;
    cursor: initial;
}*/
