.container{

}
.banner{
  width: 100%;
  height: 560px;
  background: url("https://file.enlightent.com/20251107/banner_page_eva.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.banner-info {
  position: absolute;
  left: calc(50% - 600px);
  top: 169px;
  width: 510px;
}
.banner-info .banner-title {
  font-size: 50px;
  color: #333333;
  line-height: 69px;
  font-weight: 600;
}
.banner-info .banner-title span {
  color: #336FF7;
}
.banner-info .banner-desc {
  margin-top: 22px;
  font-size: 22px;
  color: #333333;
  line-height: 40px;
}


.banner-btn-box{
  position: absolute;
  left: calc(50% - 600px);
  bottom: 104px;
  width: 300px;
  height: 34px;
  display: flex;
  align-items: center;
}
.btn-primary, .btn-primary2{
  width: 106px;
  height: 34px;
  background: #336FF7;
  border-radius: 4px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #FFFFFF;
}
.btn-primary a, .btn-primary2 a{
  color: #fff;
  display: block;
}

.module-desc-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #262526;
  line-height: 56px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.module-desc-title:after{
  content: ' ';
  display: block;
  position: absolute;
  width: 102px;
  height: 12px;
  background: #A6BFF9;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: auto;
  z-index: -1;
}

.module-box-version {
  background-color: #F8F9FC;
  position: relative;
}
.module-box-version .bg-element1 {
  width: 155px;
  height: 251px;
  position: absolute;
  left: 0;
  top: 0;
}
.module-box-version .bg-element2 {
  width: 293px;
  height: 168px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.card-box {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}
.card-box .card-item {
  flex-basis: 386px;
}
.card-title {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #FFFFFF;
}
.card-box .card-item1 .card-title {
  background: url("../images/bg_card_title1.png?v=1704958309726") no-repeat center;
  background-size: cover;
}
.card-box .card-item2 .card-title {
  background: url("../images/bg_card_title2.png?v=1704958309726") no-repeat center;
  background-size: cover;
}
.card-box .card-item3 .card-title {
  background: url("../images/bg_card_title3.png?v=1704958309726") no-repeat center;
  background-size: cover;
}
.card-content {
  padding: 36px 40px 0;
  font-size: 18px;
  color: #333333;
  line-height: 30px;

  height: 266px;
  background: #FFFFFF;
  box-shadow: 0px 2px 32px 0px rgba(44,51,55,0.08);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}


.module-box-data-type {

}
.module-box-data-type .content {
  height: 420px;
  display: flex;
  align-items: center;
}
.card-box2 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-size: 20px;
  font-weight: 500;
  color: #262526;
  line-height: 20px;
  text-align: center;
}
.card-box2 .card-item {
  flex-basis: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-box2 .card-item img {
  display: block;
  width: 68px;
  height: 68px;
}
.card-box2 .card-item div {
  padding-top: 32px;
}


.module-box-pinlei {
  background-color: #F8F9FC;
  position: relative;
}
.module-box-pinlei .content {
  padding: 70px 0 100px;
}
.module-box-pinlei .bg-element3 {
  width: 244px;
  height: 373px;
  position: absolute;
  left: 0;
  bottom: 32px;
}
.card-box3 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 54px;
}
.card-box3 .card-item {
  flex-basis: 286px;
  flex-shrink: 0;
  height: 128px;
  background: #FFFFFF;
  box-shadow: 0px 2px 24px 0px #E7E9EE;
  margin-right: 18px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #ACACAC;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.card-box3 .card-item.card-item-small {
  flex-basis: 225px;
}
.card-box3 .card-item:last-of-type {
  margin-right: 0;
}
.card-box3 .item-title {
  padding-top: 41px;
  font-size: 22px;
  font-weight: 500;
  color: #262526;
}
.card-box3 .item-title2 {
  padding-top: 10px;
}
.card-box3 .card-item img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 88px;
  height: 88px;
  z-index: -1;
}

