html {
  font-family: helvetica neue, -apple-system, BlinkMacSystemFont, segoe ui,
    Roboto, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol, noto color emoji;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  touch-action: manipulation;
}
@font-face {
  font-family: 'headerFont';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/headerFont.woff2');
}

/* .page-container *::-webkit-scrollbar {
  display: block !important;
  width: 0px !important;
  height: 0px !important;
} */

a:not([href='javascript:;']) {
  cursor: pointer;
}

.page-container *::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.page-container *::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.page-container *::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0);
}

.page-container .head-pop::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.page-container .head-pop::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}
.page-container .head-pop::-webkit-scrollbar-thumb {
  background: rgb(156, 163, 175);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, rgb(156, 163, 175) 20%, transparent);
  }
  border-radius: 8px;
  border: 2px solid transparent;
}
.page-container .head-pop::-webkit-scrollbar-thumb:hover {
  background: rgb(156, 163, 175);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, rgb(156, 163, 175) 20%, transparent);
  }
}

:root {
  --theme-400: #5a9efd;
  --theme-500: #6B48FF;
  --theme-600: #5e3aff;
  --theme-banner-100: #d1e0ff;
  --theme-color-tint: #f3f5fc;
  --hover-color: #6B48FF;
  --site-bg-color: #121212;
  --btn-transparent-bg: #fff;
  --font-color: #191919;

  --primary: #6B48FF;
  --foreground: #121212;
}

.bg-black-900 {
  background-color: #171717;
}
.bg-gray-1000 {
  background-color: #fafafa;
}
.bg-gray-1100 {
  background: #fafafa;
}

.text-black {
  color: #000000;
}
.text-black-100 {
  color: #191919;
}
.text-gray-600 {
  color: #666;
}
.border-b-\[3px\] {
    border-bottom-style: solid;
    border-bottom-width: 3px;
}
.border-b-\[transparent\] {
    border-bottom-color: #0000;
}
.border-b-\[3px\] {
    border-bottom-style: solid;
    border-bottom-width: 3px;
}
@media (hover: hover) {
    .hover\:border-primary:hover, .hover\:border-primary\/50:hover {
        border-color: var(--color-primary);
    }
}

.swiper-container {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: rgba(0, 0, 0, 0.12);
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 8px 0 !important;
}
.swiper-pagination-bullet-active {
  background: var(--theme-500) !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-slide {
  height: 0 !important;
}
.swiper-slide.swiper-slide-active {
  height: 100% !important;
}

.min-width-140 {
  min-width: 140px;
}
.nowrap {
  white-space: nowrap;
}
.fs-0 {
  font-size: 0;
}

.max-w-8xl {
  max-width: 86rem;
}

@media (min-width: 640px) {
  .min-w-360 {
    min-width: 360px;
  }
}

.editor-content a {
  color: var(--theme-500) !important;
}
.editor-content a:hover {
  text-decoration: underline;
  color: var(--theme-500) !important;
  opacity: 0.85;
}
.editor-content p {
  line-height: 1.7;
  color: #212326;
  font-size: 18px;
}

.share-active {
  display: none;
}
.share-item:hover .share-common {
  display: none;
}
.share-item:hover .share-active {
  display: block;
}

.editor-content iframe {
  margin: 14px 0;
  max-width: 100% !important;
  width: 100%;
  aspect-ratio: 560 / 315;
}

/* theme color */
.bg-banner-100 {
  background: var(--theme-banner-100);
}
.bg-linear {
  background: var(--theme-banner-100);
}

.text-theme-400 {
  color: var(--theme-400);
}
.text-theme-500 {
  color: var(--theme-500);
}
.text-theme-600 {
  color: var(--theme-600);
}
.text-theme-1000 {
  color: var(--theme-500);
}

.border-theme-400 {
  border-color: var(--theme-400);
}
.border-theme-500 {
  border-color: var(--theme-500);
}
.border-theme-600 {
  border-color: var(--theme-600);
}
.border-theme-1000 {
  border-color: var(--theme-500);
}

.bg-theme-400 {
  background-color: var(--theme-400);
}
.bg-theme-500 {
  background-color: var(--theme-500);
}
.bg-theme-600 {
  background-color: var(--theme-600);
}
.bg-theme-1000 {
  background-color: var(--theme-500);
}
.bg-theme-1200 {
  background-color: #f6fdf0;
}

.group:hover .group-hover\:text-theme-400 {
  --tw-text-opacity: 1;
  color: var(--theme-400) !important;
}
.group:hover .group-hover\:text-theme-500 {
  --tw-text-opacity: 1;
  color: var(--theme-500) !important;
}
.group:hover .group-hover\:text-theme-600 {
  --tw-text-opacity: 1;
  color: var(--theme-600) !important;
}

.group:hover .group-hover\:bg-theme-400 {
  --tw-bg-opacity: 1;
  background-color: var(--theme-400) !important;
}
.group:hover .group-hover\:bg-theme-500 {
  --tw-bg-opacity: 1;
  background-color: var(--theme-500) !important;
}
.group:hover .group-hover\:bg-theme-600 {
  --tw-bg-opacity: 1;
  background-color: var(--theme-600) !important;
}

.hover\:text-theme-400:hover {
  --tw-text-opacity: 1;
  color: var(--theme-400);
}
.hover\:text-theme-500:hover {
  --tw-text-opacity: 1;
  color: var(--theme-500);
}
.hover\:text-theme-600:hover {
  --tw-text-opacity: 1;
  color: var(--theme-600);
}

.hover\:bg-theme-400:hover {
  --tw-bg-opacity: 1;
  background-color: var(--theme-400);
}
.hover\:bg-theme-500:hover {
  --tw-bg-opacity: 1;
  background-color: var(--theme-500);
}
.hover\:bg-theme-600:hover {
  --tw-bg-opacity: 1;
  background-color: var(--theme-600);
}

.hover\:border-theme-400:hover {
  --tw-bg-opacity: 1;
  border-color: var(--theme-400);
}
.hover\:border-theme-500:hover {
  --tw-bg-opacity: 1;
  border-color: var(--theme-500);
}
.hover\:border-theme-600:hover {
  --tw-bg-opacity: 1;
  border-color: var(--theme-600);
}

.focus\:ring-theme-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: var(--theme-400);
}
.focus\:ring-theme-6500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: var(--theme-500);
}
.focus\:ring-theme-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: var(--theme-600);
}

.focus\:bg-theme-400:focus {
  --tw-bg-opacity: 1;
  background-color: var(--theme-400);
}
.focus\:bg-theme-500:focus {
  --tw-bg-opacity: 1;
  background-color: var(--theme-500);
}
.focus\:bg-theme-600:focus {
  --tw-bg-opacity: 1;
  background-color: var(--theme-600);
}

