@charset "UTF-8";
html,
body {
  background: #ffffff;
}

.shadow-bottom {
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.0588235294));
  position: fixed;
  width: 100%;
  background: #ffffff;
}

.hero {
  background: url("../img/hero-bg.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
}
.hero .hero-left {
  width: 40%;
}
.hero .hero-left h1 {
  color: #333333;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.hero .hero-left p {
  color: #666666;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0px 42px 0px;
}
.hero .hero-left .gpLink {
  width: 196px;
  height: 56px;
  cursor: pointer;
}
.hero .hero-app-img {
  width: 830px;
  height: 529.65px;
  margin-right: -188px;
}

.products {
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #f1fef9 75.16%, #e0fff3 100%);
  width: 100%;
  padding: 120px 0px;
}
.products h2 {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.products p {
  color: #666666;
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0px 80px 0px;
}
.products .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
.products .product-grid .item-card {
  color: #333333;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products .product-grid .item-card img {
  display: block;
  width: 120px;
  height: 120px;
}

.about {
  padding: 120px 0px;
}
.about .about-container {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
.about .about-container .app-mode {
  width: 374px;
  height: 414px;
  position: relative;
  z-index: 2;
  padding-left: 60px;
}
.about .about-container .about-text h2 {
  color: #333333;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
.about .about-container .about-text p {
  color: #333333;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: inline-flex;
  height: 280px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 32px;
  border: 4px solid #fff;
  background: rgba(255, 255, 255, 0.6509803922);
  box-shadow: 0 4px 16px 0 rgba(117, 155, 143, 0.2509803922);
  backdrop-filter: blur(30px);
  width: calc(100% + 422px);
  margin-left: -422px;
  position: relative;
  padding-left: 422px;
  z-index: 0;
}

/* steps */
.steps {
  padding: 120px 0px;
  background: url("../img/steps-bg.png") no-repeat center;
  background-size: 100% 100%;
  text-align: center;
}
.steps .setps-container h2 {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.steps .setps-container p {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 80px;
}
.steps .setps-container .steps-context {
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: start;
}
.steps .setps-container .steps-context .steps-app-carousel {
  width: 398px;
  height: 692px;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.steps .setps-container .steps-context .steps-app-carousel .steps-app {
  width: 398px;
  height: 692px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.steps .setps-container .steps-context .steps-app-carousel .steps-app.active {
  opacity: 1;
  transform: translateX(0);
}
.steps .setps-container .steps-context .steps-app-carousel .steps-app.exit {
  opacity: 0;
  transform: translateX(-100%);
}

/* 外层左右布局 */
.steps-wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 40px;
}
.steps-wrapper .column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.steps-wrapper {
  /* 卡片公共样式 */
}
.steps-wrapper .step-card {
  padding: 30px 40px;
  gap: 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(117, 155, 143, 0.2509803922);
  color: #333333;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  box-sizing: border-box;
  width: 320px;
}
.steps-wrapper .step-card h3 {
  color: #333333;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.steps-wrapper .step-card p {
  text-align: left;
  margin: 0px;
}/*# sourceMappingURL=home.css.map */