.listInfo {
    padding         : 0.5rem 0;
    width           : 100%;
    /* height       : 5rem; */
    border-radius   : 10px;
    background-color: #ffffff;
}

.listRow {
    display            : flex;
    flex-direction     : column;
    padding            : 0 0.5rem;
    width              : 100%;
    /* background-color: #fdd239; */
}

hr {
    border    : none;
    height    : 1px;
    background: #dddddd;
}

.otherdata {
    margin-bottom: 0.25rem;
}

.otherdata:last-child {
    margin-bottom: 0;
}

.userRow {
    display            : flex;
    flex-direction     : row;
    /* background-color: #ffae00; */
}

.headImg {
    width        : 2rem;
    height       : 2rem;
    border-radius: 50%;    
}

.headImg img {
    width        : 2rem;
    height       : 2rem;
    border-radius: 50%;
    box-shadow   : rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.listTitle {
    display       : flex;
    /* font-weight: 700; */
}

.select {
    display   : flex;
    margin-top: 0.5rem;
}

.selectBtn {
    display         : flex;
    align-items     : center;
    margin-right    : 0.5rem;
    padding         : 0.3rem;
    border-radius   : 5px;
    border          : 2px solid transparent;
    background-color: #ffffff;
}

.btnOn {
    font-weight     : 700;
    border          : 2px solid red;
    background-color: #ffffff;
}

.listIcon {
    width       : 1rem;
    height      : 1rem;
    margin-right: 0.2rem;
}

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

.tips {
    display    : flex;
    align-items: center;
    margin-left: 2rem;
    font-size  : 0.55rem;
    color      : #ffae00;
    font-weight: 700;
}

.listRow input {
    margin   : 0.2rem 0;
    height   : 1.5rem;
    font-size: .6rem;
}

.listbtn {
    padding         : 0.5rem 0;
    width           : 100%;
    text-align      : center;
    font-weight     : 700;
    border-radius   : 5px;
    background-color: rgb(255, 240, 0);
}