.bt{
    width:20px;
    height: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    cursor: pointer;
}
.back{
    background-color: #eee;
}