a, p, h1, h2, h3, h4, h5, h6, body, span, label, div {
    padding: 0;
    margin: 0;
    font-family: '瀵邦喛钂嬮梿鍛寸拨';
}

div {
    font-family: '瀵邦喛钂嬮梿鍛寸拨';
}

ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

.clear {
    clear: both;
}

html, body, form {
    overflow-y: auto;
    height: 100%;
}

/* 滚动条样式 */
::-webkit-scrollbar {
    width: 1px;
    height: 4px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(66, 66, 66, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(227, 227, 227, 87.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(227, 227, 227, 0.5);
}

@font-face {
    font-family: yjsz;
    src: url('../fonts/yjsz.TTF');
}

.ksh {
    height: 100%;
    padding: 15px;
    background: url(../images/data08.png) no-repeat #061537;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: -2;
}

/* 加载旋转动画 */
#load {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/data08.png) no-repeat #061537;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 999
}

#load .load_img {
    position: absolute;
    left: calc(50% - 182px);
    top: calc(50% - 182px);
}

.load_img img {
    position: absolute;
    left: 0;
    top: 0;
}

.load_img .jzxz1 {
    animation: xz1 8s infinite linear;
}

@keyframes xz1 {
    from {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.load_img .jzxz2 {
    animation: xz2 7s infinite linear;
}

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

.head_top {
    position: relative;
}

.head_top img {
    width: 100%;
    height: 34px;
    margin: auto;
    /*border: 2px solid red;*/
}

.head_top p {
    width: 100%;
    text-align: center;
    color: #55bfff;
    position: absolute;
    bottom: -18px;
    left: -10px;
}

.head_top p span {
    font-family: 'yjsz';
    font-size: 20px;
}

/*主体部分*/
.visual {
    height: calc(100% - 33px);
    padding-top: 10px;
}

/*每个板块盒子的样式*/
.visual_box {
    height: 60%;
    /*border: 2px solid red*/
}

/*每个板块的开头样式*/
.visual_box .visual_title {
    position: relative;
    height: 40px;
    /*margin: 5px 0;*/
    margin-top: 5px;
    /*border: 2px solid red;*/
}
.visual_box .visual_title span {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    float: left;
    margin-top: 3px;
    /*width: 50%;*/
}
.visual_box .visual_title img {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 20px;
}

/*板块中图表的样式*/
/*.visual_box .visual_chart {*/
/*    height: calc(100% - 35px);*/
/*}*/
.visual_box .visual_chart {
    width: 100%;
    height: calc(100% - 35px);
}

/*左大区的板块样式*/
.visual_left {
    width: 25%;
    height: 100%;
    float: left;
}
.visual_left_box {
    width: 100%;
    height: 57%;
    float: left;
}
/*原为sfzcll*/
.visual_left .third {
    position: relative;
}
.visual_left .third a {
    width: 32%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    display: inline-block;
}
.visual_left .third .third_pos_box {
    width: 100%;
    height: calc(100% - 30px);
}
.visual_left .third .third_box {
    width: 100%;
    height: calc(33% - 15px);
    line-height: 5;
    background: rgba(15, 47, 72, 0.8);
    border: 1px solid #1380bd;
    position: relative;
    margin-bottom: 15px;
}
.visual_left .third .third_box:last-of-type {
    margin: 0;
}
.visual_left .third .third_box .third_bkJk {
    position: absolute;
}
.visual_left .third .third_box .third_bkJk:first-of-type {
    top: -2px;
    left: -2px;
}
.visual_left .third .third_box .third_bkJk:nth-child(2) {
    top: -2px;
    right: -2px;
}
.visual_left .third .third_box .third_bkJk:nth-child(3) {
    bottom: -2px;
    right: -2px;
}
.visual_left .third .third_box .third_bkJk:nth-child(4) {
    bottom: -2px;
    left: -2px;
}
.visual_left .third .third_box label {
    width: 33%;
    color: #fff;
    text-align: center;
    float: left;
}
.visual_left .third .third_box label img {
    width: 23px;
    height: 23px;
    margin-right: 5px;
    margin-top: -2px;
}
.visual_left .third .third_box .third_smallBk {
    width: 33%;
    height: 100%;
    float: left;
    padding: 2px 5px;
}
.visual_left .third .third_box .third_smallBk > div {
    height: 100%;
    background: url(../images/ksh38.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 1.5em;
}
.visual_left .third .third_box .third_smallBk .ygl {
    color: #00ffc6;
}
.visual_left .third .third_box .third_smallBk .ygh {
    color: #ffe400;
}

/*中心区域板块*/
.visual_centre {
    width: 50%;
    height: 100%;
    float: left;
    padding: 10px 10px 0 10px;
    /*border: 2px solid red;*/
}
/*上部分板块的样式*/
.visual_centre .visual_centreTop {
    height: 20%;
    margin-bottom: 10px;
}
/*上部分板块中的盒子样式*/
.visual_centre .visual_centreTop .visual_centreTop_box {
    height: 100%;
    padding: 0 3px;
}

/*顶部中心的第一块*/
.visual_centre .visual_centreTop .visual_centreTop1 {
    width: 25%;
    height: 100%;
    float: left;
    /*border: 2px solid white;*/
}
.visual_centre .visual_centreTop .visual_centreTop1 > div {
    background: url(../images/ksh40.png) no-repeat;
    background-size: 100% 100%;
}
/*顶部中心的第二个块*/
.visual_centre .visual_centreTop .visual_centreTop2 {
    width: 30%;
    height: 100%;
    float: left;
}
.visual_centre .visual_centreTop .visual_centreTop2 > div {
    background: url(../images/ksh39.png) no-repeat;
    background-size: 100% 100%;
}
/*顶部中心的第三个块*/
.visual_centre .visual_centreTop .visual_centreTop3 {
    width: 45%;
    height: 100%;
    float: left;
}
.visual_centre .visual_centreTop .visual_centreTop3 > div {
    background: url(../images/ksh40.png) no-repeat;
    background-size: 100% 100%;
}
.visual_centre .visual_centreTop .visual_centreTop3 > div p {
    width: 100%;
    float: left;
    /*line-height: 60px;*/
    color: #fff;
    text-shadow: 0 0 30px gold;
    font-size: 30px;
    text-align: center;
    /*height: 100%;*/
}
#time1{
    width: 100%;
    height: 100%;
    color: #00d8ff;
    text-shadow: 0 0 20px white;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    text-align: center;
    font-size: 38px;
}
#time2{
    width: 300px;
    height: 100%;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
}


/*右部分区域样式*/
.visual_right {
    display: flex;
    flex-direction: column;
    width: 25%;
    height: 100%;
    float: right;
}
.visual_right_box1{ /*装按钮的盒子*/
    height: 10%;
    width: 100%;
    /*border: 2px solid red;*/
}
.visual_right_box1_button{ /*按钮*/
    float: right;
    width: 50%;
    height: 100%;
    /*border: 2px solid white;*/
    font-size: 35px;
    /*text-align: center;*/

}
.transparent-button {
    appearance: none;
    background-color: #1380bd;
    border: 0.125em solid #1A1A1A;
    border-radius: 25px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    outline: none;
    padding: 10px 29px 10px 29px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
}
.transparent-button:disabled {
    pointer-events: none;
}
.transparent-button:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.transparent-button:active {
    box-shadow: none;
    transform: translateY(0);
}

.visual_right_box{ /*右边装图表的盒子*/
    height: 45%;
    width: 100%;
    margin-bottom: 5px;
    /*border: 2px solid green;*/
}
.visual_right_box .visual_title {
    position: relative;
    height: 5px;
    /*margin: 5px 0;*/
    /*border: 2px solid red;*/
    margin-bottom: 30px;
}
.visual_right_box .visual_title span {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    float: left;
    margin-top: 5px;
}
.visual_right_box .visual_title img {
    width: 100%;
    position: absolute;
    left: 10px;
    margin-top: 28px;
}

/*.visual_box .visual_title span {*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*    line-height: 30px;*/
/*    float: left;*/
/*    margin-top: 3px;*/
/*    !*width: 50%;*!*/
/*}*/
/*.visual_box .visual_title img {*/
/*    width: 100%;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*    left: 10px;*/
/*    top: 20px;*/
/*}*/


/*盒子中图表的样式*/
.visual_right_box .visual_chart {
    height: calc(100% - 28px);
}


/*.visual_right_box_button {*/
/*    float: right;*/
/*    width: 50%;*/
/*    height: 10%;*/
/*    border: 2px solid white;*/
/*    margin-bottom: 30%;*/
/*}*/
/*.visual_right_box_1{*/
/*    height: 45%;*/
/*    border: 2px solid green;*/
/*}*/
.visual_centre .visual_centreTop .visual_centreTop_box > div {
    height: 100%;
}

/*当前执行任务*/
.visual_centre .visual_centreTop .visual_centreTop_box > div h2 {
    color: #fff;
    font-size: 20px;
    padding: 16px 0 0 23px;
    /*border: 2px solid red;*/
}
/*执行任务情况*/
.visual_centre .visual_centreTop .visual_centreTop_box > div h4 {
    color: #fff;
    font-size: 20px;
    padding: 16px 0 0 40px;
}

.visual_centre .visual_centreTop .visual_centreTop_box > div p {
    margin-bottom: 15px;
    width: 50%;
    float: left;
    line-height: 50px;
    color: #80d7e0;
    text-shadow: 0 0 25px #00d8ff;
    font-size: 45px;
    font-family: 'yjsz';
    text-align: center;
    /*border: 2px solid yellow;*/
}

/*配置第一块内的文字*/
.visual_centre .visual_centreTop .visual_centreTop_box > div dq{
    font-size: 40px;
    padding-left: 61px;
    color: #80d7e0;
    text-shadow: 0 0 25px #00d8ff;
    /*border: 2px solid yellow;*/
}
.visual_centre .visual_centreTop .visual_centreTop_box > div de{
    font-size: 20px;
    padding-left: 21px;
    color: #12fe81;
    /*border: 2px solid yellow;*/
}

/*配置第二块内的文字*/
.visual_centre .visual_centreTop .visual_centreTop_box > div .centreTop_smil {
    width: 50%;
    height: 30%;
    float: left;
    /*padding-top: 23px;*/
}
.visual_centre .visual_centreTop .visual_centreTop_box > div .centreTop_smil a {
    /*display: block;*/
    line-height: 20px;
    text-align: left;
    color: #fff;
}
.visual_centre .visual_centreTop .visual_centreTop_box > div .centreTop_smil a.cg {
    font-size: 25px;
    padding-top: 10px;
    padding-left: 25px;
    color: #12fe81;
    display: inline-block;
    /*border: 2px solid yellow;*/
}
.visual_centre .visual_centreTop .visual_centreTop_box > div .centreTop_smil a.sb {
    font-size: 25px;
    padding-top: 10px;
    padding-left: 20px;
    color: #fe3e12;
    display: inline-block;
}

.visual_centre .visual_centreBot {
    height: calc(100% - 136px);
    /*background: url(../images/ksh41.png) no-repeat;*/
    background-size: 100% 100%;
    position: relative;
}

.visual_centre .visual_centreBot > img {
    position: absolute;
    width: 25px;
    height: 25px;
}

.visual_centre .visual_centreBot .visual_centreBot_l {
    position: absolute;
    left: 0;
    top: 0;
}

.visual_centre .visual_centreBot .visual_centreBot_2 {
    position: absolute;
    right: 0;
    top: 0;
}

.visual_centre .visual_centreBot .visual_centreBot_3 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.visual_centre .visual_centreBot .visual_centreBot_4 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.visual_centre .visual_centreBot .visual_chart {
    width: 100%;
    height: 100%;
    position: absolute;
    color:white;

}
/*.visual_centre .visual_centreBot .visual_chart_text {*/
/*    color: #fff;*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    left: 15px;*/
/*    z-index: 99;*/
/*}*/

/*.visual_centre .visual_centreBot .visual_chart_text h1 {*/
/*    font-size: 26px;*/
/*    margin-bottom: 6px;*/
/*}*/

/*.visual_centre .visual_centreBot .visual_chart_text h2 {*/
/*    font-size: 20px;*/
/*}*/

.visual_centre .visual_centreBot .visual_centreBot_bot {
    width: calc(100% - 8px);
    height: 30%;
    background: rgba(16, 54, 87, 0.5);
    border: 1px solid #345f92;
    position: absolute;
    bottom: 4px;
    left: 4px;
    z-index: 99;
}




.visualSssf_left {
    width: 40%;
    float: left;
    color: #fff;
    padding: 10px 20px 0 20px;
}

.visualSssf_left h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.visualSssf_left a {
    width: 32%;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}

.visualSssf_left a.active {
    color: #01f0ff;
}

.visualSssf_right {
    width: 60%;
    height: 100%;
    float: left;
}

.visualSssf_right .visualSssf_right_box {
    width: 33%;
    float: left;
    height: 100%;
}

.visualSfzsfl {
    position: relative;
}

.visualSfzsfl .visual_chart {
    opacity: 0.6
}

.visualSfzsfl .visual_table {
    width: 60%;
    position: absolute;
    z-index: 99;
    top: 40px;
    left: 0;
}

.visualSfzsfl .visual_table table {
    width: 100%;
    color: #fff;
    text-align: center;
}

.visualSfzsfl .visual_table table tr {
    border-bottom: 1px dashed #ddd;
}

.visualSfzsfl .visual_table table tr:first-child {
    color: #01c0ff;
}

.visualSfzsfl .visual_table table tr:last-child {
    border-bottom: 1px solid #ddd;
}


.box-table-a
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    height: 65%;
    font-size: 15px;
    /*margin: 45px;*/
    width: 100%;
    text-align: center;
    /*border-collapse: collapse;*/
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.box-table-a th
{
    font-size: 18px;
    font-weight: normal;
    height: 50px;
    padding: 8px;
    /*background: #061537;*/
    background: #1380bd;
    border-top: 4px solid #aabcfe;
    border-bottom: 1px solid #fff;
    color: wheat;
    width: 28%;
}
.box-table-a td
{
    padding: 8px;
    height: 45px;
    /*background: #1380bd;*/
    background: #061537;
    border-bottom: 1px solid #fff;
    color: white;
    border-top: 1px solid transparent;
}
.box-table-a td:hover
{
    background: #d0dafd;
    color: #339;
}

.select_ui {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*float: revert;*/
    position: relative;
    padding: 8px 13px;
    margin-bottom: 10px;
    gap: 15px;
    background-color: #71c4ff;
    outline: 3px #007ACC solid;
    outline-offset: -3px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    transition: 400ms;
}

.select_ui .text {
    color: white;
    font-weight: 700;
    font-size: 1em;
    transition: 400ms;
}

.select_ui svg path {
    transition: 400ms;
}

.select_ui:hover {
    background-color: white;
}

.select_ui:hover .text {
    color: #007ACC;
}

.select_ui:hover svg path {
    fill: #007ACC;
}

.select_ui option {
    background: white;
    padding-top: 50px;
}


