/* CSS Document */
.user-content {
    width: 1200px;
    margin: 0 auto;
}
/*banner*/
.user-content .user-banner {
    width: 1200px;
    border: 1px solid #f2f2f2;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.user-content .user-banner .user-banner-ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000%;
    overflow: hidden;
}
.user-content .user-banner-ul .user-banner-ele {
    float: left;
    display: inline;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.user-content .user-banner-ul .user-banner-ele p {
    float: left;
    display: inline;
    width: 1200px;
    height: 120px;
    overflow: hidden;
}
.user-content .user-banner-ul .user-banner-ele p img {
    display: block;
    zoom: 1;
}
.user-content .user-banner-control {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.user-content .user-banner-control i {
    cursor: pointer;
    color: #ddd;
    font-size: 15px;
}
.user-content .user-banner-control i.cur {
    color: #aaa;
}
/*banner-end*/
.user-content .user-content-middle {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.user-content .user-content-middle-left {
    float: left;
    display: inline;
    width: 200px;
}
.user-content .user-content-middle-right {
    float: right;
    display: inline;
    width: 960px;
}

/*用户中心可点按钮*/
.user-global-btn {
    padding: 0 20px;
    height: 30px;
    background: #61B21D;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
}
/*用户中心不可点按钮*/
.user-global-btn-not {
    padding: 0 20px;
    height: 30px;
    background: #ccc;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
}

/*middle-left*/
.user-left-nav {
    float: left;
    display: inline;
    width: 200px;
    border:1px solid #f2f2f2;
}
.user-left-nav .user-nav-box {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.user-left-nav .user-nav-box h3 {
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    cursor: pointer;
    text-align:center;
    color:#333;

}

.user-left-nav .user-nav-box h3 .iconfont {
    font-size: 22px;
    color: #e8e8e8;
   margin-right: 6px;
    margin-left: -17px;

}
.user-left-nav .user-nav-box .cc{
    color:#00a755 !important;}
.user-left-nav .user-nav-box .c1{
color:#00a755 !important;
}
.user-left-nav .user-nav-box .c2{

}
.user-left-nav .user-nav-box .inner-div {
    background: #eee;
    display: none;
    font-size: 0;
}
.user-left-nav .user-nav-box .cur {
    display: block;
}
.user-left-nav .user-nav-box .inner-div p {
    position: relative;
    height: 55px;
    border-bottom: 1px solid #fff;
    line-height: 55px;
}
.user-left-nav .user-nav-box .inner-div p a {
    display: block;
    line-height: 55px;
    text-indent: 73px;
    font-size: 14px;
}
.user-left-nav .user-nav-box .inner-div p a i {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    background: url("bgimage/user-icon-right(2).png") no-repeat 0 0;
    width: 12px;
    height: 25px;
    right: -12px;
    display: none;
}
.user-left-nav .user-nav-box .inner-div p a:hover {
    color: #00a755;
}
.user-left-nav .user-nav-box .inner-div p.cur a {
    color: #fff;
    background: #00a755;
}
.user-left-nav .user-nav-box .inner-div p.cur a i {
    display: block;
}
.user_nav_pop{
    width:175px;
    height:auto;
    position: absolute;
    padding:10px;
    border-radius:10px;
    background:#fff;
    z-index:10;
    left:150px;
    top:0px;
    border:1px solid #64af2c;
    text-align:left;
    line-height:25px;
}
.user_nav_pop_p1{
    text-align:right;
}
.user_nav_pop_p1 a{
    font-size:12px;
    color:#61B11D;
}
.pop_img1 {
    position: absolute;
    left: -12px;
    top: 15px;
    width: 12px;
    height: 19px;
}
.user_nav_pop2{
    width:115px;
    height:auto;
    position: absolute;
    padding:10px;
    border-radius:10px;
    background:#fff;
    z-index:10;
    left:260px;
    top:40px;
    border:1px solid #64af2c;
    text-align:left;
    line-height:25px;
}


/*列表页面公共样式开始*/
#content {
    /*width: 1080px;*/
    /*margin: 20px auto;*/
    /*margin-bottom: 20px;*/
    /*overflow: hidden;*/
}
.right_con2{
    height:340px;
    padding:0 30px;
    border-bottom: 1px solid #eee;
}

#c_right {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-left: 240px;
}
.lh40{
    height: 40px;
    line-height: 40px;
}

.table-list{
    width: 100%;
    text-align: center;
}

.table-list-title{
    background-color: #eeeeee;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.table-list-title th{
    text-align: center;
}

.table-list-item{
    line-height: 62px;
    font-size: 14px;
}
.table-list-item em{
    color: #efb051;
}
.table-list-item span{
    color: #999;
}
.w150{
    width: 150px;
}
.w100{
    width:100px
}
/*单数列*/
.odd{
    background-color: #fff;
}
/*双数列*/
.even{
    background-color: #fafafb;
}

/*列表页面公共样式结束*/
/* 链接样式添加 */

.link-status-color{
    color:#00a755;
}
.link-status-color:hover{
    color:#008a46;
}

/*base.css中公共样式开始 所有引用base.css文件的html可以屏蔽掉了 注意原来的大写样式改为小写 @heliang*/
#content{
    width:1200px;
    margin: 20px auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.pageList{
    margin: 30px 0;
    height: 30px;
}

.pageList .pageItem{
    height: 30px;
    margin: 0px auto;
    text-align: center;
}

.pageList a ,.pageList span {
    background: none repeat scroll 0 0 #999;
    color: #fff;
    margin-right: 16px;
    text-align: center;
    padding: 6px 10px;
}
.pageList span.rows{
    background: #fff;
    color: #666;
    font-size: 13px;
}

.pageList span,.pageList a:hover{
    background: #00a755;
    color: #fff;
}
.c_right {
    float: right;
    width: 960px;
    /* height: 720px; */
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}
.c_right .crl_tit {
    background: none repeat scroll 0 0 #eee;
    color: #333;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}

.c_right li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.cr-transactiontitle {
    margin-top: 25px;
}

.cr-transactiontitle .crtt-date .crttd-all a{
    color:#fff;
}
#search{
    padding:2px 15px;
    background: #00a755;
    text-align: center;
    display:block;
    margin-left:15px;
    color:#fff;
    float:left;
    cursor: pointer;
    border-radius: 5px;
}




/*列表表头*/
.topMenuButton{
    border-bottom: solid 1px #eeeeee;
    margin: 20px 0px 20px 0px;

}

ul.list_menu{
    height: 60px;
    list-style-type: none;
    margin-left: 32px;
    /*margin-bottom: 20px;*/
    /*border-bottom: solid 1px #eeeeee;*/
}

ul.list_menu li {
    float: left;
    list-style-type: none;
    text-align: center;
    width: 70px;
    height: 58px;
    line-height: 80px;
    border-bottom: none;
    margin-right: 30px;
}

ul.list_menu li.common-type-tit{
    border:none !important;
    color:#aaa;
}

ul.list_menu li:hover ,
ul.list_menu li.on{
    border-bottom: solid 2px #fb813f;
}

ul.list_menu li.unclick
{
    border-bottom: none;
}

ul.list_menu li a{
    display: block;
    font-size: 14px;
    color:#666;
}

/*无数据内容开始*/
.CR_con{
    height: auto;
    color: #999;
    margin:20px 0 340px 0;
}
.CR_con .CR_con_img{
    text-align:center;
}

.CR_con .CRC_text{
    width:838px;;
    height:50px;
    line-height:50px;
    text-align:center;
    font-size:14px;
    color:#999;
}
.CR_con .CRC_text a{
    color:#5894ff;
    text-decoration:underline;
}
.CR_con p.no-data{
    margin-top:-5px;
    font-size:16px;
}

/*base.css中公共样式结束*/

/*屏蔽面包屑片段*/
.common-mbx,.crumbs{
    visibility: hidden;}
