.pallet-guide-wrap {
  width: 100%;
  background: #fff;
  padding: 35px 0 25px;
  clear: both;
}

.pallet-guide-wrap .content {
  width: 1160px;
  margin: 0 auto;
}

.pallet-guide-title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #111;
  margin: 10px 0 8px;
  line-height: 1.4;
}

.pallet-guide-desc {
  max-width: 920px;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}

.pallet-guide-box {
  overflow: hidden;
}

/* 左右宽度对称 */
.pallet-guide-left,
.pallet-guide-right {
  width: 570px;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.pallet-guide-left {
  float: left;
}

.pallet-guide-right {
  float: right;
}

.pallet-guide-hd {
  height: 44px;
  line-height: 44px;
  background: #0b7d3b;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 18px;
  box-sizing: border-box;
}

.pallet-guide-hd span {
  font-size: 13px;
  font-weight: normal;
  color: #e5f6ea;
  margin-left: 8px;
  text-transform: uppercase;
}

.pallet-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #444;
}

.pallet-table th {
  background: #f6f6f6;
  color: #222;
  font-weight: bold;
  padding: 12px 8px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}

.pallet-table td {
  padding: 11px 8px;
  border-bottom: 1px solid #eeeeee;
  line-height: 1.7;
  text-align: center;
}

.pallet-table td.pallet-name {
  color: #0b7d3b;
  font-weight: bold;
}

.pallet-table tr:hover {
  background: #fbfff9;
}

.pallet-guide-note {
  padding: 12px 16px;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  background: #fafafa;
}

.pallet-faq-list {
  padding: 6px 16px 12px;
}

.pallet-faq-item {
  border-bottom: 1px dashed #ddd;
  padding: 12px 0;
}

.pallet-faq-item:last-child {
  border-bottom: none;
}

.pallet-faq-item dt {
  font-size: 15px;
  color: #222;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
}

.pallet-faq-item dt:before {
  content: "问";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #0b7d3b;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
}

.pallet-faq-item dd {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  margin-top: 6px;
  padding-left: 24px;
  position: relative;
}

.pallet-faq-item dd:before {
  content: "答";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #f39800;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
}

.pallet-guide-btns {
  padding: 14px 16px 18px;
  overflow: hidden;
}

.pallet-guide-btns a {
  display: block;
  float: left;
  width: 260px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 2px;
  box-sizing: border-box;
}

.pallet-guide-btns .btn-green {
  background: #0b7d3b;
  margin-right: 12px;
}

.pallet-guide-btns .btn-orange {
  background: #f39800;
}

.pallet-guide-tips {
  padding: 0 16px 16px;
  font-size: 13px;
  color: #777;
  line-height: 1.8;
}

/* =========================
   手机端适配：主体模块
========================= */
@media screen and (max-width: 768px) {
  .pallet-guide-wrap {
    padding: 25px 10px 18px;
    box-sizing: border-box;
  }

  .pallet-guide-wrap .content {
    width: 100%;
  }

  .pallet-guide-title {
    font-size: 20px;
  }

  .pallet-guide-desc {
    font-size: 13px;
    text-align: left;
  }

  .pallet-guide-left,
  .pallet-guide-right {
    float: none;
    width: 100%;
    margin-bottom: 18px;
  }

  .pallet-table {
    font-size: 13px;
  }

  .pallet-table th,
  .pallet-table td {
    padding: 9px 5px;
  }

  .pallet-guide-btns a {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .pallet-guide-btns .btn-green {
    margin-right: 0;
  }
}

/* =========================
   原料行情列表
========================= */
#productss {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#productss > li {
  float: left;
  width: 25%;
  list-style: none;
  box-sizing: border-box;
  padding: 6px 10px;
}

#productss > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#productss > li > a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =========================
   原料行情手机端：竖排显示5条
========================= */
@media screen and (max-width: 768px) {
  #productss {
    overflow: hidden;
  }

  #productss > li {
    float: none;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }

  #productss > li > a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #productss > li > a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* 手机端只显示前5条 */
  #productss > li:nth-child(n+6) {
    display: none;
  }
}

/* 原料行情模块 */
.pallet-market-wrap {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
}

.pallet-market-wrap .content {
  max-width: 1200px;
  margin: 0 auto;
}

.pallet-market-box {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px 24px;
}

/* 标题 */
.pallet-market-box .tit {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  line-height: 1.4;
  overflow: hidden;
}

.pallet-market-box .tit strong {
  float: left;
  font-weight: bold;
}

.pallet-market-box .tit strong a {
  color: #0b7d3b;
  text-decoration: none;
}

.pallet-market-box .tit > a {
  float: right;
  font-size: 14px;
  font-weight: normal;
  color: #666;
  text-decoration: none;
}

/* 列表居中并排显示 */
.pallet-market-box .list-con-b {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
}

.pallet-market-box .list-con-b li {
  width: calc(50% - 24px);
  box-sizing: border-box;
  text-align: center;
}

.pallet-market-box .list-con-b li a {
  display: block;
  padding: 10px 12px;
  background: #f7f9f8;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.2s ease;
}

.pallet-market-box .list-con-b li a:hover {
  background: #0b7d3b;
  color: #fff;
}

/* 手机端一列显示 */
@media screen and (max-width: 768px) {
  .pallet-market-wrap .content {
    width: auto;
    margin: 0 12px;
  }

  .pallet-market-box {
    padding: 16px 12px;
  }

  .pallet-market-box .tit strong,
  .pallet-market-box .tit > a {
    float: none;
    display: block;
    text-align: center;
  }

  .pallet-market-box .tit > a {
    margin-top: 6px;
  }

  .pallet-market-box .list-con-b li {
    width: 100%;
  }
}
