/*整体背景*/
.colorsbg {background: url(../../images/colorsbg.png) center top no-repeat;}
/** 左侧导航 **/
.personal_center_content {
    width: 100%;
    max-width: 1400px;
    min-width: 900px;
    padding-top: 80px;
    margin: 0 auto;
}

.personal_center_content .center_content {
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-direction: row !important;
}

.personal_center_content .center_content .center_content_nav {
    min-height: 710px;
    min-width: 135px;
    width: 180px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
    position: relative;
}

.personal_center_content .center_content .center_content_nav .nav_li {
    width: 100%;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    text-align: center;
}

.personal_center_content .center_content .center_content_nav .nav_li i {
    width: 16px;
    height: 16px;
    font-size: 16px;
    display: inline-block;
    line-height: normal;
    margin-right: 6px;
}

.personal_center_content .center_content .center_content_nav .nav_li_active {
    background: #f9f9f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.personal_center_content .center_content .center_content_nav .nav_li_active::before {
    content: "";
    width: 8px;
    height: 40px;
    background: #fee233;
    border-radius: 18px;
    position: absolute;
    left: 0;
    top: 5px;
}
.personal_center_content .uploadPage {
    max-width: 1200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 612px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    margin-bottom: 40px;
}
/**内页主体部分**/
.tab-content { display: none;}

.tabs {
    width: 100%;
    height: 50px;
    margin-left: 20px;
    display: flex;
}

.tabs .tab-link {
    padding: 20px;
    margin-right: 30px;
    cursor: pointer;
}

.active { border-bottom: 1px solid #fee233;}
.tab-content { margin: 20px;}

/** 主体部分 表格 **/
.tableBox {
    width: 100%;
    height: auto;
}

.tableBox table {
    width: 100%;
}

/*.tableBox table th {*/
/*    background-color: #f9f9f9;*/
/*    padding: 10px 0;*/
/*    text-align: left;*/
/*    font-size: 14px;*/
/*    font-weight: normal;*/
/*    padding-left: 10px;*/
/*}*/
.c3 {
    color: #333;
}

.f14 {
    font-size: 14px;
}

.equity-num {
    color: #6f6d6d;

}

.fontDingTalk {
    color: #fd7322;
    font-size: 20px;
}