/*-----------Public-----------*/
.public_wrapper{
    margin-top: 1rem;
    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.6rem;
    color: #929292;
}
.model_title_text{
    display: block;
    padding-bottom: 0.7rem;
    /*padding: 0.7rem 1.4rem;*/
    border-bottom: 1px solid #e6e6e6;
}
/*-------项目简介------------*/
.project_description_video_wrapper{
    position: relative;
}
.project_description_video{
    width: 100%;
    height: 16.6rem;        
}
.project_description_content_wrapper{
    padding: 0 1.2rem 0.8rem;
    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.6rem;
}
.tag_wrapper{
    overflow: hidden;
    padding: 0.8rem 0;
}
.tag_item{
    float: left;
    font-size: 1rem;
    padding: 0.3rem 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{
    color: #929292;
    font-size: 1.4rem;
}
.projectInfoWrapper{
    overflow: hidden;
    margin-top: 0.6rem;
    padding-top: 0.8rem;
    line-height: 2rem;
}
.projectInfoTextWrapper{
    text-align: center;
    color: #929292;
}
.projectInfoLeft{
    float: left;
}
.projectInfoRight{
    float: right;
}
.projectInfoCenter{
    float: none;
}
.projectInfoText{
    margin-bottom: 0;
    font-size: 1.5rem;
    color:#333;
}
.projectInfoLabel{
    margin-bottom: 0;
    font-size: 1.3rem;
}
.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: 2.4rem;
    letter-spacing: 1px;
}
.progressWrapper{
    display: block;
    position: relative;
    width: 100%;
    height: 0.8rem;
}
.progress{
    position: absolute;
    top:0;
    left:0;
    width: 87%;
    height: 0.8rem;
    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;
    width: 10%;
    height: 0.8rem;
    max-width: 100%;
    background: #ff9e6b;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
}
.progressText{
    position: absolute;
    top: 0;
    right: 0;
    color: #929292;
    font-size: 1.2rem;
    line-height: 0.8rem;
}
.check_detail{
    display: block;
    padding: 1.2rem 0;
    border-top: 1px solid #e6e6e6;
    background: #fff;
    text-align: center;
    text-decoration: none;
    color: #929292;
    font-size: 1.3rem;
    box-shadow:0 2px 10px -5px #ccc;
    /*box-shadow:2px 0px 3px #ccc;*/
}
.arr_r{
    display: inline-block;
    position: relative;
    top: -1px;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg); 
    border: #aaa solid;
    border-width: 1px 1px 0 0;
}
/*--------官方微博和项目主创成员-----------*/
.official_weibo{
    overflow: hidden;
    position: relative;
    margin: 0 1rem 1rem 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e6e6e6;
}
.official_weibo_photo_wrapper{
    float: left;
}
.official_weibo_photo{
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
}
.icon_aur{
    position: absolute;
    left: 5rem;
    bottom: 1.4rem;
}
.official_weibo_text_wrapper{
    float: left;
    margin-left: 0.9rem;
    padding-top: 0.5rem;
}
.official_weibo_name{
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
}
.official_weibo_description{
    font-size: 1.4rem;
    color: #929292;
    line-height: 2rem;
}
.official_weibo_fans{
    font-size: 1.2rem;
    color: #929292;
}
.official_weibo_name, .official_weibo_description{
    white-space:nowrap; 
    word-break:keep-all; 
    overflow:hidden; 
    text-overflow:ellipsis;
    max-width: 17rem;
}
.icon_font_cust{
    font-size: 2.2rem;
}
.follow_text_cust{
    font-size: 1rem;
}
.cast_members_wrapper{
    padding: 0.5rem 1.4rem;
    overflow: hidden;
}
.cast_members_item{
    display: block;
    float: left;
    margin-left: 0.863rem;
}
.cast_members_item:first-child{
    margin:0;
}
.cast_members_link{
    display: block;
    text-decoration: none;
    color: #333;
}
.cast_members_photo{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}
.cast_members_name{
    width: 5rem;
    white-space:nowrap; 
    word-break:keep-all; 
    overflow:hidden; 
    text-overflow:ellipsis;
    text-align: center;
    font-size: 1.4rem;
}
/*--------项目进度---------*/
.project_progress_title{
    position: relative;
}
.project_progress_arr{
    display: block;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    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: 50%;
    width: 7px;
    height: 7px;
    border: #fff solid;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg); 
    margin: -4px 0 0 -0.6rem; 
}
.project_progress{
    overflow: hidden;
}
.list_item{
    display: block;
    padding: 1.3rem 0;
    margin-left: 1.1rem;
}
.list_item:last-child{
    border: none;
}
.list_item_text{
    font-size: 1.6rem;
}
.list_item_date{
    font-size: 1.3rem;
    color: #929292;
}
.progress_item{
    position: relative;
    margin-left: 4rem;
}
.progress_item:before{
    position: absolute;
    top:1.7rem;
    left: -2.4rem;
    z-index: 2;
    display: block;
    content: '';
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #bdbdbd;
}
.progress_item:after{
    position: absolute;
    top:0;
    left: -1.95rem;
    z-index: 1;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    border-left: 1px solid #bdbdbd;
}
.progress_item:first-child:after{
    top:1.8rem;
}
/*----------回报----------*/
.returns_item{
    margin-top: 1rem;
}
.returns_price_wrapper{
    padding: 0.4rem 1.2rem;
}
.returns_price{
    color: #f46200;
    font-size: 1.4rem;
}
.returns_price_num{
    font-size: 2.4rem;
}
.btn_support{
    display: block;
    float: right;
    width: 6rem;
    height: 2.5rem;
    margin: 0.4rem 1.2rem 0 0;
    line-height: 2.5rem;
    background: #ff8504;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}
.returns_project_info{
    position: relative;
    padding: 1rem 1.2rem;
    margin-bottom: 0.8rem;
    background-color: #f7f7f7;
}
.returns_project_info_out{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14.65rem;
    height: 8.25rem;
    background: url('../../images/projectDetail/running_out.png') 0 0 no-repeat;
    background-size: cover;
}
.returns_project_info_name{
    margin-bottom: 0.2rem;
    font-size: 1.4rem;
}
.returns_project_info_description{
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
    color: #929292;
    line-height: 1.6rem;
}
.retruns_project_info_pic{
    width: 7rem;
    height: 7rem;
}
.returns_text{
    padding: 0 1.2rem;
    line-height: 1.8rem;
    color: #929292;
    font-size: 1.2rem;
}
.returns_people_num{
    position: relative;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    padding: 0 0 1rem 3rem;
}
.returns_price_out{
    color: #929292;
}
.returns_people_num:before{
    position: absolute;
    left: 1.2rem;
    display: inline-block;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background: url('../../images/projectDetail/icon_time.png') 0 0 no-repeat;
    background-size: cover;
}