* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

li {
    list-style: none;
}

@font-face {
    font-family: electronicFont;
    src: url("DS-DIGIT.TTF")
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    /*  背景图定位 / 背景图尺寸  cover 完全铺满容器  contain 完整显示在容器内 */
    background: url("./img/bg.jpg") no-repeat #000;
    background-size: cover;
    /* 行高是字体1.15倍 */
    line-height: 1.15;
}

header {
    position: relative;
    height: 1.25rem;
    background: url("./img/head_bg.png")no-repeat top center;
    background-size: 100% 100%;
}

header h1 {
    font-size: 0.3rem;
    color: #00ccff;
    text-align: center;
    line-height: 1.2rem;
    margin-left: 1.8625rem;
}

header .menu {
    position: absolute;
    top: 0.1875rem;
    left: 5.7875rem;
    font-size: 0.2rem;
}

header .menu a {
    display: inline-block;
    color: #fff;
    padding: 0.28rem;
}

header .menu a.selected {
    background: url("./img/menu.png") no-repeat;
    background-position: 0.125rem 0.1875rem;
    background-size: 1.475rem 0.4125rem;
}

header .menu :hover {
    background: url("./img/menu.png")no-repeat;
    background-position: 0.125rem 0.1875rem;
    background-size: 1.475rem 0.4125rem;
}

header .showTime {
    position: absolute;
    top: 0;
    right: 1.25rem;
    line-height: 0.9375rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #00ccff;
}

.mainbox {
    min-width: 1024px;
    max-width: 1920px;
    padding: 0.125rem 0.125rem 0;
    display: flex;
}

.mainbox .column {
    flex: 2;
}

.mainbox .column:nth-child(2) {
    margin: 0 0.125rem 0.1875rem;
    overflow: hidden;
}

.mainbox .column:nth-child(3) {
    flex: 4;
    margin: 0 0.125rem 0.1875rem 0;
}

.mainbox .column:nth-child(4) {
    flex: 4;
    margin: 0 0.125rem 0.1875rem 0;
}

.panel1 {
    height: 3rem;
    overflow: hidden;
    margin-bottom: 0.125rem;
    display: flex;
}

.panel1 .bjk {
    flex: 1;
}

.panel1 .bjk:nth-child(1) {
    margin-right: 0.1875rem;
}

.panel {
    position: relative;
    height: 3.875rem;
    overflow: hidden;
    border: 1px solid rgba(25, 186, 139, 0.17);
    background: rgba(255, 255, 255, 0.04) url("(1"\)/*tpa=/images/line/(1*/.png);
    padding: 0 0.1875rem 0.5rem;
    margin-bottom: 0.125rem;
}

.panel::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #02a6b5;
    border-left: 2px solid #02a6b5;
}

.panel::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #02a6b5;
    border-right: 2px solid #02a6b5;
}

.panel .panel-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.panel .panel-footer::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #02a6b5;
    border-left: 2px solid #02a6b5;
}

.panel .panel-footer::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #02a6b5;
    border-right: 2px solid #02a6b5;
}

.panel h2 {
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    font-size: 0.25rem;
    font-weight: 400;
}

.panel h2 a {
    margin: 0 0.1875rem;
    color: #fff;
    text-decoration: underline;
}

.panel .chart {
    height: 3rem;
}

.panel .ztbp {
    height: 3.5rem;
    margin-top: -0.55rem;
}

.panel .bpzs {
    height: 2.5125rem;
    margin-top: 0.25rem;
}

.panel .wcl {
    height: 2.3rem;
}

.panel .pdf {
    display: flex;
}

.panel .pdf div {
    flex: 1;
}

.no .no-hd {
    margin-top: 0.3125rem;
}

.no .no-hd ul {
    display: flex;
}

.no .no-hd ul li {
    position: relative;
    flex: 1;
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.875rem;
    color: #fff;
    background: url("./img/num.png") no-repeat;
    background-size: 100% 100%;
    margin: 0.05rem 0.3rem;
    font-family: electronicFont;
    font-weight: bold;
}

