* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  background: #f8fffe;
}
a,
span {
  display: inline-block;
}

/* header */
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  background-color: #f8fffe;
}

header nav {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999999;
}
header nav .logo {
  height: 60px;
}
header nav .logo a {
  width: 100%;
  height: 100%;
  font-size: 32px;
  color: #000000;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
}
header nav .logo a img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
header nav .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .nav-links li {
  margin-right: 40px;
}
header nav .nav-links li a {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-decoration: auto;
}
/* header nav .nav-links li a:hover {
  color: #4c8f94;
  transition: 0.5s;
} */
header nav .nav-links a.active {
  background: #4c8f94;
  border-radius: 100px 100px 100px 100px;
  padding: 8px 16px;
  color: #fff;
}
/* header nav .nav-links a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #1c48f5;
  bottom: -10px;
  left: 0;
  border-radius: 5px;
} */
#Home {
  width: 100%;
  height: 720px;
}
#Home .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 74px;
  position: relative;
}
#Products {
  width: 100%;
  display: flex;
  align-items: center;
}
#Products .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  padding: 120px 0;
}
#Products .container .title {
  width: 100%;
  text-align: center;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 48px;
  color: #2f2f2f;
  line-height: 67px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#Products .container .small {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 24px;
  color: #555555;
  line-height: 34px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 60px;
}
#Products .container .list {
  width: 100%;
  background: #f8fffe;
  border-radius: 40px 40px 40px 40px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
}
#Products .container .list .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 24px;
  color: #2f2f2f;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
#Products .container .list .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Products .container .list .box .item {
  width: 380px;
  height: 170px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #4c9092;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
  cursor: pointer;
}
#Products .container .list .box .item:hover {
  /* 向上浮动增加阴影 */
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: transform, box-shadow;
}
#Products .container .list .box .item img {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}
#Products .container .list .box .item p {
  width: 100%;

  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #2f2f2f;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
#Products .container .p2 {
  width: 100%;
  text-align: left;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 24px;
  color: #2f2f2f;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
#Products .container .p3 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #2f2f2f;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#CoreBenefits {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 120px 0;
  background: #f8fffe;
}
#CoreBenefits .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#CoreBenefits .container .title {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 48px;
  color: #2f2f2f;
  line-height: 67px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#CoreBenefits .container .small {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 24px;
  color: #555555;
  line-height: 34px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 60px;
}
#CoreBenefits .container .list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#CoreBenefits .container .list .item {
  width: 360px;
  height: 262px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #4c9092;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  box-sizing: border-box;
  cursor: pointer;
}
#CoreBenefits .container .list .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: transform, box-shadow;
}
#CoreBenefits .container .list .item img {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}
#CoreBenefits .container .list .item .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 20px;
  color: #2f2f2f;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#CoreBenefits .container .list .item .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
#Footer {
  width: 100%;
  display: flex;
  align-items: center;
  background: #021c1d;
  padding: 60px 0;
  padding-bottom: 40px;
}
#Footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Footer .container p {
  width: 100%;
  text-align: center;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
#Footer .container .p1 {
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff;
}
#Footer #backTop {
  width: 32px;
  height: 32px;
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 999;
  cursor: pointer;
  opacity: 0.6;
}
#backTop {
  width: 32px;
  height: 32px;
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 999;
  cursor: pointer;
  opacity: 0.6;
}
#backTop:hover {
  opacity: 1;
}
#backTop img {
  width: 100%;
  height: 100%;
}
