/* template css */
:root {
  --fontFamily: "PingFang SC", "Microsoft Yahei UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --hover-color: #11a4e2;
  --list-color: rgb(82, 82, 82);
  --content-color: rgb(82, 82, 82);
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-pagenavi {
  margin: 30px 0;
  font-size: 12px;
}

.wp-pagenavi {
  text-align: left;
  line-height: 24px;
}

.wp-pagenavi {
  width: 100%;
}

.wp-pagenavi > span,
.wp-pagenavi > a {
  margin: 4px 6px 4px 0;
  padding: 2px 10px;
  text-decoration: none;
  background-color: rgb(255 255 255 / 0%);
  color: #666;
  display: inline-block;
  border: 1px solid #e0e0e0;
}

.wp-pagenavi a:hover,
.wp-pagenavi > .current {
  background-color: #232323;
  color: #fff !important;
}

/*  */
div {
  -webkit-overflow-scrolling: touch;
}
.G-Wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.Main-wrapper {
  flex-grow: 1;
}

header.a-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 996;
}

.a-header-c {
  width: var(--global-width);
  max-width: var(--global-max-width);
  margin: auto;
  position: relative;
  padding: 1.25em 0;
}

.a-header-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a-h-logo img {
  max-height: 64px;
  width: auto;
  display: block;
}

.main_menu {
  position: relative;
}

.main_menuc {
  display: flex;
  flex-wrap: wrap;
}

.a-h-search form > div {
  position: relative;
}

.a-h-search form > div input.s-input {
  border: 1px solid #afafaf;
  border-radius: 200px;
  height: 2.85em;
  padding: 0 1em;
  width: 100%;
  outline: none;
  padding-right: 3em;
}

.a-h-search form > div input.s-button {
  position: absolute;
  max-width: 14px;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 1.25em;
}

.main_menuc > li {
  margin: 0 1em;
  position: relative;
}

.main_menuc > li > a:hover {
  color: var(--hover-color);
}

.main_menuc li a {
  transition: 0.3s;
}

span.child-indicator svg {
  fill: var(--list-color);
}

.menu-item > i.fa {
  display: none;
}

.menu-item > span.child-indicator {
  display: none;
}

.main_menuc > .menu-item-has-children > i.fa {
  display: inline-block;
  font-size: 12px;
  margin-left: 0.75em;
  color: rgb(185 185 185);
}

.main_menuc > .menu-item-has-children > span.child-indicator {
  display: inline-block;
  margin-left: 0.75em;
}

.main_menuc > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 1em;
  padding-top: 1em;
  width: 220px;
  padding-bottom: 1em;
  transition: 0.3s;
  left: -1em;
  transform: translate3d(0px, 10px, 0px);
  opacity: 0;
  pointer-events: none;
}

.main_menuc > li:hover > ul.sub-menu {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  pointer-events: auto;
}

.main_menuc > li > ul.sub-menu li a {
  font-size: 0.925em;
  color: var(--list-color);
}

.main_menuc > li > ul.sub-menu li a:hover {
  color: var(--hover-color);
}

.main_menuc > li > ul.sub-menu > li > ul.sub-menu {
  padding-left: 1em;
  border-left: 1px solid rgb(234 234 234);
  margin: 0.35em 0;
  margin-bottom: 0.5em;
}

.main_menuc > li > ul.sub-menu > li > ul.sub-menu li a {
  font-size: 0.875em;
}

.main_menuc > li > ul.sub-menu > li > ul.sub-menu li {
  line-height: 1.4;
}

.current-menu-item > a,
.current-category-ancestor > a,
.current-menu-ancestor > a {
  color: var(--hover-color);
}

.a-h-sec {
  display: flex;
  align-items: center;
}

.a-h-sec > div {
  margin-left: 2.5em;
}

.footer-a {
  width: var(--global-width);
  max-width: var(--global-max-width);
  margin: auto;
  position: relative;
  padding: 1.25em 0;
}

footer.a-footer {
  background: #fff;
}

.footer-a-c {
  font-size: 0.825em;
  color: #5d5d5d;
}

/* category list */

li.categories > ul > li {
  display: none;
}

li.categories > ul > li.cat-item.current-cat-parent {
  display: block;
}

li.categories > ul > li.cat-item.current-cat-ancestor {
  display: block;
}

li.categories > ul > li.current-cat {
  display: block;
}

li.categories > ul > li ul.children {
  padding-left: 0.75em;
  border-left: 1px solid #dadada;
  margin: 0.25em 0;
}

li.categories > ul > li ul.children li a {
  font-size: 0.925em;
}

li.categories > ul > li ul.children li a {
  color: var(--list-color);
}

li.categories > ul > li ul.children li.current-cat > a {
  color: var(--hover-color);
}

.current-cat > a {
  color: var(--hover-color);
}

.normal-content {
  width: var(--global-width);
  max-width: var(--global-max-width);
  margin: var(--global-margin) auto;
}

.bread_cumb_nav {
  font-size: 0.825em;
  margin-bottom: 2.25em;
  width: 100%;
}

.bread_cumb_nav > a {
  display: inline-block;
}

.post-loop-contain {
  display: flex;
}

.category-wrapper {
  min-width: 200px;
  padding-right: 2em;
}

li.categories > h2 {
  line-height: 1;
  margin-bottom: 0.5em;
}

li.categories > ul > li > a {
  font-size: 1.65em;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 0.65em;
  color: inherit;
}

li.categories > h2 {
  display: none;
}

.loop-wrapper {
  width: 100%;
}

