/* extracted-inline-styles */
/* layouts/partials/home/hero.txt */
/* ===== Global: Enfold main_color fallback ===== */
  .main_color,
  #main,
  #wrap_all {
    background: #fff;
  }

  /* ===== Hero Banner ===== */
  .kv-hero-wrapper {
    position: relative;
    z-index: 1;
  }
  .kv-hero-banner {
    position: relative;
    width: 100%;
  }
  #full_slider_1 {
    min-height: 650px;
    background-color: #01b25d;
  }
  .avia-slide-wrap {
    position: relative;
    overflow: hidden;
  }
  .kv-hero-bg-img {
    display: block;
    width: 100%;
    min-width: 2560px;
    min-height: 650px;
    max-width: none;
  }

  /* caption 层级 - 完全匹配源站 */
  .caption_fullwidth {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .av-slideshow-caption {
    width: 100%;
  }
  .caption_fullwidth .container.caption_container {
    position: relative;
    height: 100%;
    min-height: inherit;
  }
  .slideshow_caption {
    position: relative;
    padding-left: 75px;
  }
  .slideshow_inner_caption {
    height: 100%;
  }
  .slideshow_align_caption {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: inherit;
  }
  .avia-caption-content p {
    margin: 0;
    width: 970px;
    max-width: 100%;
  }
  .index_video_btn0 {
    box-shadow: none;
  }

  .container_wrap {
    border: none !important;
  }

  /* ===== 注册表单 Section ===== */
  .container {
    position: relative;
  }
  #zcform_wrap {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 50;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .index-kvzc-form {
    pointer-events: auto;
    background: #fff;
    box-shadow: 0 5px 30px rgba(0,0,0,0.15);
    width: 360px;
    padding: 40px 30px 20px;
    margin: 0;
  }
  .index-kvzc-form .register-block {
    text-align: center;
    margin: auto;
  }
  .register-box-title {
    font-size: 24px;
    font-weight: 600;
  }
  .register-box-tip {
    margin-top: 10px;
    color: #888;
  }
  .resource-code-wrap {
    text-align: center;
    margin: auto;
  }

  #account-register .index-kvzc-items {
    text-align: left;
  }
  #account-register .index-kvzc-items label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
  }

  #account-register .index-kvzc-btn {
    border: none;
    position: relative;
  }
  #account-register .index-kvzc-btn #account-register-btn-new {
    border: none;
    background-color: #00d35d !important;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    padding: 0;
    font-size: 16px;
    border-radius: 6px;
  }
  #account-register .recommend-code-item {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #account-register .recommend-code-item .index-kvzc-input {
    width: 145px;
  }
  #account-register .recommend-code-item .index-kvzc-input input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
  }
  .error {
    color: #ff4311;
    font-size: 12px;
    margin-top: 5px;
  }
  #account-register-messages {
    position: absolute;
    left: 0;
    bottom: -2px;
    font-size: 12px;
    line-height: 12px;
    color: #ff4311;
  }

  /* 验证码输入 */
  #register-code-block {
    display: none;
    margin: 40px 0px;
  }
  #register-code-block .register-code-return-btn {
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
  }
  #register-code-block .register-code-title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
  }
  #register-code-block .register-code-tips {
    margin-top: 10px;
    font-size: 14px;
    color: #a3a3a3;
  }
  #register-code-block .register-code-tips #register-code-phone {
    color: black;
    font-weight: 600;
  }
  #register-code-block .register-code-btn .btn-default {
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #20d871;
    margin-bottom: 70px;
  }
  #register-code-btn-text.disable {
    color: #a3a3a3 !important;
    cursor: not-allowed !important;
  }
  #register-code-error-message {
    color: red;
  }

  .register-code-input {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
  }
  .code-input {
    width: 45px;
    height: 45px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    transition: all 0.3s ease;
    padding: 0px !important;
  }
  .code-input:focus {
    border-color: #28b78d;
    box-shadow: 0 0 0 2px rgba(40, 183, 141, 0.2);
  }
  .code-input.filled {
    border-color: #28b78d;
    background-color: #f0f9f7;
  }
  .code-input.error {
    border-color: #ff4311;
    background-color: #fff5f5;
  }

  /* 错误弹窗 */
  .error_code_dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    display: none;
  }
  .error_code_dialog_main_body {
    position: absolute;
    top: 30%;
    left: -130%;
    width: 660px;
    height: 290px;
    background: #fff;
    border-radius: 10px;
    display: none;
  }

  /* 按钮提示图标 (已注释) */
  /*.index-kvzc-btn span {
    display: block;
    position: absolute;
    background: url(/assets/img/home/kvm-tip.png) no-repeat;
    background-size: cover;
    width: 146px;
    height: 37px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    font-weight: lighter;
  }
  .newicon3 {
    position: absolute;
    top: 3px;
    right: 3px;
    display: flex;
  }
  .newicon2 {
    position: absolute;
    left: -3px;
    top: -28px;
    display: flex;
  }*/

  /* 响应式 */
  @media (max-width: 1700px) {
    .slideshow_caption {
      padding-left: 50px;
    }
    .index-kvzc-form {
      width: 340px;
      padding: 35px 25px 20px;
    }
    #zcform_wrap {
      right: 40px;
    }
  }
  @media (max-width: 1300px) {
    #zcform_wrap {
      right: 20px;
    }
  }

  @media (max-width: 767px) {
    body {
      overflow-x: hidden;
    }
    #full_slider_1,
    .kv-hero-bg-img {
      min-height: 560px;
      height: 560px;
    }
    .caption_fullwidth .container.caption_container {
      height: auto;
      min-height: auto;
      padding: 20px 0;
    }
    .slideshow_caption {
      padding-left: 20px;
    }
    .avia-caption-content p {
      width: 100% !important;
      max-width: 100%;
    }
    .avia-caption-content img {
      max-width: 100%;
      height: auto;
    }
    #zcform_wrap {
      position: relative;
      right: 0;
      max-width: 100%;
      transform: none;
      margin-top: -300px;
    }
    #zcform_wrap > .container {
      padding: 0 20px;
      height: auto;
    }
    .index-kvzc-form {
      width: 100%;
      max-width: 100%;
      margin: 0;
    }
    .error_code_dialog_main_body {
      width: 90vw !important;
      left: auto !important;
    }
  }

