.plane {
    padding: .3rem;
}

.flex-table-head {
    font-size: .26rem;
    color: #999999;
    margin-bottom: .2rem;
}

.market-name {
    display: block;
    font-size: 0.32rem;
    white-space: nowrap;
    line-height: 2;
}

.market-price {
    font-size: .3rem;
    line-height: 2;
}
.service-btn{display: none !important;}

.market-change {
    font-size: .26rem;
    color: #fff;
    background: #E86238;
    border-radius: 4px;
    min-width: 1.4rem;
    text-align: center;
    line-height: .6rem;
    height: .6rem;
    display: block;
}
.market-change.down{
    background: #3EB87D;
}
.flex-table-body >.flex-container{
    padding: .2rem 0;
    border-top: 0.01rem solid rgba(100,100,100,0.1);
}