
.content .content-top {
    height: 500px;
    font-size: 0;
    margin-bottom: 30px;
}
.content .content-top .article-list {
    font-size: 12px;
    width: 40%;
    height: 500px;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}

#echarts_but {
    display: inline-block;
    width: 60%;
    height: 550px;
    top: 0;
    left: 0;
}
#echarts_but a{
    padding:0 5px;
    display:inline-block;
    font-size: 10px;
    color: black;
    background: #0e90d2;
    cursor: pointer;
    margin-right: 10px;
}
#echarts_but a:hover {
    color: white !important;
}
#echarts_but > div {
    position: relative;
    width: 100%;
    height: 500px;
}
#echarts-box {
    width: 100%;
    height: 500px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
#echarts-box_2 {
    width: 100%;
    height: 500px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.daily_index tbody tr:nth-child(odd) {
    background: rgba(168, 222, 255, 0.15);
}

.week_index tbody tr:nth-child(odd) {
    background: rgba(255, 168, 236, 0.09);
}

.note {
    font-size: 10px;
    margin: 100px 0 10px;
    color: #887c7c
}

.thanks {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    font-size: 12px;
    color: #333;
}

.thanks > a {
    color: #333;
}