* {
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}


a.btn {
    color: #333;
}

.page_container {
    width: 1200px;
    margin: 20px auto 30px;
}

.form-group .error-info {
    color: #e73d4a;
}
.form-control.error-info {
    border-color: #e73d4a;
}

/*状态值对应的class样式 BEGIN*/
/*已付全款*/
.pending {
    color: #04C3A0!important;
}

.todo {
    color: #F05F21!important;
}
/*已取消*/
.completed {
    color: #999!important;
}
/*状态值对应的class样式 END*/

/*侧边导航 BEGIN*/
.page_sidebar {
    float: left;
    width: 240px;
}
.page_sidebar .side_menu {
    width: 220px;
    background: #fff;
    padding: 20px 0;
}
.page_sidebar .menu_list {
    height: 48px;
    position: relative;
}
.page_sidebar .menu_list.active,
.page_sidebar .menu_list:hover {
    background: #fff;
}
.page_sidebar .menu_list:hover:after,
.page_sidebar .menu_list.active:after {
    display: inline-block;
    content: '';
    width: 4px;
    height: 28px;
    background: #04C3A0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_sidebar .menu_list a {
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 48px;
    color: #333;
    padding: 0 30px;
}
.page_sidebar .menu_list a span{
    float: right;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.page_sidebar .menu_list.active {
    line-height: 48px;
}
.page_sidebar .menu_list.active,
.page_sidebar .menu_list.active * {
    color: #04C3A0;
}
/*侧边导航 END*/


.page_content {
    float: right;
    width: calc(100% - 240px);
    background: #fff;
    padding-bottom: 50px;
}

.content_hd {
    line-height: 48px;
    border-bottom: 1px solid #eee;
    /*padding-left: 30px;*/
    color: #333;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #DDD;
    margin-bottom: 22px;
}

.content_bd {
    font-size:14px;
    font-family:Microsoft YaHei;
    /*color:rgba(4,195,160,1);*/
}

.right_content .tab_nav{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.tab_nav li {
    float: left;
    margin-right: 30px;
    padding-right: 40px;
    margin-bottom: 20px;
}
.tab_nav li.active a{
    border-bottom: 3px solid #04C3A0;
    padding-bottom: 20px;
}
.tab_nav li a {
    position: relative;
    color: #333;
}
.tab_nav li.active a,
.tab_nav li a:hover {
    color: #04C3A0;
}
.tab_nav li a span {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    padding: 3px 6px;
    font-size: 12px;
    text-align: center;
    line-height: 1em;
    color: #fff;
    background: #de3f3b;
    -webkit-border-radius: 9px !important;
    -moz-border-radius: 9px !important;
    border-radius: 9px !important;
    position: absolute;
    left: calc(100% + 3px);
    top: -12px;
}
/*
    我的众筹、专栏无记录时
*/
.tab_content .th_info .time{
    margin-right: 50px;
}
.tab_content .total_width {
    width: 460px !important;
}
.tab_content tbody .red {
    color: #de3f3b;
}
.tab_content .none_data {
    height: 140px;
    padding-top: 60px;
}
.tab_content .none_data span a {
    color: #de3f3b;
}

.none p {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.none p a{
    color: #de3f3b;
}