#dynamic_true,
#dynamic_false{
    border-bottom: 0.5rem solid #f2f2f2;
    position: relative;
    background: #f2f2f2;
    overflow: hidden;
}
#dynamic_false {
    background: white;
}

#dynamic_true input{
    outline:none;
    border: none;
}

#dynamic_true>div>div{
    height: 10.5rem;
    width: auto;
    white-space: nowrap;
    position:relative;
    left:0;
    display: inline-block;
}

#dynamic_true>div>div>span{
    height: 9.4rem;
    width: 7.75rem;
    background: #fff;
    text-align: center;
    display: inherit;
    margin-left: 0.5rem;
    border-radius: 0.3rem;
}
#dynamic_true>div>div>span:first-child{
    margin-left: 0.5rem;
}
#dynamic_true a{
    margin: 0.8rem 0 0.2rem 0;
    height: 2.7rem;
    width: 2.7rem;
}
#dynamic_true a>img{
    width: 100%;
}

#dynamic_true span>p{
    height:1rem;
    margin: 0 0 0.2rem 0;
    font-size: 0.7rem;
    color: #333333;
}
#dynamic_ture span span{
    font-size: 0.55rem;
}

#dynamic_true span>p:nth-child(3){
    font-size: 0.55rem;
    color: #999999;
}

#dynamic_true>p{
    margin: 0;
    padding: 0.6rem;
    font-size: 0.7rem;
    color: #333333;
}
#dynamic_true span>div:first-child{

}
#dynamic_true span>img{
    /* margin: 0.5rem auto;
    width: 6.1rem;
    border-radius: 0.7rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background: #ff003c;
    font-size: 0.8rem;
    color: white; */
    width: 6.2rem;
}
.findX{
    position: absolute;
    top: 0.6rem;
    right: 0.7rem;
    width: 0.7rem;
}