/* 页面信息 */
.ct-info-php {
  position: fixed;
  bottom: 50px;
  left: 20px;
  background: #000;
  z-index: 100;
  font-size: 14px;
  padding: 20px;
}

.ct-info-php * {
  color: #fff;
}

.ct-info-php span {
  color: #94cee4;
}
.ct-info-php {
  display: none;
}

/* 重新定义主题样式 */
:root {
  --fontFamily: "Montserrat", "Noto Sans SC", "PingFang SC", -apple-system, BlinkMacSystemFont, "Microsoft Yahei UI", "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --container-width: 88%;
  --container-max-width: 1440px;
  --block-max-width: 1440px;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

li {
  display: block;
}

[data-content="normal"] > article {
  --block-wide-max-width: 1440px;
}

article>.entry-content>*:not(.alignwide):not(.alignfull){
  max-width: var(--container-max-width);
}

a.post-edit-link {
    display: none;
}

.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;
}
ul {
  padding: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  font-style: inherit;
  margin: 1em 0;
  border-bottom: 1px solid #555;
  padding-bottom: 0.5em;
  display: inline-block;
}
.grid-container {
  padding: 0;
}
article > .entry-content > *:not(.alignfull) {
  width: var(--container-width);
  max-width: var(--container-max-width);
}
@media (min-width: 1200px) {
  .grid-container {
    max-width: var(--container-max-width);
  }
}
/* ---------def--------- */

.full-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.full-img-wrap > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
a.full-aa {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.ct-hide {
  display: none !important;
}
/* header */
[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
  padding: 0.35em 0;
}
[data-transparent]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 300%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  transition: 0.3s;
  pointer-events: none;
}
[data-header*="sticky:shrink"] [data-transparent]::before {
  opacity: 0;
  transition: 0.3s;
}

/* ----------post list banner-------- */

.cb-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cb-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(30deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.35;
}
.category-banner {
  position: relative;
  height: 55vh;
  display: flex;
  align-items: center;
}

.cb-inner {
  position: relative;
  z-index: 10;
  --color: #fff;
}

.cb-inner h1 {
  color: var(--color);
}
.cb-inner-c a {
  color: var(--color);
}

.cb-inner .cb-summary {
  color: var(--color);
}
.cb-inner-c {
  width: 90%;
  max-width: 1440px;
  max-width: var(--container-max-width);
  width: var(--container-width);
  margin: auto;
}

.cb-inner {
  width: 100%;
  padding: 10vh 0;
}
.cb-summary {
  max-width: 480px;
  font-size: 0.875em;
}
.cb-inner h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.cb-inner.none-bg {
  --color: #000;
}
.category-banner.none-bg {
  height: auto;
  min-height: 250px;
}
.full-height-banner {
  height: calc(100vh - var(--height, 0px));
}
@media only screen and (max-width: 999px) {
  .cb-inner h1 {
    font-size: 2em;
  }
  .cb-inner {
    align-self: flex-end;
    padding-bottom: 8vh;
  }
  .cb-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
  }
}

/* ----------humb-------- */

.humb-nav {
  font-size: 0.875em;
  margin: 1.5em 0;
  margin-top: 3em;
}
.humb-nav.dt-w {
  margin-top: 5em;
}
/* post-list-1 */

.post-loop-contain-1 {
  display: flex;
  margin-bottom: 5em;
}

.post-loop-contain-1 .category-wrapper-1 {
  padding-right: 5.5%;
  flex-basis: 280px;
}

.post-loop-contain-1 .loop-wrapper-1 {
  flex-basis: 100%;
}

/* ----------category-list-1-------- */

li.categories > h2 {
  display: none;
}

li.cat-item-all {
  display: none;
}

.category-wrapper-1 a {
  color: inherit;
}
.category-wrapper-1 > .categories > ul > li.cat-item {
  display: none;
}

.category-wrapper-1 > .categories > ul > li.cat-item.current-cat,
.category-wrapper-1 > .categories > ul > li.current-cat-ancestor {
  display: block;
}

.category-wrapper-1 > .categories > ul > li.cat-item.current-cat > a,
.category-wrapper-1 > .categories > ul > li.cat-item.current-cat-ancestor > a {
  font-size: 2em;
  color: var(--color);
}

.category-wrapper-1 {
  --color: #000;
  --border-color: #bcbcbc;
}

.category-wrapper-1 > .categories > ul > li.cat-item ul.children {
  font-size: 0.925em;
  color: var(--color);
}

