﻿/*
 * *Created by PoLeung
 * *Email 30930572@qq.com
 * *Create date 2020-12-29
 * *Copyright LockDataV
 * *Desc data visualization project based on Echarts4.0.
 */
@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, body {
    padding: 0px;
    margin: 0px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

body {
    font-size: 16px;
    font-family: "微软雅黑";
    background: #010930 url('../images/mainbg.jpg') no-repeat top center;
    background-size: cover;
}

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
}

@font-face {
    font-family: 'lockfonts';
    src: url('../fonts/yjsz.ttf');
}

/*定义滚动条高宽及背景*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.2);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(1, 170, 237, 0.5);
    border-radius: 2px;
    background-color: rgba(1, 170, 237, 0.2);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 8px #2F4056;
    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;
}

/*头部標題信息*/
.head {
    width: 100%;
    height: 68px;
    background: url('../images/topbg.png') no-repeat center center;
    margin: 0px auto;
}

.weather {
    width: 15%;
    color: #FFF;
    float: left;
    padding: 33px 20px;
}

.weather span {
    display: inline-block;
    padding: 0px 5px;
    color: #FFF;
    font-family: 'lockfonts';
}

.headTitle {
    width: 70%;
    float: left;
    line-height: 68px;
    color: #FFF;
    font-size: 32px;
    letter-spacing: 5px;
    text-align: center;
    margin: 0px auto;
}

.times {
    width: 15%;
    color: #FFF;
    font-size: 20px;
    font-family: 'lockfonts';
    float: right;
    text-align: right;
    padding: 30px 25px 0 0;
}

/*大屏信息主体*/
.mainbox {
    margin: 0px auto;
    padding: 0px 20px;
}

.mainbox > ul {
    margin-left: -.4rem;
    margin-right: -.4rem;
}

.mainbox > ul > li {
    float: left;
    padding: 0 .4rem
}

.mainbox > ul > li {
    width: 30%
}

.mainbox > ul > li:nth-child(2) {
    width: 40%
}

/*四角效果*/
.boxall {
    border: 1px solid #0c2e6d;
    background: rgba(1, 60, 145, .3);
    padding: 0 15px 15px 15px;
    position: relative;
    margin-bottom: 1.25rem;
    z-index: 10;
}

.boxall:before,
.boxall:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    border-top: 1px solid #206ed4;
    top: 0;
}

.boxall:before, .boxfoot:before {
    border-left: 1px solid #206ed4;
    left: 0;
}

.boxall:after, .boxfoot:after {
    border-right: 1px solid #206ed4;
    right: 0;
}

.boxfoot {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.boxfoot:before,
.boxfoot:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    border-bottom: 1px solid #206ed4;
    bottom: 0;
}

.alltitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    position: relative;
    text-align: center;
    height: 42px;
    line-height: 35px;
    letter-spacing: 2px;
    background: url("../images/titlebg.png") no-repeat center center;
}

.popmenu {
    position: absolute;
    right: 5px;
    top: 5px;
}

.navboxall {
    height: calc(100% - 10px);
}

/*外边框宽度*/
.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
    border: 0px;
    cursor: pointer;
}

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover {
    background-color: transparent;
    cursor: pointer;
    color: #ffea00 !important;
    font-weight: bold !important;
    border-bottom: 1px solid rgba(6, 103, 175, 0.4);
}

.layui-table > thead > tr {
    background: transparent;
}

/*表头样式*/
.layui-table-header > .layui-table td {
    font-weight: bold;
}


/*设置表格单元格线样式*/
.layui-table {
    background: transparent;
}

.layui-table td {
    height: 10px !important;
}

.layui-table td, .layui-table th {
    border-color: transparent;
}

.layui-table tr {
    color: #06b5e2;
    border-bottom: 1px solid rgba(6, 103, 175, 0.4);
}

.layui-table tr:first-child {
    color: #d14043;
}

.layui-table tr:nth-child(2) {
    color: #d9a56b;
}

.layui-table tr:nth-child(3) {
    color: #44e097;
}

/*店鋪資訊*/
.info {
    width: 100%;
    margin: 10px auto;
    cursor: pointer;
    height: 90px;
    overflow: hidden;
}

#quotation {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 5px auto;
}

#quotation li {
    color: #06b5e2;
    letter-spacing: 2px;
    line-height: 28px;
    padding-bottom: 35px;
}

#quotation li p {
    text-align: right;
}

#quotation li span {
    color: #06b5e2;
    font-size: 14px;
    margin: auto 5px;
    font-family: 'lockfonts';
}

/*滾動信息*/
.scroll {
    height: 90%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.wraptit {
    border-bottom: 1px solid rgba(6, 103, 175, 0.4);
    padding: 10px 0 10px 0;
    background: #010e3a;
    margin-bottom: 10px;
}

.scroll li {
    width: 100%;
    line-height: 32px;
    height: 32px;
    text-align: left;
    border-bottom: 1px solid rgba(6, 103, 175, 0.4);
}

.scroll ul li:hover {
    background: #061a7a;
}

.scroll li span {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.scroll li span:first-child {
    width: 10%;
    text-align: left;
}

.scroll li span:nth-child(2) {
    width: 15%;
    text-align: left;
}

.scroll li span:nth-child(3) {
    width: 15%;
    text-align: left;
}

.scroll li span:nth-child(4) {
    width: 15%;
    text-align: left;
}

.scroll li span:nth-child(5) {
    width: 10%;
    text-align: left;
}

.scroll li span:nth-child(6) {
    width: 10%;
    text-align: left;
}

.scroll li span:nth-child(7) {
    width: 25%;
    text-align: right;
}

/*地圖指標邊框*/
.allbox {
    position: relative;
    padding: 15px;
    margin-bottom: 1.25rem;
    z-index: 10;
}

/*指標KPI*/
.pannel {
    width: 100%;
    height: 200px;
}

.item {
    float: left;
    position: relative;
    width: 33.33%;
    height: 100%;
}

.item p {
    margin-top: 25px;
    text-align: center;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
}

.item p:nth-child(2) {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    font-family: 'lockfonts';
    color: #ffea00;
}

.item p label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.itembg1 {
    background: url("../images/normbg1.png") no-repeat top center;
}

.itembg2 {
    background: url("../images/normbg2.png") no-repeat top center;
}

.itembg3 {
    background: url("../images/normbg3.png") no-repeat top center;
}

/*地圖樣式*/
#twmap {
    width: 100%;
    height: 660px;
    position: absolute;
    top: 90px;
    z-index: 99;
}

#areas {
    width: 35%;
    height: 300px;
    padding: 5px;
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 999;
}

#back {
    position: absolute;
    top: 150px;
    right: 30px;
    cursor: pointer;
    z-index: 9999;
}

.hidden {
    display: none;
}

/*底部角标*/
#datav-text-logo {
    position: fixed;
    color: #fff;
    right: 10px;
    bottom: 10px;
    width: 120px;
    float: right;
    z-index: 99999999;
}