.attr-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
}

.attr-table th {
  background-color: #f5f5f5;
  padding: 8px 12px;
  text-align: left;
  font-weight: 500;
  color: #666;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.attr-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #333;
}

.attr-table tr:hover {
  background-color: #f9f9f9;
}

.attr-table th:last-child,
.attr-table td:last-child {
  border-right: none;
}

.btn-supply {
  border-radius: 20px;
  padding: 3px 15px;
  line-height: 20px;
  color: #ffffff;
  background: #1F88C8;
}
.btn-supply.more-bg {
  background: #fca242;
  border-radius: 20px;
}

.company-profile-panel .index-row {
  margin: 10px;
  padding: 15px 10px;
}
.company-profile-panel .index-row .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
.company-profile-panel .index-row .main .text {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  color: #666;
  text-indent: 2em;
}
.company-profile-panel .index-row .main .label-item {
  font-size: 14px;
  line-height: 32px;
}
.company-profile-panel .index-row .main .label-item .tit {
  color: #666;
  margin-right: 20px;
  min-width: 100px;
}

.recommand-goods {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
}
.recommand-goods .item {
  width: calc(50% - 10px);
  border: 1px solid #d8d8d8;
  margin: 0 10px 10px 0;
  border-radius: 8px;
}
.recommand-goods .item .info {
  background: #fff;
  padding: 10px;
  color: #333;
  border-radius: 8px;
}
.recommand-goods .item .info .title {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}
.recommand-goods .item .info .supply {
  font-family: ArialMT;
  font-size: 12px;
  color: #1F87C7;
  letter-spacing: 0;
  font-weight: 400;
}
.recommand-goods .item .info .price {
  font-family: Arial-BoldMT;
  font-size: 15px;
  color: #E40606;
  letter-spacing: 0;
  font-weight: 700;
}
