@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.0625rem solid #E5E5E5;
  background: #fff;
}
.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 .flex {
  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;
  height: 5.4375rem;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .flex {
    height: 16vw;
  }
}
.zjny-header-widget .header-menu-bar .flex .left .header-logo img {
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
  width: 9.375rem;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .flex .left .header-logo img {
    height: 9vw;
    width: 30vw;
  }
}
.zjny-header-widget .header-menu-bar .flex .middle {
  display: block;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .flex .middle {
    display: none;
  }
}
.zjny-header-widget .header-menu-bar .flex .middle .header-menu {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .flex .middle .header-menu {
    -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: 75%;
    background-color: #fff;
    z-index: 1000;
    height: 100vh;
    -webkit-transition: left 0.3s cubic-bezier(0.6, 0.1, 0.68, 0.53), width 0.3s;
    transition: left 0.3s cubic-bezier(0.6, 0.1, 0.68, 0.53), width 0.3s;
    overflow-y: auto;
  }
  .zjny-header-widget .header-menu-bar .flex .middle .header-menu.active {
    left: 0;
  }
}
.zjny-header-widget .header-menu-bar .flex .middle .header-menu .header-menu-inner {
  display: none;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .flex .middle .header-menu .header-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 100%;
    padding: 5vw 5vw;
  }
  .zjny-header-widget .header-menu-bar .flex .middle .header-menu .header-menu-inner .header-menu-logo {
    width: 20vw;
  }
  .zjny-header-widget .header-menu-bar .flex .middle .header-menu .header-menu-inner .header-menu-logo img {
    width: 100%;
  }
  .zjny-header-widget .header-menu-bar .flex .middle .header-menu .header-menu-inner .header-menu-close {
    background: none;
    border: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding-left: 6.25rem;
    font-size: 5vw;
    font-weight: 700;
  }
  .zjny-header-widget .header-menu-bar .flex .middle .header-menu .header-menu-inner .header-menu-close:after, .zjny-header-widget .header-menu-bar .flex .middle .header-menu .header-menu-inner .header-menu-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5vw;
    height: 1px;
    background-color: #333;
    z-index: 100;
    margin-left: -1vw;
    margin-top: -1px;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .zjny-header-widget .header-menu-bar .flex .middle .header-menu .header-menu-inner .header-menu-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .zjny-header-widget .header-menu-bar .flex .middle .header-menu .header-menu-inner .header-menu-close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.zjny-header-widget .header-menu-bar .flex .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zjny-header-widget .header-menu-bar .flex .right .search-box {
  margin-right: 1.25rem;
}
.zjny-header-widget .header-menu-bar .flex .right .search-box .get-quote-btn {
  display: inline-block;
  background: #5c8e85;
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 0.1875rem;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .flex .right .search-box .get-quote-btn {
    padding: 1vw 3vw;
    font-size: 3.2vw;
    border-radius: 1vw;
    display: none;
  }
}
.zjny-header-widget .header-menu-bar .flex .right .search-box .get-quote-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .flex .right .search-box {
    margin-right: 2vw;
  }
}
.zjny-header-widget .header-menu-bar .flex .right .login-box .login-btn {
  margin-top: 0.1875rem;
  display: inline-block;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .flex .right .login-box .login-btn {
    margin-right: 2vw;
  }
}
.zjny-header-widget .header-menu-bar .flex .right .login-box .login-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.zjny-header-widget .header-menu-bar .flex .right .login-box .login-btn img {
  width: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .flex .right .login-box .login-btn img {
    width: 6vw;
  }
}
.zjny-header-widget .header-menu-bar .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 .flex .right .mobile-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.zjny-header-widget .header-menu-bar .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 .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 .flex .right .mobile-menu-toggle.active .menu-line:nth-child(2) {
  opacity: 0;
}
.zjny-header-widget .header-menu-bar .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 .flex .right .header-menu {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .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 .flex .right .header-menu.active {
    left: 0;
  }
}
.zjny-header-widget .header-menu-bar .flex .right .header-menu .header-menu-inner {
  display: none;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .header-menu-bar .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 .flex .right .header-menu .header-menu-inner .header-menu-logo {
    width: 40vw;
  }
  .zjny-header-widget .header-menu-bar .flex .right .header-menu .header-menu-inner .header-menu-logo img {
    width: 100%;
  }
  .zjny-header-widget .header-menu-bar .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 .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 .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 .flex .right .header-menu .header-menu-inner .header-menu-close .menu-line:nth-child(2) {
    opacity: 0;
  }
  .zjny-header-widget .header-menu-bar .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);
  }
}
.zjny-header-widget .bottom-menu {
  border-top: 0.0625rem solid #eee;
  border-bottom: 0.0625rem solid #eee;
  background: #eee;
  padding: 0.625rem 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .bottom-menu {
    display: none;
  }
}
.zjny-header-widget .bottom-menu .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.zjny-header-widget .nav-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .zjny-header-widget .nav-pc {
    display: none;
  }
}
.zjny-header-widget .nav-pc ul.menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zjny-header-widget .nav-pc li {
  position: relative;
  display: inline-block;
}
.zjny-header-widget .nav-pc li.current-menu-item > a, .zjny-header-widget .nav-pc li.current-menu-ancestor > a {
  background: #5c8e85;
  color: #fff;
}
.zjny-header-widget .nav-pc li.menu-item-has-children > a {
  position: relative;
  padding: 0.625rem 1.875rem 0.625rem 0.9375rem;
}
.zjny-header-widget .nav-pc li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 1.125rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-right: 0.125rem solid #2D2D2D;
  border-bottom: 0.125rem solid #2D2D2D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.zjny-header-widget .nav-pc li.menu-item-has-children.submenu-hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.zjny-header-widget .nav-pc li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 10.625rem;
  background: white;
  padding: 0.625rem 0;
  border-radius: 0 0 0.5rem 0.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
}
.zjny-header-widget .nav-pc li.menu-item-has-children .sub-menu .menu-item a {
  line-height: 1;
  height: auto;
  padding: 0.9375rem 1.25rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.875rem;
}
.zjny-header-widget .nav-pc li.menu-item-has-children .sub-menu .menu-item a:hover {
  border-color: transparent;
  color: #00825f;
}
.zjny-header-widget .nav-pc li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  color: #333;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1rem;
  position: relative;
  border-radius: 0.3125rem;
  margin: 0 0.3125rem;
}
.zjny-header-widget .nav-pc li > a:hover {
  background: #DEE9E7;
}
.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;
}

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

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.zjny-footer-widget {
  background: #DEE9E7;
  position: relative;
  z-index: 1;
  color: #fff;
}
.zjny-footer-widget .footer-main {
  padding: 3.4375rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-footer-widget .footer-main {
    padding: 5vw 4vw;
  }
}
.zjny-footer-widget .footer-main .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1024px) {
  .zjny-footer-widget .footer-main .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.zjny-footer-widget .footer-main .footer-row .footer-brand .brand-title-wrap img {
  width: 12.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-footer-widget .footer-main .footer-row .footer-links {
    display: none;
  }
}
.zjny-footer-widget .footer-main .footer-row .footer-links .title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #000;
}
.zjny-footer-widget .footer-main .footer-row .footer-links .links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zjny-footer-widget .footer-main .footer-row .footer-links .links li {
  margin: 0.625rem 0;
}
.zjny-footer-widget .footer-main .footer-row .footer-links .links a {
  color: #666;
  text-decoration: none;
  font-weight: 500;
  opacity: 0.7;
}
.zjny-footer-widget .footer-main .footer-row .footer-links .links a:hover {
  text-decoration: underline;
}
.zjny-footer-widget .footer-main .social-media {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
}
.zjny-footer-widget .footer-main .social-media .sm-item {
  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: 0.2s;
  transition: 0.2s;
}
.zjny-footer-widget .footer-main .social-media .sm-item img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-footer-widget .footer-main .code-box {
  margin-top: 2.5rem;
}
.zjny-footer-widget .footer-main .code-box .list-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
}
.zjny-footer-widget .footer-main .code-box .list-ul .list-item {
  text-align: center;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}