.focus\:border-theme-400:focus {
  --tw-border-opacity: 1;
  border-color: var(--theme-400);
}
.focus\:border-theme-500:focus {
  --tw-border-opacity: 1;
  border-color: var(--theme-500);
}
.focus\:border-theme-600:focus {
  --tw-border-opacity: 1;
  border-color: var(--theme-600);
}

/* top banner */
.banner-bg {
  background: #0751ad;
}
.banner-content {
  max-width: 644px;
  margin: 0 auto;
}
.banner-content ul li {
  position: relative;
}
.banner-content ul li::after {
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  content: '';
}
.banner-pic {
  width: 41%;
}
.banner-content a {
  min-width: 202px;
}
@media only screen and (max-width: 1100px) {
  .top-banner {
    display: block;
  }
  .top-banner .banner-content,
  .top-banner .banner-pic {
    width: 100%;
  }
  .banner-content a {
    min-width: auto;
    width: 100%;
  }
}
/* top banner end */

/* width limit */
.max-w-wrap {
  max-width: 1430px;
  margin: 0 auto;
  padding: 14px 10px;
}
/* width limit end */

.leading-h1 {
  line-height: 1.25 !important;
  word-wrap: break-word !important;
  word-break: normal !important;
}
.leading-h2 {
  line-height: 1.25 !important;
}

/* header */
.header {
  font-family: helvetica neue, -apple-system, BlinkMacSystemFont, segoe ui,
    Roboto, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol, noto color emoji;
}
.max-width {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 900px) {
  .max-width {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.common-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.common-button-hollow {
  color: #000000;
  background: var(--site-bg-color);
}
.common-button-hollow:hover {
  color: var(--theme-500);
}
.common-button--primary {
  color: #fff;
  background-color: var(--theme-600);
  border-color: var(--theme-600);
}
.common-button--primary:hover {
  opacity: 0.85;
}
.menu-dropdown-wrap {
  position: relative;
}
.menu-dropdown-wrap .menu-dropdown {
  display: none;
  position: absolute;
  top: 81px;
  left: 0;
  right: 0;
  z-index: 1001;
  width: fit-content;
}
.menu-dropdown-wrap:hover .menu-dropdown {
  display: block;
}
.menu-dropdown-wrap:hover .menu-dropdown .menu-dropdown__main {
  position: relative;
  min-width: 190px;
  margin-left: -2px;
  padding: 5px 0;
  background: var(--site-bg-color);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e8f0ee;
  border-radius: 4px;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  word-break: break-all;
}
.btn-with-icon .icon-3,
.btn-with-icon .icon-2 {
  display: none;
}
.btn-with-icon:hover .icon-1 {
  display: none;
}
.btn-with-icon:hover .icon-2 {
  display: inline-block;
}
.home-top {
  padding: 2px 20px;
  min-height: 33px;
  background: #dbe4ff;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.home-top .top-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-top .top-wrap span {
  line-height: 26px;
}
.home-top .top-wrap .c-logo {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.home-top .top-wrap .yt-logo {
  width: 18px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
}
.home-top .top-wrap .try-text {
  margin-left: 20px;
  color: var(--theme-500);
  text-decoration-line: underline;
  font-weight: 600;
}

header:not(.header-normal) .btn-to-install {
  border-color: #fff;
}
header {
  position: sticky;
  top: 0;
  width: 100%;
  will-change: transform;
  z-index: 1020;
  background: var(--site-bg-color);
  border-bottom: 1px solid #333333;
}
header .site-header-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 80px;
}
header .navbar-collapse {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
header .site-header-container .site-logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
  flex-shrink: 0;
  height: 60px;
  transition: all 0.3s;
}
header .site-header-container .site-logo a {
  flex: 1;
  vertical-align: middle;
}
header .site-header-container .site-logo {
  display: inline-flex;
  align-items: center;
}
header .site-logo .logo {
  display: inline-block;
  width: 188px;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
header .site-logo .logo.logo-dark {
  display: none;
}
header .btn-tutorial {
  margin-right: 20px;
  padding: 0 16px !important;
  min-width: unset !important;
}
header .btn-tutorial:hover {
  color: var(--hover-color);
  border-color: var(--hover-color) !important;
}
header .btn-tutorial,
header .btn-to-install {
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 14px;
  min-width: 150px;
  height: 40px;
  background: var(--btn-transparent-bg);
  border-radius: 4px;
  font-size: 16px;
  color: inherit;
  border: 1px solid #d5d5d5;
}
header .btn-to-install img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: middle;
}
header .btn-to-install:hover {
  color: var(--hover-color);
  border-color: var(--hover-color);
}
header .btn-log-in {
  min-width: 100px;
  height: 40px;
  padding: 7px 12px;
  border-radius: 4px;
  font-size: 16px;
  color: inherit;
  text-align: center;
}
header .s-line {
  margin-left: 32px;
  width: 1px;
  height: 41px;
  background-color: #d5d5d5;
}
header .btn-log-in:hover {
  color: var(--hover-color);
}
header .btn-sign-up {
  min-width: 120px;
  height: 40px;
  font-size: 16px;
  padding: 7px 12px;
  border-radius: 4px;
  text-align: center;
}
header .btn-sign-up:hover {
  opacity: 0.8;
  background-color: var(--theme-600);
}

header .navbar-collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.site-header .navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 66px;
  margin-right: auto;
}

.site-header .nav-link {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 14px;
  padding-right: 14px;
  color: inherit;
}
.site-header .nav-link.is-active {
  color: var(--theme-500);
}

.site-header .nav-link .icon-new {
  width: 6px;
  height: 6px;
  margin-top: -16px;
  margin-left: 1px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--theme-500);
}

