.time-series-page {
    padding-top: 60px;
    min-height: calc(100vh - 96px);
    background: #fff;
}
.time-series-page .banner {
    height:200px;
    background:url(../images/time-series-banner.jpg) center;
}
.time-series-page .banner-inner {
    width:1366px;
    margin:0 auto;
    position: relative;
    height:100%;
}
.time-series-page .banner .statement {
    position: absolute;
    left:0;
    top:50%;
    width:100%;
    transform: translate(0,-50%);
    background: rgba(0,0,0,0.5);
    padding:15px;
    color:#fff;
    font-size:20px;
    border-radius: 4px;
    box-sizing: border-box;
}
.time-series-page .condition {
    background: rgba(241,245,245,1);
    padding:20px 0;
    border-bottom: 1px solid #ddd;
}

.time-series-page .condition .condition-inner {
    width:1366px;
    margin:0 auto;
}

.time-series-page .condition .condition-item {
    padding:6px 0;
    font-size:14px;
    line-height: 24px;
}

.time-series-page .condition .condition-item .label{
    float:left;
    font-weight: bold;
}
.time-series-page .condition .condition-item .links {
    margin-left:50px;
}

.time-series-page .condition .condition-item a {
    padding:0 5px;
    white-space: nowrap;
}
.time-series-page .condition .condition-item a.on {
    background:#1e9fff;
    color: #fff;
    border-radius: 4px;
}

.time-series-page .condition .condition-item .clear {
    clear: both;
}

.time-series-page .datas {
    width:1366px;
    margin: 0 auto;
}

.time-series-page .datas .indicators {
    background: rgba(241,245,245,1);
    width:240px;
    float:left;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}
.time-series-page .datas .clear {
    clear: both;
}

.time-series-page .datas .indicators h2 {
    font-size:24px;
    text-align: center;
    padding:20px 0;
    border-bottom: 1px solid #ddd;
}
.time-series-page .datas .indicators .list {
    padding:15px 0;
}
.time-series-page .datas .indicators .list .item {
    line-height: 40px;
    padding:0 15px;
    position: relative;
}
.time-series-page .datas .indicators .list .item .a {
    display: block;
    border-bottom: 1px solid #ddd;
}
.time-series-page .datas .indicators .list .item:last-child .a{
    border-bottom: none;
}

.time-series-page .datas .indicators .list .item .a.on {
    font-weight: bold;
    color:#1e9fff;
}
.time-series-page .datas .indicators .list .item .a.on::after {
    content: '';
    display: block;
    position: absolute;
    left:0;
    top:4px;
    width:4px;
    height:32px;
    background: #1e9fff;
    
}
.time-series-page .datas .table .toolbar{
    height:60px;
    background:rgb(30, 159, 255,0.1)
}
.time-series-page .datas .table .toolbar .tool-item {
    display: inline-block;
    width:60px;
    text-align: center;
    font-size:12px;
    height:40px;
    margin-top:10px;
    padding-top:4px;
    box-sizing: border-box;
    margin-left:5px;
    border-radius: 4px;
    cursor: pointer;
}
.time-series-page .datas .table .toolbar .tool-item:hover,.time-series-page .datas .table .toolbar .tool-item.on {
    background:#fff;
}
.info-icon {
    display: inline-block;
    width:14px;
    height:14px;
    text-align: center;
    line-height: 14px;
    background:#1e9fff;
    color: #fff;;
    border-radius: 50%;
    font-style: italic;
    cursor: pointer;
}

.time-series-page .datas .table .chart {
    height:300px;
    background:#fff;
    display: none;
}
.layer-table {
    border:1px solid #ddd;
    width:100%;
}
.layer-table td {
    padding:5px;
    border:1px solid #ddd;
    text-align: center;
}