﻿@charset "utf-8";
/*通用样式*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, body {
    padding: 0px;
    margin: 0px;
    color: #222;
    font-family: "微软雅黑";
}

body {
    color: #666;
    font-size: 16px;
    background: #000d4a url('../images/bg2.jpg') repeat center top;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

li {
    list-style-type: none;
}

i {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #399bff;
}

a.active, a:focus {
    outline: none !important;
    text-decoration: none;
}

ol, ul, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0
}

a:hover {
    color: #06c;
    text-decoration: none !important
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.2);
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgb(1, 64, 118);
    border-radius: 2px;
    background-color: rgba(245, 245, 245, 0.2);
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 8px #014076;
    background-color: #555;
}

/*KPI指标字体*/
@font-face {
    font-family: 'tapeworm';
    src: url('../fonts/tapeworm.eot');
    src: url('../fonts/tapeworm.eot?#iefix') format('embedded-opentype'),
    url('../fonts/tapeworm.ttf') format('truetype'),
    url('../fonts/tapeworm.svg#tapewormregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 加载旋转动画 */
.loading {
    position: fixed;
    left: 0;
    top: 0;
    font-size: 16px;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: #1a1a1c;
    text-align: center;
}

.loadbox {
    position: absolute;
    width: 160px;
    height: 150px;
    color: rgba(255, 255, 255, .6);
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -75px;
}

.loadbox img {
    margin: 10px auto;
    display: block;
    width: 40px;
}

/*全屏按钮*/
#retreat {
    position: absolute;
    left: 20px;
}

.demo {
    float: left;
}

.demo img {
    cursor: pointer;
    height: 50px;
    transition: opacity 2s;
    width: 50px;
    background: #000;
    float: left;
    margin: 5px;
    opacity: 0;
}

.demo img:hover {
    opacity: 1;
    transition-duration: 0s;
}

/*头部标题*/
.head {
    height: 105px;
    background: url('../images/head_bg.png') no-repeat center center;
    position: relative
}

.head h1 {
    color: #fff;
    text-align: center;
    font-size: 42px;
    line-height: 90px;
}

.head h1 img {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    opacity: 0.5;
    cursor: pointer;
}

.head h1 img:hover {
    opacity: 1;
}

.weather {
    position: absolute;
    right: 30px;
    top: 0;
    line-height: 70px;
}

.weather span {
    color: rgba(255, 255, 255, .5) !important;
    font-size: 16px;
}

/*主体大屏*/
.mainbox {
    padding: 10px 20px 0 20px;
}

.mainbox > ul {
    margin-left: -.4rem;
    margin-right: -.4rem;
}

.mainbox > ul > li {
    float: left;
    padding: 0 .4rem
}

.mainbox > ul > li {
    width: 24%
}

.mainbox > ul > li:nth-child(2) {
    width: 52%
}

/*指标标题*/
.boxall {
    padding: 15px;
    background: rgba(0, 0, 0, .4);
    position: relative;
    margin-bottom: 15px;;
    z-index: 10;
}

.alltitle {
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-left: 12px;
    margin-bottom: 10px;
}

.alltitle:before {
    width: 5px;
    height: 20px;
    top: 2px;
    position: absolute;
    content: "";
    background: #f73133;
    border-radius: 20px;
    left: 0;
}

.navboxall {
    height: calc(100% - 30px);
}

/*数字指标*/
.pulll_left {
    float: left;
}

.pulll_right {
    float: right;
}

.cnum {
    width: 100%;
    font-family: 'tapeworm';
    font-size: 5vw; /*自适应浏览器*/
    line-height: 100px;
    text-align: center;
    margin: 10px 0px;
    padding: 10px 0;
    float: right;
    color: #fef000;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.num, .zhibiao {
    height: 100%;
    width: 50%;
}

.zb1, .zb2, .zb3 {
    float: left;
    width: 33.3333%;
    height: 100%;
}

#zb1, #zb2, #zb3 {
    height: calc(100% - 30px);
}

.zhibiao span {
    padding-top: 20px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1vw;
}

.num {
    padding-right: 20px;
}

.numbt {
    font-size: 1.5vw;
    color: #fff;
    padding-top: 14px;
}

.numbt span {
    font-size: 1vw;
    padding-left: 10px;
    color: #fff;
}

/*表格*/
.table1 th {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .6);
    padding: 0 0 5px 0;
}

.table1 td {
    color: rgba(255, 255, 255, .4);
    padding: 12px 0 0 0;
    font-size: 14px;
}

.table1 span {
    width: 24px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    display: block;
    background: #878787;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.table1 tr:nth-child(1) span {
    background: #ed0028
}

.table1 tr:nth-child(2) span {
    background: #ed405d
}

.table1 tr:nth-child(3) span {
    background: #f78c44
}

.table1 tr:nth-child(4) span {
    background: #49bcf7
}

td {
    font-size: 1vw;
}

/*滚动信息*/
.scroll ul li {
    list-style: none;
}

.scroll {
    height: 70%;
    overflow: hidden;
}

.scroll li {
    line-height: 30px;
    height: 30px;
}

.scroll li p, .wraptit {
    font-size: 0;
}

.scroll li span, .wraptit span {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
}

.wraptit {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
}

.scroll li span:nth-child(1), .wraptit span:nth-child(1) {
    width: 25%;
}

.scroll li span:nth-child(2), .wraptit span:nth-child(2) {
    width: 25%;
    text-align: center;
}

.scroll li span:nth-child(3), .wraptit span:nth-child(3) {
    width: 25%;
    text-align: center;
}

.scroll li span:nth-child(4), .wraptit span:nth-child(4) {
    width: 25%;
    text-align: center;
}

/*品牌角标*/
#datav-text-logo {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    z-index: 9999;
}