
.tip-modal{
    .u-modal-content{
        height: 1000px!important;
    }
    .u-modal-body{
        height: 900px;
    }
    .u-modal-foot{
        height: 127px;
    }
}
.tip-container{
    box-sizing: border-box;
    .tip-img{
        width:300px;
        float: left;
        height: 710px;
        >div{
            width: 80%;
            height: 80%;
            margin:0 auto;
        }
    }
    .simple-keyboard{
        position: relative;
        float: left;
        width:470px;
       
    }
}

