﻿/*
 * *Created by PoLeung
 * *Email 30930572@qq.com
 * *Create date 2020-07-25
 * *Copyright LockDataV
 * *Desc data visualization project based on echarts4.0.js.
 */

@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/*页面全局设置*/
*, body {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

body {
    color: #666;
    font-size: 16px;
    background: #06273b url('../images/mainbg.jpg') no-repeat center top;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

li {
    list-style-type: none;
}

table {
}

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;
}

/*加载动画*/
.loading {
    position: fixed;
    left: 0;
    top: 0;
    font-size: 16px;
    z-index: 100000000;
    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;
}

.weather {
    position: absolute;
    right: 30px;
    top: 0;
    line-height: 70px;
}

.weather span {
    color: rgba(255, 255, 255, .9) !important;
    font-size: 24px;
}

.top {
    height: 102px;
    width: 100%;
    float: left;
    line-height: 102px;
    margin: 8px auto 10px;
    text-align: center;
    background: url("../images/topbg.png") no-repeat center center;
}

.t1 {
    font-size: 2.5rem;
    background-image: -webkit-linear-gradient(bottom, #2183c5, #3fffea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -1.8rem;
}

.subt {
    font-size: 0.8rem;
    color: #00fcf9;
    font-family: "Arial";
    margin-top: -4rem;
}

#showTime {
    float: right;
    color: #02bcfe;
    margin-top: -140px;
    margin-right: 20px;
}

/*大屏主体设置*/
.mainbox {
    padding: 10px 20px 0 20px;
    width: 100%;
}

.mainbox > ul {
    margin-left: -.4rem;
    margin-right: -.4rem;
}

.mainbox > ul > li {
    float: left;
    padding: 0 .4rem
}

.mainbox > ul > li {
    width: 26%
}

.mainbox > ul > li:nth-child(2) {
    width: 48%
}

.boxall {
    padding: 10px;
    position: relative;
    margin-bottom: 15px;
    z-index: 10;
}

/*数据指标装饰框*/
.rim {
    position: relative;
    background: rgba(1, 64, 118, 0.4) url("../images/boder.png");
    background-size: 100% 100%;
    padding: 10px;
    margin-bottom: 15px;
    z-index: 10;
}

.alltitle {
    font-size: 1.125rem;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    cursor: hand;

}

/*数字字体*/
@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');
}

/*数据指标*/
#norm {
    position: absolute;
    z-index: 9999;
    top: 120px;
    right: 30px;
}

.norm {
    width: 160px;
    height: 81px;
    background: url('../images/normbg.png') no-repeat center;
    background-size: 160px 81px;
    color: rgba(255, 255, 255, .8);
    font-weight: bold;
    margin: 20px;
    padding: 15px;
    font-size: 14px;
    text-align: center;
}

.norm p {
    color: #0fd4e5;
    font-family: 'tapeworm';
    letter-spacing: 3px;
    font-size: 18px;
    margin: 10px;
}

.navboxall {
    height: calc(100% - 30px);
}

/*在线包房*/
.rooms {
    position: absolute;
    width: 180px;
    height: 150px;
    top: 450px;
    right: 40px;
}

/*地图定位*/
#map {
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.rain {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/*地图提示框*/
.bgboder {
    background: transparent url('../images/bgboder.png') no-repeat top center;
    width: 200px;
    height: 112px;
    margin: auto 0;
    line-height: 112px;
    text-align: center;
}

#city {
    float: left;
    width: 180px;
    text-align: left;
    padding-left: 35px;
    margin-top: -20px;
    color: #fff
}

#trans {
    float: left;
    width: 180px;
    text-align: left;
    padding-left: 35px;
    margin-top: -90px;
    color: #fff
}

#house {
    float: left;
    width: 180px;
    text-align: left;
    padding-left: 35px;
    margin-top: -90px;
    color: #fff
}

/*滚动信息*/
.scroll {
    height: 92%;
    width: 98%;
    overflow: hidden;
    text-align: center;
    margin: 10px -10px;
}

.scroll li {
    line-height: 40px;
    height: 40px;
    position: relative;
}

.scroll li span {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.scroll li span:first-child {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    display: inline-block;
    background: #878787;
    color: #fff;
    text-align: center;
    margin: 0 8%;
}

.scroll li span:nth-child(2) {
    width: 45%;
    text-align: left;
    vertical-align: middle;
}

.scroll li span:nth-child(3) {
    width: 30%;
    text-align: left;
    vertical-align: middle;
}

.bg1 {
    background: #ed0028;
}

.bg2 {
    background: #ed405d;
}

.bg3 {
    background: #f78c44;
}