.list_wrapper{
    margin-top: 1rem;
    background: #fff;
    overflow: hidden;
    box-shadow:2px 0px 3px #ccc;
}
.sponsor{
    float: left;
    padding: 0 1.2rem;
    font-size: 1.2rem;
    color: #929292;
}
.sponsor_name{
    height: 3.2rem;
    /*padding-left: 0.6rem;*/
    line-height: 3.2rem;
}
.icon_u_co_cust, .icon_u_cust{
    position: relative;
    top: -1px;
    width: 1.2rem;
    height: 1.4rem;
    margin-left: 0.6rem;
    vertical-align: middle;
}
.icon_u_cust{
    background-position: 0 0;
}
.icon_u_co_cust{
    background-position: 0 -1.7rem;
}
.state_grey, .state_orange{
    float: right;
    height: 3.2rem;
    padding: 0 1rem;
    font-size: 1.2rem;
    line-height: 3.2rem;
}
.state_grey{
    color: #929292;
}
.state_orange{
    color: #f46200;
}
.project_info{
    padding:1.2rem;
    overflow: hidden;
    background: #f7f7f7;
    clear: both;
}
.head_pic{
    /*float: left;*/
    display: inline-block;
    width: 7rem;
    height: 7rem;
}
.project_name_wrapper{
    /*float: left;*/
    display: inline-block;
    position: relative;
    top: -0.6rem;
    width: 20.5rem;
    padding: 0 0 0.8rem 0.8rem;
}
.project_name{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0.8rem;
    /*height: 3.9rem;*/
    font-size: 1.4rem;
    color:#333;
}
.project_detail_price, .project_detail_num, .project_detail_state{
    color: #929292;
    font-size: 1.2rem;
}
.project_detail_price, .project_detail_num{
    float: left;
}
.project_detail_num{
    padding-left: 1.2rem;
}
.project_detail_state{
    clear: both;
    display: block;
    padding-top: 0.7rem;
    /*float: right;*/
}
.project_detail_unit{
    font-size: 0.9rem;
}
.total_price{
    float: right;
    margin: 0.8rem;
    font-size: 1.2rem;
}
.total_price_num{
    padding-left: 1rem;
    font-size: 2.0rem;
    line-height: 1;
    color: #f46200;
    clear: both;
}
.total_price_num_unit{
    padding-right: 0.4rem;
    font-size: 0.9rem;
}
.btn_wrapper{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
}
.btn_pay, .btn_cancel{
    float: right;
    display: block;
    width: 6.9rem;
    height: 2.65rem;
    line-height: 2.65rem;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.2rem;
    margin: 0.8rem;

}
.btn_pay{
    background: #ff8707;
    border: 1px solid #ff8707;
    color:#fff;
}
.btn_cancel{
    border: 1px solid #ccc;
    color: #7b7b7b;
    background: linear-gradient(to top, #fafafa, #fff);
}
.noDis{
    display: none;
}