html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: "Microsoft YaHei", 微软雅黑, serif;
}

body{
    background: #151e27;
}

.waterMark{
    width: 800px;
    height: 300px;
    background-image: url("../../../imgs/waterMark.png");
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    user-select: none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    position: fixed;
    z-index: 9999;
    left: calc( 50% - 400px );
    bottom: 100px;
}


::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #444444;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: rgba(0,0,0,0.7);
}

@font-face {
    font-family: LCD;
    src: url("../fonts/UnidreamLED.eot"), url("../fonts/UnidreamLED.otf"), url("../fonts/UnidreamLED.ttf"), url("../fonts/UnidreamLED.woff");
}

select{
    border: #6f6f6f solid 1px;
    background: #3b3b3b;
    color: #FFFFFF;
    line-height: 23px;
    font-size: 13px;
    height: 23px;
}

#container{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;

}

.loadmask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    transition: opacity .6s,transform .6s;
    z-index: 99;
}

.loadmask::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../imgs/maploading.png");
    background-repeat: no-repeat;
    background-position: center;
}

.loadmask.hide{
    opacity: 0;
    transform: scale(1.5);
}

.mapmask_top{
    position: absolute;
    width: 100%;
    height: 200px;
    pointer-events: none;
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0));
    top: 0;
    left: 0;
    z-index: 2;
}

.mapmask_bottom{
    position: absolute;
    width: 100%;
    height: 200px;
    pointer-events: none;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
    bottom: 0;
    left: 0;
    z-index: 2;
}




.topbar{
    position: absolute;
    width: 100%;
    height: 74px;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 5;
    font-size: 0;
}

.topbar .maintitle{
    font-size: 34px;
    font-weight: bold;
    color: #09bcff;
    text-shadow:0 0 10px rgba(9,188,255,0.5);
    letter-spacing: 4px;
    height: 74px;
    display: inline-block;
    background: url("../imgs/maintitle_bg.png");
    line-height: 64px;
    position: relative;
}

.topbar .maintitle::before{
    display: block;
    content: "";
    position: absolute;
    width: 314px;
    height: 74px;
    left: -314px;
    top: 0;
    background: url("../imgs/maintitle_left.png");
}

.topbar .maintitle::after{
    display: block;
    content: "";
    position: absolute;
    width: 314px;
    height: 74px;
    right: -314px;
    top: 0;
    background: url("../imgs/maintitle_right.png");
}

.topbar .showtime{
    position: absolute;
    left: 20px;
    top: 8px;
    color: rgba(255,255,255,0.7);
}

.topbar .showtime .time{
    font-size: 45px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: LCD, serif;
}

.topbar .showtime .date{
    font-size: 14px;
    position: absolute;
    left: 100px;
    top: 8px;
    line-height: 18px;
    width: 200px;
    text-align: left;
    font-weight: bold;
}

.topbar .showtime .date span{
    font-size: 12px;
}


.topbar .showweather{
    position: absolute;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    right: 10px;
    top: 16px;
    padding-right: 50px;
    width: auto;
}

.topbar .showweather .info svg{
    width: 50px;
    height: 50px;
    fill: currentColor;
    position: absolute;
    left: -60px;
    top: -6px;

}

.topbar .showweather .info{
    display: inline-block;
    height: 40px;
    border-right: rgba(255,255,255,0.2) solid 1px;
    position: relative;
    text-align: left;
    left: 65px;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 10px;
}

.topbar .showweather .info b {
    font-family: LCD, serif;
    font-size: 26px;
    font-weight: normal;
    margin-right: 3px;
}

.topbar .showweather .info:last-child{
    border: 0;
}

.totalinfo{
    position: absolute;
    width: 100%;
    height: 80px;
    font-size: 0;
    left: 0;
    top: 85px;
    text-align: center;
    z-index: 5;
    white-space: nowrap;

}

.totalinfo .unit{
    display: inline-block;
    height: 80px;
    position: relative;
    white-space: nowrap;
    min-width: 220px;
    margin: 0 30px;
}


