/* lowcode_platform.css */
/* 参考 train_platform.css 基础结构，适配低代码平台模块布局 */

/* ===== 基础样式 ===== */
body {
  background-color: #fff;
  min-width: 1200px;
}

/* ===== Banner区域 ===== */
.banner {
  padding-top: 126px;
  width: 100%;
  position: relative;
  background: linear-gradient(
    to bottom,
    transparent 126px,
    rgb(254, 250, 247) 126px
  );
}

.banner .banner-box {
  position: relative;
  width: 1920px;
  margin: auto;
}

.banner .train_door {
  position: absolute;
  left: 11%;
  top: 30%;
  color: #222;
}

.banner .train_door .big_title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.4;
}

.banner .train_door .train_door_desc {
  color: #666666;
  font-size: 24px;
  line-height: 144%;
  margin-top: 6px;
}

.banner .train_door .go_try {
  margin-top: 40px;
  width: 148px;
  height: 49px;
  border-radius: 100px;
  background: #ff7e3e;
  color: #fff;
  text-align: center;
  line-height: 49px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
}

/* ===== 通用标题组 ===== */
.pin_title_group {
  text-align: center;
  margin: 64px auto 12px;
}

.pin_title_group .pin_title {
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  color: #333;
}

.pin_title_group .pin_desc {
  margin-top: 8px;
  font-size: 16px;
  color: #666;
  line-height: 22px;
}

/* ===== 可视化表单区域 ===== */
.empowerment {
  margin: 0 auto;
  padding: 0 calc(50% - 600px);
}

.empowerment_direction_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.empowerment_group {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 0px;
  transform: translateY(-26px);
}

.empowerment_group .item {
  width: 160px;
  height: 114px;
  text-align: center;
}

.empowerment_group .item img {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}

.empowerment_group .item_name {
  height: 22px;
  text-align: center;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}

.empowerment_show {
  width: 690px;
  height: 478px;
}

/* ===== 轮播图样式 ===== */
.rotate {
  width: 100%;
  height: 100%;
  position: relative;
}

.rotate .rotate_box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.rotate .swiper-container {
  padding-bottom: 60px;
  overflow: visible;
}

.rotate .swiper-slide {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

#certify .swiper-slide {
  width: 690px;
}

.rotate .swiper-slide .swiper-slide-shade {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.rotate .swiper-slide img {
  display: block;
  width: 690px;
  margin: 0 auto;
}

.rotate .swiper-pagination {
  width: 100%;
  bottom: 54px;
}

.rotate .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background: #cccccc;
  width: 10px;
  height: 10px;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rotate .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  transform: scale(1.2);
  background: #ff892d;
}

.rotate .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ff892d;
}

.rotate .swiper-button-prev,
.rotate .swiper-button-next {
  display: none;
}

/* ===== 流程管理平台区域 ===== */
.train_service {
  background: #f9f9f9;
  padding: 1px 0 30px 0;
}

.train_service .service_backend,
.train_service .service_terminal {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.train_service .service_backend .empowerment_show {
  width: 690px;
  height: 478px;
}

/* 业务流程轮播图容器 */
#workflow-certify {
  width: 100%;
  height: 100%;
}

#workflow-certify .swiper-container {
  height: 100%;
}

#workflow-certify .swiper-wrapper {
  height: 100%;
}

#workflow-certify .swiper-slide {
  height: 100%;
}

.rotate #workflow-certify .swiper-pagination {
  bottom: 0px;
}

.train_service .service_backend img,
.train_service .service_terminal img {
  width: 55%;
  border-radius: 8px;
}

/* 流程管理说明卡片 */
.service_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service_info.flow {
  transform: translateY(-20px);
}

.service_info .flow-card {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #edf1f7;
  box-sizing: border-box;
  min-height: 100px;
}

.service_info .flow-card img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.service_info .flow-card-text {
  flex: 1;
}

.service_info .flow-card-title {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 144%;
}

.service_info .flow-card-desc {
  font-size: 14px;
  color: #666;
  line-height: 144%;
  max-width: 331px;
}

