/************************************************************ global ************************************************************/
* {
  box-sizing: border-box;
}

html,
body,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul,
dd,
dt,
li,
fieldset {
  margin: 0;
  padding: 0;
}

article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  background: #f8f8f8;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: #666;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  font: inherit;
  color: inherit;
}
}

.clearfix:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: " ";
}

.clearfix {
  display: block;
  zoom: 1;
}

.clr {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.container,
.w1110 {
  width: 1110px;
  margin: 0 auto;
}

.empty,
.merchant-empty {
  color: #999;
  font-size: 14px;
}

.category-empty {
  min-height: 220px;
  padding: 34px 30px 42px;
  text-align: center;
}

.list .category-empty {
  padding: 34px 30px 42px;
  margin-bottom: 0;
}

.category-empty-img {
  display: block;
  width: 210px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 14px;
}

.category-empty strong {
  display: block;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.category-empty p {
  margin-top: 10px;
  color: #888;
  font-size: 14px;
  line-height: 24px;
}

.category-empty-countdown {
  color: #aaa;
}

.category-empty-countdown span {
  color: #e1251b;
  font-weight: 700;
}

.category-empty a {
  display: inline-block;
  height: 36px;
  padding: 0 18px;
  margin-top: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  background: #e1251b;
}

.category-empty a:hover {
  color: #fff;
  background: #c91510;
}

.noimage {
  color: #aaa;
  font-size: 13px;
}

/* about / 404 */
.about-layout .about-side { float: left; }
.about-layout .about-main { float: right; }

.about-cont { min-height: 0; }

.about-cont h1 {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  color: #333;
  font-size: 24px;
  line-height: 32px;
}

.about-banner {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 22px 0 26px;
  padding: 16px 18px;
  border: 1px solid #f0e2e2;
  background: linear-gradient(90deg, #fff, #fff7f7 55%, #fff);
}

.about-banner img {
  width: 210px;
  max-width: 42%;
  height: auto;
}

.about-banner-copy strong {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 26px;
}

.about-banner-copy span {
  display: block;
  margin-top: 6px;
  color: #888;
  font-size: 14px;
  line-height: 24px;
}

.about-article {
  max-width: none;
  margin-top: 0;
}

.policy-updated {
  margin: 8px 0 0;
  color: #999;
  font-size: 13px;
}

.about-article h2 {
  margin: 22px 0 8px;
  font-size: 18px;
  color: #333;
}

.about-menu {
  margin: 0;
  padding: 8px 0 0;
}

.about-menu li {
  margin-top: 10px;
}

.about-menu a {
  display: block;
  padding: 10px 12px;
  border-left: 3px solid transparent;
  background: #fafafa;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

.about-menu a:hover,
.about-menu a.cur {
  border-left-color: #d93434;
  background: #fff5f5;
  color: #d93434;
}

/* contact */
.ipt{
  width: 300px;
  min-height: 36px;
  line-height: 18px;
  padding: 5px 10px;
  border:1px solid #eee;
  outline: none;
  background: #f2f2f2;
  font-size: 14px;
}
.contact-form .ipt{
  box-sizing: border-box;
}
.contact-form .button{
  float: none;
}

.contact-form textarea{
  width: 500px;
  min-height: 120px;
  resize: vertical;
}

.contact-form .contact-field{
  margin: 0 0 15px;
}

.contact-error{
  display: block;
  margin-top: 4px;
  color: #d93535;
  font-size: 12px;
  line-height: 16px;
}

.contact-hint{
  display: block;
  margin-top: 4px;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
}

.contact-status{
  min-height: 18px;
  margin-top: 6px;
  font-size: 14px;
}
.contact-status-success{
  color: #2e9e44;
}
.contact-status-error{
  color: #d93535;
}

.contact-alert{
  margin: 10px 0;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 14px;
}
.contact-alert-success{
  background: #eaf7ee;
  color: #1e7d3a;
  border: 1px solid #bfe8cd;
}
.contact-alert-error{
  background: #fdecec;
  color: #b52a2a;
  border: 1px solid #f3c1c1;
}

.contact-captcha-row{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.contact-captcha-image{
  display: inline-block;
  height: 36px;
  width: auto;
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
  background: #fafafa;
}
.contact-captcha-input{
  width: 120px;
}
.contact-captcha-refresh{
  display: inline-block;
  color: #d93535;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  user-select: none;
}
.contact-captcha-refresh:hover{
  color: #f24646;
}

.contact-honeypot{
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form .contact-submit{
  width: auto;
  min-width: 100px;
  padding: 0 18px;
  cursor: pointer;
}
.contact-form .contact-submit:disabled{
  opacity: 0.6;
  cursor: not-allowed;
}
.contact-form img{
  margin:0!important;
}

.error404 {
  padding: 30px 20px 40px;
  text-align: center;
}

.error404 img {
  width: 220px;
  margin: 0 auto 18px;
}

.error404 strong {
  display: block;
  color: #333;
  font-size: 22px;
  line-height: 30px;
}

.error404 p {
  margin-top: 10px;
  color: #888;
  font-size: 14px;
  line-height: 24px;
}

.error404-countdown span {
  color: #d93434;
  font-weight: 700;
}

.error404-btn {
  display: inline-block;
  height: 36px;
  padding: 0 18px;
  margin-top: 18px;
  background: #d93434;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
}

.error404-btn:hover {
  background: #f24646;
  color: #fff;
}

/************************************************************ header ************************************************************/
.site-header {
  position: static;
  background: #fff;
  border: 0;
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 0;
  gap: 0;
}

.brand {
  display: block;
  flex: 0 0 auto;
  position: relative;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}

.brand img {
  width: auto;
  height: 32px;
  max-height: 44px;
  object-fit: contain;
}

.brand::after {
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.72) 45%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-18deg);
  animation: logo-shine 4.8s ease-in-out infinite;
  pointer-events: none;
  content: "";
}

@keyframes logo-shine {
  0% {
    left: -80%;
  }

  34% {
    left: 125%;
  }

  100% {
    left: 125%;
  }
}

.nav {
  display: flex;
  flex: 1 1 auto;
  gap: 8px;
  min-width: 0;
  margin-left: 34px;
  overflow: hidden;
  color: #222;
  font-size: 15px;
  white-space: nowrap;
}

.nav a {
  flex: 0 0 auto;
  padding: 5px 10px;
  border-radius: 3px;
  color: #222;
}

.nav a:hover,
.nav a.cur {
  color: #d93434;
}

.search-form {
  display: flex;
  flex: 0 0 auto;
  width: 280px;
  gap: 0;
  margin-left: 22px;
}

.search-form input {
  width: 250px;
  height: 40px;
  padding: 0 10px;
  border: none;
  border-radius: 20px 0 0 20px;
  outline: none;
  background: #f2f2f2;
  color: #999;
  line-height: 40px;
}

.search-form button {
  width: 70px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 0 20px 20px 0;
  background: #f24646;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
}

/************************************************************ js / interactive ************************************************************/
.tags {
  position: relative;
  z-index: 5;
  height: 50px;
  overflow: visible;
  background: #fff;
  line-height: 50px;
}

.tags-row {
  height: 50px;
  padding-right: 82px;
  overflow: hidden;
  white-space: nowrap;
}

.tags a {
  display: inline-block;
  margin-left: 20px;
  color: #666;
  font-size: 14px;
  vertical-align: top;
}

.tags a:hover {
  color: #f24646;
  transition: all 0.3s ease-in-out;
}

.more2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 96px;
  height: 50px;
  padding: 0 12px 0 30px;
  border: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 34%, #fff 100%);
  color: #999;
  cursor: pointer;
  font-size: 12px;
  line-height: 50px;
  text-align: right;
}

.more2:hover,
.more2.is-open {
  color: #f24646;
}

.tags-more {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 15;
  max-height: 500px;
  padding: 46px 0 14px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 1px 12px 30px rgba(204, 204, 204, .35);
}

.tags-more.is-open {
  display: block;
}

.tags-more-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.tags-more a {
  display: block;
  height: 40px;
  margin-left: 0;
  padding: 0 20px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tags-more a:hover {
  background: #fff5f5;
  color: #f24646;
}

.tags_cate {
  display: flex;
  position: absolute;
  top: 10px;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 20px);
  margin: 0 10px;
}

.tags_cate strong {
  font-size: 14px;
}

.tags-close {
  height: 28px;
  padding: 0 12px;
  border: 1px solid #d93434;
  border-radius: 3px;
  background: #fff;
  color: #d93434;
  cursor: pointer;
  font-size: 12px;
  line-height: 26px;
}

.tags-close:hover {
  background: #d93434;
  color: #fff;
}

.imghover img {
  transition: 1s;
}

.imghover .img_4:hover {
  transform: scale(1.2);
}

/************************************************************ main ************************************************************/
.main {
  padding-bottom: 20px;
}

.left {
  width: 840px;
  min-height: 500px;
  padding-bottom: 20px;
  float: left;
}

.side {
  width: 250px;
  float: right;
}

/* product list */
.list {
  display: block;
}

.list li {
  min-height: 210px;
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 1px 5px 30px rgba(204, 204, 204, .3);
}

.listimg {
  width: 180px;
  height: 180px;
  overflow: hidden;
  background: #f2f2f2;
}

.listimg a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #aaa;
}

.listimg img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.listinfo {
  width: 600px;
  height: 180px;
}

.listinfo h2 {
  width: 600px;
  height: 25px;
  margin-top: 10px;
  overflow: hidden;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listinfo h2 a:hover {
  color: #f24646;
  transition: all 0.3s ease-in-out;
}

.listinfo strong {
  display: inline-block;
  margin-top: 12px;
  color: #d93434;
  font-size: 18px;
}

.listinfo p {
  margin-top: 15px;
  color: #a6a5a5;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
}

.listinfo p a {
  margin-left: 4px;
  color: #999;
}

.listinfo p a:hover {
  color: #9881ff;
  transition: all 0.3s ease-in-out;
}

.databar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}

.contdata span {
  color: #bcbcbc;
  font-size: 12px;
}

.gobtn,
.button {
  display: block;
  width: 80px;
  height: 30px;
  padding: 0;
  float: right;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #d93535;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
}

.gobtn:hover,
.button:hover {
  background: #f24646;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.gobtn_otl{
  border:1px solid #d93535;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  width: 80px;
  padding: 0;
  float: right;
  color: #d93535;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* breadcrumb */
.bnav {
  height: 40px;
  overflow: hidden;
  background: #fff;
  color: #999;
  font-size: 14px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bnav a {
  margin: 0 12px;
  color: #666;
}

.bnav a:first-child {
  margin-left: 15px;
}

.bnav a:hover {
  color: #f24646;
  transition: all 0.3s ease-in-out;
}

.bnav span {
  color: #bbb;
}

.bnav b {
  margin-left: 12px;
  color: #d93434;
  font-weight: normal;
}

.category-desc {
  padding: 14px 18px;
  background: #fff;
  color: #888;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 1px 5px 30px rgba(204, 204, 204, .2);
}

/* pagination */
.page {
  text-align: center;
}

.page a,
.page span,
.page b {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 0 8px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}

.page a {
  background: #e4e4e4;
  color: #84878e;
}

.page a:hover {
  background: #f24646;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.page b {
  background: #d93434;
  color: #fff;
  font-weight: normal;
}

.page .prev,
.page .next {
  min-width: 80px;
}

.page .disabled {
  background: #eee;
  color: #b5b5b5;
}

.page .ellipsis {
  min-width: auto;
  padding: 0 2px;
  color: #999;
}

/************************************************************ side ************************************************************/
.side .merchant-sidebar {
  position: static;
  top: auto;
}

.sidearea {
  padding: 15px;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.side .fixed {
  width: 250px;
  position: sticky;
  top: 20px;
}

.sidearea-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-bottom: 0;
}

.sidearea-header h2 {
  margin: 0;
  color: #999;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

.sidearea-more {
  color: #999;
  font-size: 13px;
  line-height: 1.4;
}

.sidearea-more:hover {
  color: #d93434;
}

.shoplist {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
}

.store-panel {
  background: #fff;
  padding: 20px;
}

.store-panel-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

.store-panel-header h1 {
  color: #333;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.store-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 14px;
}

.store-filter a {
  min-width: 34px;
  height: 30px;
  padding: 0 9px;
  border: 1px solid #e5e5e5;
  color: #666;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
}

.store-filter a:hover,
.store-filter a.cur {
  border-color: #d93434;
  background: #d93434;
  color: #fff;
}

.store-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.store-list li {
  display: flex;
  min-height: 132px;
  padding: 14px;
  border: 1px solid #eee;
  background: #fff;
}

.store-list-img {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: #f5f5f5;
  color: #d93434;
  font-size: 38px;
  line-height: 100px;
  text-align: center;
}

.store-list-img a,
.store-list-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.store-list-img img {
/*  padding: 10px;*/
  background: #fff;
  object-fit: contain;
}

.store-list-info {
  width: calc(100% - 100px);
  min-width: 0;
  padding-left: 14px;
  position: relative;
}

.store-list-info h2 {
  height: 24px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.store-list-info h2 a {
  color: #333;
}

.store-list-info h2 a:hover {
  color: #d93434;
}

.store-data-text {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 4px 8px;
  margin-top: 5px;
}

.store-data-text dt {
  min-width: 0;
  color: #888;
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
}

.store-data-text b {
  margin-left: 4px;
  color: #d93434;
}

.store-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 30px;
  padding: 0 10px;
  margin-top: 14px;
  border: 1px solid #d93434;
  color: #d93434;
  font-size: 13px;
  line-height: 28px;
}

.store-view-ico {
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.store-view-btn:hover {
  background: #d93434;
  color: #fff;
}

.store-empty {
  grid-column: 1 / -1;
  display: block;
  min-height: 220px;
  padding: 34px 20px;
  text-align: center;
}

.store-empty img {
  width: 210px;
  max-width: 100%;
  margin: 0 auto 14px;
}

.store-empty strong {
  display: block;
  color: #333;
  font-size: 20px;
  line-height: 30px;
}

.store-empty p {
  margin-top: 8px;
  color: #888;
  font-size: 14px;
  line-height: 24px;
}

.side .shoplist li {
  width: 105px;
  margin-top: 10px;
  margin-right: 10px;
  text-align: center;
}

.side .shoplist li:nth-child(2n) {
  margin-right: 0;
}

.side .shopimg {
  display: flex;
  width: 103px;
  height: 103px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #ededed;
  border-radius: 0;
  background: #fff;
  color: #d93434;
  font-size: 24px;
  font-weight: bold;
}

.side .shopimg img {
  width: 103px;
  height: 103px;
  padding: 6px;
  object-fit: contain;
}

.shoplist p {
  margin-top: 10px;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  overflow-wrap: anywhere;
}

.shoplist a:hover {
  color: #f24646;
}

/************************************************************ detail ************************************************************/
.cont {
  min-height: 800px;
  padding: 20px 20px 40px;
  background: #fff;
}

.contimg {
  display: flex;
  width: 300px;
  height: 300px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f2f2f2;
}

.contimg img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.detail-noimage {
  color: #aaa;
  font-size: 14px;
}

.contbasic {
  width: 480px;
}

.contbasic h2 {
  margin: 10px 0 0 10px;
  color: #444;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: justify;
}

.contbasic strong {
  display: inline-block;
  margin-top: 12px;
  margin-left: 10px;
  color: #d93434;
  font-size: 20px;
}

.price-compare {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-left: 10px;
}

.price-compare div {
  min-height: 66px;
  padding: 10px 12px;
  border: 1px solid #f1e1e1;
  background: #fff;
}

.price-compare span {
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 18px;
}

.price-compare b {
  display: block;
  margin-top: 4px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
}

.price-compare b.is-down {
  color: #16833a;
}

.price-compare b.is-up {
  color: #d93434;
}

.contbg {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 0 15px;
  width: 480px;
  min-height: 48px;
  background: url("../images/contdata.fdd1a57f2bfe.gif") no-repeat; 
}

.contbg .contdata {
  max-width: 300px;
}

.contbg .contdata.fr {
  max-width: 150px;
  margin-right: 15px;
  text-align: right;
}

.contag {
  padding: 5px 0 0;
}

.contag a {
  display: inline-block;
  height: 22px;
  margin: 5px 0 0 20px;
  padding: 0 8px;
  border: 1px solid #ff8205;
  border-radius: 11px;
  color: #ff8205;
  font-size: 12px;
  line-height: 20px;
}

.contag a:hover {
  border-color: #f24646;
  color: #f24646;
  transition: all 0.3s ease-in-out;
}

.business span {
  color: #999;
  font-size: 14px;
}

.business a {
  color: #9881ff;
}

.business a:hover {
  color: #f24646;
}

.summary-box {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 18px;
  border-left: 3px solid #d93434;
  background: #fff7f7;
  color: #7d5555;
  font-size: 14px;
  line-height: 24px;
}

.price-section,
.scrape-data {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 20px 20px;
  background: #fff;
  box-shadow: 1px 5px 30px rgba(204, 204, 204, .2);
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 28px;
  margin-bottom: 14px;
  border-bottom: 1px solid #eee;
}

.section-title h3 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #d93434;
  color: #333;
  font-size: 18px;
  line-height: 26px;
}

.section-title span {
  color: #999;
  font-size: 13px;
}

.price-chart-wrap {
  position: relative;
}

.price-chart {
  display: block;
  width: 100%;
  height: 220px;
  background: #fff;
}

.chart-grid {
  stroke: #f0f0f0;
  stroke-width: 1;
}

.chart-line {
  fill: none;
  stroke: #d93434;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-dot {
  fill: #fff;
  stroke: #d93434;
  stroke-width: 3;
}

.chart-label {
  fill: #999;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.price-chart-empty {
  margin: 8px 0 0;
  color: #999;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

.scrape-data ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
}

.scrape-data li {
  min-width: 0;
  padding: 10px 12px;
  background: #fafafa;
}

.scrape-data li span {
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 18px;
}

.scrape-data li b,
.scrape-data li a {
  display: block;
  margin-top: 4px;
  color: #333;
  font-size: 14px;
  line-height: 21px;
  overflow-wrap: break-word;
}

.scrape-data li a {
  color: #9881ff;
}

.scrape-data li a:hover {
  color: #d93434;
}

.article {
  max-width: 720px;
  margin: 34px auto 0;
  color: #4a3f3f;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0;
  text-align: left;
  overflow-wrap: break-word;
}

.article p {
  margin: 0 0 18px;
}

.article p:last-child {
  margin-bottom: 0;
}

.article a {
  color: #d93434;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article a:hover {
  color: #f24646;
}

.article strong,
.article b {
  color: #3f3333;
  font-weight: 700;
}

.article ul,
.article ol {
  margin: 18px 0 18px 22px;
}

.article li {
  margin-bottom: 8px;
  list-style: disc;
}

.article ol li {
  list-style: decimal;
}

.article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
  border-radius: 3px;
}

.article h2,
.article h3 {
  margin: 30px 0 14px;
  color: #333;
  font-weight: 700;
  line-height: 1.35;
}

.article h2 {
  font-size: 22px;
}

.article h3 {
  font-size: 19px;
}

.btnlnk {
  display: inline-block;
  width: 88px;
  height: 30px;
  border: 1px solid #d93434;
  border-radius: 3px;
  color: #d93434;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}

.btnlnk:hover {
  background: #d93434;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/************************************************************ footer ************************************************************/
.site-footer {
  margin-top: 40px;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  background: #ececec;
  color: #666;
  font-size: 14px;
  text-align: left;
}

.site-footer p {
  margin: 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 0 30px;
}

.footer-col {
  flex: 1;
}

.footer-col h4 {
  margin-bottom: 15px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-col ul li a:hover {
  color: #d93434;
}

.footer-col p {
  max-width: 260px;
  line-height: 1.7;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-more {
  display: inline-block;
  margin-left: 4px;
  color: #d93434;
}

.footer-more:hover {
  color: #f24646;
}

.brand-col .footer-logo a {
  color: #222;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}

.brand-col .footer-logo a span {
  color: #d93434;
}

.brand-desc {
  margin-top: 10px;
  color: #888;
  line-height: 1.6;
}

.footer-bottom {
  margin-top: 4px;
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  background: #eee;
}

.bottom-content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 13px;
}

.bottom-links a {
  color: #888;
  text-decoration: none;
}

.bottom-links a:hover {
  color: #d93434;
}

/************************************************************ responsive ************************************************************/
@media (max-width: 1140px) {
  .container,
  .w1110 {
    width: calc(100% - 24px);
  }

  .left {
    width: calc(100% - 270px);
  }

  .listinfo {
    width: calc(100% - 205px);
  }

  .listinfo h2 {
    width: 100%;
  }
}

@media (min-width: 861px) and (max-width: 971px) {
  .store-list {
    grid-template-columns: 1fr;
  }

  .store-list li {
    align-items: center;
  }

  .store-list-info {
    flex: 1;
    width: auto;
    min-width: 0;
  }
}

@media (max-width: 860px) {
  .header-inner {
    min-height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
  }

  .brand img {
    height: 38px;
    max-height: 38px;
  }

  .nav {
    order: 3;
    width: 100%;
    margin: 10px 0 0;
    gap: 8px;
    overflow-x: auto;
    font-size: 14px;
  }

  .search-form {
    width: 100%;
    margin: 10px 0 0;
  }

  .search-form input {
    flex: 1;
    width: auto;
  }

  .tags-row {
    padding-right: 70px;
  }

  .tags a {
    margin-left: 14px;
  }

  .more2 {
    width: 82px;
    padding-left: 24px;
  }

  .tags-more {
    max-height: 400px;
  }

  .tags-more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tags-more a {
    padding: 0 14px;
  }

  .left,
  .side {
    width: 100%;
    float: none;
  }

  .side {
    margin-top: 20px;
  }

  .contact-form .ipt,
  .contact-form textarea {
    width: 100%;
    box-sizing: border-box;
  }

  /* 小屏下验证码输入框占剩余宽度，与图片保持同一行相邻 */
  .contact-form .contact-captcha-input {
    flex: 1;
    width: auto;
    min-width: 80px;
  }

  .contact-captcha-refresh {
    margin-left: 0;
    margin-top: 4px;
  }

  .side .fixed {
    width: auto;
    position: static;
  }

  .list li {
    min-height: 0;
  }

  .listimg {
    width: 100%;
    height: auto;
    float: none;
    aspect-ratio: 1 / 1;
  }

  .listimg img {
    width: 100%;
    height: 100%;
  }

  .listinfo {
    width: 100%;
    margin-top: 12px;
    float: none;
  }

  .listinfo h2 {
    width: 100%;
    height: auto;
    white-space: normal;
  }

  .side .shoplist li {
    width: calc(50% - 5px);
  }

  .side .shopimg {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .side .shopimg img {
    width: 100%;
    height: 100%;
  }

  .store-panel {
    padding: 14px;
  }

  .store-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .store-list li {
    min-height: 116px;
    padding: 10px;
    align-items: center;
  }

  .store-list-img {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    font-size: 30px;
    line-height: 76px;
  }

  .store-list-info {
    flex: 1;
    width: auto;
    min-height: 76px;
    min-width: 0;
    padding-left: 10px;
  }

  .store-list-info h2 {
    height: 22px;
    font-size: 14px;
    line-height: 22px;
  }

  .store-data-text {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 6px;
    margin-top: 3px;
  }

  .store-data-text dt {
    font-size: 12px;
    line-height: 18px;
  }

  .gobtn_otl {
    width: 70px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
  }

  .bnav {
    height: auto;
    padding: 8px 12px;
    line-height: 24px;
    white-space: normal;
  }

  .bnav a,
  .bnav a:first-child,
  .bnav b {
    margin-left: 0;
    margin-right: 8px;
  }

  .cont {
    padding: 15px;
  }

  .contimg,
  .contimg img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .contbasic {
    width: 100%;
    margin-top: 15px;
    float: none;
  }

  .contbasic h2,
  .contbasic strong {
    margin-left: 0;
  }

  .price-compare {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .contbg {
    width: 100%;
  }

  .contbg .contdata,
  .contbg .contdata.fr {
    max-width: none;
    margin: 0 15px;
    float: none;
    text-align: left;
  }

  .summary-box {
    width: 100%;
  }

  .price-section,
  .scrape-data {
    width: 100%;
    padding: 15px;
  }

  .scrape-data ul {
    grid-template-columns: 1fr;
  }

  .article {
    max-width: 100%;
    margin: 26px 0 0;
    font-size: 15px;
    line-height: 1.8;
  }

  .article p {
    margin-bottom: 16px;
  }

  .article img {
    margin: 20px auto;
  }

  .footer-inner {
    display: block;
    padding: 30px 0 22px;
  }

  .footer-col {
    margin-bottom: 24px;
  }

  .bottom-content {
    display: block;
    text-align: center;
  }

  .bottom-links {
    margin-top: 8px;
  }

  .about-layout .about-side,
  .about-layout .about-main {
    float: none;
  }

  .about-banner {
    display: block;
  }

  .about-banner img {
    max-width: 240px;
    margin-bottom: 12px;
  }
}

@media (max-width: 520px) {
  .store-panel {
    padding: 10px;
  }

  .store-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .store-list li {
    display: block;
    min-height: 0;
    padding: 8px;
  }

  .store-list-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .store-list-info {
    width: 100%;
    min-height: 0;
    padding: 12px 0 0;
  }

  .store-list-info h2 {
    height: 22px;
    font-size: 13px;
    line-height: 22px;
  }

  .gobtn_otl {
    position: static;
    width: 100%;
    margin-top: 8px;
  }
}

.category-desc h1 {
  color: #333;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.category-desc p {
  margin-top: 8px;
}

.category-desc-text p {
  display: -webkit-box;
  max-height: 48px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category-desc-text.is-expanded p {
  display: block;
  max-height: none;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.category-desc-more {
  display: inline-block;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: #d93434;
  cursor: pointer;
  font-size: 13px;
  line-height: 20px;
}

.category-desc-more:hover {
  color: #f24646;
}

.category-desc h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.category-desc h1 span {
  min-width: 0;
}

.category-desc h1 span {
  flex: 0 0 auto;
  color: #9881ff;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  white-space: nowrap;
}

.category-desc-more {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.category-desc-more i {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.category-desc-text.is-expanded .category-desc-more i {
  transform: rotate(-90deg);
}

@media (max-width: 480px) {
  .category-desc h1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .category-desc h1 em {
    font-size: 13px;
  }

  .store-data-text {
    grid-template-columns: 1fr;
  }
}

.meta-ico {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  color: #999;
  vertical-align: -2px;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 14px 14px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 14px 14px;
}

.meta-ico-eye {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.meta-ico-clock {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}

.meta-ico-store {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l1-5h16l1 5'/%3E%3Cpath d='M5 9v11h14V9'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3Cpath d='M3 9h18'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l1-5h16l1 5'/%3E%3Cpath d='M5 9v11h14V9'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3Cpath d='M3 9h18'/%3E%3C/svg%3E");
}

.meta-ico {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  color: #999;
  vertical-align: -2px;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 14px 14px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 14px 14px;
}

.meta-ico-eye {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.meta-ico-clock {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}

.listimg {
  position: relative;
}

.headnote {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  height: 22px;
  padding: 0 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
}

.headnote.hot {
  background: #d93535;
  opacity: 0.9;
}

.headnote.expired {
  background: #bbb;
  opacity: 0.9;
}

.headnote.sucess {
  background: #1c8d6c;
  opacity: 0.9;
}


/* 价格升降标识（参考 wusang 模板：涨=橙，跌=青绿） */
.price-change {
  font-weight: 700;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 2px;
  font-size: 13px;
  white-space: nowrap;
}
.price-change.up {
  color: #fc9b39;
  background: rgba(252, 155, 57, 0.12);
}
.price-change.down {
  color: #1c8d6c;
  background: rgba(28, 141, 108, 0.12);
}

/* 详情页标题旁的状态角标 */
.status-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
}
.status-badge.hot {
  background: #d93535;
}
.status-badge.expired {
  background: #bbb;
}

/* 价格升降（wusang 样式：涨=橙，跌=青绿） */
strong .up {
  color: #fc9b39;
  font-weight: 700;
  margin-left: 4px;
}
strong .down {
  color: #1c8d6c;
  font-weight: 700;
  margin-left: 4px;
}

/* 价格历史：全部记录下拉列表 */
.price-history-details {
  margin-top: 14px;
}
.price-history-details summary {
  cursor: pointer;
  font-size: 14px;
  color: #333;
  user-select: none;
}
.price-history-table-wrap {
  max-height: 260px;
  overflow-y: auto;
  margin-top: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.price-history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.price-history-table td {
  padding: 6px 12px;
  border-bottom: 1px solid #f0f0f0;
}
.price-history-table tr:last-child td {
  border-bottom: none;
}
.price-history-price {
  text-align: right;
  font-weight: 700;
  color: #c00;
}

/* 原价（划线）+ 促销高亮 */
.orig-price {
  color: #999;
  font-weight: 400;
  font-size: 13px;
  margin-left: 6px;
}
.promo-label {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 2px;
  background: #d93535;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

/* 图片加载中占位（背景显示 loading.gif，图片加载完成后覆盖） */
.listimg img,
.contimg img,
.product-img img {
  background: url("../images/loading.539cb3482403.gif") center/contain no-repeat #f7f7f7;
}

/* 搜索/通用卡片：图片占位与角标定位 */
.product-card .product-image {
  position: relative;
  display: block;
}
.product-card .product-image img {
  background: url("../images/loading.539cb3482403.gif") center/contain no-repeat #f7f7f7;
}