/* layouts/partials/home/body-before-partners.txt */
#nindex-system {
              position: relative;
              z-index: 4;
              background: none;
            }
            .nindex-system-box {
              background: rgba(255, 255, 255, 0.8);
              backdrop-filter: blur(10px);
              -webkit-backdrop-filter: blur(10px);
              border-radius: 10px;
              box-shadow: 0 0 25px rgba(50, 50, 50, 0.1);
              display: flex;
              justify-content: center;
              align-items: center;
              max-width: 1280px;
              margin: 0 auto;
              padding: 20px 30px;
              margin-top: -30px;
            }
            #nindex-system .nindex-system-box {
              border: 1px solid #fff;
            }
            .nindex-system-title {
              /*width:10%;*/
              color: #585858;
              font-size: 14px;
            }
            .nindex-system-con {
              /*width:22.5%;*/
              position: relative;
              margin: 0 5%;
            }
            #nindex-system a {
              text-decoration: none;
              color: #717171;
              font-size: 14px;
              display: flex;
              align-items: center;
            }
            #nindex-system a:hover {
              color: #00dc8c;
            }
            .nindex-system-con span {
              display: inline-block;
              padding-left: 10px;
            }
            .nindex-system-code {
              display: none;
              position: absolute;
              z-index: 999;
              background: #fff;
              border-radius: 10px;
              padding: 10px;
              box-shadow: 0 0 25px rgba(50, 50, 50, 0.1);
              width: 120px;
            }
            .nindex-system-code img {
              width: 100%;
              height: auto;
            }
            .nindex-system-con-code:hover .nindex-system-code {
              display: block;
            }

            @media (max-width: 1200px) {
              .nindex-system-box {
                width: 90%;
              }
              .nindex-system-con {
                margin: 0 0 0 5%;
              }
              .nindex-system-con span {
                padding: 0;
              }
            }
            @media (max-width: 1000px) {
              .nindex-system-con {
                margin: 0 5%;
              }
              #nindex-system a {
                align-items: center;
                flex-direction: column;
              }
            }
            @media (max-width: 870px) {
              .nindex-system-con {
                margin: 0 4%;
              }
            }
            @media (max-width: 768px) {
              .nindex-system-box {
                width: 100%;
              }
              .nindex-system-con span {
                display: none;
              }
            }
            @media (max-width: 500px) {
              .nindex-system-box {
                display: none;
              }
            }

