@charset "UTF-8";

ul, li, p, h1, h2, h3, h4, h5, h6 {
    border: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.chart:empty {
    /*border: 1px dashed;*/
    /*box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
    opacity: 0.3;
}

.chart:empty::after {
    content: "暂无数据";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
}

body {
    color: #FFF;
    background: #0A1B36;
    margin: 0 0;
    padding: 0 0;
}

.fill-parent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.head {
    height: 3rem;
    background: url(images/header_bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.head .title {
    font-size: 1.4rem;
    text-align: center;
    padding-top: 0.3em;
}

.content {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 0;
}

.layout {
    position: absolute;
    width: 33.33%;
}

.layout-left-top {
    left: 0;
    top: 0;
    height: 33.33%;
}

.layout-left-center {
    left: 0;
    top: 33.33%;
    height: 33.33%;
}

.layout-left-bottom {
    left: 0;
    top: 66.66%;
    height: 33.33%;
}

.layout-center-nav {
    top: 2%;
    left: 33.33%;
    right: 66.6%;
    height: 5%;
}

.layout-center-total {
    top: 7%;
    left: 33.33%;
    right: 66.6%;
    height: 10%;
}

.layout-center-second-total {
    top: 17%
}

.layout-center-top {
    top: 27%;
    left: 33.33%;
    right: 66.6%;
    height: 40%;
}

.layout-center-bottom {
    top: 67%;
    left: 33.33%;
    right: 66.6%;
    bottom: 0;
}

.layout-right-top {
    top: 0;
    right: 0;
    height: 33.33%;
}

.layout-right-center {
    top: 33.33%;
    right: 0;
    height: 33.33%;
}

.layout-right-bottom {
    top: 66.66%;
    right: 0;
    bottom: 0;
}

.panel-left {
    position: absolute;
    left: 0.5rem;
    top: 0rem;
    right: 0.5rem;
    bottom: 0.5em;
    background: url(images/left-panel.png) no-repeat;
    background-size: 100% 100%;
}

.panel-right {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5em;
    background: url(images/right-panel.png) no-repeat;
    background-size: 100% 100%;
}

.panel-left > .title {
    position: absolute;
    top: 0.4rem;
    left: 1.2rem;
    line-height: 1.4rem;
    font-size: 1rem;
    text-align: left;
    color: #83c7e3;
}

.panel-right > .title {
    position: absolute;
    top: 0.4rem;
    right: 1.2rem;
    line-height: 1.4rem;
    font-size: 1rem;
    text-align: right;
    color: #83c7e3;
}

.panel {
    position: absolute;
    left: 0.5rem;
    top: 1rem;
    right: 0.5rem;
    bottom: 1em;
    border: 2px solid #04206A;
    -webkit-box-shadow: #04206A 0 0 10px;
    -moz-box-shadow: #04206A 0 0 10px;
    box-shadow: inset 0 0 30px #04206A;
}

.panel.border-left-top:before,
.panel.border-all:before {
    position: absolute;
    width: 1rem;
    height: 1rem;
    content: "";
    border-top: 2px solid #26c6f0;
    border-left: 2px solid #26c6f0;
    left: -1px;
    top: -1px;
}

.panel.border-right-top:after,
.panel.border-all:after {
    position: absolute;
    width: 1rem;
    height: 1rem;
    content: "";
    border-top: 2px solid #26c6f0;
    border-right: 2px solid #26c6f0;
    right: -1px;
    top: -1px;
}

.panel.border-left-bottom .border-foot:before,
.panel.border-all .border-foot:before {
    position: absolute;
    width: 1rem;
    height: 1rem;
    content: "";
    border-bottom: 2px solid #26c6f0;
    border-left: 2px solid #26c6f0;
    left: -1px;
    bottom: -1px;
}

.panel.border-right-bottom .border-foot:after,
.panel.border-all .border-foot:after {
    position: absolute;
    width: 1rem;
    height: 1rem;
    content: "";
    border-bottom: 2px solid #26c6f0;
    border-right: 2px solid #26c6f0;
    right: -1px;
    bottom: -1px;
}

.panel > .title {
    position: absolute;
    top: -0.8rem;
    right: 35%;
    left: 35%;
    line-height: 1.4rem;
    font-size: 1rem;
    text-align: center;
    background-color: #04206A;
    color: #83c7e3;
}

.panel > .title::before {
    content: "[";
    color: #83c7e3;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.panel > .title::after {
    content: "]";
    color: #83c7e3;
    font-weight: bold;
    position: absolute;
    right: 0;
}

.panel-left .chart,
.panel-right .chart,
.panel .chart {
    position: absolute;
    top: 1.2rem;
    right: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
}

.layout-center-bottom .panel {
    background-image: -webkit-radial-gradient(250px 250px at 50% 50%, hsla(209, 99%, 32%, 28), hsla(228, 100%, 0%, 0));
    background-image: radial-gradient(250px 250px at 50% 50%, hsla(209, 99%, 32%, 28), hsla(228, 100%, 0%, 0));
}

.m-nav {
    position: relative;
    height: 100%;
    wdith: 100%;
}

.m-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 1rem;
    background-color: #04206A;
}

.m-nav li {
    float: left;
}

.m-nav li a {
    display: block;
    color: #83c7e3;
    text-align: center;
    font-size: 1.2rem;
    padding: 5px 12px;
    text-decoration: none;
}

.m-nav li a:hover:not(.active) {
    color: #E99D42;
}

.m-nav li a.active {
    color: #E99D42;
}


.m-left {
    position: absolute;
    left: 0;
    top: 0.3rem;
    bottom: 0.3rem;
    width: 50%;
    height: 100%;
}

.m-right {
    position: absolute;
    right: 0;
    top: 0.3rem;
    bottom: 0.3rem;
    width: 50%;
    height: 100%;
}

.m-btn {
    float: left;
    width: 25%;
    height: 100%;
}

.m-btn-second {
    width: 33.33%;
}

.m-btn-second-last {
    width: 34%;
}

.m-btn-box {
    height: 88%;
    width: 88%;
    margin: 5%;
    border-radius: 1rem;
    text-align: center;
    border: 2px solid #04206A;
    -webkit-box-shadow: #04206A 0 0 10px;
    -moz-box-shadow: #04206A 0 0 10px;
    box-shadow: inset 0 0 30px #04206A;
}

.num-txt {
    height: 30%;
    padding-top: 20%;
    color: #fff;
}

.m-btn-num {
    height: 30%;
    padding: 5% 0;
}

.m-btn-num a {
    color: #57DCF9;
    font-size: 1rem;
    text-decoration: none;
}

.m-btn-txt {
    height: 60%;
    color: #fff;
    font-size: 1rem
}

.list-main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.list-main-ul {
    width: 100%;
    height: 100%
}

.list-main-ul > li {
    width: 100%;
    height: 33%;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}

.u-icon {
    width: 2.5rem;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.u-icon .u-icon-top {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: pink;
    color: pink;
}

.u-icon-pink .u-icon-top {
    background-color: pink;
    color: pink;
}

.u-icon-pink .u-icon-txt {
    color: pink;
}

.u-icon-orange .u-icon-top {
    background-color: orange;
    color: orange;
}

.u-icon-orange .u-icon-txt {
    color: orange;
}

.u-icon .u-icon-in {
    font-size: 1.2rem;
    line-height: 2.5rem;
    color: #000;
}

.u-icon .u-icon-txt {
    margin-top: 0.5rem;
    font-size: 0.6rem;
}

.u-content {
    width: 40%;
    height: 100%;
    float: left;
    font-size: 0.5rem;
}

.u-content-top {
    height: 30%;
    margin-top: 1%;
    margin-left: 0.5rem;
}

.u-label {
    padding: 0 0.5rem;
    border-radius: 10px;
}

.u-label-red {
    border: 1px solid red;
    color: red
}

.u-label-blue {
    border: 1px solid #83c7e3;
    color: #83c7e3;
}

.u-label-user {
    font-size: 0.5rem;
    margin-left: 5rem;
}

.u-content-center {
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.3rem;
    color: #fff0b7
}

.u-content-bottom {
    margin-left: 0.5rem;
    margin-top: 0.5rem
}

.u-content-info {
    width: 50%;
    height: 100%;
    float: left;
}

.u-content-proce {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.u-proce-txt {
    margin-top: 1.5rem;
    line-height: 2rem;
    background-color: #5470C6;
    color: #fff;
    border-radius: 1rem;
    font-size: 0.5rem;
    overflow: hidden;
    padding-left: 1rem;
}

.list-rank > li {
    height: 20%;
    width: 100%;
    vertical-align: middle;
    overflow: hidden
}

.u-rank-row {
    height: 2rem;
    line-height: 2rem;
}

.u-rank-row .u-num {
    float: left;
    width: 2rem;
    height: 2rem;
    text-align: center;
    display: inline-block;
    line-height: 2rem;
}

.u-rank-row .u-num-bg {
    background-color: #1990FF;
    border-radius: 50%
}

.u-rank-row .u-txt {
    float: left;
    width: 3rem;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.8rem;
}

.u-rank-row .u-progress {
    float: left;
    width: 65%;
    margin-left: 0.5rem
}

.u-rank-row .u-end {
    float: left;
    margin-left: 0.5rem;
    font-size: 0.5rem
}


.progress-bar {
    width: 100%;
    height: 1rem;
    margin-top: 0.5rem;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 24px;
    background-color: rgba(180, 160, 120, .2);
    position: relative;
}

.progress-bg {
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #1990FF;
    border-radius: 24px;
    animation: panoramic 20s linear infinite;
    background-size: 32px 100%;
}

.m-user-li {
    font-size: 0.8rem;
}

.m-user-li .u-name {
    float: left;
    width: 20%;
    margin-top: 8px;
    padding-left: 10px
}

.m-user-li .u-dept {
    float: left;
    width: 30%;
    margin-top: 10px;
}

.m-user-li .u-lasttime {
    float: left;
    width: 45%;
    margin-top: 10px;
}

@keyframes panoramic {
    to {
        background-position: 200% 0;
    }
}