.bottomNavigation .ul .li {
    list-style: none;
}

.bottomNavigation {
    height: 400px;
    background: #181818;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}

.navigation-body {
    /* width: 1920px; */
    height: 420px;
    width: 1200px;
    margin: 0 auto;
}

.allRightsReserved {
    background: #212121;
}

.allRightsReserved-content {
    width: 1200px;
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    margin: 0 auto;
    color: #F1F1F1;
    text-align: center;
}
.allRightsReserved-text{
    padding: 24px 0;
}
.navigation-content {
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-around;
    line-height: 32px;
}

.navigation-content div:nth-child(1) {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
}

.navigation-right div:nth-child(1) {
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #F1F1F1;
}