/* layouts/partials/home/body-before-partners.txt */
#nindex-video {
              padding: 60px 0;
            }

            .nindex-title-box {
              text-align: center;
              margin-bottom: 60px;
            }
            .nindex-title {
              font-size: 40px;
              font-weight: bold;
              line-height: 1.2em;
              color: #181818;
            }
            .nindex-title-de {
              font-size: 20px;
              line-height: 1.5em;
              color: #888;
              margin-top: 10px;
            }

/* layouts/partials/home/body-before-partners.txt */
#nindex-con .nindex-title-box {
              margin-bottom: 40px;
            }
            #nindex-con {
              background-size: cover;
              padding-bottom: 80px;
            }
            body #nindex-con .column-top-margin {
              margin: 0;
            }
            #nindex-con .container {
              max-width: 1360px;
              padding: 0;
            }
            .nindex-con {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-bottom: 10px;
            }
            .nindex-con-img {
              width: 780px;
              height: 656px;
              border-radius: 20px;
              position: relative;
              /*background: #f7f9fb;*/
              display: flex;
              align-items: center;
              justify-content: center;
              overflow: hidden;
            }
            .nindex-con-img-h {
              display: none;
              position: absolute;
              width: 100%;
              height: 100%;
              background: rgb(0 13 36 / 8%);
              align-items: center;
              justify-content: center;
            }
            .nindex-con-img:hover .nindex-con-img-h {
              display: flex;
              cursor: pointer;
            }

            .nindex-con-txt {
              width: calc(95% - 780px);
            }
            .nindex-con-txt-div {
              font-size: 38px;
              font-weight: bold;
              background-image: linear-gradient(-135deg, #05e996 70%, #20e3ce);
              -webkit-background-clip: text;
              color: transparent;
              line-height: 1.5em;
            }
            .nindex-con-txt-div2 {
              font-size: 38px;
              font-weight: bold;
              color: #181818;
              margin-top: 10px;
            }
            .nindex-con-txt-p {
              font-size: 18px;
              line-height: 1.5em;
              color: #7e7e7e;
              margin-top: 50px;
            }
            #nindex-a {
              display: inline-block;
              font-size: 20px;
              line-height: 1.5em;
              color: #00dc8c;
              text-decoration: none;
            }
            .nindex-con #nindex-a {
              margin-top: 100px;
            }

