.invest-wrap {
    margin: 0 auto;
    padding: 1rem 0;
}

.invest-list {
    display: none;
}

.invest-list:first-of-type {
    display: block;
}

.invest-item {
    display: flex;
    align-items: center;
    padding: .3rem 0;
    border-bottom: 0.01rem dashed #000;
}

.invest-des {
    display: flex;
    align-items: center;
    width: 100%;
}

.invest-icon {
    width: .12rem;
    flex-shrink: 0;
    margin-right: 0.3rem;
}

.invest-icon img {
    width: 100%;
}

.invest-text {
    flex: 1;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000;
}

.invest-item:hover .invest-text {
    color: #FF4713;
}

.invest-item:first-of-type {
    padding-top: 0;
}

.invest-item:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}

.invest-time {
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;

    flex-shrink: 0;
    margin-left: .35rem;
}

.invest-page {
    margin-top: .85rem;
}