body{
    background-color: #f7f7f7;
}
.setWrap{
    background-color: #fff;
    border-radius: 10px;
    margin-top: 5px;
}
.setList{
    padding: 2rem 0;
    border-bottom: 1px solid #eee;
}
.setList:last-child{
    border-bottom: none;
}
.arrRight{
    width: 1.8rem;
    height: 1.8rem;
    background-repeat: no-repeat;
    background-size: 1.8rem 1.8rem;
    background-image: url(/skin/v1/img/righths.png);
}
.loginOutBtn{
    background-color: #fff;
    margin-top: 2rem;
    border-radius: 10px;
    text-align: center;
    padding: 1rem;
}
