/**/
.tlc-content .tlc-title h2 {
  font-size: 33px;
  color: #3E3A39;
  margin-top: 0;
  margin-bottom: 19px;
}
.tlc-content .tlc-title p {
  color: #3E3A39;
  font-size: 14px;
  margin-bottom: 20px;
}
.tlc-content .n-list .common-products {
  padding: 0;
}
.tlc-content .n-list .common-products .col-md-2 {
  padding: 0 15px;
  border-bottom: 10px solid #ffffff;
}
.tlc-content .n-list .common-products .col-md-2 a:hover {
  text-decoration: none;
}
.tlc-content .n-list .common-products .col-md-2 a .p-img {
  height: 100%;
  background-color: #f9fafd;
  position: relative;
}
.tlc-content .n-list .common-products .col-md-2 a .p-img:hover .p-linebox {
  background-color: #F5C057;
}
.tlc-content .n-list .common-products .col-md-2 a .p-img .p-linebox {
  position: absolute;
  height: 2px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #dbdbdb;
}
.tlc-content .n-list .common-products .col-md-2 a .p-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(197, 207, 232, 0.1);
  display: block;
  max-width: 100%;
}
.tlc-content .n-list .common-products .col-md-2 a .p-img span {
  z-index: 9;
  width: 36px;
  height: 20px;
  position: absolute;
  border-radius: 4px;
  right: 10px;
  top: 10px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 10px;
}
.tlc-content .n-list .common-products .col-md-2 a .p-img span:first-child {
  background-color: #f5c057;
  display: none;
}
.tlc-content .n-list .common-products .col-md-2 a .p-img span:nth-child(2) {
  background-color: #8fcc78;
  display: none;
}
.tlc-content .n-list .common-products .col-md-2 a .p-info {
  line-height: 46px;
  height: 46px;
  width: 100%;
  margin-bottom: 0;
}
.tlc-content .n-list .common-products .col-md-2 a .p-info span:first-child {
  float: left;
  color: #3E3A39;
}
.tlc-content .n-list .common-products .col-md-2 a .p-info span:nth-child(2) {
  float: right;
  color: #F55858;
}
.tlc-content .n-list .common-products .col-md-2 a h5 {
  color: #3E3A39;
  font-weight: bold;
  margin: 0;
  font-size: 10px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tlc-content .n-list .common-products .col-md-2 a h5:hover {
  color: #e99122;
}
.tlc-content .n-list .common-products .col-md-2 .price {
  font-size: 10px;
  color: #e99122;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.tlc-content .n-list .common-products .col-md-2 .price span {
  font-size: 14px;
  font-weight: bold;
}
.tlc-content .n-list .common-products .col-md-2 .p-btn {
  width: 100%;
  padding-top: 20%;
  position: relative;
}
.tlc-content .n-list .common-products .col-md-2 .p-btn a:first-child {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 70%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  color: #3e3a39;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tlc-content .n-list .common-products .col-md-2 .p-btn a:first-child:hover {
  text-decoration: none;
  background-color: #F5C057;
}
.tlc-content .n-list .common-products .col-md-2 .p-btn a:last-child {
  color: #3e3a39;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 20%;
  height: 100%;
  float: right;
  border-radius: 4px;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tlc-content .n-list .common-products .col-md-2 .p-btn a:last-child:hover {
  text-decoration: none;
  background-color: #F5C057;
}
