* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
.container {
  min-height: 100vh;
  max-width: 768px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
.masthead-box-text span {
  color: #ff7200;
}
.top-section {
  padding: 1rem;
  background: #fff;
}

.top-section-box {
  margin-top: 2rem;
  font-weight: bold;
}

.c-ec3829 {
  color: #ec3829;
  font-weight: bold;
}
.top-section-text-btn {
  text-align: center;
  padding: 1rem;
}
.top-section-text-btn button {
  padding: 1rem;
  width: 100%;
  background: #ffc417;
  border: none;
  border-radius: 10px;
  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);
  }
}

.imageText-box {
  padding: 1rem;
  background: #f5f5f5;
}
.bgc-fff {
  background: #fff;
}
.imageText-title-box {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.line {
  width: 20%;
  height: 0.1rem;
  margin-top: 0.5rem;
  background-color: #ffc417;
}
.P3-style {
  background-color: #fff;
  border-radius: 5px;
}
.P2-style {
  background: #f5f5f5;
  box-shadow: 0px 3px 10px 1px rgba(4, 27, 20, 0.15);
  border-radius: 5px;
}
.imageText-title {
  color: #272621;
}
.mt {
  margin-top: 1rem;
}

.bgc-green {
  background: #004732;
  color: #fff;
  font-size: 0.9rem;
}
.imageText-box-content-text {
  padding: 1rem;
}
.imageText-box-content-text div {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
.P3-imgBox {
  background-color: #fff;
  border-radius: 10px;
}
.fwb {
  font-weight: bold;
}
.c-green {
  color: #024733;
}
.sz08 {
  font-size: 0.8rem;
}
.tac-c024733 {
  color: #024733;
  text-align: center;
  padding: 1rem 0;
  font-weight: bold;
}

.imageText-describe {
  color: #435868;
}
.imageText-describe p {
  margin: 1rem 0;
}

.mm {
  margin: 0.8rem 0;
}

.imageText-descriptions {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
}
.imageText-descriptions-item {
  padding: 1rem 0;
  border-bottom: 1px solid #e6e7eb;
}
.imageText-descriptions-item:last-child {
  border-bottom: none;
}
.imageText-descriptions-item p {
  font-weight: bold;
}

.imageText-bottom-text {
  margin-top: 2rem;
  border-radius: 10px;
  padding: 1rem;
  font-weight: bold;
  background: #f5f5f5;
}
.imageText-bottom-btn {
  padding: 1rem;
}
.imageText-bottom-btn button {
  padding: 1rem;
  width: 100%;
  background: #ffc417;
  border: none;
  border-radius: 30px;
  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);
  }
}
.imageText-bottom-ts {
  font-weight: bold;
  color: #ec3829;
}
.imageText-bottom-matter {
  background: #f5f5f5;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.imageText-bottom-matter-title {
  margin: 1rem 0;
  font-weight: bold;
  color: #ff7200;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imageText-bottom-matter img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.imageText-bottom-matter-text {
  color: #101a25;
}
.footer {
  color: #fff;
  padding: 2rem;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  background: #212121;
}
.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;
}
@media (max-width: 240px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 241px) and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}
