.echartsBox{
    width: 1200px;
    margin: 10px auto 0 auto;
}
.echButt{
    width: 100%;
    border-bottom: 1px solid #85D679;
    padding: 10px 0;
    margin-bottom: 30px;
}
.echButt,
.echButt_l{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.echButt_l li{
    margin-right: 10px;
}
.echButt_l li a img{
    width: 40px;
}
.echButt_l li a img.defShow{
    display: block;
}
.echButt_l li a img.defHide{
    display: none;
}
.echButt_l li:hover img.defShow,
.echButt_l li.echButAct img.defShow{
    display: none;
}
.echButt_l li:hover img.defHide,
.echButt_l li.echButAct img.defHide{
    display: block;
}

.chartBox{
    width: 100%;
    display: none;
}
.chartShow{
    display: block;
}
.chartBox #main1,
.chartBox #main2,
.chartBox #main3{
    width: 100%;
    height: auto !important;
}

.chartBox table{
    width: 100%;
    border: 1px solid #dbdbdb;
}
.chartBox table thead{
    background-color: #f1f1f1;
}
.chartBox table thead th,
.chartBox table tbody td{
    font-size: 15px;
    line-height: 35px;
    text-align: center;
}