* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
li {
  list-style: none;
}
.title {
  text-align: center;
  margin-bottom: 48px;
}
.title p {
  color: #999999;
  font-size: 24px;
  display: none;
}
.title div {
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #005129;
  font-weight: 500;
  white-space: nowrap;
}
.title div::after,
.title div::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 181px;
  margin: 0 24px;
  background-color: #d9d9d9;
}
.header {
  background-color: #e4f9ec;
  padding: 24px 0;
  font-size: 1.25rem;
  font-weight: 500;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .container {
  display: flex;
  justify-content: space-between;
}
.header .container .logo {
  height: 105px;
}
.header .container .logo img {
  height: 100%;
}
.header .container .nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.header .container .nav ul li {
  cursor: pointer;
  border-bottom: 4px solid transparent;
}
.header .container .nav ul li.active {
  color: #009d4f;
  border-bottom: 4px solid #009d4f;
}
.header .container .right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.header .container .right span {
  cursor: pointer;
}
.header .container .right .lang {
  display: flex;
  gap: 20px;
}
.header .container .right .lang-select {
  display: none;
}
.header .container .right .lang-select img {
  height: 16px;
  width: 16px;
  transform: rotate(-90deg);
}
.header .container .right .more {
  cursor: pointer;
  display: none;
}
.content {
  margin-top: 153px;
}
.content .banner {
  position: relative;
}
.content .banner.banner1,
.content .banner.banner3,
.content .banner.banner4,
.content .banner.banner5,
.content .banner.banner7 {
  aspect-ratio: 32 / 13;
}
.content .banner.banner1 .banner-title,
.content .banner.banner3 .banner-title,
.content .banner.banner4 .banner-title,
.content .banner.banner5 .banner-title,
.content .banner.banner7 .banner-title {
  align-items: start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.content .banner.banner2,
.content .banner.banner6 {
  aspect-ratio: 8 / 3;
}
.content .banner.banner2 .banner-title,
.content .banner.banner6 .banner-title {
  align-items: center;
  justify-content: start;
  flex-direction: column;
  height: 100%;
  padding-top: 60px;
}
.content .banner.banner1 .img {
  background-image: linear-gradient(to right, #076b7d78 0%, #8a8a8a00 100%), url(1/banner1.webp?v=20250910);
}
.content .banner.banner2 .img {
  background-image: linear-gradient(to right, #076b7d78 0%, #8a8a8a00 100%), url(1/banner2.webp?v=20250910);
}
.content .banner.banner3 {
  margin-bottom: 120px;
}
.content .banner.banner3 .img {
  background-image: linear-gradient(to right, #076b7d78 0%, #8a8a8a00 100%), url(1/banner3.webp?v=20250910);
}
.content .banner.banner4 .img {
  background-image: linear-gradient(to right, #076b7d78 0%, #8a8a8a00 100%), url(1/banner4.webp?v=20250910);
}
.content .banner.banner5 .img {
  background-image: linear-gradient(to right, #076b7d78 0%, #8a8a8a00 100%), url(1/banner5.webp?v=20250910);
}
.content .banner.banner6 .img {
  background-image: linear-gradient(to right, #076b7d78 0%, #8a8a8a00 100%), url(1/banner6.webp?v=20250910);
}
.content .banner.banner7 .img {
  background-image: linear-gradient(to right, #076b7d78 0%, #8a8a8a00 100%), url(1/banner7.webp?v=20250910);
}
.content .banner .img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  padding: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
}
.content .banner .banner-title {
  color: #fff;
  display: flex;
  box-sizing: border-box;
}
.content .banner .text1 {
  font-size: 48px;
  margin-bottom: 32px;
}
.content .banner .text2 {
  font-size: 24px;
  margin-bottom: 24px;
}
.content .banner .text3 {
  font-size: 16px;
}
.content .banner .text4 {
  font-size: 40px;
  margin-bottom: 24px;
}
.content .banner .text5 {
  font-size: 32px;
}
.content .banner .text6 {
  font-size: 48px;
}
.content .banner .text7 {
  font-size: 24px;
}
.content .box1 {
  display: flex;
  gap: 24px;
  margin-bottom: 120px;
}
.content .box1 > div {
  background: #009d4f;
  display: flex;
  flex-direction: column;
  justify-content: start;
  color: #fff;
  width: 282px;
  padding: 32px 16px;
  box-shadow: 0px 6px 12px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 4px 4px;
}
.content .box1 > div img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
.content .box1 > div p {
  margin-bottom: 16px;
}
.content .box1 > div p:first-child {
  font-size: 22px;
}
.content .box2 {
  display: flex;
  margin-top: 24px;
  margin-bottom: 120px;
}
.content .box2 .button {
  padding: 7px 14px;
  color: #fff;
  background: #009d4f;
  width: fit-content;
  display: flex;
  border-radius: 4px;
}
.content .box2 .button img {
  height: 24px;
  width: 24px;
}
.content .box2 .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 190px;
}
.content .box2 .left p {
  margin-bottom: 32px;
}
.content .box2 .left p:first-child {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 12px;
}
.content .box2 .right .button {
  display: none;
}
.content .box3 {
  display: flex;
  gap: 24px;
  margin-bottom: 160px;
}
.content .box3 > div {
  flex: 1;
}
.content .box3 > div:first-child > div > div {
  align-items: start;
}
.content .box3 > div:last-child > div {
  flex-direction: row-reverse;
}
.content .box3 > div:last-child > div div {
  align-items: end;
}
.content .box3 .item1,
.content .box3 .item2 {
  background-color: #f3f3f3;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.content .box3 .item1 > div,
.content .box3 .item2 > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.content .box3 .item1 > div img,
.content .box3 .item2 > div img {
  height: 270px;
  width: 270px;
}
.content .box3 .item1 > div:last-child,
.content .box3 .item2 > div:last-child {
  justify-content: center;
}
.content .box3 .item1 .button,
.content .box3 .item2 .button {
  padding: 7px 14px;
  color: #fff;
  background: #009d4f;
  width: fit-content;
  display: flex;
  border-radius: 4px;
}
.content .box3 .item1 .button img,
.content .box3 .item2 .button img {
  height: 24px;
  width: 24px;
}
.content .box3 .item1 p,
.content .box3 .item2 p {
  font-size: 24px;
  font-weight: 500;
}
.content .box3 .item1 p span,
.content .box3 .item2 p span {
  font-size: 16px;
  font-weight: normal;
}
.content .box3 .item1 {
  padding: 24px 40px 24px 30px;
  height: 320px;
}
.content .box3 .item2 {
  padding: 40px 40px 40px 30px;
  height: 440px;
}
.content .box3-1 {
  display: none;
}
.content .box4 {
  margin-top: 48px;
  margin-bottom: 120px;
}
.content .box4 .box4-1,
.content .box4 .box4-2 {
  display: flex;
  gap: 24px;
}
.content .box4 .box4-2 {
  flex-direction: row-reverse;
  gap: 80px;
}
.content .box4 .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content .box4 .left p {
  margin-bottom: 32px;
}
.content .box4 .left p:first-child {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 12px;
}
.content .box4 .left .button {
  padding: 7px 14px;
  color: #fff;
  background: #009d4f;
  width: fit-content;
  display: flex;
  border-radius: 4px;
}
.content .box4 .left .button img {
  height: 24px;
  width: 24px;
}
.content .box4 .right img {
  aspect-ratio: 52/59;
  width: 520px;
}
.content .box5 {
  margin-bottom: 160px;
}
.content .box5 .box5-title {
  border-radius: 50%;
  height: 124px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 16px;
  background: #fff;
  margin-bottom: -62px;
  z-index: 99;
  position: relative;
  box-sizing: border-box;
}
.content .box5 .box5-title p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.content .box5 .box5-title p:nth-child(2) {
  display: none;
}
.content .box5 .box5-list {
  display: flex;
  gap: 48px;
}
.content .box5 .box5-list div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
}
.content .box5 .box5-list div img {
  margin-bottom: 16px;
  width: 100%;
}
.content .box5 .box5-list div p {
  font-size: 20px;
  margin-bottom: 8px;
  text-align: center;
}
.content .box5 .box5-list div p:last-child {
  font-size: 16px;
}
.content .box6 {
  margin-bottom: 160px;
}
.content .box6 .box6-item {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.content .box6 .box6-item.right {
  flex-direction: row-reverse;
}
.content .box6 .box6-item .img {
  height: 480px;
  width: 480px;
  padding: 64px;
  background-color: #f2f2f2;
  border-radius: 0px 0px 0px 0px;
  box-sizing: border-box;
  position: relative;
}
.content .box6 .box6-item .img img {
  height: 100%;
}
.content .box6 .box6-item .img::after {
  content: attr(index);
  display: block;
  border-radius: 8px 8px 8px 8px;
  background: #009d4f;
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .box6 .box6-item .text {
  background-color: #e4f9ec;
  height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  box-sizing: border-box;
  flex: 1;
}
.content .box6 .box6-item .text p:first-child {
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 500;
}
.content .box7 {
  background-color: #e4f9ec;
  border-radius: 64px 64px 0px 0px;
  padding-top: 120px;
  padding-bottom: 160px;
}
.content .box7 .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.content .box7 .tab > img {
  height: 48px;
  width: 48px;
  cursor: pointer;
}
.content .box7 .tab > img.right {
  transform: rotate(180deg);
}
.content .box7 .tab ul {
  height: 68px;
  background-color: #ccf6dc;
  display: flex;
  border-radius: 8px;
}
.content .box7 .tab ul li {
  font-size: 36px;
  padding: 9px 46px;
  cursor: pointer;
}
.content .box7 .tab ul li.active {
  color: #fff;
  background-color: #009d4f;
  border-radius: 8px;
}
.content .box7 .list {
  display: flex;
  gap: 40px 48px;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.content .box7 .list > a div {
  width: 368px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.content .box7 .list > a div div {
  background-color: #fff;
  height: 424px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 24px;
}
.content .box7 .list > a div div img {
  height: 264px;
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: contain;
}
.content .box7 .list > a div p:nth-child(2) {
  font-size: 24px;
  margin-bottom: 8px;
}
.content .box7 .pagination {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.content .box7 .pagination ul {
  display: flex;
  gap: 16px;
}
.content .box7 .pagination ul li {
  border: 1px solid #009d4f;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.content .box7 .pagination ul li img {
  height: 24px;
  width: 24px;
}
.content .box7 .pagination ul li.active {
  color: #fff;
  background-color: #009d4f;
}
.content .box7 .pagination ul li:last-child {
  transform: rotate(180deg);
}
.content .box7 .pagination .to-page {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.content .box7 .pagination .to-page input {
  border: 1px solid #009d4f;
  border-radius: 4px;
  height: 32px;
  width: 40px;
  background-color: transparent;
  padding: 5px;
  box-sizing: border-box;
  outline: none;
}
.content .box7 .pagination .to-page button {
  border: 1px solid #009d4f;
  border-radius: 4px;
  height: 32px;
  padding: 5px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  cursor: pointer;
  margin-left: 6px;
}
.content .box8 {
  padding-top: 120px;
  padding-bottom: 160px;
  background-color: #e4f9ec;
}
.content .box8 > p {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}
.content .box8 .contact-box {
  display: flex;
  justify-content: space-between;
}
.content .box8 .contact-box div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 254px;
}
.content .box8 .contact-box div div:first-child {
  height: 120px;
  width: 120px;
  background-color: #009d4f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 38px;
  box-sizing: border-box;
  border-radius: 50%;
  margin-bottom: 40px;
}
.content .box8 .contact-box div div:first-child img {
  height: 44px;
  width: 44px;
}
.content .box8 .contact-box div div:last-child p:nth-child(1) {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.content .box8 .contact-box div div:last-child p:nth-child(2) {
  font-size: 20px;
  text-align: center;
}
.content .box9 {
  margin-top: 80px;
  margin-bottom: 160px;
}
.content .box9 .product-info {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.content .box9 .product-info .img {
  padding: 36px 116px;
}
.content .box9 .product-info .img img {
  height: 352px;
  width: 352px;
}
.content .box9 .product-info div p:first-child {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 55px;
}
.content .box9 .product-info div p:last-child {
  font-size: 24px;
}
.footer {
  background: #009d4f;
  padding-top: 76px;
}
.footer .footer-top {
  display: flex;
  gap: 308px;
  margin-bottom: 80px;
}
.footer .footer-top .footer-top-item {
  color: #fff;
}
.footer .footer-top .footer-top-item p {
  margin-bottom: 8px;
}
.footer .footer-top .footer-top-item p:first-child {
  font-size: 24px;
}
.footer .footer-top .footer-top-item img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  vertical-align: middle;
}
.footer .footer-bottom {
  border-top: 2px solid #fff;
  padding-top: 16px;
  padding-bottom: 40px;
}
.footer .footer-bottom p {
  font-size: 14px;
  margin-bottom: 4px;
  color: #fff;
}
@media (max-width: 1200px) {
  .container {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 768px) {
  .container {
    max-width: calc(100% - 32px);
  }
  .shadow {
    position: fixed;
    top: 72px;
    left: 0;
    background-color: #000000;
    opacity: 0.25;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 100;
  }
  .shadow.show {
    display: block;
  }
  .title {
    margin-bottom: 24px;
  }
  .title p {
    font-size: 18px;
  }
  .title div {
    font-size: 24px;
  }
  .header {
    padding: 12px 0;
    font-size: 1rem;
  }
  .header .container .logo {
    height: 48px;
  }
  .header .container .nav {
    display: none;
    background: #fff;
    width: 100%;
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 999;
  }
  .header .container .nav ul {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 20px 0 32px 16px;
    align-items: start;
  }
  .header .container .nav ul li {
    border-bottom: none;
    width: 100%;
  }
  .header .container .nav ul li a {
    width: 100%;
    display: inline-block;
  }
  .header .container .nav ul li.active {
    border-bottom: none;
  }
  .header .container .nav.show {
    display: flex;
    z-index: 999;
  }
  .header .container .right {
    gap: 16px;
  }
  .header .container .right .lang-select {
    display: block;
  }
  .header .container .right .lang {
    flex-direction: column;
    background: #fff;
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 999;
    display: none;
    gap: 20px;
    width: 100%;
    padding: 20px 0 32px 16px;
  }
  .header .container .right .lang.show {
    display: flex;
  }
  .header .container .right .lang .active {
    color: #009d4f;
  }
  .header .container .right .more {
    display: inherit;
  }
  .content {
    margin-top: 72px;
  }
  .content .banner.banner1,
  .content .banner.banner3,
  .content .banner.banner4,
  .content .banner.banner5,
  .content .banner.banner7 {
    height: 643px;
    aspect-ratio: inherit;
  }
  .content .banner.banner2,
  .content .banner.banner6 {
    height: 615px;
    aspect-ratio: inherit;
  }
  .content .banner.banner3 {
    margin-bottom: 60px;
  }
  .content .banner .text1 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .content .banner .text2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .content .banner .text3 {
    font-size: 16px;
  }
  .content .banner .text4 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .content .banner .text5 {
    font-size: 16px;
  }
  .content .banner .text6 {
    font-size: 30px;
  }
  .content .banner .text7 {
    font-size: 20px;
  }
  .content .box1 {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .content .box1 > div {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 24px 12px;
  }
  .content .box1 > div img {
    height: 20px;
    width: 20px;
    margin-right: 6px;
  }
  .content .box1 > div p {
    margin-bottom: 14px;
  }
  .content .box1 > div p:first-child {
    font-size: 18px;
  }
  .content .box2 {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .content .box2 .left {
    margin-right: inherit;
  }
  .content .box2 .left p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .content .box2 .left p:first-child {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .content .box2 .left .button {
    display: none;
  }
  .content .box2 .right {
    width: 100%;
  }
  .content .box2 .right > img {
    width: 100%;
    margin-bottom: 24px;
  }
  .content .box2 .right .button {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: 32px;
    font-size: 14px;
    padding: 6px 12px;
  }
  .content .box2 .right .button img {
    height: 20px;
    width: 20px;
  }
  .content .box3 {
    display: none;
  }
  .content .box3-1 {
    display: inherit;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 90px;
  }
  .content .box3-1 .item2 {
    flex-direction: row-reverse;
  }
  .content .box3-1 .item2 > div:first-child {
    align-items: end;
    text-align: end;
  }
  .content .box3-1 p span {
    font-size: 14px;
  }
  .content .box3-1 > div {
    height: 168px;
    background-color: #f3f3f3;
    padding: 12px;
    display: flex;
    justify-content: space-between;
  }
  .content .box3-1 > div > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .content .box3-1 > div > div:first-child .button {
    display: flex;
    height: 32px;
    font-size: 14px;
    padding: 6px 12px;
    color: #fff;
    background: #009d4f;
    border-radius: 4px;
    width: fit-content;
  }
  .content .box3-1 > div > div:first-child .button img {
    height: 20px;
    width: 20px;
  }
  .content .box3-1 > div > div:last-child {
    height: 144px;
    width: 144px;
  }
  .content .box3-1 > div > div:last-child img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .content .box4 {
    margin-bottom: 40px;
  }
  .content .box4 > div {
    flex-direction: column !important;
    gap: 0 !important;
  }
  .content .box4 .left {
    margin-right: inherit;
  }
  .content .box4 .left p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .content .box4 .left p:first-child {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .content .box4 .right {
    width: 100%;
  }
  .content .box4 .right > img {
    width: 100%;
    margin-bottom: 24px;
  }
  .content .box5 {
    margin-bottom: 90px;
  }
  .content .box5 .box5-title {
    height: 100px;
    margin-bottom: -50px;
  }
  .content .box5 .box5-title p {
    font-size: 14px;
  }
  .content .box5 .box5-title p:nth-child(1) {
    display: none;
  }
  .content .box5 .box5-title p:nth-child(2) {
    display: inherit;
  }
  .content .box5 .box5-list {
    flex-direction: column;
    gap: 24px;
  }
  .content .box5 .box5-list div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content .box5 .box5-list div img {
    margin-bottom: 12px;
  }
  .content .box5 .box5-list div p {
    font-size: 16px;
  }
  .content .box5 .box5-list div p:last-child {
    font-size: 14px;
  }
  .content .box7 {
    border-radius: 32px 32px 0px 0px;
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .content .box7 .list {
    gap: 15px 16px;
  }
  .content .box7 .list > a {
    width: calc(50% - 8.5px);
  }
  .content .box7 .list > a > div {
    width: 100%;
  }
  .content .box7 .list > a > div > div {
    aspect-ratio: 1/1;
    height: inherit;
    padding: 10px;
  }
  .content .box7 .list > a > div > div img {
    height: inherit;
  }
  .content .box7 .list > a > div p {
    font-size: 14px !important;
  }
  .content .box8 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .content .box8 > p {
    font-size: 20px;
  }
  .content .box8 .contact-box {
    flex-direction: column;
    gap: 24px;
  }
  .content .box8 .contact-box div {
    width: 100%;
    flex-direction: row;
    gap: 12px;
    align-items: start;
    justify-content: center;
  }
  .content .box8 .contact-box div div:first-child {
    height: 48px;
    width: 48px;
    margin-bottom: inherit;
    padding: 12px;
  }
  .content .box8 .contact-box div div:first-child img {
    height: 24px;
    width: 24px;
  }
  .content .box8 .contact-box div div:last-child {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: start;
    justify-content: center;
  }
  .content .box8 .contact-box div div:last-child p:nth-child(1) {
    font-size: 16px;
  }
  .content .box8 .contact-box div div:last-child p:nth-child(2) {
    font-size: 14px;
    text-align: left;
  }
  .content .box9 .product-info {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .content .box9 .product-info .img {
    padding: 24px 40px;
  }
  .content .box9 .product-info .img img {
    width: 100%;
    object-fit: contain;
  }
  .content .box9 .product-info div p:first-child {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .content .box9 .product-info div p:last-child {
    font-size: 18px;
  }
  .content .box9 .product-msg {
    line-height: 2;
    font-size: 14px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .footer-top {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 36px;
  }
  .footer .footer-top .footer-top-item p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .footer .footer-top .footer-top-item p a {
    font-size: 14px;
  }
  .footer .footer-top .footer-top-item p:first-child {
    font-size: 20px;
  }
  .footer .footer-top .footer-top-item img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
  }
  .footer .footer-bottom p {
    font-size: 12px;
  }
}
