* {
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem 1.25rem 0.25rem 1.25rem;
}

#mapcontainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px -10px 0px -10px;
    font-family: "Î¢ÈíÑÅºÚ";
    position: absolute;
}

.homecontent {
    margin: 0px -10px 0px -10px;
    padding: 0px;
    line-height: 1.15;
    font-size: 14px;
    background-repeat: no-repeat;
    background-color: rgb(16, 17, 41);
}

.viewport {
    background: url("../images/home_logo.png") no-repeat 0px 0px / contain;
    margin: 0px auto;
    padding: 3.66rem 0.83rem 0px;
    display: flex;
    min-height: 772px;
    min-width: 1024px;
    max-width: 1920px;
}

.column {
    flex: 3 1 0px;
    position: relative;
}

:nth-child(2).column {
    margin: 1.33rem 0.83rem 0px;
    flex: 4 1 0px;
}

.panel {
    border-width: 2.12rem 1.58rem 0.87rem 5.5rem;
    border-style: solid;
    border-color: red;
    border-image: url("../images/border.png") 51 38 21 132;
    margin-bottom: 0.83rem;
    position: relative;
    box-sizing: border-box;
}

    .panel .inner {
        padding: 1rem 1.5rem;
        left: -5.5rem;
        top: -2.12rem;
        right: -1.58rem;
        bottom: -0.87rem;
        position: absolute;
    }

    .panel h3 {
        color: rgb(255, 255, 255);
        font-size: 0.83rem;
    }

.overview {
    height: 4.58rem;
}

    .overview .inner {
        display: flex;
        justify-content: space-between;
    }

    .overview h4 {
        color: rgb(255, 255, 255);
        padding-left: 0.2rem;
        font-size: 1.16rem;
        margin-bottom: 0.33rem;
    }

    .overview span {
        color: rgb(76, 155, 253);
        font-size: 0.66rem;
    }

.monitor {
    height: 20rem;
}

    .monitor .inner {
        padding: 1rem 0px;
        display: flex;
        flex-direction: column;
    }

    .monitor .tabs {
        padding: 0px 1.5rem;
        margin-bottom: 0.75rem;
    }

        .monitor .tabs a {
            padding: 0px 1.12rem;
            color: rgb(25, 80, 196);
            font-size: 0.75rem;
        }

            .monitor .tabs a:first-child {
                padding-left: 0px;
                border-right-color: rgb(0, 242, 241);
                border-right-width: 0.08rem;
                border-right-style: solid;
            }

            .monitor .tabs a.active {
                color: rgb(255, 255, 255);
            }

    .monitor .childcontent {
        flex: 1 1 0px;
        display: none;
        position: relative;
    }

    .monitor .head {
        background: rgba(255, 255, 255, 0.1);
        padding: 0.5rem 1.5rem;
        color: rgb(104, 216, 254);
        line-height: 1.05;
        font-size: 0.58rem;
        display: flex;
        justify-content: space-between;
    }

    .monitor :nth-child(1).hcol {
        width: 8.2rem;
    }

    .monitor :nth-child(2).hcol {
        width: 3.4rem;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
    }

    .monitor :nth-child(3).hcol {
        width: 5.2rem;
    }

    .monitor .marquee-view {
        top: 1.6rem;
        width: 100%;
        bottom: 0px;
        overflow: hidden;
        position: absolute;
    }

    .monitor .hrow {
        padding: 0.5rem 1.5rem;
        color: rgb(97, 168, 255);
        line-height: 1.05;
        font-size: 0.5rem;
        display: flex;
        position: relative;
        justify-content: space-between;
    }

        .monitor .hrow:hover {
            background: rgba(255, 255, 255, 0.1);
            color: rgb(104, 216, 255);
        }

            .monitor .hrow:hover .icon-dot {
                opacity: 1;
            }

    .monitor .icon-dot {
        left: 0.64rem;
        position: absolute;
        opacity: 0;
    }

@keyframes hrow {
    0% {
    }

    100% {
        transform: translateY(-50%);
    }
}

.monitor .marquee-view {
    top: 1.6rem;
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    position: absolute;
}