.totalinfo .unit span{
    display: block;
    position: absolute;
    left: 3px;
    top: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.totalinfo .unit div{
    height: 50px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #ebc015;
    background: url("../imgs/totalinfo_bg.png");
    line-height: 47px;
    padding: 0 13px;
    text-align: left;
    font-size: 16px;
}

.totalinfo .unit div small{
    font-weight: bold;
    font-size: 24px;
}

.totalinfo .unit div::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../imgs/totalinfo_left.png");
    width: 5px;
    height: 50px;
}

.totalinfo .unit div::after{
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url("../imgs/totalinfo_right.png");
    width: 5px;
    height: 50px;
}

.totalinfo .unit div b{
    font-family: LCD, serif;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 2px;
}

.totalinfo .unit div svg{
    width: 32px;
    height: 32px;
    fill: currentColor;
    margin: 8px 8px 0 0;
}

.totalinfo::after{
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -20px;
    background: linear-gradient(to right, rgba(111,111,111,0) 0%, rgba(111,111,111,1) 30%, rgba(111,111,111,1) 70%, rgba(111,111,111,0) 100%);
}

.frameleft{
    width: 30%;
    top: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    padding-left: 10px;
}

.frameright{
    width: 30%;
    top: 80px;
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 5;
    padding-left: 10px;
}

.framebottom{
    position: absolute;
    left: calc( 30% + 40px );
    width: calc( 40% - 80px );
    bottom: 14px;
    z-index: 5;
}

.brow{
    font-size: 0;
    margin-bottom: 15px;
    height: calc( 33.3% - 15px );
    white-space: nowrap;
}

.bk{
    display: inline-block;
    font-size: 13px;
    margin: 0 5px;
    position: relative;
    height: 100%;
}

.bk.x1{
    width: calc( 100% + 10px );

}

.bk.x2{
    width: 50%;

}

.bk .bktitle{
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 26px;
    left: 0;
    top: 0;
    font-size: 0;
    white-space: nowrap;
}

.bk .bkwarp{
    position: absolute;
    width: calc( 100% - 2px );
    height: calc( 100% - 25px );
    left: 0;
    top: 26px;
    background-image: url("../imgs/bk_bg.png");
    background-position: bottom;
    border-bottom: rgba(117,117,117,0.22) solid 1px;
    border-left: rgba(117,117,117,0.22) solid 1px;
    border-right: rgba(117,117,117,0.22) solid 1px;
}

.bk .bktitle span{
    display: inline-block;
    height: 26px;
    padding: 0 8px 0 14px;
    font-size: 14px;
    color: #09bcff;
    background: url("../imgs/bk_titlebg.png") left;
    line-height: 32px;
    vertical-align: top;
    position: relative;
}

.bk .bktitle span::after{
    display: block;
    content: "";
    width: 1200px;
    height: 26px;
    background: url("../imgs/bk_fillbg.png") left;
    position: absolute;
    right: -1200px;
    top: 0;
}

.bk .bktitle span b{
    position: relative;
}

.bk .bktitle span b::after{
    display: block;
    content: "";
    position: absolute;
    background: #09bcff;
    width: 100%;
    height: 2px;
    top: -5px;
}


.bk .bktitle::after{
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 9px;
    background: url("../imgs/bk_titlerc.png");
    right: 0;
    bottom: 0;
}

.bk .bkwarp::before{
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background: url("../imgs/bk_footleft.png");
    position: absolute;
    left: -1px;
    bottom: -1px;
}

