.tiaojian{
    width: 100%;
    padding: 0.15rem 0.25rem;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.tiaojian .tjTitle{
    font-size: 0.26rem;
    width: 1.3rem;
    text-align: left;
}
.tiaojian .tjbox{
    display: flex;
    flex-wrap: wrap;gap: 0.15rem ;
    width: 5.7rem;
    margin-bottom: 0.15rem;
}
.tiaojian .tjbox .tjItem{
    width: 1.8rem;height: 0.5rem;
    font-size: 0.26rem;line-height: 0.5rem;text-align: center;
    border: 0.01rem solid #d2d2d2;box-sizing: border-box;border-radius: 0.08rem;
}
.tiaojian .tjbox .tjItemactive{
    background: #4d67ff;
    color: #fff;
    border-color: #4d67ff;
}

/* 内容 */
.zxDetail{}
.zxDetail .zxconten{
    display: flex;flex-direction: column;align-items: flex-start;
}
.zxDetail .zxconten .zxcontenItem{
    width: 100%;display: flex;align-items: center;justify-content: space-between;
    font-size: 0.26rem;color: #000;
    padding-bottom: 0.25rem;margin-bottom: 0.35rem;
    border-bottom: 1px solid #e5e5e5;
}
.zxDetail .zxconten .zxcontenItem:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: none;}

.zxDetail .zxconten .zxcontenItem .zxTitle{
width: 4.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;text-align: left;
}


