html,
body {
  background: #ffffff;
}

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

.container_banner {
  background: url("../img/banner_bg.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  text-align: center;
  padding: 120px 0;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
}
.container_banner .app_name {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
.container_banner .title {
  font-size: 40px;
  line-height: 48px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.container_banner .banner_app_desc {
  font-size: 24px;
  line-height: 32px;
  width: 60%;
  margin: 0 auto;
}
.container_banner a {
  margin-top: 48px;
  display: block;
}
.container_banner a button {
  height: 44px;
  padding: 0px 48px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #fff;
  background: #1255fb;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
  font-family: "Roboto";
}
.container_banner a img {
  width: 164px;
  height: 48px;
}

.advantage {
  background: url("../img/advantage_bg.png");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  width: 100%;
}
.advantage h1 {
  color: #1255fb;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 24px;
}
.advantage p {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.recommend {
  padding: 80px 0px;
}
.recommend h6 {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 40px;
}
.recommend .recommend_list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.recommend .recommend_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 240px;
}
.recommend .recommend_list li .text {
  color: #333333;
  text-align: right;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
.recommend .recommend_list li .text p {
  margin-top: 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.recommend .recommend_list li img {
  width: 480px;
  height: 480px;
}

.abount-us {
  background: #eceff5 url("../../assets//img/abount_us_bg.png") no-repeat right;
  background-size: auto 100%;
  padding: 80px 0;
}
.abount-us h6 {
  color: #333333;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.abount-us p {
  color: #333333;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 40px;
  width: 50%;
}/*# sourceMappingURL=home.css.map */