.monitor .hrow {
    padding: 0.5rem 1.5rem;
    color: rgb(97, 168, 255);
    line-height: 1.05;
    font-size: 0.5rem;
    display: flex;
    position: relative;
    justify-content: space-between;
}

    .monitor .hrow:hover {
        background: rgba(255, 255, 255, 0.1);
        color: rgb(104, 216, 255);
    }

        .monitor .hrow:hover .icon-dot {
            opacity: 1;
        }

.monitor .icon-dot {
    left: 0.64rem;
    position: absolute;
    opacity: 0;
}

.monitor .marquee {
    animation: hrow 10s linear infinite;
}

    .monitor .marquee:hover {
        animation-play-state: paused;
    }

.rightmonitor {
    height: 24.92rem;
}

    .rightmonitor .inner {
        padding: 1rem 0px;
        display: flex;
        flex-direction: column;
    }

    .rightmonitor .tabs {
        padding: 0px 1.5rem;
        margin-bottom: 0.75rem;
    }

        .rightmonitor .tabs a {
            padding: 0px 1.12rem;
            color: rgb(25, 80, 196);
            font-size: 0.75rem;
        }

            .rightmonitor .tabs a:first-child {
                padding-left: 0px;
                border-right-color: rgb(0, 242, 241);
                border-right-width: 0.08rem;
                border-right-style: solid;
            }

            .rightmonitor .tabs a.active {
                color: rgb(255, 255, 255);
            }

    .rightmonitor .childcontent {
        flex: 1 1 0px;
        display: none;
        position: relative;
    }

    .rightmonitor .head {
        background: rgba(255, 255, 255, 0.1);
        padding: 0.5rem 1.5rem;
        color: rgb(104, 216, 254);
        line-height: 1.05;
        font-size: 0.58rem;
        display: flex;
        justify-content: space-between;
    }

    .rightmonitor :nth-child(1).hcol {
        width: 8.2rem;
    }

    .rightmonitor :nth-child(2).hcol {
        width: 3.4rem;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
    }

    .rightmonitor :nth-child(3).hcol {
        width: 5.2rem;
    }

    .rightmonitor .marquee-view {
        top: 1.6rem;
        width: 100%;
        bottom: 0px;
        overflow: hidden;
        position: absolute;
    }

    .rightmonitor .hrow {
        padding: 0.5rem 1.5rem;
        color: rgb(97, 168, 255);
        line-height: 1.05;
        font-size: 0.5rem;
        display: flex;
        position: relative;
        justify-content: space-between;
    }

        .rightmonitor .hrow:hover {
            background: rgba(255, 255, 255, 0.1);
            color: rgb(104, 216, 255);
        }

            .rightmonitor .hrow:hover .icon-dot {
                opacity: 1;
            }

    .rightmonitor .icon-dot {
        left: 0.64rem;
        position: absolute;
        opacity: 0;
    }

    .rightmonitor .marquee-view {
        top: 1.6rem;
        width: 100%;
        bottom: 0px;
        overflow: hidden;
        position: absolute;
    }

    .rightmonitor .hrow {
        padding: 0.5rem 1.5rem;
        color: rgb(97, 168, 255);
        line-height: 1.05;
        font-size: 0.5rem;
        display: flex;
        position: relative;
        justify-content: space-between;
    }

        .rightmonitor .hrow:hover {
            background: rgba(255, 255, 255, 0.1);
            color: rgb(104, 216, 255);
        }

            .rightmonitor .hrow:hover .icon-dot {
                opacity: 1;
            }

    .rightmonitor .icon-dot {
        left: 0.64rem;
        position: absolute;
        opacity: 0;
    }

    .rightmonitor .marquee {
        animation: hrow 10s linear infinite;
    }

        .rightmonitor .marquee:hover {
            animation-play-state: paused;
        }

.point {
    height: 14.16rem;
}

    .point .chart {
        margin-top: 1rem;
        display: flex;
        justify-content: space-between;
    }

    .point .pie {
        width: 13rem;
        height: 10rem;
        margin-left: -0.4rem;
    }

    .point .data {
        padding: 1.5rem 1.25rem;
        width: 7rem;
        display: flex;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: space-between;
        background-image: url("../images/rect.png");
        background-size: cover;
    }

    .point h4 {
        color: rgb(255, 255, 255);
        font-size: 1.16rem;
        margin-bottom: 0.5rem;
    }

    .point span {
        color: rgb(76, 155, 253);
        font-size: 0.66rem;
        display: block;
    }

