<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-fitment-info {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 575px;
  margin: 0 auto;
}
.home-fitment-info .fitment-info-wrapper {
  width: 560px;
  height: 100%;
  margin-left: 45px;
}
.home-fitment-info .fitment-info-wrapper .info-wrapper-pic {
  width: 560px;
  height: 350px;
}
.home-fitment-info .fitment-info-wrapper .info-wrapper-pic img {
  width: 100%;
  height: 100%;
}
.home-fitment-info .fitment-info-wrapper .info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.home-fitment-info .fitment-info-wrapper .info-wrapper .info-title {
  width: 375px;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-fitment-info .fitment-info-wrapper .info-wrapper .info-time {
  font-size: 18px;
  font-weight: 500;
  color: #999;
}
.home-fitment-info .fitment-info-wrapper .info-text {
  width: 100%;
  font-size: 18px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-indent: 35px;
  margin-top: 35px;
  line-height: 35px;
}
.home-fitment-info .fitment-info-list {
  width: 443px;
  height: 100%;
  margin-left: 81px;
}
.home-fitment-info .fitment-info-list .info-list-wrapper {
  width: 100%;
}
.home-fitment-info .fitment-info-list .info-list-wrapper .fitment-list-item {
  width: 100%;
  height: 105px;
  line-height: 105px;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC;
}
.home-fitment-info .fitment-info-list .info-list-wrapper .fitment-list-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-fitment-info .fitment-info-list .info-list-wrapper .fitment-list-item:last-child {
  border-bottom: none;
}
.home-fitment-info .fitment-info-list .info-list-wrapper .fitment-list-item .item-title {
  width: 55%;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-fitment-info .fitment-info-list .info-list-wrapper .fitment-list-item .item-time {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
}
.home-fitment-info .fitment-info-list .fitment-more {
  width: 210px;
  height: 40px;
  border: 1px solid #00001F;
  text-align: center;
}
.home-fitment-info .fitment-info-list .fitment-more a {
  font-size: 18px;
  font-weight: 400;
  color: #1F1F1F;
}
</pre></body></html>