<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index-satisfy-box {
    width: 100%;
    height: auto;
    background: linear-gradient( 180deg, #FEE8D1 0%, #FFFFFF 100%);
    box-shadow: inset 0 -0.02rem 0 0 #E8E9EE;
    padding: 0.26rem 0.28rem 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.index-satisfy-box .title {
    width: 100%;
    font-weight: 500;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #93411A;
}

.index-satisfy-box .tip-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.4rem;
    margin-top: 0.16rem;
}

.index-satisfy-box .tip-line .dissatisfy,
.index-satisfy-box .tip-line .satisfy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 100%;
}

.index-satisfy-box .tip-line .dissatisfy .icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.08rem;
}

.index-satisfy-box .tip-line .satisfy .icon {
    width: 0.42rem;
    height: 0.4rem;
    margin-left: 0.1rem;
}

.index-satisfy-box .tip-line .dissatisfy .text,
.index-satisfy-box .tip-line .satisfy .text {
    font-weight: 400;
    font-size: 0.24rem;
    color: #84584C;
}

.index-satisfy-box .opt-line {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 0.6rem;
    margin-top: 0.18rem;
}

.index-satisfy-box .opt-line .per-score {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.11rem;
    background-color: #f6f6f6;
    font-weight: 500;
    font-size: 0.25rem;
    color: #262626;
    box-sizing: border-box;
}

.index-satisfy-box .opt-line .per-score.active {
    background-color: #EAF5FF;
    border: 1px solid #2372FF;
    color: #2372FF;
}</pre></body></html>