.echartsBox{
    width: 100%;
    margin: 10px auto 0 auto;
}
.echButt{
    width: 100%;
    margin-bottom: 10px;
}
.echButt,
.echButt_l{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.echButt_l li{
    margin-right: 10px;
}
.echButt_l li a img{
    width: 30px;
}
.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: 700px;
    margin: 0 auto;
    height: auto !important;
}

/*.chartBox #main1 canvas,*/
/*.chartBox #main2 canvas,*/
/*.chartBox #main3 canvas{*/
/*    left: 50% !important;*/
/*    top: 50% !important;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 860px !important;*/
/*    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;
}


.echartsDiv{
    position: relative;
}
#editBtn{
    position: absolute;
    top: -38px;
    right: 0;
    z-index: 999;
    background: #008c7a;
    color: #FFF;
    padding: 6px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}
#optionPanel{
    display: none;
    position: absolute;
    top: -8px;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 999;
    float: left;
}
#optionPanel label{
    display: flex;
    align-items: center;
    margin: 5px 0;
    font-size: 14px;
}
#optionPanel label input{
    margin-right: 5px;
}
.right_tk{
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 9999;
}
.right_tk .group{
    width: 70px;
    height: 70px;
    line-height: 100px;
    text-align: center;
    margin-top: 10px;
}
.right_tk .group img{
    width: 100%;
}