﻿* {
    margin: 0px;
    padding: 0px;
}

body {
    /*background: url("../Image/background.png") no-repeat center center fixed;*/
    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: 15px;
}

.col2 {
    margin: 10px 0px;
    width: 100%;
}

.col3 {
    margin: 15px 25px;
}

.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;
        float: left;
        font-size: 20px;
        position: absolute;
    }

.SubrunNumTitle {
    position: relative;
    float: left;
    height: 40px;
    line-height: 40px;
    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: 280px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    /*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%;
    right: 3.2%;
    /*left:3.2%;*/
}

.btn-default {
    background: #fff; /*#fff*/
    position: relative;
    color: #2863AD; /*#2863AD*/
    border: 0;
    z-index: 20;
}

.btn-group .btn-default.active {
    color: #fff;
    background: #2863AD;
}

ul, ol {
    list-style: none;
}

#tab_content .dom li p,
#tab_content .dom li span,
#tab_content .dom li label {
    color: #ffffff;
}

#tab_content .dom li {
    width: 20%;
    /*border: 1px solid red;*/
    text-align: center;
    float: left;
    padding: .2rem;
    margin-left: 5%;
    font-size: 16px;
    border: 1px solid #55bcd4;
}

    #tab_content .dom li p {
        margin-bottom: 0.05rem;
    }

    #tab_content .dom li span {
        padding-top: .1rem;
    }

    #tab_content .dom li:nth-child(1) span {
        color: #ebec2f;
    }

    #tab_content .dom li:nth-child(2) span {
        color: #25f3e6;
    }

    #tab_content .dom li:nth-child(3) span {
        color: #13ff03;
    }

    #tab_content .dom li:nth-child(4) span {
        color: #ebec2f;
    }
