#fund-detail-content #fund-manager {
    min-height: 320px;
}
.header_root> .search_fixed{
    top: 6.4rem;
}
.people {
    height: 88px;
    background: #f4f4f5;
    border-radius: 8px;
    width: 100%;
    padding: 0px 16px 0px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    display: flex;
    align-items: center;
}

.people .icon {
    display: flex;
    align-items: center;
}
.people_wrap .img-preview{
    width: 15rem;
    height: 154px;
    overflow: hidden;
}
.people_wrap .img-preview img{
    /* width: 120px;
    height: 160px; */
    border-radius: .6rem;
    width: 15rem;

}
.fund_manager .item-cont{
    width: 100%;
}
.fund_manager .item-cont:last-of-type .note{
    margin-bottom: 0;
}
.people_wrap{
    width: 100%;
    justify-content: space-between;
}
.people_info_t p {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #969aa0;
    margin:8px 0 10px;
}

.people_info .info1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #2e2b29;
    margin-right: 4px;
}

.people_info .info2 {
    font-size: 12px;
    line-height: 20px;
    color: #969aa0;
}

.tar {
    height: 88px;
    background: #f4f4f5;
    border-radius: 8px;
    width: 100%;
    padding:0 7.6rem;
}

.tar div {
    text-align: center;
}

.btn {
    width: 96px;
    height: 32px;
    background: linear-gradient(90deg, #e3271c 0%, #ff5b27 100%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin-right: 0px;
    box-sizing: border-box;
    cursor: pointer;
}
.btn:hover {
    opacity: 0.8;
    color: #ffffff;
}

.btn:active,
.btc:focus {
    background: #960305;
}

.btn img{
    margin-right: .8rem;
}
.btn a {
    color: #fff;
}
.people_info_name{
    justify-content: space-between;
}
.tar span {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #2e2b29;
}

.tar p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #969aa0;
    margin-bottom: 0px;
}

.note {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #2e2b29;
    margin-bottom: 16px;
}

.header_root {
    height: 6.4rem;
}

.handleDetail_root {
    width: 100%;
    background-color: #f5f5f5;
}

.handleDetail_main {
    width: 1200px;
    min-width: 1200px;
    padding: 2.4rem 0 8rem;
    margin: 0 auto;
}

.fund_manager {
    background-color: #fff;
    padding: 2.4rem;
    border-radius: .8rem;
    width: 100%;
}
.img-preview{
    margin-right:2.4rem;
}
.people_info{
    width: 1008px;
}


/* 表格 */

.fund-module-title {
    color: #2e2b29;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.white-card {
    background-color: #fff;
    margin-bottom: 1.6rem;
    width: 1200px;
    margin: 1.6rem auto 0;
    padding: 2.4rem;
    border-radius: .8rem;
}
.fund-module-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    margin-right: .4rem;
    background: linear-gradient(90deg, #e3271c 0%, #ff5b27 100%);
}
.fund_table {
    margin-top: 1.6rem;
}
.fund_table table th:nth-of-type(1),.fund_table table td:nth-of-type(1){
    width: 10rem;
}
.fund_table table th:nth-of-type(2),.fund_table table td:nth-of-type(2){
    width: 16rem;
    box-shadow: none;
}
.fund_table table th:nth-of-type(3),.fund_table table td:nth-of-type(3){
    width: 16.8rem;
}
.fund_table table th:nth-of-type(4),
.fund_table table th:nth-of-type(5),
.fund_table table td:nth-of-type(4),
.fund_table table td:nth-of-type(5){
    width: 15rem;
}
.fund_table table th:nth-of-type(6),
.fund_table table td:nth-of-type(6){
    width: 14rem;
}
.fund_table table th:nth-of-type(7){
    line-height: 2rem;
}
.fund_table table th,.fund_table table td{
    padding:0 .5rem;
}
.fund_table table th:nth-of-type(7),
.fund_table table th:nth-of-type(8),
.fund_table table th:nth-of-type(9),
.fund_table table td:nth-of-type(7),
.fund_table table td:nth-of-type(8),
.fund_table table td:nth-of-type(9){
    width: 9.5rem;
}
.fund_table table th:nth-of-type(10),
.fund_table table td:nth-of-type(10){
    width: 12rem;
}
.fund_table table th:nth-of-type(11),
.fund_table table td:nth-of-type(11){
    width: 8.4rem;
}
.fund_table table td .btn{
    width: 6rem;
    height: 3.2rem;
}
.fund_table table td{
    justify-content: center;
    line-height: 20px;
    /* text-align: left; */
}
.fund_table table td.color{
    color:#E3271C
}

