@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1330px) {
  .container {
    width: 1300px;
  }
}


html,
body {
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
  font-weight: 400;
  background: #f4f6f8;
  font-size: 14px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  -webkit-text-size-adjust: 100%;
}
body {
  padding-top: 70px;
}
a {
  color: #555;
}
a:hover,
a:focus {
  color: #C41E3A;
}
a.primary-link {
  color: #C41E3A;
}
.mt10 {
  margin-top: 10px !important;
}
.p-0 {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.px-4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.btn {
  font-size: 13px;
}
.btn-primary {
  color: #fff;
  background-color: #C41E3A;
  border-color: #C41E3A;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  color: #fff;
  background-color: #9E1830;
  border-color: #9E1830;
}
.btn-gray {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light {
  color: #C41E3A;
  background: #f5c6cc;
  border-color: transparent;
}
.btn-light:hover {
  color: #fff;
  background-color: #C41E3A;
  border-color: #C41E3A;
}
.label-primary {
  color: #fff;
  background-color: #C41E3A;
  border-color: #C41E3A;
}
.btn-outline-primary {
  color: #C41E3A;
  background-color: transparent;
  background-image: none;
  border-color: #C41E3A;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #C41E3A;
  border-color: #C41E3A;
}
.btn-lg {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.form-control {
  font-size: 13px;
}
.wow {
  visibility: hidden;
}
.navbar-inverse .navbar-nav > li > a {
  color: #caced2;
}
.skin-white {
  padding-top: 80px;
}
.navbar-white {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}
.navbar-white .dropdown-menu {
  border-radius: 5px;
  -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  -moz-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
  box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
}
@media (min-width: 768px) {
  .navbar-default .navbar-brand {
    height: 60px;
    line-height: 27px;
  }
  .navbar-default .navbar-nav > li > a {
    height: 60px;
    line-height: 27px;
  }
  .navbar-white .navbar-nav > li > a {
    height: 60px;
    line-height: 27px;
    color: #555;
  }
  .navbar-white .navbar-nav > li > a:hover,
  .navbar-white .navbar-nav > li > a:focus {
    color: #C41E3A;
  }
  .navbar-white .navbar-nav > .active > a,
  .navbar-white .navbar-nav > .active > a:hover,
  .navbar-white .navbar-nav > .active > a:focus {
    background-color: inherit;
    color: #C41E3A;
  }
}
@media (hover: hover) {
  .dropdown a:hover + .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.alert-paid {
  margin: 10px 0;
  text-align: center;
}
.alert-paid a {
  color: #f39c12;
}
.navbar-inverse .navbar-nav .dropdown:hover > a {
  color: #fff;
  background-color: transparent;
}
.dropdown-menu > li > a {
  font-size: 14px;
  padding: 5px 20px;
}
.dropdown-menu {
  border-radius: 2px;
  border: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 5px 0px;
}
.dropdown-menu li a {
  padding-top: 10px !important;
  padding-bottom: 10px;
}
.dropdown-menu > li > a {
  font-weight: 400;
  color: #444;
  padding: 5px 15px;
  padding-bottom: 10px;
  font-size: 14px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #777;
  background: rgba(0, 0, 0, 0.05);
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: -1px;
  -webkit-border-radius: 3px 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 3px 3px;
  background-clip: padding-box;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 3px 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 3px 3px;
  background-clip: padding-box;
}
.navbar-collapse.collapse.in .navbar-nav .dropdown-submenu .dropdown-menu > li > a {
  padding-left: 45px;
}
.navbar {
  border: none;
}
.navbar-nav li > a {
  font-size: 14px;
}
.navbar-nav li > a h5 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-nav > li > a {
  font-size: 14px;
}
.navbar-nav ul.dropdown-menu {
  border: none;
  border-radius: 4px;
}
.navbar-nav ul.dropdown-menu > li.active > a {
  color: #C41E3A;
  background-color: #f5f5f5;
}
.navbar-nav ul.dropdown-menu > li > a {
  padding: 8px 20px;
}
.navbar-brand {
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    padding: 5px 15px;
  }
}
.toast-top-center {
  top: 50px;
}
.toast-top-center > div {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*修复nice-validator新版下的一处BUG*/
.nice-validator input,
.nice-validator select,
.nice-validator textarea,
.nice-validator [contenteditable] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*修复nice-validator和summernote的编辑框冲突*/
.nice-validator .note-editor .note-editing-area .note-editable {
  display: inherit;
}
/*预览区域*/
.plupload-preview,
.faupload-preview {
  padding: 0 10px;
  margin-bottom: 0;
}
.plupload-preview li,
.faupload-preview li {
  margin-top: 5px;
  margin-bottom: 10px;
}
.plupload-preview .thumbnail,
.faupload-preview .thumbnail {
  margin-bottom: 10px;
}
.plupload-preview a,
.faupload-preview a {
  display: block;
}
.plupload-preview a:first-child,
.faupload-preview a:first-child {
  height: 90px;
}
.plupload-preview a img,
.faupload-preview a img {
  height: 80px;
  object-fit: cover;
}
#floatbtn {
  width: 50px;
  height: auto;
  position: fixed;
  top: auto;
  right: 50%;
  bottom: 10px;
  left: auto;
  z-index: 80;
  margin-right: -640px;
}
#floatbtn.fixed {
  position: absolute;
  bottom: 279px;
  right: 50%;
}
#floatbtn > a,
#floatbtn .floatbtn-item {
  cursor: pointer;
  position: relative;
  z-index: 90;
  display: block;
  margin-top: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  color: #d5d5d5;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#floatbtn > a.hover:hover,
#floatbtn .floatbtn-item.hover:hover {
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  -o-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  background: #C41E3A;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  padding: 5px;
}
#floatbtn > a.hover:hover i,
#floatbtn .floatbtn-item.hover:hover i {
  display: none;
}
#floatbtn > a.hover:hover em,
#floatbtn .floatbtn-item.hover:hover em {
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}
#floatbtn > a em,
#floatbtn .floatbtn-item em {
  display: none;
}
#floatbtn > a:hover,
#floatbtn .floatbtn-item:hover {
  background: #C41E3A;
}
#floatbtn > a:hover i,
#floatbtn .floatbtn-item:hover i {
  color: #fff;
}
#floatbtn > a:hover .floatbtn-wrapper,
#floatbtn .floatbtn-item:hover .floatbtn-wrapper {
  display: block;
}
#floatbtn .iconfont {
  display: inline-block;
  font: normal normal normal 14px/1 iconfont;
  font-size: inherit;
}
.floatbtn-wrapper {
  position: absolute;
  right: 59px;
  top: -55px;
  z-index: 120;
  display: none;
  width: 190px;
  height: 212px;
  background-color: #fff;
  border: 1px solid #eee;
}
.floatbtn-wrapper:before {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  height: 200px;
  width: 12px;
  background: transparent;
}
.floatbtn-wrapper:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 73px;
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #d5d5d5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.floatbtn-wrapper > .qrcode {
  margin-top: 20px;
  line-height: 1;
}
.floatbtn-wrapper > .qrcode > img {
  width: 128px;
  height: 128px;
}
.floatbtn-wrapper p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.floatbtn-wrapper p em {
  color: #dd3067;
}
.floatbtn-share .floatbtn-wrapper:after {
  top: 18px;
}
.floatbtn-share .floatbtn-wrapper .social-share .icon-wechat .wechat-qrcode p {
  font-size: 12px;
}
.text-primary,
.text-primary:hover {
  color: #444c69;
}
.text-success,
.text-success:hover {
  color: #18bc9c;
}
.text-danger,
.text-danger:hover {
  color: #f75444;
}
.text-warning,
.text-warning:hover {
  color: #f39c12;
}
.text-info,
.text-info:hover {
  color: #1688f1;
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.responsive-container {
  position: relative;
  width: 100%;
  border: 1px solid #f8f8f8;
}
footer {
  padding: 0;
  background: #1f2730;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #C41E3A;
}
.nav-sidebar li.active a {
  text-decoration: none;
  background-color: #ecf0f1;
}
.navbar-toggle .icon-bar {
  width: 18px;
}
.footer-inner {
  padding: 2em 0;
}
.footer-inner .copyright {
  margin-bottom: 20px !important;
  line-height: 1.5;
}
.footer-inner .footer-logo a {
  padding: 15px 15px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 40px;
  font-weight: 700;
}
.footer-inner .footer-logo a:hover,
.footer-inner .footer-logo a:focus {
  text-decoration: none;
}
.footer-inner h3 {
  font-weight: 400;
  margin-bottom: 20px;
}
.footer-inner p {
  font-weight: 400;
}
.footer-inner p:last-child {
  margin-bottom: 0;
}
.footer-inner .links {
  padding: 0;
  margin: 0 0 20px 0;
}
.footer-inner .links li {
  list-style: none;
  padding: 5px 0;
}
.footer-inner .links li a:hover {
  text-decoration: underline;
}
.footer-inner .footer-social {
  text-align: right;
  margin-top: 0;
}
.footer-inner .footer-social a {
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}
.footer-inner .footer-social a:hover {
  text-decoration: none;
}
.article-list {
  padding: 0;
  background: #fff;
}
.article-list .embed-responsive-4by3,
.article-list .embed-responsive-square {
  border-radius: 5px;
}
.article-list .article-item {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.article-list .article-item .content {
  margin-top: 15px;
  color: #919191;
}
.article-list .gallery-article {
  margin-top: 0;
}
.article-list .gallery-article .row {
  margin: 0 -10px;
}
.article-list .gallery-article .article-title {
  margin-bottom: 10px;
}
.article-list .gallery-article .article-title span.highlight {
  color: red;
}
.article-list .gallery-article .media .media-body {
  padding-left: 0;
}
.article-list .gallery-article .media .media-body .article-tag {
  position: relative;
  margin-top: 10px;
}
.article-list .article-title {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.45;
  color: #000;
}
.article-list .article-title a {
  color: #444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-list .article-title a span.highlight {
  color: red;
}
.article-list .article-title a:hover {
  color: #C41E3A;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-list .article-title a .img-new {
  margin-left: 2px;
  margin-bottom: 2px;
  height: 16px;
}
.article-list .article-intro {
  height: 44px;
  line-height: 22px;
  color: #828a92;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.article-list .media {
  color: #919191;
}
.article-list .media .media-body {
  padding-left: 20px;
  line-height: 25px;
}
.article-list .media .media-left {
  overflow: hidden;
  padding: 0;
}
.article-list .media .media-left a {
  display: block;
  width: 160px;
}
.article-list .media-body {
  position: relative;
}
.article-list .media-body .article-tag {
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  color: #aaa;
  font-size: 13px;
}
.article-list .media-body .article-tag span {
  margin: 0 8px;
}
.article-list .media-body .article-tag span a {
  color: #aaa;
}
.article-list .media-body .article-tag .pull-left {
  height: 34px;
  line-height: 34px;
  color: #919191;
}
.article-list .media-body .article-tag .pull-left a {
  color: #919191;
}
.article-list .pager {
  margin: 40px 0 20px 0;
}
.article-metas {
  overflow: hidden;
}
.article-metas .metas-title {
  margin: 0;
  font-size: 1.65em;
  line-height: 1.45;
  margin-bottom: 5px;
  color: #444;
}
.article-metas .metas-title a {
  color: #444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-metas .metas-title a:hover {
  color: #C41E3A;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-metas .metas-body {
  color: #999;
  margin: 0px auto;
}
.article-metas .metas-body span {
  margin-right: 10px;
}
.article-metas .metas-body span i {
  margin-right: 5px;
}
.article-metas .metas-body p {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 12px;
}
.article-text {
  padding-top: 15px;
  line-height: 30px;
  margin-bottom: 15px;
}
.article-text img {
  margin: 10px auto;
  display: block;
  max-width: 100%;
  height: auto;
  cursor: zoom-in;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.article-text ul li {
  line-height: 30px;
}
.article-text a {
  text-decoration: none;
  color: #C41E3A;
  border-bottom: 1px solid #f5c6cc;
}
.article-text a img {
  cursor: pointer;
}
.article-action-btn {
  color: #999;
}
.article-action-btn a {
  color: #999;
}
.article-action-btn .bdshare-button-style0-16 .bds_more {
  float: none;
  padding: 0;
  height: inherit;
  line-height: inherit;
  font-size: inherit;
  background: none;
  color: #999;
}
.article-prevnext {
  color: #666;
}
.entry-meta ul {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.entry-meta ul li {
  line-height: 26px;
}
.related-article,
.gallery-article {
  margin-top: 10px;
}
.related-article .row,
.gallery-article .row {
  margin: 0 -5px;
}
.related-article .col-sm-3,
.gallery-article .col-sm-3 {
  padding: 0 10px;
}
.related-article .col-sm-3 a,
.gallery-article .col-sm-3 a {
  display: block;
}
.related-article .embed-responsive-4by3,
.gallery-article .embed-responsive-4by3 {
  border-radius: 5px;
}
@media (max-width: 480px) {
  .related-article .row,
  .gallery-article .row {
    margin: 0 -5px !important;
  }
  .related-article .col-sm-3,
  .gallery-article .col-sm-3 {
    padding: 0 5px 10px 5px;
  }
}
@media (max-width: 767px) {
  .article-list .row,
  .gallery-article .row {
    margin: 0 -5px !important;
  }
  .article-list .col-sm-3,
  .gallery-article .col-sm-3 {
    padding: 0 5px 10px 5px;
  }
}
@media (max-width: 1200px) {
  .article-list .media-body .article-tag {
    position: relative;
    bottom: inherit;
    margin-top: 5px;
  }
}
.related-page ul li.active a {
  color: #C41E3A;
}
.panel-default {
  border: none;
  padding: 0 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.panel-default > .panel-heading {
  position: relative;
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.panel-default > .panel-heading .panel-title {
  font-size: 16px;
  font-weight: 500;
  /*color: @gray-dark;*/
}
.panel-default > .panel-heading .panel-title > i {
  display: none;
}
.panel-default > .panel-heading small {
  font-weight: normal;
  color: #999;
  font-size: 13px;
}
.panel-default > .panel-heading .more {
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
  color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 13px;
}
.panel-default > .panel-heading .more:hover {
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-default > .panel-heading div.more {
  top: 17px;
}
.panel-default > .panel-heading .panel-bar {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
}
.panel-default > .panel-footer {
  padding: 15px 0;
  background: none;
}
.panel-default > .panel-body {
  position: relative;
  padding: 15px 0;
}
.panel-primary > .panel-heading {
  background-color: #46c37b;
  color: #fff;
}
.panel-primary > .panel-body {
  background: #fafafa;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel-gray {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.panel-gray > .panel-heading {
  background-color: #f5f5f5;
  color: #919191;
}
.panel-gray > .panel-body {
  color: #919191;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-page {
  padding: 45px 50px 50px;
  min-height: 500px;
}
.panel-page .panel-heading {
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.panel-page .panel-heading h2 {
  font-size: 25px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .tabs-wrapper .tabs-group .title {
    width: 100%;
    float: none;
  }
  .tabs-wrapper .tabs-group .content {
    margin: 0;
  }
  .tabs-wrapper .tabs-group .content > li {
    padding: 5px;
  }
  .tabs-wrapper .tabs-group + .tabs-group {
    border-top: none;
  }
}
h1 .breadcrumb {
  padding: 0 5px;
  margin-bottom: 5px;
  background: none;
}
h1 .breadcrumb li {
  font-size: 12px;
  font-weight: 400;
}
.tags {
  margin: 0;
  display: inline-block;
}
.tags .tag {
  margin-bottom: 8px;
}
.tag {
  display: inline-block;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #C41E3A;
  background: #e5f2ff;
  margin-right: 3px;
  border-radius: 2px;
}
.tag img {
  width: 16px;
  height: 16px;
  margin-top: -1px;
  margin-right: 3px;
}
.tag[href]:focus,
.tag[href]:hover {
  background-color: #C41E3A;
  color: #fff;
  text-decoration: none;
}
.product-item .card {
  border-radius: 3px;
  position: relative;
  padding: 12px;
  margin: 0 auto 20px;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  border: 1px solid #eee;
  min-height: 250px;
  overflow: hidden;
  background-color: #fff;
}
.product-item .card .thumb {
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  margin: -12px;
}
.product-item .card .thumb > .preview-link::before {
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.product-item .card .thumb > .quickview-link {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  text-align: center;
  z-index: 10;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.product-item .card .thumb:hover .preview-link::before {
  opacity: 1;
}
.product-item .card .thumb:hover .quickview-link {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.product-item .card:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .card:hover .operate .pull-right {
  display: block;
}
.product-item .card .image {
  position: relative;
  width: 100%;
  height: 1px;
  overflow: hidden;
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.product-item .card .title {
  padding-top: 10px;
}
.product-item .card h2 {
  color: #000;
  padding: 0;
  margin-bottom: 5px;
  height: 24px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.product-item .card .operate {
  height: 31px;
  overflow: hidden;
}
.product-item .card .operate .pull-right {
  /*display: none;*/
}
#content-container > h1 {
  margin-top: 0;
}
body {
  display: flex;
  flex-direction: column;
}
.main-content {
  padding-bottom: 15px;
  flex-grow: 1;
}
footer {
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .main-content > .container {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }
  .main-content > .container > .category-title {
    padding: 0 15px;
    font-size: 20px;
  }
  .navbar-inverse {
    height: 100vh;
    max-height: 100vh;
    padding-bottom: 50px;
  }
  .navbar-inverse ul.dropdown-menu {
    background: #333333;
  }
  .navbar-inverse ul.navbar-nav > li {
    margin-bottom: 1px;
  }
  .navbar-inverse ul.navbar-nav > li.open > a {
    background-color: #080808;
  }
  .navbar-white .navbar-nav .open .dropdown-menu {
    background: #eee;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .product-item .card .operate .pull-right {
    display: inherit;
  }
}
.text-gray {
  color: #d2d6de !important;
}
.text-red {
  color: #ff2222 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: none !important;
}
.pager .pagination {
  margin: 0;
}
.pager .pager {
  margin: 0;
}
.pager li {
  margin: 0 0.4em;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: 0.5em 1.2em;
}
.pager li > a,
.pager li > span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: 0.5em 0.93em;
  font-size: 14px;
}
.index-gallary h5,
.related-article h5 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  font-weight: normal;
  height: 15px;
}
.index-focus {
  margin-bottom: 19px;
}
.article-content > .panel-heading {
  padding: 0;
  margin: 0 -15px;
}
.article-content > .panel-heading > .breadcrumb {
  background: #fff;
  font-size: 13px;
  margin-bottom: 0;
  padding: 15px;
}
.category-title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #444;
  font-weight: 500;
}
.category-title .breadcrumb li {
  font-size: 14px;
}
.category-order li > a.active {
  color: #C41E3A;
}
.img-zoom {
  overflow: hidden;
  display: inline-block;
}
.img-zoom img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.img-zoom:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-square {
  padding-bottom: 100%;
}
.list-links a {
  margin-right: 5px;
}
.navbar-form {
  padding-top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    width: 44px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .skin-white {
    padding-top: 70px;
  }
  ul.dropdown-menu {
    position: relative;
    width: 100%;
    background: #222;
  }
  ul.dropdown-menu .open > a,
  ul.dropdown-menu .open > a:hover,
  ul.dropdown-menu .open > a:focus {
    background: none;
    color: #9d9d9d;
  }
  ul.dropdown-menu > .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0;
    left: 0;
    background: #404950;
  }
  .dropdown-submenu > a:after {
    display: none;
  }
  .panel-page {
    padding: 15px;
    min-height: 300px;
  }
  .article-list .media .media-left a {
    width: 110px;
  }
  .article-list .media .media-body .article-title {
    font-size: 1em;
  }
  .article-list .media-body .article-tag {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
  }
  .navbar-nav {
    margin: 8.25px 0;
  }
  .dropdown:not(.open):hover > .dropdown-menu {
    display: none;
  }
  .article-list .media-body .article-tag span {
    margin: 0 2px;
  }
  .article-pay a.btn {
    display: block;
    margin-top: 5px;
  }
  .navbar-form {
    margin: 0;
    border-top: none;
    border-bottom: none;
  }
  .navbar-userinfo {
    padding: 0;
  }
  .navbar-userinfo > a {
    height: 50px;
  }
  .focus-img {
    margin-top: 15px;
    padding: 0 15px;
  }
  .focus-img > .row {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #index-focus .item .carousel-img {
    height: 340px;
    width: 100%;
  }
  #channel-focus .item .carousel-img {
    height: 272px;
    width: 100%;
  }
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 0;
    bottom: 0;
    text-shadow: none;
  }
  .carousel-caption h3 {
    margin: 0;
    font-size: 14px;
    padding: 15px;
    text-align: left;
  }
  .carousel-caption p {
    display: none;
  }
  .carousel-indicators {
    bottom: 3px;
    right: 15px;
    width: auto;
    left: inherit;
    opacity: 0.6;
  }
}
.carousel-control {
  text-shadow: none;
}
.carousel-control .fa {
  font: normal normal normal 30px/1 FontAwesome;
}
.carousel-control .icon-prev {
  left: 20px;
}
.carousel-control .icon-next {
  right: 20px;
}
.carousel-control .fa-chevron-left:before {
  content: "\f053";
}
.carousel-control .fa-chevron-right:before {
  content: "\f054";
}
.loadmore {
  width: 80%;
  margin: 1.5em auto;
  line-height: 1.6em;
  font-size: 14px;
  text-align: center;
  clear: both;
}
.loadmore-tips {
  display: inline-block;
  vertical-align: middle;
}
.loadmore-line {
  border-top: 1px solid #eeeeee;
  margin-top: 2.4em;
}
.loadmore-line .loadmore-tips {
  position: relative;
  top: -0.9em;
  padding: 0 0.55em;
  background-color: #FFFFFF;
  color: #808080;
}
.btn-loadmore {
  clear: both;
}
.download-list {
  margin: 0 -15px;
}
.download-list li {
  width: 95px;
  float: left;
  display: inline-block;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  position: relative;
  height: 170px;
}
.download-list li a {
  display: block;
}
.download-list li a p {
  word-break: keep-all;
  text-overflow: ellipsis;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.download-list li a img + span {
  display: block;
  overflow: hidden;
  height: 20px;
}
.download-list li:hover em {
  display: none;
}
.download-list li:hover a.btn {
  display: block;
  width: 80px;
  margin: 0 auto;
}
.download-list li a:hover {
  text-decoration: none;
}
.download-list img {
  width: 90px;
  height: 90px;
  margin-bottom: 8px;
}
.download-list em {
  display: block;
  color: #999;
  font-style: normal;
}
.download-list li > a.link {
  display: block;
  height: 120px;
  overflow: hidden;
  border-radius: 5px;
}
.download-list li > a.link img {
  border-radius: 5px;
}
.download-list a.btn {
  display: none;
}
.screenshots-box > h2,
.download-box > h2,
.intro-box > h2,
.history-box > h2 {
  font-size: 18px;
  color: #444;
}
@media (max-width: 991px) {
  .download-list li {
    margin: 0 10px;
  }
}
.focus-img > .row > div {
  padding: 0;
  padding-right: 15px;
  margin-bottom: 15px;
  height: 100%;
  display: block;
}
.focus-img > .row > div a > span {
  border-radius: 3px;
  overflow: hidden;
}
.focus-img .intro {
  position: absolute;
  bottom: 0;
  background: #000;
  padding: 0 5px 0 5px;
  width: 100%;
  opacity: 0.5;
  color: #fff;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.focus-img a {
  display: block;
}
.focus-img img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 992px) {
  .focus-img {
    margin-top: 15px;
  }
  .focus-img > .row {
    margin: 0 -10px;
  }
  .focus-img > .row > div {
    padding: 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .focus-img > .row > div .embed-responsive-16by9 {
    padding-bottom: 68.25%;
  }
}
.navbar .form-search input[type=search] {
  -webkit-appearance: textfield;
  font-family: inherit;
  font-size: 100%;
}
.navbar .form-search input::-webkit-search-decoration,
.navbar .form-search input::-webkit-search-cancel-button {
  display: none;
}
.navbar .form-search input[type=search] {
  background: url('../images/search.svg') no-repeat 10px center;
  background-size: 18px 18px;
  border-color: transparent;
  padding: 6px 10px;
  width: 35px;
  -webkit-border-radius: 10em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10em;
  -moz-background-clip: padding;
  border-radius: 10em;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: inherit;
  cursor: pointer;
  box-shadow: none;
  color: transparent;
}
.navbar .form-search input[type=search]:hover {
  background-color: #fff;
}
.navbar .form-search input[type=search]:focus {
  border-color: #C41E3A;
  width: 200px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
  -webkit-box-shadow: 0 0 5px #99caff;
  -moz-box-shadow: 0 0 5px #99caff;
  box-shadow: 0 0 5px #99caff;
}
.navbar .form-search input[type=search]:focus::-moz-placeholder {
  color: #999;
}
.navbar .form-search input[type=search]:focus::-webkit-input-placeholder {
  color: #999;
}
.navbar .form-search input::-moz-placeholder {
  color: transparent;
}
.navbar .form-search input::-webkit-input-placeholder {
  color: transparent;
}
@media (min-width: 768px) {
  .navbar .navbar-header {
    position: relative;
    z-index: 9999;
  }
  .navbar .navbar-collapse {
    position: relative;
    z-index: 9998;
  }
  .navbar .navbar-collapse .navbar-nav {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    white-space: nowrap;
  }
  .navbar .navbar-collapse .navbar-right {
    position: absolute;
    right: 0;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .navbar .form-search input[type=search] {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
  }
  .navbar .form-search input[type=search]:focus {
    width: 100%;
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    overflow: auto;
    z-index: 9999;
    background: #fff;
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.06);
    max-height: inherit;
    height: 100vh;
    transition: 0.5s;
    width: 250px;
    margin-left: -280px;
    margin-right: 0;
    display: flex;
  }
  .navbar .navbar-collapse > ul.navbar-nav {
    margin: 15px 0;
  }
  .navbar .navbar-collapse > ul.navbar-nav > li {
    margin-bottom: 2px;
  }
  .navbar .navbar-collapse > ul.navbar-nav li > a b.caret {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }
  .navbar .navbar-collapse > ul.navbar-nav li ul.dropdown-menu {
    border-radius: 0;
  }
  .navbar .navbar-collapse > ul.navbar-nav:first-child {
    width: 100%;
    flex-grow: 1;
  }
  .navbar .navbar-collapse > ul.navbar-nav.navbar-right {
    width: 100%;
  }
  .navbar .navbar-collapse.active {
    margin-left: -15px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    flex: auto;
  }
  .navbar .navbar-collapse.active > ul {
    width: 100%;
  }
  .navbar .navbar-collapse-bg {
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 9998;
    background: transparent;
    height: 100vh;
    width: 100%;
    display: block;
  }
}
/* 搜索建议 */
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  position: absolute;
  display: none;
  z-index: 1036;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 6px 12px;
}
.autocomplete-suggestions .autocomplete-suggestion b {
  color: red;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  background: #f0f0f0;
}
.layui-layer .layui-layer-confirm {
  width: 100%;
  height: 100%;
}
.layui-layer .layui-layer-confirm:focus {
  border: 1px solid #444c69;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.layui-layer .layui-layer-confirm:focus-visible {
  outline: 0;
}





/* ========== Banner 轮播（兼容 index-banner 和 focus-banner） ========== */
.index-banner,
.focus-banner {
  width: 100%;
  height: 350px;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.index-banner .swiper-slide,
.focus-banner .swiper-slide {
  position: relative;
  height: 100%;
}
.index-banner .swiper-slide img,
.focus-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.index-banner .swiper-slide .swiper-title,
.focus-banner .swiper-slide .swiper-title,
.index-banner .swiper-slide a > span,
.focus-banner .swiper-slide a > span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 12px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-banner .swiper-pagination,
.focus-banner .swiper-pagination {
  text-align: right;
  padding-right: 10px;
}
.index-banner .swiper-pagination-bullet,
.focus-banner .swiper-pagination-bullet {
  background: #ffffff;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.index-banner .swiper-pagination-bullet-active,
.focus-banner .swiper-pagination-bullet-active {
  background: #C41E3A;
}

.banner-section {
  padding: 0 0 0;
  margin-top: 0;
}
.banner-section .container {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .index-banner,
  .focus-banner {
    height: 180px;
    border-radius: 0;
  }
  .index-banner .swiper-slide .swiper-title,
  .focus-banner .swiper-slide .swiper-title,
  .index-banner .swiper-slide a > span,
  .focus-banner .swiper-slide a > span {
    display: none;
  }
}

.aside-nav ul{padding-left: 0;}
.aside-nav ul li{line-height: 32px;list-style: none}
.aside-nav ul li a{display: block;padding: 5px 20px;text-decoration: none;}
.aside-nav ul li a.active{color: #C41E3A;background: #f8f8f8}
.aside-nav ul li ul li a{padding-left: 40px;}
.aside-nav-title{
  position: relative;
  padding: 15px 15px;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}

.subnav{}
.subnav ul{padding-left: 0}
.subnav ul li{display: inline-block;position: relative;height: 40px;margin: 0 10px;}
.subnav ul li a{display: block;line-height: 40px;padding:0 6px;text-decoration: none;}
.subnav ul li.active a{color: #C41E3A;font-weight: bold;}
.subnav ul li.active:after{position: absolute;content: ""; height: 2px;width: 100%;left: 0;bottom: 0;background: #C41E3A;}

.list-default{padding-left: 0;}
.list-default li{list-style: none;line-height: 30px;}
.list-default li span{color: #999999;}

.product-info{
  height: 450px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-info .price-box {
  background: #eeeeeea3;
  padding: 20px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-info .price {
  color: #f56c6c;
  font-size: 24px;
  font-weight: bold;
}
.product-info h2{font-size: 18px;line-height: 28px;font-weight: normal;}
.product-detail{
  margin-top: 30px;
}
.product-detail .tab-content{
  padding-top: 15px;
}
.product-detail .tab-content img{
  width: 100%;
}
.pc-slide{float:left;max-width:360px;}
.pc-slide .view{height: 360px;}
.view .swiper-slide .img-center {width:100%;height:300px;line-height:300px;}
.view .swiper-container{width:100%;}
.preview{width:100%;margin-top:10px;position:relative;}
.preview .swiper-container{margin:0 30px;}
.preview .swiper-slide .img-center{height:80px;border:1px solid #ddd;cursor:pointer;position:relative;/*line-height: 80px;*/}
.preview .arrow-left{background:url(../images/feel3.png) no-repeat left top;position:absolute;left:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview .arrow-right{background:url(../images/feel4.png) no-repeat left bottom;position:absolute;right:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview .active-nav .img-center{border-color: #023793;}
div.zoomDiv {z-index: 999;position: absolute;top: 0;left: 0;background: #ffffff;border: 1px solid #ddd;display: none;text-align: center;overflow: hidden;font-size: 0;}
div.zoomMask {position: absolute;background: url(../images/mask.png) repeat scroll 0 0 transparent;cursor: move;z-index: 1;}
.img-center img{
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .pc-slide {float: none;width: auto;}
  .product-info{height: inherit}
}
@media (min-width: 1200px) {
  .pc-slide{float:left;max-width:330px;}
}
@media (min-width: 1330px) {
  .pc-slide{float:left;max-width:360px;}
}
.media-body .con{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 68px;
}
.media-body .con .media-title{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.media-body .con .media-price{
  color: #999999;
}
.info-list .item{
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.info-list .item .t{
  color: #999999;
  display: inline-block;
  width: 70px;
}
.info-list .item .c{
  color: #333333;
}
.page-content{
  line-height: 2;
}

.friend-links-logo{
  display: flex;
  justify-content: space-between;
}
.friend-links-logo .item{
  width: 48%;
}
.friend-links-logo .item:nth-child(2n){
  text-align: right;
}
.friend-links-logo img{
  max-width: 100%;
  height: 40px;
}
.friend-links-text {
  margin-top: 25px;
}
.friend-links-text a{
  display: inline-block;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #4a4a4a;
  background: #f1f3f6;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 2px;
}
.friend-links-text a:hover{
  text-decoration: none;
  color: #FFFFFF;
  background: #C41E3A;
}

/* =====================================================================
   Article Summary (P1 - GEO / AI 搜索)
   ===================================================================== */
.article-summary {
    --as-primary: var(--color-primary, #0a6ebd);
    --as-primary-light: var(--color-primary-light, #e7f3fb);
    --as-bg: var(--color-bg-warm, #fafafa);
    --as-border: var(--color-border-dark, #e5e5e5);
    --as-text: var(--color-text-dark, #333);
    --as-muted: var(--color-text-muted, #666);
    --as-radius: var(--radius-sm, 4px);
    margin: 30px 0;
    padding: 20px 24px;
    background: var(--as-bg);
    border-left: 4px solid var(--as-primary);
    border-radius: var(--as-radius);
}
.article-summary-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.summary-deco {
    color: var(--as-primary);
    flex-shrink: 0;
}
.article-summary-title {
    font-size: 16px;
    margin: 0;
    color: var(--as-text);
    font-weight: 600;
}
.article-summary-text {
    color: var(--as-text);
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 12px;
}
.article-summary-cite {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding-top: 10px;
    border-top: 1px dashed var(--as-border);
    font-size: 12px;
    color: var(--as-muted);
}
.cite-label {
    font-weight: 600;
    flex-shrink: 0;
}
.cite-text {
    flex: 1;
    min-width: 0;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    background: #fff;
    padding: 4px 8px;
    border-radius: 3px;
    color: var(--as-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .article-summary { padding: 16px 18px; margin: 20px 0; }
    .article-summary-text { font-size: 13px; }
}


/* =====================================================================
   Accessibility (P3-3 A11y)
   ===================================================================== */
.skip-link {
    position: absolute;
    top: -50px;
    left: 8px;
    z-index: 9999;
    padding: 10px 18px;
    background: var(--color-primary, #0a6ebd);
    color: #fff !important;
    border-radius: 0 0 6px 6px;
    font-size: 14px;
    transition: top 0.2s ease-out;
}
.skip-link:focus {
    top: 0;
    outline: 3px solid #fff;
    outline-offset: 1px;
}

/* 全局 focus 样式（键盘可访问性）*/
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid var(--color-primary, #0a6ebd);
    outline-offset: 2px;
    border-radius: 3px;
}

/* 装饰性元素移除焦点（保留语义元素的焦点）*/
.icon-bar:focus-visible { outline: none; }

/* ========== theme595 川菜主题专属样式 ========== */

/* Hero 区 */
.hero-section {
    background: linear-gradient(135deg, #1a0a0a 0%, #3d1010 40%, #C41E3A 100%);
    padding: 80px 0 60px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-icon {
    display: inline-block;
    letter-spacing: 4px;
    font-size: 12px;
    text-transform: uppercase;
    background: rgba(255,255,255,0.15);
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}
.hero-title {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 16px;
    letter-spacing: 2px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.hero-subtitle {
    font-size: 16px;
    opacity: 0.85;
    letter-spacing: 1px;
    margin-bottom: 0;
}

/* 主内容区 */
.main-section {
    padding: 40px 0;
    background: #faf7f5;
}

/* block 通用 */
.block {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    border-bottom: 2px solid #f0ebe6;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.block-head h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #2c1810;
    flex: 1;
    min-width: 0;
}
.block-head h3::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #C41E3A;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 2px;
}
.block-head .more {
    font-size: 13px;
    color: #999;
    white-space: nowrap;
}
.block-head .more:hover {
    color: #C41E3A;
}

/* 卡片网格 */
.card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.card {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0ebe6;
    transition: all 0.25s;
    text-decoration: none;
    color: inherit;
}
.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(196,30,58,0.1);
    border-color: #C41E3A;
    text-decoration: none;
    color: inherit;
}
.card-cover {
    overflow: hidden;
    aspect-ratio: 4/3;
}
.card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.card:hover .card-cover img {
    transform: scale(1.05);
}
.card-body {
    padding: 14px 16px;
}
.card-title {
    font-size: 14px;
    font-weight: 600;
    color: #2c1810;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-price {
    font-size: 16px;
    font-weight: 700;
    color: #C41E3A;
}

/* 文章行列表 */
.article-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.article-row {
    border-bottom: 1px solid #f5f0ed;
}
.article-row:last-child {
    border-bottom: none;
}
.article-row a {
    display: flex;
    gap: 16px;
    padding: 14px 0;
    text-decoration: none;
    color: inherit;
}
.article-row a:hover h4 {
    color: #C41E3A;
}
.article-row img {
    width: 140px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}
.article-row div {
    flex: 1;
    min-width: 0;
}
.article-row h4 {
    font-size: 15px;
    font-weight: 600;
    color: #2c1810;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-row span {
    font-size: 12px;
    color: #999;
}

/* 页面 banner */
.page-banner {
    background: linear-gradient(135deg, #1a0a0a, #3d1010);
    padding: 36px 0;
    text-align: center;
    color: #fff;
}
.page-banner-title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px;
}
.breadcrumb-inline {
    font-size: 13px;
    opacity: 0.7;
}
.breadcrumb-inline a {
    color: rgba(255,255,255,0.8);
}
.breadcrumb-inline a:hover {
    color: #fff;
}
.breadcrumb-inline i {
    margin: 0 6px;
}

/* 面包屑 */
.breadcrumb-box {
    padding: 15px 0;
    font-size: 13px;
    color: #999;
}
.breadcrumb-box a {
    color: #666;
}
.breadcrumb-box a:hover {
    color: #C41E3A;
}
.breadcrumb-box i {
    margin: 0 6px;
}

/* 文章详情 */
.article-detail {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 24px;
}
.article-detail-head {
    margin-bottom: 24px;
    border-bottom: 1px solid #f0ebe6;
    padding-bottom: 20px;
}
.article-detail-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c1810;
    line-height: 1.4;
    margin: 0 0 12px;
}
.article-detail-meta {
    font-size: 13px;
    color: #999;
}
.article-detail-meta span,
.article-detail-meta a {
    margin-right: 16px;
}
.detail-cat {
    color: #C41E3A !important;
    font-weight: 500;
}
.article-detail-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    max-width: 720px;
    margin: 0 auto;
}
.article-detail-content img {
    max-width: 100%;
    border-radius: 6px;
}
.article-sections{margin-top:32px}
.article-section{margin-bottom:40px}
.section-heading{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 18px;line-height:1.4}
.section-paragraph{font-size:17px;line-height:2.1;color:#333;margin:0 0 16px}
.section-image{display:flex;justify-content:center;align-items:center;margin:24px 0;border-radius:6px;overflow:hidden;min-height:200px;background:#faf7f2}
.section-image img{max-width:100%;max-height:420px;object-fit:contain;display:block;border-radius:6px}

/* 文章卡片列表 */
.article-card {
    display: flex;
    gap: 18px;
    background: #fff;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 16px;
    border: 1px solid #f0ebe6;
}
.article-img {
    flex-shrink: 0;
    width: 200px;
    height: 130px;
    overflow: hidden;
    border-radius: 6px;
}
.article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-cover {
    flex-shrink: 0;
    width: 200px;
    height: 130px;
    overflow: hidden;
    border-radius: 6px;
}
.article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-body {
    flex: 1;
    min-width: 0;
}
.article-title {
    font-size: 17px;
    font-weight: 600;
    color: #2c1810;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-title:hover {
    color: #C41E3A;
}
.article-intro {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-meta {
    font-size: 12px;
    color: #bbb;
}
.article-meta span {
    margin-right: 14px;
}
.meta-cat {
    color: #C41E3A;
    font-weight: 500;
    margin-right: 14px;
}

/* 排序工具栏 */
.list-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 16px;
    font-size: 13px;
    min-width: 0;
    border: 1px solid #f0ebe6;
}
.toolbar-title {
    color: #888;
    white-space: nowrap;
}
.toolbar-order {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0;
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
}
.toolbar-order li a {
    padding: 6px 14px;
    border-radius: 4px;
    color: #666;
    text-decoration: none;
}
.toolbar-order li a.active,
.toolbar-order li a:hover {
    background: #C41E3A;
    color: #fff;
}

/* 产品网格 */
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 24px;
}
.product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0ebe6;
    transition: all 0.25s;
}
.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(196,30,58,0.1);
}
.product-cover {
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.product-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-body {
    padding: 14px;
}
.product-title {
    font-size: 14px;
    font-weight: 600;
    color: #2c1810;
    margin: 0 0 10px;
}
.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
}
.product-price {
    font-size: 18px;
    font-weight: 700;
    color: #C41E3A;
}
.product-btn {
    font-size: 12px;
    padding: 5px 12px;
    background: #C41E3A;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
}
.product-btn:hover {
    background: #9E1830;
    color: #fff;
    text-decoration: none;
}

/* 相关推荐 */
.related-section {
    margin-bottom: 30px;
}
.related-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2c1810;
    margin-bottom: 16px;
}
.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.related-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0ebe6;
    text-decoration: none;
    color: inherit;
    transition: all 0.25s;
}
.related-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(196,30,58,0.08);
}
.related-cover {
    aspect-ratio: 16/10;
    overflow: hidden;
}
.related-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related-body {
    padding: 10px 12px;
}
.related-body h4 {
    font-size: 13px;
    font-weight: 600;
    color: #2c1810;
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related-body span {
    font-size: 11px;
    color: #bbb;
}

/* 上一篇/下一篇 */
.article-detail-nav {
    display: flex;
    gap: 16px;
    min-width: 0;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f0ebe6;
}
.detail-nav-item {
    flex: 1;
    min-width: 0;
    padding: 14px 18px;
    background: #fdfaf8;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}
.detail-nav-item:hover {
    background: #fff5f5;
}
.detail-nav-label {
    display: block;
    font-size: 12px;
    color: #C41E3A;
    margin-bottom: 4px;
}
.detail-nav-title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #2c1810;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail-nav-next {
    text-align: right;
}

/* 图片列表 */
.images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}
.image-tile {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0ebe6;
    text-decoration: none;
    color: inherit;
    transition: all 0.25s;
}
.image-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(196,30,58,0.08);
}
.image-tile-cover {
    aspect-ratio: 16/10;
    overflow: hidden;
}
.image-tile-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-tile-body {
    padding: 12px;
}
.image-tile-title {
    font-size: 14px;
    font-weight: 600;
    color: #2c1810;
    margin: 0 0 6px;
}
.image-tile-view {
    font-size: 12px;
    color: #bbb;
}

/* 分页 */
.pagination-box {
    text-align: center;
    margin-top: 20px;
}

/* 侧边栏 */
.widget {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 18px;
    border: 1px solid #f0ebe6;
    overflow: hidden;
}
.widget img {
    max-width: 100%;
    height: auto;
    display: block;
}
.widget-ad .ad-link {
    display: block;
}
.widget-ad .ad-link img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.widget-head {
    border-bottom: 2px solid #f0ebe6;
    padding-bottom: 10px;
    margin-bottom: 14px;
}
.widget-title {
    font-size: 16px;
    font-weight: 700;
    color: #2c1810;
    margin: 0;
}
.widget-title i {
    color: #C41E3A;
    margin-right: 6px;
}
.rank-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rank-item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #faf5f2;
    min-width: 0;
}
.rank-item:last-child {
    border-bottom: none;
}
.rank-num {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #eee;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #999;
    flex-shrink: 0;
}
.rank-num.rank-top {
    background: #C41E3A;
    color: #fff;
}
.rank-content {
    flex: 1;
    min-width: 0;
}
.rank-title {
    font-size: 13px;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rank-meta {
    font-size: 11px;
    color: #ccc;
    display: block;
    margin-top: 2px;
}

.latest-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.latest-item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #faf5f2;
    min-width: 0;
}
.latest-item:last-child {
    border-bottom: none;
}
.latest-thumb {
    width: 70px;
    height: 50px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}
.latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest-info {
    flex: 1;
    min-width: 0;
}
.latest-title {
    font-size: 13px;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.latest-date {
    font-size: 11px;
    color: #ccc;
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-item {
    border-bottom: 1px solid #faf5f2;
}
.nav-item:last-child {
    border-bottom: none;
}
.nav-item > a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    font-weight: 500;
}
.nav-item > a:hover,
.nav-item.active > a {
    color: #C41E3A;
}
.nav-sub {
    list-style: none;
    padding: 0 0 0 16px;
    margin: 0 0 8px;
}
.nav-sub li a {
    display: block;
    padding: 6px 0;
    font-size: 13px;
    color: #888;
    text-decoration: none;
}
.nav-sub li a:hover,
.nav-sub li.active a {
    color: #C41E3A;
}

/* 子导航 */
.subnav {
    margin-bottom: 20px;
}
.subnav ul {
    padding-left: 0;
}
.subnav ul li {
    display: inline-block;
    position: relative;
    height: 40px;
    margin: 0 10px;
}
.subnav ul li a {
    display: block;
    line-height: 40px;
    padding: 0 6px;
    text-decoration: none;
}
.subnav ul li.active a {
    color: #C41E3A;
    font-weight: bold;
}
.subnav ul li.active:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #C41E3A;
}

/* 留言表单 */
.contact-form-wrap {
    margin-top: 30px;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #f0ebe6;
}
.contact-form-title {
    font-size: 18px;
    font-weight: 700;
    color: #2c1810;
    margin-bottom: 20px;
}

/* 产品详情 */
.product-detail-page {
    padding-bottom: 40px;
}
.product-detail-main {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
}
.product-detail-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c1810;
    margin: 0 0 14px;
}
.product-price-box {
    background: #fff5f5;
    padding: 14px 18px;
    border-radius: 6px;
    margin-bottom: 16px;
}
.product-price-box .price {
    font-size: 28px;
    font-weight: 700;
    color: #C41E3A;
}
.product-params {
    margin-bottom: 20px;
}
.param-row {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px dashed #f0ebe6;
    min-width: 0;
}
.param-key {
    width: 80px;
    color: #999;
    flex-shrink: 0;
}
.param-val {
    color: #555;
}
.product-actions button {
    background: #C41E3A;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s;
}
.product-actions button:hover {
    background: #9E1830;
}
.product-detail-content {
    margin-top: 24px;
}
.product-detail-content .nav-tabs {
    border-bottom: 2px solid #f0ebe6;
}
.product-detail-content .nav-tabs > li.active > a {
    color: #C41E3A;
    border-bottom: 2px solid #C41E3A;
}
.detail-content-body {
    padding: 20px 0;
}

/* 单页 */
.single-page,
.single-page-contact,
.channel-page {
    padding-bottom: 40px;
}
.single-content {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    line-height: 1.8;
}
.single-main {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
}

/* Footer */
.site-footer {
    background: #1a0a0a;
    color: rgba(255,255,255,0.6);
    padding: 40px 0 20px;
    margin-top: 50px;
}
.site-footer a {
    color: rgba(255,255,255,0.6);
}
.site-footer a:hover {
    color: #C41E3A;
}
.footer-friend-links {
    text-align: center;
    margin-bottom: 20px;
}
.footer-friend-links a {
    margin: 0 10px;
    font-size: 13px;
}
.footer-nav {
    text-align: center;
    margin-bottom: 16px;
}
.footer-nav a {
    margin: 0 12px;
    font-size: 13px;
}
.footer-copyright {
    text-align: center;
    font-size: 12px;
}

/* Header */
.site-header {
    background: #fff;
    border-bottom: 1px solid #f0ebe6;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 60px;
}
.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    min-width: 0;
}
.site-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}
.site-logo img {
    height: 36px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
}
/* 无 logo 图片时的文字回退 */
.site-logo:empty::after,
.site-logo img[src=""],
.site-logo img[src$="/images/logo.png"] {
    /* 如果 logo 不存在，至少显示占位 */
}
.site-logo img[src=""] {
    display: none;
}

/* 移动端切换按钮 */
.mobile-toggle {
    display: none;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
}
.mobile-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #555;
    margin: 4px 0;
    border-radius: 1px;
}
@media (max-width: 767px) {
    .mobile-toggle {
        display: block;
    }
    .main-nav .navbar-collapse {
        display: none;
    }
    .main-nav .navbar-collapse.in {
        display: block;
    }
}

/* 主导航 */
.main-nav {
    background: #fff;
    border-top: 1px solid #f0ebe6;
}
.main-nav .container {
    min-width: 0;
}
.main-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 0;
}
.main-menu > li > a {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
}
.main-menu > li > a:hover,
.main-menu > li.active > a {
    color: #C41E3A;
}
.main-menu .dropdown-menu {
    border-radius: 6px;
    border: 1px solid #f0ebe6;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    padding: 8px 0;
}
.main-menu .dropdown-menu > li > a {
    padding: 8px 20px;
    font-size: 13px;
    color: #555;
}
.main-menu .dropdown-menu > li > a:hover {
    background: #fff5f5;
    color: #C41E3A;
}

/* 响应式 */
@media (max-width: 991px) {
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .images-grid { grid-template-columns: repeat(2, 1fr); }
    .related-grid { grid-template-columns: repeat(2, 1fr); }
    .article-card { flex-direction: column; }
    .article-cover { width: 100%; height: 180px; }
    .hero-title { font-size: 28px; }
}
@media (max-width: 767px) {
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .product-grid { grid-template-columns: 1fr; }
    .hero-title { font-size: 24px; }
    .hero-section { padding: 50px 0 40px; }
    .article-detail-title { font-size: 20px; }
}

