﻿/*.navWrap{height:70px;width:100%;text-align:center;background: rgb(204 204 204 / 20%);}
.navWrap .logo{width:30%;}
.navWrap .logo a img{margin-top: 0px;}
.navWrap .logo span{line-height:60px;}
.navWrap .nav_bar{width:60%;float:left;}
.navWrap .nav_bar a{height: 70px;line-height: 70px;}*/
.top {
    max-height: 120px;
    height: 100px;
}

/* 头部样式 */
@media only screen and (max-width: 730px) {
    .portalHeaders_title .logo {
        width: 12vw !important;
    }

    .portalHeaders_title .brand {
        width: 52vw !important;
    }

    div.login {
        padding: 5px 3.6vw !important;
        display: block !important;

        .login_left {
            a {
                font-size: 3vw;
            }

        }

        .login_right {
            width: 100%;
            justify-content: center;
            margin-top: 6px;
        }

    }
}

.portalHeader {
    width: 100%;
}

.portalHeader .login {
    width: 100%;

    padding: 5px 1.56vw;
    padding-left: 15vw;
    display: none;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;


    a {
        color: #337ab7;

        &:hover {
            text-decoration: underline;
        }

    }

    .login_left {
        img {
            margin-right: 6px;
            vertical-align: middle;
        }

    }

    .login_right {
        display: flex;
        align-items: center;
    }

}

.portalHeader .brand {
    margin-top: 4px;
    width: 24.531vw;
}

.portalHeaders_title {
    padding: 20px 1vw;
    display: flex;
    align-items: center;
}

.portalHeaders_title h1 {
    font-family: "微软雅黑";
    font-size: 2vw;
    font-weight: bold;
    color: #1c4f9c;
    letter-spacing: -1.5px;
    margin-bottom: 0;
}

.portalHeaders_title h1 small {
    font-size: 0.7vw !important;
    color: #1c4f9c;
    font-weight: bold;
    letter-spacing: 7px;
    display: inherit;
    margin-left: 3px;
    font-family: math;
    margin-top: 5px;
}

.portalHeader .logo {
    width: 5.5vw;
    margin-right: 1.771vw;
    max-height: 106px;
    display: flex;
    align-items: center;
}
.portalHeader .showewm {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 1vw;
}
.portalHeader .showewm:hover {
    width: 400px;
    height: 400px;
    z-index: 999999;
    top:5px
}
.portalHeader .showewm img{
    width: 100%;
    height: 100%;
}
.portalHeader .showewm span{
    position: absolute;
    font-size: 11px;
}

body {
    overflow: hidden;
}

#map {
    width: 100%;
    height: calc(100vh - 100px);
    position: relative;
    top: 0px;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 5px #ccc;
}

.custom-mouse-position {
    position: absolute;
    bottom: 90px;
    left: 10px;
    z-index: 99;
    font-size: 12px;
}

.map_foot {
    width: 50%;
    line-height: 18px;
    font-size: 12px;
    color: #333;
    text-align: center;
    position: fixed;
    bottom: 5px;
    left: 25%;
    z-index: 2;
}



.moreTimeMap {
    width: calc(100vw - 500px);
    height: calc(100vh - 155px);
    position: absolute;
    top: 155px;
    background: #ccc;
    z-index: 8888;
    display: none;
    border: 2px solid #666;
}

.retuenMap {
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(128, 128, 128, 0.5);
    box-shadow: 0 3px 14px rgb(128 128 128 / 50%);
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    z-index: 2
}

.retuenMap a {
    color: #fff;
    font-size: 14px;
}

.retuenMap:hover {
    background: rgba(0, 0, 0, 0.8);
}

.moreTimeMapLeft {
    width: 50%;
    height: 100%;
    background: #01a2fc;
    position: absolute;
    left: 0;
    border-right: 1px solid #666;
}

.moreTimeMapRight {
    width: 50%;
    height: 100%;
    background: #38b2dd;
    position: absolute;
    right: 0;
    border-left: 1px solid #666;
}

