@import url("../fonts/dingtalk/font.css");

.ddjb,
.ddjb * {
    font-family: DingTalk JinBuTi, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

a:hover {
    text-decoration: none;
}

body {
    overflow-x: hidden !important;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.site_header .uk-navbar-left .uk-navbar-nav li a {
    min-height: 6em;
    font-size: 14px;
    font-weight: 400;
}

.site_header .uk-navbar-container.uk-navbar-sticky {
    background: #fff;
    box-shadow: rgba(16, 30, 54, 0.1) 0px 10px 25px 0px;
}

.uk-button {
    border-radius: 9px;
    cursor: default;
    font-weight: 500;
    padding: 18px 32px 16px;
    line-height: 1;
    transition: all 0.2s ease;
}

.site_header .uk-button:hover {
    color: #fff !important;
}

.uk-button.uk-button-small {
    padding: 12px 32px 12px !important;
}

.uk-button.uk-button-primary {
    background-color: rgb(123, 104, 238);
    box-shadow: rgba(123, 104, 238, 0.5) 0px 10px 25px 0px;
    position: relative;
    bottom: 0;
    color: rgb(255, 255, 255);
}

.uk-button.uk-button-primary:hover {
    background-color: rgb(123, 104, 238);
    box-shadow: rgba(123, 104, 238, 0.5) 1px 6px 15px 0px;
    bottom: -1px;
}

.uk-navbar-container .uk-button.uk-button-primary {
    font-weight: 500;
    padding: 10px 2em;
}

.uk-navbar-container.uk-navbar-transparent .uk-button.uk-button-primary {
    background-color: #fff;
    color: rgba(123, 104, 238, 1);
    box-shadow: none;
    font-weight: 500;
    padding: 10px 2em;
}

.uk-navbar-container.uk-button.uk-button-primary:hover {
    background-color: #fff;
    color: rgba(123, 104, 238, 1);
    box-shadow: none;
    bottom: -1px;
}

.uk-navbar-dropdown.uk-open {
    border-radius: 8px;
    padding: 0.66em;
    top: 76px !important;
}

.uk-navbar-dropdown.uk-open a {
    min-height: 2.5em !important;
    padding-left: 0.5em;
    transition: all 0.2s ease;
    border-radius: 4px;
}

.uk-navbar-dropdown.uk-open a:hover {
    background: rgba(123, 104, 238, 0.66);
    color: #fff;
}

.home_banner {
    height: auto;
    z-index: 1;
}

.home_banner:before {
    content: "";
    position: absolute;
    right: -10px;
    top: -10px;
    inset-inline-start: 50%;
    max-inline-size: 1449px;
    block-size: 1143px;
    background: #9c32eb;
    background-image: radial-gradient(circle at 10% 30%, #7a1bdd, rgba(122, 27, 221, 0) 55%), radial-gradient(circle at 40% 70%, #5690e8 10%, rgba(71, 152, 223, 0) 50%), radial-gradient(circle at 100% 50%, rgba(255, 140, 50, .75), rgba(255, 140, 50, 0) 60%), radial-gradient(circle at 50% 20%, #c936a1, rgba(201, 54, 161, 0));
    background-size: 100%;
    transform: translate(150px, -230px);
    -webkit-clip-path: path("M49.6107 585.633C-42.9903 441.629 -1.31937 249.822 142.685 157.221L309.456 49.9806C453.46 -42.6203 645.267 -0.949305 737.868 143.055L856.588 327.678C949.189 471.683 907.518 663.49 763.514 756.091L596.743 863.331C452.739 955.932 260.932 914.261 168.331 770.257L49.6107 585.633Z");
    clip-path: path("M49.6107 585.633C-42.9903 441.629 -1.31937 249.822 142.685 157.221L309.456 49.9806C453.46 -42.6203 645.267 -0.949305 737.868 143.055L856.588 327.678C949.189 471.683 907.518 663.49 763.514 756.091L596.743 863.331C452.739 955.932 260.932 914.261 168.331 770.257L49.6107 585.633Z");
}


.uk-button-text:hover {
    color: #0f6ecd;
}

.uk-button-text:before {
    border-bottom: none !important;
}

.qa_accordion li .uk-accordion-title {
    font-weight: 400;
    line-height: 3;
    padding: 1em;
    font-size: 14px;
}

.qa_accordion li .uk-accordion-content {
    padding: 0 1em 3em;
    font-size: 12px;
}

.qa_accordion li {
    background: #efefef;
    border-radius: 8px;
}

.the_box {
    border-radius: 20px;
    overflow: hidden;
    min-height: 200px;
    width: 100%;
    box-sizing: border-box;
}

.the_box .info {
    font-weight: 700;
    font-size: 0.888em;
    margin-bottom: 1em;
}

.the_box .slogan,
.the_box .slogan_none {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 1em;
    position: relative;
    padding-bottom: 1em;
    line-height: 1.2;
}

.the_box .slogan:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    bottom: 0;
    left: 0;
    border-radius: 5px;
}

.the_box .desc {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 2rem;
    font-weight: 600;
}

.the_box .uk-button {
    border-radius: 9px;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.the_box .uk-grid>div:nth-child(2) {
    position: relative;
}

.the_box .uk-grid>div:nth-child(2)::after {
    background-position-x: 13px;
    background-position-y: 13px;
    background-size: 20px 20px;
    block-size: 200px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 200px;
    inline-size: 200px;
    inset-block-end: -60px;
    inset-inline-end: 509px;
    inset-inline-start: -73px;
    line-height: 24px;
    opacity: 0.3;
    position: absolute;
    text-align: center;
    text-rendering: optimizespeed;
    width: 200px;
    z-index: 1;
}

.the_box .uk-grid>div:nth-child(2)>* {
    z-index: 2;
    position: relative;
}

.the_box .img_container img {
    border-radius: 10px;
}

.the_box.zi {
    background-color: rgb(248, 247, 254);
}

.the_box.zi .info {
    color: rgb(123, 104, 238);
}

.the_box.zi .slogan:after {
    background: rgb(123, 104, 238);
}

.the_box.zi .uk-grid>div:nth-child(2)::after {
    background-image: radial-gradient(rgb(0, 3, 184) 1.5px, rgba(0, 0, 0, 0) 1.5px);
}

.the_box.zi .uk-button {
    color: #fff;
    background: rgb(124 105 237);
    box-shadow: rgba(123, 104, 238, 0.3) 0px 10px 25px 0px;
}

.the_box.lv {
    background-color: rgb(240, 251, 248);
}

.the_box.lv .info {
    color: #02b884;
}

.the_box.lv .slogan:after {
    background: #02b884;
}

.the_box.lv .uk-grid>div:nth-child(2)::after {
    background-image: radial-gradient(rgb(96, 162, 112) 1.5px, rgba(0, 0, 0, 0) 1.5px);
}

.the_box.lv .uk-button {
    color: #fff;
    background: #02b884;
    box-shadow: rgba(0, 184, 132, 0.3) 0px 10px 25px 0px;
}

.the_box.fen {
    background-color: rgb(255 248 251);
}

.the_box.fen .info {
    color: rgb(253, 113, 175);
}

.the_box.fen .slogan:after {
    background: rgb(253, 113, 175);
}

.the_box.fen .uk-grid>div:nth-child(2)::after {
    background-image: radial-gradient(rgb(253, 113, 175) 1.5px, rgba(0, 0, 0, 0) 1.5px);
}

.the_box.fen .uk-button {
    color: #fff;
    background: rgb(253, 113, 175);
    box-shadow: rgba(253, 113, 175, 0.3) 0px 10px 25px 0px;
}

.the_box.qing {
    background-color: rgb(237, 250, 254);
}

.the_box.qing .info {
    color: rgb(73, 204, 249);
}

.the_box.qing .slogan:after {
    background: rgb(73, 204, 249);
}

.the_box.qing .uk-grid>div:nth-child(2)::after {
    background-image: radial-gradient(rgb(73, 204, 249) 1.5px, rgba(0, 0, 0, 0) 1.5px);
}

.the_box.qing .uk-button {
    color: #fff;
    background: rgb(73, 204, 249);
    box-shadow: rgba(73, 204, 249, 0.3) 0px 10px 25px 0px;
}

.site_footer {
    background: #eee;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.56)
}

.site_footer a {
    color: rgba(0, 0, 0, 0.56) !important;
}

.site_footer a:hover {
    color: #000;
    text-decoration: none;
}

.site_footer .footer_logo {
    width: 130px;
    color: rgb(123, 104, 238);
}

.site_footer .footer_link {
    display: inline-block;
    font-size: 14px !important;
    transition: all ease-in-out 0.3s;
    padding: 0 1em;
}

.user_guide_list>li>div {
    background: rgb(250, 250, 250);
    border-radius: 16px;
    transition: all ease-in-out 0.256s !important;
    border: 1px solid transparent;

}

.user_guide_list>li>div:hover {
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 6px 10px #4d5e7008;
}

.user_guide_list>li header .title {
    font-weight: 300;
    font-size: 20px;
}

.user_guide_list>li header img {
    vertical-align: baseline;
    display: block;
}

.user_guide_article_list,
.user_guide_article_list>li {
    list-style: none;
}

.user_guide_article_list a {
    color: #686868;
    line-height: 2;
    border-radius: 4px;
    display: block;
    font-weight: lighter;
    transition: all ease-in-out 0.256s !important;
    margin: 0;
    font-size: 14px;
    padding: 5px 15px;
}

.user_guide_article_list a:hover {
    background: #eeeeee;

}

.theme_name {
    position: relative;
    padding-bottom: 29px;
    margin-bottom: 29px;
    color: #7b68ee;
}

.theme_name:before {
    content: "";
    width: 1.4em;
    height: 6px;
    position: absolute;
    background: rgba(123, 104, 238, 0.85);
    border-radius: 1em;
    bottom: 8px;
}

.feature_item {
    transition: all 0.3s ease-in-out;
}

.news-flash {
    height: 510px;
    border-top: 3px solid blue;
    background: #fff;
    border-radius: 8px;
}

.flash-warp {
    overflow-y: scroll;
    height: 470px;
    margin-right: 10px;
}

.flash-warp ul {
    padding-left: 15px;
    margin-left: 5px;
    border-left: 1px solid var(--br-c);
    list-style: none;
}

.flash-warp ul li {
    margin-bottom: 20px;
    position: relative;
    list-style: none;
}

.flash-warp ul li::after {
    content: '';
    position: absolute;
    top: 8px;
    left: -18px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.flash-warp ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -21px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.3;
}

.flash-warp ul li>div {
    padding-right: 5px;
}

.flash-warp ul li time {}

.flash-warp ul li a {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

.flash-warp::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.flash-warp::-webkit-scrollbar-thumb {
    background: #dde2ef;
    border-radius: 10px;
}

.current_banner {
    background-image: radial-gradient(circle at 10% 30%, #7a1bdd, rgba(122, 27, 221, 0) 55%), radial-gradient(circle at 40% 70%, #5690e8 10%, rgba(71, 152, 223, 0) 50%), radial-gradient(circle at 100% 50%, rgb(28 129 219 / 75%), rgba(255, 140, 50, 0) 60%), radial-gradient(circle at 50% 20%, #c936a1, rgba(201, 54, 161, 0));
    height: 180px;
    text-align: center;
}

.single_banner {
    background-image: radial-gradient(circle at 10% 30%, #7a1bdd, rgba(122, 27, 221, 0) 55%), radial-gradient(circle at 40% 70%, #5690e8 10%, rgba(71, 152, 223, 0) 50%), radial-gradient(circle at 100% 50%, rgb(28 129 219 / 75%), rgba(255, 140, 50, 0) 60%), radial-gradient(circle at 50% 20%, #c936a1, rgba(201, 54, 161, 0));
    text-align: center;
}

.current_banner h1,
.single_banner h1 {
    line-height: 120px;
}

body.home {
    background:
        radial-gradient(circle at top left, rgba(132, 91, 255, 0.08), transparent 30%),
        radial-gradient(circle at 85% 20%, rgba(0, 149, 255, 0.08), transparent 24%),
        linear-gradient(180deg, #f8f6ff 0%, #ffffff 30%, #f7faff 100%);
    color: #1d2433;
}

.hero-eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(123, 104, 238, 0.15);
    box-shadow: 0 12px 40px rgba(61, 78, 118, 0.08);
    color: #6e62d9;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.section-kicker-light {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.hero-title {
    max-width: 560px;
    margin-bottom: 20px;
    font-size: 68px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.hero-desc {
    max-width: 560px;
    font-size: 20px;
    line-height: 1.75;
    color: #56627a;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.hero-secondary,
.use-case-demo,
.guide-more-button {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(123, 104, 238, 0.14);
    box-shadow: 0 16px 40px rgba(49, 65, 98, 0.08);
    color: #3f4d69;
}

.hero-secondary:hover,
.use-case-demo:hover,
.guide-more-button:hover {
    color: #1f2a44;
    border-color: rgba(123, 104, 238, 0.22);
    transform: translateY(-1px);
}

.hero-primary {
    background-image: linear-gradient(135deg, #5f6cff 0%, #8b5cf6 45%, #ff5ea8 100%);
    box-shadow: 0 24px 50px rgba(119, 91, 241, 0.28) !important;
}

.hero-primary:hover {
    transform: translateY(-1px);
}

.hero-copy {
    padding-top: 130px;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
}

.hero-visual {
    position: relative;
    z-index: 2;
}

.hero-visual-card {
    position: relative;
    padding: 38px 10px 0;
}

.hero-visual-card::before {
    content: "";
    position: absolute;
    inset: 8% 4% auto 18%;
    height: 68%;
    border-radius: 36px;
    background: linear-gradient(135deg, rgba(255,255,255,0.48), rgba(255,255,255,0.08));
    filter: blur(10px);
}

.hero-visual-card img {
    position: relative;
    width: 100%;
    max-width: 700px;
    filter: drop-shadow(0 40px 60px rgba(65, 45, 166, 0.2));
}

.hero-stats {
    margin-top: 34px;
}

.hero-stat-card {
    height: 100%;
    padding: 22px 22px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(123, 104, 238, 0.1);
    box-shadow: 0 18px 45px rgba(53, 69, 102, 0.08);
    backdrop-filter: blur(12px);
}

.hero-stat-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #1e2640;
}

.hero-stat-card span {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: #647089;
}

.home-surface,
.home-value,
.home-cta {
    position: relative;
    z-index: 2;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 44px;
}

.section-heading-centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-heading h2 {
    margin: 18px 0 14px;
    font-size: 48px;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #141c2f;
}

.section-heading p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #66738c;
}

.use-case-grid {
    margin-top: 28px;
}

.use-case-card {
    height: 100%;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(123, 104, 238, 0.1);
    box-shadow: 0 26px 60px rgba(39, 55, 90, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.use-case-card:hover {
    transform: translateY(-8px);
    border-color: rgba(123, 104, 238, 0.22);
    box-shadow: 0 36px 70px rgba(39, 55, 90, 0.14);
}

.use-case-media {
    display: block;
    padding: 18px 18px 0;
}

.use-case-media img {
    width: 100%;
    aspect-ratio: 1.25 / 1;
    object-fit: cover;
    border-radius: 20px;
}

.use-case-body {
    padding: 20px 22px 24px;
}

.use-case-meta {
    margin-bottom: 10px;
    color: #7a6bef;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.use-case-body h3 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.3;
    color: #1d2433;
}

.use-case-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-value::before {
    content: "";
    position: absolute;
    inset: 80px auto auto 50%;
    width: min(1000px, 90vw);
    height: 420px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(123, 104, 238, 0.1), rgba(123, 104, 238, 0));
    pointer-events: none;
}

.value-grid {
    position: relative;
    z-index: 2;
}

.value-card {
    height: 100%;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(246,248,255,0.88));
    border: 1px solid rgba(123, 104, 238, 0.1);
    box-shadow: 0 24px 60px rgba(39, 55, 90, 0.08);
}

.value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #6b7cff, #9e5bff);
    box-shadow: 0 14px 32px rgba(100, 89, 232, 0.26);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.value-card h3 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.35;
    color: #1a2238;
}

.value-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: #66738c;
}

.section-heading-split {
    max-width: none;
}

.guide-card {
    height: 100%;
    padding: 26px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(123, 104, 238, 0.1);
    box-shadow: 0 24px 60px rgba(39, 55, 90, 0.08);
}

.guide-card-header {
    margin-bottom: 22px;
}

.guide-card-title {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.guide-card-title img {
    width: 62px;
    flex: 0 0 62px;
}

.guide-card-title h3 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1.2;
    color: #1b2338;
}

.guide-card-title p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #6a7690;
}

.user_guide_list > li > .guide-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(123, 104, 238, 0.08);
    box-shadow: 0 24px 60px rgba(39, 55, 90, 0.08);
}

.user_guide_article_list a {
    padding: 12px 16px;
    margin-bottom: 8px;
    border-radius: 14px;
    background: #f7f8fe;
    color: #46516a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
}

.user_guide_article_list a:hover {
    background: #eff1ff;
    color: #202a43;
}

.home-cta-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    padding: 42px 46px;
    border-radius: 36px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.28), transparent 30%),
        radial-gradient(circle at 85% 80%, rgba(0,208,255,0.16), transparent 24%),
        linear-gradient(135deg, #5d56f6 0%, #8b4cf6 45%, #ff4fa0 100%);
    box-shadow: 0 34px 80px rgba(96, 72, 212, 0.26);
    color: #fff;
}

.home-cta-panel h2 {
    margin: 18px 0 12px;
    font-size: 42px;
    line-height: 1.15;
    color: #fff;
}

.home-cta-panel p {
    margin: 0;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.82);
}