.category-wrapper-1 > .categories > ul > li.cat-item ul.children ul.children {
  padding-left: 1em;
  border-left: 1px solid var(--border-color);
}
.category-wrapper-1 .current-cat > a {
  color: var(--linkHoverColor);
}
.category-wrapper-1 > .categories > ul > li.cat-item ul.children > li {
  margin: 0.5em 0;
}
@media only screen and (max-width: 999px) {
  .category-wrapper-1 {
    display: none;
  }
}

/* ----------post list-1-------- */
.post-list-wrap {
  padding-top: 1em;
}
.post-img-1 {
  position: relative;
}
.post-img-1 {
  padding-bottom: 100%;
}
.list-2 .post-img-1 {
  padding-bottom: 66%;
}

.post-container-1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
}

.alpha-post-item-1 {
  flex-basis: 25%;
}

.list-3 .alpha-post-item-1 {
  flex-basis: 33.33%;
}

.post-item-1-c {
  position: relative;
}
.post-item-1-c {
  padding: 0 1em;
}

.alpha-post-item-1 {
  margin-bottom: 2em;
}

.post-item-1-c h3 {
  font-size: 1.15em;
  margin: 0.5em 0;
  line-height: 1.25;
  margin-top: 0.75em;
}

.post-item-1-c h3 a {
  color: inherit;
}

.post-1-summary {
  font-size: 0.825em;
  margin-bottom: 1em;
}

.d-1-date-c {
  display: flex;
  line-height: 1;
  font-size: 0.825em;
}

.post-1-summary p {
  margin: 0;
}

.d-1-date-c .dd-1 {
  border-right: 1px solid;
  padding-right: 0.5em;
  margin-right: 0.5em;
}

.post-1-date {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}
.obimg-contain .post-item-1-c {
  padding: 0 2em;
}
.obimg-contain .post-container-1 {
  margin: 0 -2em;
}

.post-container-1.news-list-w .alpha-post-item-1 {
  flex-basis: 50%;
}

.post-container-1.news-list-w .alpha-post-item-1 .post-img-1 {
  padding-bottom: 50%;
}
@media only screen and (max-width: 999px) {
  .alpha-post-item-1 {
    flex-basis: 50%;
  }
  .post-item-1-c h3 {
    font-size: 1em;
    margin-top: 0.75em;
  }
  .alpha-post-item-1 {
    width: 50%;
  }

  .obimg-contain .post-item-1-c {
    padding: 0 0.5em;
  }

  .obimg-contain .post-container-1 {
    margin: 0 -0.5em;
  }
  .post-container-1.news-list-w .alpha-post-item-1 {
    width: 100%;
    flex-basis: 100%;
  }
}

/* detail banner */

.category-banner.detail-banner .cb-bg > div {
  filter: blur(8px) grayscale(0.2);
  transform: perspective(1000px) translate3d(0px, 0px, 50px);
}

.category-banner.detail-banner .cb-bg {
  overflow: hidden;
  background: #000;
}
.category-banner.detail-banner .cb-inner h1 {
  font-size: 2.25em;
}
@media only screen and (max-width: 999px) {
  .category-banner.detail-banner .cb-inner h1 {
    font-size: 1.5em;
  }
  .category-banner.detail-banner {
    height: auto;
    padding-top: 8vh;
  }
}
/* detial-1 */

.dt-g-img {
  position: relative;
  padding-bottom: 100%;
}

.dt-tm-img {
  position: relative;
  padding-bottom: 100%;
}

.detail-2 .dt-g-img {
  padding-bottom: 77%;
}

.detail-2 .dt-tm-img {
  padding-bottom: 77%;
}

div#SwGallery_A {
  margin-bottom: 10px;
}

.detail-w-c {
  display: flex;
  flex-wrap: wrap;
}

.dt-c1 {
  width: 50%;
}
.detial-wrap-w {
  padding: 1.5em 0;
  padding-bottom: 5em;
}

.dt-c2 {
  width: 50%;
  padding-left: 5.5%;
}

.border-ll.dt-c2 {
  border-left: 1px solid rgb(229 229 229);
  padding-left: 3%;
  margin-left: 4.5%;
  width: 45.5%;
}

.dt-summary p {
  margin-bottom: 0.5em;
}

