@charset "UTF-8";
/*
! tailwindcss v3.4.4 | 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.
7. Disable tap highlights on iOS
*/
html,
:host {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    tab-size: 4; /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
    font-feature-settings: normal; /* 5 */
    font-variation-settings: normal; /* 6 */
    -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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]) {
    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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
    font-variation-settings: normal; /* 3 */
    font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
    font-variation-settings: inherit; /* 1 */
    font-size: 100%; /* 1 */
    font-weight: inherit; /* 1 */
    line-height: inherit; /* 1 */
    letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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: -0.267vw; /* 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;
}

/*
Reset default styling for dialogs.
*/
dialog {
    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::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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.left-0 {
    left: 0px;
}

.top-\[365px\] {
    top: 48.667vw;
}

.mx-\[20px\] {
    margin-left: 2.667vw;
    margin-right: 2.667vw;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-\[70px\] {
    margin-top: 9.333vw;
    margin-bottom: 9.333vw;
}

.mb-\[20px\] {
    margin-bottom: 2.667vw;
}

.mb-\[40px\] {
    margin-bottom: 5.333vw;
}

.mt-\[30px\] {
    margin-top: 4vw;
}

.mt-\[45px\] {
    margin-top: 6vw;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.h-\[100px\] {
    height: 13.333vw;
}

.h-\[150px\] {
    height: 20vw;
}

.h-\[295px\] {
    height: 39.333vw;
}

.h-\[300px\] {
    height: 40vw;
}

.h-\[500px\] {
    height: 66.667vw;
}

.h-\[50px\] {
    height: 6.667vw;
}

.h-\[800px\] {
    height: 106.667vw;
}

.h-full {
    height: 100%;
}

.w-full {
    width: 100%;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.object-cover {
    object-fit: cover;
}

.px-\[20px\] {
    padding-left: 2.667vw;
    padding-right: 2.667vw;
}

.px-\[30px\] {
    padding-left: 4vw;
    padding-right: 4vw;
}

.text-\[24px\] {
    font-size: 3.2vw;
}

.text-\[26px\] {
    font-size: 3.467vw;
}

.text-\[34px\] {
    font-size: 4.533vw;
}

.text-\[42px\] {
    font-size: 5.6vw;
}

.text-\[48px\] {
    font-size: 6.4vw;
}

.font-bold {
    font-weight: 700;
}

.font-normal {
    font-weight: 400;
}

.leading-\[50px\] {
    line-height: 6.667vw;
}

.text-333 {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-666 {
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shadow {
    --tw-shadow: 0 1px 0.4vw 0 rgb(0 0 0 / 0.1), 0 1px 0.267vw -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 0.4vw 0 var(--tw-shadow-color), 0 1px 0.267vw -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);
}

html, body {
    font-family: "Microsoft YaHei Bold";
}

/*分页start*/
.pagination {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.pagination li {
    margin-left: 0.8vw;
    margin-right: 0.8vw;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(232 232 232 / var(--tw-border-opacity));
    font-size: 3.333vw;
}

.pagination li a, .pagination li span {
    display: flex;
    height: 8vw;
    width: 8vw;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgb(188 188 188 / var(--tw-text-opacity));
}

.pagination li.active {
    --tw-border-opacity: 1;
    border-color: rgb(226 50 0 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(226 50 0 / var(--tw-bg-opacity));
}

.pagination li.active a, .pagination li.active span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*分页end*/
.nav_mask {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 60;
    display: none;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    opacity: 0.6;
}

/*导航start*/
.nav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 1px 0.4vw 0 rgb(0 0 0 / 0.1), 0 1px 0.267vw -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 0.4vw 0 var(--tw-shadow-color), 0 1px 0.267vw -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);
    transition: background-color 0.5s ease-out;
}

.nav .nav-logo {
    margin-left: 4vw;
    width: 40vw;
}

.nav .nav-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.nav .nav-logo img.logo-white {
    display: none;
}

.nav .nav-logo img.logo-black {
    display: block;
}

.nav .nav-menu-toggle {
    margin-right: 4vw;
    height: 9.333vw;
    width: 9.333vw;
}

.nav .nav-menu-toggle img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.nav-list {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 13.333vw;
    align-items: center;
    justify-content: space-between;
}

.nav-menu {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    display: flex;
    height: 100%;
    width: 46.667vw;
    --tw-translate-x: 100%;
    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));
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 2.667vw;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.nav-menu.active {
    --tw-translate-x: 0px;
    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));
}

.nav-menu .nav-menu-li {
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.nav-menu .nav-menu-li:hover {
    --tw-text-opacity: 1;
    color: rgb(226 50 0 / var(--tw-text-opacity));
}

.nav-menu .nav-menu-li .nav-menu-li-a-arrow {
    margin-right: 2.667vw;
    display: inline-block;
    width: 4vw;
}

.nav-menu .nav-menu-li .nav-menu-li-a {
    display: block;
    height: 13.333vw;
    padding-left: 4vw;
    font-size: 3.733vw;
    line-height: 13.333vw;
}

.nav-menu .nav-menu-li .nav-menu-li-a:hover,
.nav-menu .nav-menu-li .nav-menu-li-a.active,
.nav.home .nav-menu .nav-menu-li .nav-menu-li-a:hover,
.nav.home .nav-menu .nav-menu-li .nav-menu-li-a.active {
    position: relative;
    --tw-text-opacity: 1;
    color: rgb(226 50 0 / var(--tw-text-opacity));
    /*&:after {*/
    /*    content: '';*/
    /*    @apply block w-full h-[5px] bg-active-color absolute bottom-0 left-[30px];*/
    /*}*/
}

.nav.home {
    background-color: transparent;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.nav.home .nav-menu .nav-menu-li:hover > .sub > .sidebar,
.nav .nav-menu .nav-menu-li:hover > .sub > .sidebar {
    --tw-translate-y: 0px;
    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));
    opacity: 1;
}

.nav .sub {
    display: none;
}

.nav .sidebar {
    border-top: 1px solid #e8e8e8;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.nav .sidebar .sidebar-name {
    position: relative;
    display: flex;
    height: 100%;
    width: 30%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(226 50 0 / var(--tw-bg-opacity));
}

.nav .sidebar .sidebar-name:after {
    position: absolute;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 13.333vw 8vw;
    border-color: transparent transparent #fff transparent;
}

.nav .sidebar .sidebar-name h3 {
    font-size: 4.267vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav .sidebar .sidebar-name span {
    margin-left: 1.867vw;
    margin-top: 1.467vw;
    font-size: 2.667vw;
    font-weight: 700;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-text-opacity: 0.35;
}

.nav .sidebar .sidebar-menu {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    font-size: 3.467vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.nav .sidebar .sidebar-menu a {
    padding-top: 2.667vw;
    padding-bottom: 2.667vw;
    padding-left: 4vw;
}

.nav .sidebar .sidebar-menu a:hover {
    --tw-text-opacity: 1;
    color: rgb(226 50 0 / var(--tw-text-opacity));
}

/*导航end*/
.home-card-list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-card-list .item {
    height: 20vw;
    position: relative;
    cursor: pointer;
}

.home-card-list .item::before {
    content: " ";
    background: url("/images/home/home-card-list-arrow.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 14.667vw;
    left: 10.133vw;
    height: 1.333vw;
    width: 5.333vw;
    --tw-translate-x: -2.667vw;
    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));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.home-card-list .item::after {
    content: " ";
    position: absolute;
    top: 2.667vw;
    right: 4.667vw;
    height: 13.333vw;
    width: 13.333vw;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.home-card-list .item:hover::after {
    --tw-translate-x: 1.333vw;
    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));
}

.home-card-list .item:hover::before {
    --tw-translate-x: 0px;
    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));
}

.home-card-list .item:hover .title span {
    --tw-translate-x: 0px;
    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));
}

