.project_description_video_wrapper{
    position: relative;
}
.video_click_style:before{
    content: '';
    display: block;
    position: absolute;
    width: 5.2rem;
    height: 5.2rem;
    margin: -2.6rem 0 0 -2.6rem;
    top: 50%;
    left: 50%;
    background: url('../../../../../statics/images/application/video_click.png') 0 0 no-repeat;
    background-size: cover;
}
.project_description_video{
    width: 100%;
    height: 16.6rem;        
    border: none;
}
.project_description_pic{
    width: 100%;
    max-height: 25rem;
}
.project_description_content_wrapper{
    padding: 0 1.2rem 1.5rem;
    background: #fff;
}
.project_description_status{
    position: absolute;
    bottom: 4px;
    right: 0;
    width: 5.5rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 1.1rem;
}
.project_description_name{
    padding: 0.8rem 0 0;
    font-size: 1.4rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tag_wrapper{
    overflow: hidden;
    padding: 0.8rem 0 2rem;
}
.tag_item{
    float: left;
    font-size: 1rem;
    padding: 0.2rem 0.8rem;
    margin-left: 1rem;
    border: 1px solid #ccc;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.tag_item:first-child{
    margin:0;
}
.project_description_text{
    margin: 0 0 2rem 0;
    color: #929292;
    font-size: 1.2rem;
}
.projectInfoWrapper{
    overflow: hidden;
    margin-top: 0.8rem;
}
.projectInfoTextWrapper{
            box-shadow:-1px 0px 1px -1px #aaa inset;
    -webkit-box-shadow:-1px 0px 1px -1px #aaa inset;
}
.projectInfoTextWrapper:last-child{
    box-shadow: 0 0 0 0 #fff inset;
}
.projectInfoLeft{
    /*float: left;*/
}
.projectInfoRight{
    /*float: right;*/
}
.projectInfoCenter{
    /*float: none;*/
}
.projectInfoText{
    margin-bottom: 0;
    font-size: 1.2rem;
    color:#333;
}
.projectInfoLabel{
    margin-bottom:0;
    color: #929292;
    font-size: 1.2rem;
}
.noDis{
    display: none;
}
.priceWrapper{
    display: block;
    margin:1rem 0;
}
.priceTitle{
    color:#929292;
    font-size: 1.4rem;
}
.price{
    font-size: 1.4rem;
    color:#f46200;
}
.priceNum{
    font-style: normal;
    font-size: 2rem;
}
.progressWrapper{
    display: block;
    position: relative;
    width: 100%;
    height: 0.8rem;
}
.progress{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 0.2rem;
    background: #dedede;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
}
.progressShape{
    position: absolute;
    top:0;
    left:0;
    height: 0.2rem;
    max-width: 100%;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    background:-webkit-gradient(linear, left top, right top, from(#fca577), to(#f26d5f));
}
.progressText{
    position: absolute;
    top: 0%;
    left: 20%;
    width: 10.1%;
    margin-top: -0.7rem;
    /*padding: 0 0.4rem;*/
    line-height: 1.4rem;
    border: 1px solid #f26d5f;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    background: #fff;
    color: #f26d5f;
    font-size: 1rem;
    text-align: center;
}
.progressTextUnit{
    font-size: 0.8rem;
}
.progressText_grey{
    color: #929292;
    border: 1px solid #dedede;
}
.progressText_out{
    color: #fff;
    background: #f26d5f;
}
.projectState{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5.5rem;
    height: 2rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}
.projectText{
    color: #fff;
    font-size: 1.2rem;
    line-height: 2rem;
}
.check_detail_wrapper{
    padding: 0 1.2rem;
    background: #fff;
    box-shadow:0 2px 10px -5px #ccc;
}
.check_detail{
    display: block;
    padding: 1.2rem 0;
    border-top: 1px solid #e6e6e6;
    
    text-align: center;
    text-decoration: none;
    color: #507daf;
    font-size: 1.4rem;
    /*box-shadow:2px 0px 3px #ccc;*/
}
.arr_r{
    display: inline-block;
    position: relative;
    top: -1px;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg); 
    border: #507daf solid;
    border-width: 1px 1px 0 0;
}
.projectIcons{
    width: 0.9rem;
    height: 0.9rem;
    display: inline-block;
    margin:0 0.1rem;
    background: url(../../../../../statics/images/projectFlow/projects_icons.png) no-repeat;
}
.projectIcons.projectIconsPeople{
    background-position: 0 0;
    background-size: cover;
}
.projectIcons.projectIconsTime{
    background-position: 100% 100%;
    background-size: cover;
}
.projectIcons.projectIconsMoney{
    background-position:  0 -0.9rem;
    background-size: cover;
}
