.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;
}

/* 1920 */

/* 
    1.png 1359
*/

.headerBlock {
  position: relative;
}
.logo {
  position: absolute;
  top: 3.5vh;
  left: 10%;
  width: 288px;
  height: 64px;
  z-index: 9;
}

.topBtns {
  position: absolute;
  right: 7.2%;
  /* top: 5.66%; */
  top: 4vh;
  z-index: 9;
}

.topBtns > img:first-child {
  width: 189px;
  height: 46px;
  margin-right: 33px;
  display: block;
  cursor: pointer;
}

.topBtns > img:last-child {
  width: 143px;
  height: 46px;
  display: block;
  cursor: pointer;
}

.word {
  height: 180px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding-top: 68px;
  box-sizing: border-box;
}
