.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #8F959B;
    line-height: 23px;
    height: 143px;
    background: #ECF0F5;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    right: 0;
    /* z-index: 99; */
    /* display: flex; */
    position: relative;
    /* align-items: flex-start; */
    /* flex-direction: column; */
    /* margin-top: 1px; */
    /* background-color: #1f1f21; */
    /* width: 100%; */
    /* height: 365px; */
}

.footer .navList {
    width: 264px;
    height: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #8F959B;
    line-height: 23px;
    cursor: pointer;
    margin-bottom: 20px;
}

.footer .navList .line {
    width: 2px;
    height: 14px;
    background: #8F959B;
    margin-top: 5px;
}