/* 投资人员公示 */
.staff-wrap {
    padding: 1.6rem 0;
    margin: 0 auto;
}

.staff-th {
    display: flex;
    align-items: center;
    padding-bottom: .36rem;
    border-bottom: 0.04rem solid #000000;
}

.staff-th-item {
    flex: 1;
    text-align: center;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}

.staff-table {}

.staff-tr {
    display: flex;
    padding: .3rem 0;
    border-bottom: 0.01rem dashed #000;
}

.staff-tr:last-of-type {
    border-bottom: 0;
}

.staff-td {
    flex: 1;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

/*  */
.liucheng {
    width: 10.81rem;
    margin: 0 auto;
}

.liucheng img {
    width: 100%;
}

/* 隐私条款 */
.privacy-wrap {
    margin: 0 auto;
    padding: .5rem 0;
}

.privacy-title {
    font-size: 0.32rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #000000;
    line-height: 0.48rem;
    margin: .3rem 0;
}

.privacy-p {
    font-size: 0.24rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 0.48rem;
    margin-bottom: .3rem;
}

.privacy-p p{
    font-size: 0.24rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #000000;
    line-height: 0.48rem;
}