﻿@charset "utf-8";
/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, body {
    padding: 0;
    margin: 0;
    color: #222;
    font-family: "微软雅黑";
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg#iconfont') format('svg');
}

body {
    background: #f8f8f8;
    font-size: 14px;
}

.iconfont {
    color: white;
    font-family: "iconfont" !important;
    font-size: 22px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 0.4rem;
}

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
}

.pulll_left {
    float: left;
}

.pulll_right {
    float: right;
}

/*谷哥滚动条样式*/
::-webkit-scrollbar {
    width: 12px;
    height: 5px;
    position: absolute;
}

::-webkit-scrollbar-thumb {
    background-color: #aedade
}

::-webkit-scrollbar-track {
    background-color: #ddd
}

.chart_tooltip .title {
    margin-bottom: 5px;
    display: block;
}

.chart_tooltip .bullet {
    display: inline-block;
    margin-right: 5px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

.chart_tooltip .name {
    display: inline-block;
    margin-right: 20px;
}

.chart_tooltip .value {
    font-weight: bold;
}

.flex-center {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.circle {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.circle:after {
    content: '';
    margin: 7px;
    display: table;
    width: 10px;
    height: 10px;
    background: #4ca1fe;
    border-radius: 50%;
}

.red-circle:after {
    background: #ff8890;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    font-size: 18px;
    z-index: 100000000;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .2);
}

.loadbox {
    position: absolute;
    width: 160px;
    height: 150px;
    color: #fff;
    left: 50%;
    top: 50vh;
    margin-top: -100px;
    margin-left: -75px;
}

.loadbox img {
    margin: 10px auto;
    display: block;
    width: 40px;
}

.copyright {
    width: 100%;
    line-height: 20px;
    text-align: center;
    bottom: 0;
    color: #aaaaaa;
    font-size: 12px;
    padding-left: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.frame_logo {
    width: 100%;
    height: 55px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.frame_logo #trigger {
    width: 32px;
    margin-right: 10px;
    padding-bottom: 8px;
}

.frame_logo #logo {
    width: 150px;
    margin: auto;
}

.frame_logo span {
    font-size: 28px;
}

.head {
    height: 65px;
    width: 100%;
    padding: 20px;
    background-color: white;
    border-bottom: 1px solid #eee;
}

.head .title {
    font-size: 22px;
    line-height: 25px;
    color: #388dea;
}

.page_title {
    font-size: 26px;
    padding: 10px 20px;
}

.sec_title {
    font-size: 22px;
    line-height: 25px;
    color: #388dea;
    border-left: 3px solid #388dea;
    padding-left: 20px;
    margin: 20px 0;
}

.main_content {
    max-width: 100%;
}

.main_content #emb_page {
    min-height: 100vh;
}

.stat-control {
    border: 0;
    border-radius: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-left: 10px;
}

.datepicker {
    background: url(../images/calendar.png) no-repeat scroll 10px 10px;
    background-size: 16px;
    background-color: #fff;
    padding: 6px 40px;
}

.bottom-line {
    border-bottom: 2px solid #efefef;
    height: 70px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.third-title {
    font-size: 20px;
    color: #4a4a4a;
    margin: 20px;
}

.stat-container {
    padding: 10px 20px 20px 20px;
}

.stat-panel {
    border-radius: 20px;
    height: 400px;
    width: 96%;
    background-color: #fff;
    margin-left: 1%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-top: 20px;
}

.stat-digit {
    font-size: 40px;
}

.stat-col-3 {
    width: 21%;
    margin-right: 3%;
}

.stat-col-4 {
    width: 30%;
}

.stat-col-6 {
    width: 46.5%;
}

.stat-col-8 {
    width: 63%;
}

.chart-box {
    width: 100%;
    padding: 20px;
    height: 350px;
}

.chart-text {
    padding: 20px;
    height: 155px;
    text-align: center;
    font-size: 36px;
}

.weather {
    position: absolute;
    right: 275px;
    top: 0;
    line-height: 65px;
    cursor: pointer;
}

.weather span {
    color: #4a4a4a;
    font-size: 18px;
    padding-right: 10px;
}

.location {
    color: #4a4a4a;
    font-size: 18px;
    top: 10px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.location a {
    cursor: pointer;
}

.jconfirm-box-container {
    width: 300px;
    position: fixed;
    left: 50%;
    margin-left: -150px;
    top: 300px;
}
