.dd {
    background: #ebebeb;
    height: 100%;
}

/*积分内容*/
.pointContent {
    background: #fff;
    padding: 0.2rem 0.2rem 0.2rem;
    display: flex;
    margin-bottom: 0.1rem;
}

.pointContentLeft {
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    border-radius: 50%;
    background: #000000;
}

.pointContentRight {
    font-size: 0.26rem;
    width: 80%;
    padding: 0 4% 0 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.myScores {
    text-align: right;
}

.myScores p:nth-child(1) {
    font-size: 0.28rem;
    opacity: 0.5;
}

.myScores p:nth-child(2) {
    font-size: 0.3rem;
    color: #f00;
}

.myPointVoucher {
    background: #f00;
    color: #fff;
    border-radius: 0.6rem;
    width: 1.8rem;
    text-align: center;
    padding: 0.1rem 0;
}

/*积分列表*/
.pointList {
    padding: 0.2rem 0rem 0 0.2rem;
    background: #fff;
}

.innerPointList {
    padding-right: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #eee;
    display: flex;
}

.innerPointListLeft {
    background: #000000;
    width: 1.7rem;
    height: 1.7rem;
    overflow: hidden;
    border-radius: 6px;
}

.innerPointRight {
    width: 75%;
    padding-left: 3%;
}

.innerPointRight > p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.innerPointRight > p:nth-child(1) {
    font-weight: bold;
}

.label {
    color: #eb5757;
}

.innerPointListDown {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.integralDisplay span {
    display: inline-block;
}

.integralDisplay {
    color: #eb5757;
}

.integralDisplay span:nth-child(2) {
    font-size: 0.33rem;
    font-weight: bold;
    color: #f00;
}

.integralDisplay span:nth-child(3) {
    font-size: 0.25rem;
}

.integralDisplay img {
    width: 0.45rem;
}

.draw {
    text-align: right;
}

.draw > p > span:nth-child(2) {
    font-size: 0.25rem;
}

.remaining {
    color: #999;
}
