.tipnumberKeyboardVer{
    >div{
        position: relative;
    }
    .input-container{
        width:450px;
        margin-left:15px;
    }
    input{
        width:440px;
        height: 90px;
        background: #FFFFFF;
        border-radius: 5.62px;
        font-family: PingFangSC-Regular;
        font-size: 34px;
        color: #999999;
        letter-spacing: 0;
        line-height: 45px;
        padding-left:15px;
        // background: red;
        outline:none;
        border:0px ;
    }
    .icon{
        position: absolute;
        left:20px;
        font-size:30px;
        line-height: 87px;
    }
    .key{
        box-sizing: border-box;
        padding:8px;
        height: 100px;
        width:150px;
        color:#FF8C25;
        margin:22px 11px 22px 11px!important;
        border:none!important;
        box-shadow: none!important;
        text-align: center;
        line-height: 100px;
        border-radius: 16px!important;
    }
    .react-simple-keyboard{
        float: left;
        width:500px;
        height: 620px;
        margin-top:0px;
        background: #f8f8f8;
        font-size:60px;
       
        .hg-standardBtn{
            .key;
        }
    }
    .control-key{
        float: left;
        // background: red;
        width:200px;
        padding: 5px;
        span{
            display: inline-block;
            height: 100px;
            width:150px;
           
            font-family: PingFang-SC-Regular;
            font-size: 40px;
            color: #FF8C25;
            text-align: center;
            .key;
        }
        .control-key-sure{
            height: 260px;
            background: #FF8C25;;
            font-family: PingFang-SC-Medium;
            font-size: 45px;
            text-align: center;
            color:white;
            padding:50px;
            line-height: 80px;
            border-radius: 16.88px;
        }
    }
    .back{
        .key;
        position: absolute;
        top:calc(~'149px * 3 + 90px');
        left:0px;
        font-size:40px;
       i{
           font-size:40px!important;
       }
    }
    .clear{
        .key;
        position: absolute;
        top:calc(~'149px * 3 + 90px');
        left:calc(~'150px * 2');
        font-size:40px;
    }
}