.container {
  background-color: #fff;
    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 {
  z-index: 1;
  position: absolute;
  top: 1.38rem;
  left: 1.0rem;
  width: 3.85rem;
  height: 0.86rem;
  pointer-events: none;
}

.text {
  position: absolute;
  top: -0.88rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  text-align: center; /* 文字居中 */
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.35rem;
}

.bottom {
  margin-top: 0.3rem;
}

.spik {
  margin-top: 0.48rem;
  font-family: AppleSystemUIFont;
  color: #23372B;
  line-height: 0.23rem;
  text-decoration-line: underline;
}


