*{
    padding: 0;
    margin: 0;
}
html{
    font-size:62.5%;
}
body {
    font-family: "Helvetica","Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size:14px;
    font-size:1.4rem;
    margin: 0;
    padding: 0;
}
#container{
    width: 100%;
    min-width: 1200px;
}
/*头页面*/
.header{
    width: 100%;
    height: 60px;
    background: #0B0C0E;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#404346, endColorstr=#E8ECEF);
}
.header_title{
    font-size:20px;
    font-size: 2rem;
    height: 60px;
    line-height: 60px;
    color: #C0C1C0;
    float: left;
}
.header_left{
    margin-left: 5%;
}
.header_shadow{
    -webkit-box-shadow: 0px 2px 5px #404346;
    box-shadow: 0px 2px 5px #404346;
}
@media screen and (max-width:1200px){
    .header_center{
        margin-left: 15%;
    }
}
@media screen and (min-width:1200px) and (max-width: 1400px){
    .header_center{
        margin-left: 20%;
    }
}
@media screen and (min-width:1400px){
    .header_center{
        margin-left: 25%;
    }
}
.header_right{
    font-size:14px;
    font-size: 1.4rem;
    height: 60px;
    line-height: 70px;
    margin-right: 5%;
    float: right;
    color: #C0C1C0;
}