.post-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.post-container > div {
  width: calc(25% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
}

.def-post-item h1 {
  font-size: 1em;
}

.img-wrap {
  position: relative;
  padding-bottom: 100%;
}

.img-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.def-post-item .post-img {
  margin-bottom: 0.5em;
}

.normal-header {
  width: var(--global-width);
  max-width: var(--global-max-width);
  margin: var(--global-margin) auto;
}

.post-header-bg .img-wrap {
  padding-bottom: 0;
  height: 47vh;
  min-height: 360px;
}

.post-header-content {
  position: relative;
}

.post-header-bg {
  position: relative;
}

.post-header-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #000;
  opacity: 0.35;
}

.normal-header-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  margin: auto;
}

.normal-header-absolute {
  display: flex;
  align-items: center;
}

.normal-header-absolute > div {
  margin: auto;
  width: var(--global-width);
  max-width: var(--global-max-width);
}

h1.as-title {
  margin-bottom: 0.65em;
}

.cat-summary {
  max-width: 480px;
  font-size: 0.875em;
}

h1.as-title span {
  font-size: 1.25em;
}

.def-p-dt-cc {
  display: flex;
  flex-wrap: wrap;
}

.def-p-dt-hb {
  width: 100%;
}

.def-p-dt-c1 {
  width: 50%;
}

.def-p-dt-c2 {
  width: 50%;
  padding-left: 10%;
}

.title_1 h4 {
  font-size: 1.5em;
  margin-bottom: 1em;
  line-height: 1;
}

.p-summary {
  font-size: 0.875em;
  color: var(--content-color);
}

.def-basic-content {
  max-width: 420px;
}

.title_1 h4::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1px;
  background: var(--hover-color);
  margin: 1em 0;
}

.def-swiper-m1 > div {
  margin-bottom: 8px;
}

.def-p-dt-c3 {
  margin-top: 1.5em;
  border-top: 1px solid #eee;
  padding: 1.5em 0;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #eee;
}

.def-p-dt-c4 {
  width: 100%;
}

.detail-product-title {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.related-product-title {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.related-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.related-product-list > div {
  width: calc(16.666% - 20px);
  margin: 10px;
}

.rl-pd-title {
  font-size: 1em;
  margin: 0.5em 0;
}
h1.as-title {
  color: #fff;
}

.normal-header-absolute > div {
  width: var(--container-width);
  max-width: var(--container-max-width);
}

.normal-content {
  width: var(--container-width);
  max-width: var(--container-max-width);
  margin: 60px auto;
}
/* end */

.uuu .grid-container {
  width: 80%;
}
.wp-block-group.alignwide.eplus-QPfiRL.uoe .gutentor-image-thumb img {
  height: 250px;
  object-fit: cover;
}

.wp-block-group.alignwide.eplus-QPfiRL.uoe .gutentor-section {
  background: none;
  padding: 0;
}
.wp-block-group.alignwide.eplus-QPfiRL.uoe {
  margin: 0;
  max-width: 100% !important;
  width: 100% !important;
}

.wp-block-group.alignwide.eplus-QPfiRL.uoe .gutentor-section {
  padding: 0 !important;
}
.def-p-dt-c3 {
  width: 100%;
}

.content-wide [data-structure*="default"] .entry-content > *:not(.alignwide):not(.alignfull).eplus-Kk7Csq {
  max-width: 1540px !important;
  width: 90% !important;
}

.content-wide [data-structure*="default"] .entry-content > *:not(.alignwide):not(.alignfull).eplus-Kk7Csq .grid-container {
  max-width: 100%;
}
.grid-container {
  max-width: 1280px;
}
.sfdfgsfdad .grid-container {
  max-width: 100%;
}

@media (max-width: 599px) {
  article#post-387 .wp-block-getwid-section__background {
    background-image: none !important;
  }
  .wp-block-getwid-section.odsnhljdf.alignfull.getwid-section-content-custom-width.getwid-init .wp-block-getwid-section__background {
    background-image: none !important;
  }
  .post-loop-hhhead.normal-content h1 {
    font-size: 1.5em;
  }
  .gutentor-grid-column.grid-lg-3.grid-md-4.grid-12 {
    width: 50%;
    flex: 0 0 50%;
    padding: 10px;
  }
  .wp-block-columns.eplus-fHPKut.has-text-align-center .wp-block-column {
    flex-basis: 50% !important;
    padding: 10px;
  }
  .wp-block-group.eplus-Kk7Csq > div > section {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
  }

  .wp-block-group.eplus-vh7ydG section {
    width: auto !important;
  }

  .gutentor-post-module.gutentor-blog-list .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-item {
    flex-direction: column;
  }

  .section-23a6fff3-5b38-44b7-8f96-066f4e24844b.gutentor-enabled-width.gutentor-blog-list .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box {
    width: auto;
  }
  .section-23a6fff3-5b38-44b7-8f96-066f4e24844b.gutentor-enabled-width.gutentor-blog-list .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-content {
    width: auto;
    padding: 0;
  }
  body .gutentor-enabled-width.gutentor-blog-list .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box {
    width: 100% !important;
  }

  .gutentor-post-module.gutentor-blog-list .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-content {
    width: 100% !important;
    padding-left: 0;
  }
  .gutentor-section.gutentor-image-slider.gutentor-section:not(.gutentor-block-shape-bottom-bring-front) .gutentor-single-item-content {
    top: auto;
    bottom: 0%;
  }
  .def-p-dt-c1 {
    width: 100%;
  }

  .def-p-dt-c2 {
    width: 100%;
    padding-left: 0;
    padding-top: 2em;
  }
}
