.project_info_wrapper{
    overflow: hidden;
    background: #fff;
    box-shadow:2px 0px 3px #ccc;
}
.sponsor{
    width: 100%;
    float: left;
    font-size: 1.2rem;
}
.sponsor_label{
    display: block;
    float: left;
    padding: 0 1rem;
    line-height: 3.7rem;
}
.sponsor_name{
    display: block;
    float: left;
    max-width: 12rem;
    height: 3.7rem;
    padding-left: 1.2rem;
    line-height: 3.7rem;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.icon_u_co_cust, .icon_u_cust{
    display: block;
    float: left;
    position: relative;
    top: 1.1rem;
    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;
}
.btn_cust{
    float: right;
    width: 6.8rem;
    height: 2.5rem;
    margin: 0.6rem 1rem;
    line-height: 2.5rem;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem;
}
.project_info_name{
    padding: 1rem 1.2rem;
    overflow: hidden;
    background: #f7f7f7;
    clear: both;
}
.head_pic{
    width: 7rem;
    float: left;
}
.project_name_wrapper{
    float: left;
    width: 20rem;
    padding: 0.6rem 0 0.8rem 0.8rem;
}
.project_name{
    font-size: 1.4rem;
    color:#333;
    margin-bottom: 0.6rem;
}
.project_prize{
    font-size: 1.2rem;
    color: #626262;
}
.project_prize_num_unit{
    font-size: 0.9rem;
}
.project_info_text_item{
    line-height: 2.2rem;
    overflow: hidden;
}
.project_info_text_wrapper{
    padding:1.2rem;
    overflow: hidden;
    font-size: 1.2rem;
}
.project_info_text_label{
    display: block;
    float: left;
    color: #929292;
    clear: both;
}
.project_info_text_value{
    display: block;
    float: left;
    width: 70%;
    padding-left: 2rem;
}
.ins_info{
    width: 76%;
}
.project_info_text_value_mlm{
    margin-left: -2px;
}
.price_wrapper{
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e6e6e6;
    font-size: 1.2rem;
    color: #929292;
}
.price_wrapper .project_info_text_label{
}
.total_price_num{
    margin-left: 1.2rem;
    font-size: 2rem;
    color: #f46200;
}
.total_price_num_unit{
    padding-right: 0.4rem;
    font-size: 0.9rem;
}
.project_info_text_wrapper .ins_item_wrapper{
    /*padding-left: 1.8rem;*/
    line-height: 3.2rem;
}
.ins_tip{
    display: inline-block;
    padding: 0 0.5rem;
    line-height: 1.8rem;
    background: #f46200;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.0rem;
}
.ins_tip_unit{
    font-size: 0.9rem;
}
.ins_QA{
    display: inline-block;
    width: 1.4rem;
    margin-left: 0.8rem;
    line-height: 1.4rem;
    border: 2px solid #5687be;
    border-radius: 100%;
    text-align: center;
    color: #5687be;
}
.ins_price{
    float: right;
    margin-right: 0.6rem;
}
.checkbox_cust{
    float: right;
    position: relative; 
    top: 0.3rem;
}
.checkbox_cust.disabled span{
    background-color: #e8e8e8;
}
.checkbox_cust.disabled input:checked + span:after{
    border-color: #ccc;
}