.dt-summary {
  font-size: 0.875em;
}
.dt-exp {
  font-size: 0.825em;
  color: #919191;
}
.dt-exp p {
  margin-bottom: 2em;
}
.dt-c3 {
  width: 100%;
  padding-top: 2em;
  margin-top: 3em;
  border-top: 1px solid #c8c8c8;
}
.dt-content-1 h3 {
  font-size: 1.5em;
}
.swiper-button-black.alp {
  background: rgb(255 255 255 / 90%);
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.swiper-button-black.alp::after {
  font-size: 1em;
}

.obimg-contain .full-img-wrap > img {
  object-fit: contain;
}
.obimg-contain .dt-g-img {
  padding-bottom: 80%;
}

.obimg-contain .dt-tm-img {
  border: 1px solid #e8e8e8;
}

.obimg-contain .dt-tm-img > div {
  transform: scale(0.75);
}
[class*="swiper-button"].alp {
  transition: 0.3s;
  opacity: 0;
}

.swiper-container:hover [class*="swiper-button"].alp {
  opacity: 1;
}

/* shop */
.payment_methods > li .payment_box {
  min-width: 0px;
  margin: 0 -15px;
}
dl.variation > * {
  display: inline-block;
  font-size: 0.875em;
}

dl.variation > dd {
  margin-right: 0.75em;
}

@media only screen and (max-width: 999px) {
  .dt-c1 {
    width: 100%;
  }

  .dt-c2 {
    width: 100%;
    padding: 0;
    padding-top: 2em;
  }

  .dt-c3 {
    margin-top: 2em;
  }
  .dt-c2.border-ll {
    width: 100%;
    margin: 0;
    margin-top: 2em;
    padding-top: 0;
    padding-left: 1em;
  }
  .pd-swwwlsd {
    display: none;
  }
}

/* news detial-2 */

.otpsadsa {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.otpsadsa h1 {
  font-size: 1.75em;
  font-weight: normal;
  margin-bottom: 0.1em;
}
.summslg-enws p {
  font-size: 0.825em;
  opacity: 0.65;
  color: #000;
  margin: 0;
}
.ldsaest {
  display: flex;
  justify-content: space-between;
  font-size: 0.825em;
  padding-bottom: 1em;
}
.humsfls.newljs {
  display: none;
}
.sfs-imgsfs {
  position: relative;
  padding-bottom: 78%;
}
.sfs-imgsfs.news-sgasd {
  padding-bottom: 40%;
}
.sfs-imgsfs.news-sgasd img {
  object-fit: cover;
}
.sfs-imgsfs img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pd-delslsll {
  width: 100%;
  border-top: 1px solid #d1d1d1;
  margin-top: 3em;
}
.pd-delslsll {
  margin-bottom: 2em;
}
.pd-delslsll.news-gasgfa {
  padding-top: 2em;
}
.dt-contsat p {
  margin-bottom: 0;
  color: #000;
}
.pd-swwwlsd {
  width: 100%;
  border-top: 1px solid #bdbdbd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
}
.pd-swwwlsd {
    margin-top: 2em;
}
.psdg-wwwr {
  font-size: 0.825em;
}
.news-dt-sdflgsdaj {
  padding: 3em 0;
}
@media only screen and (max-width: 999px) {
  .pd-swwwlsd {
    display: none;
  }
}

/* contact-form */

.contact-form-w ::placeholder {
  font-family: inherit;
  font-size: 0.875em;
}

.contact-form-w * {
  font-size: 1em;
  font-family: var(--fontFamily);
  line-height: var(--lineHeight);
}

.contact-form-w textarea,
.contact-form-w input {
  border: 0;
  border-bottom: 1px solid #666;
  border-radius: 0;
  width: calc(100% - 1em);
  padding: 0.65em 0;
  display: block;
  margin-bottom: 1em;
}

.contact-form-w textarea {
  height: 100px;
}

.contact-form-w .submit-btn input {
  border: 0;
  max-width: 200px;
  background: #353535;
  color: #fff;
  cursor: pointer;
}
.contact-form-w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form-w > span,
.contact-form-w > p,
.contact-form-w > label {
  display: block;
  width: 100%;
}
.contact-form-w > p > input[type="submit"] {
  max-width: 200px;
}
.contact-form-w > span:first-child {
  width: 100%;
}

/* other */

[data-products="type-2"] .product .ct-image-container img,
[data-products="type-2"] .product .ct-image-container picture {
  object-fit: contain;
}

.alignfull > [class*="_inner-container"] > *:not(.alignwide):not(.alignfull) {
  max-width: none;
  width: auto;
}

.gutentor-image-thumb {
  position: relative;
  padding-bottom: 100%;
}

.gutentor-image-thumb > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kt-blocks-carousel .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kt-blocks-carousel .slick-list {
  overflow: visible;
}

.wp-block-kadence-advancedgallery {
  overflow: visible;
}
.page-description.ct-hidden-sm {
  max-width: 480px;
}
