@charset "UTF-8";
/*----------------------------------------------------

=====================================================================*/
/* mixin
----------------------------------------*/
/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

p {
  margin: 0;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 87.5rem;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul li {
  list-style: none;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.zjny-header-widget {
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  width: 100%;
  height: auto;
  z-index: 9000;
  top: 0;
  left: 0;
  border-bottom: 0.125rem solid #b61d1d;
}
.zjny-header-widget.active {
  position: fixed;
}
.zjny-header-widget .header-menu-bar {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar {
    padding: 0 4vw;
  }
}
.zjny-header-widget .header-menu-bar .top-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .top-box .flex {
    height: 16vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.zjny-header-widget .header-menu-bar .top-box .flex .left {
  padding-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .top-box .flex .left {
    padding-top: 0;
  }
}
.zjny-header-widget .header-menu-bar .top-box .flex .left .header-logo img {
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
  width: 18.4375rem;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .top-box .flex .left .header-logo img {
    height: 20vw;
    width: 40vw;
  }
}
.zjny-header-widget .header-menu-bar .top-box .flex .middle {
  padding-top: 2.5rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .top-box .flex .middle {
    display: none;
  }
}
.zjny-header-widget .header-menu-bar .top-box .flex .middle .search-box {
  width: 38.75rem;
}
.zjny-header-widget .header-menu-bar .top-box .flex .middle .search-box .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zjny-header-widget .header-menu-bar .top-box .flex .middle .search-box .search-form input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2.5rem;
  padding: 0 0.625rem;
  border: 0.0625rem solid #b61d1d;
  outline: none;
  font-size: 0.875rem;
  color: #222;
}
.zjny-header-widget .header-menu-bar .top-box .flex .middle .search-box .search-form .search-btn {
  width: 5rem;
  height: 2.5rem;
  background: #b61d1d;
  border: none;
  outline: none;
  font-size: 0.875rem;
  color: #fff;
  cursor: pointer;
}
.zjny-header-widget .header-menu-bar .top-box .flex .middle .search-box .search-text {
  margin-top: 0.3125rem;
}
.zjny-header-widget .header-menu-bar .top-box .flex .middle .search-box .search-text a {
  font-size: 0.75rem;
  margin-right: 0.3125rem;
  color: #666;
}
.zjny-header-widget .header-menu-bar .top-box .flex .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .top-box .flex .right {
    gap: 5vw;
  }
}
.zjny-header-widget .header-menu-bar .top-box .flex .right .member-shopping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zjny-header-widget .header-menu-bar .top-box .flex .right .member-shopping .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  font-size: 0.875rem;
  color: #222;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .top-box .flex .right .member-shopping .member {
    display: none;
  }
}
.zjny-header-widget .header-menu-bar .top-box .flex .right .shopping a {
  display: inline-block;
  background-color: rgb(249, 249, 249);
  color: #da1e28;
  padding: 0.625rem 1.875rem 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: bolder;
  border: 0.0625rem solid #e3e4e5;
  border-radius: 0.3125rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .top-box .flex .right .shopping a {
    padding: 3vw 7vw 3vw 4vw;
    font-size: 2.8vw;
    border-width: 0.1vw;
    border-radius: 1vw;
  }
}
.zjny-header-widget .header-menu-bar .top-box .flex .right .shopping a i {
  position: absolute;
  right: 0.625rem;
  top: 0.3125rem;
  font-style: normal;
  background-color: #f10215;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  white-space: nowrap;
  border: 0.0625rem solid #fff;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .top-box .flex .right .shopping a i {
    right: 2vw;
    top: 2vw;
    font-size: 2vw;
    width: 5vw;
    height: 5vw;
    border-width: 0.2vw;
  }
}
.zjny-header-widget .header-menu-bar .top-box .flex .right .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 5.4vw;
  width: 6.4vw;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .top-box .flex .right .mobile-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.zjny-header-widget .header-menu-bar .top-box .flex .right .mobile-menu-toggle .menu-line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zjny-header-widget .header-menu-bar .top-box .flex .right .mobile-menu-toggle.active .menu-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 5px);
          transform: rotate(45deg) translate(6px, 5px);
}
.zjny-header-widget .header-menu-bar .top-box .flex .right .mobile-menu-toggle.active .menu-line:nth-child(2) {
  opacity: 0;
}
.zjny-header-widget .header-menu-bar .top-box .flex .right .mobile-menu-toggle.active .menu-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}
.zjny-header-widget .header-menu-bar .top-box .flex .right .header-menu {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .top-box .flex .right .header-menu {
    display: block;
    padding: 10vw 0vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    left: -110%;
    width: 90%;
    background: linear-gradient(-45deg, #222222, #232323);
    z-index: 1000;
    height: 100vh;
    -webkit-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53), width 0.6s;
    transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53), width 0.6s;
    overflow: hidden;
  }
  .zjny-header-widget .header-menu-bar .top-box .flex .right .header-menu.active {
    left: 0;
  }
}
.zjny-header-widget .header-menu-bar .top-box .flex .right .header-menu .header-menu-inner {
  display: none;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .top-box .flex .right .header-menu .header-menu-inner {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4vw;
    padding: 0 1.25rem;
  }
  .zjny-header-widget .header-menu-bar .top-box .flex .right .header-menu .header-menu-inner .header-menu-logo {
    width: 40vw;
  }
  .zjny-header-widget .header-menu-bar .top-box .flex .right .header-menu .header-menu-inner .header-menu-logo img {
    width: 100%;
  }
  .zjny-header-widget .header-menu-bar .top-box .flex .right .header-menu .header-menu-inner .header-menu-close {
    background: none;
    border: none;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 10vw;
    width: 10vw;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #fff;
    padding: 2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .zjny-header-widget .header-menu-bar .top-box .flex .right .header-menu .header-menu-inner .header-menu-close .menu-line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .zjny-header-widget .header-menu-bar .top-box .flex .right .header-menu .header-menu-inner .header-menu-close .menu-line:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 5px);
            transform: rotate(45deg) translate(6px, 5px);
  }
  .zjny-header-widget .header-menu-bar .top-box .flex .right .header-menu .header-menu-inner .header-menu-close .menu-line:nth-child(2) {
    opacity: 0;
  }
  .zjny-header-widget .header-menu-bar .top-box .flex .right .header-menu .header-menu-inner .header-menu-close .menu-line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
            transform: rotate(-45deg) translate(5px, -5px);
  }
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .bottom-box {
    display: none;
  }
}
.zjny-header-widget .header-menu-bar .bottom-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav {
  position: relative;
  width: 11.875rem;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .search_all_btn {
  height: 2.8125rem;
  background: #b61d1d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  padding: 0 0.9375rem;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .search_all_btn .arrow {
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper {
  position: relative;
  display: none;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper.active {
  display: block;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper .sidebar-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 30rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  padding: 0.9375rem 0;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper .sidebar-menu .menu-item .menu-link {
  display: block;
  font-size: 0.875rem;
  color: #666;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.9375rem;
  overflow: hidden;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper .sidebar-menu .menu-item .menu-link:hover {
  background: #b61d1d;
  color: #fff;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper .sidebar-menu .menu-item.submenu-hover .menu-link {
  background: #b61d1d;
  color: #fff;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper .sidebar-menu .menu-item.submenu-hover .sub-menu-box {
  display: block;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper .sidebar-menu .menu-item .sub-menu-box {
  display: none;
  position: absolute;
  left: 11.875rem;
  top: 0;
  z-index: 50;
  min-width: 50rem;
  min-height: 30rem;
  background: #fff;
  padding: 0.9375rem;
  border: 0.0625rem solid #eee;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper .sidebar-menu .menu-item .sub-menu-box .sub-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
  gap: 1.25rem;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper .sidebar-menu .menu-item .sub-menu-box .sub-menu-item .title {
  font-size: 0.875rem;
  color: #000;
  font-weight: 600;
  width: 6.25rem;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper .sidebar-menu .menu-item .sub-menu-box .sub-menu-item .list-ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper .sidebar-menu .menu-item .sub-menu-box .sub-menu-item .list-ul .list-item {
  width: 6.25rem;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper .sidebar-menu .menu-item .sub-menu-box .sub-menu-item .list-ul .list-item a {
  display: inline-block;
  border: 0.0625rem solid #eee;
  background: #fff;
  padding: 0.625rem;
  text-align: center;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper .sidebar-menu .menu-item .sub-menu-box .sub-menu-item .list-ul .list-item a:hover {
  border-color: #b61d1d;
  color: #b61d1d;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper .sidebar-menu .menu-item .sub-menu-box .sub-menu-item .list-ul .list-item a .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5rem;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper .sidebar-menu .menu-item .sub-menu-box .sub-menu-item .list-ul .list-item a .pic img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .right-nav {
  margin-left: 1.25rem;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .right-nav .menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.8125rem;
  gap: 1.875rem;
  margin: 0;
  padding: 0;
}
.zjny-header-widget .header-menu-bar .bottom-box .flex .right-nav .menu-items .menu-item a {
  font-size: 0.875rem;
}
.zjny-header-widget .nav-mb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .nav-mb {
    display: block;
  }
}
.zjny-header-widget .nav-mb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.zjny-header-widget .nav-mb li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.105);
}
.zjny-header-widget .nav-mb li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.105);
}
.zjny-header-widget .nav-mb li.current-menu-item > a, .zjny-header-widget .nav-mb li.current-menu-ancestor > a {
  font-weight: 700;
}
.zjny-header-widget .nav-mb li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  height: 12vw;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3.5vw 5vw;
  font-size: 3.6vw;
  color: #fff;
}
.zjny-header-widget .nav-mb li .sub-menu {
  min-width: 13.75rem;
  top: 90%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99999;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  padding: 0 0 0 2vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  margin-top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  max-height: auto;
}
.zjny-header-widget .nav-mb li .sub-menu.three-menu {
  top: 0;
  -webkit-transform: none;
          transform: none;
  left: 0;
  padding: 0;
}
.zjny-header-widget .nav-mb li .sub-menu li {
  display: block;
}
.zjny-header-widget .nav-mb li .sub-menu li:last-child {
  border-bottom: none;
}
.zjny-header-widget .nav-mb li .sub-menu li a {
  height: auto;
  display: block;
  font-weight: 400;
  color: #848484;
  padding: 3.5vw 5vw;
  font-size: 3.6vw;
}
.zjny-header-widget .nav-mb li .sub-menu li a::after {
  -webkit-transform: rotate(45deg) translate(50%, -100%);
          transform: rotate(45deg) translate(50%, -100%);
  right: 7.5vw;
}
.zjny-header-widget .nav-mb li.menu-item-has-children.on > a {
  background: #f7f7f7;
  color: #000;
}
.zjny-header-widget .nav-mb li.menu-item-has-children.on > a::after {
  -webkit-transform: rotate(135deg) translate(-50%, 50%);
          transform: rotate(135deg) translate(-50%, 50%);
  border-color: #fff;
}
.zjny-header-widget .nav-mb li.menu-item-has-children::before {
  content: "";
  background: linear-gradient(-45deg, #222222, #232323);
  width: 12vw;
  height: 12vw;
  position: absolute;
  top: 0;
  right: -0.2vw;
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.105);
  z-index: 1;
}
.zjny-header-widget .nav-mb li.menu-item-has-children > a {
  position: relative;
  padding-right: 2.1875rem;
}
.zjny-header-widget .nav-mb li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 2vw;
  height: 2vw;
  right: 4.5vw;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  -webkit-transform: rotate(45deg) translate(-50%, 0%);
          transform: rotate(45deg) translate(-50%, 0%);
  z-index: 2;
}
.zjny-header-widget .nav-mb li .second-level-menu .menu-item-has-children.on > a::after {
  right: 4.5vw;
}
.zjny-header-widget .nav-mb .member {
  padding: 6vw 4vw;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
  font-size: 3.4vw;
}

body.mobile-menu-open {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  body.mobile-menu-open {
    overflow: auto;
  }
}

.home .zjny-header-widget .header-menu-bar .bottom-box .flex .left-nav .sidebar-menu-wrapper {
  display: block;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.zjny-footer-widget {
  background: #eaeaea;
}
.zjny-footer-widget .footer-main {
  padding: 2.5rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-footer-widget .footer-main {
    display: none;
  }
}
.zjny-footer-widget .footer-main .list-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.375rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.zjny-footer-widget .footer-main .list-ul .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zjny-footer-widget .footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.5625rem 0;
  text-align: center;
  color: #999;
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .zjny-footer-widget .footer-bottom {
    border-top: none;
    padding: 7vw 4vw;
    font-size: 3.2vw;
  }
}

.floating-buttons {
  position: fixed;
  bottom: 1.875rem;
  right: 0.625rem;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .floating-buttons {
    bottom: 6vw;
    gap: 3vw;
  }
}
.floating-buttons .floating-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.floating-buttons .floating-btn:hover {
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  -webkit-box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.2);
}
.floating-buttons .floating-btn svg {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.floating-buttons .floating-btn:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.floating-buttons .whatsapp-btn {
  background-color: #25D366;
  color: white;
}
.floating-buttons .whatsapp-btn:hover {
  background-color: #128C7E;
}
.floating-buttons .back-to-top-btn {
  background-color: #999;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.floating-buttons .back-to-top-btn:hover {
  background-color: #666;
}
.floating-buttons .back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Elementor Addons area*/
/*----------------------------------------------------*/
.zjny-home-screen-01 {
  padding: 0.3125rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 {
    padding: 4vw 4vw 0;
  }
}
.zjny-home-screen-01 .left-right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12.1875rem;
  gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .left-right-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    gap: 4vw;
  }
}
.zjny-home-screen-01 .left-banner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}
.zjny-home-screen-01 .left-banner .home-banner-swiper {
  position: relative;
  width: 100%;
}
.zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-slide {
  display: block;
  height: 29.6875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-slide {
    height: 50vw;
  }
}
.zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 1.25rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-pagination {
    bottom: 4vw;
  }
}
.zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.9375rem;
  height: 0.125rem;
  background-color: #fff;
  margin: 0 0.1875rem;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2vw;
    height: 0.3vw;
    margin: 0 0.5vw;
  }
}
.zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-button-prev, .zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-button-next {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 2.25rem;
  height: 2.25rem;
  background: rgba(31, 45, 61, 0.11);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-button-prev:hover, .zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-button-next:hover {
  background: rgba(31, 45, 61, 0.5);
}
.zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-button-prev::after, .zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-button-next::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-left: 0.125rem solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-button-next {
  left: auto;
  right: 1.25rem;
}
.zjny-home-screen-01 .left-banner .home-banner-swiper .swiper-button-next::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.zjny-home-screen-01 .right-list {
  width: 11.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .right-list {
    width: 100%;
  }
}
.zjny-home-screen-01 .right-list .list-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .right-list .list-ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .right-list .list-ul .list-item {
    width: 33.33%;
  }
}
.zjny-home-screen-01 .right-list .list-ul .list-item img {
  height: 9.4375rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .right-list .list-ul .list-item img {
    height: 30vw;
  }
}

