/* suiji */
.suiji {
  width: 100%;
  background: #FFFFFF;
  padding-top: 143px;
  padding-bottom: 170px;
}

.suijih3 {
  text-align: center;
  margin-bottom: 33px;
  font-weight: 400;
  font-size: 42px;
  color: #1A1A1C;
  line-height: 42px;
}

.suiji-content {
  width: 1088px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.suiji-item {
  width: 343px;
  height: 466px;
  background: linear-gradient(-360deg, #F1F1F1 0%, #FDFDFD 9%, #EAEAEA 100%);
  border-radius: 16px 16px 16px 16px;
}

.suiji-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  padding-bottom: 46px;
  text-align: center;
}

.suiji-item h3 {
  font-weight: bold;
  font-size: 29px;
  color: #000000;
  line-height: 29px;
  text-align: center;
  margin: 0 auto 14px 0;
}

.sjdiv {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  margin: 0 auto 24px 0;
}

.suiji-item p {
  width: 136px;
  height: 36px;
  border-radius: 26px 26px 26px 26px;
  border: 1px solid #707070;
  margin: auto;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
}

.suiji-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width:1400px) {
  .suiji {
    padding-top: 43px !important;
    padding-bottom: 50px !important;
  }

  .suiji-item {
    width: 80%;
    margin: 10px;
  }
}

@media (max-width:1088px) {
  .suiji-content {
    width: 100%;
  }
}

@media (max-width:1000px) {
  .suiji-content {
    width: 95%;
    flex-direction: column;
  }

  .suiji-item {
    width: 90%;
    height: 100%;
    margin: 10px auto 10px auto;
    box-sizing: border-box;
  }
}