.elementor-kit-224{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#727B85;--e-global-color-text:#A7A7A7;--e-global-color-accent:#61CE70;--e-global-color-627761c:#4B92B0;--e-global-color-918c5fd:#E6DB74;--e-global-typography-primary-font-family:"最像素";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"最像素";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"最像素";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"最像素";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-918c5fd );}.elementor-kit-224 button,.elementor-kit-224 input[type="button"],.elementor-kit-224 input[type="submit"],.elementor-kit-224 .elementor-button{background-color:#49A2C7;}.elementor-kit-224 button:hover,.elementor-kit-224 button:focus,.elementor-kit-224 input[type="button"]:hover,.elementor-kit-224 input[type="button"]:focus,.elementor-kit-224 input[type="submit"]:hover,.elementor-kit-224 input[type="submit"]:focus,.elementor-kit-224 .elementor-button:hover,.elementor-kit-224 .elementor-button:focus{background-color:var( --e-global-color-astglobalcolor1 );}.elementor-kit-224 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.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 *//* Existing CSS */
body {
    position: relative; /* Ensure pseudo-elements can be positioned relative to body */
    min-height: 100vh; /* Ensure page occupies at least the viewport height */
}

body::before,
body::after {
    content: '';
    position: absolute; /* Absolute positioning relative to body */
    top: 85px; /* Distance from the top */
    bottom: 150px; /* Distance from the bottom */
    width: 1px; /* Line width */
    background-color: #FFFFFF1F; /* Line color */
    z-index: 9999; /* Ensure lines appear above page content */
}

body::before {
    left: 4%; /* Left line distance from the left side */
}

body::after {
    right: 4%; /* Right line distance from the right side */
}

/* Add this media query for mobile resolutions */
@media only screen and (max-width: 767px) {
    body::before,
    body::after {
        bottom: 200px; /* Adjust this value as needed for mobile devices */
    }
}/* End custom CSS */