.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: space-between;
    background-color: #f1f1f1;
}

.keyType {
    line-height: 50px;
    position: relative;
    text-align: center;
    background-color: #f1f1f1;
    font-size: 12px;
    padding: 0px 10px;
    height: 50px;
    color: #666;
    text-overflow: ellipsis;
}

.keyType:nth-of-type(1) {
    margin-left: 10px;
}

.keyType:last-child {
    margin-right: 10px;
}

.activeType {
    color: #007dff
}

.allbox {
    margin-top: -50px;
}

.title{
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
 }
 .tit2{
     text-align: center;
     padding-left: 0;
     width: 30%;
 }
 .remarks {
    margin-top: 20px;
 }