body {
    background-color: #f1f1f1;
}

.setBigbox {
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
}

.setbox {
    width: 100%;
    /* background-color: #fff; */
}

.setInfo {
    display: flex;
    width: 100%;
    height: 2rem;
    /* background-color: brown; */
}

.setLeft {
    display: flex;
    width: 2rem;
    height: 2rem;
    border-bottom: 1px solid transparent;
    /* background-color: rgb(0, 120, 255); */
}

.setIcon {
    width: 0.8rem;
    height: 0.8rem;
    /* background-color: rgb(0, 255, 200); */
}

.setIcon img {
    max-width: 100%;
}

.setRight {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
    width: 2rem;
    height: 2rem;
    border-bottom: 1px solid #e6e6e6;
    /* background-color: rgb(255, 238, 0); */
}

.setRight p {
    color: black;
}

.last_child {
    border-bottom: 1px solid transparent;
}