.zjny-home-screen-02 {
  padding: 0.625rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 {
    padding: 4vw 4vw;
  }
}
.zjny-home-screen-02 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3vw;
  }
}
.zjny-home-screen-02 .left-module {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 0.0625rem solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-position: right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .left-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: none !important;
  }
}
.zjny-home-screen-02 .left-module .title {
  width: 18.4375rem;
  height: 10.625rem;
  background-color: rgb(246, 229, 211);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ca8e3a;
  font-size: 1.875rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .left-module .title {
    width: 100%;
    height: 20vw;
    font-size: 5vw;
  }
}
.zjny-home-screen-02 .left-module .desc {
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ca8e3a;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .left-module .desc {
    font-size: 3.6vw;
    padding: 4vw;
  }
}
.zjny-home-screen-02 .right-module {
  width: 18.4375rem;
  height: 10.625rem;
  background-color: rgb(246, 229, 211);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .right-module {
    padding: 4vw;
    width: 100%;
    height: 32vw;
    padding: 4vw;
  }
}
.zjny-home-screen-02 .right-module .title {
  height: 3.75rem;
  width: 80%;
  background: rgba(255, 255, 255, 0.5);
  color: #ca8e3a;
  font-size: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .right-module .title {
    font-size: 4.4vw;
    height: 16vw;
    width: 90%;
  }
}

