.commonContent {
  border: none;
  padding: 0;
}

.tool-page-shell {
  margin-top: 12px;
  padding: 18px 24px 28px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 252, 249, 0.98) 100%);
  border: 1px solid rgba(255, 222, 206, 0.9);
  box-shadow: 0 18px 36px rgba(60, 23, 8, 0.12);
}

.tool-page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 14px;
  margin: 0 0 14px;
  border-bottom: 1px solid #f1ddd2;
}

.tool-page-title h2 {
  margin: 0;
  color: #c6281f;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-top: 22px;
}

.tool-page-title p {
  margin: 0;
  color: #9d6f56;
  font-size: 13px;
  line-height: 1.6;
  font-style: normal;
  text-align: right;
}

.webox_nav {

  margin: 0 auto 20px;
  overflow: hidden;
}

.tool-nav-wrap {
  display: block;
  padding: 0 0 16px;
  border-bottom: 1px solid #f0e4dc;
  overflow: hidden;
}

ul.wnav {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  border: 1px solid #ea4337;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

ul.wnav li {
  display: table-cell;
  list-style: none;
  margin: 0;
  min-width: 0;
  box-sizing: border-box;
  vertical-align: middle;
}

ul.wnav li+li {
  border-left: 1px solid #f5c0bb;
}

ul.wnav li a {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 6px;
  line-height: 38px;
  box-sizing: border-box;
  background: #fff;
  color: #222;

  font-weight: 800;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s ease;
}

ul.wnav li.cur a,
ul.wnav li a:hover {
  background: linear-gradient(180deg, #ef4842 0%, #db2f2d 100%);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.pagebox {
  background-color: transparent;
  overflow: visible;
  border-top: none;
}

.tool-pagebox {
  min-height: 280px;
  padding-top: 16px;
}

.webtxt {
  overflow: visible;
  display: block;
}

#web_1 {
  display: block;
}

ul.weblist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
}

ul.weblist li {
  width: auto;
  height: auto;
  list-style: none;
  float: none;
  overflow: visible;
  border: none;
}

.webinfo {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  min-height: 268px;
  padding: 16px 16px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fff8f2 100%);
  border: 1px solid #f2e6dc;
  box-shadow: 0 12px 28px rgba(87, 54, 26, 0.08);
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.webinfo:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(87, 54, 26, 0.14);
}

.tool-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 136px;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff8f5 0%, #fff1e7 100%);
}

.tool-card-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.tool-card-media img {
  max-width: 100%;
  max-height: 106px;
  border-radius: 12px;
  transition: transform 0.25s ease;
}

.webinfo:hover .tool-card-media img {
  transform: scale(1.04);
}

.tool-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.webinfo p {
  margin: 0;
}

.weblink {
  margin-bottom: 8px;
}

.weblink a.title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  color: #222;
  line-height: 1.4;
}

.weblink a.title img {
  flex: 0 0 auto;
}

.tool-title-text {
  color: #262626;
}

.tool-title-text.is-hot {
  color: #d1251f;
}

.tool-card-tip {
  margin-bottom: 14px;
  color: #8e6e5e;
  font-size: 12px;
  line-height: 1.7;
  min-height: 40px;
}

p.gobtn {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding-top: 2px;
  width: 100%;
}

ul.weblist li p.gobtn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 42px;
  padding: 0 18px;
  line-height: 42px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ef4842 0%, #db2f2d 100%);
  font-size: 14px;
  font-family: Microsoft YaHei, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 10px 18px rgba(225, 59, 59, 0.18);
  white-space: nowrap;
}

ul.weblist li p.gobtn a:hover {
  color: #fff;
  text-decoration: none;
}

.tool-empty-item {
  grid-column: 1 / -1;
}

.tool-empty-box {
  padding: 40px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff9f5 0%, #fff3e9 100%);
  border: 1px dashed #efb68f;
  text-align: center;
}

.tool-empty-box strong {
  display: block;
  color: #a23119;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
}

.tool-empty-box p {
  margin: 0;
  color: #8e6e5e;
  font-size: 14px;
}

@media (max-width: 768px) {
  .tool-page-shell {
    margin-top: 18px;
    padding: 16px 14px 22px;
    border-radius: 18px;
  }

  .tool-page-title h2 {
    font-size: 20px;
  }

  .tool-page-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .tool-page-title p {
    text-align: left;
  }

  ul.wnav {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ea4337;
    background: #fff;
  }

  ul.wnav li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }

  ul.wnav li:nth-child(2n+1) {
    border-left: none;
  }

  ul.wnav li:nth-child(n+3) {
    border-top: 1px solid #f5c0bb;
  }

  ul.wnav li a {
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
    font-size: 14px;
  }

  ul.weblist {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .webinfo {
    min-height: 248px;
    padding: 14px;
  }

  .tool-card-media {
    height: 126px;
  }

  .weblink a.title {
    font-size: 16px;
  }
}
