
.info-card-content {
    min-height: 42px;

}

.card-title {
    font-weight: 800;
    font-size: 16px;
}

.release-form .layui-card{
    min-height: 100px;
    margin-bottom: 1px;
}
.release-form  .layui-form-item{

}
.info-card-body {
    padding: 15px 10px 3px 10px;
    min-height: 80px;
    border: 1px solid rgba(0, 0, 0, 0.01);
    border-radius: 3px;
    background-color: #F2F3F7;
}
.bid-top{
    width: 100%;
    height: 82px;
    padding: 16px 24px;
    border-radius: 6px;
    background: rgba(255, 217, 194, 1);
    box-sizing: border-box;
}
.Source-Reminder{
    height: 22px;
    color: rgba(227, 115, 24, 1);
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
}
.notification-details{
    margin-top: 8px;
}
.notification-details span:nth-child(1){
    height: 20px;
    color: rgba(0, 0, 0, 0.6);
    font-family: PingFang SC;
    font-size: 14px;
}
.notification-details span:nth-child(2){
    height: 20px;
    color: rgba(0, 0, 0, 1);
    font-family: PingFang SC;
    font-size: 14px;
}