.addToTimeMapRadio {
    display: none;
}

.moreTimeMap .group-item {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 300px;
    background: #fff;
    top: 10px;
    z-index: 10;
    left: 20%;
    box-shadow: 0 0 5px #777;
    display: none !important;
}

.group-item .img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-right: 10px;
}

.group-item .img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.group-item .info {
    flex: 1;
    width: 0;
}


/*部分鼠标提示功能*/
#float {
    color: white;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.3);
    padding: 2px 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
    font-size: 12px;
}

#newfloat {
    display: none;
}

/* 工具栏 */
.ol-zoom.ol-unselectable.ol-control {
    display: none;
}

/*隐藏原有放大缩小按钮*/
.map-tool-btn {
    position: absolute;
    left: 45vw;
    top: 0.5em;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 4px;
    padding: 2px;
    z-index: 99;
}

.map-tool-btn:hover {
    background-color: rgba(255, 255, 255, .6)
}

.map-tool-btn button {
    cursor: pointer;
    display: inline-block;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 2em;
    width: 2em;
    line-height: .4em;
    background-color: rgba(0, 60, 136, .5);
    border: none;
    border-radius: 2px;
}

.map-tool-btn button:hover {
    background-color: rgba(0, 60, 136, .8);
}

/*地图切换*/
.epitome {
    position: fixed;
    bottom: 0.5em;
    left: 0.9em;
    height: 80px;
    background-color: #FFF;
    padding: 0px 0px 10px 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    width: auto;
    z-index: 1000;
    margin-right: 0px;
}

.epitome_hover {
    right: 50%;
    margin-right: 20px;
}

.epitome .clicks {
    width: 85px;
    position: relative;
    height: 80px;
    margin-right: 10px;
    float: left;
    padding: 10px 0px;
}

.epitome .clicks:first-child {
    display: inline-block;
}

.epitome .name {
    position: absolute;
    bottom: 10px;
    right: 0;
    background-color: #666;
    color: #FFF;
    padding: 0px 4px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
}

.epitome .clicks:hover .name {
    background-color: rgba(45, 34, 255, 0.6);
}

.epitome .imga {
    border: 1px solid #CCC;
    width: 100%;
    height: 60px;
    display: inline-block;
    background-size: 100% auto !important;
}

.epitome .clicks .imga:hover {
    cursor: pointer;
    border: solid 1px #01a2fc;
}

.epitome .epitome1 {
    background: url(../images/ig1.jpg) left -239px no-repeat;
}

.epitome .epitome2 {
    background: url(../images/ig1.jpg) left -181px no-repeat;
}

.epitome .epitome3 {
    background: url(../images/ig1.jpg) left -121px no-repeat;
}

.epitome .epitome4 {
    background: url(../images/ig1.jpg) left -61px no-repeat;
}

.epitome .epitome5 {
    background: url(../images/ig1.jpg) left top no-repeat;
}

.epitome .epitome6 {
    background: url(../images/ig1.jpg) left top no-repeat;
}

.epitome:hover {
    width: auto;
}

.epitome:hover .clicks {
    display: inline-block;
}

.epitome .clicks span {}

.epitome .hoveryear {
    position: absolute;
    bottom: 80px;
    background-color: #FFF;
    box-shadow: 1px -3px 5px 0px rgba(0, 0, 0, 0.1);
    width: 105px;
    text-align: center;
    padding: 0px 10px 0px;
    left: -10px;
    max-height: 0px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    overflow: hidden;
}

.epitome .clicks:hover .hoveryear {
    max-height: 153px;
}

.epitome .year i {
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.epitome .year i.prev {
    margin-top: 5px;
}

.epitome .year i:hover {
    background-color: #F8F8F8;
    color: #01a2fc;
    cursor: pointer;
}

.epitome .year .district {
    height: 85px;
    overflow: hidden;
    margin: 5px auto;
    display: inline-block;
    width: 100%;
    position: relative;
}

.epitome .year .chunk {
    position: absolute;
    width: 100%;
}

.epitome .year .chunk .a {
    width: 100%;
    display: block;
    line-height: 23px;
    height: 25px;
    border: solid 1px #eeeeee;
    margin-bottom: 5px;
}

.epitome .year .chunk .a:hover {
    background-color: #01a2fc;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
}

.epitome .picture {
    overflow: auto;
}

.epitome .picture::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    cursor: pointer;
}

