<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .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 &gt; 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 &gt; div .image {
  width: 42px;
  height: 38px;
  margin-bottom: 10px;
}
.SecondaryPage &gt; div .image img {
  width: 100%;
  height: 100%;
}
.SecondaryPage &gt; div .text {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
}
</pre></body></html>