.site-header .a-link:not(.router-link-exact-active):hover,
.site-header .nav-dropdown:hover .menu-item.a-link {
  color: var(--theme-500);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.site-header .nav-dropdown .icon-arrow-wrap {
  font-size: 0;
  margin-left: 6px;
}
.site-header .nav-dropdown .icon-arrow-wrap img {
  vertical-align: middle;
}

.site-header .nav-dropdown:hover .icon-arrow-down {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.site-header .a-link:not(.router-link-exact-active):hover .icon-arrow-wrap img,
.site-header .nav-dropdown:hover .menu-item.a-link .icon-arrow-wrap img {
  -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  -o-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}
.site-header .nav-dropdown:hover .icon-arrow-wrap .icon-down-default {
  display: none;
}

.site-header .nav-dropdown:hover .icon-arrow-wrap .icon-down-active {
  display: inline-block !important;
}

.site-header .menu-dropdown-wrap:hover .menu-dropdown .menu-dropdown__main {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 496px;
  background: var(--site-bg-color);
  -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #e3ebe9;
}
.site-header .menu-dropdown-wrap:hover .menu-dropdown .dropdown__list {
  min-width: 312px;
}
.site-header .menu-dropdown-product .menu-dropdown__main_ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 60%;
  padding-left: 20px;
  padding-right: 20px;
}
.site-header
  .menu-dropdown-product
  .menu-dropdown__main_ul
  li:not(:first-child) {
  border-top: 1px solid var(--color-border);
}
.site-header .menu-dropdown-product .menu-dropdown__main_ul li {
  padding: 6px 0;
}
.site-header .menu-dropdown-product .menu-dropdown__main_ul li a {
  gap: 20px;
  color: #191919;
  padding: 10px 10px;
  border-radius: 6px;
}
.site-header .menu-dropdown-product .menu-dropdown__main_ul li a:hover {
  cursor: pointer;
  background: #e0e6f7;
}
.site-header
  .menu-dropdown-product
  .menu-dropdown__main_ul
  li
  a:hover
  .link-info {
  color: var(--hover-color);
}
.site-header .menu-dropdown-product .menu-dropdown__main_ul li img {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
}
.site-header .menu-dropdown-product .menu-dropdown__main_ul li .link-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.site-header .menu-dropdown-product .menu-dropdown__main_ul li .link-title {
  font-weight: bold;
  font-size: 16px;
}
.site-header .menu-dropdown-product .menu-dropdown__main_ul li .link-desc {
  margin-top: 3px;
  word-break: break-word;
  text-align: left;
}

/* .site-header .menu-drawer-btn {
  display: none;
}
.site-header .menu-drawer-btn .icon-2 {
  display: none;
} */

.site-header:not(.show) .collapse {
  display: none;
}
@keyframes navExtend {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px) scaleY(0.96);
    transform: translateY(-15px) scaleY(0.96);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
.main-content {
  min-height: 100vh;
}

@media (min-width: 1239px) {
  .site-header .other-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header .navbar-nav {
    flex-direction: row;
  }
  header .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 1240px) {
  .main-content .section-top h1 {
    font-size: 50px;
  }
  .site-header {
    background: #fff !important;
    border-bottom: 1px solid #333333 !important;
  }
  .site-header.show {
    position: fixed;
    min-height: 100vh;
    background-color: rgba(0,0,0,0) !important;
  }
  .site-header.show + .relative.com-container {
    padding-top: 68px;
  }
  .site-header.show .menu-drawer-btn {
    transform: rotate(90deg);
  }
  .site-header.show .menu-drawer-btn .icon-1 {
    display: none;
  }
  .site-header.show .menu-drawer-btn .icon-2 {
    display: inline-block;
  }
  .collapse {
    -webkit-animation: navExtend 0.3s ease-out;
    animation: navExtend 0.3s ease-out;
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  .menu-dropdown-wrap .menu-dropdown {
    top: 44px;
    width: 100%;
  }
  .site-header .menu-dropdown-wrap:hover .menu-dropdown .menu-dropdown__main {
    min-width: unset;
    margin-left: 0;
  }
  .site-header .menu-dropdown-product .other-links-container {
    display: none;
  }
  header .other-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    flex-wrap: wrap;
    background: var(--site-bg-color);
    gap: 20px;
  }
  .site-header .menu-dropdown-wrap:hover .menu-dropdown .dropdown__list {
    min-width: 312px;
  }
  .site-header .menu-dropdown-product .menu-dropdown__main_ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-basis: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header
    .menu-dropdown-product
    .menu-dropdown__main_ul
    li:not(:first-child) {
    border-top: 1px solid var(--color-border);
  }
  .site-header .menu-dropdown-product .menu-dropdown__main_ul li {
    padding: 6px 0;
  }
  .site-header .menu-dropdown-product .menu-dropdown__main_ul li a {
    gap: 20px;
    flex-direction: column;
    text-align: left;
  }
  header .s-line {
    display: none;
  }
  header .btn-log-in {
    border: 1px solid #d5d5d5;
  }
  header .btn-log-in:hover {
    border-color: var(--hover-color);
  }
  header .other-container a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  header .menu-dropdown-wrap:hover .menu-dropdown {
    /*display: none;*/
  }
  header .other-container {
    width: 100%;
  }
  .site-header .nav-dropdown .icon-arrow-wrap {
    /*display: none;*/
  }
  .site-header .nav-link {
    height: 48px;
    border-top: 1px solid #333333;
  }
  .site-header .menu-dropdown-product .nav-link {
    border-top: 0;
  }
  header .menu-dropdown-wrap .menu-dropdown .menu-dropdown__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  header .site-header-container {
    height: unset;
  }
  .site-header .navbar-nav {
    padding-left: 0;
  }
  header .site-header-container {
    flex-wrap: wrap;
  }
  header .site-header-container .site-logo {
    width: 100%;
  }
  .site-header .navbar-nav,
  header .navbar-collapse {
    flex-direction: column;
    width: 100%;
  }
  .site-header .menu-drawer-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    transform: rotate(0deg);
    overflow: hidden;
  }
  .navbar-collapse {
    -webkit-animation: navExtend 0.3s ease-out;
    animation: navExtend 0.3s ease-out;
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  .collapse {
    -webkit-animation: navExtend 0.3s ease-out;
    animation: navExtend 0.3s ease-out;
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  .CZya {
    height: calc(100vh - 80px);
    overflow-x: visible;
    overflow-y: auto;
    scroll-behavior: smooth;
  }
}
@media screen and (max-width: 768px) {
  .section-top h1.title,
  .main-content .section-top h1 {
    font-size: 42px;
    line-height: 1.6;
  }
  .main-content .section-top h1 span.tit2 {
    font-size: 42px;
    line-height: 1.6;
  }
  .table-resp {
    overflow-x: auto;
  }
  .table-resp table {
    min-width: 700px;
  }
  .common-button {
    white-space: normal;
  }
}
/* header end */



/* 底部 sub-footer */
footer {
  position: relative;
  /* background: var(--theme-color-tint); */
}
footer .footer-main {
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
}
footer .footer-copyright {
  position: relative;
}
footer .footer-copyright .footer-main {
  gap: 10px;
  padding: 22px 0px;
  font-size: 16px;
}
footer .footer-copyright:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 1px solid var(--color-border);
}
@media screen and (max-width: 768px) {
  footer .footer-copyright .footer-main {
    flex-direction: column;
  }
  footer .footer-copyright .footer-main .footer-main-right {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
} 
/* footer .footer-copyright .flex {
  justify-content: space-between;
}
footer .footer-copyright a {
  color: inherit;
}
footer .footer-copyright a:hover {
  color: var(--hover-color);
} */
footer .site-logo {
  display: block;
}
footer .site-logo img {
  width: 188px;
  max-width: 100%;
  height: auto;
}
footer .site-logo .logo-2 {
  display: none;
}
footer .language-dropdown {
  margin-top: 37px;
  max-width: 188px;
  height: 44px;
  border: 1px solid #d1d4e0;
  border-radius: 4px;
}
footer .language-dropdown:hover {
  cursor: pointer;
  color: var(--theme-500);
}
footer .language-dropdown .lang-val {
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 188px;
  height: 44px;
  width: 100%;
  justify-content: space-between;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0);
}
footer .language-dropdown .lang-val .icon-arrow-down {
  margin-left: auto;
}
footer ul.language-list li {
  margin-top: 0;
}
footer ul.language-list li a {
  display: inline-block;
  width: 100%;
  padding: 12px 16px;
}
footer ul.language-list li a:hover {
  background-color: #e8ecfa;
  cursor: pointer;
  color: var(--theme-500);
}
footer ul.language-list .is-active {
  color: var(--theme-500);
}
footer .menu-dropdown-wrap .menu-dropdown {
  top: -307px;
}
footer .third-party {
  max-width: 188px;
  margin-top: 17px;
  font-size: 12px;
}
footer .f-menu-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 100;
  width: fit-content;
}
footer .language-dropdown:hover .f-menu-dropdown {
  display: block;
}
footer .language-dropdown .lang-val .icon-lang {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
footer .language-dropdown .icon-active {
  display: none;
}
footer .language-dropdown:hover .icon-default {
  display: none;
}
footer .language-dropdown:hover .icon-active {
  display: inline-block;
}
footer .language-dropdown .icon-default-2 {
  display: none;
}

footer .language-dropdown:hover .icon-arrow-down {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  -o-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}
footer .switch-mode {
  margin-top: 12px;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 188px;
  height: 44px;
  padding: 10px 12px;
  background: var(--btn-transparent-bg);
  border-radius: 4px;
  border: 1px solid #d1d4e0;
}
footer .switch-mode img {
  margin-right: 8px;
}
footer .switch-mode .mode-dark {
  display: none;
}
footer .switch-mode.is-active .mode-day {
  display: none;
}
footer .switch-mode.is-active .mode-dark {
  display: inline-block;
}
footer .switch-mode .switch {
  position: relative;
  margin-left: auto;
  display: inline-block;
  width: 30px;
  height: 18px;
}
footer .switch-mode .switch input {
  display: none;
}
footer .switch-mode .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c8cbd6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
footer .switch-mode .slider:before {
  position: absolute;
  content: '';
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
footer .switch-mode input:checked + .slider {
  background-color: var(--theme-500);
}
footer .switch-mode input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
footer .footer-menu-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-foreground);
  line-height: 23px;
}
footer .footer-menu-title.mt-6 {
  margin-top: 24px;
}
footer ul li {
  margin-top: 14px;
}
footer ul li a {
  font-size: 14px;
  color: color-mix(in oklab, var(--color-foreground) 80%, transparent);;
  line-height: 18px;
}
footer ul li a:hover {
  cursor: pointer;
  color: var(--hover-color);
}
footer .social-box {
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .social-box a img {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
@media only screen and (max-width: 1239px) {
  footer .footer-main {
    gap: 40px;
  }
  footer .footer-menu-col {
    flex: 1 0 200px;
  }
  footer .menu-dropdown-wrap .menu-dropdown {
    /* top: -351px; */
    top: -307px;
  }
  footer .menu-dropdown-wrap .menu-dropdown ul li {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  footer .language-dropdown {
    margin-left: auto;
    margin-right: auto;
  }
  footer .third-party {
    margin-left: auto;
    margin-right: auto;
  }
  footer .site-logo {
    display: inline-block;
  }
  footer .footer-menu-col {
    flex: 1 0 100%;
    text-align: center;
  }
  footer .social-box {
    display: inline-flex;
  }
}

/* 底部 sub-footer */

.max-width {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 900px) {
  .max-width {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.\32 xl\:gap-x-4 {
    @media (width >= 96rem) {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}
.\32 xl\:px-4 {
    @media (width >= 96rem) {
        padding-inline: 16px;
    }
}
/* header:not(.header-normal) {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
} */
.app-header{
  background-color: #fff;
}
.text-primary-600 {
  color: var(--primary)
}

.bg-primary-50 {
  background-color: #eff7fe;
}

header:not(.header-normal) .btn-to-install {
  border-color: #fff;
}
.hover\:block {
  &:hover {
      @media (hover: hover) {
          display: block;
      }
  }
}
.group-hover\:block {
    &:is(:where(.group):hover *) {
        @media (hover: hover) {
            display: block;
        }
    }
}
.group-hover\:text-primary-600 {
    &:is(:where(.group):hover *) {
        @media (hover: hover) {
            color: var(--primary);
        }
    }
}
.group-hover\:bg-primary\/10 {
    &:is(:where(.group):hover *) {
        @media (hover: hover) {
            @supports (color: color-mix(in lab, red, red)) {
                background-color: 
 color-mix(in oklab, var(--primary) 10%, transparent);
            }
        }
    }
}
.hover\:text-primary-600 {
    &:hover {
        @media (hover: hover) {
            color: var(--primary);
        }
    }
}
.hover\:bg-primary\/10 {
    &:hover {
        @media (hover: hover) {
            @supports (color: color-mix(in lab, red, red)) {
                background-color: color-mix(in oklab, var(--primary) 10%, transparent);
            }
        }
    }
}
.hover\:bg-primary-50:hover {
  background-color: #eff7fe;
}
.hover\:border-primary-600:hover {
  border: 1px solid var(--primary);
}
.group-hover\/child\:text-primary-600 {
    &:is(:where(.group\/child):hover *) {
        @media (hover: hover) {
            color: var(--primary);
        }
    }
}
.h-\[55px\] {
    height: 55px;
}
.pt-\[54px\] {
    padding-top: 54px;
}
.ms-auto {
  margin-inline-start: auto;
}
.menu-drawer-btn {
	transition: all 0.3s;
	transform: rotate(0deg);
}
.menu-drawer-btn.visibleT {
	transform: rotate(0deg);
}
.menu-drawer-btn:hover {
	opacity: 0.85;
}
.site-header-drawer{
  display: none;
}

.site-header .icon-1 {
	display: block;
}
.site-header .icon-2 {
	display: none;
}
.site-header.show .visibleT {
	transform: rotate(90deg);
}
.site-header.show .icon-1 {
	display: none;
}
.site-header.show .icon-2 {
	display: block;
}
.site-header.show .site-header-drawer{
  display: block;
}
.menu-drawer {
	position: fixed;
	top: 68px;
	left: 0 !important;
	right: 0;
	bottom: 0;
	width: 100%;
	-webkit-animation: drawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
	animation: drawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
	z-index: 20;
	max-height: calc(100vh - 68px);
	height: calc(100vh - 68px);
	overflow-y: auto;
}
.menu-drawer .menu-drawer-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000073;
}
.menu-drawer .nav-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: var(--background);
	padding: 0 20px 0;
}
.menu-drawer .nav-box .menu .member-detail {
	display: none;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #333333;
}
.menu-drawer .nav-box .menu .member-detail .grade {
	display: flex;
	align-items: center;
	font-size: 0;
	height: 48px;
}
.menu-drawer .nav-box .menu .member-detail .grade svg {
	font-size: 20px;
	margin-right: 8px;
}
.menu-drawer .nav-box .menu .member-detail .grade span {
	font-size: 16px;
	font-weight: 800;
	color: var(--foreground);
	line-height: 19px;
}
.menu-drawer .nav-box .menu .nav-item {
	display: block;
	font-size: 14px;
	color: var(--foreground);
	line-height: 16px;
	cursor: pointer;
	height: 48px;
	line-height: 48px;
}
.menu-drawer .nav-box .menu .nav-item:hover {
	opacity: 0.85;
	color: var(--primary);
}
.menu-drawer .nav-box .menu .nav-item + .nav-item {
	border-top: 1px solid #333333;
}
.menu-drawer .nav-box .menu .nav-item.nav-active {
	color: var(--primary);
}
.menu-drawer .bOverHide {
	overflow: hidden;
}
.drop-nav-item svg {
	stroke-width: 1.5;
}

/* lang start */
.lang-box.show {
  position: absolute;
  left: 0;
  bottom: 38px;
  opacity: 1;
  min-width: max-content;
}
.min-w-32 {
  min-width: 8rem;
}
@media only screen and (max-width: 1280px) {
  .lang-box.show {
    right: 0;
    left: auto;
  }
}
.lang-item{
  border-radius: 6px;
  display: flex;
  /* min-width: 118px; */
  justify-content: space-between;
}
.lang-trigger{
  outline: none;
}
.lucide-check{
  width: 16px;
  height: 16px;
}
/* lang end */

/* shadcn-tailwind-4.0 start */
:root {
  --spacing: .25rem;

  --primary: #6B48FF;
  --primary-secondary: #7d60ff;
  --shade-1: #000000;
  --shade-2: #292929;
  --shade-3: #383838;
  --shade-4: #333;
  --shade-5: #404040;
  --shade-6: #4a4a4a;
  --shade-7: #a0a0a0;
  --shade-8: #d0d0d0;
  --shade-9: #e8e8e8;
  --shade-10: #fff;
  --shade-11: #2a2a2a;
  --shade-12: #1e1e1e;
  --shade-13: #333;
  --button-bg1: var(--shade-11);
  --button-bg2: var(--shade-5);
  --button-bg3: #fcfcfc;
  --button-bg4: #fcfcfc;
  --button-bg7: #f1f1f1;
  --button-bg9: #6B48FF;
  --button-bg10: var(--shade-1);
  --button-bg11: var(--shade-3);
  --button-bg12: #2a2a2a66;
  --button-bg13: #333c;
  --button-bg22: #1e1e1e78;
  --button-bg23: #2a2a2a;
  --button-bg24: #fe6e51;
  --button-bg25: #f54927;
  --button-bg26: #fe7f66;
  --button-bg27: #3580ff;
  --button-bg28: #2774f5;
  --button-bg29: #256ce5;
  --button-shadow1: var(--shade-6);
  --button-shadow3: #f8f7f7;
  --button-shadow4: #f0f0f080;
  --button-shadow5: #ffffff1a;
  --button-shadow6: #2a2a2acc;
  --button-shadow7: #12121254;
  --button-shadow8: #ffffff42;
  --button-shadow9: #333;
  --button-shadow10: #f8f7f7;
  --button-shadow11: #ffffff29;
  --button-shadow12: #ffffff40;
  --button-shadow13: #12121254;
  --button-shadow14: #e53d1c;
  --button-shadow15: #fe5938f2;
  --select-shadow1: #ffffff40;
  --command-shadow1: #fff0;
  --command-shadow2: #ffffff03;
  --command-shadow3: #ffffff0a;
  --command-shadow4: #ffffff0f;
  --command-shadow5: #ffffff12;
  --input-shadow1: #ffffff26;
  --voice-shadow1: #ffffff26;
  --voice-shadow2: #12121254;
  --voice-bg1: #333;
  --pricing-shadow1: #ffffff26;
  --pricing-shadow2: #fff3;
  --pricing-shadow3: #ffffff9e;
  --to-top-shadow1: #ffffff21;
  --to-top-shadow2: #ffffff14;
  --template-quick-btn-shadow1: #ffffff1c;
  --template-quick-btn-shadow2: #12121245;
  --template-quick-btn-shadow3: #fff3;
  --template-quick-btn-shadow4: #ffffff40;
  --basic-green: #5bd175;
  --basic-blue: #5a9fff;
  --basic-orange: #ff7d43;
  --basic-yellow: #ffc75a;
  --basic-red: #ff7258;
  --basic-purple: #a177ff;
  --background: var(--shade-1);
  --foreground: var(--shade-10);
  --border: var(--shade-5);
  --input: var(--shade-2);
  --ring: var(--shade-10);
  --option-hover: var(--shade-3);
  --divider: var(--shade-4);
  --card: var(--shade-2);
  --card-foreground: var(--shade-10);
  --popover: var(--shade-1);
  --popover-foreground: var(--shade-10);
  --select-primary-bg: var(--shade-1);
  --select-perimary-click: var(--shade-5);
  --select-secondary-bg: var(--shade-3);
  --select-secondary-hover: var(--shade-2);
  --select-secondary-focus: var(--shade-1);
  --tabs-bg: var(--shade-3);
  --tabs-foreground: var(--shade-7);
  --tabs-active-bg: var(--shade-10);
  --tabs-active-foreground: var(--shade-1);
  --tabs-hover-foreground: var(--shade-10);
  --tabs-border: var(--shade-5);
  --tooltip-bg: var(--shade-10);
  --tooltip-foreground: var(--shade-1);
  --avatar-bg: var(--shade-10);
  --input-bg: #262626;
  --input-icon: var(--shade-7);
  --input-placeholder: var(--shade-7);
  --input-foreground: var(--shade-10);
  --process-bg: var(--shade-10);
  --checkbox-bg: var(--shade-1);
  --checkbox-border: var(--shade-5);
  --checkbox-foreground: var(--shade-10);
  --color-slider-btn-border: var(--shade-4);
  --color-slider-btn-bg: var(--shade-2);
  --slider-bg: var(--shade-4);
  --slider-process: var(--shade-10);
  --dropdown-menu-bg: var(--shade-1);
  --dropdown-menu-foreground: var(--shade-10);
  --dropdown-menu-hover-bg: var(--shade-3);
  --switch-btn: var(--shade-1);
  --switch-bg: var(--shade-5);
  --switch-active-bg: var(--shade-10);
  --toggle-bg: var(--shade-1);
  --toggle-foreground: var(--shade-10);
  --toggle-active-bg: var(--shade-10);
  --toggle-active-foreground: var(--shade-1);
  --toggle-hover-bg: var(--shade-3);
  --tag-primary-bg: #1a2f4d;
  --upload-border: #555;
  --chat-bg: var(--shade-3);
  --primary-foreground: var(--shade-1);
  --secondary: var(--shade-9);
  --secondary-foreground: var(--shade-7);
  --muted: var(--shade-9);
  --muted-foreground: var(--shade-7);
  --accent: var(--shade-3);
  --accent-foreground: var(--shade-1);
  --destructive: var(--basic-red);
  --table-hover: var(--shade-3);
  --sidebar: #1f1f1f;
  --sidebar-foreground: var(--shade-10);
  --sidebar-secondary-foreground: var(--shade-7);
  --sidebar-primary: var(--shade-10);
  --sidebar-primary-foreground: var(--primary-foreground);
  --sidebar-accent: var(--shade-3);
  --sidebar-accent-foreground: var(--shade-10);
  --sidebar-border: var(--shade-4);
  --sidebar-ring: var(--shade-10);
  --dialog-overlay: oklab(45.6782% -1.49012e-8 0 / .74);
  --dialog-bg: #000;
  --dialog-shadow: 0 239px 67px 0 #12121200, 0 153px 61px 0 #12121203, 0 86px 52px 0 #1212120a, 0 38px 38px 0 #1212120f, 0 10px 21px 0 #12121212;
  --ai-tag-shadow: 0 1px 1px 1px #ffffff08, 0 2px 8px 1px #ffffff0a;
  --ai-tag-border: var(--shade-5);
  --ai-tag-normal: var(--shade-2);
  --ai-tag-selected: #404040;
  --carousel-icon: var(--shade-10);
  --carousel-icon-accent: var(--shade-10);
  --video-card-button-bg: var(--shade-10);
  --template-button-hover: #1f67e0;
  --chatBox-foucs-shadow1: #00000021;
  --chatBox-foucs-shadow2: var(--shade-1);
  --chatBox-foucs-shadow3: #00000014;
  --chatBox-foucs-border: #373737;
  --skeleton-color: var(--shade-12);
  --skeleton-to-color: var(--shade-13);
  --inter-card-bg: #262626;
  --inter-card-shadow: 0 18px 24px -20px #ffffff21, 0 2px 0 0 #262626 inset, 0 8px 16px -12px #ffffff14;
  --color-shade-1: var(--shade-1);
  --color-shade-2: var(--shade-2);
  --color-shade-3: var(--shade-3);
  --color-shade-4: var(--shade-4);
  --color-shade-5: var(--shade-5);
  --color-shade-7: var(--shade-7);
  --color-shade-10: var(--shade-10);
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-border: var(--border);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-tabs-bg: var(--tabs-bg);
  --color-tabs-foreground: var(--tabs-foreground);
  --color-tabs-active-bg: var(--tabs-active-bg);
  --color-tabs-active-foreground: var(--tabs-active-foreground);
  --color-tabs-hover-foreground: var(--tabs-hover-foreground);
  --color-tabs-border: var(--tabs-border);
}

.bg-background {
  background-color: var(--color-background);
}
.bg-popover {
  background-color: var(--color-popover);
}
.max-w-\[1450px\] {
    max-width: 1450px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[48px\] {
    height: 48px;
}
.text-foreground {
  color: var(--color-foreground);
}
.text-\[15px\] {
    font-size: 15px;
}
.top-13 {
    top: calc(var(--spacing) * 13);
}
@supports (color: color-mix(in lab, red, red)) {
    .text-foreground\/80 {
        color: 
color-mix(in oklab, var(--color-foreground) 80%, transparent);
    }
}
@media (hover: hover) {
  .hover\:text-primary:hover {
      color: var(--color-primary);
  }
}
.hover\:bg-accent {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-accent);
    }
  }
}

.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.default-shade-button{
    border-radius: var(--button-radius);
    transition: all 0.3s ease;
    color: var(--shade-1);
    background: linear-gradient(180deg, var(--button-bg3) 0%, var(--button-bg4) 100%);
    box-shadow: 0 0.5px 1px 0 var(--button-shadow3) inset,      0 2px 4px -1px var(--button-shadow4),      0 -1px 1.2px 0.35px var(--button-shadow10) inset, 0 0 0 1px var(--button-shadow9);
}
.default-shade-button:hover:not(.disabled) {
  background: linear-gradient(180deg, var(--button-bg7) 0%, var(--button-bg7) 100%);
  box-shadow: 0 0.5px 1px 0 var(--button-shadow3) inset, 0 2px 4px -1px var(--button-shadow4), 0 -1px 1.2px 0.35px var(--button-shadow10) inset, 0 0 0 1px var(--button-shadow9);
}
.default-shade-button:active:not(.disabled) {
  background: linear-gradient(180deg, var(--button-bg4) 0%, var(--button-bg3) 100%);
  box-shadow: 0 0.5px 1px 0 var(--button-shadow3) inset, 0 2px 4px -1px var(--button-shadow4), 0 -1px 1.2px 0.35px var(--button-shadow10) inset, 0 0 0 1px var(--button-shadow9);
}
.default-shade-button[disabled] {
  opacity: 1;
}

.outline-button{
  border-radius: var(--button-radius);
  transition: all 0.3s ease;
  color: var(--shade-10);
  border: 1px solid var(--button-bg2);
  background: var(--button-bg10);
}
.outline-button:hover:not(.disabled) {
  border: 1px solid var(--button-bg2);
  background: var(--button-bg11);
}
.outline-button:active:not(.disabled) {
  border: 1px solid var(--button-bg2);
  background: var(--button-bg11);
  box-shadow: 0 0 4px 0 var(--button-shadow5) inset;
}
.outline-button[disabled] {
  opacity: 1;
}

.primary-button{
  border-radius: var(--button-radius);
  transition: all 0.3s ease;
  color: #fff;
  background:linear-gradient(180deg, var(--primary) 0%, var(--primary) 100%);
}

.primary-button:hover:not(.disabled) {
  background: linear-gradient(180deg, var(--primary) 0%, #6041E5 100%);
}
.primary-button:active:not(.disabled) {
  background: linear-gradient(180deg, var(--primary-secondary) 0%, var(--primary) 100%);
}

.rounded-normal{
  border-radius:8px;
}
.border-border {
  border-color: var(--color-border);
}
.hoverwhite-10:hover{
  background-color: rgba(255, 255, 255, .1);
}
/* shadcn-tailwind-4.0 end */


/* common index column start */
.column-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}


.column-blog-card::before {
	content: ' ';
	position: absolute;
	border-width: 0px 7px 7px;
	border-style: solid;
	border-color: transparent transparent rgb(255, 255, 255);
	border-image: initial;
	top: -7px;
	left: 80%;
	z-index: 5;
}
.column-blog-card::after {
	content: ' ';
	position: absolute;
	border-width: 0px 8px 8px;
	border-style: solid;
	border-color: transparent transparent rgb(224, 225, 233);
	border-image: initial;
	top: -8px;
	left: calc(80% - 1px);
	z-index: 4;
}

.column-blog .article-left {
	position: sticky;
	top: 64px;
	width: 212px;
	flex-shrink: 0;
	height: calc(100% - 60px);
	background-color: #fff;
}

.column-blog .article-content {
	width: 100%;
}

.column-blog .article-content .article {
	max-width: 660px;
}
.column-blog .article-content .header-content {
	width: 750px;
}

.column-blog .article-right {
	position: sticky;
	top: 86px;
	width: 310px;
	height: calc(100% - 60px);
	flex-shrink: 0;
	background-color: #fff;
}

.column-blog .share-link .share-link-default {
	display: block;
}

.column-blog .share-link .share-link-selected {
	display: none;
}

.column-blog .share-link:hover .share-link-default {
	display: none;
}

.column-blog .share-link:hover .share-link-selected {
	display: block;
}

.column-blog .column-blog-menu {
	color: #898d9a;
	max-height: calc(100vh - 165px);
	overflow-y: auto;
	line-height: normal;
}
.column-blog .column-blog-menu li {
	font-size: 0;
}
.column-blog .column-blog-menu a {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	outline: none;
}
.column-blog .column-blog-menu a:hover {
	color: #000000;
}
.column-blog .column-blog-menu a:focus {
	color: #000000;
}
.column-blog .column-blog-menu .author_active {
	color: #000000;
}

.column-blog .search-form {
	padding: 24px 20px;
	background: linear-gradient(to bottom, #0f4699, #6e9ee5);;
	border-radius: 12px;
	color: #fff;
	text-align: center;
}
.column-blog .search-form .input-wrap {
	width: 100%;
	position: relative;
	height: 56px;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 20px;
}
.column-blog .search-form .input-wrap input {
	outline: none;
	border: none;
	padding: 20px 14px;
	font-size: 14px;
	width: 100%;
	height: 100%;
	color: #0b1639;
}
.column-blog .search-form .input-wrap .input-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
	height: 56px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background-color: #ff8000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.column-blog .search-form .input-wrap .input-btn:hover {
	opacity: 0.9;
}
.column-blog .search-form p {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 20px;
}
.column-blog .sub-form {
	width: 290px;
}
.blog-detail-footer {
	/* background-image: url(/ugcvideo-seo/images/blog/footer-bg.webp); */
	background-size: 100% 100%;
	padding: 125px 30px 89px 30px;
}
.blog-detail-footer .title {
	font-weight: bold;
	font-size: 60px;
	color: #000000;
	line-height: 70px;
	text-align: center;
}
.blog-detail-footer .free-btn {
	position: relative;
	height: 62px;
	line-height: 62px;
	text-align: center;
	width: 300px;
	border-radius: 31px;
	text-align: center;
	color: #fff;
	background-color: #000000;
	margin-bottom: 22px;
}
.blog-detail-footer .free-btn .icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.blog-detail-footer .free-btn:hover {
	background: #11a683;
}
.column-blog .article {
	margin-top: 22px;
}

.column-blog .article div {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 16px;
}
.column-blog .article p {
	margin-bottom: 22px;
}

.column-blog .article h2 {
	margin-top: 40px;
	margin-bottom: 20px;
}

.column-blog .article h2:first-of-type {
	margin-top: 0;
}
.column-blog .article h3 {
	margin-top: 28px;
	margin-bottom: 14px;
}
.column-blog .article ul {
	margin-left: 2em;
	color: #05080d;
	list-style: disc;
}
.column-blog .article ol {
	margin-left: 1em;
	color: #05080d;
	list-style: decimal;
}
.column-blog .article ul,
ol li {
	margin-bottom: 12px;
}
.column-blog .article a {
	color: #3089f0;
}
.column-blog .article a:hover {
	color: #3089f0;
}
.column-blog .article a:focus {
	color: #3089f0;
}
.column-blog .article img {
	display: block;
	margin: 0 auto;
	margin-top: 32px;
	margin-bottom: 32px;
	max-width: 100%;
	/* max-height: 400px; */
	object-fit: cover;
	/* border: 1px solid #d2d4d8; */
	cursor: zoom-in;
	border-radius: 10px !important;
	border: 1px solid rgb(209, 212, 219) !important;
}

.column-blog .blog-index-title {
	font-size: 52px;
}
.column-blog .article-header-list-title {
	font-size: 18px;
	line-height: 1.3;
	color: #171a22;
}
.column-blog .article-list-title {
	font-size: 22px;
	line-height: 32px;
	color: #171a22;
}
.column-blog .article-list-title:hover {
	color: #11a683;
}
.column-blog .article-intro {
	font-size: 16px;
	line-height: 26px;
	color: #3e424b;
}
.column-blog .article-author {
	color: #898d9a;
}
.column-blog .article-list-img {
	object-fit: cover;
	width: 100%;
	height: 180px;
	border-radius: 10px;
}

.column-blog .blog-author {
	/* max-width: 1006px !important;
	padding-right: 135px !important; */
}

.column-blog .author-card {
	background-color: #f8f9fb;
	padding: 20px;
	border-radius: 12px;
}

.column-blog .more-on-title {
	font-size: 36px;
	line-height: 42px;
	font-style: normal;
	font-weight: 700;
}
.column-blog .more-on-list-title {
	font-size: 18px;
	line-height: 32px;
	font-style: normal;
	font-weight: 700;
}

@media (max-width: 768px) {
	.column-blog .blog-detail-header .blog-banner {
		width: 100%;
		height: auto;
	}
	.column-blog .sub-form {
		width: 100%;
	}
	.column-blog .blog-detail-footer {
		padding-top: 89px;
	}
	.column-blog .blog-detail-footer .title {
		font-size: 36px;
	}
	.column-blog .article-list-img {
		height: auto;
	}
	.column-blog .article-container {
		display: block;
	}
	.column-blog .article-container .article-menu {
		position: static;
		width: 100%;
		padding: 0 44px;
	}
	.column-blog .article-container .article-menu .article-share {
		display: none;
	}
}

@media (max-width: 640px) {
	.column-blog .article-container .article-menu {
		position: static;
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 1367px) {
	.column-blog .article-content .header-content {
		width: 100%;
		flex: 1;
	}
}
.column-blog table {
	display: table;
	border-width: 1px;
	border-spacing: 2px;
}
.column-blog * + table {
	margin-top: 14px;
}
.column-blog tr {
	display: table-row;
}
.column-blog thead {
	display: table-header-group;
}
.column-blog tbody {
	display: table-row-group;
}
.column-blog tfoot {
	display: table-footer-group;
}
.column-blog col {
	display: table-column;
}
.column-blog colgroup {
	display: table-column-group;
}
.column-blog td,
.column-blog th {
	display: table-cell;
	border-width: 1px;
	padding: 8px 10px;
}
.column-blog td p,
.column-blog th p {
	margin: 0;
}
.column-blog td p + p,
.column-blog th p + p {
	margin-top: 10px;
}
.column-blog caption {
	display: table-caption;
}
.column-blog th {
	font-weight: bolder;
	text-align: center;
}
.column-blog caption {
	text-align: center;
}
.column-blog thead,
.column-blog tbody,
.column-blog tfoot {
	vertical-align: middle;
}
.column-blog td,
.column-blog th,
.column-blog tr {
	vertical-align: inherit;
}
.column-blog .article td div {
	margin-bottom: 0;
}

.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 5px solid #fff;
	border-radius: 6px;
}
.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 1100;
	transition: all 1s;
	display: none;
}
.imgbox:hover {
	cursor: zoom-in;
}
.mask:hover {
	cursor: zoom-out;
}
.bigimg:hover {
	cursor: move;
}
.mask > img {
	position: fixed;
	right: 8px;
	top: 8px;
	width: 28px;
}
.mask > img:hover {
	cursor: pointer;
}
.max-h-100 {
	max-height: 360px;
}
.hover\:text-primary:hover {
	color: var(--primary) !important;
}
.hover\:text-primary:hover span {
	color: var(--primary) !important;
}

.column-blog h1 {
	font-size: 48px;
	line-height: 60px;
	font-style: normal;
	font-weight: 800;
}

.column-blog h2 {
	font-size: 36px;
	line-height: 42px;
	font-style: normal;
	font-weight: 700;
}

.column-blog h3 {
	font-size: 24px;
	line-height: 32px;
	font-style: normal;
	font-weight: 700;
}

.column-blog video {
	max-width: 100%;
	display: inline-block !important;
}

.column-blog .article-content p {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
}

.column-blog .desc {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #46505c;
}

.column-blog .limit-line-1 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.column-blog .limit-line-2 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.column-blog .limit-line-3 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.column-blog .img-wrap {
	width: 160px;
	height: 84px;
	border-radius: 6px;
	overflow: hidden;
	object-fit: cover;
}

.column-blog .home-find-bg {
	background: #7be099;
}

.column-blog .home-find-icon {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.column-blog .column-item {
	padding: 8px 15px;
	height: 41px;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #f6f7f8;
}

.column-blog .blog-detail-header h1 {
  font-size: 48px;
  line-height: 60px;
  font-style: normal;
  font-weight: 700;
}
.column-blog .blog-detail-header {
	min-height: 226px;
	background: #e5f2ff;
	background-size: 100% 100%;
}

.column-blog .blog-detail-header .text-header-gray {
	color: #171a22;
}
.column-blog .blog-detail-header .info {
	color: #171a22;
}
.column-blog .blog-container-wrap {
	max-width: 1007px;
	margin: 0 auto;
	position: relative;
}
.column-blog .blog-container-footer-wrap {
	max-width: 1113px;
	margin: 0 auto;
}

.column-blog .blog-detail-header .blog-banner {
	width: 200px;
}
.column-blog-card {
	min-width: 430px;
	position: absolute;
	right: 0px;
	top: 80px;
	border-radius: 6px;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	border: 1px solid #e5e5e5;
	opacity: 0;
	animation-duration: 1s;
	animation-name: iAjNNh;
	animation-timing-function: ease-in-out;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	font-size: 14px;
	background-color: #fff;
}
/* common index column end */

/* wt series start */
.wt-body-max-width,
.wt-max-width-tv {
	max-width: 1520px;
	margin: 0 auto;
}
@media only screen and (min-width: 0){
  .wt-pl-xs-2 {
    padding-left: 12px !important;
}
.wt-pr-xs-2 {
    padding-right: 12px !important;
}
}
@media only screen and (min-width: 640px){
  .wt-pl-md-4 {
    padding-left: 24px !important;
}
.wt-pr-md-4 {
    padding-right: 24px !important;
}
}
@media only screen and (min-width: 900px){
  .wt-pl-lg-6 {
    padding-left: 36px !important;
}
.wt-pr-lg-6 {
    padding-right: 36px !important;
}
}

/* wt series end */

/* header-footer nav start */
.hoverwhite-30:hover {
  background: #ffffff35;
}
.head-pop{
  background:#2A2A2A;
}
.head-pop .inner-top{
  background:#101010;
}
.head-pop .inner-top{
  color:#ffffff;
}
.head-pop .inner-top .desc{
  color:#888888;
}
.head-pop .inner-link{
  color:#ffffff;
}
.inner-top:hover,
.inner-top:hover .desc,
.inner-top:hover .inner-link {
  color: var(--primary);
}
.nav-textshadow {
  text-shadow:0px 0px 5px rgba(0,0,0,25);
}
@media (hover: hover) {
    .group-hover\/child\:text-primary:is(:where(.group\/child):hover *) {
        color: var(--color-primary);
    }
}
.highlight{
  color: var(--primary);
  opacity: .8;
}

.group-navitem:hover .group-innersvg {
  rotate: -180deg;
}
.transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
}
/* header-footer nav end */