.zjny-home-screen-03 {
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 {
    padding: 0 4vw;
  }
}
.zjny-home-screen-03 .list-ul {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 .list-ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
}
.zjny-home-screen-03 .list-ul .list-item {
  border: 0.0625rem solid #ffa133;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 .list-ul .list-item {
    border-width: 0.1vw;
  }
}
.zjny-home-screen-03 .list-ul .list-item:hover .tit {
  background: #f5ae5d;
}
.zjny-home-screen-03 .list-ul .list-item .ad {
  width: 100%;
  height: 11.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 .list-ul .list-item .ad {
    height: 50vw;
  }
}
.zjny-home-screen-03 .list-ul .list-item .ad img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-home-screen-03 .list-ul .list-item .pic {
  height: 9.375rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 .list-ul .list-item .pic {
    height: 39vw;
  }
}
.zjny-home-screen-03 .list-ul .list-item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-home-screen-03 .list-ul .list-item .tit {
  font-size: 1rem;
  background: #ffa133;
  text-align: center;
  color: #fff;
  padding: 0 0.3125rem;
  line-height: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 .list-ul .list-item .tit {
    font-size: 3.6vw;
    padding: 0 2vw;
    line-height: 11vw;
    height: 11vw;
  }
}

.zjny-home-screen-04 {
  padding: 0.625rem 0 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 {
    padding: 4vw 4vw 6vw;
  }
}
.zjny-home-screen-04 .list-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .list-ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
}
.zjny-home-screen-04 .list-ul .list-item {
  border: 0.0625rem solid #eee;
  padding: 2.5rem 1.25rem 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .list-ul .list-item {
    padding: 4vw 2vw 2vw;
  }
}
.zjny-home-screen-04 .list-ul .list-item .title {
  font-size: 1.5rem;
  text-align: center;
  color: #333;
  line-height: 2.25rem;
  height: 2.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .list-ul .list-item .title {
    font-size: 4.4vw;
    line-height: 7.2vw;
    height: 7.2vw;
  }
}
.zjny-home-screen-04 .list-ul .list-item .attr {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 0.875rem;
  gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .list-ul .list-item .attr {
    font-size: 3.4vw;
    gap: 2vw;
    margin-top: 3vw;
  }
}
.zjny-home-screen-04 .list-ul .list-item .pic a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 15.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .list-ul .list-item .pic a {
    height: 45vw;
  }
}
.zjny-home-screen-04 .list-ul .list-item .pic a img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-home-screen-04 .list-ul .list-item .price {
  margin-top: 0.9375rem;
  color: #f10215;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .list-ul .list-item .price {
    margin-top: 3.5vw;
    font-size: 4.4vw;
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.zjny-product-screen-01 {
  padding: 0.625rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 {
    padding: 1vw 4vw;
  }
}
.zjny-product-screen-01 .breadcreumb {
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .breadcreumb {
    font-size: 3.6vw;
  }
}
.zjny-product-screen-01 .search-main-box {
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-main-box {
    margin-top: 3vw;
  }
}
.zjny-product-screen-01 .search-main-box .search-filter .filters .selected-filters {
  background: #f8f9fa;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-main-box .search-filter .filters .selected-filters {
    padding: 3.6vw;
    gap: 3vw;
  }
}
.zjny-product-screen-01 .search-main-box .search-filter .filters .selected-filters .item {
  padding: 0 0.5rem 0 0.75rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border: 0.0625rem solid #d9ecff;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-main-box .search-filter .filters .selected-filters .item {
    padding: 0 2.2vw;
    height: 6vw;
    line-height: 6vw;
    border-radius: 1.4vw;
    font-size: 3.2vw;
  }
}
.zjny-product-screen-01 .search-main-box .search-filter .filters .selected-filters .item .group-title {
  font-weight: 600;
  color: #000;
}
.zjny-product-screen-01 .search-main-box .search-filter .filters .selected-filters .item .option-label {
  color: #da1e28;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-main-box .search-filter .filters .selected-filters .item .option-label {
    margin-right: 1vw;
  }
}
.zjny-product-screen-01 .search-main-box .search-filter .filters .selected-filters .item i {
  font-style: normal;
  cursor: pointer;
  color: #666;
  font-size: 0.875rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-main-box .search-filter .filters .selected-filters .item i {
    font-size: 3.4vw;
    width: 3.6vw;
    height: 3.6vw;
  }
}
.zjny-product-screen-01 .search-main-box .search-filter .filters .selected-filters .item i:hover {
  background: #ddd;
}
.zjny-product-screen-01 .search-main-box .search-filter .filters .search-goods-flex .filter-group {
  border-top: 0.0625rem solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-main-box .search-filter .filters .search-goods-flex .filter-group {
    font-size: 3.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zjny-product-screen-01 .search-main-box .search-filter .filters .search-goods-flex .filter-group:last-child {
  border-bottom: 0.0625rem solid #ddd;
}
.zjny-product-screen-01 .search-main-box .search-filter .filters .search-goods-flex .filter-group .filter-group-attr {
  width: 5.9375rem;
  background: #f3f3f3;
  text-align: center;
  padding: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-main-box .search-filter .filters .search-goods-flex .filter-group .filter-group-attr {
    width: 100%;
    padding: 3vw;
  }
}
.zjny-product-screen-01 .search-main-box .search-filter .filters .search-goods-flex .filter-group .filter-group-attr .attr-title {
  font-weight: 600;
  color: #666;
}
.zjny-product-screen-01 .search-main-box .search-filter .filters .search-goods-flex .filter-group .filter-group-options {
  padding: 0.625rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
  color: #005aa0;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-main-box .search-filter .filters .search-goods-flex .filter-group .filter-group-options {
    padding: 3vw 6vw;
    gap: 2vw 5vw;
  }
}
.zjny-product-screen-01 .search-main-box .search-filter .filters .search-goods-flex .filter-group .filter-group-options .item {
  cursor: pointer;
}
.zjny-product-screen-01 .search-main-box .search-filter .filters .search-goods-flex .filter-group .filter-group-options .item.active, .zjny-product-screen-01 .search-main-box .search-filter .filters .search-goods-flex .filter-group .filter-group-options .item:hover {
  color: #da1e28;
}
.zjny-product-screen-01 .search-main-box-header {
  margin-top: 1.25rem;
  padding: 0.375rem 0.5rem;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-main-box-header {
    padding: 1.2vw 2.4vw;
    margin-top: 4vw;
  }
}
.zjny-product-screen-01 .search-main-box-header .search-main-box-header-btn {
  font-size: 0.75rem;
  background-color: rgb(228, 57, 60);
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-main-box-header .search-main-box-header-btn {
    font-size: 3.2vw;
    height: 6vw;
    line-height: 6vw;
    padding: 0 3vw;
  }
}
.zjny-product-screen-01 .search-main-box-header .sum-num {
  font-size: 1rem;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-main-box-header .sum-num {
    font-size: 3.6vw;
  }
}
.zjny-product-screen-01 .search-main-box-header .sum-num span {
  color: rgb(228, 57, 60);
}
.zjny-product-screen-01 .search-goods-flex-box {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-goods-flex-box {
    margin-top: 4vw;
  }
}
.zjny-product-screen-01 .search-goods-flex-box .list-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-goods-flex-box .list-ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }
}
.zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item {
  border: 0.0625rem solid #eee;
  padding: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item {
    padding: 2vw;
  }
}
.zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .tabbox .tabbd {
  height: 18.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .tabbox .tabbd {
    height: 45vw;
  }
}
.zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .tabbox .tabbd .tbdlist {
  display: none;
  height: 100%;
}
.zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .tabbox .tabbd .tbdlist.active {
  display: block;
}
.zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .tabbox .tabbd .tbdlist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .tabbox .tabbd .tbdlist img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .tabbox .tabhd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .tabbox .tabhd {
    gap: 1vw;
    margin-top: 2vw;
  }
}
.zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .tabbox .tabhd .thdlist {
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .tabbox .tabhd .thdlist {
    width: 5vw;
    height: 5vw;
  }
}
.zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .tabbox .tabhd .thdlist.active a {
  border: 0.125rem solid rgb(228, 57, 60);
}
.zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .tabbox .tabhd .thdlist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.125rem solid #eee;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .tabbox .tabhd .thdlist a {
    border-width: 0.2vw;
  }
}
.zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .tabbox .tabhd .thdlist a img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .price {
  margin-top: 0.625rem;
  font-size: 1.5rem;
  color: rgb(228, 57, 60);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .price {
    font-size: 4.4vw;
    margin-top: 3vw;
  }
}
.zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .title {
  display: block;
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  color: #666;
  line-height: 1.5rem;
  height: 4.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-product-screen-01 .search-goods-flex-box .list-ul .list-item .title {
    font-size: 3.2vw;
    margin-top: 1.5vw;
    line-height: 5vw;
    height: 15vw;
  }
}

