/*生僻字提示框*/
            .cx_dh {
                position: absolute;
                left: 579px;
    top: 236px;
            }
            .test2 {
                width: 210px;
                height: 65px;
                padding: 10px;
                border: 1px solid #beceeb;
                background: #f9fdfe;
                position: relative;
                margin: 40px;
                border-radius: 5px;
                -moz-border-radius: 5px;
            }
            .test2 .bot {
                border-width: 15px;
                border-style: dashed solid dashed dashed;
                border-color: transparent #beceeb transparent transparent;
                left: -30px;
                top: 29px;
            }
            .test2 div {
                width: 0;
                height: 0;
                font-size: 0;
                overflow: hidden;
                position: absolute;
            }
            .test2 .top {
                border-width: 15px;
                border-style: dashed solid dashed dashed;
                border-color: transparent #ffffff transparent transparent;
                left: -28px;
                top: 29px;
            }
            .test2 div {
                width: 0;
                height: 0;
                font-size: 0;
                overflow: hidden;
                position: absolute;
            }
            .test2 span {
                position: relative;
                display: block;
            }
            .d11 {
                display: inline-block;
                position: absolute;
                top: 5px;
                left: 0px;
                width: 12px;
                height: 12px;
                line-height: 12px;
                border-radius: 12px;
                border: 1px solid #5fb5d6;
                background: #fff;
            }
            .d12 {
                position: absolute;
                top: 2px;
                left: 2px;
                width: 8px;
                height: 8px;
                background: #5fb5d6;
                border-radius: 8px;
            }
            .test2 span h1 {
                padding: 0 0 0 20px;
                font-size: 13px;
                line-height: 180%;
                color: #666;
                font-weight: normal;
            }
            .test2 span {
                position: relative;
                display: block;
            }

/*软键盘*/
.softkey{
    display:none;
    position: fixed;
    bottom: 0;
    background: #FFF;
    width: 1175px;
    border: 1px solid #ccc;
    z-index: 99;
    border-radius: 10px;
    padding: 10px;
}

#keyboard {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#keyboard li{
    float: left;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}
	
#keyboard li:hover{
    position: relative;
    top: 1px;
    left: 1px;
    border-color: #e5e5e5;
    cursor: pointer;
}

#keyboard .letter-close {
    float: right;
    margin: 0 5px 5px 0;
    width: 85px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
}