.map {
    height: 24.1rem;
    margin-bottom: 0.83rem;
    display: flex;
    flex-direction: column;
}

    .map h3 {
        margin: 0px;
        padding: 0.66rem 0px;
        color: rgb(255, 255, 255);
        line-height: 1;
        font-size: 0.83rem;
    }

    .map .icon-cube {
        color: rgb(104, 216, 254);
    }

    .map .chart {
        flex: 1 1 0px;
        background-color: rgba(255, 255, 255, 0.05);
    }

    .map .geo {
        width: 100%;
        height: 100%;
    }

.users {
    height: 14.16rem;
    display: flex;
}

    .users .chart {
        margin-top: 1rem;
        display: flex;
    }

    .users .bar {
        width: 24.5rem;
        height: 10rem;
    }

    .users .data {
        padding: 1.5rem 1.25rem;
        width: 7rem;
        display: flex;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: space-between;
        background-image: url("../images/rect.png");
        background-size: cover;
    }

    .users h4 {
        color: rgb(255, 255, 255);
        font-size: 1.16rem;
        margin-bottom: 0.5rem;
    }

    .users span {
        color: rgb(76, 155, 253);
        font-size: 0.66rem;
        display: block;
    }

.order {
    height: 6.16rem;
}

    .order .filter {
        display: flex;
    }

        .order .filter a {
            padding: 0px 0.75rem;
            height: 0.75rem;
            color: rgb(25, 80, 196);
            line-height: 1;
            font-size: 0.75rem;
            border-right-color: rgb(0, 242, 241);
            border-right-width: 0.08rem;
            border-right-style: solid;
            display: block;
        }

            .order .filter a:first-child {
                padding-left: 0px;
            }

            .order .filter a:last-child {
                border-right-color: currentColor;
                border-right-width: medium;
                border-right-style: none;
            }

            .order .filter a.active {
                color: rgb(255, 255, 255);
                font-size: 0.83rem;
            }

    .order .data {
        margin-top: 0.83rem;
        display: flex;
    }

    .order .item {
        width: 50%;
    }

    .order h4 {
        color: rgb(255, 255, 255);
        font-size: 1.16rem;
        margin-bottom: 0.41rem;
    }

    .order span {
        color: rgb(76, 155, 253);
        font-size: 0.66rem;
        display: block;
    }

.sales {
    height: 10.33rem;
}

    .sales .caption {
        line-height: 1;
        display: flex;
    }

    .sales h3 {
        height: 0.75rem;
        padding-right: 0.75rem;
        border-right-color: rgb(0, 242, 241);
        border-right-width: 0.08rem;
        border-right-style: solid;
    }

    .sales a {
        margin: -0.12rem 0px 0px 0.87rem;
        padding: 0.16rem;
        border-radius: 0.12rem;
        color: rgb(11, 172, 230);
        font-size: 0.66rem;
    }

        .sales a.active {
            color: rgb(255, 255, 255);
            background-color: rgb(76, 155, 253);
        }

    .sales .inner {
        display: flex;
        flex-direction: column;
    }

    .sales .chart {
        flex: 1 1 0px;
        padding-top: 0.6rem;
        position: relative;
    }

    .sales .label {
        left: 1.75rem;
        top: 0.75rem;
        color: rgb(73, 150, 245);
        font-size: 0.58rem;
        position: absolute;
    }

    .sales .line {
        width: 100%;
        height: 100%;
    }

.wrap {
    display: flex;
}

.channel {
    margin-right: 0.83rem;
    flex: 1 1 0px;
    height: 7.66rem;
}

.quarter {
    flex: 1 1 0px;
    height: 7.66rem;
}

.channel .data {
    overflow: hidden;
}

.channel .item {
    margin-top: 0.85rem;
}

.channel :first-child.item {
    float: left;
}

.channel :last-child.item {
    float: right;
}

.channel h4 {
    color: rgb(255, 255, 255);
    font-size: 1.33rem;
}

.channel small {
    font-size: 50%;
}

.channel span {
    color: rgb(76, 155, 253);
    font-size: 0.58rem;
    display: block;
}

.quarter .inner {
    margin: 0px -0.25rem;
    display: flex;
    flex-direction: column;
}

