<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .partner {
  width: 1300px;
  margin: 0 auto;
}
.partner .businessPartner {
  margin-top: 55px;
}
.partner .businessPartner .businessPartnerText {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.partner .businessPartner .businessPartnerText .leftBorder {
  width: 6px;
  height: 24px;
  background: #016d3b;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin-right: 10px;
}
.partner .businessPartner .businessPartnerText .businessPartnerName {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #383838;
}
.partner .businessPartner .PartnerLogo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -10px;
  margin-top: 27px;
  margin-bottom: 55px px;
}
.partner .businessPartner .PartnerLogo .logos {
  margin: 10px;
  width: 310px;
  height: 177px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.partner .businessPartner .PartnerLogo .logos .imgs {
  width: 80%;
  height: 80%;
}
.partner .businessPartner .PartnerLogo .logos img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.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;
}
.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>