@charset "UTF-8";
.user-score .turn[data-v-267e7d4a] {
    border-radius: 6px;
    background: linear-gradient(90deg, #fff3, #fff0 64.29%), var(--color-bg-cbcbcb);
    background-blend-mode: overlay, normal;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 110px;
    height: 40px
}

.user-score .money[data-v-267e7d4a] {
    display: flex;
    align-items: center;
    color: var(--color-default-font);
    font-size: 16px;
    font-weight: 400
}

.user-score .money .icon[data-v-267e7d4a] {
    margin-left: 15px;
    cursor: pointer
}

.user-score .money .icon.fresh[data-v-267e7d4a] {
    animation: spin-267e7d4a 1s linear infinite
}

@keyframes spin-267e7d4a {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.user-score .fu-score-tip[data-v-267e7d4a] {
    margin-top: 20px
}

.user-score .fu-score-tip p[data-v-267e7d4a] {
    margin: 10px 0;
    line-height: 20px;
    display: flex;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    align-items: center
}

.user-score .fu-score-tip p span[data-v-267e7d4a] {
    margin: 0 10px;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50px
}

.user-score .fu-score-tip p.important[data-v-267e7d4a] {
    color: #fb4d40
}

.user-score .fu-score-tip p.important span[data-v-267e7d4a] {
    background-color: #fb4d40;
    width: 6px
}