@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family:
    "Microsoft YaHei", "Open Sans", "Source Han Sans", sans-serif, Arial;
  /*"PingFang SC", */
}

body,
html {
  font-size: 14px;
  color: #000;
}

nav ul,
ul {
  list-style: none;
  margin: 0;
}

.hide {
  visibility: hidden;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

/**字体*/
.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.colfff {
  color: #fff !important;
}

.col777 {
  color: #6b7777;
}

.col272 {
  color: #667272;
}

.col461 {
  color: #4e5461;
}

.cold1f {
  color: #1d1d1f;
}

.col000 {
  color: #000000;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.bold-900 {
  font-weight: 900;
}

.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-28 {
  font-size: 28px;
}

.f-30 {
  font-size: 30px;
}

.f-32 {
  font-size: 32px;
}

.f-36 {
  font-size: 36px;
}

.f-40 {
  font-size: 40px;
}

.f-42 {
  font-size: 42px;
}

.f-48 {
  font-size: 48px;
}

.f-62 {
  font-size: 62px;
}

.pointer {
  cursor: pointer;
}

/* 小屏幕（平板，大于等于 768px） */
@media screen and (max-width: 768px) {
  .f-18 {
    font-size: 16px;
  }

  .f-20,
  .f-22 {
    font-size: 18px;
  }

  .f-24 {
    font-size: 20px;
  }

  .f-28,
  .f-30,
  .f-32 {
    font-size: 22px;
  }

  .f-36,
  .f-40 {
    font-size: 24px;
  }

  .f-42 {
    font-size: 26px;
  }

  .f-48 {
    font-size: 30px;
  }

  .f-62 {
    font-size: 40px;
  }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (max-width: 992px) {}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (max-width: 1200px) {}

.lh-21 {
  line-height: 21px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-36 {
  line-height: 36px;
}

.lh-42 {
  line-height: 45px;
}

.lh-60 {
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  .lh-36 {
    line-height: 20px;
  }

  .lh-42 {
    line-height: 24px;
  }

  .lh-60 {
    line-height: 38px;
  }
}

/*spacing*/
.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt22 {
  margin-top: 22px;
}

.mb24 {
  margin-bottom: 24px;
}

.mt26 {
  margin-top: 26px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt46 {
  margin-top: 46px;
}

.mb19 {
  margin-bottom: 19px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt56 {
  margin-top: 56px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.ml8 {
  margin-left: 8px;
}

.ml10 {
  margin-left: 10px;
}

.ml16 {
  margin-left: 16px;
}

.ml30 {
  margin-left: 30px;
}

.ml45 {
  margin-left: 45px;
}

.mr8 {
  margin-right: 8px;
}

.mr16 {
  margin-right: 16px;
}

.mr50 {
  margin-right: 50px;
}

.mtb60 {
  margin: 60px 0;
}

.mtb80 {
  margin: 80px 0;
}

.mtb100 {
  margin: 100px 0;
}

.pt60 {
  padding-top: 60px;
}

.pt80 {
  padding-top: 80px;
}

.ptb80 {
  padding: 80px 0;
}

.ptb100 {
  padding: 100px 0;
}

.white-space-left50 {
  margin-left: 50px;
}

.white-space {
  margin-left: 100px;
}

.white-space-right {
  margin-right: 100px;
}

.pt40 {
  padding-top: 40px;
}

.pl30 {
  padding-left: 30px;
}

.pr12 {
  padding-right: 12px;
}

.pr30 {
  padding-right: 30px;
}

.tip-color {
  color: rgba(29, 29, 31, 0.8);
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (max-width: 992px) {
  .white-space-left50 {
    margin-left: 25px;
  }

  .white-space {
    margin-left: 50px;
  }

  .white-space-right {
    margin-right: 50px;
  }
}

/* 小屏幕（平板，大于等于 768px） */
@media screen and (max-width: 768px) {
  .mt16 {
    margin-top: 8px;
  }

  .mt22 {
    margin-top: 11px;
  }

  .mt26 {
    margin-top: 13px;
  }

  .mt30 {
    margin-top: 15px;
  }

  .mt35 {
    margin-top: 18px;
  }

  .mt40 {
    margin-top: 20px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mt56 {
    margin-top: 28px;
  }

  .mt60 {
    margin-top: 30px;
  }

  .mt80 {
    margin-top: 40px;
  }

  .mt96 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 50px;
  }

  .ml16 {
    margin-left: 8px;
  }

  .ml30 {
    margin-left: 15px;
  }

  .ml45 {
    margin-left: 22.5px;
  }

  .mtb100 {
    margin: 50px 0;
  }

  .ptb80 {
    padding: 40px 0;
  }

  .ptb100 {
    padding: 50px 0;
  }

  .white-space-left50 {
    margin-left: 0px;
  }

  .white-space {
    margin-left: 0px;
  }

  .white-space-right {
    margin-right: 0px;
  }

  .small-space-mt50 {
    margin-top: 50px;
  }

  .small-space-mb50 {
    margin-bottom: 50px;
  }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (max-width: 1200px) {}

.width100 {
  width: 100%;
}

.width100-32 {
  width: calc(100% - 32px);
}

.height100 {
  height: 100%;
}

/*布局*/
.layFlex {
  display: flex;
}

.layRow {
  display: flex;
  align-items: center;
}

.layCol {
  display: flex;
  flex-direction: column;
}

.layTop {
  align-items: flex-start !important;
}

.layCenter {
  align-items: center !important;
}

.layBottom {
  align-items: flex-end;
}

.left {
  justify-content: flex-start !important;
}

.center {
  justify-content: center;
}

.right {
  justify-content: flex-end;
}

.between {
  justify-content: space-between !important;
}

.rowReverse {
  flex-direction: row-reverse;
}

.rowWrap {
  flex-wrap: wrap;
}

.stretch {
  /*填满 宽度||高度*/
  align-items: stretch;
}

.flex-none {
  flex: none !important;
}

.flex-inherit {
  flex: inherit;
}

.flex-1 {
  flex: 1;
}

.flex-1_5 {
  flex: 1.5;
}

.flex-2 {
  flex: 2;
}

.flex-grow1 {
  flex-grow: 1;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.line1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}

.line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}

/*为什么选择 begin*/
.whyChoose-wrap {
  background-color: #f4f1ff;
}

.whyChoose-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 55px 36px;
  background-color: #ffffff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 26px;
}

@media screen and (max-width: 768px) {
  .whyChoose-panel {
    height: calc(100% - 15px);
    flex-direction: row;
    padding: 30px 15px;
    margin-bottom: 15px;
  }

  .whyChoose-panel .lh-36 {
    line-height: 24px;
  }

  .whyChoose-panel .layCenter {
    margin-left: 12px;
    align-items: flex-start !important;
  }

  .whyChoose-panel .tc {
    text-align: left;
  }

  .whyChoose-panel img {
    width: 100px;
  }
}

/*为什么选择 end*/
/*谁在用 begin*/
.whoUse-wrap {
  background: linear-gradient(180deg, #101930 0%, #36114E 80%, #14162A 100%);
}

.whoUse-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  padding: 45px 20px;
  background: rgba(98, 87, 255, 0.2);
  border-radius: 36px;
  border: 1px solid rgba(217, 217, 217, 0.3);
}

@media screen and (max-width: 768px) {
  .whoUse-panel {
    height: calc(100% - 15px);
    margin-bottom: 15px;
  }
}

/*谁在用 end*/

/*常见问题 begin*/
.faq-list {
  gap: 10px;
}

.faq-list li {
  cursor: pointer;
  background-color: #f6f6fb;
  border-radius: 22px;
  padding: 30px 33px;
}

.faq-list li p {
  display: none;
}

.faq-list li.active p {
  display: block;
}

.arrow-icon {
  width: 18px;
  height: 10px;
  display: inline-block;
  flex: 0 0 18px;
  margin-left: 16px;
  background: url(../images/faq-arrow.png) no-repeat center;
  transform: rotate(180deg);
  /* 折叠状态 */
}

.faq-list li.active .arrow-icon {
  animation: rotateArrow 0.4s ease forwards;
}

.faq-en .faq-right {
  width: 70%;
}

.faq-en .faq-list {
  gap: 0px;
}

.faq-en .faq-list li {
  border-radius: 0px;
  background-color: transparent;
  padding: 24px 0px;
  border-top: 1px solid rgba(28, 0, 136, 0.05);
}

.faq-en .faq-list li p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(29, 29, 31, 0.6);
  line-height: 28px;
}

.faq-en .arrow-icon {
  width: 16px;
  height: 16px;
  background: url(../../en/assets/images/faq_icon_groupOpen.png) no-repeat center;
}

.faq-en .faq-list li.active .arrow-icon {
  background: url(../../en/assets/images/faq_icon_groupClose.png) no-repeat center;
}

@keyframes rotateArrow {
  0% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 768px) {
  .faq-list li {
    padding: 15px 18px;
  }
}

/*常见问题 end*/

/*免费试用 begin*/
.free-try-bg {
  padding-top: 84px;
  padding-bottom: 84px;
  color: #fff;
  background: linear-gradient(106deg, #ef588c 0%, #ff86af 30%, #3400ff 100%);
  border-radius: 36px;
}

.free-try-btn {
  background-color: #fff;
  padding: 22px 42px;
  border-radius: 100px;
}

.free-try-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.free-try-btn strong {
  background-image: linear-gradient(95deg,
      #fdac56 0%,
      #ef588c 20%,
      #3400ff 60%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (max-width: 768px) {
  .free-try-bg {
    padding-top: 42px;
    padding-bottom: 42px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .free-try-btn {
    padding: 12px 24px;
  }
}

/*免费试用 end*/

/*页面底部 begin*/
.foot-wrap {
  background-color: #0e0e11;
}

.foot-nav-wrap {
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #4b4b4d;
}

.foot-wrap .logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.foot-wrap .logo-tips {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}

.foot-nav li {
  margin-top: 16px;
}

.foot-nav li a,
.contact-phone {
  color: rgba(255, 255, 255, 0.6);
}

.foot-nav li:hover a,
.social-label {
  color: #fff;
}

.foot-nav-wrap h4 {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.foot-nav-wrap .qrcode {
  width: 82px;
  height: 82px;
  bottom: 52px;
  position: absolute;
  left: -25px;
  transition: all 0.3s ease;
}

.foot-nav-wrap .col-md-4 {
  padding-left: 40px !important;
  padding-right: 0px !important;
}

.foot-nav li img {
  width: 36px;
  height: 36px;
}

.foot-comInf-wrap {
  padding-top: 14px;
  padding-bottom: 14px;
}

.foot-comInf-wrap * {
  color: rgba(255, 255, 255, 0.6);
}

.foot-comInf-wrap a:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {

  .foot-wrap .logo-tips,
  [class*="shrink-"] {
    margin-top: 16px;
  }
}

/*页面底部 end*/
/* 英文版 页面底部 start */
.free-try-en {
  overflow: hidden;
  background: url(../../en/assets/images/freeTrial_bg.png) no-repeat center / cover;
}

.free-try-en .free-try-btn {
  background: linear-gradient(90deg, #3400FF 0%, #A558E6 52.72%, #EF588C 100%);
  box-shadow: 0px 6px 12px 1px rgba(214, 135, 255, 0.6);
  border-radius: 30px;
  padding: 12px 24px;
}

.free-try-en .free-try-btn strong {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}

.foot-wrap-en {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
}

.foot-wrap-en .foot-nav li {
  cursor: pointer;
}

.foot-wrap-en .foot-nav li+li {
  margin-left: 24px;
}

.foot-wrap-en .foot-nav li a {
  font-weight: 400;
  font-size: 14px;
  color: rgba(29, 29, 31, 0.8);
  line-height: 20px;
}

.foot-wrap-en .foot-nav-wrap {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
}

.foot-wrap-en .foot-nav-wrap .container {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(28, 0, 136, 0.05);
}

.foot-wrap-en .foot-nav-bottom {
  padding-top: 24px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(29, 29, 31, 0.6);
  line-height: 19px;
}

/* 英文版 页面底部 end */
/* 导航栏 start */
.nav-wrap {
  width: 100%;
  height: fit-content;
  background: #ffffff;
  padding: 16px 0px;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 12;
}


.nav-bar>li em,
.nav-drawer-menu>li em {
  font-style: normal;
}

.nav-bar>li:hover .drop-down-nav {
  display: grid;
}

.drop-down-nav {
  position: absolute;
  right: -20px;
  top: 100%;
  padding: 9px 10px;
  background-color: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(23, 23, 25, 0.1);
  border-radius: 12px;
  display: none;
  gap: 10px;
  margin-top: 10px;
}


.drop-down-nav-item {
  position: relative;
  cursor: pointer;
  width: fit-content;
  min-width: 256px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 12px;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.drop-down-nav-item:hover,
.drop-down-nav-item.active {
  background: #F7F7F8;
}

.drop-down-nav-item:hover::after,
.drop-down-nav-item.active::after {
  content: '';
  background: url(../images/arrow-right-icon.png) no-repeat center / contain;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  position: absolute;
  right: 12px;
}

.drop-down-nav-item img {
  max-width: 36px;
  max-height: 36px;
  margin-right: 12px;
}

.drop-down-nav-item * {
  font-weight: normal;
  word-break: keep-all;
  white-space: nowrap;
  margin-bottom: 0;
  color: #000000 !important;
}

/* 使用伪元素创建透明桥梁，解决鼠标移动时的间隙问题 */
.drop-down-nav::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
}

.nav-toggle {
  cursor: pointer;
}

.nav-toggle::after {
  content: '';
  margin-left: 4px;
  width: 6px;
  height: 4px;
  display: inline-block;
  background: url(../images/nav_icon_toggle.png) no-repeat center;
  margin-left: 8px;
}

.nav-toggle.active::after,
.nav-wrap .nav-bar li.active .nav-toggle::after {
  content: '';
  width: 6px;
  height: 4px;
  display: inline-block;
  background: url(../images/nav_icon_toggle_active.png) no-repeat center;
  margin-left: 8px;
  /* transform: rotate(180deg); */
}

.nav-toggle:hover::after,
.nav-bar>li._active .nav-toggle::after,
.nav-toggle.active::after {
  transform: rotate(180deg);
}

.nav-wrap .nav-bar li {
  width: 82px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  position: relative;
}

.nav-wrap .nav-bar li+li {
  margin-left: 12px;
}

.nav-wrap .nav-bar li.active a,
.nav-wrap .nav-bar li.active .navbar-toggle,
.nav-wrap .nav-bar li.active .nav-toggle em {
  color: #6a40fe;
}

.nav-wrap .nav-freeTrial-btn {
  padding: 9px 16px;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  background: linear-gradient(90deg, #6a40fe 100%) !important;
  border-radius: 100px;
  cursor: pointer;
}

.nav-wrap .nav-freeTrial-btn:hover {
  background: #4618e5;
}

.nav-wrap .phone h3 {
  font-weight: bold;
  font-size: 18px;
  color: #1a1a2e;
}

.icon-menu {
  color: #000;
}

.icon-menu:hover,
.icon-close {
  color: #6a40fe;
}

.navbar-toggle .icon-close,
.navbar-toggle.active .icon-menu {
  display: none;
}

.navbar-toggle.active .icon-close {
  display: block !important;
}

.nav-bar.active {
  display: none !important;
}

@media (max-width: 1430px) {
  .phone {
    flex-direction: column;
  }
}

@media (min-width: 901px) {
  .nav-wrap .navbar-toggle {
    display: none !important;
  }
}

@media (max-width: 1090px) {
  .nav-wrap .phone {
    display: none !important;
  }

  .nav-wrap .nav-bar li {
    width: 70px;
  }

  .nav-wrap .nav-bar li+li {
    margin-left: 10px;
  }
}

@media (max-width: 900px) {
  .nav-bar-menu{
    padding-top: 0px !important;
  }
  .nav-bar-list {
    display: none !important;
  }

  .content-management .content-card .content-title {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .content-management .content-card .content-middle {
    padding: 20px 16px !important;
  }

  .content-management .content-card {
    min-height: 500px !important;
  }

  .nav-wrap .nav-bar {
    display: none;
  }

  .nav-wrap .nav-freeTrial-btn {
    padding: 9px 15px;
  }

  .nav-wrap>div>div>div div.layRow:nth-child(1) {
    padding-left: 5% !important;
  }

  .nav-wrap>div>div>div div.layRow:nth-child(2) {
    padding-right: 5% !important;
  }

  .nav-language {
    margin-left: 13px !important;
  }

  .language-toggle {
    padding: 8px !important;
  }

  .language-toggle span,
  .language-toggle::after {
    display: none !important;
  }
}

.nav-wrap-en {
  background: transparent;
}

.nav-wrap-en.scroll {
  background: #FFFFFF;
}

.nav-wrap-en .nav-freeTrial-btn {
  background: #6A40FE !important;
  margin-left: 16px;
}

.nav-wrap-en .nav-bar li {
  cursor: pointer;
}

.nav-wrap-en .nav-bar li.active a {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}

.nav-wrap-en .nav-bar li a {
  font-weight: 400;
  font-size: 14px;
  color: rgba(29, 29, 31, 0.8);
  line-height: 20px;
}

.nav-wrap-en .nav-bar li:hover a {
  color: #000000;
  font-weight: bold;
}

/* === 移动端侧边抽屉 === */
.nav-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 15, 30, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99;
}

.nav-drawer-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  max-width: 320px;
  height: 100vh;
  height: 100dvh;
  background: #ffffff;
  z-index: 100;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}

.nav-drawer.active {
  transform: translateX(0);
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
}

.nav-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px 16px;
  border-bottom: 1px solid #f0f1f5;
}

.nav-drawer-logo img {
  max-width: 100px;
  height: auto;
}

.nav-drawer-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f4f5f9;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-drawer-close:hover {
  background: #ece9ff;
  color: #6a40fe;
}

.nav-drawer-menu {
  list-style: none;
  margin: 0;
  padding: 8px 22px;
  flex: 1;
  overflow-y: auto;
}


.nav-drawer-menu li .nav-toggle-drawer::after {
  content: '';
  margin-left: 12px;
  width: 6px;
  height: 4px;
  display: inline-block;
  background: url(../images/nav_icon_toggle.png) no-repeat center;
}

.nav-drawer-menu li .nav-toggle-drawer {
  position: relative;
  padding: 18px 4px;
  font-size: 15px;
  color: #1a1a2e;
  font-weight: 500;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.nav-drawer-menu li .drop-down-nav-drawer {
  display: none;
  flex-direction: column;
}

.nav-drawer-menu>li .nav-toggle-drawer.active+.drop-down-nav-drawer {
  display: grid !important;
}

.nav-drawer-menu li .drop-down-nav-drawer-item span {
  margin-left: 12px;
}

.nav-drawer-menu li .drop-down-nav-drawer-item.active {
  background: #F7F7F8;
}

.nav-drawer-menu li .drop-down-nav-drawer-item {
  border-radius: 14px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  margin: 4px 0px;
}

.nav-drawer-menu li .drop-down-nav-drawer-item.active::after {
  content: '';
  background: url(../images/arrow-right-icon.png) no-repeat center / contain;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  position: absolute;
  right: 12px;
}

.nav-drawer-menu li.active .nav-toggle-drawer::after {
  content: '';
  width: 6px;
  height: 4px;
  display: inline-block;
  background: url(../images/nav_icon_toggle_active.png) no-repeat center;
}

.nav-drawer-menu li .nav-toggle-drawer.active::after {
  transform: rotate(180deg);
}

.nav-drawer-menu li {
  border-bottom: 1px solid #f0f1f5;
  position: relative;
}

.nav-drawer-menu li:last-child {
  border-bottom: none;
}

.nav-drawer-menu li a {
  display: block;
  padding: 18px 4px;
  font-size: 15px;
  color: #1a1a2e;
  font-weight: 500;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.nav-drawer-menu li a:hover {
  color: #6a40fe;
  padding-left: 10px;
}

.nav-drawer-menu li.active>a,
.nav-drawer-menu li.active .nav-toggle-drawer {
  background: linear-gradient(90deg, rgba(106, 64, 254, 0.08) 0%, transparent 100%);
}

.nav-drawer-menu li.active>a::before,
.nav-drawer-menu li.active .nav-toggle-drawer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: #6a40fe;
  border-radius: 0 2px 2px 0;
}

.nav-drawer-menu li.active>a,
.nav-drawer-menu li.active .nav-toggle-drawer {
  color: #6a40fe;
  font-weight: 600;
  padding-left: 10px;
}

.nav-drawer-actions {
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: 1px solid #f0f1f5;
}

.nav-drawer-consult {
  display: block;
  text-align: center;
  padding: 12px 24px;
  border: 1.5px solid #6a40fe;
  color: #6a40fe;
  font-size: 15px;
  font-weight: 600;
  border-radius: 100px;
  background: #fff;
  transition: all 0.2s ease;
}

.nav-drawer-consult:hover {
  background: linear-gradient(90deg, #6a40fe, #ef588c);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(106, 64, 254, 0.3);
}

.nav-drawer-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #6a40fe;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 0;
}

.nav-drawer-phone svg {
  color: #6a40fe;
}

.nav-drawer-footer {
  background: #f8f8fc;
  padding: 18px 22px 22px;
  text-align: center;
}

.nav-drawer-company {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.nav-drawer-slogan {
  font-size: 12px;
  color: #6b7777;
  line-height: 1.6;
  margin-bottom: 14px;
}

.nav-drawer-qrcode {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.nav-drawer-qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-drawer-qrcode-item img {
  width: 72px;
  height: 72px;
  border-radius: 6px;
  margin-bottom: 6px;
}

.nav-drawer-qrcode-item p {
  font-size: 11px;
  color: #6b7777;
}

/* 桌面端隐藏抽屉 */
@media (min-width: 901px) {

  .nav-drawer,
  .nav-drawer-backdrop {
    display: none !important;
  }
}

/* 抽屉打开时禁止 body 滚动 */
body.nav-drawer-open {
  overflow: hidden;
}

/* 导航栏end */

.register-red {
  color: red;
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

.containerFluid {
  width: 400px;
  height: 400px;
  display: none;
  position: fixed;
  transform: translate(-50%, 0);
  top: 50%;
  left: 50%;
  z-index: 9999;
  margin: 0;
  padding: 0;
  margin-top: -238px;
  background-color: initial;
  box-shadow: initial;
}

.slidercaptcha .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slidercaptcha .register-alert-close {
  cursor: pointer;
}

.slidercaptcha .register-alert-close:after {
  content: "\d7";
  color: #6a40fe;
  font-size: 22px;
}

.containerFluid .register-alert-close:hover:after {
  opacity: 0.8;
}

.slidercaptcha {
  height: 286px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
  background-color: #fff;
}

.slidercaptcha .card-body {
  padding: 1rem;
}

.slidercaptcha canvas:first-child {
  border-radius: 4px;
  border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* 语言 start */
.nav-language {
  position: relative;
  margin-left: 16px;
}

.language-toggle {
  border-radius: 20px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  padding: 7px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.language-toggle img {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.language-toggle span {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-left: 6px;
}

.language-toggle.active {
  border: 1px solid #6A40FE;
}

.language-toggle.active img {
  content: url('../images/nav_icon_language_active.png');
}

.language-toggle.active span {
  color: #6A40FE;
}

.language-toggle::after {
  content: '';
  margin-left: 4px;
  width: 6px;
  height: 4px;
  display: inline-block;
  background: url(../images/nav_icon_toggle.png) no-repeat center;
}


.language-toggle.active::after {
  content: '';
  width: 6px;
  height: 4px;
  display: inline-block;
  background: url(../images/nav_icon_toggle_active.png) no-repeat center;
}

.language-toggle.active::after {
  transform: rotate(180deg);
}

.language-toggle.active+.language-menu {
  display: block !important;
}

.language-menu {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 6px 6px 30px 1px rgba(28, 0, 136, 0.1);
  border-radius: 16px;
  width: 160px;
  right: 0px;
  padding: 6px;
  margin-top: 4px;
}

.language-menu ul li {
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.language-menu ul li+li {
  margin-top: 2px;
}

.language-menu ul li a {
  font-weight: 400;
  font-size: 14px;
  color: rgba(29, 29, 31, 0.8);
  line-height: 20px;
}

.language-menu ul li:hover,
.language-menu ul li.active {
  background: #FAF9FF;
}

.language-menu ul li.active a {
  font-weight: bold !important;
  font-size: 14px;
  color: #000000 !important;
}

.language-menu ul li.active::after {
  content: "";
  top: 4px;
  left: 3px;
  background: transparent;
  border: #4F56FE solid 2px;
  border-top: none;
  border-right: none;
  height: 7px;
  width: 10px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}


/* 语言 end */