.zjny-footer-widget .footer-main .code-box .list-ul .list-item .img {
  width: 9.375rem;
}
.zjny-footer-widget .footer-main .code-box .list-ul .list-item .img img {
  width: 100%;
}
.zjny-footer-widget .footer-main .code-box .list-ul .list-item .title {
  margin-top: 0.625rem;
}
.zjny-footer-widget .footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.9375rem 0;
  text-align: center;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}

.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: 3.125rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 {
    padding: 8vw 4vw;
  }
}
.zjny-home-screen-01 .list-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .list-ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.zjny-home-screen-01 .list-ul .list-item a {
  position: relative;
  display: block;
  height: 25rem;
  border-radius: 0.625rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 25rem;
  z-index: 1;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .list-ul .list-item a {
    height: 30vw;
    line-height: 30vw;
    font-size: 4vw;
    border-radius: 3vw;
  }
}
.zjny-home-screen-01 .list-ul .list-item a:hover::after {
  background-color: rgba(0, 0, 0, 0.7);
}
.zjny-home-screen-01 .list-ul .list-item a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.zjny-home-screen-02 {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 {
    padding: 0 4vw;
  }
}
.zjny-home-screen-02 .home-banner-swiper {
  overflow: hidden;
  position: relative;
  border-radius: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .home-banner-swiper {
    border-radius: 2vw;
  }
}
.zjny-home-screen-02 .home-banner-swiper .swiper-slide {
  height: 31.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .home-banner-swiper .swiper-slide {
    height: 50vw;
  }
}
.zjny-home-screen-02 .home-banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-home-screen-02 .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-02 .home-banner-swiper .swiper-pagination {
    bottom: 4vw;
  }
}
.zjny-home-screen-02 .home-banner-swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 0.3125rem;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .home-banner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
    margin: 0 1vw;
  }
}
.zjny-home-screen-02 .home-banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.zjny-home-screen-03 {
  padding: 3.125rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 {
    padding: 8vw 4vw;
  }
}
.zjny-home-screen-03 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zjny-home-screen-03 .container .text-box {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 .container .text-box {
    width: 100%;
    padding: 0;
  }
}
.zjny-home-screen-03 .container .text-box .title {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 .container .text-box .title {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
.zjny-home-screen-03 .container .text-box .content {
  font-size: 1rem;
  line-height: 2.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 .container .text-box .content {
    font-size: 3.6vw;
    line-height: 6.6vw;
    margin-bottom: 4vw;
  }
}
.zjny-home-screen-03 .container .text-box .btn {
  padding: 0;
}
.zjny-home-screen-03 .container .text-box .btn a {
  background: #DEE9E7;
  display: inline-block;
  color: #000;
  padding: 0.625rem 1.25rem;
  border-radius: 0.3125rem;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 .container .text-box .btn a {
    font-size: 3.6vw;
    padding: 2vw 4vw;
    border-radius: 1vw;
  }
}
.zjny-home-screen-03 .container .text-box .btn a:hover {
  background: #5c8e85;
  color: #fff;
}
.zjny-home-screen-03 .container .pic-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 31.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 .container .pic-box {
    height: 60vw;
  }
}
.zjny-home-screen-03 .container .pic-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.zjny-home-screen-04 {
  padding: 3.125rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 {
    padding: 8vw 4vw;
  }
}
.zjny-home-screen-04 .content-header {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .content-header {
    margin-bottom: 4vw;
  }
}
.zjny-home-screen-04 .content-header .header-title {
  color: #000;
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .content-header .header-title {
    font-size: 5vw;
  }
}
.zjny-home-screen-04 .content-body {
  margin-top: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .content-body {
    margin-top: 7vw;
  }
}
.zjny-home-screen-04 .content-body .list-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .content-body .list-ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 6vw;
  }
}
.zjny-home-screen-04 .content-body .list-ul .list-item .img {
  width: 100%;
  height: 15.625rem;
  margin-bottom: 1.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .content-body .list-ul .list-item .img {
    height: 55vw;
    margin-bottom: 4vw;
    border-radius: 1.5vw;
  }
}
.zjny-home-screen-04 .content-body .list-ul .list-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-home-screen-04 .content-body .list-ul .list-item .title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .content-body .list-ul .list-item .title {
    font-size: 3.8vw;
    margin-bottom: 4vw;
  }
}
.zjny-home-screen-04 .content-body .list-ul .list-item .desc {
  font-size: 0.875rem;
  line-height: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .content-body .list-ul .list-item .desc {
    font-size: 3.4vw;
    line-height: 6.6vw;
  }
}
.zjny-home-screen-04 .content-body .list-ul .list-item .btn {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .content-body .list-ul .list-item .btn {
    margin-top: 3.5vw;
  }
}
.zjny-home-screen-04 .content-body .list-ul .list-item .btn a {
  display: inline-block;
  border: 1px solid #5c8e85;
  color: #5c8e85;
  padding: 0.5rem 1.25rem;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .content-body .list-ul .list-item .btn a {
    font-size: 3.4vw;
    padding: 1.5vw 3vw;
    border-radius: 0.5vw;
  }
}
.zjny-home-screen-04 .content-body .list-ul .list-item .btn a:hover {
  background-color: #5c8e85;
  color: #fff;
}

