.ProductStatistics .w30{
    width: 30%;
    text-align: center;
}

.ProductStatistics .divfiltersearch{
    margin-top: 12px;
    border-bottom: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.ProductStatistics .divfromday{
    display: flex;
    align-items: center;
    left: 0;
}

.ProductStatistics .divtoday{
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}

.ProductStatistics .divkengang{
    margin-top: 15px;
    width: 100%;
    height: 2px;
    background: #eeeeee;
}