.banner {
    width: 100%;
    height: 4rem;
    background: url('../images/txm.png') no-repeat;
    background-size: 100% 100%;
}
.content{
    position: relative;
    margin-top: -0.4rem;
    z-index: 1;
    background-color: #f6f7fb;
    border-radius: .28rem .28rem 0 0;
    padding: .28rem;
}
.content .tag{
    display: flex;
    flex-wrap: wrap;
}
.content .tag_item{
    padding: .14rem .19rem .14rem .17rem;
    background-color: #fff;
    border-radius: .12rem;
    margin: 0 .16rem .16rem 0;
    font-size: .28rem;
    line-height: .32rem;
    color: #181c29;
    border: .02rem solid #f6f7fb;
}
.content .tag_active{
    border: .02rem solid #0d53ff;
}
.content .sx{
    padding: .14rem 0;
    border-radius: .12rem;
    margin-left: .86rem;
    line-height: .32rem;
    margin: 0 .16rem .16rem .46rem;
    position: relative;
}
.content .sx::before{
    content: '';
    display: inline-block;
    width: .02rem;
    height: .32rem;
    background-color: #51586f;
    opacity: .1;
    position: absolute;
    left: -0.28rem;
    top: 50%;
    transform: translate(0,-50%);
}
.list_item{
    background-color: #fff;
    padding: .28rem .28rem .2rem .28rem;
    border-radius: .24rem;
    position: relative;
    margin: 0.25rem 0;
}
.list_item img{
    width: .48rem;
    height: .48rem;
    border-radius: .08rem;
    margin-right: .2rem;
}
.list_item .top{
    padding-bottom: .24rem;
    display: flex;
}
.list_item .top .name{
    font-size: .32rem;
    color: #181c29;
    line-height: .48rem;
    font-weight: 600;
}
.list_item .top .price{
    font-size: .48rem;
    color: #ff4906;
    font-weight: 600;
    margin-top: .16rem;
}
.list_item .bot{
    padding-top: .2rem;
    border-top: .02rem dashed rgba(156,164,185,.2);
    display: flex;
    justify-content: space-between;
}
.list_item .yj{
    font-size: .24rem;
    color: #51586f;
}
.list_item .tg{
    font-size: .24rem;
    color: #ff4906;
}
.list_item .ljtg{
    width: 1.52rem;
    height: .6rem;
    background-color: #0d53ff;
    border-radius: .32rem;
    color: #fff;
    position: absolute;
    top: .28rem;
    right: .28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
}