.epitome .picture::-webkit-scrollbar-button {
    height: 0px;
    background-color: rgba(0, 0, 0, 0.0);
    cursor: pointer;
}

.epitome .picture::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.0);
    cursor: pointer;
}

.epitome .picture::-webkit-scrollbar-track-piece {
    cursor: pointer;
}

.epitome .picture::-webkit-scrollbar-thumb {
    background: rgba(49, 101, 167, 0.1);
    border-radius: 4px;
    cursor: pointer;
}

.epitome .picture:hover::-webkit-scrollbar-thumb {
    background: rgba(49, 101, 167, 0.5);
    border-radius: 4px;
    cursor: pointer;
}

.epitome .picture::-webkit-scrollbar-corner {
    background: #ccc;
    cursor: pointer;
}

.epitome .picture::-webkit-scrollbar-resizer {
    background: #ccc;
    cursor: pointer;
}

.epitome .picture a {
    width: 100%;
    height: 80px;
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #CCC;
    float: left;
    position: relative;
}

.epitome .picture a img {
    width: 100%;
    height: 78px;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 0;
}

.epitome .picture a p {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    background-color: #01a2fc;
    color: #FFF;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.epitome .picture a p:hover {
    color: #01a2fc;
}

.epitome .checkMapName {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #ececec;
    border: 1px solid #ccc;
    padding: 3px 3px 3px 23px;
}

.epitome .checkMapName span {
    display: inline-block;
    margin-top: 1px
}

/*影像筛选框*/
.searchImgType {
    margin: 10px 0 !important;
}

.searchImgType .col-sm-2 {
    padding: 0 5px;
    padding-top: 7px;
}

.fade-searchbox {
    width: 25px;
    color: #333;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 48%;
    right: 580px;
    background: #fff;
    box-shadow: -2px 1px 3px rgb(0 0 0 / 20%);
    cursor: pointer;
}

.fade-searchbox span {
    display: inline-block;
    transform: rotate(270deg);
    font-size: 22px;
}

.searchbox-all {
    width: 580px;
    height: calc(100vh - 120px);
    position: absolute;
    right: 0em;
    top: 110px;
    border-radius: 3px;
    box-shadow: 0 0 5px #444;
    background: #fff;
    z-index: 100;
}

.searchbox ul.nav-tabs.parentNav {
    background: #c1cce4;
}

.searchbox ul.nav-tabs li {
    font-size: 14px;
}

.searchbox ul.nav-tabs li.active a {
    color: #194485;
}

div.parent-tab-content {
    padding: 5px;
    margin: 5px;
    border: 1px solid #ccc;
    height: calc(100vh - 250px);
    overflow-y: auto;
    overflow-x: hidden;
}

#searchUserOptions-xzqh {
    padding-left: 5%;
}

#searchUserOptions .row {
    margin: 5px 0;
}

#searchUserOptions .row .col-sm-2 {
    padding: 0 5px;
    padding-top: 7px;
    text-align: right;
    font-size: 14px;
}

#searchUserOptions .row button.btn {
    letter-spacing: 1px;
    font-size: 14px;
    padding: 5px;
}

.userSearchResult {
    padding: 10px 20px;
}

.search-xzqh-box .tab-pane {
    height: 150px;
}


.search-xzqh-box .row .col-sm-2 {
    padding: 0 5px;
    padding-top: 7px;
}

.search-xzqh-box .row button.btn {
    margin: 0 10px;
    padding: 5px 20px;
}

#searchUserOptions-shp p {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #8a8686;
}

.fileUpTips {
    display: none;
    text-align: center;
    font-size: 14px;
    color: red;
}

