@charset "UTF-8";
.pec-keyboard {
    font: 21px 'PingFang SC', 'Droid Sans';
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased;
    appearance: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 375px;
    border-top: solid 1px #D9D9D9;
    background-color: #EEEFF0;
    transition:.4s;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    z-index: 31;
}

.pec-keyboard-head {
    position: relative;
    font-size: 14px;
    color: #b2b2b2;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 6px;
    border-bottom: solid 1px #ccd0d2;
    background: #fff;
}
.pec-keyboard-head-right{
    position: absolute;
    top:0;
    right: 10px;
    color: #F37938;
}
.pec-keyboard-head-right i{
    font-style: normal;
    font-size: 15px;
}

.pec-keyboard-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.keyboard-row {
    font-size: 0;
        white-space: nowrap;
        text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
}

.symbol span {
    height: 33px!important;
    line-height: 33px!important;
}

.keyboard-row span {
    position: relative;
    font-size: 21px;
    color: #737778;
    text-align: center;
    width: 8.35%;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    margin-left: 3px;
    margin-right: 3px;
    background: #fff;
    border: 1px solid #ccd0d2;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.keyboard-row span:active {
    background: #E3E7E9;
}

.keyboard-row i em {
    font-style: normal;
    font-size: 30px;
    margin-top: 25%;
    display: block;
}
.keyboard-row .key-fat i em {
    margin-top: 16%;
}
.keyboard-row .key-tap {
    width: 67px;
    height: 119px;
    display: block;
    background: url("../images/common/key.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
}
.keyboard-row .key-fat .key-tap {
    width: 93px;
    height: 110px;
    display: block;
    background: url("../images/common/keyfat.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
}
.keyboard-row .key-left .key-tap {
    background: url("../images/common/keyleft.png") no-repeat;
    background-size: 100%;
    left: -6px;
    transform: translateX(0);
}
.keyboard-row .key-right .key-tap {
    background: url("../images/common/keyright.png") no-repeat;
    background-size: 100%;
    left: auto;
    right: -6px;
    transform: translateX(0);
}

.number .pec-keyboard-head{
    margin-bottom: 0;
}
.number .keyboard-row{
    display: inline-flex;
    justify-content: space-around;
    padding: 0;
    margin-bottom: 1px;
}
.number .keyboard-row span{
    font-size: 23px;
    flex: 1;
    height: 52px;
    line-height: 52px;
    padding: 0;
    margin-left: 0;
    margin-right: 1px;
    border: 0;
    border-radius: 0;
}
.number .keyboard-row span:active{
    background: #EEEFF0;
}
.number .keyboard-row span:last-child{
    margin-right: 0;
}
.char .keyboard-row{
    display: inline-flex;
    justify-content: space-around;
}
.char .keyboard-row span{
    font-size: 20px;
}

.keyboard-float-transition {
    opacity: 1;
    transition: all .1s ease-out .05s;
}

.keyboard-float-enter,
.keyboard-float-leave {
    opacity: 0;
    transform: translate3d(0%, 20%, 0);
}
.keyboard-row span.shift{
    width: 13%;
}
.keyboard-row span.shift.on{
    width: 13%;
    background: #fff;
}
.keyboard-row span.backspace{
    width: 13%;
}
.keyboard-row span.ok{
    width: 23.3%;
    color: #fff;
    border: 0;
    background: #F17940;
}
.keyboard-row span.to-upper{
    width: 18%;
}
.keyboard-row span.dot{
    width: 8.35%;
}
.keyboard-row span.spaceBtn{
    width:48%;
}
.BC-EEEFF0{
    background: #EEEFF0!important;
}
.BC-E3E7E9{
    background: #E3E7E9!important;
}
/*修改了名称，因为冲突了*/
.icon-keyboard-logo{
    width: 18px;
    height: 14px;
    display: inline-block;
    background: url("../images/common/icon-logo.svg") no-repeat;
    background-size: 18px 14px;
    vertical-align: middle;
    margin-top: -2px;
}

.icon-keyboard{
    width: 21px;
    height: 18px;
    display: inline-block;
    background: url("../images/common/icon-keyboard.png") no-repeat;
    background-size: 21px 18px;
    vertical-align: middle;
    margin-top: -2px;
}

.icon-backspace{
    width: 21px;
    height: 18px;
    display: inline-block;
    background: url("../images/common/icon-backspace.png") no-repeat;
    background-size: 21px 18px;
}
.icon-shift{
    position: relative;
    width: 19px;
    height: 18px;
    display: inline-block;
    background: url("../images/common/icon-shift.svg") no-repeat;
    background-size: 19px 18px;
}
.on .icon-shift,
.allon .icon-shift{
    background: url("../images/common/icon-shift-on.svg") no-repeat;
}
.allon .icon-shift:after{
    position: absolute;
    bottom: -3px;
    left: 5px;
    content: "";
    width: 9px;
    height: 2px;
    background: #737778;
    border-radius: 2px;
}
.keyboard-row-in{padding: 0 20px;}
.w16{width:16%!important;}
.f15{font-size: 15px!important;}
.f19{font-size: 19px!important;}
