﻿#sns_detail h1 {
    font-size: 0.32rem;
    line-height: 0.44rem;
    color: rgba(0, 0, 0, 0.77);
    font-weight: 400;
    padding: 0.12rem 0.16rem;
}

#sns_detail p {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: rgba(0, 0, 0, 0.77);
    padding: 0.12rem 0.16rem;
    line-height: 0.42rem;
}

#sns_detail h2 {
    font-size: 0.32rem;
    line-height: 0.44rem;
    color: rgba(0, 0, 0, 0.77);
    font-weight: 400;
    padding: 0.12rem 0.16rem;
}

#sns_detail li {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: rgba(0, 0, 0, 0.77);
    padding: 0.12rem 0.16rem;
    line-height: 0.42rem;
}

#sns_detail h3 {
    font-size: 0.30rem;
    line-height: 0.44rem;
    color: rgba(0, 0, 0, 0.77);
    font-weight: 400;
    padding: 0.12rem 0.16rem;
}

#sns_detail table {
    width: 6.6rem;
    border-collapse: collapse;
    margin: 0.2rem auto;
    overflow: auto;
    display: block;
}

    #sns_detail table tr {
        display: flex;
    }

        #sns_detail table tr th {
            width: 1.76rem;
            background-color: #e9e9e9;
            border: 1px solid #c6c6c6;
            color: #9a9aa6;
            font-weight: 400;
            border-bottom: none;
            border-left: none;
            padding: 0.1rem;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 0.28rem;
        }

            #sns_detail table tr th:first-child {
                border-left: 1px solid #c6c6c6;
            }

    #sns_detail table td {
        width: 1.76rem;
        font-size: 0.28rem;
        color: rgba(0, 0, 0, 0.77);
        border: 1px solid #c6c6c6;
        border-bottom: none;
        border-left: none;
        padding: 0.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 0.45rem;
    }

        #sns_detail table td:first-child {
            border-left: 1px solid #c6c6c6;
        }

    #sns_detail table tr:last-child td {
        border-bottom: 1px solid #c6c6c6;
    }

#sns_detail code {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: rgba(0, 0, 0, 0.77);
    font-weight: 400;
    padding: 0.12rem 0.16rem;
    white-space: break-spaces;
}

#sns_detail pre {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: rgba(0, 0, 0, 0.77);
    font-weight: 400;
    padding: 0.12rem 0.16rem;
}
