.sell-box{
    margin: 0 auto;
}
.jianjie-cn {
    font-size: 0.36rem;
    font-family: MicrosoftYaHei-Bold,
        MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 0.8rem;
}
.jianjie-content {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.28rem;
    margin: 0.6rem 0;
}

.sell-bg{
    background: #F4F4F4;
    padding: 0.5rem 0;
    margin-bottom: 0.6rem;
}

.sell-content{
    padding: 0 0.5rem;
    margin-top: 0.5rem;
}
.sell-content-text{
    font-size: 0.24rem;
    font-family: MicrosoftYaHei-Bold,
    MicrosoftYaHei;
    font-weight: bold;
    color: #014098;
}
.sell-content-p{
    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.3rem;
    margin: 0.25rem 0.4rem;
}

.sell-img{
    width: 100%;
    height: auto;
    margin: 0.5rem 0;
}

.sell-img img {
    width: 100%;
}

.bz-img-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.5rem 0 1rem 0;
}
.bz-img{
    width: 7.95rem;
    height: 4.04rem;
    margin-bottom: 0.15rem;
}
.bz-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 1024px) {
    .jianjie-cn{
        margin-top: 0.6rem;
    }
    .jianjie-content{
        margin: 0.3rem 0;
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .sell-content-text{
        font-size: 0.3rem;
    }
    .sell-content-p{
        line-height: 0.4rem;
        font-size: 0.24rem;
    }
    .bz-img{
        width: 100%;
        height: auto;
    }
}