.fund-select-username{
    display:block;
    width:240px;
    height:30px;
    line-height: 30px;
    margin:0 auto;
    font-size:16px;
    margin-top:50px;

}
.fund-list{
    width:650px;
    height:150px;
    margin:10px auto;
    overflow: hidden;
    border-radius: 5px;
    background:#fff;
    border:1px solid #ccc;
}
.fund-list-one{
    background:#fff url("../images/cat_order_loginout.jpg") repeat-x 100% 100%;
}
.fund-list-four{
    width:100%;
    height:30px;
    line-height:40px;
    background:#fff url("../images/cat_order_loginout.jpg") repeat-x 100% 100%;
}
.fund-list-one,.fund-list-two,.fund-list-three{
    width:100%;
    height:40px;
    line-height:40px;
    border-bottom: 1px solid #ccc;
}
.fund-list-one-first{
    display:inline-block;
    width:100px;
    height:40px;
    line-height:40px;
    float:left;

}
.fund-list-one-first img{
    display:block;
    width:30px;
    height:30px;
    margin:5px auto;
}
.fund-list-one-second{
    display:inline-block;
    width:550px;
    height:40px;
    float:left;
    text-indent:10px;
    text-align: right;
}
.fund-list-one-second span{
    padding-right:20px;
}
.fund-list-two-first,.fund-list-two-second,.fund-list-three-first,.fund-list-three-second{
    display:inline-block;
    float:left;
    width:50%;
    height:40px;
    line-height:40px;
    text-indent:10px;
}