.demand_title{
    height: 2.7em;
    margin-top: 0.7em;
    font-size: 1.9em;
    font-weight: bold;
    line-height: 2em;
    width: 95%;
    background-color: #f2603c;
    color: #ffffff;
    border-radius: 8px;
    margin-left: 3%;
    
}
/* .content1{
    line-height:2.2em;
    display:block;
    padding:0.5em 1em;
    background-color:#fff;
    margin-bottom:0.8em;    
    -webkit-tap-highlight-color:transparent;
} */
.demand_box{
    line-height:2.2em;
    display:block;
    padding:0.5em 1.3em;
    background-color:#fff;
    margin-bottom:0.8em;    
    margin-top:0.8em;
    -webkit-tap-highlight-color:transparent;
    .item_demand{
        margin-bottom:0.8em;
        .demand_supplyname{
            color:#a21f0b;
            font-size:2em;
            padding:0.5em 0;
        }
        .demand_price_font{
            font-size:1.9em;
            line-height:1.5em;
            padding:0.8em 0.5em;
        }
    }
}
