/* header start */
.header {
  font-size: 0;
  position: relative;
}

.header video {
  width: 100%;
  height: auto;
}

.header .header-content {
  position: absolute;
  top: 120px;
  left: 10vw;
}

.header .header-content .p-1 {
  padding: 0 !important;
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
  color: #090e34;
}

.header .header-content .p-2 {
  padding: 0 !important;
  font-size: 16px;
  color: #53566c;
  font-weight: normal;
}

.header .header-content button {
  background: linear-gradient(270deg, #1fa9f7 0%, #065cff 100%);
  border-radius: 4px;
  padding: 6px 15px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

/* 通用样式 */
.section-title {
  font-weight: bold;
  font-size: 36px;
  color: #090e34;
  line-height: 50px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}

.section-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #53566c;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}

/* 产品功能 */
.product-features {
  padding: 60px 0 70px;
  background: #ffffff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 320px));
  grid-auto-rows: repeat(2, 1fr);
  row-gap: 40px;
  justify-content: space-between;
}

.feature-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
}

.feature-icon img {
  width: 100%;
  height: auto;
}

.feature-item h3 {
  font-weight: bold;
  font-size: 20px;
  color: #090e34;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 10px;
}

.feature-item p {
  font-weight: 400;
  font-size: 16px;
  color: #53566c;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.flex-content {
  display: flex;
  gap: 58px;
  align-items: center;
}

.flex-image {
  flex: 740;
}

.flex-image img {
  width: 100%;
}

.flex-info {
  flex: 402;
}

.flex-info .section-title {
  font-weight: bold;
  font-size: 28px;
  color: #090e34;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}

.flex-info .section-subtitle {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 18px 18px;
  padding-left: 48px;
  font-weight: 400;
  font-size: 18px;
  color: #090e34;
  line-height: 25px;
}
.flex-info .section-item {
  background: #eff6ff;
  border-radius: 4px 4px 4px 4px;
  padding: 20px;
  margin-bottom: 20px;
}
.section-item h3 {
  font-weight: 400;
  font-size: 18px;
  color: #1878e6;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}

.section-item p {
  font-weight: 400;
  font-size: 16px;
  color: #53566c;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 28px;
  margin-bottom: 0;
}
.section-btn {
  display: block;
  line-height: 56px;
  width: 152px;
  height: 56px;
  background: linear-gradient(270deg, #1fa9f7 0%, #065cff 100%);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #32cbff;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.section-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px rgba(26, 122, 231, 0.3);
}

.section-btn span + span {
  margin-left: 24px;
}
.product-section:nth-of-type(1) {
  padding: 80px 0;
}
.product-section:nth-of-type(1) .section-subtitle {
  background-image: url("../images/product/process-icon1.png");
}
.product-section:nth-of-type(1) .section-item h3 {
  background-image: url("../images/product/process-icon2.png");
}
.product-section:nth-of-type(2) {
  padding: 60px 0;
  background: #ffffff;
}
.product-section:nth-of-type(2) .section-subtitle {
  background-image: url("../images/product/bom-icon1.png");
}
.product-section:nth-of-type(even) .flex-content {
  flex-direction: row-reverse;
}
.product-section:nth-of-type(2) .section-item h3 {
  background-image: url("../images/product/bom-icon2.png");
}
.product-section:last-child {
  padding: 60px 0;
  background: linear-gradient(
    180deg,
    rgba(245, 250, 255, 0.3) 0%,
    #deecfe 100%
  );
}
.product-section:nth-of-type(3) .section-subtitle {
  background-image: url("../images/product/asset-icon1.png");
}
.product-section:nth-of-type(3) .section-item {
  background: #ffffff;
}
.product-section:nth-of-type(3) .section-item h3 {
  background-image: url("../images/product/asset-icon2.png");
}

.product-system {
  padding: 10px 0 70px;
}
.product-system img {
  max-width: 100%;
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.product-process {
  padding: 60px 0;
}
.process-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px;
}
.process-container .process-item {
  flex: 1;
  max-width: 240px;
  position: relative;
}
.process-container .process-item:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 14px;
  right: -59px;
  top: 28px;
  background: #1a7ae7;
  border-radius: 0px 0px 0px 0px;
}
.process-container .process-item::before {
  content: "";
  position: absolute;
  right: -75px;
  top: 22px;
  border-width: 13px 0 13px 16px;
  border-style: solid;
  border-color: transparent transparent transparent #1a7ae7;
}
.process-container .process-item:last-child:after,
.process-container .process-item:last-child::before {
  display: none;
}
.process-container .process-item .process-title {
  height: 70px;
  background: #f0f7ff;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #1a7ae7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.process-container .process-item .process-title img {
  width: 16px;
  height: 16px;
}
.process-container .process-item .process-title h3 {
  font-weight: bold;
  font-size: 18px;
  color: #1a7ae7;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0;
}
.process-container .process-item .process-content {
  height: 164px;
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #e1e5eb;
  border-top: none;
  padding: 20px 0 0;
}
.process-container .process-item .process-content p {
  font-weight: 400;
  font-size: 18px;
  color: #53566c;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 23px;
}
.lowcode-container .flex-image img {
  display: none;
}
.lowcode-container .flex-image img.active {
  display: block;
}
.lowcode-container .section-item {
  margin-bottom: 10px;
  cursor: pointer;
}
.lowcode-container .section-item h3 {
  color: #090e34;
}
.lowcode-container .section-item p {
  display: none;
}
.lowcode-container .section-item.active {
  background: #ffffff;
}
.lowcode-container .section-item.active h3 {
  color: #1a7ae7;
}
.lowcode-container .section-item.active p {
  display: block;
}
/* 768px 平板竖屏 */
@media (max-width: 768px) {
  .fixed-top {
    background: #fff;
  }

  .header video {
    margin-top: 60px;
    height: 150px;
    object-fit: cover;
  }

  .header .header-content {
    bottom: 10px;
    background: rgb(255 255 255 / 51%);
    width: 80%;
    border-radius: 6px;
    padding-left: 10px;
    height: 60px;
    top: unset;
  }

  .header .header-content .p-1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-weight: bold;
  }

  .header .header-content .p-2 {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    font-weight: normal;
  }

  /* 通用样式 */
  .section-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    text-align: center !important;
  }

  .flex-info .section-title {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .section-subtitle {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    height: auto !important;
    background-size: 14px 14px !important;
    background-position: 8px center !important;
  }

  /* 产品功能 */
  .product-features {
    padding: 30px 15px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: auto !important;
    row-gap: 20px !important;
    column-gap: 15px !important;
  }

  .feature-item {
    padding: 20px 15px;
    background: #fafcff;
    border-radius: 8px;
  }

  .feature-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }

  .feature-icon img {
    width: 100%;
    height: auto;
  }

  .feature-item h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .feature-item p {
    font-size: 12px;
    line-height: 18px;
  }

  /* 通用内容区域 */
  .flex-content {
    flex-direction: column !important;
    gap: 25px !important;
  }

  .flex-image {
    width: 100% !important;
    flex: none !important;
  }

  .flex-info {
    width: 100% !important;
    flex: none !important;
  }

  .section-item {
    padding: 15px !important;
    margin-bottom: 15px !important;
  }

  .section-item h3 {
    font-size: 15px !important;
    line-height: 22px !important;
    margin-bottom: 8px !important;
    padding-left: 22px !important;
    background-size: 14px 14px !important;
  }

  .section-item p {
    font-size: 13px !important;
    line-height: 20px !important;
    padding-left: 22px !important;
  }

  .section-btn {
    width: 100% !important;
    height: 48px !important;
    font-size: 16px !important;
    line-height: 48px !important;
  }

  .product-section:nth-of-type(1) {
    padding: 30px 15px !important;
  }

  .product-section:nth-of-type(2) {
    padding: 30px 15px !important;
  }

  .product-section .flex-content {
    flex-direction: column-reverse !important;
  }

  .product-section:nth-of-type(3) {
    padding: 30px 15px !important;
  }

  .product-section:nth-of-type(3) .section-item {
    background: #fff !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  }

  /* 流程区域 */
  .product-process {
    padding: 30px 15px;
  }

  .process-container {
    flex-direction: column;
    gap: 20px !important;
    align-items: center;
  }

  .process-container .process-item {
    max-width: 100%;
    width: 100%;
  }

  .process-container .process-item::after,
  .process-container .process-item::before {
    display: none;
  }

  .process-container .process-item .process-title h3 {
    font-size: 16px;
  }

  .process-container .process-item .process-content {
    height: auto;
    min-height: 100px;
    padding: 15px 0;
  }

  .process-container .process-item .process-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* 系统架构 */
  .product-system {
    padding: 30px 15px;
  }

  .product-system img {
    width: 100% !important;
    height: auto;
  }
}

/* 992px 平板横屏 / 小笔记本 */
@media (min-width: 769px) and (max-width: 992px) {
  .header .header-content {
    top: 80px;
    left: 5vw;
  }

  .header .header-content .p-1 {
    font-size: 26px;
    line-height: 40px;
  }

  .header .header-content .p-2 {
    font-size: 14px;
  }

  /* 通用样式 */
  .section-title {
    font-size: 30px;
    line-height: 42px;
  }

  .section-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
  }

  /* 产品功能 */
  .product-features {
    padding: 40px 20px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 30px !important;
    column-gap: 20px !important;
  }

  .feature-item h3 {
    font-size: 18px;
  }

  .feature-item p {
    font-size: 14px;
  }

  /* 通用内容区域 */
  .flex-content {
    gap: 30px !important;
  }

  .flex-image {
    flex: 1;
  }

  .flex-info {
    flex: 1;
  }

  .flex-info .section-title {
    font-size: 24px;
    line-height: 34px;
  }

  .flex-info .section-subtitle {
    font-size: 16px;
  }

  .section-item h3 {
    font-size: 16px;
  }

  .section-item p {
    font-size: 14px;
  }

  .section-btn {
    width: 140px;
    height: 48px;
    font-size: 16px;
  }

  .product-section {
    padding: 50px 20px !important;
  }

  /* 流程区域 */
  .product-process {
    padding: 40px 20px;
  }

  .process-container {
    gap: 40px;
  }

  .process-container .process-item {
    max-width: 200px;
  }
  .process-container .process-item:after {
    display: none;
  }
  .process-container .process-item::before {
    display: none;
  }
  .process-container .process-item .process-title h3 {
    font-size: 16px;
  }

  .process-container .process-item .process-content p {
    font-size: 16px;
  }

  /* 系统架构 */
  .product-system {
    padding: 40px 20px;
  }

  .product-system img {
    width: 100% !important;
    max-width: 100%;
  }
}

/* 1024px 小屏幕桌面 */
@media (min-width: 993px) and (max-width: 1024px) {
  .header .header-content {
    top: 100px;
    left: 8vw;
  }

  .header .header-content .p-1 {
    font-size: 28px;
    line-height: 44px;
  }

  .header .header-content .p-2 {
    font-size: 15px;
  }

  /* 通用样式 */
  .section-title {
    font-size: 32px;
  }

  .section-subtitle {
    font-size: 15px;
  }

  /* 产品功能 */
  .product-features {
    padding: 50px 30px;
  }

  .features-grid {
    grid-template-columns: repeat(3, minmax(0, 280px)) !important;
    gap: 30px !important;
  }

  .feature-item h3 {
    font-size: 18px;
  }

  /* 通用内容区域 */
  .flex-content {
    gap: 40px !important;
  }

  .flex-info .section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .product-section {
    padding: 60px 30px !important;
  }

  /* 流程区域 */
  .product-process {
    padding: 50px 30px;
  }

  .process-container {
    gap: 50px;
  }

  .process-container .process-item {
    max-width: 220px;
  }
  .process-container .process-item:after {
    right: -44px;
  }
  .process-container .process-item::before {
    right: -60px;
  }
  /* 系统架构 */
  .product-system {
    padding: 50px 30px;
  }

  .product-system img {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .process-container .process-item:after {
    right: -44px;
  }
  .process-container .process-item::before {
    right: -60px;
  }
}