#resultImgSearch .row {
    margin: 5px 0;
    margin-top: 10px;
}

#resultImgSearch .row .col-sm-2 {
    padding: 0 5px;
    padding-top: 7px;
}

#resultImgSearch .row .col-sm-10 .slider.slider-horizontal {
    width: 80%;
    margin-left: 10px;
}

#resultImgSearch .row button.btn {
    margin: 0 10px;
    padding: 5px 20px;
}

#resultImgSearch .row.searchBtn {
    text-align: center;
    margin: 20px 0;
}

ul.sensorList li {
    width: 100%;
    background: #dddfe4;
    border: 1px solid #ccc;
    border-bottom: none;
}

ul.sensorList li:last-child {
    border-bottom: 1px solid #ccc;
}

ul.sensorList li .sensorTitle {
    font-size: 14px;
    line-height: 50px;
}

ul.sensorList li .sensorTitle a:first-child span {
    float: left;
    margin: 0 10px;
    transform: rotate(270deg);
}

ul.sensorList li .sensorTitle a:first-child span.bodyHide {
    transform: rotate(0deg);
}

ul.sensorList li .sensorTitle input {
    float: right;
    display: inline-block;
    margin: 18px 10px 0 0;
}

ul.sensorList li .sensorContent {
    background: #fff;
    font-size: 16px;
    padding: 10px 0;
}

/*ul.sensorList li .sensorContent input[type=checkbox]{margin-top:6px;}*/
ul.sensorList li .sensorContent table td {
    border: none;
    padding: 3px 0;
}

table.sensorTableList,
table.sensor_colorType {
    margin-left: 20px;
}

/*ul.sensorList li .sensorContent table tr td:first-child{text-align:right;}*/
ul.sensorList li .sensorContent table td label.checkbox-inline {
    width: 80px;
    margin-left: 0px;
}

/*ul.sensorList li .sensorContent .row{}
ul.sensorList li .sensorContent .row span.checkbox-inline{text-align:right;width:100px; padding-left:2px;}*/

.cloudCover,
.resolution {
    margin: 20px 0 !important;
}

.cloudCover input,
.resolution input {
    border: 1px solid #ccc;
    width: 60px;
    display: inline-block;
}

.cloudCover .slider,
.resolution .slider {
    margin-top: 8px;
}

.cloudCover input[type=text] {
    font-size: 12px;
    margin: 0 3px;
}

.cloudCover input.unkown_cloud {
    width: auto;
}

.resolution input[type=text] {
    font-size: 12px;
    margin: 0 3px;
}

.slider.slider-horizontal {
    width: 130px;
}

/*影像查询结果列表*/
.resultTable {
    overflow-y: auto;
    border: 1px solid #ccc;
    height: calc(100vh - 340px);
    padding: 2px;
}

.reslutImageSearchEnd {
    overflow-y: auto;
    border: 1px solid #ccc;
    height: calc(100vh - 290px);
    padding: 2px;
}

.imgThumbnail {
    display: inline-block;
    cursor: pointer;
}

.imgThumbnail:hover {
    border: 2px solid #0088cc;
    padding: 1px;
}

.showimgInMap {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
}

.showimgInMap.hover {
    color: #01a2fc;
}

.showAllimgInMap {
    font-size: 14px;
    margin: 0 3px;
    cursor: pointer;
    font-weight: 100;
}

.showAllimgInMap.hover {
    color: #01a2fc;
}

.resultControls {
    text-align: center;
    display: none;
}

.resultControls a {
    font-size: 16px;
    text-align: right;
    display: inline-block;
    padding-right: 10px;
}

.resultControls a span {
    display: inline-block;
    margin: 0 5px;
}

/*分屏浏览弹出框*/
.moreScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 9000;
    display: none;
}

.moreScreen-title {
    height: 50px;
    background: #01a2fc;
    width: 100%;
}

.moreScreen-title span {
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    margin-left: 30px;
    color: #fff;
    font-weight: bold;
}

.moreScreen-title a {
    float: right;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
}

