.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;
  width: 100%;
  height: 188px;
  background-image: url("../images/bg1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.name {
  position: absolute;
  left: 20%;
  font-family: SFProDisplay, SFProDisplay;
  font-weight: 600;
  font-size: 32px;
  color: #231d28;
  line-height: 38px;
}
.logo {
  position: absolute;
  /* top: 3.5vh; */
  left: 10%;
  width: 88px;
  height: 88px;
  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:nth-child(2) {
  width: 143px;
  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;
} */

.button {
  width: 100%;
  height: 180px;
  background-image: url("../images/bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SFPro, SFPro;
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  line-height: 31px;
  text-align: center;
  text-align: center;
  cursor: pointer;
  padding-top: 30px;
  box-sizing: border-box;
}
