.toptext{
    padding-bottom: 0.08rem;
    border-bottom: 1px solid #1C7CDF;
}

.toptext .ltit{
    padding-left: 0.05rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
}

.stat{
    margin-top: 0.25rem;
    padding: 0.2rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
}
.stat .conbox{
    /*padding: .4rem .48rem;*/
    padding: 0.2rem;
}

.stat:last-child{
    margin-bottom: 0.25rem;
}


.stat .selform{
    display: flex;
    align-items: center;
}

.stat .selform .layui-form-label{
    flex-shrink: 0;
    width: fit-content;
    width: -moz-fit-content;
}

.stat .selform .layui-input-block input{
    width: 2.36rem;
}

.stat .selform .layui-input-block2 input{
    width: 2rem;
}

.stat .selform .layui-form-item{
    margin-right: 0.4rem;
}

.stat .selform .layui-form-item .w86{
   width: 0.86rem;
}
.stat .selform .layui-form-item .w136{
    width: 1.36rem;
 }

.stat .lefth th{
    background-color: #F5F5F5;
}

@-moz-document url-prefix() {
    .stat .lefth th::after {
        content: '';
        width: 160px;
        height: 1px;
        background: #dcdcdc;
        position: absolute;
        bottom: -1px;
        left: -1px;
    }
}

.stat .conwrap{
    margin: 0.3rem 0;
}

.stat .conwrap .chart{
    margin-right: 0.2rem;
    min-width: 400px;
}

.stat .pad100{
    margin: 0 .6rem;
}

.stat .chartbox{
    margin-top: 0.1rem;
}

.stat .chartbox img{
    width: 100%;
}

.stat .conwrap table th, .stat .conwrap table td{
    text-align: center;
    padding: 9px 12px;
    white-space: nowrap;
}

.stat .layui-table thead tr{
    background-color: #f5f5f5;
}