.tiaojian{
    width: 100%;
    padding: 0.35rem 0.25rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 0.3rem solid #f7f8ff;
}
.tiaojian .tjTitle{
    font-size: 0.26rem;
    text-align: left;
    margin-bottom: 0.15rem;
}
.tiaojian .tjbox{
    display: flex;
    flex-wrap: wrap;gap: 0.06rem ;
    width: 100%;
    margin-bottom: 0.15rem;
}
.tiaojian .tjbox .tjItem{
    width: 1.7rem;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;
}
/* 背提列表 */
.xxList{
    width: 100%;
    padding: 0.35rem 0;
    box-sizing: border-box;
}
.xxList .xxListBox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
}
.xxList .xxListBox .xxItem{
    border-bottom: 0.01rem solid #d2d2d2;
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding-bottom: 0.35rem;
    gap: 0.25rem;
}
.xxList .xxListBox .xxItem .xxImg{
    width: 3.36rem;
    height: 1.88rem;
}
.xxList .xxListBox .xxItem .xxImg img{border-radius: 0.15rem;}
.xxList .xxListBox .xxItem .xxdes{
    width: 3.2rem;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.xxList .xxListBox .xxItem .xxdes .desone{
    color: #000;
    font-weight: bold;
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
}
.xxList .xxListBox .xxItem .xxdes .destwo{
    color: #737988;
    font-size: 0.24rem;display: flex;
}
.xxList .xxListBox .xxItem .xxdes .xxbtn{
    display: flex;
    gap: 0.15rem;
    margin-top: 0.1rem;
}
.xxList .xxListBox .xxItem .xxdes .xxbtn .xxbtnone{
    background: #4d67ff;
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.45rem;
    width: 1.2rem;
    height: 0.45rem;text-align: center;
    box-sizing: border-box;
}
.xxList .xxListBox .xxItem::before{
    content: '';
    width: 0.91rem;
    height: 0.38rem;
    display: inline-block;
    background: url('https://qcadmin.xhd.cn/r/cms/group/mobile/resource2020/images/yuyue2.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0.2rem;
    left: -0.06rem;
}
.xxList .xxListBox .xxItem:last-child{
    border-bottom: none;
    padding-bottom: 0;
}