.display-none {
    display: none
}

.layui-bottom-btn-body {
    margin-right: 10px;
    display: inline-block;
    line-height: 24px;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: -8px;
}

.layui-bottom-btn-body span { /*margin-bottom: 10px;*/
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
}

.layui-bottom-btn {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #e2e2e2;
    display: inline-block;
    padding: 0px 10px;
    color: buttontext;
    cursor: pointer;
}