
/* fonts Patrick+Hand*/
/* vietnamese */
@font-face {
    font-family: 'Patrick Hand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Patrick+Hand/LDI1apSQOAYtSuYWp8ZhfYe8UcLLq7s.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Patrick Hand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Patrick+Hand/LDI1apSQOAYtSuYWp8ZhfYe8UMLLq7s.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Patrick Hand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Patrick+Hand/LDI1apSQOAYtSuYWp8ZhfYe8XsLL.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* fonts Pacifico*/
/* cyrillic-ext */
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Pacifico/FwZY7-Qmy14u9lezJ-6K6MmTpA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Pacifico/FwZY7-Qmy14u9lezJ-6D6MmTpA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Pacifico/FwZY7-Qmy14u9lezJ-6I6MmTpA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Pacifico/FwZY7-Qmy14u9lezJ-6J6MmTpA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Pacifico/FwZY7-Qmy14u9lezJ-6H6Mk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* font done */

/*@font-face {    font-family: MiSans Normal;    font-style: normal;    font-display: swap;    src: url('https://static.lllvlll.com/fonts/MiSans Normal.woff2') format('woff2');}*/
body {
    background: #d0dada;
    height: 100%;
    overflow: auto;
}

.title,
.land_des {
    font-family: Pacifico, MiSans Normal;
    font-display: swap;
}

a:hover {
    color: #16e186;
    text-decoration: none;
}

a.beian {
    color: #9fb2a7;
    margin-bottom: 3px;
}



.land_page {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    background: #f6f7ff;
}

.land_content {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 60px auto;
    height: 800px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 12px 15px 2px rgb(224 225 255 / 41%);
}

.land_left {
    background-size: cover;
    width: 50%;
}

.land_right {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-content: flex-start;
    padding: 80px;
    position: relative;
    padding-top: 80px;
}

.land_right .title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}

.land_right .title p {
    font-size: 36px;
    margin: 0;
    display: inline-block;
    position: relative;
    line-height: 1.2;
}

.land_right .land_des {
    font-size: 16px;
    color: #5f6383;
    margin-bottom: 20px;
    line-height: 1.8;
}

.land_nav {
    font-family: Patrick Hand;
    font-display: swap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-top: 20px;
}

.land_logo {
    margin-bottom: 60px;
}

.land_logo img {
    height: 42px;
    border-radius: 8px;
}

.land_nav a {
    padding: 8px 14px;
    background: #2e2e2e;
    color: #fff;
    font-size: 15px;
    border-radius: 8px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    width: 22%;
    align-items: center;
}

.land_nav a:hover {
    background: #00b34a;
    transition: all .2s;
    color: #fff;
}

.land_nav a i {
    margin-right: 5px;
}

.land_nav a span {
    font-size: 15px;
}

.land_right .footer {
    position: absolute;
    bottom: 80px;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    padding: 0 80px;
    font-size: 14px;
}

.land_right .beian {
    color: #aeb7cd;
}

.land_right .hitokoto {
    color: #aeb7cd;
}

.land_page.darkl {
    background: #0a0c19;
}

.darkl .land_content {
    box-shadow: 0px 4px 9px 3px rgb(2 5 23);
}

.darkl .land_content {
    background: #161829;
}

.darkl .land_right .title p {
    color: #fff;
}

.darkl .land_right .land_des {
    color: #b5b8d3;
}

.darkl .land_nav a {
    background: #070707;
    transition: all .2s;
    color: #fff;
}

.darkl .land_nav a:hover {
    background: #00bb5f;
    transform: translateY(-2px);
    box-shadow: 0px 5px 18px 0px #06972470;
    transition: all .2s;
}

/*—滚动条默认显示样式–*/
::-webkit-scrollbar-thumb {
    background-color: #00bb5e;
    height: 50px;
    outline-offset: -2px;
    outline: 2px solid #fff;
}

/*—滚动条大小–*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/*—滚动框背景样式–*/
::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0;
}



/** * 1440px */
@media only screen and (max-width:1440px) {
    .land_content {
        max-width: 960px;
        height: 550px;
    }

    .land_right {
        padding: 60px;
        padding-top: 150px;
    }

    .land_logo {
        margin-bottom: 40px;
    }

    .land_right {
        padding-top: 40px;
    }

    .land_right .title {
        font-size: 28px;
    }

    .land_right .land_des {
        font-size: 15px;
    }

    .land_right .footer {
        padding: 0 60px;
    }
}

@media only screen and (max-width:1920px) {
    .land_content {
        max-width: 1080px;
        height: 607px;
    }

    .land_right {
        padding: 40px;
        padding-top: 60px;
    }

    .land_logo {
        margin-bottom: 30px;
    }

    .land_right .title {
        font-size: 32px;
    }

    .land_right .land_des {
        font-size: 14px;
    }

    .land_right .footer {
        padding: 0 40px;
    }
}

@media only screen and (max-width:1366px) {
    .land_content {
        max-width: 860px;
        height: 500px;
    }

    .land_right {
        padding: 30px;
        padding-top: 30px;
    }

    .land_logo {
        margin-bottom: 15px;
    }

    .land_right .title {
        font-size: 22px;
    }

    .land_right .land_des {
        font-size: 14px;
    }

    .land_right .footer {
        padding: 0 40px;
    }

    .land_nav a span,
    .land_nav a i {
        font-size: 14px;
    }
}

