* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
.container {
  min-height: 100vh;
  max-width: 768px;
  margin: 0 auto;
}

.header-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: linear-gradient(57deg, #ec3829 0%, #f7811d 50%, #ec4326 100%);
}

.header-P1 img {
  max-width: 100%;
}

.header-P1 {
  position: relative;
}
.header-P1-text {
  position: absolute;
  left: 10%;
  bottom: 10%;
  display: inline-block;
  background: #ffca10;
  color: #324154;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  box-shadow: 0px -4px 8px 1px rgba(6, 22, 40, 0.2);
  border: 2px solid #314254;
  animation: zoom1 1s infinite linear;
}
@keyframes zoom1 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
.header-P1-text span {
  font-size: 1rem;
}
.content-top {
  padding: 1.5rem;
  background: #f9fafc;
}
.content-top-title {
  padding: 0.5rem;
  color: #ec3829;
  font-weight: bold;
  background: #feecec;
  border-radius: 10px;
}
.content-top-box {
  margin-top: 2rem;
  border: 3px solid #f98383;
  border-radius: 15px;
  padding: 1rem;
  font-weight: bold;
}
.content-top-text-t {
  color: #314254;
}
.content-top-text-t span {
  color: #ff7600;
}
.content-top-text-btn {
  text-align: center;
  padding: 1rem;
}
.content-top-text-btn button {
  padding: 1rem;
  width: 100%;
  background: linear-gradient(#f7b21d 0%, #ec4326 100%);
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  animation: zoom2 1s infinite linear;
}
@keyframes zoom2 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
.content-top-text-b {
  color: #ec3829;
}

.content-middle-box {
  position: relative;
  padding: 1rem;
}
.content-middle-round1 {
  width: 10rem;
  height: 10rem;
  background: #feecec;
  border-radius: 50%;
  transform: translateX(-38%);
  margin-top: 1rem;
}
.content-middle-top {
  position: absolute;
  top: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.content-middle-top span {
  background: #ed4544;
  color: #fff;
  padding: 0.5rem;
}
.content-middle-title1 {
  padding: 0.5rem 0;
}

.content-middle-describe-title {
  color: #ef4542;
  font-weight: bold;
  padding: 0 1rem;
}
.content-middle-describe-text {
  color: #435868;
  margin: 0.5rem;
  padding: 0 1rem;
}
.content-middle-describe-img {
  position: relative;
  padding: 0;
}
.content-middle-describe-img img {
  max-width: 100%;
}

.content-middle-round2 {
  position: absolute;
  width: 11rem;
  height: 11rem;
  bottom: -2rem;
  right: -6rem;
  background: #feecec;
  border-radius: 50%;
  z-index: -1;
}
.content-middle-round3 {
  width: 5rem;
  height: 5rem;
  background: #feecec;
  border-radius: 50%;
  transform: translateX(-50%);
  margin-top: 1.5rem;
}
.mt {
  margin-top: 2rem;
}
.content-middle-text-box {
  transform: translateY(-5rem);
  padding: 1rem;
}
.content-middle-text {
  color: #435868;
  font-size: 1rem;
  font-weight: normal;
}

.content-bom-box {
  background: #f9fafc;
  padding: 1rem;
}
.content-bom-title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.content-bom-title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #314254;
  border-bottom: 2px solid red;
}
.content-bom img {
  max-width: 100%;
  padding: 1rem 0;
}

.content-bom-box1 {
  background: #fff;
  padding: 1rem;
}
.content-bom-text {
  color: #314254;
  padding: 1rem 0;
  border-bottom: 1px solid #e6e7eb;
}
.content-bom-text:last-child {
  border-bottom: none;
}
.content-bom-text p {
  font-weight: bold;
}
.content-bottom {
  padding: 1rem;
  background: #fef2f2;
}
.content-bottom-text {
  margin-top: 2rem;
  border: 3px solid #f98383;
  border-radius: 15px;
  padding: 1rem;
  font-weight: bold;
  background: #fff;
  color: #314254;
}
.content-bottom-btn {
  padding: 1rem;
}
.content-bottom-btn button {
  padding: 1rem;
  width: 100%;
  background: linear-gradient(#f7b21d 0%, #ec4326 100%);
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  animation: zoom3 1s infinite linear;
  margin: 1rem 0;
}
@keyframes zoom3 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}
.content-bottom-ts {
  font-weight: bold;
  color: #ec3829;
}
.content-bottom-matter-title {
  margin: 1rem 0;
  font-weight: bold;
  color: #314254;
  display: flex;
  align-items: center;
}
.content-bottom-matter img {
  max-width: 100%;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.content-bottom-matter-text {
  color: #314254;
}
.footer {
  color: #fff;
  background: #344253;
  padding: 2rem;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
}
.footer-top {
  text-align: center;
}
.footer-top a {
  display: inline-block;
  color: #fff;
}
.footer-top a:nth-child(2) {
  margin: 0 1rem;
}
.footer-bottom {
  text-align: center;
  margin-top: 1rem;
}

.mm {
  margin: 0.8rem 0;
}
@media (max-width: 240px) {
  html {
    font-size: 12px;
  }
  .header-P1-text {
    left: 6%;
    bottom: 8%;
  }
}
@media (min-width: 241px) and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}