.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-domestics-screen-01 {
  position: relative;
}
.zjny-domestics-screen-01 .bg {
  height: 39.375rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .bg {
    height: 110vw;
  }
}
.zjny-domestics-screen-01 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-domestics-screen-01 .content-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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-domestics-screen-01 .content-body {
    padding: 4vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap {
  max-width: 37.5rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap {
    max-width: 100%;
    padding: 4vw;
    border-radius: 3vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .sub-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #071d49;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .sub-title {
    font-size: 4vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .title {
  margin-top: 0.3125rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #5c8e85;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .title {
    margin-top: 2.5vw;
    font-size: 5vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .desc {
  margin-top: 1.25rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .desc {
    margin-top: 4vw;
    font-size: 3.6vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap {
    gap: 2.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .customer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .customer-wrap {
    gap: 3vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .customer-wrap .customer-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .customer-wrap .customer-images img {
  width: 3.125rem;
  height: 3.125rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  border: 0.1875rem solid #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .customer-wrap .customer-images img {
    width: 7vw;
    height: 7vw;
    border-width: 0.6vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .customer-wrap .customer-images img:nth-child(2) {
  margin-left: -1rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .customer-wrap .customer-images img:nth-child(2) {
    margin-left: -2vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .customer-wrap .customer-images img:nth-child(3) {
  margin-left: -1rem;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .customer-wrap .customer-images img:nth-child(3) {
    margin-left: -2vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .customer-wrap .customer-data .num {
  font-size: 1.5rem;
  color: #071d49;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .customer-wrap .customer-data .num {
    font-size: 4.4vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .customer-wrap .customer-data .tit {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .customer-wrap .customer-data .tit {
    font-size: 3.6vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .rating-wrap {
  border-left: 0.0625rem solid #ddd;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .rating-wrap {
    padding-left: 0;
    border-left: none;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .rating-wrap .hero-review-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #071d49;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .rating-wrap .hero-review-heading {
    font-size: 4.4vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .rating-wrap .hero-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .rating-wrap .hero-rating {
    font-size: 3.4vw;
    gap: 3vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .statu-wrap .rating-wrap .hero-rating .hero-rating-stars {
  color: #ffc107;
}
.zjny-domestics-screen-01 .content-body .content-wrap .btn-box {
  margin-top: 1.875rem;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .btn-box {
    margin-top: 5vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .btn-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  padding: 0.625rem 1.875rem;
  background-color: #5c8e85;
  color: #fff;
  text-decoration: none;
  border-radius: 0.3125rem;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-01 .content-body .content-wrap .btn-box a {
    font-size: 3.6vw;
    border-radius: 2vw;
    gap: 2.5vw;
    padding: 3vw 5vw;
  }
}
.zjny-domestics-screen-01 .content-body .content-wrap .btn-box a:hover {
  background-color: #4a736a;
}
.zjny-domestics-screen-01 .content-body .content-wrap .btn-box a i {
  display: inline-block;
}

.zjny-domestics-screen-02 {
  padding: 3.125rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-02 {
    padding: 7vw 4vw 0;
  }
}
.zjny-domestics-screen-02 .content-header {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-02 .content-header {
    margin-bottom: 10vw;
  }
}
.zjny-domestics-screen-02 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-02 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-domestics-screen-02 .content-header .btn {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-02 .content-header .btn {
    margin-top: 4vw;
  }
}
.zjny-domestics-screen-02 .content-header .btn a {
  display: inline-block;
  padding: 0.625rem 1.875rem;
  background-color: #5c8e85;
  color: #fff;
  text-decoration: none;
  border-radius: 0.3125rem;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-02 .content-header .btn a {
    padding: 2vw 4vw;
    border-radius: 0.8vw;
    font-size: 3.6vw;
  }
}
.zjny-domestics-screen-02 .content-body .list-ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-02 .content-body .list-ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }
}
.zjny-domestics-screen-02 .content-body .list-ul .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-02 .content-body .list-ul .list-item {
    gap: 4vw;
  }
}
.zjny-domestics-screen-02 .content-body .list-ul .list-item .left-pic {
  height: 11.25rem;
  overflow: hidden;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-02 .content-body .list-ul .list-item .left-pic {
    height: 35vw;
  }
}
.zjny-domestics-screen-02 .content-body .list-ul .list-item .left-pic:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.zjny-domestics-screen-02 .content-body .list-ul .list-item .left-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-domestics-screen-02 .content-body .list-ul .list-item .right-content {
  text-align: center;
}
.zjny-domestics-screen-02 .content-body .list-ul .list-item .right-content .title {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-02 .content-body .list-ul .list-item .right-content .title {
    font-size: 3.6vw;
  }
}
.zjny-domestics-screen-02 .content-body .list-ul .list-item .right-content .desc {
  margin-top: 0.3125rem;
  font-size: 1rem;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-02 .content-body .list-ul .list-item .right-content .desc {
    font-size: 3.6vw;
    margin-top: 3vw;
  }
}

.zjny-domestics-screen-03 {
  padding: 3.125rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-03 {
    padding: 7vw 4vw 0;
  }
}
.zjny-domestics-screen-03 .domestics-banner-swiper {
  overflow: hidden;
  position: relative;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-03 .domestics-banner-swiper {
    border-radius: 1vw;
  }
}
.zjny-domestics-screen-03 .domestics-banner-swiper .swiper-slide {
  height: 18.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-03 .domestics-banner-swiper .swiper-slide {
    height: 55vw;
  }
}
.zjny-domestics-screen-03 .domestics-banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-domestics-screen-03 .domestics-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-domestics-screen-03 .domestics-banner-swiper .swiper-pagination {
    bottom: 4vw;
  }
}
.zjny-domestics-screen-03 .domestics-banner-swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 0.3125rem;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-03 .domestics-banner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
    margin: 0 1vw;
  }
}
.zjny-domestics-screen-03 .domestics-banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.zjny-domestics-screen-04 {
  padding: 3.125rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-04 {
    padding: 7vw 4vw;
  }
}
.zjny-domestics-screen-04 .content-header {
  text-align: center;
}
.zjny-domestics-screen-04 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-04 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-domestics-screen-04 .content-body {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-04 .content-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    margin-top: 7vw;
  }
}
.zjny-domestics-screen-04 .content-body .left-list-wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-04 .content-body .left-list-wrap {
    width: 100%;
    gap: 4vw;
  }
}
.zjny-domestics-screen-04 .content-body .left-list-wrap .list-item {
  border: 0.0625rem solid #071d49;
  border-left: 0.3125rem solid #071d49;
  padding: 1.25rem;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-04 .content-body .left-list-wrap .list-item {
    padding: 3vw 4vw;
    border-radius: 0.8vw;
  }
}
.zjny-domestics-screen-04 .content-body .left-list-wrap .list-item .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #071d49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-04 .content-body .left-list-wrap .list-item .title {
    font-size: 4vw;
    gap: 2vw;
  }
}
.zjny-domestics-screen-04 .content-body .left-list-wrap .list-item .title::before {
  content: "";
  display: inline-block;
  background: url(../images/icon5.svg) no-repeat center center;
  background-size: contain;
  width: 1.625rem;
  height: 1.625rem;
  position: relative;
  top: 0.1875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-04 .content-body .left-list-wrap .list-item .title::before {
    top: 0.5vw;
    width: 5vw;
    height: 5vw;
  }
}
.zjny-domestics-screen-04 .content-body .left-list-wrap .list-item .desc {
  margin-top: 0.625rem;
  font-size: 1rem;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-04 .content-body .left-list-wrap .list-item .desc {
    font-size: 3.6vw;
    margin-top: 3vw;
  }
}
.zjny-domestics-screen-04 .content-body .right-pic-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 32.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-04 .content-body .right-pic-wrap {
    height: 65vw;
  }
}
.zjny-domestics-screen-04 .content-body .right-pic-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.zjny-domestics-screen-05 {
  background: rgba(241, 241, 241, 0.3333333333);
  padding: 3.125rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-05 {
    padding: 7vw 4vw;
  }
}
.zjny-domestics-screen-05 .content-header {
  text-align: center;
}
.zjny-domestics-screen-05 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-05 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-domestics-screen-05 .content-body {
  padding-top: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-05 .content-body {
    padding-top: 20vw;
  }
}
.zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-slide {
  width: 25%;
  background: #fff;
  border-radius: 0.625rem;
  position: relative;
  padding: 4.375rem 2.5rem 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-slide {
    padding: 14vw 4vw 4vw;
    width: 70%;
    border-radius: 3vw;
  }
}
.zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-slide .icon {
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  top: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
  border: 0.1875rem solid #fff;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-slide .icon {
    width: 20vw;
    height: 20vw;
    top: -10vw;
    border-width: 1vw;
  }
}
.zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-slide .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-slide .name {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-slide .name {
    font-size: 4vw;
  }
}
.zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-slide .time {
  margin-top: 0.3125rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-slide .time {
    font-size: 3.4vw;
    margin-top: 2.5vw;
  }
}
.zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-slide .star {
  margin-top: 0.3125rem;
  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: 0.3125rem;
  font-size: 0.875rem;
  color: #ffc107;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-slide .star {
    font-size: 3.4vw;
    margin-top: 2.5vw;
    gap: 1vw;
  }
}
.zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-slide .desc {
  margin-top: 0.625rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-slide .desc {
    font-size: 3.6vw;
    margin-top: 3vw;
  }
}
.zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-pagination {
    margin-top: 7vw;
  }
}
.zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
    margin: 0 1vw;
  }
}
.zjny-domestics-screen-05 .content-body .domestics-customer-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5c8e85;
}

.zjny-singel-domestics-screen-01 {
  padding: 5rem 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-01 {
    padding: 10vw 4vw;
    margin-bottom: 7vw;
  }
}
.zjny-singel-domestics-screen-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.zjny-singel-domestics-screen-01 .content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  max-width: 52.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-01 .content-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zjny-singel-domestics-screen-01 .content-body .sub-title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-01 .content-body .sub-title-list {
    font-size: 3.4vw;
    gap: 4vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.zjny-singel-domestics-screen-01 .content-body .sub-title-list .list-item {
  color: #5c8e85;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-01 .content-body .sub-title-list .list-item {
    gap: 2vw;
  }
}
.zjny-singel-domestics-screen-01 .content-body .sub-title-list .list-item i {
  display: inline-block;
}
.zjny-singel-domestics-screen-01 .content-body .sub-title-list .list-item span {
  color: #fff;
}
.zjny-singel-domestics-screen-01 .content-body .title {
  margin-top: 0.625rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-01 .content-body .title {
    font-size: 6.8vw;
    margin-top: 3vw;
  }
}
.zjny-singel-domestics-screen-01 .content-body .list-ul {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-01 .content-body .list-ul {
    font-size: 3.4vw;
    gap: 4vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5vw;
  }
}
.zjny-singel-domestics-screen-01 .content-body .list-ul .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-01 .content-body .list-ul .list-item {
    gap: 2vw;
  }
}
.zjny-singel-domestics-screen-01 .content-body .btn-box {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-01 .content-body .btn-box {
    gap: 4vw;
    margin-top: 6vw;
  }
}
.zjny-singel-domestics-screen-01 .content-body .btn-box a {
  display: inline-block;
  padding: 0.625rem 1.875rem;
  background-color: #5c8e85;
  border: 0.0625rem solid #5c8e85;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-01 .content-body .btn-box a {
    padding: 2vw 4vw;
    border-radius: 0.7vw;
  }
}
.zjny-singel-domestics-screen-01 .content-body .btn-box a:hover {
  background-color: #4a736a;
}
.zjny-singel-domestics-screen-01 .content-body .btn-box a:nth-child(2) {
  background-color: transparent;
  border-color: #fff;
}
.zjny-singel-domestics-screen-01 .content-body .btn-box a:nth-child(2):hover {
  background-color: #4a736a;
  border-color: #4a736a;
}

