<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.related-products-list{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #e1e4e5;
  margin-bottom: 30px;
}

.related-products-list&gt;a{
  width: 100%;
  display: flex;
  padding: 12px 0;
  margin-right: 15px;
  display: flex;
  border-bottom: 1px dashed #e1e4e5;
}

.related-products-list&gt;a:last-child{
  border-bottom: none;
}

.related-products-list&gt;a&gt;img{
  max-width: 110px;
  display: flex;
  margin-right: 12px;
}

.related-products-list&gt;a&gt;.product-title{
  flex:1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding: 5px 0;
}

.related-products-list&gt;a&gt;.product-title p{
  font-weight: 550;
}
</pre></body></html>