.investment-page .inv-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
.investment-page .inv-list .inv-item {
    width: 580px;
    border: 1px dashed #000;
    margin-bottom: 20px;
    background: #ffffff;
    cursor: pointer;
}
.investment-page .inv-list .inv-item .inv-list-img {
    width: 578px;
    height: 326px;
    object-fit: cover;
}
.investment-page .inv-list .inv-item .inv-title {
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 32px;
    border-bottom: 1px dashed #000;
}
.investment-page .inv-list .inv-item .inv-info-box {
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.investment-page .inv-list .inv-item .inv-info-box .inv-info-item {
    width: 50%;
    height: 80px;
    display: flex;
    align-items: center;
    padding-left: 28px;
    font-size: 18px;
    box-sizing: border-box;
}
.investment-page .inv-list .inv-item .inv-info-box .inv-info-item:nth-of-type(1) {
    padding-top: 24px;
}
.investment-page .inv-list .inv-item .inv-info-box .inv-info-item:nth-of-type(2) {
    padding-top: 24px;
}
.investment-page .inv-list .inv-item .inv-info-box .inv-info-item:nth-of-type(3) {
    padding-bottom: 24px;
}
.investment-page .inv-list .inv-item .inv-info-box .inv-info-item:nth-of-type(4) {
    padding-bottom: 24px;
}
.investment-page .inv-list .inv-item .inv-info-box .inv-info-item .inv-info-item-img {
    margin-right: 12px;
    width: 40px;
    height: auto;
}
.investment-page .inv-list .inv-item .inv-info-jd {
    height: 124px;
    border-top: 1px dashed #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.investment-page .inv-list .inv-item .inv-info-jd .inv-jd-clr {
    width: 400px;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    background: #f6f6f6;
    position: relative;
}
.investment-page .inv-list .inv-item .inv-info-jd .inv-jd-clr .inv-jd-con {
    width: 400px;
    height: 30px;
    background-image: linear-gradient(to right, #FFC400, #FF5C00);
    border-radius: 15px;
    text-align: right;
    color: #ffffff;
    padding-right: 12px;
    box-sizing: border-box;
    font-size: 24px;
}
.investment-page .inv-red {
    color: #E50012;
}
.investment-page .inv-bottom {
    height: 200px;
    background: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.investment-page .inv-bottom .inv-bottom-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
}
.investment-page .inv-bottom .inv-bottom-item img {
    height: 80px;
    margin-bottom: 24px;
}