/* layouts/partials/home/body-before-partners.txt */
#nindex-team {
              background-image: -webkit-linear-gradient(left, rgba(105, 255, 151, 0.04), rgba(10, 228, 255, 0.04));
              background-image: -o-linear-gradient(left, rgba(105, 255, 151, 0.04), rgba(10, 228, 255, 0.04));
              background-image: linear-gradient(to left, rgba(105, 255, 151, 0.04), rgba(10, 228, 255, 0.04));
            }
            #nindex-team .container {
              max-width: 1200px;
              padding: 0;
            }

            .navUl {
              display: flex;
              align-items: flex-end;
              justify-content: center;
            }
            .navUl li {
              width: 15%;
              text-align: center;
              list-style: none;
              font-size: 20px;
              cursor: pointer;
              color: #181818;
              display: flex;
              flex-direction: column;
              align-items: center;
              line-height: 1.5;
              opacity: 0.7;
            }

            .navUl li.activeLi {
              opacity: 1;
              color: #00dc8c;
            }
            .navUl li p {
              margin: 0;
              position: relative;
            }
            .navUl li.activeLi p {
              font-weight: bold;
            }
            .nindex-team-box {
              padding: 30px 20px;
              position: relative;
            }
            .tabCon {
              display: flex;
              justify-content: space-between;
            }
            .tabCon-img {
              width: 50%;
              text-align: center;
            }
            .tabCon-txt {
              width: 48%;
              padding: 40px 0 0;
            }
            .tabCon-txt-title-div {
              font-size: 30px;
              font-weight: bold;
              color: #181818;
              line-height: 1.2em;
              margin-bottom: 20px;
            }
            .tabCon-txt-title-p {
              font-size: 18px;
              color: #585858;
              line-height: 1.5em;
              margin-bottom: 20px;
            }
            .tabCon-txt-num {
              display: flex;
              margin-top: 70px;
              justify-content: space-between;
            }
            .tabCon-txt-num-con {
            }
            .tabCon-txt-num-con div {
              font-size: 64px;
              font-weight: bold;
              color: #181818;
              line-height: 1;
            }
            .tabCon-txt-num-con div span {
              font-size: 16px;
              font-weight: normal;

              display: inline-block;
              padding-left: 10px;
            }
            .tabCon-txt-num-con p {
              font-size: 20px;
              color: #181818;
              margin: 10px 0;
              padding-left: 8px;
            }
            .tabCon-txt-num-con1 div {
              position: relative;
              display: inline-block;
            }
            .tabCon-txt-num-con1 div:before {
              content: "";
              display: inline-block;
              width: 18px;
              height: 24px;
              position: absolute;
              right: -2px;
              top: 10px;
              background: url(/assets/img/home/team-up.png) top center no-repeat;
              background-size: cover;
            }

/* layouts/partials/home/body-before-partners.txt */
#nindex-product {
              padding: 50px 0 20px;
            }
            .nindex-product {
              display: flex;
              justify-content: center;
              align-items: stretch;
            }
            .nindex-product-con {
              background-size: cover;
              background-position: center;
              background: no-repeat;
              background-size: cover;
              border-radius: 20px;
              padding: 40px 30px;
              display: flex;
              flex-direction: column;
              text-decoration: none;
              width: 550px;
            }
            #nindex-product .nindex-product-con {
              border: 1px solid rgba(255, 255, 255, 0);
            }
            #nindex-product .nindex-product-con:hover {
              text-decoration: none;
              border: 1px solid rgba(255, 255, 255, 1);
              box-shadow: 0 0 20px rgb(19 29 60 / 6%);
            }

            .nindex-product-con1 {
              background-image: url(/assets/img/home/use-bg1.png);
              margin-right: 30px;
            }
            .nindex-product-con2 {
              background-image: url(/assets/img/home/use-bg2.png);
              display: flex;
              flex-direction: row;
              align-items: center;
              justify-content: space-between;
              margin-bottom: 25px;
            }
            .nindex-product-con3 {
              background-image: url(/assets/img/home/use-bg3.png);
              display: flex;
              flex-direction: row;
              align-items: center;
              justify-content: space-between;
            }
            .nindex-product-txt {
              display: flex;
              align-items: center;
            }
            .nindex-product-txt div p {
              font-size: 28px;
              color: #181818;
              font-weight: bold;
              margin: 0;
              line-height: 1.2;
            }
            .nindex-product-txt div span {
              display: block;
              font-size: 16px;
              color: #585858;
              margin: 10px 0 0 0;
              line-height: 1.5;
            }

            .nindex-product-con1 .nindex-product-txt {
              margin: 40px 0 65px;
            }
            .nindex-product-con2 .nindex-product-txt,
            .nindex-product-con3 .nindex-product-txt {
              width: 50%;
            }
            .nindex-product-right {
            }