.zjny-page-global-contact {
  background: rgba(0, 130, 95, 0.05);
  padding: 1.875rem;
}
.zjny-page-global-contact .content-header {
  margin-bottom: 1.25rem;
}
.zjny-page-global-contact .content-header .title {
  font-size: 1.875rem;
  font-weight: 600;
}
.zjny-page-global-contact .content-body .desc {
  font-size: 1.125rem;
}
.zjny-page-global-contact .content-body .list-ul {
  margin-top: 1.25rem;
}
.zjny-page-global-contact .content-body .list-ul .list-item {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.zjny-page-global-contact .content-body .list-ul .list-item:last-child {
  margin-bottom: 0;
}
.zjny-page-global-contact .content-body .list-ul .list-item i {
  display: inline-block;
  max-width: 1.25rem;
}
.zjny-page-global-contact .content-body .list-ul .list-item i img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.global-breadcreumb {
  padding: 3.75rem 0;
}
@media screen and (max-width: 1024px) {
  .global-breadcreumb {
    padding: 8vw 4vw;
  }
}
.global-breadcreumb .header-title {
  text-align: center;
  font-size: 3.125rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .global-breadcreumb .header-title {
    font-size: 7vw;
  }
}
.global-breadcreumb .breadcreumb {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .global-breadcreumb .breadcreumb {
    font-size: 3.6vw;
    margin-top: 4vw;
  }
}
.global-breadcreumb .breadcreumb .breadcrumb_last {
  color: #5c8e85;
}

.zjny-page-contact-us-module-01 {
  padding: 5rem 0;
  background: #d7d9e7;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-01 {
    padding: 8vw 4vw;
  }
}
.zjny-page-contact-us-module-01 .content-body {
  text-align: center;
}
.zjny-page-contact-us-module-01 .content-body .sub-title {
  font-size: 1.625rem;
  color: #878BB0;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-01 .content-body .sub-title {
    font-size: 4.6vw;
  }
}
.zjny-page-contact-us-module-01 .content-body .title {
  font-size: 3.125rem;
  color: #06140C;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-01 .content-body .title {
    font-size: 7vw;
  }
}
.zjny-page-contact-us-module-01 .content-body .desc {
  margin-top: 1.25rem;
  font-size: 1.75rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-01 .content-body .desc {
    font-size: 4vw;
    margin-top: 4vw;
  }
}
.zjny-page-contact-us-module-01 .content-body .desc span {
  color: #ff6600;
}

.zjny-page-contact-us-module-02 .content-body .title {
  font-size: 1.375rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-02 .content-body .title {
    font-size: 4.4vw;
    margin-bottom: 4.5vw;
  }
}
.zjny-page-contact-us-module-02 .content-body .list-ul .list-li {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  font-size: 1.25rem;
  color: #222;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-02 .content-body .list-ul .list-li {
    font-size: 4vw;
    gap: 4vw;
    margin-bottom: 4vw;
  }
}
.zjny-page-contact-us-module-02 .content-body .list-ul .list-li i {
  width: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-02 .content-body .list-ul .list-li i {
    width: 4vw;
  }
}
.zjny-page-contact-us-module-02 .content-body .list-ul .list-li i img {
  width: 100%;
  height: auto;
}
.zjny-page-contact-us-module-02 .content-body .list-ul .list-li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zjny-page-contact-us-module-02 .content-body .ewm-box {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-02 .content-body .ewm-box {
    gap: 4vw;
    margin-top: 4vw;
  }
}
.zjny-page-contact-us-module-02 .content-body .ewm-box .list-item {
  width: 11.25rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #222;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-02 .content-body .ewm-box .list-item {
    font-size: 3.8vw;
    width: 25vw;
  }
}
.zjny-page-contact-us-module-02 .content-body .ewm-box .list-item .tit {
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-02 .content-body .ewm-box .list-item .tit {
    margin-top: 3vw;
  }
}

