* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: 'Cabin-Medium', '字小魂', sans-serif;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
html {
  font-family: 'Cabin-Medium', '字小魂', sans-serif;
  font-size: 62.5%;
  --padding: 1.52vw;
  overscroll-behavior: none;
}
@media all and (max-width: 768px) {
  html {
    --padding: 3.62vw;
    --padding: 8.72vw;
  }
}
.pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.home .site_nav {
  visibility: hidden;
}
.site_nav {
  padding: 0 var(--padding);
  box-sizing: border-box;
  padding-top: 17px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.site_nav .top_menu .button {
  width: fit-content;
  cursor: pointer;
}
.site_nav .top_menu .button .pic {
  width: 4.2%;
}
.site_nav .top_menu .nav-content {
  width: fit-content;
  position: absolute;
  margin-left: 6px;
  margin-top: 39px;
  pointer-events: none;
  touch-action: none;
  transform-origin: center center;
}
.site_nav .top_menu .nav-content .menu-top {
  list-style: none;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1.5s;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item {
  display: block;
  font-size: 2.82rem;
  margin-bottom: 22px;
  letter-spacing: 3px;
  overflow: hidden;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item a {
  text-decoration: none;
  color: black;
  font-family: '字小魂';
}
.site_nav .top_menu .nav-content .menu-top > .menu-item a span {
  font-family: 'Cabin-Medium', '字小魂', sans-serif;
  letter-spacing: 0px;
  letter-spacing: 1.5px;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item .sub-menu {
  padding-left: 2.2rem;
  list-style: none;
  position: relative;
  width: fit-content;
  padding-right: 15px;
  counter-reset: li-counter;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item .sub-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item .sub-menu::after {
  content: '';
  display: block;
  position: absolute;
  width: 2.2rem;
  width: 1.4rem;
  height: 80vh;
  left: 0;
  top: 15px;
  background-image: url(http://wjiedesign.com/wp-content/uploads/2025/09/logo2-1.png);
  background-size: 1.4rem auto;
  background-repeat: repeat-y;
  background-position: 1px 4px;
  transition: none;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item .sub-menu > .menu-item {
  font-size: 2.4rem;
  counter-increment: li-counter;
  transition-delay: 0.3s;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item .sub-menu > .menu-item span {
  display: table-cell;
  left: 100%;
  font-size: 2.3rem;
  line-height: 1.4;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item .sub-menu {
  max-height: 0;
  transition: all 1s ;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item .sub-menu::after {
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0.3s;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item .sub-menu > .menu-item {
  display: table-row-group;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item .sub-menu > .menu-item > a {
  display: table-row;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item .sub-menu > .menu-item > a span:nth-child(1) {
  padding-right: 15px;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item .sub-menu > .menu-item > a span {
  position: static;
  display: table-cell;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item:hover .sub-menu,
.site_nav .top_menu .nav-content .menu-top > .menu-item.current .sub-menu {
  max-height: 85vh;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item:hover .sub-menu::after,
.site_nav .top_menu .nav-content .menu-top > .menu-item.current .sub-menu::after {
  opacity: 1;
}
.site_nav .top_menu .nav-content .menu-top > .menu-item:hover .sub-menu > .menu-item,
.site_nav .top_menu .nav-content .menu-top > .menu-item.current .sub-menu > .menu-item {
  opacity: 1;
  transform: translateY(0);
}
.site_nav .top_menu .nav-content.active {
  pointer-events: auto;
  touch-action: auto;
}
.site_nav .top_menu .nav-content.active .menu-top {
  opacity: 1;
  transform: translateY(0px);
}
@media all and (max-width: 768px) {
  .site_nav {
    padding-top: 27px;
  }
  .site_nav .top_menu .button {
    position: relative;
    outline: none;
    z-index: 99;
  }
  .site_nav .top_menu .button .pic {
    width: 12.7%;
  }
  .site_nav .top_menu .nav-content {
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    margin: 0 0 0 0 !important;
    padding-top: 32.4vw;
    box-sizing: border-box;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.3s;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-top: 76px;
  }
  .site_nav .top_menu .nav-content.active {
    background-color: #fff;
    background-image: url(http://wjiedesign.com/wp-content/uploads/2025/09/菜单封面.jpg);
    opacity: 1;
  }
  .site_nav .top_menu .nav-content .menu-top > .menu-item {
    font-size: 2.56rem;
    margin-bottom: 2.2em;
    padding-left: 27%;
    box-sizing: border-box;
  }
  .site_nav .top_menu .nav-content .menu-top > .menu-item .sub-menu {
    margin-left: -2.2rem;
  }
  .site_nav .top_menu .nav-content .menu-top > .menu-item .sub-menu .menu-item:nth-child(1) {
    margin-top: 0.8em;
  }
  .site_nav .top_menu .nav-content .menu-top > .menu-item .sub-menu .menu-item {
    text-align: left;
    text-indent: 0;
    font-size: 2rem;
    margin-bottom: 0.4rem;
  }
}
.site_nav .top_logo {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
}
.site_nav .top_logo .pic {
  max-width: 142px;
  z-index: 99;
  visibility: visible;
  margin: 0 auto;
  margin-top: 8px;
}
@media all and (max-width: 768px) {
  .site_nav .top_logo .pic {
    max-width: 123px;
    z-index: 99;
    visibility: visible;
    margin: 0 auto;
    margin-top: -14px;
  }
}
.interface-complementary-area__fill,
.interface-interface-skeleton__sidebar.is-editing-block .interface-complementary-area {
  width: 100% !important;
}
.interface-interface-skeleton__sidebar.is-editing-block {
  position: relative;
  width: 40%;
  max-width: 980px;
}
.interface-interface-skeleton__sidebar.is-editing-block .interface-complementary-area {
  width: 100%;
}
.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid)) > .wp-block {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