@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-02 {
    padding: 0 4vw;
  }
}
.zjny-singel-domestics-screen-02 .content-body .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.zjny-singel-domestics-screen-02 .content-body .btn-box a {
  display: inline-block;
  padding: 0.625rem 1.875rem;
  background-color: #5c8e85;
  border: 0.0625rem solid #5c8e85;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-02 .content-body .btn-box a {
    padding: 2vw 4vw;
    border-radius: 0.7vw;
  }
}
.zjny-singel-domestics-screen-02 .content-body .btn-box a:hover {
  background-color: #4a736a;
}

.zjny-singel-domestics-screen-03 {
  padding: 3.125rem 0;
  background: #DEE9E7;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-03 {
    padding: 7vw 4vw;
  }
}
.zjny-singel-domestics-screen-03 .content-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-03 .content-header {
    margin-bottom: 6vw;
  }
}
.zjny-singel-domestics-screen-03 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-03 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-singel-domestics-screen-03 .content-body .table-box {
  overflow: auto;
}
.zjny-singel-domestics-screen-03 .content-body .table-box table {
  width: 62.5rem;
  border-radius: 0.3125rem 0.3125rem 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-03 .content-body .table-box table {
    border-radius: 2.5vw 2.5vw 0 0;
  }
}
.zjny-singel-domestics-screen-03 .content-body .table-box .table-header {
  background: #5c8e85;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-03 .content-body .table-box .table-header {
    font-size: 3.6vw;
    padding: 4vw;
  }
}
.zjny-singel-domestics-screen-03 .content-body .table-box .table-header th {
  padding: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-03 .content-body .table-box .table-header th {
    padding: 4vw;
  }
}
.zjny-singel-domestics-screen-03 .content-body .table-box .table-header th:first-child {
  border-radius: 0.625rem 0 0 0;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-03 .content-body .table-box .table-header th:first-child {
    border-radius: 3vw 0 0 0;
  }
}
.zjny-singel-domestics-screen-03 .content-body .table-box .table-header th:last-child {
  border-radius: 0 0.625rem 0 0;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-03 .content-body .table-box .table-header th:last-child {
    border-radius: 0 3vw 0 0;
  }
}
.zjny-singel-domestics-screen-03 .content-body .table-box tr {
  background: #fff;
}
.zjny-singel-domestics-screen-03 .content-body .table-box tr:nth-child(2n) {
  background: #f2f2f2;
}
.zjny-singel-domestics-screen-03 .content-body .table-box tr td {
  padding: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-03 .content-body .table-box tr td {
    padding: 4vw;
  }
}
.zjny-singel-domestics-screen-03 .content-body .table-box tr td svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-03 .content-body .table-box tr td svg {
    width: 4vw;
    height: 4vw;
  }
}
.zjny-singel-domestics-screen-03 .content-body .table-box img {
  width: 1.875rem;
}

.zjny-singel-domestics-screen-04 {
  padding: 3.125rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-04 {
    padding: 7vw 4vw;
  }
}
.zjny-singel-domestics-screen-04 .content-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-04 .content-header {
    margin-bottom: 6vw;
  }
}
.zjny-singel-domestics-screen-04 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-04 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-singel-domestics-screen-04 .content-body .table-box {
  overflow: auto;
}
.zjny-singel-domestics-screen-04 .content-body .table-box table {
  width: 62.5rem;
  border-radius: 0.3125rem 0.3125rem 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-04 .content-body .table-box table {
    border-radius: 2.5vw 2.5vw 0 0;
  }
}
.zjny-singel-domestics-screen-04 .content-body .table-box .table-header {
  background: #5c8e85;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-04 .content-body .table-box .table-header {
    font-size: 3.6vw;
    padding: 4vw;
  }
}
.zjny-singel-domestics-screen-04 .content-body .table-box .table-header th {
  padding: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-04 .content-body .table-box .table-header th {
    padding: 4vw;
  }
}
.zjny-singel-domestics-screen-04 .content-body .table-box .table-header th:first-child {
  border-radius: 0.625rem 0 0 0;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-04 .content-body .table-box .table-header th:first-child {
    border-radius: 3vw 0 0 0;
  }
}
.zjny-singel-domestics-screen-04 .content-body .table-box .table-header th:last-child {
  border-radius: 0 0.625rem 0 0;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-04 .content-body .table-box .table-header th:last-child {
    border-radius: 0 3vw 0 0;
  }
}
.zjny-singel-domestics-screen-04 .content-body .table-box tr {
  background: #fff;
  text-align: center;
}
.zjny-singel-domestics-screen-04 .content-body .table-box tr:nth-child(2n) {
  background: #f2f2f2;
}
.zjny-singel-domestics-screen-04 .content-body .table-box tr td {
  padding: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-04 .content-body .table-box tr td {
    padding: 4vw;
  }
}
.zjny-singel-domestics-screen-04 .content-body .table-box tr td svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-04 .content-body .table-box tr td svg {
    width: 4vw;
    height: 4vw;
  }
}
.zjny-singel-domestics-screen-04 .content-body .table-box img {
  width: 1.875rem;
}