.zjny-page-search-module-01 {
  padding: 2.5rem 0 6.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 {
    padding: 6vw 0 10vw;
  }
}
.zjny-page-search-module-01 .content-header .header-title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-header .header-title {
    font-size: 4.4vw;
  }
}
.zjny-page-search-module-01 .content-body {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body {
    margin-top: 4vw;
  }
}
.zjny-page-search-module-01 .content-body .list-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }
}
.zjny-page-search-module-01 .content-body .list-ul .list-item {
  border: 0.0625rem solid #eee;
  padding: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul .list-item {
    padding: 2vw;
  }
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .tabbox .tabbd {
  height: 18.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul .list-item .tabbox .tabbd {
    height: 45vw;
  }
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .tabbox .tabbd .tbdlist {
  display: none;
  height: 100%;
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .tabbox .tabbd .tbdlist.active {
  display: block;
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .tabbox .tabbd .tbdlist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .tabbox .tabbd .tbdlist img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .tabbox .tabhd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul .list-item .tabbox .tabhd {
    gap: 1vw;
    margin-top: 2vw;
  }
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .tabbox .tabhd .thdlist {
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul .list-item .tabbox .tabhd .thdlist {
    width: 5vw;
    height: 5vw;
  }
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .tabbox .tabhd .thdlist.active a {
  border: 0.125rem solid rgb(228, 57, 60);
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .tabbox .tabhd .thdlist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.125rem solid #eee;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul .list-item .tabbox .tabhd .thdlist a {
    border-width: 0.2vw;
  }
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .tabbox .tabhd .thdlist a img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .price {
  margin-top: 0.625rem;
  font-size: 1.5rem;
  color: rgb(228, 57, 60);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul .list-item .price {
    font-size: 4.4vw;
    margin-top: 3vw;
  }
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .title {
  display: block;
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  color: #666;
  line-height: 1.5rem;
  height: 4.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul .list-item .title {
    font-size: 3.2vw;
    margin-top: 1.5vw;
    line-height: 5vw;
    height: 15vw;
  }
}
.zjny-page-search-module-01 .no-results {
  font-size: 1.125rem;
  background: #c70b0b;
  color: #fff;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zjny-page-search-module-01 .no-results::before {
  content: "⚠️";
  margin-right: 0.625rem;
}

.zjny-single-product {
  margin: 0 auto;
  padding: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product {
    padding: 4vw;
  }
}

.zjny-product-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-top {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}

.zjny-product-gallery .swiper {
  width: 100%;
  height: auto;
}
.zjny-product-gallery .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.zjny-product-gallery .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.zjny-product-summary h1.product_title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-product-summary h1.product_title {
    font-size: 5.6vw;
  }
}
.zjny-product-summary .price {
  font-size: 1.5rem;
  color: #d33;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-summary .price {
    font-size: 4.4vw;
  }
}

.zjny-product-acf {
  margin-bottom: 1.25rem;
}
.zjny-product-acf ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-acf ul {
    grid-template-columns: 1fr;
    gap: 1.2vw;
  }
}
.zjny-product-acf li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0.625rem;
  border: 1px solid #eee;
  border-radius: 0.5rem;
}
.zjny-product-acf li span:first-child {
  color: #666;
}
.zjny-product-acf li span:last-child {
  color: #333;
  font-weight: 600;
}

.zjny-product-cart {
  margin-top: 1.25rem;
}
.zjny-product-cart form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-cart form.cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.2vw;
  }
}
.zjny-product-cart .quantity input.qty {
  width: 5rem;
  height: 2.5rem;
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  text-align: center;
}
.zjny-product-cart button.single_add_to_cart_button {
  height: 2.75rem;
  padding: 0 1.125rem;
  border-radius: 0.375rem;
  background: #128690;
  color: #fff;
  font-weight: 600;
}

.zjny-product-bottom {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-product-bottom {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}

.zjny-product-recent h3 {
  font-size: 1.25rem;
  margin: 0 0 1rem;
  color: #000;
}
.zjny-product-recent ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.zjny-product-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .zjny-product-desc {
    font-size: 3.2vw;
  }
}
.zjny-product-desc img {
  max-width: 100%;
  height: auto;
}

/* ================================
   WooCommerce 产品详情页样式
   ================================ */
/* 容器样式 - 全宽布局 */
.single-product-wrapper {
  width: 100%;
  margin: 1.875rem 0;
}

/* 面包屑容器样式 */
.breadcrumb-container {
  padding: 0.625rem 0;
  border-bottom: 1px solid #eee;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 0 !important;
}

.woocommerce-breadcrumb {
  margin: 0;
  font-size: 14px;
  color: #000;
}

.woocommerce-breadcrumb a {
  color: #b61d1d;
  text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
  color: #5b5050;
}

/* 上部分：产品图片和信息 */
.product-top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* 左侧图片区域 - 计算宽度减去gap */
.product-images-section {
  width: 350px;
  top: 0;
}

/* 右侧信息区域 - 计算宽度减去gap */
.product-summary-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* 覆盖WooCommerce默认图片容器样式 */
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

/* WooCommerce产品图片画廊 - 轮播样式 */
.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

/* 主图轮播容器 */
.product-carousel-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.product-carousel-container {
  position: relative;
  overflow: hidden;
  border: 1px solid #e9ecef;
  width: 100%;
  height: auto;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 轮播内容区域 */
.product-carousel-content {
  width: 70%; /* 默认70%宽度 */
  height: auto;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden; /* 关键：隐藏超出内容 */
}

/* 滚动时的放大状态 */
.product-carousel-container.scrolled .product-carousel-content {
  width: 85%; /* 滚动后放大到85%宽度 */
}

.product-carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; /* 确保不换行 */
  /* 宽度由JavaScript动态设置 */
}

.product-carousel-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; /* flex基础值由JavaScript设置 */
  height: auto;
  display: block;
  /* 宽度由JavaScript动态设置 */
}

.product-carousel-image {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.product-carousel-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}

.product-carousel-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* 轮播导航按钮 - 内部位置 */
.carousel-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  color: #333;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.carousel-nav:hover {
  background: rgb(255, 255, 255);
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.carousel-prev {
  left: 20px; /* 容器左侧 */
}

.carousel-next {
  right: 20px; /* 容器右侧 */
}

/* 缩略图轮播区域 */
.product-thumbnails-carousel {
  position: relative;
  margin-top: 20px;
}

.thumbnails-carousel-container {
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}

.thumbnails-carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 8px 3px;
}

.thumbnail-carousel-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  position: relative;
}

.thumbnail-carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.thumbnail-carousel-item:hover,
.thumbnail-carousel-item.active {
  border-color: #b61d1d;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.thumbnail-carousel-item.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
}

/* 缩略图导航按钮 */
.thumbnails-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  color: #666;
}

