.elementor-kit-12{--e-global-color-primary:#DCC0B3;--e-global-color-secondary:#2C2C2C;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F7F5F4;--e-global-typography-primary-font-family:"M PLUS 2";--e-global-typography-primary-font-size:26px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-family:"M PLUS 2";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-family:"M PLUS 2";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"M PLUS 2";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:normal;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-12{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    --wp--preset--color--black: var(--e-global-color-secondary);
    --wp--preset--color--pale-pink: var(--e-global-color-primary);
    --wp--preset--color--cyan-bluish-gray: var(--e-global-color-accent);
    --wp--style--global--content-size: 1140px;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}
header.elementor-location-header,
footer.elementor-location-footer {
  flex: 0 0 auto;
}
div.elementor-location-single {
  flex: 1 0 auto;
}
b, strong{
    font-weight: var(--e-global-typography-primary-font-weight);
}
[id] {
  scroll-margin-top: 200px;
}
:root :where(
  .is-layout-flow:not(.wp-block-column),
  .is-layout-constrained:not(.wp-block-cover__inner-container)
)
> * + * {
  margin-block-start: 100px;
}
:root :where(.is-vertical){
    gap: 50px;
}
.elementor-icon-wrapper{
    line-height: 0;
}
.elementor-pagination span.page-numbers.prev, .elementor-pagination span.page-numbers.next{
    display: none !important;
}
p{
    margin-block-end:0;
}
div > p:not(:first-child) {
    margin-block-start: 1em;
}
.content-custom div.is-layout-flex > p:not(:first-child){
    margin-block-start: 0;
}
.content-custom:not(.elementor-widget-theme-post-content) > :first-child{
    margin-block-start: 0;
}
.content-custom:not(.elementor-widget-theme-post-content) > *, .content-custom:not(.elementor-widget-theme-post-content) .woocommerce-product-details__short-description > *{
    margin-block-start: 1em;
}
.content-custom h2{
    font-family: var(--e-global-typography-primary-font-family);
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: var(--e-global-typography-primary-line-height);
    margin-block-end: 0;
    margin-block-start: 0;
}
.content-custom h3{
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    margin-block-end: 0;
    margin-block-start: 0;
}
.content-custom h6, .content-custom .has-small-font-size{
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
}
.content-custom ol,.content-custom ul{
    padding-inline-start: 1em;
}
.content-custom iframe{
    width: 100%;
    height: 500px;
}
.content-custom .wp-block-table table{
    font-size: 1em;
    margin-block-end: 0;
}
.content-custom .wp-block-table td{
    padding: 20px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid;
}
.content-custom .wp-block-table td:nth-of-type(1){
    padding-right: 50px;
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    white-space: nowrap;
}
.content-custom .wp-block-table td:nth-of-type(2){
    border-color: var(--e-global-color-text);
}
.content-custom .wp-block-media-text{
    gap: 50px;
}
.content-custom .wp-block-media-text__content{
    padding: 0;
}
.content-custom .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
}
@media only screen and (max-width: 1024px) {
body{
    --wp--style--global--content-size: calc(100dvw - 40px);
}
[id] {
  scroll-margin-top: 160px;
}
}
@media only screen and (max-width: 767px) {
[id] {
  scroll-margin-top: 110px;
}
:root :where(
  .is-layout-flow:not(.wp-block-column),
  .is-layout-constrained:not(.wp-block-cover__inner-container)
)
> * + * {
  margin-block-start: 50px;
}
:root :where(.is-vertical){
    gap: 20px;
}
a{
    -webkit-appearance: none !important;
    outline: none !important;
}
.content-custom .wp-block-table td{
    padding: 20px 0;
}
.content-custom .wp-block-table td:nth-of-type(1){
    padding-right: 10px;
}
.content-custom iframe{
    height: 300px;
}
.content-custom .wp-block-media-text{
    gap: 20px;
}
}
@keyframes stopWiggle{
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-5deg); }
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}
/*菜单切换(下滑)*/
/*
.scrollheader {
    transform: translateY(-100%);
    transition: .3s;
}
.elementor-sticky--effects.scrollheader {
    transform: translateY(0);
}
*//* End custom CSS */