.zjny-singel-domestics-screen-05 {
  padding: 3.125rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-05 {
    padding: 7vw 4vw;
  }
}
.zjny-singel-domestics-screen-05 .content-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-05 .content-header {
    margin-bottom: 6vw;
  }
}
.zjny-singel-domestics-screen-05 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-05 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-singel-domestics-screen-05 .content-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-05 .content-body {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
}
.zjny-singel-domestics-screen-05 .content-body .list-box {
  -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);
  border-radius: 0.625rem;
  padding: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-05 .content-body .list-box {
    padding: 4vw;
    border-radius: 2.5vw;
  }
}
.zjny-singel-domestics-screen-05 .content-body .list-box .list-header .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-05 .content-body .list-box .list-header .title {
    font-size: 4vw;
  }
}
.zjny-singel-domestics-screen-05 .content-body .list-box .list-ul {
  margin-top: 0.625rem;
  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.3125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-05 .content-body .list-box .list-ul {
    gap: 2vw;
    margin-top: 3vw;
  }
}
.zjny-singel-domestics-screen-05 .content-body .list-box .list-ul .list-item {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-05 .content-body .list-box .list-ul .list-item {
    gap: 2vw;
    font-size: 3.6vw;
  }
}
.zjny-singel-domestics-screen-05 .content-body .list-box .list-ul .list-item svg {
  margin-top: 0.1875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-05 .content-body .list-box .list-ul .list-item svg {
    margin-top: 0.6vw;
  }
}

.zjny-singel-domestics-screen-06 {
  padding: 0 0 3.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-singel-domestics-screen-06 {
    padding: 0 4vw 8vw;
  }
}
.zjny-singel-domestics-screen-06 .pic-box {
  max-width: 62.5rem;
  margin: 0 auto;
}
.zjny-singel-domestics-screen-06 .pic-box img {
  width: 100%;
}

.zjny-about-screen-01 {
  padding: 3.125rem 0;
  background: #d7d9e7;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-01 {
    padding: 8vw 4vw;
  }
}
.zjny-about-screen-01 .content-header {
  text-align: center;
}
.zjny-about-screen-01 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-01 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-about-screen-01 .content-body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-01 .content-body {
    margin-top: 5vw;
  }
}
.zjny-about-screen-01 .content-body .desc {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-01 .content-body .desc {
    font-size: 3.6vw;
  }
}
.zjny-about-screen-01 .content-body .desc p {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-01 .content-body .desc p {
    margin-bottom: 4vw;
  }
}
.zjny-about-screen-01 .content-body .btn {
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-01 .content-body .btn {
    margin-top: 5.5vw;
  }
}
.zjny-about-screen-01 .content-body .btn a {
  display: inline-block;
  border: 1px solid #5c8e85;
  color: #5c8e85;
  padding: 0.5rem 1.25rem;
  border-radius: 0.1875rem;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-01 .content-body .btn a {
    font-size: 3.6vw;
    padding: 1.8vw 3vw;
    border-radius: 0.5vw;
  }
}
.zjny-about-screen-01 .content-body .btn a:hover {
  background-color: #5c8e85;
  color: #fff;
}

.zjny-about-screen-02 {
  padding: 3.125rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-02 {
    padding: 8vw 4vw;
  }
}
.zjny-about-screen-02 .content-header {
  text-align: center;
}
.zjny-about-screen-02 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-02 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-about-screen-02 .content-body {
  margin-top: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-02 .content-body {
    margin-top: 8vw;
  }
}
.zjny-about-screen-02 .content-body .list-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-02 .content-body .list-ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.5vw;
  }
}
.zjny-about-screen-02 .content-body .list-ul .list-item .img {
  width: 100%;
  height: 15.625rem;
  margin-bottom: 1.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-02 .content-body .list-ul .list-item .img {
    height: 55vw;
    border-radius: 2vw;
    margin-bottom: 4vw;
  }
}
.zjny-about-screen-02 .content-body .list-ul .list-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-about-screen-02 .content-body .list-ul .list-item .title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-02 .content-body .list-ul .list-item .title {
    font-size: 3.8vw;
    margin-bottom: 4vw;
  }
}
.zjny-about-screen-02 .content-body .list-ul .list-item .desc {
  font-size: 0.875rem;
  line-height: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-02 .content-body .list-ul .list-item .desc {
    font-size: 3.4vw;
    line-height: 5.8vw;
  }
}
.zjny-about-screen-02 .content-body .list-ul .list-item .btn {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-02 .content-body .list-ul .list-item .btn {
    margin-top: 3vw;
  }
}
.zjny-about-screen-02 .content-body .list-ul .list-item .btn a {
  display: inline-block;
  border: 1px solid #5c8e85;
  color: #5c8e85;
  padding: 0.5rem 1.25rem;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-02 .content-body .list-ul .list-item .btn a {
    font-size: 3.4vw;
    padding: 1.8vw 3vw;
    border-radius: 0.5vw;
  }
}
.zjny-about-screen-02 .content-body .list-ul .list-item .btn a:hover {
  background-color: #5c8e85;
  color: #fff;
}

.zjny-about-screen-03 {
  padding: 3.125rem 0 6.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-03 {
    padding: 8vw 4vw 12vw;
  }
}
.zjny-about-screen-03 .content-header {
  text-align: center;
}
.zjny-about-screen-03 .content-header .header-sub-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #878bb0;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-03 .content-header .header-sub-title {
    font-size: 4vw;
    margin-bottom: 4.5vw;
  }
}
.zjny-about-screen-03 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-03 .content-header .header-title {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
}
.zjny-about-screen-03 .content-header .header-desc {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-03 .content-header .header-desc {
    font-size: 3.6vw;
    margin-bottom: 4vw;
  }
}
.zjny-about-screen-03 .content-header .header-btn {
  margin-top: 0.9375rem;
  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-about-screen-03 .content-header .header-btn {
    margin-top: 3.5vw;
  }
}
.zjny-about-screen-03 .content-header .header-btn a {
  display: inline-block;
  border: 1px solid #5c8e85;
  color: #5c8e85;
  padding: 0.5rem 1.25rem;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-03 .content-header .header-btn a {
    font-size: 3.4vw;
    padding: 1.8vw 3vw;
    border-radius: 0.5vw;
  }
}
.zjny-about-screen-03 .content-header .header-btn a:hover {
  background-color: #5c8e85;
  color: #fff;
}
.zjny-about-screen-03 .content-body {
  margin-top: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-03 .content-body {
    margin-top: 8vw;
  }
}
.zjny-about-screen-03 .content-body .list-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-03 .content-body .list-ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.5vw;
  }
}
.zjny-about-screen-03 .content-body .list-ul .list-item .icon {
  background: #878bb0;
  width: 5.9375rem;
  height: 5.9375rem;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  padding: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-03 .content-body .list-ul .list-item .icon {
    width: 18vw;
    height: 18vw;
    padding: 4vw;
  }
}
.zjny-about-screen-03 .content-body .list-ul .list-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-about-screen-03 .content-body .list-ul .list-item .title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-03 .content-body .list-ul .list-item .title {
    font-size: 3.8vw;
    margin-bottom: 4vw;
  }
}
.zjny-about-screen-03 .content-body .list-ul .list-item .desc {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .zjny-about-screen-03 .content-body .list-ul .list-item .desc {
    font-size: 3.6vw;
    line-height: 5.8vw;
    margin-top: 4vw;
  }
}