.moreScreen-title a span {
    font-size: 20px;
    transform: rotate(0deg);
}

.moreScreen-title a:hover span {
    color: red;
}

.moreScreen-body {
    width: 100%;
    height: calc(100vh - 50px);
}

.moreScreen-body div.map {
    float: left;
    text-align: center;
    vertical-align: middle;
    background: rgb(204 204 204 / 10%);
    border: 1px solid #ccc;
    margin: 0.25%;
    position: relative;
}

.moreScreen-body.map_2_more div.map {
    width: 49.5%;
    height: 99%;
}

.moreScreen-body.map_3_more div.map {
    width: 49.5%;
    height: 49%;
}

.moreScreen-body.map_4_more div.map {
    width: 49.5%;
    height: 49%;
}

.moreScreen-body.map_5_more div.map {
    width: 32.83%;
    height: 49%;
}

.moreScreen-body.map_6_more div.map {
    width: 32.83%;
    height: 49%;
}

.moreScreen-body.map_7_more div.map {
    width: 32.83%;
    height: 32.4%;
}

.moreScreen-body.map_8_more div.map {
    width: 32.83%;
    height: 32.4%;
}

.moreScreen-body.map_9_more div.map {
    width: 32.83%;
    height: 32.4%;
}

.moreScreen-body div.map div.moreMapOneInfos {
    position: absolute;
    padding: 0 10px;
    background: rgba(252, 252, 252, 0.53);
    font-size: 14px;
    z-index: 99
}

#loadingModal {
    display: none;
}

#loadingModal .modal-dialog {
    top: 45% !important;
}

#loadingModal .modal-dialog span {
    color: white;
    font-size: 14px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.searchTimeType {
    margin: 10px 0;
    text-align: center;
    display: none;
}

.searchTimeType button {
    margin: 0 10px;
    padding: 3px 25px;
}

.searchTimeType button:hover {
    background: #38b2dd;
    color: #fff;
    border: 1px solid #38b2dd;
}

.searchTimeType button.active {
    background: #38b2dd;
    color: #fff;
    border: 1px solid #38b2dd;
}


/*搜索结果按天和月排列*/
.result_time {
    display: none;
}

.first-result-time {
    display: inherit;
}

.result_time .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 5px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.result_time .item .img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-right: 10px;
}

.result_time .item .img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.result_time .info {
    flex: 1;
    width: 0;
}

.result_time .item .count {
    width: 60px;
    margin-left: 10px;
    line-height: 24px;
    background: #f2f2f2;
    border-radius: 5px;
    text-align: center;
}

.result_time .item .count i {
    margin-left: 2px;
    position: relative;
    top: 1px;
}

.result_time .selected-item {
    border: 1px solid #38b2dd;
}

.second-result-time {
    display: none;
}

.second-result-time-top {
    padding: 5px 0;
    border: 1px solid #ccc;
    border-left: none;
    border-right: 0;
    margin-top: 20px;
}

.second-result-time-top p {
    text-align: center;
    font-size: 14px;
}

.second-result-time-top p a:first-child {
    float: left;
    margin-left: 20px;
}

.second-result-time-top p a:last-child {
    float: right;
    margin-right: 30px;
}

/*地名搜索*/
/* 搜索功能组件 */
.map_ss {
    width: 415px;
    height: auto;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 888;
    display: none;
}

/* 搜索 */
.map_sa {
    width: 375px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 2;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
    background: #fff;
    border-radius: 5px;
}

.map_sa_a {
    width: 324px;
    height: 30px;
    margin: 10px 0;
    float: left;
    border-right: 1px solid #ccc;
    overflow: hidden;
}

.input_b {
    display: block;
    width: 280px;
    height: 30px;
    float: left;
    border: none;
    background: #fff;
    font-size: 15px;
    color: #666666;
    overflow: hidden;
    padding: 15px;
}

.anniu_c {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    border: none;
    background: url(../images/map_icon.png) 0 0 no-repeat;
    margin: 3px 0 0 3px;
    overflow: hidden;
    cursor: pointer;
}

