.headerWrapper{
    background: #fff;
    box-shadow:2px 0px 3px #ccc;
}
.infoWrapper{
    width: 100%;
    overflow: hidden;
    padding: 1.35rem 0;
    background:-webkit-gradient(linear, 0 0, 90% 100%, from(#f26d5f), to(#fe9a6a));
    border-bottom: 1px solid #e6e6e6;
}
.headPhoto{
    float: left;
    width: 5rem;
    height: 5rem;
    margin-left: 1.2rem;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
}
.infoText{
    float: left;
    margin: 0.85rem 0 0 1rem;
}
.userName{
    float: left;
    display:block;
    max-width: 15rem;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    color:#ffffff;
    font-size: 1.4rem;
}
.vIcon{
    float: left;
    display: block;
    position: relative;
    top: 0.1rem;
    width: 4.3rem;
    height: 1.4rem;
    margin-left: 0.6rem;
}
.vIcon-none{
    background: url(../../../statics/images/myFunding/verify.png) 100% 100% no-repeat;
    background-size: cover;
}
.vIcon-yes{
    background: url(../../../statics/images/myFunding/verify.png) 0 0 no-repeat;
    background-size: cover;
}
.orderWrapper{
    display: inline-block;
    line-height: 2rem;
    color: #ffffff;
    font-size: 1rem;
}
.orderWrapper:before{
    display: inline-block;
    vertical-align: -0.04rem;
    width: 0.65rem;
    height: 0.85rem;
    content: '';
    margin-right: 0.3rem;
    background: url(../../../statics/images/myFunding/header_user_icons.png) 0 0 no-repeat;
    background-size: cover;
}
.orderNum{
    padding-left: 0.4rem;
    font-style: normal;
}
.collectWrapper{
    display: inline-block;
    margin-left: 1.4rem;
    color: #ffffff;
    font-size: 1rem;
}
.collectWrapper:before{
    display: inline-block;
    vertical-align: -0.1rem;
    width: 0.97rem;
    height: 1rem;
    content: '';
    margin-right: 0.3rem;
    background: url(../../../statics/images/myFunding/header_user_icons.png) 100% 100% no-repeat;
    background-size: cover;
}
.collectNum{
    padding-left: 0.4rem;
    font-style: normal;
}
.tabWrapper{
    /*width: 16rem;*/
    margin: 0 auto;
    overflow: hidden;
    font-size: 1.2rem;
    position: relative;
}
.btn_tab{
    width: 5.2rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    text-decoration: none;
    color: #929292;
    display: inline-block;
}
.btn_tab:after{
    content: '';
    height: 1.4rem;
    width: 1px;
    position: absolute;
    left: 50%;
    margin: 0.8rem auto 0;
    background: #e6e6e6;
}
.btn_tab:hover{
    color: #929292;
}
.btn_tab:last-child{
    /*float: right;*/
}
.btn_tab_active{
    border-bottom: 2px solid #ff8200;
    color:#ff8200;
}
.btn_tab_active:hover{
    color:#ff8200;
}
/*.btn_tab_active:focus{
    color:#ff8200;
}*/