body {
  padding: 0;
  margin: 0;
}
.index {
  width: 1920px;
  height: 1080px;
  background: #fff7f5;
}
.index .logo {
  width: 140px;
  padding: 30px;
  img {
    width: 100%;
  }
}
.index .head {
  position: relative;
  z-index: 0;
  width: 1920px;
  height: 764px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index .head img {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.index .head .title {
  font-family: SFProDisplay, SFProDisplay;
  font-weight: bold;
  font-size: 100px;
  color: #251a18;
  line-height: 119px;
  letter-spacing: 2px;
}
.index .head .tips {
  font-family: Objectivity, Objectivity;
  font-weight: 500;
  font-size: 40px;
  color: #8a817c;
  line-height: 40px;
}
.index .eamils {
  padding: 60px;
  font-family: Objectivity, Objectivity;
  font-weight: 500;
  font-size: 22px;
  color: #988581;
  line-height: 22px;
}
/*# sourceMappingURL=./index.css.map */
