<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.center {
  padding-top: 130px;
  margin-bottom: 55px;
}

.center .line {
  width: 100%;
  height: 2px;
  margin-bottom: 85px;
}

.center .searchBox {
  justify-content: space-between;
}

.center .left .top {
  display: flex;
  align-items: center;
}

.center .left .bottom {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

.center .right {
  width: 540px;
}

.center .right .topSearch {
  width: 100%;
  border: 3px solid #e20808;
  height: 40px;
  border-radius: 10px 10px 10px 0;
}

.center .right .topSearch input::placeholder {
  color: #bbbbbb;
  font-weight: bold;
}

.center .right .topSearch .rightSearch {
  color: #fff;
  width: 120px;
  align-items: center;
  justify-content: space-around;
  background: #e20808;
  padding: 0 20px;
}

.center .right .tabList .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  cursor: pointer;
  font-weight: bold;
}

.center .right .tabList .active {
  border-radius: 0px 0px 0px 10px;
  background: #e20808;
  color: #fff9ec;
}

.center .right .tabHot {
  font-size: 14px;
  font-weight: 800;
  align-items: center;
  margin-top: 10px;
}

.center .right .tabHot .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.center .right .tabHot .item {
  align-items: center;
  margin-right: 10px;
}

.companyInfo {
  margin-top: 40px;
  width: 100%;
}

.companyInfo .topImg {
  width: 100%;
}

.companyInfo .textInfo {
  padding: 20px 40px;
  border: 1px solid #e20808;
  border-radius: 0 0 10px 10px;
  border-top: none;
}

.companyInfo .textInfo .header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.companyInfo .textInfo .header img {
  width: 50px;
  height: 50px;
}

.companyInfo .textInfo .header .text {
  margin-left: 10px;
  border-bottom: 1px solid #333;
  line-height: 40px;
  color: #e20808;
}

.goods {
  margin-top: 40px;
  width: 100%;
  padding: 40px 60px;
  border-radius: 10px;
  overflow: hidden;
}

.goods .good {
  width: 114px;
  height: 145px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0 0 0;
  float: left;
}

.goods .good span,
.goods .good p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
}

.goods .good span {
  font-size: 14px;
  font-weight: 600;
}

.goods .good p {
  font-size: 12px;
  color: #979696;
}

.goods .good:nth-of-type(n + 2) {
  margin-left: 50px;
}

.goods .good:nth-of-type(n + 7) {
  margin-top: 40px;
}

.goods .good:nth-of-type(6n + 1) {
  margin-left: 0;
}
</pre></body></html>