/*-----------Public-----------*/
.public_wrapper{
    margin-top: 1rem;
    overflow: hidden;
    box-shadow:0 2px 10px -5px #ccc;
    background: #fff;
}
.model_title{
    padding: 0.7rem 1.4rem 0 1.4rem ;
    border-left: 3px solid #fe9700;
    font-size: 1.4rem;
    color: #929292;
}
.model_title_text{
    display: block;
    padding-bottom: 0.7rem;
    /*padding: 0.7rem 1.4rem;*/
    border-bottom: 1px solid #e6e6e6;
}
.return_wrapper{
    padding-bottom: 5rem;
}
/*--------项目进度---------*/
.project_progress_title{
    position: relative;
}
.project_progress_arr{
    display: block;
    position: absolute;
    top: 50%;
    right: 1.4rem;
    margin-top: -0.7rem;
    width: 1.4rem;
    height: 1.4rem;
    background: #ff8500;
    border-radius: 2px;
}
.project_progress_arr:after{
    content: ' ';
    position: absolute;
    top: 50%;
    left: 53%;
    width: 7px;
    height: 7px;
    border: #fff solid;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg); 
    margin: -4px 0 0 -0.6rem; 
}
/*--------Footer---------*/
.footer{
    position: fixed;
    bottom: 0;
    /*display: -webkit-flex;*/
    /*display: flex;*/
    width: 100%;
    height: 4rem;
    background: #fff;
    box-shadow:0 1px 10px #ccc;
}
.footer_content{
    display: inline-block;
    /*-webkit-flex: 1;*/
    /*flex: 1;*/
    width: 66.4%;
    text-align: center;
}
.btn_go_supprot{
    display: inline-block;
    float: right;
    width: 33.2%;
    line-height: 4rem;
    font-size: 1.6rem;
    color:#fff;
    background: #ff8605;
    text-align: center;
}
.btn_wrapper{
    padding:0;
}
.btn_favour, .btn_favoured{
    border-right: 1px solid #e6e6e6;
}
.btn_favour, .btn_favoured, .btn_share{
    display: inline-block;
    width: 49.6%;
    height: 4rem;
    text-align: center;
    font-size: 1.2rem;
}
.btn_favour, .btn_favoured{
    color: #8f8f8f;    
}
.btn_favour:before, .btn_favoured:before, .btn_share:before{
    display: block;
    content: '';
    width: 2rem;
    height: 1.85rem;
    margin: 0.3rem auto 0.2rem;

}
.btn_favour:before{
    background: url(../../../statics/images/projectFlow/btn_collect.png) 100% 100% no-repeat;
    background-size: cover;
}
.btn_favoured:before{
    background: url(../../../statics/images/projectFlow/btn_collect.png) 0 0 no-repeat;
    background-size: cover;
}
.btn_share{
    color: #8f8f8f;
}
.btn_share:before{
    background: url(../../../statics/images/application/app_share.png) 0 0 no-repeat;
    background-size: cover;
}