.map_sa_b {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #0182cb;
    float: left;
    cursor: pointer;
    overflow: hidden;
    -o-transform: rotate(360deg);
    /* Opera */
    -moz-transform: rotate(360deg);
    /* Firefox 4 */
    -webkit-transform: rotate(360deg);
    /* Safari and Chrome */
    transform: rotate(360deg);
}

/* 展开菜单及半透明背景 */
.map_bg_mo {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    display: none;
}

.map_nav {
    width: 335px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -355px;
    z-index: 1000;
    background: #fff;
    opacity: 0;
    transition: all .4s ease 0s;
    overflow: hidden;
}

.map_nav_a {
    width: 335px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 0 5px rgba(0, 0, 0, .2);
    font-size: 18px;
    color: #337ab7;
    overflow: hidden;
}

.map_nav_a span {
    float: right;
    color: #666666;
    cursor: pointer;
}

.map_nav_b {
    width: 100%;
    padding: 15px 15px 0 15px;
    font-size: 14px;
    overflow: hidden;
}

.map_nav_x {
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 0 5px rgba(0, 0, 0, .2);
}

/* 搜索结果 */
.map_ssjg {
    width: 385px;
    height: calc(100vh - 160px);
    position: absolute;
    top: 160px;
    left: 0;
    z-index: 33;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, .2);
    opacity: 0.8;
    transition: all .4s ease 0s;
    z-index: 9999;
}

.map_ssjg .map_sa {
    width: 385px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    box-shadow: none;
    background: #fff;
    border-radius: 0px;
    border: 5px solid #0182cb;
}

.map_s_js {
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: -25px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    font-size: 18px;
    cursor: pointer;
}

.map_s_js span.icon-xiangxia {
    display: block;
    transform: rotate(90deg);
}

.map_nuw_a span.icon-xiangxia {
    transform: rotate(270deg);
}

.map_jgul_a {
    width: 385px;
    height: calc(100vh - 265px);
    background: #fff;
    padding: 0;
    overflow-y: auto;
    position: relative;
    top: 60px;
}

.map_jgli_a {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    overflow: hidden;
}

.map_jgli_a:hover {
    background: rgba(81, 80, 80, 0.1);
}

.map_jgli_a:hover .map_jgul_ar h2 {
    color: red;
}

.map_jgli_a p {
    padding: 2px 0;
    margin: 0;
}

.map_jgli_a .map_jgul_al {
    width: 40px;
    height: 48px;
    line-height: 39px;
    text-align: center;
    background: url(../images/mlp.png) center center no-repeat;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    overflow: hidden;
}

.map_jgli_a .map_jgul_ar {
    width: 85%;
    height: auto;
    line-height: 20px;
    padding: 0;
    margin: 5px 0 0;
    float: right;
    overflow: hidden;
}

.map_jgli_a .map_jgul_ar a {
    font-size: 12px;
}

.map_jgli_a .map_jgul_ar h2 {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #0182cb;
    line-height: 16px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.map_jgli_a .map_jgul_ar div {
    height: auto;
    line-height: 20px;
    font-size: 12px;
    color: #666666;
}

.map_jgli_a .map_jgul_ar a:last-child {
    color: #337ab7;
}

.map_jgli_a .map_jgul_ar a:last-child:hover {
    text-decoration: underline;
}

.pointPicShow {
    height: 20px;
    width: 60px;
    cursor: pointer;
    float: left;
}

.pointPicShow_zt {
    height: 20px;
    width: 60px;
    cursor: pointer;
    float: left;
}

.picShowDiv {
    height: 110px;
    width: 130px;
    position: absolute;
    background: url(../images/pointPicShow.png) no-repeat;
    z-index: 99;
    padding: 5px 0 0 5px;
}

.map_ssjg:hover {
    opacity: 1;
}

#classPac,
#SearchCountList {
    font-size: 12px;
    padding: 0 16px;
    line-height: 26px;
}

#classPac a,
#SearchCountList a {
    margin: 5px;
}

