body {
  background-color: #F8F9F8;
}

.sect-1 {
  height: 500px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 {
    height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 {
    height: 450px;
  }
}
.sect-1 .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-1 .waves {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  height: 170px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .waves {
    height: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .waves {
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .waves {
    height: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .waves {
    height: 160px;
  }
}

.sect-2 .content {
  width: 1480px;
  margin: 0 auto;
  padding: 60px;
  background: #ffffff;
  border-radius: 18px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content {
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-2 .content .title {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.sect-2 .content .title .cn {
  line-height: 51px;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 700;
  color: #333333;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .title .cn {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content .title .cn {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content .title .cn {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-2 .content .title .en {
  font-size: 14px;
  font-weight: 400;
  color: #DCDCDC;
}
.sect-2 .content .title img {
  width: 30px;
  height: auto;
  position: absolute;
  left: -10px;
  opacity: 0.5;
}
.sect-2 .content .txt {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #777777;
  line-height: 30px;
  width: 80%;
  margin: 30px auto 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .txt {
    width: 100%;
    margin: 10px auto 0;
    line-height: 1.8;
  }
}
.sect-2 .content .img-box {
  margin-top: 40px;
  position: relative;
  aspect-ratio: 122/38;
  height: auto;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .img-box {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
.sect-2 .content .img-box {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  gap: 15px;
  transition: all 0.3s linear;
}
.sect-2 .content .img-box .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .img-box .img {
    width: 100%;
    border-radius: 10px;
  }
}
.sect-2 .content .img-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .img-box .img img {
    border-radius: 10px;
  }
}

.sect-3 {
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 {
    margin-top: 20px;
  }
}
.sect-3 .content {
  width: 1480px;
  margin: 0 auto;
  padding: 60px 40px;
  background: #ffffff;
  border-radius: 18px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content {
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content {
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content {
    width: 100%;
    padding: 15px;
  }
}
.sect-3 .content .title {
  width: fit-content;
}
.sect-3 .content .title .cn {
  line-height: 51px;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 700;
  color: #333333;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .title .cn {
    font-size: 24px;
    line-height: 1.6;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .title .cn {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .title .cn {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-3 .content .title img {
  width: 30px;
  height: auto;
  position: absolute;
  left: -10px;
  opacity: 0.5;
}
.sect-3 .content .table-box {
  margin-top: 40px;
  border-radius: 16px;
  background-color: #F2F6F8;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .table-box {
    margin-top: 20px;
    overflow: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .table-box {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .table-box {
    margin-top: 20px;
  }
}
.sect-3 .content .table-box .thead {
  height: 60px;
  font-size: 14px;
  font-weight: 800;
  color: #434343;
  display: flex;
  gap: 1px;
}
.sect-3 .content .table-box .thead > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0f2ea;
}
.sect-3 .content .table-box .thead > div:nth-child(1) {
  border-radius: 16px 0 0 0;
  width: 19.3103448276%;
  min-width: 100px;
}
.sect-3 .content .table-box .thead > div:nth-child(2) {
  width: 22.7586206897%;
  min-width: 100px;
}
.sect-3 .content .table-box .thead > div:nth-child(3) {
  width: 15.1724137931%;
  min-width: 100px;
}
.sect-3 .content .table-box .thead > div:nth-child(4) {
  width: 28.9655172414%;
  min-width: 180px;
}
.sect-3 .content .table-box .thead > div:nth-child(5) {
  border-radius: 0 16px 0 0;
  width: 13.7931034483%;
  min-width: 120px;
}
.sect-3 .content .table-box .tbody .item {
  display: flex;
  gap: 1px;
  height: 60px;
  margin-top: 1px;
  font-size: 14px;
  font-weight: 400;
  color: #4b4b4b;
}
.sect-3 .content .table-box .tbody .item a {
  color: #5282d6;
}
.sect-3 .content .table-box .tbody .item > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect-3 .content .table-box .tbody .item > div:nth-child(1) {
  width: 19.3103448276%;
  min-width: 100px;
}
.sect-3 .content .table-box .tbody .item > div:nth-child(2) {
  width: 22.7586206897%;
  min-width: 100px;
}
.sect-3 .content .table-box .tbody .item > div:nth-child(3) {
  width: 15.1724137931%;
  min-width: 100px;
}
.sect-3 .content .table-box .tbody .item > div:nth-child(4) {
  width: 28.9655172414%;
  min-width: 180px;
}
.sect-3 .content .table-box .tbody .item > div:nth-child(5) {
  width: 13.7931034483%;
  min-width: 120px;
}
.sect-3 .content .table-box .tbody .item:nth-child(odd) > div {
  background: #F8F8F8;
}
.sect-3 .content .table-box .tbody .item:nth-child(even) > div {
  background: #fff;
}
.sect-3 .content .item-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .item-box {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .item-box {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .item-box {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
  }
}
.sect-3 .content .item-box .item {
  background-color: #F8F8F8;
  border-radius: 6px;
  padding: 60px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .item-box .item {
    padding: 30px;
  }
}
.sect-3 .content .item-box .item .img {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.sect-3 .content .item-box .item .img img {
  width: 52px;
  height: auto;
}
.sect-3 .content .item-box .item .name {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  margin-top: 15px;
}
.sect-3 .content .item-box .item .desc {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #9f9f9f;
  line-height: 30px;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .item-box .item .desc {
    margin-top: 20px;
  }
}
.sect-3 .content .e-item-box {
  display: grid;
  overflow: auto;
  grid-auto-flow: column;
  grid-auto-columns: 28%;
  gap: 30px;
  margin-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .e-item-box {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .e-item-box {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .e-item-box {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
  }
}
.sect-3 .content .e-item-box .item {
  background: #f5f5f5;
  border-radius: 30px;
  padding: 20px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .e-item-box .item {
    border-radius: 10px;
    padding: 15px;
  }
}
.sect-3 .content .e-item-box .item:hover .btn {
  rotate: -45deg;
}
.sect-3 .content .e-item-box .item .main {
  width: 100%;
  aspect-ratio: 34/22;
  object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .e-item-box .item .main {
    border-radius: 10px;
  }
}
.sect-3 .content .e-item-box .item .tit {
  padding: 15px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.sect-3 .content .e-item-box .item .tit .en {
  font-size: 14px;
  font-weight: 300;
  color: #15774d;
}
.sect-3 .content .e-item-box .item .tit .cn {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.sect-3 .content .e-item-box .item .txt {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  line-height: 32px;
  margin-top: 20px;
  width: 80%;
}
.sect-3 .content .e-item-box .item .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #15774D;
  transition: all 0.3s linear;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.sect-3 .content .e-item-box .item .btn .arrow {
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.sect-3 .content .e-item-box .item .btn .arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 0;
  top: -4px;
  rotate: 45deg;
}

/*# sourceMappingURL=prodetail.css.map */
