.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;
}

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