/* layouts/partials/home/body-before-partners.txt */
#wrap_all #index-support .container {
              width: 100%;
              max-width: 100%;
            }
            #template_an {
              display: flex;
              align-items: center;
              place-items: center;
              -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
              width: 100%;
              overflow: hidden;
            }
            #template_an .n_page_con_img {
              width: 100%;
              height: auto;
              vertical-align: middle;
              box-sizing: border-box;
              display: inline-block;
              overflow-y: hidden;
              position: relative;
              -webkit-touch-callout: none;
              -webkit-user-select: none;
              -khtml-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none;
              overflow: hidden;
            }
            #template_an .n_page_con_img2 {
              display: flex;
              align-items: center;
            }
            #template_an .n_page_con_img > .template_img_div {
              position: relative;
              display: inline-block;
              width: 100%;
              margin: 20px 0;
              display: flex;
              width: 300%;
            }
            #template_an .n_page_con_img > .template_img_div img {
              width: auto;
              height: auto;
              margin: 0 15px;
            }

            #template_an .n_page_con_img > .template_img_div:nth-child(odd) {
              -webkit-animation: template_odd 70s linear 0ms infinite normal;
              -moz-animation: template_odd 70s linear 0ms infinite normal;
              -ms-animation: template_odd 70s linear 0ms infinite normal;
              -o-animation: template_odd 70s linear 0ms infinite normal;
              animation: template_odd 70s linear 0ms infinite normal;
            }
            #template_an .n_page_con_img > .template_img_div:nth-child(even) {
              -webkit-animation: template_even 70s linear 0ms infinite normal;
              -moz-animation: template_even 70s linear 0ms infinite normal;
              -ms-animation: template_even 70s linear 0ms infinite normal;
              -o-animation: template_even 70s linear 0ms infinite normal;
              animation: template_even 70s linear 0ms infinite normal;
            }

            @keyframes template_odd {
              0% {
                transform: translate(0px, 0px);
              }
              100% {
                transform: translate(-50%, 0);
              }
            }
            @keyframes template_even {
              0% {
                transform: translate(-50%, 0);
              }
              100% {
                transform: translate(0px, 0px);
              }
            }

            .n_page_con_r {
              display: inline-block;
              text-align: left;
              width: 100%;
              padding-left: 50px;
            }
            .n_page_con_r .title {
              font-size: 30px;
              color: #071439;
            }
            .n_page_con_r .title-span {
              color: #4785ff;
            }

/* layouts/partials/home/body-before-partners.txt */
#n-num {
              background-size: cover;
            }
            #n-num .container {
              max-width: 1360px;
              padding: 0;
            }
            body #n-num .column-top-margin {
              margin: 10px 0 90px;
              padding: 0 0;
              width: 25%;
            }
            body .container_wrap .avia-builder-el-no-sibling {
              display: flex;
              flex-direction: column;
              border-right: 1px solid #eaeaea;
            }
            body .container_wrap .avia-builder-el-no-sibling:last-of-type {
              border: none;
            }
            #n-num .number_prepared .avia-animated-number-title {
              font-size: 80px;
              font-weight: bold;
              background: linear-gradient(30deg, #1dcfbc, #85f597 70%);
              display: inline-block;
              -webkit-background-clip: text;
              color: transparent;
            }
            #n-num .avia-no-number {
              font-size: 24px;
              padding-left: 10px;
              opacity: 1;
            }
            #n-num .n-num div {
              margin: 0;
              font-size: 18px;
              color: #181818;
            }
            #kv_new_index_honor {
              padding: 0 0 50px 0;
            }
            #kv_new_index_honor .avia-content-slider {
              margin: -30px 0 0 0;
            }

