.fixed-top {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 199;
    background-color: #FFF;
    white-space: nowrap;
    overflow-x: auto;
    width: auto;
    overflow-x: scroll;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.keyType {
    line-height: 50px;
    position: relative;
    text-align: center;
    font-size: 16px;
    padding: 0px 10px;
    height: 50px;
    color: #000;
    text-overflow: ellipsis;
}

.keyType:last-child {
    margin-left: 24px;
}

.activeType {
    color: #F34D4F;
    border-bottom: 2px solid #F34D4F;
    box-sizing: border-box;
}

.remarks {
    margin-top: 20px;
}

.text-align-center {
    text-align: center;
}

.model-tips {
    padding: 12px 8px;
    color: #c00000;
  }