.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_column {
  flex-direction: column;
}
.CN {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
}
section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section .box {
  max-width: 66.6667rem !important;
  padding: 5.8333rem 0 5.5556rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section .box .txtbox {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 1.1111rem;
}
section .box .txtbox p {
  color: #000000;
  text-align: center;
}
section .box .txtbox p:nth-child(1) {
  font-weight: 800;
  font-size: 2.7778rem;
  transform: translateY(-0.8333rem);
}
section .box .txtbox p:nth-child(2) {
  font-size: 1.1111rem;
  transform: translateY(-0.8333rem);
}
@media (max-width: 1360px) {
  section .box {
    padding: 4.4444rem 0 5.5556rem 0;
  }
}