/* layouts/partials/home/body-before-partners.txt */
#n-num .avia-smallarrow-slider {
              background: #fff;
              border-radius: 20px;
              box-shadow: 0 0 20px rgb(19 29 60 / 6%);
              margin: 0;
            }
            #n-num .avia-smallarrow-slider-heading {
              display: block;
              position: absolute;
              bottom: 45px;
              left: 0;
            }
            #n-num .avia-smallarrow-slider-heading > div {
              display: block;
            }
            #n-num .avia-content-slider-element-container .avia-slideshow-dots {
              display: flex;
              justify-content: center;
            }
            #n-num .avia-smallarrow-slider .avia-slideshow-dots a {
              height: 14px;
              width: 14px;
              background: #e2e2e2;
              opacity: 1;
              margin: 0 4px;
              padding: 0;
              border: none;
            }
            #n-num .avia-smallarrow-slider .avia-slideshow-dots a.active,
            #n-num .avia-smallarrow-slider .avia-slideshow-dots a:hover {
              opacity: 1;
              background: #00dc8b;
            }
            #n-num .avia-content-slider .slide-entry-title {
              display: none;
            }

            .nindex-use {
              display: flex;
              padding: 100px 80px;
            }
            .nindex-use-l {
              display: flex;
              align-items: center;
              width: 350px;
            }
            .nindex-use-l-img {
              width: 80px;
              height: 80px;
              background: #ddd;
              border-radius: 50px;
              overflow: hidden;
            }
            .nindex-use-l-title {
              padding-left: 20px;
            }
            .nindex-use-l-title1 {
              font-size: 22px;
              color: #181818;
              line-height: 1;
              margin: 0;
            }
            .nindex-use-l-title2 {
              font-size: 16px;
              color: #585858;
              margin: 10px 0 0 0;
            }
            .nindex-use-con {
              position: relative;
              font-size: 18px;
              color: #585858;
              line-height: 1.5em;
              min-height: 6em;
              width: calc(100% - 380px);
            }
            .nindex-use-con:before {
              content: "";
              display: inline-block;
              width: 108px;
              height: 80px;
              background: url(/assets/img/home/case-bg1.png) no-repeat center;
              position: absolute;
              left: -110px;
              top: -80px;
            }
            .nindex-use-con:after {
              content: "";
              display: inline-block;
              width: 96px;
              height: 72px;
              background: url(/assets/img/home/case-bg2.png) no-repeat center;
              position: absolute;
              right: 0;
              bottom: -80px;
            }

/* layouts/partials/home/body-before-partners.txt */
#case .nindex-title-box {
              margin-bottom: 0;
            }
            #case {
              padding: 30px 0;
            }
            #case div .av_one_fourth {
              margin-left: 2%;
              width: 23.5%;
              box-shadow: 0 0 20px rgb(19 29 60 / 6%);
              border-radius: 10px;
              padding: 10px;
            }
            #case div .first {
              margin-left: 0;
            }

/* layouts/partials/home/zhanhui.html */
#kv_new_index_zhanhui .nindex-title-box { margin-bottom: 40px; }
            .zhanhui_wrap { padding: 15px 15px 0 15px; }
            .zhanhui_item { box-shadow: none; }
            .zhanhui_wrap { border-radius: 10px; transition: all 0.5s ease; }
            .zhanhui_wrap:hover { background: #fff; box-shadow: 0 0 20px rgb(19 29 60 / 6%); }
            .zhanhui_img img { border-radius: 10px; }
            .zhanhui_content { padding: 13px 0 0 0; }

/* layouts/partials/home/body-partners.txt */
#links .nindex-title-box {
              margin-bottom: 40px;
            }
            #top #links ul {
              max-width: none;
            }
            #links ul li {
              margin: 15px 0.5%;
              width: 18%;
            }
            .textwidget ul {
              overflow: visible;
            }
            #links ul li:before {
              visibility: hidden;
              opacity: 0;
            }
            #links ul li:hover:before {
              visibility: visible;
              opacity: 1;
            }
