  .SecondaryPage .EnterpriseA {
  position: relative;

  width: 80px;
  height: 80px;
  /* background: red; */
  margin: 0 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
}
.SecondaryPage {
  width: 100%;
  height: 93px;
  background: #f5f7f9;
  display: flex;
  background: #f5f7f9;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E3E3E3;

}
.SecondaryPage > div {
  position: relative;

  width: 80px;
  height: 80px;
  /* background: red; */
  margin: 0 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.SecondaryPage > div .image {
  width: 42px;
  height: 38px;
  margin-bottom: 10px;
}
.SecondaryPage > div .image img {
  width: 100%;
  height: 100%;
}
.SecondaryPage > div .text {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
}
