@import '../../../common/index.css';
.card {
    height: 293.478rpx;
    padding: var(--v-spacing-md, 60px);
    padding-bottom: 0;
    margin-bottom: var(--v-spacing-md, 60px);
    position: relative;
}

.card-bottom {
    margin-bottom: 65.6rpx;
}

.card-bg {
    width: calc(100vw - 61.6rpx);
    height: 293.478rpx;
    border-radius: 18.115rpx;
    position: absolute;
    z-index: 0;
    background-size: 100%;
    background-position: right bottom;
    background-image: url(../../common/images/fund.png);
}

.card-content {
    position: relative;
    height: 293.478rpx;
    color: #fff;
    box-sizing: border-box;
    padding: 32.609rpx;
    padding-bottom: 30.193rpx;
    display: flex;
    flex-direction: column;
}

.card-info {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-text {
    color: #f7534f;
}

.info-status {
    font-size: var(--font-size-sm, 48px);
}

.card-title {
    color: #fff;
    display: flex;
}

.title {
    font-size: 43.478rpx;
    margin-top: 8.078rpx;
}

.title-text {
    font-size: var(--font-size-xs, 42px);
}

.icon-wrap {
    margin-top: -36.232rpx;
    padding: var(--v-spacing-md, 60px) var(--h-spacing-sm, 30px) var(--h-spacing-sm, 30px);
}

.title-icon {
    height: 70.652rpx;
    display: flex;
    align-items: center;
    margin-left: 23.55rpx;
}

.card-name {
    margin-bottom: 54.347rpx;
    font-size: 39.855rpx;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 700;
}

.text-bold {
    font-weight: 700;
}

.card-num,
.bottom {
    flex: 1 0;
    font-size: var(--font-size-sm, 48px);
    color: #fff;
    line-height: 1.2;
}
    
.card-detail {
    display: flex;
}

.card-detail:not(:last-child) {
    margin-bottom: 18.115rpx;
}

.bottom {
    width: auto;
    position: absolute;
    bottom: 36.232rpx;
}