.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;
}
  
  /* 分析能力表格 */
  .nf-analysis-tb {
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    color: #6f6f6f;
    background-color: #eaf0f1;
    width: 100%;
    display: inline;
  }
  
  .nf-analysis-tb li {
    float: left;
    width: 232px;
    height: 35px;
    line-height: 35px;
    text-align: center;
  }
  
  .nf-analysis-table-cxbutton {
    width: 120px;
    height: 28px;
    line-height: 28px;
    background-color: #ffad13;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  
  .nf-analysis-tooltip-container {
    position: relative;
    display: inline;
  }

  .nf-analysis-tb-row {
    display: inline;
    background-color: #fafafa;
  }
  
  .nf-analysis-tb-row li {
    float: left;
    width: 232px;
    height: auto;
  }
  
  .nf-analysis-tb-row li {
    float: left;
    width: 232px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: visible !important;
    position: relative;
  }
  
  .nf-analysis-tb-row li span {
    float: left;
    line-height: 35px;
  }

  /* 图标 */
  .nf-analysis-icon{
    display:inline;
    position:relative;
  }

  .nf-fundfx-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nf-fundfx-title-icon {
    border-radius: 3px;
    background: #00b893;
    width: 4px;
    height: 20px;
  }
  .nf-fundfx-title-text {
    margin-left: 5px;
    font: 14px 微软雅黑;
    align-items: center;
    line-height: 20px;
  }

  .fx-select{
    margin-left: auto;
    font: 10px 微软雅黑;
  }
  