.no .no-bd ul {
    display: flex;
}

.no .no-bd ul li {
    flex: 1;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.325rem;
    color: #ffffff;
    padding-top: 0.125rem;
}

.map {
    position: relative;
    height: 9.8rem;
}

.map .chart {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 10.125rem;
    width: 100%;
}

.map .map1,
.map .map2,
.map .map3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.475rem;
    height: 6.475rem;
    background: url("./img/map.png")/*tpa=http://192.144.204.102/images/map.png*/ no-repeat;
    background-size: 100% 100%;
    opacity: 0.3;
}

.map .map3 {
    opacity: 1;
    z-index: 5;
}

.map .map2 {
    width: 8.0375rem;
    height: 8.0375rem;
    background-image: url("./img/lbx.png")/*tpa=http://192.144.204.102/images/lbx.png*/;
    opacity: 0.6;
    animation: rotate 15s linear infinite;
    z-index: 2;
}

.map .map3 {
    width: 7.075rem;
    height: 7.075rem;
    background-image: url("./img/jt.png")/*tpa=http://192.144.204.102/images/jt.png*/;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate1 {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 42px !important;
    }
}

@media screen and (min-width: 1920) {
    html {
        font-size: 80px !important;
    }
}

.paging li {
    float: left;
    margin: 0.0625rem;
}

.paging {
    margin-left: 1.25rem;
}

.paging li a {
    display: inline-block;
    padding: 0.0375rem 0.0625rem;
    background: #034d92;
    color: #fff;
}

.paging li a:hover {
    background: #0576e0;
}

.paging li a.selected {
    background: #0576e0;
}

table {
    word-wrap: bread-word;
    word-break: break-all;
    table-layout: fixed;
}

.tablebox {
    height: 4.8rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tbl-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.tbl-body {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tablebox table {
    width: 100%;
}

.tablebox table td {
    font-size: 0.175rem;
    color: #e4f1fe;
    height: 0.4125rem;
    border: 1px solid #0963a2;
    text-align: center;
}

.tablebox table tr {
    width: 100%;
}

.tablebox table tr th {
    background: rgba(5, 118, 224, 0.9);
    cursor: pointer;
    font-size: 0.175rem;
    color: #e4f1fe;
    height: 0.4125rem;
    text-align: center;
}

.tablebox table tr td {
    background-color: transparent;
}

.tablebox table tr td span,
.tablebox table tr td span {
    font-size: 0.175rem;
}

.up {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0.15rem;
    z-index: 9999;
    color: #1be8d7;
    padding: 6px 12px;
    box-shadow: inset 0 0 0.25rem #0576e0;
    border-radius: 0.0625rem;
}

.down {
    width: 100%;
    height: 0.4rem;
    clear: both;
    position: relative;
    z-index: 10;
}

.c-dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
}

.c-dropdown__list {
    margin: 5px 0 0 0;
    padding: 6px 0;
    list-style: none;
    position: absolute;
    top: 125%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    border: 1px solid #04529b;
    -webkit-transition: opacity 0.25s linear, top 0.25s linear;
    transition: opacity 0.25s linear, top 0.25s linear;
}

.c-dropdown.is-open .c-dropdown__list {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.c-dropdown__item {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
}


/**
 * Component: Button
 * --------------------------------------------------
 */

.c-button {
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-button:hover,
.c-button:focus {
    outline: none;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}


/**
 * Component: Button
 * Modifier: Dropdown
 * --------------------------------------------------
 */

.c-button--dropdown {
    padding: 6px 34px 6px 12px;
    box-shadow: inset 0 0 0.25rem #0576e0;
    color: #E6E9ED;
    font-size: 14px;
    line-height: 20px;
    min-height: 32px;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.c-button--dropdown:hover {
    box-shadow: inset 0 0 0.25rem #04529b;
}

.c-button--dropdown:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 11px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #04529b;
}