.main > div:first-child {
  width: 1200px;
  position: absolute;
  top: 0;
}
.main_threeOne,
.paid_services {
  width: 1200px;
}
.threeOne_title,
.paid_services_title {
  height: 36px;
  line-height: 36px;
  font-size: 37px;
}
.threeOne_title {
  margin-bottom: 60px;
}
.threeOne_content {
  font-size: 20px;
  line-height: 37px;
  margin-bottom: 80px;
}
.threeOne_img {
  width: 1200px;
}
.threeOne_img img {
  width: 100%;
  height: 100%;
}
.paid_services_table,
.paid_services_content {
  width: 100%;
}
.paid_services_table {
  padding: 65px 0;
  background-color: #fff;
  margin-bottom: 24px;
}
.paid_services_title {
  margin-bottom: 22px;
}
.paid_services_content h2 {
  font-size: 22px;
  line-height: 45px;
  font-weight: bold;
}
.paid_services_content p {
  line-height: 22px;
}
@media (max-width: 1220px) {
  .main > div:first-child,
  .main_threeOne,
  .paid_services,
  .threeOne_img {
    width: 800px;
  }
  .threeOne_content {
    font-size: 18px;
  }
}
@media (max-width: 819px) {
  .main > div:first-child,
  .main_threeOne,
  .paid_services,
  .threeOne_img {
    width: 100%;
  }
  .paid_services_table {
    padding-top: 35px;
  }
  .threeOne_title,
  .paid_services_title {
    margin-bottom: 20px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
  }
  .threeOne_content {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .paid_services_table > img {
    width: 100%;
  }
}

