@charset "UTF-8";
:root {
    --el-color-primary: #2563eb;
    --el-color-primary-light-3: #3b82f6;
    --el-color-primary-light-5: #60a5fa;
    --el-color-primary-light-7: #93c5fd;
    --el-color-primary-light-8: #bfdbfe;
    --el-color-primary-light-9: #dbeafe;
    --el-bg-color-page: #f1f5f9;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
    font-size: var(--el-font-size-base);
    font-weight: var(--el-font-weight-primary);
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--el-text-color-primary);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

input,
textarea,
select,
button {
    border: none;
    outline: none;
}

button {
    cursor: pointer;
}

.page-container {
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}

@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;
    }
}

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #ffffff;
    box-shadow: var(--el-box-shadow-light);
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-nav-logo h1 {
    font-size: 32px;
    line-height: 60px;
    font-weight: 600;
    color: var(--el-color-primary);
}

.header-nav-menu {
    display: none;
    align-items: center;
    justify-content: center;
}

.header-nav-menu-item a {
    display: block;
    font-size: 15px;
    line-height: 60px;
    padding: 0 12px;
    transition: color 0.2s;
}

.header-nav-menu-item a:hover {
    color: var(--el-color-primary);
}

.header-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-nav-btn-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 60px;
    font-size: 24px;
    color: var(--el-text-color-primary);
    margin-right: 16px;
    cursor: pointer;
}

.header-nav-btn-lang:focus-visible {
    outline: none;
}

.header-nav-btn-lang-item {
    display: block;
    font-size: 14px;
    color: var(--el-text-color-primary);
    line-height: 32px;
    padding: 0 24px;
}

.header-nav-btn-console {
    display: none;
    border-radius: 2px;
    background-color: var(--el-color-primary);
    padding: 0 16px;
    margin: 12px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    color: #ffffff;
    transition: background-color 0.2s;
}

.header-nav-btn-console:hover {
    background-color: var(--el-color-primary-light-3);
}

.header-nav-btn-user {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 60px;
    font-size: 24px;
    color: var(--el-text-color-primary);
    cursor: pointer;
}

.header-nav-btn-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 60px;
    font-size: 24px;
    color: var(--el-text-color-primary);
    margin-left: 16px;
    cursor: pointer;
}

@media (min-width: 375px) {
    .header-nav-btn-lang {
        margin-right: 24px;
    }

    .header-nav-btn-menu {
        margin-left: 24px;
    }
}

@media (min-width: 1024px) {
    .header-nav-menu {
        display: flex;
    }

    .header-nav-btn-lang {
        margin-right: 16px;
    }

    .header-nav-btn-console {
        display: block;
    }

    .header-nav-btn-user,
    .header-nav-btn-menu {
        display: none;
    }
}

@media (min-width: 1280px) {
    .header-nav-menu-item a {
        padding: 0 24px;
    }

    .header-nav-btn-lang {
        margin-right: 24px;
    }

    .header-nav-btn-console {
        padding: 0 24px;
    }
}

/* footer */
.footer {
    padding-top: 64px;
    background-color: #111827;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
}

.footer-nav-logo {
    flex: none;
    width: 100%;
}

.footer-nav-logo h6 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #e5e7eb;
}

.footer-nav-logo p {
    font-size: 14px;
    line-height: 22px;
    color: #9ca3af;
    margin-top: 16px;
    margin-bottom: 20px;
}

.footer-nav-logo-icon {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
}

.footer-nav-logo-icon a {
    color: #9ca3af;
}

.footer-nav-logo-icon a:hover {
    color: #e5e7eb;
}

.footer-nav-logo-icon a svg {
    display: block;
    width: 24px;
    height: 24px;
}

.footer-nav-menu {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.footer-nav-menu-item {
    margin-top: 16px;
}

.footer-nav-menu-item:nth-child(1),
.footer-nav-menu-item:nth-child(2) {
    width: 100%;
}

.footer-nav-menu-item:nth-child(3),
.footer-nav-menu-item:nth-child(4) {
    width: calc(50% - 6px);
}

.footer-nav-menu-item:nth-child(4) {
    margin-left: 12px;
}

@media (min-width: 640px) {
    .footer-nav-menu-item:nth-child(1),
    .footer-nav-menu-item:nth-child(2) {
        width: calc(50% - 6px);
    }

    .footer-nav-menu-item:nth-child(2) {
        margin-left: 12px;
    }
}

@media (min-width: 768px) {
    .footer-nav-menu-item:nth-child(1) {
        width: calc(28% - 9px);
    }

    .footer-nav-menu-item:nth-child(2) {
        width: calc(42% - 9px);
    }

    .footer-nav-menu-item:nth-child(3) {
        width: calc(18% - 9px);
        margin-left: 12px;
    }

    .footer-nav-menu-item:nth-child(4) {
        width: calc(12% - 9px);
    }
}

@media (min-width: 1280px) {
    .footer-nav-logo {
        width: 22%;
        margin-right: 24px;
    }

    .footer-nav-menu-item {
        margin-top: 8px;
    }

    .footer-nav-menu {
        width: calc(78% - 24px);
    }
}

.footer-nav-menu-item h6 {
    font-size: 16px;
    line-height: 24px;
    color: #e5e7eb;
    margin: 0 0 12px;
}

.footer-nav-menu-item-one {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px 12px;
}

.footer-nav-menu-item-two {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px 12px;
}

.footer-nav-menu-item-three {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2px 12px;
}

.footer-nav-menu-item-four {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2px 12px;
}

.footer-nav-menu-item a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #9ca3af;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.footer-nav-menu-item a:hover {
    color: #e5e7eb;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 0;
    margin-top: 24px;
    border-top: 1px solid #4b5563;
}

