body {
    padding-bottom: 5rem;
}
.commTop {
    margin-top: 4rem !important;
    padding: 0 0.32rem;
}
    .commTop .stars {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
        border-bottom: 1px solid #eee;
    }
    .commTop .stars span{
    }
        .commTop .stars span em {
            width: 2rem;
            height: 2rem;
            background: url(/Resource/img/star.png) no-repeat;
            background-size: 100%;
            display: inline-block;
        }
    .commTop .stars label {
        font-size: 1.5rem;
        font-weight: 600;
    }
        .commTop .stars label i {
            font-size: 1rem;
            font-weight: normal;
            color: #999;
            font-style: normal;
            display: inline-block;
            margin-left: 0.15rem;
        }
    .commTop .tags {
        padding: 0.25rem 0;
    }
        .commTop .tags span {
            padding: 0.35rem 0.5rem;
            margin: 0 0.5rem 0.25rem 0;
            border: 1px solid #eee;
            display: inline-block;
            border-radius: 0.25rem;
            text-align: center;
        }
            .commTop .tags span.active {
                border-color: #FFE24C;
                background: #FFE24C;
                font-weight: 600;
            }

.Traitiref {
    width: 95%;
    margin: 0.625rem auto;
    box-sizing: border-box;
}


.Traitiref-Ti {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.5rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: #1974d0;
    margin: 0.4rem 0;
}

.Traitiref-Ti-L {
    font-size: 1.3rem;
}

.Traitiref-Ti img {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.2rem;
}

.Traitiref-Ti-R {
    font-size: 1rem;
}

    .Traitiref-Ti-R span, .Traitiref-Ti-R a {
        color: #666;
        font-size: 0.8rem;
        font-weight: 400;
    }

    .Traitiref-Ti-R a {
        color: #3aa0fe;
    }

.Traitiref-Item {
    width: 100%;
    border-radius: 0.5rem;
    padding: 0.8rem 0.3rem;
    background: #f8f8f8;
    box-sizing: border-box;
    display: flex;
    gap: 0.4rem;
}

.Traitiref-num {
    position: relative;
    width: 2.2rem;
}

    .Traitiref-num img {
        width: 2.2rem;
        height: 2.2rem;
    }

    .Traitiref-num span {
        position: absolute;
        left: 1.1rem;
        top: 0.9rem;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 0.94rem;
    }

.Traitiref-info {
    flex: 1;
}

.Traitiref-xzbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 0.3125rem rgb(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0.3rem 0.4rem;
}

.Traitiref-jrbt {
    color: #1974d0 !important;
    display: flex;
    align-items: center;
}

    .Traitiref-jrbt span {
        font-size: 1.1rem;
    }

.Traitiref-xzan {
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.1rem solid #3aa0fe;
}

    .Traitiref-xzan img {
        width: 1rem;
        height: 1rem;
        transition: transform 0.3s ease;
    }

.rotated {
    transform: rotateZ(180deg);
}

.Traitiref-tiem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0.4rem 0 0;
}

    .Traitiref-tiem div {
        color: #666;
        display: flex;
        align-items: center;
    }

    .Traitiref-tiem img {
        width: 1rem;
        height: 1rem;
        margin-right: 0.2rem;
    }

.Traitiref-zdbf {
    display: none;
    box-sizing: border-box;
    margin-right: 0.3rem;
    overflow: hidden;
}

    .Traitiref-zdbf div {
        color: #666;
        display: flex;
        align-items: center;
    }

    .Traitiref-zdbf img {
        width: 1rem;
        height: 1rem;
        margin-right: 0.2rem;
    }

    .Traitiref-zdbf p {
        color: #333;
        font-size: 0.9rem;
        margin-top: 0.3rem;
    }

.Traitiref-cont {
    width: 100%;
    border-radius: 0.5rem;
    padding: 0.3rem;
    background: #f8f8f8;
    box-sizing: border-box;
}

.Traitiref-para p {
    color: #333;
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
}

.Traitiref-para ol {
    margin-left: 2rem;
    color: #333;
}

.Traitiref-para li {
    font-size: 0.9rem;
}

.TraitirefList {
    width: 100%;
    padding-bottom: 4rem;
}

.TraitirefList-Item {
    box-sizing: border-box;
    box-shadow: 0 0 0.3125rem rgb(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    padding: 0.3rem;
    margin: 0.625rem 0;
}

.TraitirefList-user {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

    .TraitirefList-user > img {
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%;
    }

.TraitirefList-user-call {
    color: #333;
    font-size: 1rem;
    font-weight: bold;
}

.TraitirefList-user-jingpai {
    display: flex;
    align-items: center;
    background: #ffbc1a;
    color: #fff;
    padding: 0.1rem 0.3rem;
    border-radius: 1rem;
    font-size: 0.8rem;
}

    .TraitirefList-user-jingpai img {
        width: 1rem;
        height: 1rem;
    }

.TraitirefList-cont {
    display: flex;
    align-items: flex-start;
    gap: 0.2rem;
    margin: 0.625rem 0;
}

.TraitirefList-article {
    font-size: 0.9rem;
    color: #666;
    /*display: -webkit-box;*/ /* 旧版 WebKit 兼容 */
    /*-webkit-box-orient: vertical;*/ /* 文本方向为垂直排列 */
    /*-webkit-line-clamp: 5;*/ /* 限制显示的行数 */
    /*overflow: hidden;*/ /* 隐藏溢出内容 */
}

.TraitirefList-figure {
    flex-shrink: 0;
    width: 6.4rem;
    height: 6.4rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

    .TraitirefList-figure img {
        width: 6.4rem;
        height: 6.4rem;
        object-fit: cover;
    }

    .TraitirefList-figure div {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #33333355;
        color: #fff;
        font-size: 0.8rem;
        padding: 0.2rem;
        border-top-left-radius: 0.25rem;
    }
.nocomm {
    line-height: 5rem;
    text-align: center;
    color: #999;
}
.LoadMore {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2rem 0;
    font-weight: 600;
    color: #666;
}

    .LoadMore img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .LoadMore div {
        color: #777;
        font-weight: 600;
    }
