@charset "UTF-8";

.us-info {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 20px;
}

.us-user {
    width: 460px;
    border-right: 1px solid #ddd;
}

.us-user dt {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
}

.us-user dd {
    width: 380px;
    line-height: 30px;
}

.us-balance {
    width: 400px;
    line-height: 30px;
}

.us-balance .num {
    font-weight: bold;
    font-size: 18px;
}

.us-balance .btn {
    display: block;
    margin-top: 2px;
}

.us-lst-tit {
    margin: 30px 0 10px 0;
}

.us-lst {
    line-height: 45px;
}

.us-lst .head {
    background: #F5F5F5;
}
.us-lst .head{
    overflow: hidden;
    padding-left: 20px;
}

.us-lst li {
    border-bottom: 1px solid #f1f1f1;
    padding: 0 20px;
    overflow: hidden;
    +overflow: visible;
}
.us-lst li:hover {
    background: #fafafa;
}

.us-lst .col-1 {
    width: 510px;

}

.us-lst .col-2 {
    width: 320px;
    *width: 305px;
}


