ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {
    color: #333;
}

.member_top .top-score {
    overflow: hidden;
    text-align: center;
    color: white;
}

.member_top .top-score .score {
    display: block;
    margin-top: 0.8rem;
    font-size: 0.6rem;
    line-height: 0.36rem;
}

.member_top .top-score .text {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
}

.member_top .use-score {
    position: absolute;
    top: 2.2rem;
    left: 50%;
    margin-left: -3.45rem;
    width: 6.9rem;
    background-color: #f5f5f5;
    border-radius: 6px;
    font-size: 0;
}

.member_top .use-score .use-score-item {
    display: inline-block;
    vertical-align: middle;
}

.member_top .use-score .score-text {
    margin-left: 0.4rem;
    margin-right: 0.6rem;
    font-size: 0.3rem;
    line-height: 2.2rem;
}

.member_top .use-score .score-num {
    padding: 0.465rem 0;
}

.use-score .score-num .score-num-item + .score-num-item {
    margin-top: 0.25rem;
}

.score-num .score-num-item .item-point {
    display: inline-block;
    margin-right: 0.16rem;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
}

.score-num .score-num-item .item-value {
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #666;
}

.use-score .score-graph {
    margin: 0.4rem 0 0.4rem 0.88rem;
    width: 1.4rem;
    height: 1.4rem;
}

.point-red {
    background-color: #f56741;
}

.point-orange {
    background-color: #ff9547;
}

.point-pink {
    background-color: #ffc8b9;
}

.score-list {
    /*margin-top: 0.2rem;*/
}

.score-list .score-list__header {
    position: relative;
    width: 6.9rem;
    height: 0.8rem;
    line-height: 0.7rem;
    margin: 0 auto;
    padding: 0.4rem 0 0rem 0.2rem;
}

.score-list .score-list__header:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    /*margin-top: -0.01rem;*/
    height: 0.3rem;
    width: 0.1rem;
    background-color: #ac1e2b;
}

.score-list .score-list__header .list__header-title {
    font-size: 0.32rem;
}

.score-list .score-list__header .list__header-desc {
    color: #f56741;
    font-size: 0.3rem;
    float: right;
}

.list__content-item ,.list__content-item-add {
    min-height: 1.1rem;
    padding: 0.3rem 0.1rem;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.score-list .score-list__content .list__content-item:first-child {
    /*border-top: 1px solid #e6e6e6;*/
}

.score-list__content .list__content-item span {
    /*font-size: 0.29rem;*/
}

.score-list__content .list__content-item .item-name {
    /*margin-left: 0.9rem;*/
}

.score-list__content .list__content-item .item-time {
    float: right;
    line-height: 0.4rem;
}

.list__content-item span , .list__content-item-add span  {
    display: inline-block;
    text-align: center;
}
/* 三列的数据 */
.list__content-item span:first-child {
    width: 40%;
}
.list__content-item span:nth-child(2) {
    width: 25%;
    vertical-align: top;
}
.list__content-item span:nth-child(3) {
    width: 25%;
}
/* 4列的数据 */
.list__content-item-add span{
    width: 23%;
}
.list__content-item-add span:first-child{
    width: 29%;
}
.list__content-item-add span:nth-child(2){
    width: 17%;
}
