@charset "UTF-8";
body {
    font-family: "PingFang SC", "Microsoft Yahei", sans-serif;
    background: #F5F7FA;
    color: #333;
}
.oneactive{
    color: #1aad19;
}
.oneactive a{
    color: #1aad19;
}

.qa-wrap {
    padding: 0.2rem 0.15rem 0.15rem 0.15rem;
}

.qa-item {
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.4rem;
    margin-bottom: 0.2rem;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    border: 0.01rem solid #EEEEEE;
}

.qa-title {
    font-size: 0.3rem;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0.18rem;
}

.qa-desc {
    font-size: 0.26rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

.qa-imgs {
    display: flex;
    gap: 0.15rem;
    margin-bottom: 0.25rem;
    overflow: hidden;
}
.qa-img-item {
    width: 1rem;
    height: 1rem;
    border-radius: 0.1rem;
    overflow: hidden;
    flex-shrink: 0;
}
.qa-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qa-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.24rem;
    color: #222; /* 你要的颜色 */
}

.qa-tag {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.qa-answer {
    background: #e8fbf3;
    color: #00b578;
    padding: 0.08rem 0.18rem;
    border-radius: 0.15rem;
    font-size: 0.21rem;
    font-weight: 500;
    margin-left: auto;
}
