.w {
  width: 1137px;
}

.top-card {
  padding: 30px 0 130px;
  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;
}

.framework {
  padding: 54px 0 80px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.framework .title {
  font-size: 30px;
  color: #010101;
  margin-bottom: 58px;
}
.framework .framework-list {
  display: flex;
  justify-content: space-between;
}
.framework .framework-list .framework-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 32%;
  height: 142px;
  padding-left: 26px;
  box-sizing: border-box;
}
.framework .framework-list .framework-item .icon {
  width: 44px;
  margin-right: 15px;
}
.framework .framework-list .framework-item .name {
  font-size: 18px;
  color: #010101;
}
.framework .framework-list .framework-item .name span {
  font-size: 14px;
  color: #999999;
}