.home-card-list .item:nth-child(1) {
    background: linear-gradient(135deg, #6ebafc 0%, #4799e1 100%);
}

.home-card-list .item:nth-child(1)::after {
    background: url("/images/home/1.png") no-repeat;
    background-size: contain;
}

.home-card-list .item:nth-child(2) {
    background: linear-gradient(135deg, #ffc461 0%, #ef9b0c 100%);
}

.home-card-list .item:nth-child(2)::after {
    background: url("/images/home/2.png") no-repeat;
    background-size: contain;
}

.home-card-list .item:nth-child(3) {
    background: linear-gradient(135deg, #91f2e4 0%, #61d5c5 100%);
}

.home-card-list .item:nth-child(3)::after {
    background: url("/images/home/3.png") no-repeat;
    background-size: contain;
}

.home-card-list .item:nth-child(4) {
    background: linear-gradient(135deg, #f88666 0%, #e94709 100%);
}

.home-card-list .item:nth-child(4)::after {
    background: url("/images/home/4.png") no-repeat;
    background-size: contain;
}

.home-card-list .item:nth-child(5) {
    background: linear-gradient(135deg, #98e649 0%, #5db109 100%);
}

.home-card-list .item:nth-child(5)::after {
    background: url("/images/home/5.png") no-repeat;
    background-size: contain;
}

.home-card-list .item:nth-child(6) {
    background: linear-gradient(135deg, #b3a8ff 0%, #8676f4 100%);
}

.home-card-list .item:nth-child(6)::after {
    background: url("/images/home/6.png") no-repeat;
    background-size: contain;
}

.home-card-list .item .title {
    height: 6.347vw;
    background: url("/images/home/home-card-list-icon.png") no-repeat;
    background-size: 4.767vw;
    margin-top: 4vw;
    margin-left: 5.333vw;
    display: flex;
    align-items: center;
}

.home-card-list .item .title span {
    font-weight: 700;
    font-size: 3.2vw;
    line-height: 8.533vw;
    text-align: left;
    padding-left: 4vw;
    color: #fff;
    --tw-translate-x: 1.333vw;
    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));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

/*footer start*/
.footer {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.footer .content {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 6.667vw;
}

.footer .content .company {
    padding-left: 4vw;
}

.footer .content .company .company-logo {
    margin-bottom: 5.333vw;
    width: 42.667vw;
}

.footer .content .company .company-logo img {
    height: 100%;
    width: 100%;
}

.footer .content .company .company-address {
    background: url("/images/footer/address.png") no-repeat;
    background-size: 4vw;
    margin-bottom: 3.2vw;
    width: 80vw;
    padding-left: 6.667vw;
    font-size: 3.467vw;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.footer .content .company .company-tel {
    background: url("/images/footer/tel.png") no-repeat;
    background-size: 4vw;
    margin-bottom: 3.2vw;
    width: 80vw;
    padding-left: 6.667vw;
    font-size: 3.467vw;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.footer .content .menus {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 4vw;
    padding-bottom: 4vw;
}

.footer .content .menus .menu {
    margin-bottom: 4vw;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
}

.footer .content .menus .menu .menu-title {
    margin-bottom: 2.667vw;
    padding-left: 5.333vw;
    font-size: 3.467vw;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.footer .content .menus .menu .menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5.333vw;
}

.footer .content .menus .menu .menu-list a {
    margin-bottom: 2vw;
    margin-right: 4vw;
    font-size: 3.2vw;
    --tw-text-opacity: 1;
    color: rgb(159 159 159 / var(--tw-text-opacity));
}

.footer .content .qr {
    margin-left: auto;
    margin-right: auto;
    width: 33.333vw;
}

.footer .content .qr img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.2vw;
    height: 33.333vw;
    width: 33.333vw;
}

.footer .content .qr p {
    text-align: center;
    font-size: 3.2vw;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.footer .copyright {
    margin-top: 5.333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6.667vw;
}

.footer .copyright .copyright-text {
    margin-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3.2vw;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.footer .copyright .links {
    display: none;
    width: 26.667vw;
    height: 4.8vw;
    background: #fff;
    border: 1px solid #9f9f9f;
    font-weight: 400;
    font-size: 1.867vw;
    line-height: 2.667vw;
    text-align: left;
    color: #666;
}

.footer .copyright .links select {
    outline: none;
    border: 0;
    background: none;
    height: 4.8vw;
    width: 95%;
    margin: 0 auto;
    display: block;
}

/*footer end*/
.page-banner {
    position: relative;
    margin-top: 13.333vw;
}

.page-banner .page-banner-img {
    height: 33.333vw;
    width: 100%;
    object-fit: cover;
}

.page-banner .page-banner-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    --tw-text-opacity: 1;
    color: rgb(72 72 72 / var(--tw-text-opacity));
}

.page-banner .page-banner-text h3 {
    margin-top: 11.333vw;
    font-size: 5.333vw;
    font-weight: 700;
}

.page-banner .page-banner-text p {
    font-size: 3.2vw;
    font-weight: 700;
}

.page-menus {
    height: 10.667vw;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(72 72 72 / var(--tw-bg-opacity));
}

.page-menus .page-uri {
    font-size: 3.467vw;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-menus .page-content {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 3.467vw;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-menus .page-content a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 4vw;
    padding-right: 4vw;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.page-menus .page-content a:hover, .page-menus .page-content a.active {
    --tw-bg-opacity: 1;
    background-color: rgb(226 50 0 / var(--tw-bg-opacity));
}

.about {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
}

.about .body {
    margin-bottom: 18.667vw;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.about .body .about-pic {
    margin-bottom: 4vw;
    width: 100%;
}

.about .body .about-content {
    width: 100%;
}

.about .body .about-content .title {
    margin-bottom: 5.333vw;
    font-size: 5.067vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.about .body .about-content .tags {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.about .body .about-content .tags .item .number-unit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .body .about-content .tags .item .number-unit .num {
    font-size: 6.4vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(226 50 0 / var(--tw-text-opacity));
}

.about .body .about-content .tags .item .number-unit .unit {
    margin-top: 1.333vw;
    margin-left: 0.8vw;
    font-size: 3.2vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(0 51 51 / var(--tw-text-opacity));
}

.about .body .about-content .tags .item .name {
    text-align: center;
    font-size: 3.2vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(0 51 51 / var(--tw-text-opacity));
}

.news {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 248 / var(--tw-bg-opacity));
    padding-top: 5.333vw;
}

.news .item {
    margin-bottom: 2.667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.news .item:hover {
    --tw-shadow: 0 0.533vw 0.8vw -1px rgb(0 0 0 / 0.1), 0 0.267vw 0.533vw -0.267vw rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 0.533vw 0.8vw -1px var(--tw-shadow-color), 0 0.267vw 0.533vw -0.267vw var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.news .item .pic {
    margin: 3.2vw;
    height: 25.333vw;
    width: 26.667vw;
}

.news .item .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news .item .text {
    width: 66.667vw;
    padding-right: 5.333vw;
}

.news .item .text h3 {
    margin-bottom: 2vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 4vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 51 51 / var(--tw-text-opacity));
}

.news .item .text p {
    margin-bottom: 2.667vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 10vw;
    font-size: 3.2vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.news .item .text .date {
    font-size: 3.2vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(188 188 188 / var(--tw-text-opacity));
}

.news .item .text .more {
    font-size: 3.2vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(226 50 0 / var(--tw-text-opacity));
}

.news_info {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 248 / var(--tw-bg-opacity));
    padding-top: 5.333vw;
}

.news_info .content {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 4vw;
    padding-right: 4vw;
}

.news_info .content .title {
    margin-bottom: 3.2vw;
    width: 100%;
    padding-top: 10.667vw;
    text-align: center;
    font-size: 5.6vw;
    font-weight: 700;
}

.news_info .content .date {
    margin-bottom: 10.667vw;
    text-align: center;
    font-size: 3.2vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(188 188 188 / var(--tw-text-opacity));
}

.news_page a {
    position: relative;
    display: flex;
    height: 8.667vw;
    width: 45%;
    align-items: center;
}

.news_page a .name {
    font-size: 4vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 51 51 / var(--tw-text-opacity));
}

.news_page a .unit {
    font-size: 3.467vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.news_page .prev {
    background: #fff url("/images/news/left.png") 10% center no-repeat;
    background-size: 0.933vw;
}

.news_page .prev .name {
    margin-left: 9.333vw;
}

.news_page .prev .unit {
    position: absolute;
    right: 6.667vw;
}

.news_page .next {
    background: #fff url("/images/news/right.png") 90% center no-repeat;
    background-size: 0.933vw;
}

.news_page .next .name {
    margin-left: 21.333vw;
}

.news_page .next .unit {
    margin-left: 6.667vw;
}

.big-imgs {
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 248 / var(--tw-bg-opacity));
    padding-left: 2.667vw;
    padding-right: 2.667vw;
    padding-top: 5.333vw;
    padding-bottom: 6.667vw;
}

.big-imgs .content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5.333vw;
}

.big-imgs .content .item {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    text-align: center;
}

.big-imgs .content .item:hover {
    --tw-shadow: 0 0.533vw 0.8vw -1px rgb(0 0 0 / 0.1), 0 0.267vw 0.533vw -0.267vw rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 0.533vw 0.8vw -1px var(--tw-shadow-color), 0 0.267vw 0.533vw -0.267vw var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.big-imgs .content .item p {
    height: 9.6vw;
    font-size: 3.467vw;
    font-weight: 700;
    line-height: 9.6vw;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.big-imgs .content .item img {
    height: 26.667vw;
    width: 100%;
    object-fit: cover;
}

.imgs {
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 248 / var(--tw-bg-opacity));
    padding-left: 2.667vw;
    padding-right: 2.667vw;
    padding-top: 5.333vw;
    padding-bottom: 6.667vw;
}

.imgs .content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5.333vw;
}

.imgs .content .item {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    text-align: center;
}

.imgs .content .item:hover {
    --tw-shadow: 0 0.533vw 0.8vw -1px rgb(0 0 0 / 0.1), 0 0.267vw 0.533vw -0.267vw rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 0.533vw 0.8vw -1px var(--tw-shadow-color), 0 0.267vw 0.533vw -0.267vw var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.imgs .content .item p {
    height: 9.6vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 3.333vw;
    font-weight: 700;
    line-height: 9.6vw;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.imgs .content .item img {
    height: 26.667vw;
    width: 100%;
    object-fit: cover;
}

.big-img-info {
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 9.333vw;
}

.big-img-info .header {
    margin-bottom: 4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
}

.big-img-info .header .title {
    font-size: 5.067vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(226 50 0 / var(--tw-text-opacity));
}

.big-img-info .header .arrow {
    display: flex;
    align-items: center;
    column-gap: 4.267vw;
}

.big-img-info .header .arrow span {
    border: 1px solid #e1e1e1;
    height: 5.6vw;
    width: 5.6vw;
    cursor: pointer;
}

.big-img-info .header .arrow .prve {
    background: url("/images/news/left.png") center no-repeat;
    background-size: 1.333vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(188 188 188 / var(--tw-text-opacity));
}

.big-img-info .header .arrow .next {
    background: url("/images/news/right.png") center no-repeat;
    background-size: 1.333vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(188 188 188 / var(--tw-text-opacity));
}

.big-img-info .body {
    display: flex;
    flex-direction: column;
}

.big-img-info .body .left {
    padding-left: 2.667vw;
    padding-right: 2.667vw;
}

.big-img-info .body .left .pic {
    margin-bottom: 4vw;
    height: 42.933vw;
    width: 100%;
}

.big-img-info .body .left .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.big-img-info .body .left .logos {
    border: 1px solid #dbdbdb;
    border-bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.big-img-info .body .left .logos .item {
    width: 100%;
    height: 13.333vw;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.big-img-info .body .left .logos .item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.big-img-info .body .left .logos .item:nth-child(3n) {
    border-right: 0;
}

.big-img-info .body .right {
    margin-top: 4vw;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
}

.big-img-info .body .right .right_content {
    margin-bottom: 4vw;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4vw;
}

.big-img-info .body .right .right_content .item .name {
    height: 6.133vw;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(226 50 0 / var(--tw-bg-opacity));
    text-align: center;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 6.133vw;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.big-img-info .body .right .right_content .item .content {
    display: flex;
    height: 23.333vw;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 248 / var(--tw-bg-opacity));
    font-size: 3.2vw;
    line-height: 4.533vw;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.big-img-info .body .right .right_content .item .content p {
    margin: 0.75rem;
}

.text-list {
    padding-top: 4vw;
}

.text-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(246 246 248 / var(--tw-border-opacity));
    padding-top: 2.667vw;
    padding-bottom: 2.667vw;
}

.text-list .item:hover .left .content_body h2 {
    --tw-text-opacity: 1;
    color: rgb(226 50 0 / var(--tw-text-opacity));
}

.text-list .item .left {
    display: flex;
    align-items: center;
}

.text-list .item .left .icon {
    margin-right: 5.067vw;
    display: flex;
    height: 13.333vw;
    width: 13.333vw;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 248 / var(--tw-bg-opacity));
}

.text-list .item .left .icon img {
    height: 5.333vw;
    width: 5.333vw;
}

.text-list .item .left .content_body {
    width: 53.333vw;
}

.text-list .item .left .content_body h2 {
    margin-bottom: 1.333vw;
    font-size: 3.733vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 51 51 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.text-list .item .left .content_body p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 3.2vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-list .item .date-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-list .item .date-more .date {
    margin-right: 2vw;
    font-size: 3.2vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(188 188 188 / var(--tw-text-opacity));
}

.text-list .item .date-more .more {
    font-size: 3.2vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(226 50 0 / var(--tw-text-opacity));
}

.text-list .pages {
    display: flex;
    height: 15.067vw;
    align-items: center;
    justify-content: center;
}

.policy {
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 248 / var(--tw-bg-opacity));
    padding-top: 8vw;
    padding-bottom: 8vw;
}

.policy .pic {
    height: 44vw;
    padding-left: 4vw;
    padding-right: 4vw;
}

.policy .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.policy .body {
    margin-top: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
}

.policy .body h2 {
    margin-bottom: 2.667vw;
    font-size: 4.533vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.policy .body > p {
    height: 29.333vw;
    font-size: 3.2vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.policy .body .icons {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 2.667vw;
}

.policy .body .icons .item {
    height: 20vw;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.policy .body .icons .item:hover {
    --tw-shadow: 0 0.533vw 0.8vw -1px rgb(0 0 0 / 0.1), 0 0.267vw 0.533vw -0.267vw rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 0.533vw 0.8vw -1px var(--tw-shadow-color), 0 0.267vw 0.533vw -0.267vw var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.policy .body .icons .item img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.6vw;
    margin-top: 4vw;
    width: 6.133vw;
}

.policy .body .icons .item p {
    text-align: center;
    font-size: 3.2vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(213 153 97 / var(--tw-text-opacity));
}

.Advantage {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
}

.Advantage h2 {
    margin-bottom: 5.333vw;
    font-size: 3.2vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.Advantage .items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5.333vw;
}

.Advantage .items .item {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 248 / var(--tw-bg-opacity));
}

.Advantage .items .item h3 {
    height: 8vw;
    --tw-bg-opacity: 1;
    background-color: rgb(213 153 97 / var(--tw-bg-opacity));
    text-align: center;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 8vw;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.Advantage .items .item .content {
    padding: 4vw;
}

.Advantage .items .item .content p {
    font-size: 3.2vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.future {
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 248 / var(--tw-bg-opacity));
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
}

.future .pic {
    margin-top: 4vw;
    height: 44vw;
    width: 100%;
}

.future .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.future .body {
    width: 100%;
}

.future .body h2 {
    margin-bottom: 2.667vw;
    font-size: 4.533vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.future .body > p {
    height: 29.333vw;
    font-size: 3.2vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.future .body .icons {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2.667vw;
}

.future .body .icons .item {
    height: 20vw;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.future .body .icons .item:hover {
    --tw-shadow: 0 0.533vw 0.8vw -1px rgb(0 0 0 / 0.1), 0 0.267vw 0.533vw -0.267vw rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 0.533vw 0.8vw -1px var(--tw-shadow-color), 0 0.267vw 0.533vw -0.267vw var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.future .body .icons .item img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.333vw;
    margin-top: 4vw;
    width: 4.8vw;
}

.future .body .icons .item p {
    text-align: center;
    font-size: 2.667vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(213 153 97 / var(--tw-text-opacity));
}

.packages {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
}

.packages .pic {
    margin-bottom: 4vw;
    height: 44vw;
    width: 100%;
}

.packages .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.packages .body {
    width: 100%;
}

.packages .body h2 {
    margin-bottom: 2.667vw;
    font-size: 4.533vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.packages .body > p {
    height: 29.333vw;
    font-size: 3.2vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.packages .body .icons {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2.667vw;
}

.packages .body .icons .item {
    height: 20vw;
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 248 / var(--tw-bg-opacity));
}

.packages .body .icons .item:hover {
    --tw-shadow: 0 0.533vw 0.8vw -1px rgb(0 0 0 / 0.1), 0 0.267vw 0.533vw -0.267vw rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 0.533vw 0.8vw -1px var(--tw-shadow-color), 0 0.267vw 0.533vw -0.267vw var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.packages .body .icons .item img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.667vw;
    margin-top: 5.333vw;
    width: 4.8vw;
}

.packages .body .icons .item p {
    text-align: center;
    font-size: 3.067vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(213 153 97 / var(--tw-text-opacity));
}

.development {
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 248 / var(--tw-bg-opacity));
    padding-top: 8vw;
    padding-bottom: 8vw;
}

.development h2 {
    margin-bottom: 2.667vw;
    font-size: 4.533vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.development .desc {
    height: 26.667vw;
    font-size: 3.2vw;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.development .card-color {
    margin-left: 2.667vw;
    margin-right: 2.667vw;
    display: flex;
    height: 42.667vw;
}

.development .card-color .item {
    height: 42.667vw;
    width: 40vw;
    --tw-bg-opacity: 1;
    background-color: rgb(213 153 97 / var(--tw-bg-opacity));
}

.development .card-color .item.active {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    --tw-bg-opacity: 1;
    background-color: rgb(226 50 0 / var(--tw-bg-opacity));
}

.development .card-color .item.active .prve {
    content: "";
    background: #fff url("/images/news/left.png") center center no-repeat;
    background-size: 1.333vw;
    position: absolute;
    top: 50%;
    left: -2.133vw;
    height: 6.933vw;
    width: 6.933vw;
    --tw-translate-y: -50%;
    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));
    cursor: pointer;
    --tw-shadow: 0 0.533vw 0.8vw -1px rgb(0 0 0 / 0.1), 0 0.267vw 0.533vw -0.267vw rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 0.533vw 0.8vw -1px var(--tw-shadow-color), 0 0.267vw 0.533vw -0.267vw var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.development .card-color .item.active .next {
    content: "";
    background: #fff url("/images/news/right.png") center center no-repeat;
    background-size: 1.333vw;
    position: absolute;
    top: 50%;
    right: -2.133vw;
    height: 6.933vw;
    width: 6.933vw;
    --tw-translate-y: -50%;
    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));
    cursor: pointer;
    --tw-shadow: 0 0.533vw 0.8vw -1px rgb(0 0 0 / 0.1), 0 0.267vw 0.533vw -0.267vw rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 0.533vw 0.8vw -1px var(--tw-shadow-color), 0 0.267vw 0.533vw -0.267vw var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.development .card-color .item.active .pic {
    display: block;
}

.development .card-color .item .pic {
    margin-left: 9.333vw;
    display: none;
    height: 42.667vw;
    width: 40vw;
    --tw-translate-y: -5.333vw;
    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));
}

.development .card-color .item .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.development .card-color .item div {
    margin-left: 6.667vw;
    width: 26.667vw;
}

.development .card-color .item div h2 {
    position: relative;
    margin-bottom: 2.667vw;
    padding-top: 4.667vw;
    padding-bottom: 1.333vw;
    font-size: 3.467vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.development .card-color .item div h2:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 0.267vw;
    width: 14.667vw;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.development .card-color .item div p {
    font-size: 2.667vw;
    font-weight: 400;
    line-height: 4.667vw;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}


.about_list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.about_list .item {
    background: url("/images/about/item.png") center center no-repeat;
    background-size: contain;
    margin-bottom: 4vw;
    display: flex;
    height: 29.333vw;
    width: 93.333vw;
    align-items: center;
}

.about_list .item .left {
    width: 20vw;
}

.about_list .item .left i {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.667vw;
    display: block;
    height: 2.667vw;
    width: 2.667vw;
    --tw-bg-opacity: 1;
    background-color: rgb(226 50 0 / var(--tw-bg-opacity));
}

.about_list .item .left img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 7.333vw;
}

.about_list .item .right {
    width: 56vw;
}

.about_list .item .right h2 {
    margin-bottom: 0.667vw;
    font-size: 3.733vw;
    --tw-text-opacity: 1;
    color: rgb(226 50 0 / var(--tw-text-opacity));
}

.about_list .item .right p {
    font-size: 3.2vw;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}


/*
3TCOM产业社区
*/

.tcom {
    width: 93.333vw;
}

.tcom .c1 {
    margin-bottom: 8vw;
}

.tcom .c1 .left {
    margin-bottom: 2.667vw;
    margin-top: 2.667vw;
    width: 100%;
}

.tcom .c1 .left h2 {
    font-weight: bold;
    padding-bottom: 1.333vw;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    font-size: 5.333vw;
}

.tcom .c1 .left h2::before {
    content: ' ';
    position: absolute;
    width: 12.667vw;
    height: 0.533vw;
    background: #e94709;
    left: 0;
    bottom: -0.267vw;
}


.tcom .c2 {
    border: 0.267vw solid #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.667vw;
    width: 86.667vw;
    border-radius: 2.667vw;
    padding-bottom: 6.667vw;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}


.tcom .c2 h2 {
    margin-top: 6.667vw;
    text-align: center;
    font-size: 4.8vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(226 50 0 / var(--tw-text-opacity));
}

.tcom .c2 p {
    margin-bottom: 2.667vw;
    text-align: center;
    font-size: 3.467vw;
    --tw-text-opacity: 1;
    color: rgb(226 50 0 / var(--tw-text-opacity));
}

.tcom .c2 div {
    margin-left: auto;
    margin-right: auto;
    width: 66.667vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.tcom .c3 .desc {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.7;
}

.tcom .c3 h2 {
    position: relative;
    margin-top: 2.667vw;
    margin-bottom: 5.333vw;
    font-size: 4.8vw;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.tcom .c3 p {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 3.333vw;
    line-height: 4.8vw;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.tcom .c3 h2::after {
    content: ' ';
    position: absolute;
    width: 12.667vw;
    height: 0.533vw;
    background: #e94709;
    left: 0;
    bottom: -1.333vw;
}

.tcom .c3_card {
    margin-top: 5.333vw;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.tcom .c3_card .item {
    margin-left: 2.667vw;
    margin-right: 2.667vw;
    margin-bottom: 5.333vw;
    height: 31.067vw;
    width: 41.333vw;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.tcom .c3_card .item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(226 50 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tcom .c3_card .item p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.2vw;
    margin-bottom: 4vw;
    height: 13.333vw;
    width: 33.333vw;
    font-size: 3.2vw;
    line-height: 4vw;
}

.tcom .c3_card .item h2 {
    width: 100%;
    text-align: center;
    font-size: 3.733vw;
}

.tcom .c4 {
    background: url("/images/tcom/5.png") right center no-repeat;
    background-size: 46.667vw;
    margin-top: 6.667vw;
}

.tcom .c4 h2 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 4.667vw;
}

.tcom .c4 h2::after {
    content: ' ';
    position: absolute;
    width: 6vw;
    height: 0.533vw;
    background: #e94709;
    left: 50%;
    bottom: -0.4vw;
    transform: translateX(-50%);
}

.tcom .c4 .box {
    margin-top: 13.333vw;
    width: 100%;
}

.tcom .c4 .box .item {
    margin-bottom: 4vw;
    width: 50.667vw;
    padding-left: 2.667vw;
}

.tcom .c4 .box .item img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.667vw;
    display: block;
    width: 10.667vw;
    font-weight: 700;
}

.tcom .c4 .box .item .title {
    margin-bottom: 1.333vw;
    text-align: center;
    font-size: 3.733vw;
    font-weight: 500;
}

.tcom .c4 .box .item .desc {
    font-size: 3.2vw;
}

.tcom .c5 {
    display: flex;
    flex-wrap: wrap;
}

.tcom .c5 .item {
    margin-bottom: 2vw;
    width: 100%;
}

.tcom .c5 .item img {
    margin-right: 2.667vw;
    height: 24vw;
    width: 29.333vw;
    object-fit: cover;
}

.tcom .c5 .item div {
    width: 61.333vw;
}

.tcom .c5 .item div h2 {
    margin-bottom: 1.333vw;
    font-size: 3.733vw;
    --tw-text-opacity: 1;
    color: rgb(226 50 0 / var(--tw-text-opacity));
}

.tcom .c5 .item div p {
    font-size: 3.467vw;
    line-height: 4.267vw;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.tcom .c6 {
    margin-top: 4vw;
    margin-bottom: 4vw;
}

.tcom .c6 .title {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    margin-bottom: 4.667vw;
    width: 100%;
    padding-bottom: 1.333vw;
    font-size: 4.267vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity))
}

.tcom .c6 .title::before {
    content: ' ';
    position: absolute;
    width: 12.667vw;
    height: 0.533vw;
    background: #e94709;
    left: 0;
    bottom: -0.267vw;
}

.tcom .c6 .desc {
    padding-left: 2.667vw;
    padding-right: 2.667vw;
    font-size: 3.2vw;
    line-height: 4.533vw;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.tcom .c7 {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    width: 90.667vw;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tcom .c7 .item {
    display: flex;
    height: 26.667vw;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 242 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.tcom .c7 .item div {
    padding: 2.667vw;
}

.tcom .c7 .item div h2 {
    margin-bottom: 2.667vw;
    font-size: 3.733vw;
    font-weight: 700;
    line-height: 2.667vw;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.tcom .c7 .item div p {
    font-size: 3.067vw;
}

.tcom .c8 {
    margin-top: 6.667vw;
}


.tcom .c8 .title {
    position: relative;
    margin-bottom: 6.667vw;
    width: 100%;
    padding-bottom: 1.333vw;
    text-align: center;
    font-size: 4.533vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.tcom .c8 .title::before {
    content: ' ';
    position: absolute;
    width: 4.667vw;
    height: 0.533vw;
    background: #e94709;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.267vw;
}

.tcom .c8 .c8_list {
    width: 100%;
}

.tcom .c8 .c8_list .item {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.667vw;
    width: 86.667vw;
    border-top-left-radius: 2.667vw;
    border-top-right-radius: 2.667vw;
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 242 / var(--tw-bg-opacity));
}

.tcom .c8 .c8_list .item img {
    display: block;
    width: 100%;
}

.tcom .c8 .c8_list .item h2 {
    margin-top: 4vw;
    margin-bottom: 1.333vw;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 4.267vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.tcom .c8 .c8_list .item div {
    padding-bottom: 4vw;
    text-align: center;
    font-size: 3.467vw;
    line-height: 5.067vw;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.tcom .c8 .c8_list .item::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e94709;
    height: 1.067vw;
    width: 0;
    transition: all 0.4s;
}


.tcom .c8 .c8_list .item:hover::after {
    width: 100%;
}


.tcom .c9 .title {
    position: relative;
    margin-bottom: 6.667vw;
    width: 100%;
    padding-bottom: 1.333vw;
    text-align: center;
    font-size: 4.8vw;
    font-weight: 700;
}

.tcom .c9 .title::before {
    content: ' ';
    position: absolute;
    width: 4.667vw;
    height: 0.533vw;
    background: #e94709;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.267vw;
}

.tcom .c10 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tcom .c11 {
    margin-top: 6.667vw;
}

.tcom .c11 .title {
    position: relative;
    margin-bottom: 6.667vw;
    width: 100%;
    padding-bottom: 1.333vw;
    text-align: center;
    font-size: 4.8vw;
    font-weight: 700;
}

.tcom .c11 .title::before {
    content: ' ';
    position: absolute;
    width: 4.667vw;
    height: 0.533vw;
    background: #e94709;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.267vw;
}

.tcom .c11 .desc {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 242 / var(--tw-bg-opacity));
}

.tcom .c11 .desc img {
    width: 100%;
}

.tcom .c11 .desc div {
    padding-left: 2.667vw;
    padding-right: 2.667vw;
    padding-top: 2.667vw;
    font-size: 4vw;
}


.tcom .c12 .item {
    margin-bottom: 4vw;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 242 / var(--tw-bg-opacity));
}

.tcom .c12 .item img {
    margin-bottom: 2.667vw;
    width: 100%;
}

.tcom .c12 .item .desc {
    padding: 2.667vw;
}

.tcom .c12 .item .desc h2 {
    margin-bottom: 1.333vw;
    font-size: 3.733vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.tcom .c12 .item .desc div {
    font-size: 3.467vw;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}
