/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family:Arial,sans-serif,system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",  "Noto Sans",  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.visible {
    visibility: visible;
}

.collapse {
    visibility: collapse;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.border-collapse {
    border-collapse: collapse;
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
    resize: both;
}

.border {
    border-width: 1px;
}

.p-1 {
    padding: 0.25rem;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.\[link\:link\] {
    link: link;
}

.\[link\:logo\] {
    link: logo;
}

.\[link\:name\] {
    link: name;
}

.\[list\:content\] {
    list: content;
}

.\[list\:description\] {
    list: description;
}

.\[list\:ico\] {
    list: ico;
}

.\[list\:link\] {
    list: link;
}

.\[list\:title\] {
    list: title;
}

.\[nav\:ico\] {
    nav: ico;
}

.\[nav\:link\] {
    nav: link;
}

.\[nav\:name\] {
    nav: name;
}

.\[nav\:scode\] {
    nav: scode;
}

.\[nav\:soncount\] {
    nav: soncount;
}

.\[pics\:src\] {
    pics: src;
}

.\[pics\:title\] {
    pics: title;
}

.\[search\:ext_parameter_1\] {
    search: ext parameter 1;
}

.\[search\:ext_parameter_2\] {
    search: ext parameter 2;
}

.\[search\:id\] {
    search: id;
}

.\[search\:link\] {
    search: link;
}

.\[slide\:link\] {
    slide: link;
}

.\[slide\:src\] {
    slide: src;
}

.\[slide\:title\] {
    slide: title;
}

.\[sort\:ico\] {
    sort: ico;
}

.\[sort\:pic\] {
    sort: pic;
}

a:hover {
    color: inherit;
}

.page-container {
    width: 100%;
}

@media (min-width: 640px) {
    .page-container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .page-container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .page-container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .page-container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .page-container {
        max-width: 1536px;
    }
}

.page-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* age */

.age {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.age-body {
    text-align: center;
}

.age-body img {
    margin: auto;
    display: block;
    height: 3rem;
    width: auto;
}

.age-body h6 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.age-body p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.age-body-btn {
    margin-top: 0.75rem;
}

.age-body-btn button:first-of-type {
    background-color: var(--main-color);
}

.age-body-btn button.layui-btn-primary:hover {
    border-color: var(--main-color);
}

/* header */

.header {
    background-color: var(--header-bg-color);
}

.header-top {
    --tw-bg-opacity: 1;
    background-color: rgb(2 6 23 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.header-top p {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-nav {
    position: sticky;
    top: 0px;
    z-index: 9999;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.header-nav-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-nav-logo {
  flex: none;
}

@media (max-width: 1024px) {
.header-nav-logo {
    display: none;
}
}

.header-nav-logo-wap {
  flex: none; 
}

@media (min-width: 1024px) {
.header-nav-logo-wap {
  display: none; 
}
}

.header-nav-logo img {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
    height: 60px;
    width: 100%;
}

.header-nav .layui-nav {
    display: none;
    white-space: nowrap;
    background-color: transparent;
}

@media (min-width: 1024px) {
    .header-nav .layui-nav {
        display: block;
    }
}

.header-nav .layui-nav .layui-nav-item > a {
    font-size: 1rem;
	font-weight: bold;
    line-height: 5rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .header-nav .layui-nav .layui-nav-item > a {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.header-nav .layui-nav .layui-nav-item > a:hover,
.header-nav .layui-nav .layui-this > a {
    color: var(--main-color);
}

.header-nav .layui-nav .layui-this:after {
    display: none;
}

.header-nav .header-nav-m {
    display: block;
}

@media (min-width: 1024px) {
    .header-nav .header-nav-m {
        display: none;
    }
}

.header-nav .header-nav-m button {
    height: 2.5rem;
    width: 2.5rem;
    background-color: var(--main-color);
    padding: 0px;
    font-size: 1rem;
    line-height: 2.5rem;
}

/* m-nav */

.m-nav {
    border-radius: 0px;
    background-color: var(--header-bg-color);
}

.m-nav .layui-menu {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    background-color: var(--header-bg-color);
}

.m-nav .layui-menu .layui-menu-item-divider {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.m-nav .layui-menu li {
    margin: 0px;
    padding: 0px;
}

.m-nav .layui-menu li:hover {
    background-color: transparent;
}

.m-nav .layui-menu li .logo {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.m-nav .layui-menu li .logo img {
    display: block;
    height: auto;
    width: 100%;
}

.m-nav .layui-menu .layui-menu-item-checked {
    background-color: transparent !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.m-nav .layui-menu .layui-menu-item-checked > .layui-menu-body-title {
    background-color: var(--main-color) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.m-nav .layui-menu .layui-menu-item-checked:after {
    display: none;
}

.m-nav .layui-menu li .layui-menu-body-title {	
    margin: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.m-nav .layui-menu li .layui-menu-body-title i {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.m-nav .layui-menu li .layui-menu-body-title a {
    margin-left: -1rem;
    margin-right: -1rem;
    display: block;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.m-nav .layui-menu .layui-menu-item-checked > .layui-menu-body-title > a,
.m-nav .layui-menu .layui-menu-item-checked i,
.m-nav .layui-menu .layui-menu-item-checked2 a {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/* footer */

.footer-nav {
    background-color: var(--footer-bg-color);
    padding-top: 3rem;
    padding-bottom: 2.5rem;
}

.footer-nav-box {
    display: flex;
    flex-wrap: wrap;
}

.footer-nav-logo {
    width: 100%;
    padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
    .footer-nav-logo {
        width: 30%;
    }
}

@media (min-width: 1280px) {
    .footer-nav-logo {
        padding-bottom: 0px;
        padding-right: 1.5rem;
    }
}

.footer-nav-logo-img {
    height: 2.5rem;
    overflow: hidden;
}

.footer-nav-logo-img img {
    display: block;
    height: 100%;
    width: auto;
}

.footer-nav-logo p {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(255 255 255 / 0.6);
}

.footer-nav-logo h6 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-nav-item {
    width: 100%;
    padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
    .footer-nav-item {
        width: 33.333333%;
        padding-bottom: 0px;
    }
}

@media (min-width: 1024px) {
    .footer-nav-item {
        width: 20%;
    }
}

.footer-nav-item h6 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-nav-item p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(255 255 255 / 0.6);
}

.footer-nav-item span {
	float:left;
	padding-right:10px;
}

.footer-nav-item p a:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-nav-code {
    width: 100%;
}

@media (min-width: 1024px) {
    .footer-nav-code {
        margin-left: 10%;
        width: 20%;
    }
}

.footer-nav-code h6 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-nav-code .layui-form {
    margin-bottom: 1.5rem;
}

.footer-nav-code .layui-form .layui-input {
    height: 2.5rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-right-width: 0px;
    padding-left: 1.5rem;
    padding-right: 0.5rem;
    line-height: 2.5rem;
}

.footer-nav-code .layui-form .layui-input:focus {
    border-color: transparent !important;
}

.footer-nav-code .layui-input-group .layui-input-split {
    box-sizing: border-box;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.25rem;
}

.footer-nav-code .layui-input-group .layui-input-split button {
    height: 2rem;
    width: 100%;
    border-color: var(--footer-bg-color);
    background-color: var(--footer-bg-color);
    line-height: 2rem;
}

.footer-nav-code .layui-form .layui-input-group {
    width: 100%;
}

.footer-nav-code-ico {
    display: flex;
    gap: 1rem;
}

.footer-nav-code-ico img {
    display: block;
    width: 2rem;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    padding: 0.375rem;
}

.footer-copyright {
    background-color: var(--footer-bg-color);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer-copyright p {
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .footer-copyright p {
        width: auto;
    }
}

.footer-copyright p a:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* banner */

.banner.pc-banner {
    display: none;
}

@media (min-width: 768px) {
    .banner.pc-banner {
        display: block;
    }
}

.banner.m-banner {
    display: block;
}

@media (min-width: 768px) {
    .banner.m-banner {
        display: none;
    }
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.banner .swiper-pagination-bullet {
    height: 0.375rem;
    width: 1.5rem;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.banner .swiper-pagination-bullet .swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.banner img {
    display: block;
    height: auto;
    width: 100%;
}

.page-banner img {
    display: block;
    height: auto;
    width: 100%;
}

.page-banner img.page-banner-pc {
    display: none;
}

@media (min-width: 1024px) {
    .page-banner img.page-banner-pc {
        display: block;
    }
}

.page-banner img.page-banner-m {
    display: block;
}

@media (min-width: 1024px) {
    .page-banner img.page-banner-m {
        display: none;
    }
}

/* index-title */

.index-title {
    margin-bottom: 3rem;
    text-align: center;
}

.index-title h6 {
    font-size: 2.25rem;
    line-height: 2.5rem;
	font-weight: bold;
	color:#000000;
    --tw-text-opacity: 1;

}

.index-title p {
    margin-top: 1rem;
    font-size: 20px;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

/* index-product */

.index-product {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.index-product-box {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .index-product-box {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.index-product-item {
    position: relative;
    overflow: hidden;
}

.index-product-item img {
    display: block;
    height: auto;
    width: 100%;
}

.index-product-item .text {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 0.2);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.index-product-item .text-box {
    width: 100%;
    padding: 1rem;
    text-align: center;
}

.index-product-item .text h6 {
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 500;
    color: var(--header-bg-color);
}

.index-product-item .text p {
	margin:0 auto;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--header-bg-color);
	width:130px;
	padding: 5px 15px;
	border: 1px solid #ffffff;
	background-color: rgb(255 255 255 / 0.2);
	border-radius: 15px;
}


.index-product-item:hover .text {
  background-color: rgb(0 0 0 / 0.5);
}


/* index-contact */

.index-contact {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.index-contact-body {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
}

@media (min-width: 1024px) {
    .index-contact-body {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.index-contact-body .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index-contact-body .item-bg {
    display: block;
    background-color: rgb(2 6 23 / 0);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.index-contact-body .item-bg:hover {
    background-color: rgb(2 6 23 / 0.5);
}

.index-contact-body .item-bg h6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* page */

.page {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.page-body {
    color: var(--tw-prose-body);
    max-width: 65ch;
}

.page-body :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.page-body :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.page-body :where(a):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}

.page-body :where(strong):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}

.page-body :where(a strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.page-body :where(blockquote strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.page-body :where(thead th strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.page-body :where(ol):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}

.page-body :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.page-body :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.page-body :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.page-body :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.page-body :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.page-body :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.page-body :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.page-body :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.page-body :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
}

.page-body :where(ul):not(:where([class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}

.page-body :where(ol > li):not(:where([class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}

.page-body :where(ul > li):not(:where([class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}

.page-body :where(hr):not(:where([class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}

.page-body :where(blockquote):not(:where([class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C" "\201D" "\2018" "\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}

.page-body :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
    content: open-quote;
}

.page-body :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
    content: close-quote;
}

.page-body :where(h1):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}

.page-body :where(h1 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}

.page-body :where(h2):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}

.page-body :where(h2 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}

.page-body :where(h3):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}

.page-body :where(h3 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.page-body :where(h4):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.page-body :where(h4 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.page-body :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.page-body :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.page-body :where(figcaption):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}

.page-body :where(code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}

.page-body :where(code):not(:where([class~="not-prose"] *))::before {
    content: "`";
}

.page-body :where(code):not(:where([class~="not-prose"] *))::after {
    content: "`";
}

.page-body :where(a code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.page-body :where(h1 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.page-body :where(h2 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}

.page-body :where(h3 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}

.page-body :where(h4 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.page-body :where(blockquote code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.page-body :where(thead th code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.page-body :where(pre):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
}

.page-body :where(pre code):not(:where([class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.page-body :where(pre code):not(:where([class~="not-prose"] *))::before {
    content: none;
}

.page-body :where(pre code):not(:where([class~="not-prose"] *))::after {
    content: none;
}

.page-body :where(table):not(:where([class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}

.page-body :where(thead):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}

.page-body :where(thead th):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}

.page-body :where(tbody tr):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}

.page-body :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 0;
}

.page-body :where(tbody td):not(:where([class~="not-prose"] *)) {
    vertical-align: baseline;
}

.page-body :where(tfoot):not(:where([class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}

.page-body :where(tfoot td):not(:where([class~="not-prose"] *)) {
    vertical-align: top;
}

.page-body {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}

.page-body :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.page-body :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.page-body :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.page-body :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
}

.page-body :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
}

.page-body :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.page-body :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.page-body :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.page-body :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.page-body :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.page-body :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.page-body :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.page-body :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.page-body :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.page-body :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.page-body :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}

.page-body :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}

.page-body :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}

.page-body :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}

.page-body :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}

.page-body :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.page-body :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
}

.page-body {
    max-width: 100% !important;
}

/* news_list */

.news_list-body {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
}

@media (min-width: 1024px) {
    .news_list-body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


.news_list {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.news_list-item {
    display: flex;
    align-items: center;
}

.news_list-item .ico {
    width: 6rem;
    flex: none;
    background-color: var(--main-color);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.news_list-item .ico p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.news_list-item .ico p:nth-child(1) {
    font-size: 1.5rem;
    line-height: 2rem;
}

.news_list-item .text {
    margin-left: 1.5rem;
}

.news_list-item .text h6 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.news_list-item .text p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.news_list-item:hover h6 {
    color: var(--main-color);
}

/* page-bar */

.page-bar {
    margin-top: 1.5rem;
    width: 100%;
    text-align: center;
}

.page-bar .page-status {
    margin-right: 0.25rem;
    display: inline-block;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.page-bar a {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: inline-block;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.page-bar a:hover,
.page-bar .page-num-current {
    border-color: var(--main-color);
    background-color: var(--main-color);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* page-bar */

.page-bar2 {
    margin-top: 1.5rem;
    width: 100%;
    text-align: center;
}

@media (min-width: 1024px) {
.page-bar2 {
	margin-left:21.5rem;
    margin-top: 1.5rem;
    width: 100%;
    text-align: center;
}
}

.page-bar2 .page-status {
    margin-right: 0.25rem;
    display: inline-block;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.page-bar2 a {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: inline-block;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.page-bar2 a:hover,
.page-bar2 .page-num-current {
    border-color: var(--main-color);
    background-color: var(--main-color);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* product_list */

.product_list {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.product_list-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product_list-left {
    width: 100%;
    flex: none;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
    .product_list-left {
        width: 20rem;
    }
}

.product_list-left .title {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.product_list-left .title h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.product_list-left ul {
    margin-bottom: 1rem;
}

.product_list-left ul li {
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.product_list-left ul li a {
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.product_list-left ul li a span {
    margin-right: 0.5rem;
}

.product_list-right {
    margin-top: 1.5rem;
    flex: 1 1 0%;
}

@media (min-width: 1024px) {
    .product_list-right {
        margin-left: 1.5rem;
        margin-top: 0px;
    }
}

.img_list-right {
    margin-top: 1.5rem;
    flex: 1 1 0%;
}

@media (min-width: 1024px) {
    .img_list-right {
		margin-ltft: 0px;
        margin-top: 0px;
    }
}

.product_list-right .item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.product_list-right .item:first-of-type {
    border-top-width: 1px;
}

.product_list-right .item-left {
    margin-left: auto;
    margin-right: auto;
    height: 610px;
    width: 30rem;
    overflow: hidden;
}

@media (max-width: 351px) {
    .product_list-right .item-left {
        width: 250px;
		height: 25rem;
    }
}

@media (max-width: 768px) {
    .product_list-right .item-left {
		width:100%;
	height: 28rem;
    }
}

@media (max-width: 1024px) {
    .product_list-right .item-left {
	width:100%;
	height: 32rem;
    }
}


.product_list-right .item-left .gallery-top {
    height: 30rem;
    width: 100%;
}

.product_list-right .item-left .gallery-top .swiper-slide {
    cursor: grab;
}

.product_list-right .item-left .gallery-top .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1024px) {
.product_list-right .item-left .gallery-top {
    height: 25rem;
    width: 25rem;
}

.product_list-right .item-left .gallery-top .swiper-slide {
    cursor: grab;
}

.product_list-right .item-left .gallery-top .swiper-slide img {
	margin-left:0px;
    display: block;
    width: 100% !important;
	height:auto !important;
    -o-object-fit: cover;
    object-fit: cover;
}
}

@media (max-width: 768px) {
.product_list-right .item-left .gallery-top {
    height: 350px;
    width: 350px;
}

.product_list-right .item-left .gallery-top .swiper-slide {
    cursor: grab;
}

.product_list-right .item-left .gallery-top .swiper-slide img {
	margin-left:0px;
    display: block;
    width: 100% !important;
	height:auto !important;
    -o-object-fit: cover;
    object-fit: cover;
}
}

.product_list-right .item-left .gallery-thumbs {
    margin-top: 0.5rem;
	max-height:115px;
	max-width: 100%;
    height: 100%;
}

.product_list-right .item-left .gallery-thumbs .swiper-slide {
    box-sizing: border-box;
    height: 100%;
    width: 25%;
    cursor: pointer;
    opacity: 0.6;
}

.product_list-right .item-left .gallery-thumbs .swiper-slide img{
    height: auto;
    width: 110px;
}

@media (max-width: 768px) {
.product_list-right .item-left .gallery-thumbs {
    margin-top: 0.5rem;
	max-height:80px;
	max-width: 100%;
    height: 100%;
}

.product_list-right .item-left .gallery-thumbs .swiper-slide {
    box-sizing: border-box;
    height: 100%;
    width: 25%;
    cursor: pointer;
    opacity: 0.6;
}

.product_list-right .item-left .gallery-thumbs .swiper-slide img{
    height: auto;
    width: 80px;
}
}

.product_list-right .item-left .gallery-thumbs .swiper-slide-thumb-active {
    border-width: 1px;
    border-color: var(--main-color);
    opacity: 1;
}

.product_list-right .item-right {
	padding-top:30px;
	margin-left: 1.5rem;
    flex: 1 1 auto;
}

@media (min-width: 1024px) {
    .product_list-right .item-right {
        margin-left: 1.5rem;
        margin-top: 0px;
    }
}

.product_list-right .item-right h6 {
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.product_list-right .item-right .parameter {
    font-size: 1rem;
    line-height: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
    width: 100%;
	max-width:500px;
}

.product_list-right .item-right .parameter p {
    border-bottom-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    white-space: normal; 
    word-wrap: break-word; 
    word-break: break-all;
    overflow-wrap: break-word;
}

.product_list-right .item-right .parameter br {
    display: none;
}

.product_list-right .item-right .parameter #color {
    display: flex;
    align-items: center;
}

.product_list-right .item-right .parameter #color span {
    margin-left: 0.5rem;
    display: inline-flex;
    height: 1rem;
    width: 1rem;
}

.product_list-right .item-right .btn {
    margin-top: 1rem;
}

.product_list-right .item-right .btn a {
    background-color: var(--main-color);
}

.product_list-right .details-title .layui-elem-field {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.product_list-right .details {
    color: var(--tw-prose-body);
	width:100%;
}

.product_list-right .details :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.product_list-right .details :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.product_list-right .details :where(a):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}

.product_list-right .details :where(strong):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}

.product_list-right .details :where(a strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.product_list-right .details :where(blockquote strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.product_list-right .details :where(thead th strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.product_list-right .details :where(ol):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}

.product_list-right .details :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.product_list-right .details :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.product_list-right .details :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.product_list-right .details :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.product_list-right .details :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.product_list-right .details :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.product_list-right .details :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.product_list-right .details :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.product_list-right .details :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
}

.product_list-right .details :where(ul):not(:where([class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}

.product_list-right .details :where(ol > li):not(:where([class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}

.product_list-right .details :where(ul > li):not(:where([class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}

.product_list-right .details :where(hr):not(:where([class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}

.product_list-right .details :where(blockquote):not(:where([class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C" "\201D" "\2018" "\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}

.product_list-right .details :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
    content: open-quote;
}

.product_list-right .details :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
    content: close-quote;
}

.product_list-right .details :where(h1):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}

.product_list-right .details :where(h1 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}

.product_list-right .details :where(h2):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}

.product_list-right .details :where(h2 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}

.product_list-right .details :where(h3):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}

.product_list-right .details :where(h3 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.product_list-right .details :where(h4):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.product_list-right .details :where(h4 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.product_list-right .details :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.product_list-right .details :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.product_list-right .details :where(figcaption):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}

.product_list-right .details :where(code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}

.product_list-right .details :where(code):not(:where([class~="not-prose"] *))::before {
    content: "`";
}

.product_list-right .details :where(code):not(:where([class~="not-prose"] *))::after {
    content: "`";
}

.product_list-right .details :where(a code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.product_list-right .details :where(h1 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.product_list-right .details :where(h2 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}

.product_list-right .details :where(h3 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}

.product_list-right .details :where(h4 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.product_list-right .details :where(blockquote code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.product_list-right .details :where(thead th code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.product_list-right .details :where(pre):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
}

.product_list-right .details :where(pre code):not(:where([class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.product_list-right .details :where(pre code):not(:where([class~="not-prose"] *))::before {
    content: none;
}

.product_list-right .details :where(pre code):not(:where([class~="not-prose"] *))::after {
    content: none;
}

.product_list-right .details :where(table):not(:where([class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}

.product_list-right .details :where(thead):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}

.product_list-right .details :where(thead th):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}

.product_list-right .details :where(tbody tr):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}

.product_list-right .details :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 0;
}

.product_list-right .details :where(tbody td):not(:where([class~="not-prose"] *)) {
    vertical-align: baseline;
}

.product_list-right .details :where(tfoot):not(:where([class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}

.product_list-right .details :where(tfoot td):not(:where([class~="not-prose"] *)) {
    vertical-align: top;
}

.product_list-right .details {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}

.product_list-right .details :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.product_list-right .details :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.product_list-right .details :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.product_list-right .details :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
}

.product_list-right .details :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
}

.product_list-right .details :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.product_list-right .details :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.product_list-right .details :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.product_list-right .details :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.product_list-right .details :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.product_list-right .details :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.product_list-right .details :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.product_list-right .details :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.product_list-right .details :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.product_list-right .details :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.product_list-right .details :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}

.product_list-right .details :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}

.product_list-right .details :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}

.product_list-right .details :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}

.product_list-right .details :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}

.product_list-right .details :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.product_list-right .details :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
}

.product_list-right .details {
    max-width: 100% !important;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.5rem;
}

.product_list-right .details .layui-table {
    margin: 0;
	width:100%;
    color: #333333;
}

.product_list-right .details .layui-table td,
.product_list-right .details .layui-table th {
    border-color: #000000;
}

.product_list-right .details .layui-table td {
    text-align: center;
}

.product_list-right .details .layui-table td:first-of-type {
    color: #ffffff;
    background-color: #808080;
}

.product_list-right .details.layui-table td:nth-child(2) {
    color: #333333;
    background-color: #f2f2f2;
}

.product_list-body {
    margin-top: 1rem;
    display: grid;
    flex: 1 1 0%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 1024px) {
    .product_list-body {
        margin-left: 1.5rem;
        margin-top: 0px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

.product_list-body .item {
    display: block;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.product_list-body .item img {
    display: block;
    height: auto;
    width: 100%;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.product_list-body .item p {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.product_list-body .item:hover {
    border-color: #c00000;
}

.product_list-body .item:hover img {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* global */

.global {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.global-head {
    margin-bottom: 1.5rem;
}

.global-head img {
    display: block;
    height: auto;
    width: 100%;
}

.global-body {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .global-body {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.global-body-item {
    overflow: hidden;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.5rem;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.global-body-item h6 {
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.global-body-item div p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.global-body-item div p + p {
    margin-top: 0.375rem;
}