.footer-copyright p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #9ca3af;
    text-align: center;
}

.footer-copyright p + p {
    margin-top: 4px;
}

.footer-copyright p a {
    font-size: 14px;
    line-height: 22px;
    color: #9ca3af;
    transition: color 0.2s;
}

.footer-copyright p a:hover {
    color: #e5e7eb;
}

.footer-copyright p span {
    margin: 0 8px;
}

@media (min-width: 768px) {
    .footer-copyright {
        padding: 24px 0;
        margin-top: 32px;
    }

    .footer-copyright p {
        width: auto;
    }

    .footer-copyright p + p {
        margin-top: 0;
    }
}

/* index-banner */
.index-banner {
    padding: 128px 0;
    margin-top: 60px;
}

.index-banner-title {
    text-align: center;
}

.index-banner-title h6 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.index-banner-title h6 span {
    color: var(--el-color-primary);
}

.index-banner-title p {
    font-size: 16px;
    line-height: 32px;
    color: var(--el-text-color-regular);
    max-width: 768px;
    margin: 32px auto 0;
}

@media (min-width: 640px) {
    .index-banner-title h6 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (min-width: 1024px) {
    .index-banner-title h6 {
        font-size: 48px;
        line-height: 56px;
    }

    .index-banner-title p {
        font-size: 18px;
        margin: 48px auto 0;
    }
}

/* product-banner */
.product-banner {
    padding: 64px 0;
    margin-top: 60px;
    background-color: var(--el-bg-color-page);
}

.product-banner h1 {
    font-size: 40px;
    line-height: 48px;
    color: var(--el-text-color-primary);
}

.product-banner p {
    font-size: 16px;
    line-height: 24px;
    color: var(--el-text-color-regular);
    margin-top: 24px;
}

/* index-service */
.index-service {

}

.index-service-item {
    margin-bottom: 56px;
}

.index-service-item-img {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 32px;
}

.index-service-item-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.index-service-item-text h6 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: var(--el-text-color-primary);
    margin-bottom: 24px;
}

.index-service-item-text p {
    font-size: 16px;
    line-height: 24px;
    color: var(--el-text-color-regular);
}

.index-service-item-text-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: var(--el-border);
    margin: 24px 0;
}

.index-service-item-text-grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 12px;
    border-right: var(--el-border);
    border-bottom: var(--el-border);
}

.index-service-item-text-grid-item:nth-child(2n) {
    border-right: none;
}

.index-service-item-text-grid-item:nth-last-child(-n + 2) {
    border-bottom: none;
}

.index-service-item-text-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 24px;
}

.index-service-item-text-list a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: var(--el-text-color-primary);
    transition: all .2s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index-service-item-text-list a i {
    margin-right: 8px;
}

.index-service-item-text-list a:hover {
    color: var(--el-color-primary);
}

.index-service-item-text-btn .el-button + .el-button {
    margin-left: 24px;
}

@media (min-width: 768px) {
    .index-service-item-img {
        padding-right: 48px;
    }

    .index-service-item:nth-child(2n) .el-col:last-of-type {
        order: 1;
    }

    .index-service-item:nth-child(2n) .el-col:first-of-type {
        order: 2;
    }

    .index-service-item:nth-child(2n) .index-service-item-img {
        padding-left: 48px;
        padding-right: 0;
    }

    .index-service-item-text-list a i {
        margin-right: 16px;
    }
}

/* global-logo */
.global-logo {
    padding: 64px 0;
}

.global-logo-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px
}

.global-logo-item img {
    display: block;
    width: 100%;
    height: auto;
}

/* product-category */
.product-category {
    padding: 64px 0;
}

.product-category-wrap {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
}

@media (min-width: 768px) {
    .product-category-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .product-category-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .product-category-wrap {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.product-category-item {
    padding: 16px;
    border-radius: 4px;
    box-shadow: var(--el-box-shadow-light);
}

.product-category-item-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product-category-item-header-mask {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    background-color: rgba(0, 0, 0, .4);
}

.product-category-item-header-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .4);
}

.product-category-item-header-img img {
    width: 60px;
    height: auto;
}

.product-category-item-body {
    margin: 24px 0 16px;
}

.product-category-item-body h6 {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: var(--el-text-color-primary);
}

.product-category-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.product-category-item-footer-price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 14px;
    line-height: 1.2;
    color: var(--el-text-color-primary);
}

.product-category-item-footer-price span:nth-child(2) {
    font-size: 28px;
    font-weight: bolder;
    line-height: 1;
    color: oklch(63.7% 0.237 25.331);
    margin: 0 4px;
}

/* product-list */
.product-list-wrap {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
}

@media (min-width: 768px) {
    .product-list-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .product-list-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .product-list-wrap {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.product-list-item {
    padding: 16px;
    border-radius: 4px;
    box-shadow: var(--el-box-shadow-light);
}