/*导航部分*/
.nav{
    width: 100%;
    /* height: 60px; */
    overflow-x: auto;
}
.nav_list{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}
.nav_list li{
    margin-right: -2px;
    list-style-type: none;
    display: inline-block;
    width: auto;
    padding: 0 30px;
    border: 1px solid #6D6D6D;
    height: 30px;
    line-height: 30px;
    -moz-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px;
    -moz-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px;
    background: -webkit-gradient(linear,left top, left bottom,from(#FFFFFF),color-stop(#B4B8BB),to(#FFFFFF));
    background: linear-gradient(to bottom,#FFFFFF,#B4B8BB,#FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#B4B8BB);
    -webkit-box-shadow: 2px 2px 3px #404346;
    box-shadow: 2px 2px 3px #404346;
}
.nav_list .unclick:hover{
    cursor: pointer;
    background: -webkit-gradient(linear,left top, left bottom,from(#C9CDD0),color-stop(#6D7073),to(#C9CDD0));
    background: linear-gradient(to bottom,#C9CDD0,#6D7073,#C9CDD0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#6D7073);
    position:relative;
    top:1px;
}
.nav_list .clicked{
    background: -webkit-gradient(linear,left top, left bottom,from(#B4B8BB),color-stop(#616365),to(#000))!important;
    background: linear-gradient(to bottom,#B4B8BB,#616365,#000)!important;
    color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#B4B8BB, endColorstr=#000);
}
#iframe{
    width: 100%;
    /*height: auto;*/
    min-height: 500px;
}
/* *{
    padding: 0;
    margin: 0;
}
html{
    font-size:62.5%;
}
body {
    font-family: "Helvetica","Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size:14px;
    font-size:1.4rem;
    margin: 0;
    padding: 0;
} */
/*内容部分*/
.content{
    width: 100%;
    height: auto;
}
.content_left{
    width: 79%;
    height: auto;
    background: #F9F9F9;
    padding-top: 10px;
    float: left;
    min-height: 500px;
}
.echarts{
    width: 96%;
    height: auto;
    margin: 10px 2% 20px;
    border: 1px solid #BCBCBC;
    position: relative;
    background-color: #ffffff;
}
.echarts .YTD{
    width: 20%;
    position: absolute;
    top: 50%;
    left: 1%;
}
.echarts .YTD span:first-child{
    max-width: 45%;
    min-width: 98px;
    display: block;
    word-wrap: break-word;
    float: left;
}
@media screen and (max-width:1300px){
    .echarts .YTD span:last-child{
        float: right;
        color: #169BD5;
    }
}
@media screen and (min-width:1300px){
    .echarts .YTD span:last-child{
        float: right;
        margin-right: 10%;
        color: #169BD5;
        font-weight: bold;
    }
}
.echarts .title{
    width: 100%;
    height: 10px;
    background: #BCBCBC;
    margin-left: -1px;
    border-right: 1px solid #BCBCBC;
    border-top: 1px solid #BCBCBC;
}
.echarts .main{
    background: #FFFFFF;
    width: 100%;
    height: 350px;
}
.echarts .main_pie{
    background: #FFFFFF;
    width: 98%;
    height: 350px;
    padding-right: 2%;
}
.echarts .title_header{
    font-size: 18px;
    font-weight: 800;
    background: #ffffff;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4%;
    left: 1.5%;
}
.pie_charts{
    width: 50%;
    height: 100%;
    float: left;
    margin-top: 20px;
}
.content_right{
    width: 20.5%;
    height: auto;
    padding-top: 10px;
    background: #F9F9F9;
    float: right;
}
.content_right .remark{
    width: 60%;
    margin: 80px 20%;
    /*position: fixed;*/
    /*top: 20%;*/
    /*left: 10%;*/
}
.content_right .remark p{
    margin-bottom: 8px;
}
/*表格*/
.main_table{
    width: 50%;
    position: relative;
    height: 100%;
    padding-top: 1px;
    float: left;
}
.main_table table{
    /*border: 1px solid #000000;*/
    margin: 80px auto;
    width: 60%;
    text-align: center;
    border-collapse: collapse;
    min-height: 35px;
    line-height: 35px;
    border: 1px solid #000000;
}
.table_header{
    color: #169BD5;
    /* position: absolute; */
    top: 12%;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    line-height: 30px;
}
.main_table table thead tr{
    background-color: #0B6EB4;
    color: #ffffff;
}
.main_table table tr td:first-child{
    width: 70%;
    text-align: left;
    border: 1px dashed #808080;
    text-indent: 1em;
}
.main_table table tbody tr td:last-child{
    background-color: #F2F2F2;
    border: 1px dashed #808080;
}

/* *{
    padding: 0;
    margin: 0;
}
html{
    font-size:62.5%;
}
body {
    font-family: "Helvetica","Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size:14px;
    font-size:1.4rem;
    margin: 0;
    padding: 0;
} */
/*内容部分*/
.content{
    width: 100%;
    height: auto;
}
/*内容左部分*/
.content_left{
    width: 79%;
    height: auto;
    background: #F9F9F9;
    padding-top: 10px;
    float: left;
}
/*内容右部分*/
.content_right{
    width: 20.5%;
    height: auto;
    padding-top: 10px;
    background: #F9F9F9;
    float: right;
}
.content_right .remark{
    width: 60%;
    margin: 150px 20%;
    /*position: fixed;*/
    /*top: 20%;*/
    /*left: 10%;*/
}
.content_right .remark p{
    margin-bottom: 8px;
}
/*表格*/
.main_table{
    width: 90%;
    position: relative;
    height: 100%;
    padding-top: 1px;
    margin: 20px auto;
    overflow-y: scroll;
    max-height: 620px;
}
.main_table table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    min-height: 35px;
    line-height: 35px;
    border: 1px solid #000000;
}
.main_table table thead td:nth-child(n+1){
    line-height: 16px;
    width: 90px;
    padding: 10px 5px 10px;
}
.main_table table thead td:first-child{
    width: 270px;
    text-align: center;
}
.main_table table thead tr:first-child{
    background-color: #0B6EB4;
    color: #ffffff;
}
.main_table table tr td{
    border: 1px dashed #808080;
}
.main_table table tbody tr td:first-child {
    text-align: left;
    text-indent: 1em;
}
/*!*表格 head定位*!*/
/*.main_table table .floating {*/
    /*position: absolute;*/
    /*top: 1px;*/
    /*left: -1px;*/
    /*!*top: -50px;*!*/
/*}*/

.floating div{
    border: 1px dashed #808080;
    height: 42px;
    float: left;
    background-color: #0B6EB4;;
    color: #ffffff;
}
.floating{
    position: fixed;
    top: 30px;
    left: 4%;
}
.floating div:nth-child(n+1){
    text-align: center;
    line-height: 16px;
    padding-top: 10px;
}
.checking-tool-view {
  /* 费用页面饼图表格样式已移除 */
}
.checking-tool-view .vehicle-table-container {
  margin: 0 2%;
}
.checking-tool-view .report-list-table {
  width: 100%;
}
.checking-tool-view .report-list-table thead th {
  background: #0B6EB4;
  color: #fff;
}
.checking-tool-view .el-table__body,
.checking-tool-view .el-table__header {
  width: 100%!important;
}
.checking-tool-view .content_left > div {
  width: 100%;
}
.checking-tool-view .nav .el-tabs__content {
  display: none;
}