.quarter .chart {
    flex: 1 1 0px;
    padding-top: 0.75rem;
}

.quarter .box {
    position: relative;
}

.quarter .label {
    left: 50%;
    top: 50%;
    color: rgb(255, 255, 255);
    font-size: 1.25rem;
    position: absolute;
    transform: translate(-50%, -30%);
}

    .quarter .label small {
        font-size: 50%;
    }

.quarter .gauge {
    height: 3.5rem;
}

.quarter .data {
    display: flex;
    justify-content: space-between;
}

.quarter .item {
    margin-top: 0.85rem;
}

.quarter h4 {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.quarter span {
    margin-top: 8px;
    width: 100%;
    color: rgb(76, 155, 253);
    overflow: hidden;
    font-size: 0.58rem;
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

.top {
    height: 11.8rem;
}

    .top .inner {
        display: flex;
    }

    .top .all {
        width: 7rem;
        color: rgb(76, 155, 253);
        font-size: 0.6rem;
        vertical-align: middle;
        display: flex;
        flex-direction: column;
    }

        .top .all ul {
            flex: 1 1 0px;
            padding-left: 0.5rem;
            margin-top: 0.5rem;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }

        .top .all li {
            overflow: hidden;
        }

        .top .all [class^='icon-'] {
            font-size: 1.5rem;
            margin-right: 0.5rem;
            vertical-align: middle;
        }

    .top .province {
        flex: 1 1 0px;
        color: rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
    }

        .top .province i {
            padding: 0px 0.5rem;
            color: rgb(11, 172, 230);
            font-size: 0.58rem;
            font-style: normal;
            margin-top: 0.2rem;
            float: right;
        }

        .top .province s {
            text-decoration: none;
            display: inline-block;
            transform: scale(0.8);
        }

        .top .province .icon-up {
            color: rgb(220, 60, 51);
        }

        .top .province .icon-down {
            color: rgb(54, 190, 144);
        }

        .top .province .data {
            flex: 1 1 0px;
            margin-top: 0.6rem;
            display: flex;
        }

        .top .province ul {
            flex: 1 1 0px;
            line-height: 1;
            margin-bottom: 0.25rem;
        }

            .top .province ul li {
                display: flex;
                justify-content: space-between;
            }

            .top .province ul span {
                overflow: hidden;
                display: block;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
            }

            .top .province ul.sup {
                font-size: 0.58rem;
            }

                .top .province ul.sup li {
                    padding: 0.5rem;
                    color: rgb(73, 149, 244);
                }

                    .top .province ul.sup li.active {
                        color: rgb(163, 198, 242);
                        background-color: rgba(10, 67, 188, 0.2);
                    }

            .top .province ul.sub {
                font-size: 0.5rem;
                display: flex;
                flex-direction: column;
                justify-content: space-around;
                background-color: rgba(10, 67, 188, 0.2);
            }

                .top .province ul.sub li {
                    padding: 0.41rem 0.6rem;
                    color: rgb(82, 255, 255);
                }

.clock {
    top: -1.5rem;
    right: 1.66rem;
    color: rgb(11, 172, 230);
    font-size: 0.83rem;
    position: absolute;
}

    .clock i {
        font-size: 0.83rem;
        margin-right: 5px;
    }

@media screen and (max-width:1600px) {
    .top span {
        transform: scale(0.9);
    }

    .top .province ul.sup li {
        padding: 0.4rem 0.5rem;
    }

    .top .province ul.sub li {
        padding: 0.23rem 0.5rem;
    }

    .quarter span {
        transform: scale(0.9);
    }
}

.file {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 8px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

    .file input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
    }

    .file:hover {
        background: #AADFFD;
        border-color: #78C3F3;
        color: #004974;
        text-decoration: none;
    }

.loading-section {
    text-align: center;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .loading-section h2 {
        color: #00b5dc;
    }

.loader-dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #00b5dc;
    display: inline-block;
    -webkit-animation: grow 2.1s infinite ease-in-out both;
    animation: grow 2.1s infinite ease-in-out both;
}

    .loader-dot.dot1 {
        -webkit-animation-delay: -0.96s;
        animation-delay: -0.96s;
    }

    .loader-dot.dot2 {
        -webkit-animation-delay: -0.48s;
        animation-delay: -0.48s;
    }

@-webkit-keyframes grow {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}
