.nf-ma {
    float: left;
    width: 962px;
    background: #fff;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.nf-ma-title {
    border: 0px;
    background-color: #eceff2;
    width: 100px;
    padding:10px;
    margin-bottom:10px;
    font-weight: bold;
}

.nf-ma-item {
    border: 0px;
    background-color: #f8f8f8;
    width: 100px;
    padding:10px;
    margin-bottom:10px;
    flex-grow: 1;
}

.nf-fp {
    float: left;
    width: 962px;
    background: #fff;
    padding-top: 10px;
}


.nf-fp-title {
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:10px;
}

.nf-fp-rule {
    margin-bottom: 20px;
}

.nf-fp-status-title {
    border: 0px;
    background-color: #eceff2;
    width: 100px;
    padding:10px;
    margin-bottom:10px;
    font-weight: bold;
}

.nf-fp-status-item {
    border: 0px;
    background-color: #f8f8f8;
    width: 100px;
    padding:10px;
    margin-bottom:10px;
    flex-grow: 1;
}

.nf-fp-time {
    display: flex;
    justify-content: space-between;
}

.nf-fp-time-item {
    flex: 1;
    margin-right: 10px;
    color: #959595;
}

.nf-fp-time-item1 {
    flex: 1;
    margin-right: 10px;
    font-size: larger;
    font-weight: bold;
    margin-top: 5px;
    color: #373737;
}

.nf-fp-div {
    height:50px;
    margin-top:10px;
    width:100%;
    background-color:#fae5cc;
    display:flex;
    align-items:flex-start;
}

.nf-fp-div1 {
    margin-left: 3px;
    height:30px;
    width:49.5%;
    background-color:#fff
}

.nf-fp-div2 {
    margin-left: 3px;
    height:30px;
    width:32.9%;
    background-color:#fff
}

.nf-fp-title-icon {
    border-radius: 3px;
    background: #00b893;
    width: 4px;
    height: 16px;
    margin-top: 10px;
    margin-right: 8px;
}