.consumables-map-center h2 {
  margin-top: 20px;
  font-size: 36px;
  color: #333333;
  margin-bottom: 32px;
}
.consumables-map-center h3 {
  font-weight: bold;
}
.tab-card-container {
  margin-bottom: 50px;
}
.tab-card-container .tab-card-wrap {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  column-gap: 8px;
}
.tab-card-container .tab-card-wrap li {
  z-index: 1;
  position: relative;
  list-style: none;
  height: 60px;
  background-color: rgba(244, 201, 95, 0.8);
  margin-bottom: 10px;
  width: calc(100% / 7 - 10px);
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
.tab-card-container .tab-card-wrap li:hover {
  background-color: #F5C057;
  transform: translateY(-3px);
  box-shadow: 0 5px 10px 0 rgba(42, 67, 93, 0.1);
}
.tab-card-container .tab-card-wrap li:hover .modal-icon {
  visibility: visible;
}
.tab-card-container .tab-card-wrap li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  position: relative;
}
.tab-card-container .tab-card-wrap li a:hover {
  text-decoration: none;
}
.tab-card-container .tab-card-wrap li a:hover p {
  color: #fff;
}
.tab-card-container .tab-card-wrap li a:hover .center-num {
  color: #FFFFFF;
}
.tab-card-container .tab-card-wrap li a:hover .center-bar {
  background-color: #FFFFFF;
}
.tab-card-container .tab-card-wrap li a p {
  color: #3E3A39;
  font-size: 15px;
}
.tab-card-container .tab-card-wrap li a p .center-num {
  color: #E99122;
}
.tab-card-container .tab-card-wrap li a p .center-bar {
  vertical-align: 24%;
  display: inline-block;
  width: 9px;
  height: 2px;
  background-color: #E99122;
}
.tab-card-container .tab-card-wrap li::before {
  z-index: -1;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/images/y-01-c505f6049084163310faec8dd9181036.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ly-products-group {
  padding-top: 95px;
  margin-top: -95px;
}
.ly-products-group .table {
  table-layout: fixed;
}
.ly-products-group .table tr > th:first-child {
  width: 200px;
}
.ly-products-group .table tr > th:nth-child(2) {
  width: 50%;
}
.products-intro-wrap {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 15px;
}
.products-intro-wrap .mod-cont-left {
  max-width: 280px;
  flex-shrink: 0;
}
.products-intro-wrap .mod-cont-right {
  flex-grow: 1;
  padding: 20px 30px 30px 30px;
  background-color: #fef7ee;
  margin-top: 30px;
}
@media screen and (max-width: 1680px) {
  .tab-card-container .tab-card-wrap li {
    width: calc(100% / 5 - 10px);
  }
}
@media screen and (max-width: 1200px) {
  .tab-card-container .tab-card-wrap li {
    width: calc(100% / 3 - 10px);
  }
}
@media screen and (max-width: 767px) {
  .products-intro-wrap {
    display: block;
  }
  .ly-products-group .table {
    table-layout: auto;
  }
  .tab-card-container .tab-card-wrap li {
    width: 100%;
  }
}
.ly-products-intro {
  margin-bottom: 50px;
}
.ly-products-intro h2 {
  margin-bottom: 15px;
}
.ly-products-intro .mod-cont-left {
  background-color: #f0f3fa;
  margin-top: 30px;
}
.ly-products-intro .mod-cont-right > p {
  font-size: 16px;
  line-height: 30px;
  word-break: break-all;
  padding-top: 10px;
}
.ly-products-intro .mod-cont-right > span {
  font-size: 20px;
  color: #E99122;
  font-weight: bold;
}
.products-list-tit {
  padding-top: 30px;
  margin-bottom: 50px;
  border-top: 1px solid #757575;
  margin-top: 0;
}
.products-list-tit .mod-cont-left {
  margin-top: 0;
}
.table-responsive {
  margin-bottom: 35px;
}
.table-responsive .table tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.table-responsive .table input[type="checkbox"] {
  display: none;
}
.table-responsive .table label span {
  margin-left: 2px;
  vertical-align: middle;
  font-weight: normal;
}
.table-responsive .table .checked-label:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(/font/icon/checkbox-regular-a548baac17426d55e3630b03bc07aae0.svg) no-repeat top center;
  background-size: 18px 18px;
}
.table-responsive .table .t-checked:checked + .checked-label:before {
  background: url(/font/icon/checkbox-selected-1fb57de959fc125360f2a7aa4c7f0453.svg) no-repeat top center;
  background-size: 18px 18px;
}
