* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
dl,
ol,
ul {
  list-style: none;
}
body,
html {
  font-family: PingFang;
  letter-spacing: 0.5px;
  background-color: #fff;
  font-size: 12px;
}

.memorieal-bg {
  width: 100%;
  height: 884px;
  background: #000000;
}

.memorieal-content {
  background: url("../img/bg.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 884px;
  padding-left: 192px;
  padding-right: 68px;
  display: flex;
}

.memorieal-title {
  display: flex;
  align-items: center;
  padding-top: 50px;
}

.memorieal-title img {
  width: 125.74px;
  height: 92px;
  margin-right: 18px;
}

.memorieal-title span {
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  font-size: 66px;
  color: #ffffff;
}

.memorieal-text {
  width: 1175px;
  height: 274px;
  background: #ffffff;
  border-radius: 30px;
  margin-top: 50px;
}

.memorieal-text div:nth-child(1) {
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  font-size: 50px;
  color: #000000;
  padding-top: 44px;
  padding-left: 44px;
}

.memorieal-text div:nth-child(2) {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 28px;
  color: #606060;
  line-height: 50px;
  padding-top: 26px;
  padding-left: 44px;
}

.memorieal-down-text {
  width: 777px;
  height: 116px;
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
  margin-top: 55px;
  margin-left: 44px;
}

.memorieal-down-img {
  margin-left: 44px;
  margin-top: 55px;
}

.memorieal-down-img img {
  width: 313.31px;
  height: 104.73px;
}
.memorieal-img {
  margin-top: 50px;
  position: absolute;
  right: 163px;
}

.memorieal-img img {
  width: 516.98px;
  height: 926.88px;
}

.core-content {
  background: #000000;
  display: flex;
}

.core-img {
  min-width: 703px;
  height: 946px;
  background: url("../img/bottomBg.png") no-repeat;
  background-size: 100% 100%;
  padding-left: 192px;
  padding-top: 52px;
}

.core-img img {
  width: 477.16px;
  height: 837.28px;
}

.core-info {
  padding-top: 44px;
  width: 100%;
}

.core-title {
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 50px;
  color: #ffffff;
  line-height: 70px;
  font-style: italic;
}

.recipe {
  margin-top: 26px;
  display: flex;
  align-items: center;
}

.recipe-content {
  width: 483px;
  height: 247px;
  background: #1b1b1b;
  border-radius: 20px;
  padding: 30px;
  margin-right: 30px;
}

.recipe-content p {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
}

.recipe-content div {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 45px;
  margin-top: 20px;
}

.developer {
  width: 996px;
  padding-top: 52px;
}

.developer p {
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 50px;
  color: #ffffff;
  font-style: italic;
}

.developer div {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  line-height: 50px;
  margin-top: 26px;
}

.footer {
  margin-top: 54px;
  display: flex;
  margin-right: 68px;
  justify-content: space-between;
}

.footer-content {
  margin-top: 129px;
}

.footer-content p:nth-child(1),
.footer-content p:nth-child(2) {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 20px;
}

.footer-content p:nth-child(3) {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  margin-top: 10px;
}

.footer-img {
  width: 306.37px;
  height: 223.92px;
}
