﻿* {
    margin: 0px;
    padding: 0px;
}

body {
    background-image: url("../Image/background.png");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    color: white;
    /*overflow: hidden;*/
}

.top {
    width: 100%;
    height: 100px;
    line-height: 80px;
    color: white;
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 1rem;
}

.col1 {
    margin: 10px;
}

.col2 {
    margin: 10px 10px;
    width: 100%;
}

.col3 {
    margin: 10px;
}

.MainView {
    color: white;
    padding: 1rem;
    box-shadow: 0 0 3rem rgba(100,200,255,.5) inset;
    background: rgba(0,0,0,.3);
}

.chart-title {
    font-family: Microsoft Yahei, Arial, sans-serif;
    font-size: 1.4rem;
    color: rgb(115, 170, 229);
    font-weight: normal;
    justify-content: center;
    margin-bottom: 7px;
}

.divbg {
    border-image-source: url(../Image/border-2.png);
    border-image-slice: 20 fill;
    border-width: 20px;
    border-style: solid;
    background-clip: padding-box;
    filter: blur(0px);
}

.MainrunNum {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

    .MainrunNum > li {
        list-style: none;
        float: left;
        font-size: 48px;
        position: absolute;
    }

        .MainrunNum > li > div {
            background-color: rgb(15, 57, 107);
            margin: 0px 5px;
        }

.SubrunNum {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

    .SubrunNum > li {
        list-style: none;
        width: 30px;
        float: left;
        font-size: 30px;
        position: absolute;
    }

.SubrunNumTitle {
    position: relative;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
}

#DataView tr {
    height: 70px;
}

#DataView img {
    width: 64px;
    height: 64px;
}

#DataView .tdl {
    text-align: left;
    text-indent: 10px;
}

#DataView .tdimg {
    width: 64px;
}

.MainNum {
    font-family: "Microsoft Yahei";
    font-size: 28px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    padding: 0px;
    box-sizing: content-box;
    width: 0.6em;
    text-align: center;
}

.MainNumDesc {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: rgb(176, 194, 249);
    align-self: flex-start;
    margin-left: 0px;
    margin-top: 0px;
}

.tablebox {
    height: 530px;
    overflow: hidden;
    position: absolute;
    width: 94%;
    /*background-color: rgba(6,26,103,1);*/
}

.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%;
    table-layout: fixed;
}

    .tablebox table th,
    .tablebox table td {
        color: #FCEDE4;
        line-height: 35px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tablebox table tr th {
        background-color: #0A1838;
        cursor: pointer;
    }

    .tablebox table tr td {
        background-color: transparent;
    }

.dataType {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 4.5%;
    right: 2.2%;
    /*left:3.5%;*/
}

.btn-default {
    background: #fff; /*#fff*/
    position: relative;
    color: #2863AD; /*#2863AD*/
    border: 0;
    z-index: 20;
}

.btn-group .btn-default.active {
    color: #fff;
    background: #2863AD;
}



.ChartView {
    width: 100%;
    min-height: 180px;
    box-sizing: border-box;
    border: 1px solid #2C58A6;
    position: relative;
    box-shadow: 0 0 10px #2C58A6;
    margin-bottom: 40px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.main_title {
    width: 180px;
    height: 35px;
    line-height: 33px;
    background-color: #2C58A6;
    border-radius: 18px;
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -90px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 45px;
    z-index: 1000;
}

    .main_title img {
        position: absolute;
        top: 8px;
        left: 20px;
    }

.l_t_line {
    width: 5px;
    height: 24px;
    left: -3px;
    top: -3px;
}

.t_l_line {
    height: 5px;
    width: 26px;
    left: -3px;
    top: -3px;
}

.t_line_box {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .t_line_box i {
        background-color: #4788fb;
        box-shadow: 0px 0px 10px #4788fb;
        position: absolute;
    }

.t_r_line {
    height: 5px;
    width: 26px;
    right: -3px;
    top: -3px;
}

.r_t_line {
    width: 5px;
    height: 24px;
    right: -3px;
    top: -3px;
}

.l_b_line {
    width: 5px;
    height: 24px;
    left: -3px;
    bottom: -3px;
}

.b_l_line {
    height: 5px;
    width: 26px;
    left: -3px;
    bottom: -3px;
}

.r_b_line {
    width: 5px;
    height: 24px;
    right: -3px;
    bottom: -3px;
}

.b_r_line {
    height: 5px;
    width: 26px;
    right: -3px;
    bottom: -3px;
}
