.content {
    width: 100%;
}

.nav {
    width: 1200px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    margin:24px auto;
    align-items: center;
}

.nav img {
    width: 141px;
}

.tabNav {
    display: flex;
}

.tabNav .text {
    margin-left: 60px;
    font-weight: 800;
    font-size: 16px;
    color: #222222;
}