.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-faqs-screen-01 {
  padding: 0.625rem 0 5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-faqs-screen-01 {
    padding: 6vw 4vw 5rem;
  }
}
.zjny-faqs-screen-01 .container {
  max-width: 62.5rem;
  margin: 0 auto;
}
.zjny-faqs-screen-01 .content-header {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-faqs-screen-01 .content-header {
    margin-bottom: 10vw;
  }
}
.zjny-faqs-screen-01 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-faqs-screen-01 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-faqs-screen-01 .content-body .list-ul .list-item {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-faqs-screen-01 .content-body .list-ul .list-item {
    margin-bottom: 6vw;
  }
}
.zjny-faqs-screen-01 .content-body .list-ul .list-item .title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-faqs-screen-01 .content-body .list-ul .list-item .title {
    font-size: 4.4vw;
  }
}
.zjny-faqs-screen-01 .content-body .list-ul .list-item .item-ul {
  margin-top: 1.25rem;
  padding: 0 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-faqs-screen-01 .content-body .list-ul .list-item .item-ul {
    padding: 0 3vw;
    margin-top: 4vw;
  }
}
.zjny-faqs-screen-01 .content-body .list-ul .list-item .item-ul .item-li {
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-faqs-screen-01 .content-body .list-ul .list-item .item-ul .item-li {
    margin-bottom: 4.5vw;
  }
}
.zjny-faqs-screen-01 .content-body .list-ul .list-item .item-ul .item-li .item-title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.0625rem solid #ddd;
  padding: 0 0.3125rem 0.625rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .zjny-faqs-screen-01 .content-body .list-ul .list-item .item-ul .item-li .item-title {
    font-size: 3.8vw;
    padding: 0 1vw 2vw;
  }
}
.zjny-faqs-screen-01 .content-body .list-ul .list-item .item-ul .item-li .item-title.active i::before {
  opacity: 0;
}
.zjny-faqs-screen-01 .content-body .list-ul .list-item .item-ul .item-li .item-title i {
  margin-top: 0.625rem;
  position: relative;
  width: 0.75rem;
  height: 0.125rem;
  background: #000;
  margin-right: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-faqs-screen-01 .content-body .list-ul .list-item .item-ul .item-li .item-title i {
    margin-right: 3vw;
    margin-top: 2.5vw;
    width: 3vw;
    height: 0.3vw;
    margin-right: 2vw;
  }
}
.zjny-faqs-screen-01 .content-body .list-ul .list-item .item-ul .item-li .item-title i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.125rem;
  height: 0.75rem;
  background: #000;
}
@media screen and (max-width: 1024px) {
  .zjny-faqs-screen-01 .content-body .list-ul .list-item .item-ul .item-li .item-title i::before {
    height: 3vw;
    width: 0.3vw;
  }
}
.zjny-faqs-screen-01 .content-body .list-ul .list-item .item-ul .item-li .item-title span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zjny-faqs-screen-01 .content-body .list-ul .list-item .item-ul .item-li .item-desc {
  margin-top: 0.625rem;
  padding: 0 0.3125rem;
  display: none;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .zjny-faqs-screen-01 .content-body .list-ul .list-item .item-ul .item-li .item-desc {
    padding: 0 2vw;
    margin-top: 3vw;
    font-size: 3.6vw;
  }
}

.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-booking-screen-01 {
  --primary: #0f6cb2;
  --border: #e5e7eb;
  --text: #1f2937;
  --muted: #6b7280;
  --green: #34d399;
  --red: #ef4444;
  font-family: inherit;
  color: var(--text);
  padding: 3.125rem 0;
  /* Carpet & Fabric panel styles (inline to match request) */
  /* Responsive */
}
@media screen and (max-width: 1024px) {
  .zjny-booking-screen-01 {
    padding: 4vw;
  }
}
.zjny-booking-screen-01 .container {
  max-width: 62.5rem;
}
.zjny-booking-screen-01 .section-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.25rem 0 0.5rem;
}
.zjny-booking-screen-01 .inline-tip {
  color: var(--muted);
  margin-bottom: 0.75rem;
}
.zjny-booking-screen-01 .inline-tip a {
  color: var(--primary);
  text-decoration: none;
}
.zjny-booking-screen-01 .booking-progress {
  margin-bottom: 2.5rem;
  border-bottom: 0.0625rem solid #eee;
  padding-bottom: 2.5rem;
  display: block;
}
.zjny-booking-screen-01 .booking-progress .progress-header {
  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;
  margin-bottom: 0.5rem;
}
.zjny-booking-screen-01 .booking-progress .progress-step {
  font-weight: 600;
  color: var(--text);
}
.zjny-booking-screen-01 .booking-progress .progress-bar {
  height: 6px;
  background: #e9ecef;
  border-radius: 999px;
  overflow: hidden;
}
.zjny-booking-screen-01 .booking-progress .bar {
  display: block;
  height: 100%;
  background: var(--primary);
  border-radius: 999px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.zjny-booking-screen-01 .main-box {
  display: grid;
  grid-template-columns: 1fr 18.75rem;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1024px) {
  .zjny-booking-screen-01 .main-box {
    grid-template-columns: 1fr;
  }
}
.zjny-booking-screen-01 .main-box .info-box {
  max-width: 100%;
  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: 1.25rem;
  border-radius: 1.25rem;
}
.zjny-booking-screen-01 .main-box .info-box .floating-estimate p {
  font-size: 0.875rem;
  color: #5c8e85;
  font-weight: 400;
  margin-bottom: 0.3125rem;
}
.zjny-booking-screen-01 .main-box .info-box .floating-estimate p.total {
  font-weight: 600;
}
.zjny-booking-screen-01 .main-box .info-box .desc {
  margin-top: 0.9375rem;
  font-size: 0.75rem;
}
.zjny-booking-screen-01 .fieldset {
  padding: 0.75rem 0;
  max-width: 37.5rem;
}
.zjny-booking-screen-01 .fieldset.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.zjny-booking-screen-01 .form-row {
  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.375rem;
  margin-bottom: 0.75rem;
}
.zjny-booking-screen-01 label {
  font-size: 0.875rem;
  color: var(--text);
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
.zjny-booking-screen-01 .choices label {
  font-weight: 400;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zjny-booking-screen-01 .choices label input {
  margin-right: 0.3125rem;
}
.zjny-booking-screen-01 input[type=text],
.zjny-booking-screen-01 input[type=password],
.zjny-booking-screen-01 input[type=email],
.zjny-booking-screen-01 input[type=tel],
.zjny-booking-screen-01 input[type=date],
.zjny-booking-screen-01 input[type=time],
.zjny-booking-screen-01 input[type=number],
.zjny-booking-screen-01 select {
  border: 1px solid var(--border);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.95rem;
}
.zjny-booking-screen-01 .carpet-fabric-panel {
  margin-top: 24px;
}
.zjny-booking-screen-01 .carpet-fabric-panel .carpet-tip {
  font-weight: 600;
  margin: 0 0 12px;
}
.zjny-booking-screen-01 .price-table {
  max-width: 37.5rem;
  border-collapse: separate;
  border-spacing: 0;
}
.zjny-booking-screen-01 .price-table thead th {
  background: #3f7f73;
  color: #fff;
  padding: 12px 16px;
  font-weight: 600;
  text-align: left;
}
.zjny-booking-screen-01 .price-table thead th:first-child {
  border-top-left-radius: 12px;
}
.zjny-booking-screen-01 .price-table thead th:last-child {
  border-top-right-radius: 12px;
}
.zjny-booking-screen-01 .price-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #e9ecef;
}
.zjny-booking-screen-01 .price-table tbody tr:nth-child(even) td {
  background: #f6f8f7;
}
.zjny-booking-screen-01 .price-table .group-title td {
  font-weight: 700;
  background: transparent !important;
  padding-top: 18px;
  border-bottom-color: transparent;
}
.zjny-booking-screen-01 .price-table .muted {
  color: #6c757d;
  font-weight: 400;
}
.zjny-booking-screen-01 .choices.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.zjny-booking-screen-01 .choices.inline.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}
.zjny-booking-screen-01 .services-table-wrap {
  overflow-x: auto;
  margin: 0.5rem 0 1rem;
}
.zjny-booking-screen-01 .services-table {
  width: 100%;
  border-collapse: collapse;
}
.zjny-booking-screen-01 .services-table th,
.zjny-booking-screen-01 .services-table td {
  border-bottom: 1px solid var(--border);
  padding: 0.625rem 0.75rem;
  text-align: left;
}
.zjny-booking-screen-01 .services-table thead th {
  font-weight: 600;
  background: #f9fafb;
}
.zjny-booking-screen-01 .dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  display: inline-block;
}
.zjny-booking-screen-01 .dot.green {
  background: var(--green);
}
.zjny-booking-screen-01 .dot.red {
  background: var(--red);
}
.zjny-booking-screen-01 .phone-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zjny-booking-screen-01 .phone-input select {
  min-width: 90px;
}
.zjny-booking-screen-01 .summary {
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  margin: 0.5rem 0 1rem;
  background: #f9fafb;
}
.zjny-booking-screen-01 .summary-row {
  margin: 0.25rem 0;
}
.zjny-booking-screen-01 .summary-row.total {
  margin-top: 0.5rem;
  color: #166534;
  font-weight: 700;
}
.zjny-booking-screen-01 .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.zjny-booking-screen-01 .actions.two {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.zjny-booking-screen-01 .btn {
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  cursor: pointer;
}
.zjny-booking-screen-01 .btn.primary {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
@media (max-width: 1024px) {
  .zjny-booking-screen-01 .fieldset.grid-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .zjny-booking-screen-01 .choices.inline {
    gap: 0.75rem;
  }
  .zjny-booking-screen-01 .section-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .zjny-booking-screen-01 .progress-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25rem;
  }
  .zjny-booking-screen-01 .btn {
    width: 100%;
  }
  .zjny-booking-screen-01 .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .zjny-booking-screen-01 .phone-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .zjny-booking-screen-01 .phone-input select {
    width: 100%;
  }
}

#booking-login-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
#booking-login-modal.is-open {
  display: block;
}

