.container {
    position: relative;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.flex.ac {
    align-items: center;
}

.flex.jc {
    justify-content: center;
}

.flex.js {
    justify-content: space-between;
}

.header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.headerBlock {
    position: relative;
}

.topTab {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 237px;
}

.tab {
    height: 42px;
    position: relative;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #656565;
    margin: 69px 0;
    margin-left: 66px;
    cursor: pointer;
}

.tabActive {
    font-size: 30px;
    font-weight: 600;
    color: #2D2D2D;
}

.tabActiveBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 5px;
    margin: 0 auto;
    background: #2D2D2D;
}

.topBtns {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 237px;
    left: 240px;
}

.topBtns>img {
    width: 325px;
    height: 90px;
    display: block;
    margin-bottom: 50px;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.logoImg {
    width: 261px;
    height: 75px;
    display: block;
    margin: 52px 234px;
}

.word {
    position: absolute;
    bottom: calc(50% - 20px);
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: DIN-BlackItalic, DIN;
    font-weight: normal;
    color: #23372B;
}

.word1 {
    bottom: calc(50% - 50px);
}

.word2 {
    bottom: calc(50% - 80px);
}