@media only screen and (max-width:960px) {
    .land_page {
        align-items: flex-start;
    }

    .land_content {
        display: flex;
        flex-direction: column;
        margin: 0;
        height: max-content;
        border-radius: 0;
        position: relative;
        align-items: center;
        max-width: 100%;
    }

    .land_left {
        min-height: calc(100vh);
        width: 100%;
    }

    .land_right {
        width: 94%;
        position: absolute;
        background: rgb(243 245 255 / 78%);
        border-radius: 18px;
        top: 5%;
        backdrop-filter: blur(0.5rem);
        -webkit-backdrop-filter: blur(0.5rem);
        padding: 30px 30px 50px;
        border: 1px solid #fff;
    }

    .land_logo {
        margin-bottom: 30px;
    }

    .land_logo img {
        height: 42px;
        object-fit: cover;
        border-radius: 8px;
    }

    .land_right .title {
        font-size: 32px;
    }

    .land_right .footer {
        position: relative;
        bottom: auto;
        margin-top: 40px;
        padding: 0;
    }

    .land_nav {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .land_nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 8px;
        border-radius: 12px;
        background: #1d1d1d;
        margin-bottom: 8px;
        width: 22%;
    }

    .land_nav a i {
        margin: 0;
    }

    .land_right .beian,
    .land_right .hitokoto {
        color: #293563;
    }
    .darkl .land_right .title p {
        color: #323232;
    }
    .darkl .land_right .land_des {
        color: #222433;
    }
    .land_nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width:540px) {
    .land_page {
        align-items: flex-start;
    }

    .land_content {
        display: flex;
        flex-direction: column;
        margin: 0;
        height: max-content;
        border-radius: 0;
        position: relative;
        align-items: center;
    }

    .land_left {
        min-height: calc(100vh);
        width: 100%;
    }

    .land_right {
        width: 94%;
        position: absolute;
        background: rgb(243 245 255 / 78%);
        border-radius: 18px;
        top: 5%;
        backdrop-filter: blur(0.5rem);
        -webkit-backdrop-filter: blur(0.5rem);
        padding: 30px 30px 50px;
        border: 1px solid #fff;
    }

    .land_logo {
        margin-bottom: 30px;
    }

    .land_logo img {
        height: 42px;
        object-fit: cover;
        border-radius: 8px;
    }

    .land_right .title {
        font-size: 32px;
    }

    .land_right .footer {
        position: relative;
        bottom: auto;
        margin-top: 40px;
        padding: 0;
    }

    .land_nav {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .land_nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 8px;
        border-radius: 12px;
        background: #1d1d1d;
        margin-bottom: 8px;
        width: 22%;
    }

    .land_nav a i {
        margin: 0;
    }

    .land_right .beian,
    .land_right .hitokoto {
        color: #293563;
    }

    .darkl .land_right .title p {
        color: #323232;
    }

    .darkl .land_right .land_des {
        color: #222433;
    }

    .land_nav a span {
        font-size: 13px;
    }
}


/** Remix Icon v2.5.0* https://remixicon.com* https://github.com/Remix-Design/RemixIcon** Copyright RemixIcon.com* Released under the Apache License Version 2.0** Date: 2020-05-23*/
@font-face {
    font-family: "remixicon";
    src: url('../fonts/sremixicon.eot');
    /* IE9*/
    src: url('../fonts/remixicon.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url("../fonts/remixicon.woff2") format("woff2"), url("../fonts/remixicon.woff") format("woff"), url('../fonts/remixicon.ttf') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('../fonts/remixicon.svg') format('svg');
    /* iOS 4.1- */
    font-display: swap;
}

[class^="ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ri-building-3-fill:before {
    content: "\eb0a";
}

.ri-cloud-fill:before {
    content: "\eb9c";
}

.ri-edit-fill:before {
    content: "\ec85";
}

.ri-pulse-fill:before {
    content: "\f034";
}

.ri-service-fill:before {
    content: "\f0e1";
}

.ri-t-shirt-2-fill:before {
    content: "\f1d4";
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    margin: 0;
}

a {
    background-color: transparent;
}

img {
    border-style: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body {
    color: #404040;
    font-family: eafont, HarmonyOS_M, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

p {
    margin-bottom: 1.5em;
}

i {
    font-style: italic;
}

body {
    background: #fff;
}

/* Make sure embeds and iframes fit their containers. */
img {
    height: auto;
    max-width: 100%;
}

a {
    color: #4169e1;
}

a:visited {
    color: #252525;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:hover,
a:active {
    outline: 0;
}

.page {
    margin: 0;
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

/*! UIkit 3.9.4 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #666
}

body {
    margin: 0
}

a {
    color: #1e87f0;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #0f6ecd;
    text-decoration: underline
}

img {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

p {
    margin: 0 0 20px 0
}

:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px
}

:root {
    --uk-leader-fill-content: '.'
}

[class*=uk-animation-] {
    animation: .5s ease-out both
}

.uk-animation-slide-bottom-small {
    animation-name: uk-fade, uk-slide-bottom-small
}

:root {
    --uk-position-margin-offset: 0px
}