#initTypeNav {
    padding: 0 16px;
    font-size: 12px;
    margin-top: 10px;
    background-color: #F3F3F3;
    display: none;
}

#initTypeNav a {
    margin: 0 5px;
}

.searchResultStatic {
    font-size: 14px;
    display: inline-block;
    margin: 10px;
}

.searchResultStatic span {
    color: #0182cb;
    font-weight: bold;
}

.searchResultStatic:hover span {
    text-decoration: underline;
}

/* 分页 */
.map_fy {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #ccc;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-size: 0;
    background: #fff;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, .2);
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.map_fy a {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    transition: all .4s ease 0s;
}

.map_fy a:hover {
    color: #999;
}

.map_fy .fy_nuw {
    color: #0182cb;
}

#page_content {
    font-size: 14px;
    font-family: 微软雅黑, 宋体;
    padding-left: 35px;
}

.font_color {
    color: #2888c6;
    font-weight: bolder;
    text-decoration: underline;
}

.pageNum {
    padding: 2px 2px 2px 2px;
    float: left;
    display: block;
    text-align: center;
    cursor: pointer;
    margin-left: 1px;
    margin-top: -2px;
    text-decoration: underline;
}

.pageNum_1 {
    padding: 0px 2px 2px 2px;
    float: left;
    display: block;
    text-align: center;
    cursor: pointer;
    margin-left: 1px;
}

.pageClick {
    padding: 2px 2px 2px 2px;
    float: left;
    display: block;
    text-align: center;
    margin-left: 3px;
    margin-top: -2px;
    color: #0d489a;
    font-size: 16px;
    font-weight: bolder;
}

#pageAppend {
    float: left;
    height: auto;
    width: auto;
}

div#webTips {
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    display: none;
    top: 0px;
}

.web_tips {
    width: 300px;
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -40px;
    background: #fff;
    z-index: 999;
    padding-bottom: 20px;
}

.tips_title {
    height: 20px;
    text-align: center;
    margin: 5px 0 3px 0;
}

.tips_title span {
    font-size: 14px;
    font-weight: bold;
}

.tips_title a {
    width: 12px;
    height: 12px;
    background: url('../images/x_t.png') no-repeat;
    background-size: 12px;
    float: right;
    margin: 6px 8px 0 0;
}

.tips_content {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 15px;
}

.tips_content span {
    display: block;
}

.tips_content span:first-child a {
    color: #0182cb;
}

.tips_content span:first-child a:hover {
    color: red;
}

.tips_content span:nth-child(2) {
    color: red;
    text-align: center;
    margin-top: 15px;
}

/*弹出popup样式*/
#popup-content {
    font-size: 13px;
    border-top: 1px solid #ccc;
    padding: 10px;
    line-height: 24px;
}

#popup-content a.popup_btn {
    font-size: 14px;
    color: #fff;
    padding: 1px 3px;
    border: 1px solid #85B6FF;
    margin: 5px 5px 0 0;
    float: left;
    background-color: #5a99f7;
    border-radius: 3px;
}

#popup-content a.popup_btn:hover {
    color: #5a99f7;
    background-color: #fff;
}

#popup div.pophead {
    width: 90%;
}

#popup-title {
    font: bold 15px Arial, Helvetica, SimSun, sans-serif;
    text-align: left;
    color: #4c4c4c;
    padding: 5px;
}

#popup-closer {
    color: #8e908c;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
    padding-top: 5px;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

p.showTitles {
    text-align: center;
    font-size: 16px;
    font-family: yahei;
}

p.showTitles span:first-child {
    font-size: 20px;
    color: #2398df;
    font-weight: bold;
    letter-spacing: 3px;
}

p.showTitles span:last-child {

    font-size: 14px;
}
.userSearchResult table tbody tr:first-child td span{color: #156aeb; font-weight: bold; margin: 0 5px; font-size: 14px;}

.atmosphericCondition select{position: absolute; right: 100px;z-index: 99999;border-color: #01a2fc;color: #01a2fc;width: 70px;}