.thumbnails-nav:hover {
  background: white;
  border-color: #b61d1d;
  color: #b61d1d;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

.thumbnails-prev {
  left: -16px;
}

.thumbnails-next {
  right: -16px;
}

/* 桌面端隐藏分页器 */
.mobile-pagination {
  display: none;
}

/* 自定义产品摘要区域样式 */
.bai_woo_entry-summary {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* 产品标题 */
.bai_woo_summary .product_title {
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  margin: 0 0 15px 0;
  line-height: 1.3;
  padding-bottom: 15px;
}

.delivery-container {
  background: #f8f9fa;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 1.875rem 1.25rem;
}

.shipping-total-price {
  color: #b61d1d !important;
}

.delivery-price-info {
  display: block !important;
  margin-left: 0 !important;
  text-align: left !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.specs-selection {
  gap: 0.625rem !important;
}

.spec-group {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  gap: 1.25rem !important;
}

.spec-group label {
  margin-bottom: 0 !important;
}

.spec-header {
  width: auto !important;
}

.text-button {
  padding: 0.1875rem 0.625rem !important;
  min-width: auto !important;
  border-radius: 0 !important;
}

.text-button.selected {
  border-color: #b61d1d !important;
  color: #b61d1d !important;
}

.delivery-target span {
  background: #eee;
  padding: 0.625rem;
  color: rgb(231, 36, 16);
  font-weight: 600;
}

.bai_woo_summary .quantity input[type=number] {
  border-radius: 0 !important;
}

.zjny-atc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.bai_woo_summary .cart .single_add_to_cart_button {
  margin-top: 0 !important;
  width: auto !important;
}

/* 产品价格 */
.bai_woo_summary .price {
  font-size: 24px;
  font-weight: 600;
  color: #b61d1d;
}

.bai_woo_summary .price del {
  color: #999;
  font-size: 20px;
  margin-right: 10px;
}

.bai_woo_summary .price ins {
  text-decoration: none;
}

/* 产品简短描述 */
.bai_woo_summary .woocommerce-product-details__short-description {
  font-size: 16px;
}

.bai_woo_summary .cart .single_add_to_cart_button {
  background: #b61d1d !important;
  color: white;
  border: none;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bai_woo_summary .cart .single_add_to_cart_button:hover {
  background: #022fd1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* 数量选择器 */
.bai_woo_summary .quantity {
  margin-bottom: 20px;
}

.bai_woo_summary .quantity input[type=number] {
  width: 60px;
  padding: 10px;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.bai_woo_summary .quantity input[type=number]:focus {
  border-color: #b61d1d;
  outline: none;
}

/* 产品元信息 */
.bai_woo_summary .product_meta {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

.bai_woo_summary .product_meta > span {
  display: block;
  margin-bottom: 8px;
  padding: 5px 0;
}

.bai_woo_summary .product_meta a {
  color: #b61d1d;
  text-decoration: none;
  font-weight: 500;
}

.bai_woo_summary .product_meta a:hover {
  text-decoration: underline;
  color: #b61d1d;
}

/* 下部分：选项卡 */
/* 选项卡导航 */
.woocommerce-tabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #e9ecef;
  margin-bottom: 30px;
}

.woocommerce-tabs .tabs li {
  margin-right: 30px;
}

.woocommerce-tabs .tabs a {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce-tabs .tabs a:hover,
.woocommerce-tabs .tabs a.active {
  color: #b61d1d;
  border-bottom-color: #b61d1d;
}

/* 选项卡内容 */
.wc-tabs-content {
  min-height: 300px;
}

.wc-tab {
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.tab-content-wrapper {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.tab-content-wrapper h2,
.tab-content-wrapper h3 {
  color: #333;
  margin-top: 25px;
  margin-bottom: 15px;
}

.tab-content-wrapper p {
  margin-bottom: 15px;
}

.tab-content-wrapper ul,
.tab-content-wrapper ol {
  margin-bottom: 15px;
  padding-left: 20px;
}

/* 评论和评分 */
.woocommerce-Reviews {
  margin-top: 20px;
}

.comment-form-rating {
  margin-bottom: 20px;
}

.stars {
  font-size: 18px;
  color: #ffc107;
}

/* 响应式设计 */
@media (max-width: 992px) {
  .breadcrumb-container {
    padding: 15px 40px;
  }
  .single-product-wrapper {
    padding: 0px 40px;
  }
  .product-top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .product-images-section,
  .product-summary-section {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .product-summary-section {
    padding-left: 0;
  }
  /* 平板端保持轮播全宽 */
  .woocommerce-tabs .tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .woocommerce-tabs .tabs li {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce div.product form.cart {
    margin-bottom: 0 !important;
  }
  .image-button, .text-button {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .breadcrumb-container {
    padding: 10px 20px;
  }
  .single-product-wrapper {
    padding: 0px 20px;
  }
  .product-top-section {
    gap: 20px;
    margin-bottom: 40px;
  }
  .shipping-total-price {
    font-size: 20px !important;
  }
  .bai_woo_summary .product_title {
    font-size: 16px;
  }
  .bai_woo_summary .price {
    font-size: 20px;
  }
  .woocommerce-tabs .tabs {
    border-bottom: 1px solid #e9ecef;
  }
  .woocommerce-tabs .tabs a {
    padding: 12px 15px;
    font-size: 14px;
  }
  /* 手机端隐藏缩略图轮播 */
  .product-thumbnails-carousel {
    display: none;
  }
  /* 手机端轮播样式调整 */
  .product-carousel-container {
    min-height: auto; /* 移除最小高度限制 */
  }
  .product-carousel-content {
    width: 100% !important; /* 手机端始终100%宽度 */
    -webkit-transition: none;
    transition: none; /* 禁用宽度变化动画 */
  }
  /* 手机端禁用滚动放大效果 */
  .product-carousel-container.scrolled .product-carousel-content {
    width: 100% !important; /* 保持100%宽度 */
  }
  /* 轮播导航按钮调整 */
  .carousel-nav {
    width: 40px;
    height: 40px;
  }
  /* 手机端显示分页器 */
  .mobile-pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
    gap: 8px;
  }
  .mobile-pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mobile-pagination-dot.active {
    background: #b61d1d;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/* 图片模态框样式 */
.product-image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-image-modal.show {
  opacity: 1;
  visibility: visible;
}

.product-image-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.product-image-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 90vh;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.product-image-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-image-modal .modal-close:hover {
  background: white;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-image-modal img {
  width: 100%;
  height: auto;
  display: block;
}

/* 数量选择器样式增强 */
.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.qty-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: #f8f9fa;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.qty-btn:hover {
  background: #b61d1d;
  color: white;
  border-color: #b61d1d;
}

.qty-minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}

.qty-plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
}

.quantity input[type=number] {
  border-radius: 0;
  border-left: none;
  border-right: none;
  text-align: center;
  height: 30px;
  margin: 0;
}

.zjny-cart-layout {
  margin-top: 1.25rem;
}

.zjny-atc-row .added_to_cart {
  display: none !important;
}

/* WooCommerce通知样式 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 15px 20px 15px 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  border-left: 4px solid;
}

.woocommerce-message {
  background: #d4edda;
  border-left-color: #28a745;
  color: #155724;
}

.woocommerce-info {
  background: #d1ecf1;
  border-left-color: #17a2b8;
  color: #0c5460;
}

.woocommerce-error {
  background: #f8d7da;
  border-left-color: #dc3545;
  color: #721c24;
}

.product-bottom-section {
  border-top: 0.0625rem solid #e9ecef;
}
.product-bottom-section .product-specs-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .product-bottom-section .product-specs-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-bottom-section .product-specs-section .left {
  width: 12.5rem;
}
@media screen and (max-width: 1024px) {
  .product-bottom-section .product-specs-section .left {
    display: none;
  }
}
.product-bottom-section .product-specs-section .left .title {
  text-align: center;
  padding: 0.3125rem 1.25rem;
  background: #f1f1f1;
  color: #666;
  font-size: 0.875rem;
}
.product-bottom-section .product-specs-section .left .content-wrap {
  padding: 1.25rem;
}
.product-bottom-section .product-specs-section .left .content-wrap .list-item {
  border: 1px solid #e9ecef;
  margin-bottom: 1.25rem;
}
.product-bottom-section .product-specs-section .left .content-wrap .list-item .pic {
  height: 9.375rem;
  border-bottom: 1px solid #e9ecef;
}
.product-bottom-section .product-specs-section .left .content-wrap .list-item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-bottom-section .product-specs-section .left .content-wrap .list-item .title {
  background: none;
}
.product-bottom-section .product-specs-section .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-bottom-section .product-specs-section .right .top .title {
  background: #f5f7fa;
}
@media screen and (max-width: 1024px) {
  .product-bottom-section .product-specs-section .right .top .title {
    border: 1px solid #e9ecef;
    border-bottom: none;
    border-top: none;
  }
}
.product-bottom-section .product-specs-section .right .top .title span {
  display: inline-block;
  padding: 0.3125rem 2.1875rem;
  font-size: 0.875rem;
  background: #fff;
}
.product-bottom-section .product-specs-section .right .top .content-wrap {
  background: #fff;
  border: 0.0625rem solid #e9ecef;
  border-top: none;
  padding: 1.25rem;
  font-size: 0.75rem;
  overflow: auto;
}
.product-bottom-section .product-specs-section .right .top .content-wrap table {
  width: 100%;
}
.product-bottom-section .product-specs-section .right .top .content-wrap table tr, .product-bottom-section .product-specs-section .right .top .content-wrap table td {
  border: 0.0625rem solid #e9ecef;
  padding: 0.3125rem;
}
.product-bottom-section .product-specs-section .right .top .content-wrap table tr td:nth-child(1) {
  width: 6.25rem;
  background: #f5fafe;
  text-align: right;
}
.product-bottom-section .product-specs-section .right .bottom {
  padding: 3.125rem 0;
}
.product-bottom-section .product-specs-section .right .bottom .title {
  font-size: 0.875rem;
}
.product-bottom-section .product-specs-section .right .bottom .content-wrap {
  margin-top: 1.875rem;
}
.product-bottom-section .product-specs-section .right .bottom .content-wrap img {
  max-width: 100%;
}

/*---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-family: var(--e-global-typography-primary-font-family);
}

.container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0;
}

.pagination {
  margin-top: 3.125rem;
  text-align: center;
}
.pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.3125rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .pagination .page-numbers {
    width: 8vw;
    height: 8vw;
    margin: 0 1vw;
    font-size: 28px;
    font-size: 2.8vw;
    border-radius: 0.8vw;
  }
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background: #128690;
  border-color: #128690;
  color: #fff;
}

.post-type-archive-product .zjny-global-page-banner {
  background-color: #F0F3F6;
}
.post-type-archive-product .zjny-global-page-banner .banner-content .c1 {
  color: #128690;
}
.post-type-archive-product .zjny-global-page-banner .banner-content .c2 {
  color: #5B6770;
}

#chaty-widget-0 .chaty-widget {
  right: 0 !important;
}

.chaty-i-trigger .chaty-channel {
  bottom: 4.375rem !important;
  right: 0.625rem !important;
}

/*---------------wooc start------------- */
/* ZJNY My Account custom styles */
.zjny-myaccount-wrapper {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media screen and (max-width: 1024px) {
  .zjny-myaccount-wrapper {
    padding: 6vw 4vw;
  }
}

.zjny-myaccount-card {
  width: 100% !important;
  margin: 0 auto;
  background: #fff;
  border: 0.0625rem solid #e9f4ec;
  border-radius: 0.75rem;
  padding: 1.5rem 1.375rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .zjny-myaccount-card {
    border-radius: 2vw;
    padding: 4vw 4vw;
    max-width: 100%;
  }
}

/* 登录卡片专用微调 */
.zjny-auth-card .zjny-auth__title {
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .zjny-auth-card .zjny-auth__title {
    font-size: 4.8vw;
  }
}

.zjny-myaccount-layout {
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-myaccount-layout {
    margin-top: 4vw;
    margin-bottom: 7vw;
    padding: 0 4vw;
  }
}
.zjny-myaccount-layout .zjny-myaccount-card {
  max-width: 37.5rem;
  border: none;
}
.zjny-myaccount-layout .zjny-myaccount-card .zjny-button {
  background: #b61d1d;
  color: #fff;
}
.zjny-myaccount-layout .zjny-myaccount-card .zjny-button:hover {
  background: #961818;
  color: #fff;
}
.zjny-myaccount-layout .zjny-myaccount-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-myaccount-layout .zjny-myaccount-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zjny-myaccount-layout .zjny-myaccount-grid .zjny-myaccount-sidebar {
  width: 15.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-myaccount-layout .zjny-myaccount-grid .zjny-myaccount-sidebar {
    width: 100%;
  }
}
.zjny-myaccount-layout .zjny-myaccount-grid .zjny-myaccount-sidebar .zjny-myaccount-nav {
  background: #f4eded;
}
.zjny-myaccount-layout .zjny-myaccount-grid .zjny-myaccount-sidebar .zjny-myaccount-nav li.is-active a {
  background: #b61d1d;
}
.zjny-myaccount-layout .zjny-myaccount-grid .zjny-myaccount-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: none;
}
.zjny-myaccount-layout .zjny-myaccount-grid .zjny-myaccount-content .woocommerce-message, .zjny-myaccount-layout .zjny-myaccount-grid .zjny-myaccount-content .woocommerce-info, .zjny-myaccount-layout .zjny-myaccount-grid .zjny-myaccount-content .woocommerce-error {
  padding-left: 2.8125rem;
}
.zjny-myaccount-layout .zjny-myaccount-grid .zjny-myaccount-content h2 {
  font-size: 1.25rem;
  margin: 1.25rem 0;
}
.zjny-myaccount-layout .zjny-myaccount-grid .zjny-myaccount-content .zjny-form__actions {
  margin-top: 1.875rem;
}
.zjny-myaccount-layout .zjny-myaccount-grid .zjny-myaccount-content fieldset {
  margin-top: 1.875rem;
}
.zjny-myaccount-layout .zjny-myaccount-grid .zjny-myaccount-content .woocommerce-address-fields p button {
  margin-top: 1.25rem;
  background: #b61d1d;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
.zjny-myaccount-layout .zjny-myaccount-grid .zjny-myaccount-content .woocommerce-address-fields p button:hover {
  background: #961818;
  color: #fff;
}
.zjny-myaccount-layout .woocommerce-ResetPassword {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-myaccount-layout .woocommerce-ResetPassword {
    margin-top: 6vw;
  }
}
.zjny-myaccount-layout .woocommerce-ResetPassword .input-text {
  border-color: #dfe7df;
  background: rgb(232, 240, 254);
}
.zjny-myaccount-layout .woocommerce-ResetPassword .form-row-first {
  width: 100%;
}
.zjny-myaccount-layout .woocommerce-ResetPassword .zjny-button {
  width: 100%;
  margin-top: 0.3125rem;
  background: #b61d1d;
  color: #fff;
}
.zjny-myaccount-layout .woocommerce-ResetPassword .zjny-button:hover {
  background: #961818;
  color: #fff;
}

.page-id-2054 .woocommerce {
  padding: 1.875rem 0;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page-id-2054 .woocommerce {
    padding: 5vw 4vw;
  }
}

.zjny-checkout-main {
  padding: 1.875rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-checkout-main {
    padding: 5vw 4vw;
  }
}
.zjny-checkout-main h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-checkout-main h3 {
    font-size: 4.4vw;
    margin-bottom: 4vw;
  }
}

.zjny-thankyou-layout {
  padding: 1.875rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-thankyou-layout {
    padding: 5vw 4vw;
  }
}
.zjny-thankyou-layout .woocommerce-notice {
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .zjny-thankyou-layout .woocommerce-notice {
    font-size: 3.6vw;
  }
}
.zjny-thankyou-layout .zjny-thankyou-main {
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .zjny-thankyou-layout .zjny-thankyou-main {
    font-size: 3.6vw;
  }
}
.zjny-thankyou-layout .zjny-thankyou-main h2 {
  margin-top: 0.625rem;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-thankyou-layout .zjny-thankyou-main h2 {
    font-size: 4.4vw;
    margin-bottom: 4vw;
    margin-top: 2vw;
  }
}

.zjny-checkout-summary {
  padding: 0 0 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-checkout-summary {
    padding: 0 4vw 3vw;
  }
}
.zjny-checkout-summary h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-checkout-summary h3 {
    font-size: 4.4vw;
    margin-bottom: 4vw;
  }
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  border-color: #dfe7df;
}

.zjny-myaccount-nav {
  background: #f2f7f4;
  border: 0.0625rem solid #e9f4ec;
  border-radius: 0.75rem;
  padding: 0.875rem 0;
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .zjny-myaccount-nav {
    border-radius: 2vw;
    padding: 2vw 0;
  }
}

.zjny-myaccount-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zjny-myaccount-nav li {
  margin: 0;
}

.zjny-myaccount-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0.75rem 1rem;
  color: #173f37;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .zjny-myaccount-nav a {
    padding: 2.4vw 3.2vw;
  }
}

.zjny-myaccount-nav a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-myaccount-nav a::before {
    font-size: 2.8vw;
  }
}

.zjny-myaccount-nav .woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f291";
}

.zjny-myaccount-nav .woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\f019";
}

.zjny-myaccount-nav .woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f3c5";
}

.zjny-myaccount-nav .woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f4fe";
}

.zjny-myaccount-nav .woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5";
}

.zjny-myaccount-nav li.is-active a,
.zjny-myaccount-nav a[aria-current=page] {
  background: #173f37;
  color: #fff;
}

.zjny-myaccount-content {
  background: #fff;
}

/* Auth forms */
.zjny-auth__title {
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
  color: #173f37;
}
@media screen and (max-width: 1024px) {
  .zjny-auth__title {
    font-size: 4.4vw;
    margin-bottom: 2.4vw;
  }
}

.zjny-form .form-row-wide,
.zjny-form .form-row-first,
.zjny-form .form-row-last {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .zjny-form .form-row-wide,
  .zjny-form .form-row-first,
  .zjny-form .form-row-last {
    margin-bottom: 3.2vw;
  }
}

.zjny-form label {
  font-size: 0.875rem;
  color: #173f37;
  margin-bottom: 0.375rem;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .zjny-form label {
    font-size: 3.4vw;
    margin-bottom: 1.6vw;
  }
}

.zjny-form input.input-text {
  width: 100%;
  border: 1px solid #dfe7df;
  border-radius: 0.5rem;
  padding: 0.75rem 0.875rem;
  height: 2.75rem;
  outline: none;
}
@media screen and (max-width: 1024px) {
  .zjny-form input.input-text {
    border-radius: 1.6vw;
    padding: 2.4vw 2.8vw;
    height: 9vw;
  }
}

.zjny-form input.input-text:focus {
  border-color: #b7d6c5;
  -webkit-box-shadow: 0 0 0 0.125rem #e9f5ee;
          box-shadow: 0 0 0 0.125rem #e9f5ee;
}

.zjny-form input::-webkit-input-placeholder {
  color: #9aa8a0;
}

.zjny-form input::-moz-placeholder {
  color: #9aa8a0;
}

.zjny-form input:-ms-input-placeholder {
  color: #9aa8a0;
}

.zjny-form input::-ms-input-placeholder {
  color: #9aa8a0;
}

.zjny-form input::placeholder {
  color: #9aa8a0;
}

.zjny-input-password {
  position: relative;
}

.zjny-button {
  background: #173f37;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  width: 100%;
  float: none !important;
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .zjny-button {
    border-radius: 1.8vw;
    padding: 2.4vw 2.8vw;
  }
}

.zjny-auth__links {
  margin-top: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .zjny-auth__links {
    margin-top: 2.8vw;
  }
}

.zjny-auth__links .sep {
  color: #97a39b;
  margin: 0 8px;
}

/* 旧的双列布局样式保留但不再使用 */
/* .zjny-auth.two-columns { gap: 24px; }
.zjny-auth .col-1, .zjny-auth .col-2 { width: 100%; }
@media (min-width: 768px) {
  .zjny-auth .col-1, .zjny-auth .col-2 { width: 48%; }
} */
.zjny-auth__lost,
.zjny-auth__reset {
  max-width: 32.5rem;
  margin: 0 auto;
  background: #fff;
  border: 0.0625rem solid #e9f4ec;
  border-radius: 0.75rem;
  padding: 1.5rem 1.375rem;
}
@media screen and (max-width: 1024px) {
  .zjny-auth__lost,
  .zjny-auth__reset {
    border-radius: 2vw;
    padding: 4vw 4vw;
    max-width: 100%;
  }
}

.zjny-auth__lost > p,
.zjny-auth__reset > p {
  font-size: 1rem;
  line-height: 1.6;
  color: #173f37;
  margin: 0 0 1.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-auth__lost > p,
  .zjny-auth__reset > p {
    font-size: 3.6vw;
    margin-bottom: 3.6vw;
  }
}

.zjny-auth__lost .form-row,
.zjny-auth__reset .form-row {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .zjny-auth__lost .form-row,
  .zjny-auth__reset .form-row {
    margin-bottom: 3.2vw;
  }
}

.zjny-auth__lost .zjny-button,
.zjny-auth__reset .zjny-button {
  width: auto;
  display: inline-block !important;
  padding: 0.75rem 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-auth__lost .zjny-button,
  .zjny-auth__reset .zjny-button {
    padding: 2.4vw 4.4vw;
  }
}

.zjny-auth__lost .zjny-form__actions,
.zjny-auth__reset .zjny-form__actions {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-auth__lost .zjny-form__actions,
  .zjny-auth__reset .zjny-form__actions {
    margin-top: 1.6vw;
  }
}

.zjny-auth__lost input.input-text,
.zjny-auth__reset input.input-text {
  width: 100%;
}

.zjny-coupons-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .zjny-coupons-header {
    gap: 2.4vw;
    margin-bottom: 3.2vw;
  }
}
.zjny-coupons-header label {
  font-size: 0.875rem;
  color: #173f37;
}
.zjny-coupons-header select {
  border: 1px solid #dfe7df;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  height: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-coupons-header select {
    border-radius: 1.6vw;
    padding: 1.6vw 2.4vw;
    height: 8vw;
  }
}

.zjny-coupons-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-coupons-list {
    grid-template-columns: 1fr;
    gap: 2.4vw;
  }
}

.zjny-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 0.0625rem solid #e9f4ec;
  border-radius: 0.625rem;
  padding: 0.75rem 1rem;
  color: #173f37;
}
@media screen and (max-width: 1024px) {
  .zjny-coupon {
    border-radius: 1.8vw;
    padding: 2.4vw 2.8vw;
  }
}
.zjny-coupon strong {
  font-weight: 600;
}
.zjny-coupon span {
  color: #2f6f66;
}

/*---------------wooc end------------- */