.woocommerce .zjny-thankyou, .woocommerce .zjny-pay {
  padding: 2.5rem 0;
}
.woocommerce form#order_review {
  max-width: 56.25rem;
  margin: 0 auto;
  background: #fff;
  border: 0.0625rem solid #e9f4ec;
  border-radius: 0.75rem;
  padding: 1.25rem 1.25rem;
}
.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border: 0.0625rem solid #e9f4ec;
  border-radius: 0.5rem;
  overflow: hidden;
}
.woocommerce table.shop_table thead th {
  font-weight: 600;
  color: #173f37;
  background: #f2f7f4;
  border-bottom: 0.0625rem solid #e9f4ec;
  padding: 0.75rem 0.875rem;
}
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  padding: 0.75rem 0.875rem;
  border-bottom: 0.0625rem solid #eee;
}
.woocommerce .wc_payment_methods.payment_methods.methods {
  background: #f7faf9;
  border: 0.0625rem solid #e9f4ec;
  border-radius: 0.5rem;
  padding: 0.75rem 0.75rem;
  margin: 1rem 0;
}
.woocommerce .wc_payment_methods.payment_methods.methods li {
  padding: 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
}
.woocommerce .payment_box {
  background: #eef6f2;
  border: 0.0625rem solid #e0efe7;
  border-radius: 0.5rem;
  padding: 0.75rem 0.75rem;
}
.woocommerce #payment {
  margin-top: 1rem;
}
.woocommerce .form-row #place_order.button.alt {
  background: #173f37;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  min-width: 10rem;
}
.woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  max-width: 56.25rem;
  margin: 0 auto 1rem;
  background: #eef6f2;
  border: 0.0625rem solid #e0efe7;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  color: #173f37;
}
.woocommerce .woocommerce-order-overview.order_details {
  max-width: 56.25rem;
  margin: 0 auto 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.woocommerce .woocommerce-order-overview.order_details li {
  background: #fff;
  border: 0.0625rem solid #e9f4ec;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  color: #173f37;
}
.woocommerce .woocommerce-order-overview.order_details li.method {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.woocommerce .woocommerce-order-overview.order_details li.method strong {
  margin-left: 0.25rem;
}
.woocommerce section.woocommerce-order-details {
  max-width: 56.25rem;
  margin: 0 auto 1.25rem;
}
.woocommerce ul.order_details::before, .woocommerce ul.order_details::after {
  content: normal !important;
}
@media screen and (max-width: 1024px) {
  .woocommerce form#order_review {
    max-width: 92vw;
    padding: 4vw;
    border-radius: 2vw;
  }
  .woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    max-width: 92vw;
    padding: 3.2vw 3.6vw;
    border-radius: 2vw;
  }
  .woocommerce .woocommerce-order-overview.order_details {
    max-width: 92vw;
    grid-template-columns: 1fr 1fr;
    gap: 3.2vw;
  }
  .woocommerce .woocommerce-order-overview.order_details li.method {
    grid-column: 1/-1;
  }
  .woocommerce .form-row #place_order.button.alt {
    border-radius: 1.8vw;
    padding: 2.4vw 2.8vw;
    min-width: 0;
  }
}

.zjny-pay,
.zjny-thankyou {
  padding: 2.5rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-pay,
  .zjny-thankyou {
    padding: 8vw 0;
  }
}

.zjny-thankyou .woocommerce-order > p {
  max-width: 56.25rem;
  margin: 0 auto 1rem;
  color: #173f37;
}

#booking-login-modal .login-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
#booking-login-modal .login-modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32.5rem;
  max-width: 90vw;
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0.875rem 1.75rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.875rem 1.75rem rgba(0, 0, 0, 0.2);
}
#booking-login-modal .login-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
}
#booking-login-modal .login-modal__close {
  background: none;
  border: 0;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  color: #5B6770;
}
#booking-login-modal .login-modal__body .woocommerce-form-login .form-row {
  margin-bottom: 1rem;
}
#booking-login-modal .login-modal__body .woocommerce-form-login label {
  font-size: 0.875rem;
  color: #173f37;
  margin-bottom: 0.375rem;
  display: inline-block;
}
#booking-login-modal .login-modal__body .woocommerce-form-login input.input-text {
  width: 100%;
  border: 0.0625rem solid #dfe7df;
  border-radius: 0.5rem;
  padding: 0.75rem 0.875rem;
  height: 2.75rem;
  outline: none;
}
#booking-login-modal .login-modal__body .woocommerce-form-login input.input-text:focus {
  border-color: #b7d6c5;
  -webkit-box-shadow: 0 0 0 0.125rem #e9f5ee;
          box-shadow: 0 0 0 0.125rem #e9f5ee;
}
#booking-login-modal .login-modal__body .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
#booking-login-modal .login-modal__body .woocommerce-form-login .button {
  background: #173f37;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  width: 100%;
  display: block;
}
#booking-login-modal .login-modal__body .woocommerce-form-login .woocommerce-LostPassword {
  text-align: center;
  margin-top: 0.875rem;
}
#booking-login-modal .login-modal__body form p {
  margin-bottom: 1rem;
}
#booking-login-modal .login-modal__body form input[type=text],
#booking-login-modal .login-modal__body form input[type=password],
#booking-login-modal .login-modal__body form input[type=email] {
  width: 100%;
  border: 0.0625rem solid #dfe7df;
  border-radius: 0.5rem;
  padding: 0.75rem 0.875rem;
  height: 2.75rem;
  outline: none;
}
#booking-login-modal .login-modal__body form input[type=text]:focus,
#booking-login-modal .login-modal__body form input[type=password]:focus,
#booking-login-modal .login-modal__body form input[type=email]:focus {
  border-color: #b7d6c5;
  -webkit-box-shadow: 0 0 0 0.125rem #e9f5ee;
          box-shadow: 0 0 0 0.125rem #e9f5ee;
}
#booking-login-modal .login-modal__body form input[type=submit] {
  background: #173f37;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  #booking-login-modal .login-modal__content {
    width: auto;
    max-width: 92vw;
    padding: 4vw;
    border-radius: 2vw;
  }
  #booking-login-modal .login-modal__body .woocommerce-form-login .form-row {
    margin-bottom: 3.2vw;
  }
  #booking-login-modal .login-modal__body .woocommerce-form-login label {
    font-size: 3.4vw;
    margin-bottom: 1.6vw;
  }
  #booking-login-modal .login-modal__body .woocommerce-form-login input.input-text {
    border-radius: 1.6vw;
    padding: 2.4vw 2.8vw;
    height: 9vw;
  }
  #booking-login-modal .login-modal__body .woocommerce-form-login .button {
    border-radius: 1.8vw;
    padding: 2.4vw 2.8vw;
  }
  #booking-login-modal .login-modal__body form p {
    margin-bottom: 3.2vw;
  }
  #booking-login-modal .login-modal__body form input[type=text],
  #booking-login-modal .login-modal__body form input[type=password],
  #booking-login-modal .login-modal__body form input[type=email] {
    border-radius: 1.6vw;
    padding: 2.4vw 2.8vw;
    height: 9vw;
  }
  #booking-login-modal .login-modal__body form input[type=submit] {
    border-radius: 1.8vw;
    padding: 2.4vw 2.8vw;
  }
}

