<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鎶€鏈敮鎸� */

.surpotBox {
    padding: 0.5rem 0rem;
}

.surpotBox .surpotUl li {
    display: flex;
    align-items: center;
    padding: 0.36rem 0;
    justify-content: space-between;
    border-bottom: 0.01rem solid #F4F4F4;
}

.surpotBox .surpotUl li h3 {
    background: url(../images/folder.png) no-repeat left center;
    background-size: 0.22rem 0.22rem;
    padding-left: 0.4rem;
    margin-right: 0.3rem;
    flex: 1;
}

.btnTxt {
    display: flex;
    align-items: center;
}

.btnTxt .downNumber {
    margin-right: 0.5rem;
    background: url(../images/down.png) no-repeat left center;
    background-size: 0.22rem 0.22rem;
    padding-left: 0.3rem;
    color: #666;
}

.btnTxt .btnMore {
    width: 1.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: linear-gradient(180deg, #E42240 0%, #F85259 100%);
    border-radius: 1rem;
    color: #fff;
    text-align: center
}


/* QA闂瓟 */
.answerUl {
    padding: 0.5rem 0rem;
}

.answerUl li {
    padding: 0.3rem;
    background: #F9F9F9;
    margin-top: 0.2rem;
}

.answerUl li h3 {
    background: url(../images/ans-t1.png) no-repeat left center;
    background-size: 0.26rem 0.29rem;
    padding-left: 0.4rem;
    margin-right: 0.3rem;
    color: #cc310c;
}

.answerUl li p {
    background: url(../images/ans-t2.png) no-repeat left top;
    background-size: 0.26rem 0.26rem;
    padding-left: 0.4rem;
    margin-right: 0.3rem;
    color: #666;
    margin-top: 0.22rem;
}



@media (max-width: 800px) {

    .surpotBox {
        padding: 0.5rem 0.3rem;
        padding-top: 0.1rem;
    }

    .surpotBox .surpotUl li {
        flex-direction: column;
    }

    .surpotBox .surpotUl li h3 {
        background: url(../images/folder.png) no-repeat left 0.05rem;
        background-size: 0.32rem 0.32rem;
        padding-left: 0.4rem;
        margin-right: 0rem;
    }

    .btnTxt {
        margin-top: 0.3rem;
        width: 100%;
        justify-content: flex-end;
    }

    .btnTxt .btnMore {
        width: 1.8rem;
        height: 0.65rem;
        line-height: 0.65rem;
    }

    .answerUl li h3 {
        background: url(../images/ans-t1.png) no-repeat left 0.1rem;
        background-size: 0.37rem 0.42rem;
        padding-left: 0.5rem;
    }

    .answerUl li p {
        background-size: 0.36rem 0.36rem;
        padding-left: 0.5rem;
    }





}</pre></body></html>