.content {
  min-height: 80vh;
}
.top-banner-box {
  width: 100%;
  height: 180px;
  border-bottom: 1px solid #e1e7ff;
  background: #4e7fff;
}
.top-banner-box .content-layout-box {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-banner-box .content-layout-box .ai-icon-box {
  width: 120px;
}
.top-banner-box .content-layout-box .top-banner-title {
  text-align: center;
  margin-left: 30px;
}
.top-banner-box .content-layout-box .top-banner-title .top-banner-title-one {
  color: #ffffff;
  font-weight: bold;
  font-size: 34px;
  line-height: 49px;
  letter-spacing: 5px;
}
.top-banner-box .content-layout-box .top-banner-title .top-banner-title-en {
  margin-top: 10px;
  color: #ededed;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 5px;
  font-style: italic;
}
.switch-box {
  overflow-x: hidden;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.switch-box .card-title {
  text-align: center;
}
.switch-box .desc {
  padding: 30px;
  color: #9ba5b8;
}
.switch-box .down-button {
  width: 100%;
}
/*# sourceMappingURL=product.css.map */