.bk .bkwarp::after{
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background: url("../imgs/bk_footright.png");
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.bk .bkwarp .datawarp{
    position: absolute;
    width: calc( 100% - 20px );
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: 10px;
}

.bk .bkwarp .datawarp.forfilter{
    height: calc( 100% - 30px );
    top: 30px;
}

.bk .bkwarp .datawarp.fortd{
    height: calc( 100% - 60px );
    top: 60px;
}

.bk .bkwarp .datawarp.forld{
    left: 45%;
    width: 55%;
}

.bk .bkwarp .datawarp.forrd{
    left: 0;
    width: 50%;
}

.bk .bkwarp .datawarp.forbd{
    width: 50%;
    height: calc( 100% - 60px );
}

.filterbar{
    width: 100%;
    text-align: center;
    margin: 8px 0 0 ;
}


.inforow{
    width: 100%;
    font-size: 0;
    border-bottom: rgba(255,255,255,0.1) solid 1px;
    margin-top: 10px;
}

.inforow.noline{
    border-bottom:0;
}
.inforow.lb{
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
}

.infoblock{
    display: inline-block;
    position: relative;
}

.infoblock.h40{
    height: 40px;
}

.infoblock.h65{
    height: 65px;
}


.infoblock.x1{
    width: 100%;
}

.infoblock.x2{
    width: 50%;
}

.infoblock.x3{
    width: 33.3%;
}

.infoblock .ibtitle{
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    position: absolute;
    line-height: 4px;
    left: 15px;
    top: 0;
}

.infoblock .ibtitle.isvg{
    left: 75px;
    top: 4px;
    font-size: 14px;
}

.infoblock .ibdata{
    color: #ffffff;
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 12px;
}

.infoblock .ibdata.isvg{
    left: 75px;
    top: 22px;
}

.infoblock .ibdata.isvg b{
    font-size: 26px;
    letter-spacing: 2px;
}


.infoblock .ibdata b{
    font-weight: normal;
    font-size: 26px;
    font-family: LCD, serif;
    margin-right: 4px;
}

.infoblock .ibdata span{
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;

}

.infoblock .icondta{
    width: 80px;
    height: 90px;
    position: absolute;
    left: calc( 50% - 40px );
}

.infoblock .icondta div{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 5px;
    border-radius: 50%;
}

.fc_red{
    color: #f13f3f;
}

.fc_blue{
    color: #12a3ff;
}

.bc_blue{
    background: #12a3ff;
}

.bc_dartkblue{
    background: #2f3fb4;
}

.fc_orange{
    color: #dc8202;
}

.bc_orange{
    background: #dc8202;
}


.bc_green{
    background: #379624;
}

.fc_purple{
    color: #ac59cf;
}

.bc_purple{
    background: #ac59cf;
}

.fc_bluegray{
    color: #717eaf;
}

.bc_bluegray{
    background: #717eaf;
}


.infoblock .icondta div svg{
    fill: #FFFFFF;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.infoblock .icondta .ictitle{
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    text-align: center;
}

.infoblock .icondta .icdata{
    color: #ffffff;
    font-size: 12px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 67px;
    text-align: center;
}

.infoblock .icondta .icdata b{
    font-size: 16px;
    font-weight: bold;
}


.infoblock .isvg{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 5px;
}

.infoblock .isvg svg{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 4px;
    top: 5px;
    fill: #ffffff;
}

.ab_left{
    background: rgba(255,255,255,0.07);
    left: 0;
}

.ab_right{
    background: rgba(255,255,255,0.07);
    right: 0;
}

.ab_left, .ab_right{
    position: absolute;
    width: calc( 50% - 4px );
    height: 53px;
    top: 10px;
    text-align: center;
    color: #FFFFFF;
}

.ab_left span, .ab_right span{
    font-size: 12px;
    line-height: 25px;
    color: #888888;

}

.ab_left b, .ab_right b{
    font-family: LCD, serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 21px;
}




















.stab{
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    top: 0;
    white-space: nowrap;
    font-size: 0;
    background: #4dcf2e;
    text-align: center;
    padding: 0;
}

.stab li{
    display: inline-block;
    font-size: 12px;
    color: #FFFFFF;
    border: #000000 solid 1px;
    background: #3b3b3b;
    padding: 2px 10px;
    height: 18px;
    line-height: 17px;
    cursor: pointer;
    margin:0 -1px 0 0;
}

.stab li:hover{
    background: #ffffff;
    color: #000000;
}

.stab li.active{
    background: #888888;
    color: #000000;
    font-weight: bold;
}

.stab li.active:hover{
    background: #888888;
    color: #000000;
    font-weight: bold;
}





.gtb{
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    color: #cccccc;
    margin: 10px 0 0 0;
}

.gtb th{
    height: 26px;
    color: rgba(255,255,255,0.6);
    background: #303233 ;
    border-right: #000000 solid 1px;
    text-align: center;
}

.gtb td{
    padding:0 0 0 10px;
    height: 24px;
    cursor: pointer;
}

.gtb td.at{
    color: #666666;
}

.gtb tr:nth-child(even){
    background: #202021;
}



.gtb .sicon svg{
    width: 20px;
    height: 20px;
    fill:currentColor;
    margin: 3px 0 0 0;
}


.gtb tr:hover{
    background: #ffffff;
    color: #000000;
}

.maptools{
    position: absolute;
    z-index: 5;
    top: 100px;
    width: 40%;
    left: 30%;
    text-align: center;
    pointer-events: none;
}

.gbtn{
    background: linear-gradient(rgba(85,85,85,0.16),rgba(85,85,85,1));
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    height: 24px;
    line-height: 23px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
    pointer-events: auto;
    margin: 0 3px;
    padding: 0 10px;
}

.gbtn.hide{
    display: none;

}

.gbtn::before{
    display: block;
    content: "";
    background: url("../imgs/gbtn_left.png");
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 24px;
}

.gbtn::after{
    display: block;
    content: "";
    background: url("../imgs/gbtn_right.png");
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 24px;
}

.gbtn:hover{
    background: #ffffff;
    color: #000000;
}


.maptools{
    position: absolute;
    z-index: 5;
    top: -30px;
    width: 100%;
    pointer-events: none;
    left: 0;
}

.maptools::before{
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background:url("../imgs/bk_headleft.png");
    position: absolute;
    left: 0;
    bottom: -12px;
}

.maptools::after{
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background:url("../imgs/bk_headright.png");
    position: absolute;
    right: -2px;
    bottom: -12px;
}

.tk{
    width: 100%;
    border-top: rgba(117,117,117,0.22) solid 1px;
    border-bottom: rgba(117,117,117,0.4) solid 1px;
    border-left: rgba(117,117,117,0.22) solid 1px;
    border-right: rgba(117,117,117,0.22) solid 1px;
    background-image: url("../imgs/bk_bg.png");
    background-position: bottom;
    color: rgba(255,255,255,0.7);
}

.tk::before{
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background:url("../imgs/bk_footleft.png");
    position: absolute;
    left: 0;
    bottom: 0;
}

.tk::after{
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background:url("../imgs/bk_footright.png");
    position: absolute;
    right: -2px;
    bottom: 0;
}



.dbt{
    height: 60px;
    width: 100%;
    margin: 20px 0;
}

.dbt tr td{
    padding: 0 0 0 10px;
    border-left: rgba(255,255,255,.1) solid 1px;
    position: relative;

}

.dbt tr td:first-child{
    border-left: 0;

}



.dbt tr td svg{
    width: 40px;
    height: 40px;
    fill: #0d9cec;
    position: absolute;
    left: 10px;
    top: 8px;
}

.dbt tr td .t{
    font-size: 13px;
    position: absolute;
    left: 55px;
    top: 4px;
    color: rgba(255,255,255,0.6);
}

.dbt tr td .c{
    font-size: 12px;
    position: absolute;
    left: 55px;
    top: 24px;
}

.dbt tr td .c b{
    font-size: 28px;
    font-weight: normal;
    margin: 0 3px 0 0;
    font-family: LCD, serif;
    color: #FFFFFF;
}

.dbt tr td .c .e{
    color: #f76060;
    font-weight: normal;
    font-size: 13px;
    margin-left: 4px;
}

.dbt tr td .c .k{
    color: #60ae31;
    font-weight: normal;
    font-size: 13px;
    margin-left: 4px;
}























































































