.qs-key-board-bg {
    position: absolute;
    pointer-events: painted;
    width: 100%;
    left: 0;
    top: 100%;
    height: 100%;
    transition: top .3s ease;
    -webkit-transition: top .3s ease;
    z-index: 999;
    -moz-user-select: none;
    -ms-touch-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.qs-key-board-wrap {
    background-color: white;
    z-index: 2147483476;
    width: 100%;
    height: 30%;
    -moz-user-select: none;
    -ms-touch-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.qs-key-board {
    background-color: white;
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
}

.qs-keyBoard-dialog {
    padding: 5px 10px;
    background-color: white;
    box-shadow: inset 0px 5px 15px #efefef;
}

.qs-keyBoard-dialog>div {
    display: flex;
    height: 30px;
}

.qs-keyBoard-dialog>div>button {
    width: 6em;
}

.qs-keyBoard-dialog>span {
    font-size: 14px;
    display: block;
    padding: 2px;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.qs-key-board>table {
    width: 100%;
    height: 100%;
    padding-bottom: 0.14rem;
    background-color: #D0D3DA;
    border-spacing: 6px;
    border-collapse: separate;
    table-layout: fixed;
}

.qs-key-board tr {
    height: 25% !important;
}

.qs-key-board td {
    width: 33.3%;
    position: relative;
    height: 25%;
    line-height: 25%;
    text-align: center;
    vertical-align: middle;
    /*border: solid 1px #dedede;*/
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #fff;

    /* font-size: 0.5rem; */
    font-weight: 500;
    color: #444444;

}

.qs-key-board td:active {
    background-color: #dedede;
}

.qs-keyboard-up {
    top: 0%;
}

.qs-inset-input {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 10px;
    border: none;
    font-size: 18px !important;
    width: 100%;
    height: 30px !important;
    line-height: 30px;
    background-color: rgb(238, 238, 238) !important;
}

.qs-keyboard-switch {
    position: absolute;
    overflow: hidden;
    pointer-events: painted;
    right: -120px;
    z-index: 1000;
    margin-bottom: -7px;
    transition: right 300ms ease;
    -webkit-transition: right 300ms ease;
}

.qs-keyboard-switch:before {
    position: absolute;
    z-index: 1;
    right: 25px;
    top: 12px;
    font-size: 20px;
    color: white;
    line-height: 20px;
    width: 20px;
    height: 20px;
}

.qs-keyboard-switch-show {
    right: 0px;
}

.qs-input-dialog {
    width: 100%;
    z-index: 999;
    position: absolute;
    bottom: 0;
    margin-bottom: -61px;
    transition: margin-bottom 300ms ease;
}

.qs-input-dialog-show {
    margin-bottom: 0px;
}

.del-icon,
.key-non-icon {
    background: #D0D3DA !important;
    border: 0 !important;
}

.shadow {
    box-shadow: 1px 1px 1px #999;
}

td img {
    height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 2% auto;
}

.qs-key-board-wrap-freeze {
    width: 100%;
    height: 30%;
    -moz-user-select: none;
    -ms-touch-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483648;
    background-color: transparent;
}