/* 业务流程轮播图样式 */
#workflow-certify .swiper-slide {
  width: 690px;
}

#workflow-certify .swiper-slide img {
  display: block;
  width: 690px;
  height: 478px;
  object-fit: cover;
  margin: 0 auto;
}

/* ===== 仪表板展示区域 ===== */
.empowerment:nth-of-type(2) .empowerment_direction_container {
  flex-direction: row-reverse;
}

/* 可视化仪表板图片样式 */
.vison_screenshot {
  width: 690px;
  text-align: center;
}

.vison_screenshot img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ===== 完善的运行框架区域 ===== */
.scene {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
}

/* ===== 移动端响应式布局 ===== */
@media screen and (max-width: 470px) {
  body {
    min-width: unset;
  }
  
  /* Banner移动端适配 */
  .banner {
    padding-top: 45px;
    background: rgb(254, 250, 247);
    padding-bottom: 32px;
  }
  .banner .banner-box {
    position: relative;
    margin: auto;
  }
  .banner .banner-box img {
    display: none;
  }
  .banner .train_door {
    position: relative;
    left: unset;
    padding: 0 16px;
  }
  .banner .train_door .big_title {
    font-size: 22px;
  }
  .banner .train_door .train_door_desc {
    font-size: 14px;
  }
  .banner .train_door .go_try {
    margin-top: 20px;
    width: 100px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
  }
  
  /* 通用标题组移动端适配 */
  .pin_title_group {
    margin: 40px auto 20px;
    padding: 0 16px;
  }
  .pin_title_group .pin_title {
    font-size: 22px;
    line-height: 30px;
  }
  .pin_title_group .pin_desc {
    font-size: 14px;
    line-height: 20px;
  }
  
  /* 可视化表单移动端适配 */
  .empowerment {
    width: 100%;
    padding: 0 16px 40px;
  }
  .empowerment_direction_container {
    flex-direction: column;
    align-items: center;
  }
  .empowerment_group {
    width: 100%;
    justify-content: center;
    transform: none;
  }
  .empowerment_group .item {
    width: 45%;
    height: auto;
    padding: 16px 0;
  }
  .empowerment_show {
    width: 100%;
    margin-top: 20px;
    height: unset;
  }
  
  /* 轮播图移动端适配 */
  .rotate .rotate_box {
    width: 96%;
    margin: 0 auto;
  }
  .rotate .swiper-slide {
    width: 100% !important;
    height: auto;
  }
  .rotate .swiper-slide img {
    display: block;
    width: 100%;
  }
  .rotate .swiper-container {
    padding-bottom: 0px;
  }
  .rotate .swiper-pagination {
    bottom: 0px;
  }
  
  /* 业务流程管理平台移动端适配 */
  .train_service {
    padding: 1px 0 40px 0;
  }
  .train_service .service_backend,
  .train_service .service_terminal {
    flex-direction: column;
    width: 100%;
    padding: 0 16px;
    margin-bottom: 0;
  }
  .train_service .service_backend .empowerment_show {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  
  /* 业务流程轮播图移动端适配 */
  #workflow-certify .swiper-slide {
    width: 100% !important;
    height: auto;
  }
  #workflow-certify .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  /* 流程卡片移动端适配 */
  .service_info {
    width: 100%;
    margin-top: 0;
  }
  .service_info.flow {
    transform: none;
  }
  .service_info .flow-card {
    padding: 16px;
    margin-bottom: 12px;
    min-height: auto;
  }
  .service_info .flow-card img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }
  .service_info .flow-card-title {
    font-size: 15px;
  }
  .service_info .flow-card-desc {
    font-size: 13px;
    max-width: none;
  }
  
  /* 可视化仪表板图片移动端适配 */
  .vison_screenshot {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .vison_screenshot img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  /* 统一门户图片移动端适配 */
  .train_service .service_terminal img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  /* 完善的运行框架移动端适配 */
  .scene {
    width: 100%;
    padding: 0 16px 40px;
  }
  .scene .service_terminal img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}
