.w {
  width: 1137px;
}

.top-card {
  padding: 30px 0 55px;
  box-sizing: border-box;
}
.top-card .title {
  font-size: 52px;
  color: #3eaef4;
  margin-bottom: 70px;
  font-weight: bold;
}
.top-card .desc p {
  color: #808080;
  font-size: 16px;
  line-height: 35px;
  text-align: justify;
  position: relative;
}
.top-card .desc p::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #cbcbcb;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: -10px;
}

.data-info {
  padding: 79px 0;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.data-info .data-list {
  display: flex;
  justify-content: space-between;
}
.data-info .data-list .item {
  width: 49%;
  background-color: #fff;
  padding: 20px 23px 40px;
  box-sizing: border-box;
}
.data-info .data-list .item .icon {
  width: 54px;
  height: 53px;
}
.data-info .data-list .item .name {
  font-size: 18px;
  color: #010101;
  margin: 23px 0 20px;
}
.data-info .data-list .item p {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  text-align: justify;
}

.scenario {
  padding: 70px 0 50px;
  box-sizing: border-box;
}
.scenario .title {
  font-size: 30px;
  color: #010101;
  margin-bottom: 38px;
}
.scenario .scenario-list {
  display: flex;
  flex-wrap: wrap;
}
.scenario .scenario-list .scenario-item {
  width: 25%;
  height: 105px;
  margin-bottom: 42px;
  text-align: center;
  position: relative;
}
.scenario .scenario-list .scenario-item .number {
  font-size: 23px;
  color: #3eaef4;
  margin-bottom: 9px;
  font-weight: bold;
}
.scenario .scenario-list .scenario-item .name {
  font-size: 14px;
  color: #010101;
  line-height: 24px;
  white-space: pre-line;
}
.scenario .scenario-list .scenario-item::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background-color: #d3d3d3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
