.root {
    display: inline-block;
}
.item[class] {
    width: 40px;
    height: 34px;
}
.root .item input {
    box-sizing: border-box;
}
.root .dot {
    padding: 0 5px;
}
