.lowCode .lowCodeCard-one{
  background: #fff;
  padding: 50px 0 30px 0;
}
.lowCodeCard-one-left{
  background: url("/lowCode/images/lowCodeBgOne.png") repeat 100% 100%;
  width: 578px;
  height: 645px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-narrow {
  width: 954px;
  margin: 0 auto;
}

.container-wide {
  width: 1400px;
  height: 645px;
  margin: 0 auto;
  background: #F6FAFF;
  display: flex;
}
.section-title {
  font-family: 'PingFangSC';
  font-weight: 400;
  color: #112044;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}
.highlight-text {
  font-family: 'PingFangSC';
  font-weight: 600;
  font-size: 14px;
  color: #3873FE;
  margin-bottom: 30px;
}

.normal-text {
  font-family: 'PingFangSC';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  vertical-align: bottom;
}

.cta-text {
  font-family: 'PingFangSC';
  font-weight: 400;
  font-size: 18px;
  color: #3873FE;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.card-left {
  display: flex;
  align-items: center;
  margin: 75px 0px;
}

.lowCodeCard-one .platform-title {
  font-family: 'PingFangSC';
  font-weight: 600;
  font-size: 32px;
  color: #175BE5;
  margin-right: 20px;
}

.description-box {
  padding: 50px 100px;
  width: 578px;
  height: 255px;
  background: linear-gradient(90deg, rgba(221, 230, 245, 0) 0%, #E6F7FF 100%);
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) -2.34%, #FFFFFF 100%) 2 stretch;
  font-family: 'PingFangSC';
  font-weight: 600;
  font-size: 14px;
  color: #3873FE;
}
.lowCodeCard-one-right{
  padding: 50px;
  width: 100%;
}
.lowCodeCard-two{
  background: url("/lowCode/images/lowCodeBgTwo.png") repeat 100% 100%;
  width: 100%;
  height: 1000px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.lowCodeCard-three{
  background: #fff;
  height: 860px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.lowCodeCard-four{
  background: url("/lowCode/images/lowCodeBgTwo.png") repeat 100% 100%;
  width: 100%;
  height: 1000px;
  padding: 50px 100px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lowCodeCard-four-left{
  width: 347px;
  margin: 0 20px;
}
.lowCodeCard-four-right{
  position: relative;
  margin: 0 20px;
  width: 1006px;
  height: 681px;
}
.lowCodeCard-four-right .bottom-img {
  width: 761px;
  height: 761px;
  position: absolute;
  top: -45px;
  right: -100px;
}

.lowCodeCard-four-right .platform-features-showcase {
  position: absolute;
  top: 0;
  left: 0;
  width: 1006px;
  height: 681px;
  box-shadow: 0px 18px 21.9px 0px #00000026;
  border-radius:16px;
  background: #fff;
}
.platform-features-nav {
  height: 36px;
  display: flex;
  margin: 26px 20px 0;
  align-items: center;
  justify-content: space-around;
}

.nav-item {
  padding: 0 20px;
  font-family: 'PingFangSC';
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}
.platform-features-nav li:hover{
  font-weight: 600;
  color: #333333;
}
.platform-features-nav li.active{
  border-bottom:3px solid;
  border-color: #3873FE;
  font-weight: 600;
  color: #333333;
}
.platform-preview-area {
  background: #F9FAFE;
  height: 617px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 30px;
  display: none;
}
.lowCodeCard-five{
  background: #fff;
  height: 760px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* 标题栏通用样式 */
.section-subtitle {
  width: 128px;
  height: 39px;
  border-radius: 4px;
  background: #3873FE;
  color: #fff;
  box-shadow: 0px 31px 53px 0px #3873FE40;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 20px;
}

/* 特点/应用/技术列表容器 */
.feature-list,
.application-list,
.technology-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/* 列表项通用样式 */
.list-item {
  display: flex;
  flex-direction: column;
  width: 45%;
  margin-bottom: 10px;
}

/* 列表项标题 */
.list-item-title {
  font-family: 'PingFangSC';
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  padding: 5px 0;
  border-bottom: 0.2px solid #00000038;
}

/* 列表项描述 */
.list-item-desc {
  font-family: 'PingFangSC';
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  padding: 5px 0;
}

/* 技术路线描述文本 */
.technology-desc {
  font-family: 'PingFangSC';
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  margin-bottom: 40px;
}

/* 最后一个列表（技术路线列表） */
.technology-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.mr-50 {
  margin-right: 50px;
}
.section-heading {
  font-family: 'PingFangSC';
  font-weight: 600;
  font-size: 40px;
  color: #112044;
  margin: 50px 0 100px 0;
}
/* 大标题样式 */
.card-title-large {
  font-family: 'PingFangSC';
  font-weight: 600;
  font-size: 40px;
  color: #112044;
}

/* 描述文本样式 */
.card-description {
  font-family: 'PingFangSC';
  font-weight: 300;
  font-size: 16px;
  margin: 30px 0;
}

/* 试用按钮样式 */
.lowCodeCard-four .trial-button {
  width: 128px;
  height: 39px;
  border-radius: 4px;
  background: #3873FE;
  color: #fff;
  box-shadow: 0px 31px 53px 0px #3873FE40;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

/* 平台特点高亮文字样式 */
.platform-highlight {
  font-family: 'PingFangSC';
  font-weight: 500;
  font-size: 40px;
  color: #3873FE;
  vertical-align: top;
}

/* 应用场景列表容器 */
.application-scenarios-list {
  width: 1184px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 场景卡片样式 */
.scenario-card {
  width: 220px;
  height: 346px;
  border-radius: 12px;
  border: 2px solid #FFF;
  background: linear-gradient(148.83deg, #EAF2FA 0%, rgba(234, 242, 250, 0) 93.53%);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0px 8px 24px 0px #F2F2F2;
}
.scenario-card:hover{
  margin-top: -30px;
}

/* 卡片标签样式 */
.card-tag {
  background: #3873FE;
  border: 1px solid #FFF;
  color: #fff;
  width: 120px;
  height: 39px;
  border-radius: 4px;
  font-family: 'PingFangSC';
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

/* 场景标题样式 */
.scenario-title {
  font-family: 'PingFangSC';
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #0F1D3E;
  margin-bottom: 5px;
}
.lowCodeCard-six{
  background: url("/lowCode/images/lowCodeBgTwo.png") repeat 100% 100%;
  width: 100%;
  height: 748px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.m0{
  margin: 0;
}
.freeTrial{
  width: 168px;
  height: 60px;
  border-radius: 4px;
  background: #3873FE;
  line-height: 60px;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 31px 53px 0px #3873FE40;
  top:51%;
  left: 19%;
  font-size: 24px;
  color: #fff;
  font-family: "PingFangSC";
  font-weight: 500;
}
.freeTrial img{
  width: 25px;
  height: 10px;
  margin-left: 10px;
}
.lowCodeCard-three .platform-title{
  width: 162px;
  height: 40px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px;
  background: #4B81FF;
  color: #fff;
  font-family: 'PingFangSC';
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 46%;
  left: 39%;
}
.platform-process-container{
  display: flex;
  align-items: center;
}
.process-icon{
  width: 244px;
  height: 244px;
}
.process-content-wrapper{
  position: relative;
}
.process-steps-row{
  display: flex;
  width: 805px;
  justify-content: flex-end;
}
.step-card{
  height: 201px;
  width: 210px;
  margin-right: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  /* justify-content: space-evenly; */
}
.step-index{
  font-family: 'PingFangSC';
  font-weight: 600;
  color: #3873FE99;
  font-size: 36px;
  
}
.step-detail{
  font-family: 'PingFangSC';
  font-weight: 400;
  color: #0F1D3E;
  font-size: 12px;
}
.step-name{
  font-family: 'PingFangSC';
  font-weight: 500;
  color: #3873FE;
  font-size: 20px;
  
}
.step-detail-wrapper{
  height: 85px;
  margin: 10px 0 15px 0;
}

.step-icon{
  position: absolute;
  top: 0;
  right: 0;
}
.process-icon-start{
  margin-right: -70px;
  transition: all 0.3s;
}

.process-icon-end{
  margin-left: -23px;
  transition: all 0.3s;
}
.process-icon-end:hover,
.process-icon-start:hover{
  width: 266px;
  height: 266px;
}