@charset "utf-8";
/*huakuai - CSS Document */
.box-hk {
    width: 300px;
    height: 30px;
    background-color:#ccc;
    position: relative;
    line-height: 30px;
    margin: 0px;
    border: 1px solid white;
}

.bg {
    width: 30px;
    height: 30px;
    background-color: #555555;
    /* background-color: #369; */
    position: absolute;
}

.btn-slide {
    position: absolute;
    width: 30px;
    height: 28px;
    border: 1px solid #222222;
    color: #000000;
    cursor: move;
    user-select: none;
    text-align: center;
    line-height: 28px;
    background-color:ghostwhite;
}

.txt {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    user-select: none;
    font-size: 14px;
}