.home-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.home-cta .hero-secondary {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.site_footer {
    margin-top: 60px;
    padding-top: 36px !important;
    padding-bottom: 30px !important;
    background: linear-gradient(180deg, #edf1fb 0%, #e8edf8 100%);
    border-top: 1px solid rgba(123, 104, 238, 0.08);
    color: rgba(38, 48, 76, 0.7);
}

.site_footer .uk-container:first-child {
    padding: 28px 32px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.56);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

@media (max-width: 959px) {
    .hero-copy {
        padding-top: 110px;
        padding-bottom: 40px;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-desc,
    .section-heading p {
        font-size: 16px;
    }

    .section-heading h2,
    .home-cta-panel h2 {
        font-size: 34px;
    }

    .home-cta-panel {
        padding: 32px 26px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 639px) {
    .hero-title {
        font-size: 40px;
    }

    .hero-stat-card,
    .value-card,
    .guide-card {
        padding: 22px;
    }

    .use-case-body h3,
    .value-card h3,
    .guide-card-title h3 {
        font-size: 22px;
    }

    .site_footer .uk-container:first-child {
        padding: 22px 20px;
    }
}

.current_nav .active {
    background: rgb(123 104 238);
    border-radius: 50px;
    opacity: 0.88;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    box-shadow: rgba(123, 104, 238, 0.23) 0px 10px 25px 0px !important;
}

.text-hei {
    color: #000 !important;
}

.text-hui {
    color: #8d8d8d !important;
}

.current_archive_item .img_container {
    position: relative;
    width: 100%;
    padding-top: 56.32%;
    background-size: cover !important;
}
