.layui-table-cell{
    height: unset !important;
    line-height: unset !important;
    text-overflow: initial;
    white-space: normal;
    padding: 0.6rem 0.5rem;
}

.tablealinks{
    color: #2196F3;
}

.helps{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4.5rem;
    cursor: pointer;
    color: #2196f3;
    font-size: 0.9rem;
}

.alertdfs{
    padding: 0.5rem;
    height: 15rem;
    overflow: hidden;
    overflow: auto;
    display: none;
}

.alertdfs::-webkit-scrollbar {
    width: 0px;
}

.dfdatas{
    width: 100%;
    padding: 0.1rem;
    border: 1px solid #e8e8fd;
}

.night .dfdatas{
    border: 1px solid #444;
}

.dfdatas::-webkit-scrollbar {
    width: 0px;
}

.dfdatas>li{
    width: calc(100% / 10);
    display: inline-block;
    text-align: center;
    padding: 0.1rem;
}

.dfdatas>li>div{
    height: 2rem;
    line-height: 2rem;
    border: 1px solid #e8e8fd;
    cursor: pointer;
}

.night .dfdatas>li>div{
    border: 1px solid #444;
}

.bushoures{
    max-width: 24rem;
    margin: auto;
    margin-top: -1rem;
    display: none;
}

@media screen and (max-width: 500px) {
    .bushoures {
        margin-top: 0.75rem;
        max-width: 100%;
    }
}

.resgeli{
    height: 0.75rem;
}

@media screen and (max-width: 450px) {
    .dfdatas>li {
        width: calc(100% / 8);
    }
}

@media screen and (max-width: 340px) {
    .dfdatas>li {
        width: calc(100% / 6);
    }
}