/* 自定义组件的css，在该自定义组件内部生效 (custom.css) */
.wrap {
    padding-bottom: .5rem;
    font-size: .16rem;
}

.card-area {
    overflow: hidden;
    margin: .17rem .17rem 0 .17rem;
    border-radius: 8px 8px;
    background: #fff;
}

.top-description {
    display: flex;
    padding: .16rem .17rem;
    font-family: PingFangSC-Medium;
    justify-content: space-between;
}

.top-description :first-child {
    width: 2.93rem;
    font-size: .15rem;
}

.top-description :nth-child(2) {
    width: 2.45rem;
    font-family: PingFangSC-Regular;
    font-size: .13rem;
    text-align: right;
    color: #999;
}