.w1200 {
    width: 1400px;
    margin: auto;
}

.bottomNav {
    display: flex;
    height: 150px;
    margin: auto;
    /* margin-top: 100px; */
    text-align: center;
    background-color: #F9F9F9;
    flex-direction: column;
    align-items: center;
}

.bottomNav-text {
    margin-top: 20px;
}

.bottomNav-text a {
    color: #9c9c9c;
}

.bottomNav-text p {
    margin: 10px 0;
    color: #9c9c9c;
    font-size: 16px;
}