.infomation {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.info-contitle {
  width: 100%;
  height: auto;
  background-color: #e5e5e5;
}
.info-image {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-top: 37px;
}
.info-image img {
  width: 100%;
}
.info-item {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
}
.item-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.item-btn span {
  font-weight: 800;
  font-size: 20px;
  color: #000000;
  margin-top: 20px;
}
.item-btn h5 {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
}
.item-btn button {
  width: 200px;
  height: 44px;
  background: #713ce2;
  border-radius: 20px;
  margin-top: 15px;
  margin-bottom: 57px;
  color: #ffffff;
}
