#keycontent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    /*top: 0;*/
    z-index: 9999;
}
#keyboard{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background-color: #f2f2f2;
    font-size: 14px;
    z-index: 9999;
}
#keycontent .keyMask{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    /*top: 0;*/
    height: 90px;
    background:none;
}
#keyboard .keyContent{
    overflow: hidden;
}
#keyboard .english{
    overflow: hidden;
}

#keyboard .number{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 3px);
    justify-content:center;
    position: fixed;
    margin: 0px;
    padding: 0px;
}
#keyboard .number li{
    flex: 0 0 calc(16.66% - 1px);
    height: calc(174px / 4);
    line-height: 40px;
    background-color: #ffffff;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    border-right:1px solid #f2f2f2;
    list-style: none;

}
#keyboard .numpoint {
    width: calc(33.33%);
    height: calc(174px / 4);
    line-height: 15px;
    background-color: #ffffff;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    font-size: 50px;
}
#keyboard .confirmclick {
    width: calc(33%);
    height: calc(174px / 4);
    line-height: 40px;
    background-color: #ffffff;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    position: fixed;
    right: calc(33.33%);
    bottom: 0;
}
#keyboard .numDel {
    width: calc(33.33% - 2px);
    height: calc(174px / 4);
    line-height: 40px;
    background-color: #ffffff;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    position: fixed;
    right: 0;
    bottom: 0;
    border-top: 1px solid #f2f2f2;
}
#keyboard .keyTitle{
    display: flex;
    justify-content:space-between;
    background-color: #ffffff;
    border-top: 1px solid #f2f2f2;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
    color: #999999;
}
#keyboard .keyTitle .keyHide{
    color: blue;
}
#keyboard .numberDel{
    background-image:src(../H50/Img/ketdel.webp);
}

