
.header {
    margin: 15px;
    padding: 15px;
    background: #EFF3F8;
    border: 1px solid #eee;
}

body,html{
    overflow-x:hidden;
    min-height:500px;
    font-size: 12px;
    height:100%;
}


.loader {
    width: 80px;
    margin: 21px auto 70px;
    position: relative;
    margin-bottom: -3px;
}

.loader .loading-1 {
    position: relative;
    width: 100%;
    height: 8px;
    border: 1px solid #4c8fbd;
    border-radius: 10px;
    /* animation: turn 4s linear 1.75s infinite; */
}

.loader .loading-1:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    background: #4c8fbd;
    box-shadow: 10px 0px 15px 0px #4c8fbd;
    animation: load 2s linear infinite;
}

.loader .loading-2 {
    width: 100%;
    position: absolute;
    top: 10px;
    color: #4c8fbd;
    font-size: 16px;
    text-align: center;
    animation: bounce 2s linear infinite;
}

.header .title {
    font-weight: bold;
}
.statisticsItem {
    display: flex;
}
.statisticsItem .item {
    flex: 1;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}
.statisticsItem .item p {
    margin: 0 0 10px;
}
.statisticsItem .item span {
    font-weight: bold;
    display: block;
}

/* ---------------- 选项卡 ---------------- */
.tabs {
    margin-top: 10px;
}
.tabs-list {
    margin: 0;
    padding: 0 15px 0;
    font-size: 0;
    height: 40px;
    border-bottom: 1px solid #dee6e9;
}
.contain .tabs-list {
    position: relative;
    z-index: 10;
    padding: 0;
    border-bottom: 0;
}
.tabs-list li a {
    position: relative;
    width: 90px;
    height: 40px;
    line-height: 39px;
    font-weight: bold;
    color: #858ea5;
    background-color: #f3f7f8;
    border-top: 1px #dde7e9 solid;
    border-left: 1px #dde7e9 solid;
}
.tabs-list li:last-child a { border-right: 1px #dde7e9 solid; }
.tabs-list li a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}
.tabs-list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dde7e9;
}
.tabs-list li a:hover{ background-color:white }
.tabs-list li.active a {
    color: #438eb9;
    background-color: #fff;
}
.tabs-list li.active a::before { background-color: #438eb9; }
.tabs-list li.active a::after { background-color: #fcfcfc; }
.tabCnt {
    padding: 15px;
    font-size: 14px;
}
.tabCnt .contain .tabs-list li.active a { background-color: #fcfcfc; }
.tabCnt .contain .tabs-list li a::after {
    bottom: -1px;
    background-color: #e6e6e6;
}
.tabCnt .contain .tabs-list li.active a::after { background-color: #fcfcfc; }

.datePick {
    display: inline-block;
    width: 200px;
    height: 35px;
}
.export {
    color: #337ab7;
    cursor: pointer;
}
.tabCnt .chart {
    width: 100%;
    height: 400px;
}

.layui-table-view {margin: 10px 0 0;}

.layui-table-page > div { text-align: right; }