/* 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 {
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1024px) {
  .zjny-myaccount-layout {
    grid-template-columns: 1fr;
    gap: 3vw;
  }
}

.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-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-container {
  max-width: 32.5rem;
  margin: 2.5rem auto;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 1024px) {
  .zjny-auth-container {
    margin: 6vw auto;
    padding: 4vw 2.4vw;
  }
}

/* 旧的双列布局样式保留但不再使用 */
/* .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;
}

.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: 2.5rem;
}
.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 .img {
  height: 18.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul .list-item .img {
    height: 45vw;
  }
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .img a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .img a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .content {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul .list-item .content {
    margin-top: 3.5vw;
  }
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .content .title a {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul .list-item .content .title a {
    font-size: 3.6vw;
    line-height: 4.4vw;
    height: 4.4vw;
  }
}
.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-page-news-module-01 {
  padding: 0 0 6.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 {
    padding: 0 4vw 10vw;
  }
}
.zjny-page-news-module-01 .content-header .title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #00825f;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-header .title {
    font-size: 5.6vw;
  }
}
.zjny-page-news-module-01 .content-body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body {
    margin-top: 5vw;
  }
}
.zjny-page-news-module-01 .content-body .list-ul .list-item {
  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;
  gap: 1.875rem;
  -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);
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body .list-ul .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.zjny-page-news-module-01 .content-body .list-ul .list-item:last-child {
  margin-bottom: 0;
}
.zjny-page-news-module-01 .content-body .list-ul .list-item:hover .list-item-img a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-img {
  max-width: 21.875rem;
  height: 13.75rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-img {
    height: 50vw;
    max-width: 100%;
    width: 100%;
  }
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-img a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content {
    padding: 5vw;
  }
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .list-item-title {
  display: block;
  font-size: 1.25rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .list-item-title {
    font-size: 3.8vw;
    height: 5.5vw;
    line-height: 5.5vw;
  }
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .date {
  margin-top: 0.3125rem;
  font-size: 1rem;
  color: #999;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .date {
    font-size: 3.6vw;
    margin-top: 1vw;
  }
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .desc {
  margin-top: 0.3125rem;
  font-size: 1rem;
  height: 3.125rem;
  line-height: 1.5625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .desc {
    font-size: 3.6vw;
    height: 10vw;
    line-height: 5vw;
    margin-top: 1vw;
  }
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .morebtn a {
  display: inline-block;
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  color: #00825f;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .morebtn a {
    font-size: 3.6vw;
    margin-top: 1.5vw;
  }
}

.zjny-single-news-module-01 {
  margin: 0 auto;
  padding: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 {
    padding: 4vw;
  }
}
.zjny-single-news-module-01 .news-title-section {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-title-section {
    margin-bottom: 5vw;
  }
}
.zjny-single-news-module-01 .news-title-section .news-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-title-section .news-title {
    font-size: 6vw;
  }
}
.zjny-single-news-module-01 .news-date-section {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-date-section {
    margin-bottom: 6vw;
  }
}
.zjny-single-news-module-01 .news-date-section .news-date {
  font-size: 1rem;
  color: #666;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-date-section .news-date {
    font-size: 3.2vw;
  }
}
.zjny-single-news-module-01 .news-content-section {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-content-section {
    margin-bottom: 8vw;
  }
}
.zjny-single-news-module-01 .news-content-section .news-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-content-section .news-content {
    font-size: 3.2vw;
  }
}
.zjny-single-news-module-01 .news-content-section .news-content p {
  margin-bottom: 1.5em;
  color: #333;
}
.zjny-single-news-module-01 .news-content-section .news-content h1, .zjny-single-news-module-01 .news-content-section .news-content h2, .zjny-single-news-module-01 .news-content-section .news-content h3, .zjny-single-news-module-01 .news-content-section .news-content h4, .zjny-single-news-module-01 .news-content-section .news-content h5, .zjny-single-news-module-01 .news-content-section .news-content h6 {
  margin: 1.5em 0 1em;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
}
.zjny-single-news-module-01 .news-content-section .news-content img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
.zjny-single-news-module-01 .news-content-section .news-content ul, .zjny-single-news-module-01 .news-content-section .news-content ol {
  margin: 1.5em 0;
  padding-left: 2em;
}
.zjny-single-news-module-01 .news-content-section .news-content ul li, .zjny-single-news-module-01 .news-content-section .news-content ol li {
  margin-bottom: 0.5em;
  list-style: disc;
  color: #333;
}
.zjny-single-news-module-01 .news-content-section .news-content blockquote {
  margin: 2em 0;
  padding: 1em 2em;
  border-left: 4px solid #128690;
  background: #f8f9fa;
  font-style: italic;
}
.zjny-single-news-module-01 .news-navigation-section .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-navigation-section .nav-links {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.zjny-single-news-module-01 .news-navigation-section .nav-previous a,
.zjny-single-news-module-01 .news-navigation-section .nav-next a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 1.25rem;
  border: 1px solid #eee;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-navigation-section .nav-previous a,
  .zjny-single-news-module-01 .news-navigation-section .nav-next a {
    padding: 3vw;
    border-radius: 1.2vw;
  }
}
.zjny-single-news-module-01 .news-navigation-section .nav-previous a:hover,
.zjny-single-news-module-01 .news-navigation-section .nav-next a:hover {
  border-color: #128690;
  background: #f8f9fa;
}
.zjny-single-news-module-01 .news-navigation-section .nav-previous a:hover .nav-title,
.zjny-single-news-module-01 .news-navigation-section .nav-next a:hover .nav-title {
  color: #128690;
}
.zjny-single-news-module-01 .news-navigation-section .nav-previous a {
  text-align: left;
}
.zjny-single-news-module-01 .news-navigation-section .nav-next a {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-navigation-section .nav-next a {
    text-align: left;
  }
}
.zjny-single-news-module-01 .news-navigation-section .nav-subtitle {
  display: block;
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-navigation-section .nav-subtitle {
    font-size: 2.8vw;
    margin-bottom: 1.6vw;
  }
}
.zjny-single-news-module-01 .news-navigation-section .nav-title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-navigation-section .nav-title {
    font-size: 3.2vw;
  }
}

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

.container {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 1024px) {
  .container {
    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;
}