.header {
  position: relative;
  font-family: Geologica;
}

@media (max-width: 991.98px) {
  .header .navbar-collapse.collapse:not(.show) {
    display: none;
  }
}

.header .navbar-toggler {
  display: none;
}

.header .navbar-toggler.collapsed .navbar-toggler-icon {
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6h16M4 12.5h16M4 19h16" stroke="%23081A2D" stroke-width="1.5" stroke-linecap="round"/></svg>');
}

.header .navbar-toggler .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.298 17.305L6.692 6.698M6.688 17.302L17.295 6.695" stroke="%23081A2D" stroke-width="1.5" stroke-linecap="round"/></svg>');
}

@media (max-width: 991.98px) {
  .header .navbar-toggler {
    display: block;
  }
}

.header .navbar-cont {
  flex-wrap: wrap;
}

.header .navbar-cont .navbar-collapse {
  order: 1;
  flex-basis: 100%;
  flex-grow: 1;
  position: relative;
}

.header .navbar-cont .navbar-collapse::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: rgba(141, 150, 164, 0.3019607843);
  position: absolute;
  top: 0;
  left: calc((-100vw + 100%) / 2);
}

.header .navbar-brand {
  height: 60px;
}

.header .navbar-brand img {
  width: 92px;
  height: 32px;
}

.header .drop-menu {
  position: relative;
}

.header .drop-menu .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.header .drop-menu .nav-link::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 5.25L7 8.75l3.5-3.5" stroke="%23081A2D" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.header .drop-menu .menu {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: #fff;
}

.header .drop-menu.active .menu {
  max-height: 1500px;
}

.header .drop-menu.active .nav-link {
  color: #2d65ff;
}

.header .drop-menu.active .nav-link::after {
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 5.25L7 8.75l3.5-3.5" stroke="%232D65FF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.header .nav-link {
  text-decoration: none;
}

.header .search-icon svg {
  width: 20px;
  height: 20px;
}

.header .search-icon:hover svg {
  color: #2d65ff;
}

@media (min-width: 992px) {
  .header .navbar-cont {
    flex-wrap: nowrap;
    gap: 16px;
  }

  .header .navbar-cont .navbar-collapse {
    order: 0;
    flex-basis: auto;
  }

  .header .navbar-cont .navbar-collapse::before {
    display: none;
  }

  .header .navbar-nav .nav-link {
    padding: 0 8px;
    height: 60px;
    line-height: 60px;
  }

  .header .drop-menu .menu {
    width: max-content;
    position: absolute;
    top: 101%;
    left: 0;
    z-index: 60;
    max-height: 0;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: none;
  }

  .header .drop-menu .nav-link {
    gap: 4px;
  }

  .header .drop-menu .nav-link::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.121 7.06l-4.06 4.061L4 7.061" stroke="%23081A2D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }

  .header .drop-menu:hover .menu {
    max-height: 800px;
    border: 1px solid rgba(141, 150, 164, 0.3019607843);
    display: block;
  }

  .header .drop-menu:hover .nav-link {
    color: #2d65ff;
  }

  .header .drop-menu:hover .nav-link::after {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.121 7.06l-4.06 4.061L4 7.061" stroke="%232D65FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    transform: rotate(-180deg);
  }
}

@media (min-width: 1280px) {
  .header .navbar-cont {
    gap: 32px;
  }

  .header .navbar-brand img {
    width: 92px;
    height: 32px;
  }

  .header .navbar-nav .nav-link {
    padding: 0 8px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }

  .header .search-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1600px) {
  .header .navbar-cont {
    gap: 56px;
  }

  .header .navbar-brand img {
    width: 132px;
    height: 46px;
  }

  .header .navbar-nav .nav-link {
    padding: 0 12px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
  }

  .header .search-icon svg {
    width: 28px;
    height: 28px;
  }
}

footer a {
  color: #8d96a4;
  text-decoration: none;
  font-size: 14px;
}

footer a:hover {
  color: #fff;
}

@media (min-width: 1600px) {
  footer a {
    font-size: 16px;
  }
}

footer .link-cont .title {
  position: relative;
}

footer .link-cont .title::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 7.5l5 5 5-5" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.2s all linear;
}

footer .link-cont .title.active::after {
  transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 992px) {
  footer .link-cont .title::after {
    display: none;
  }
}

footer .link-cont .title+ul {
  margin: 0;
  font-size: 14px;
}

@media (min-width: 1600px) {
  footer .link-cont .title+ul {
    font-size: 16px;
  }
}

footer .link-cont .title.active+ul {
  max-height: 300px;
}

footer .link-cont ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height linear 0.2s;
  transition: max-height linear 0.2s;
}

@media (min-width: 992px) {
  footer .link-cont ul {
    max-height: inherit;
  }
}

footer .form-wrap form {
  overflow: hidden;
}

footer .form-wrap .text-subscribe-msg,
footer .form-wrap .text-wrong-msg {
  font-size: 16px;
}

footer .form-wrap .text-subscribe-msg img,
footer .form-wrap .text-wrong-msg img {
  width: 16px;
}

footer .form-wrap [name="email"] {
  width: 100%;
  height: 50px;
  padding: 12px 18px;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: 1px solid #8d96a4;
  border-radius: 6px;
  outline: none;
}

footer .form-wrap [name="email"]::placeholder {
  color: #a2a7a9;
}

footer .form-wrap [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  border-radius: 6px;
  border: 0;
}

@media (min-width: 992px) {
  footer .form-wrap {
    width: 220px;
  }
}

@media (min-width: 1280px) {
  footer .form-wrap {
    width: 272px;
  }
}

.tabs-nav {
  display: flex;
}

.tab-btn {
  cursor: pointer;
}

.tab-btn.active {
  color: #000;
}

.tab-panel {
  display: none;
  animation: fadeIn 0.25s ease;
}

.tab-panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bs-tooltip {
  position: absolute;
  padding: 6px 12px;
  background: #fff;
  /* 茅聬搂猫鈥斺€懊奥� */
  color: #000;
  /* 忙娄鈥好λ喡澝р€溌� */
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  pointer-events: auto;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.bs-tooltip.show {
  opacity: 1;
}

.bs-tooltip .tooltip-inner {
  display: inline-block;
  max-width: 200px;
}

.bs-tooltip .tooltip-inner a:hover {
  color: #2d65ff !important;
}

/* 莽禄 卯鈥ε久Ｂ佲€澝┾€撀β奥泵︹€⒙っ┞徛嵜ヂ陈懊绰� */
.bs-tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

/* top */
.bs-tooltip[data-placement="top"] .tooltip-arrow {
  bottom: -0.4rem;
  /* 莽禄 卯鈥ε久Ｂ佲€澝┞嵚γｂ€灺っ€γ┞忊€毭柯� */
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.4rem 0.4rem 0 0.4rem;
  /* 忙露鈥溍ヂ┾€γ该┞惵モ偓鸥氓拢艩茅鈥濃€好ヂ甭矫ヂ徛久р偓鹿氓鈥犅⑩€毬ヂ库€澝βр€� */
  border-color: #fff transparent transparent transparent;
}

/* bottom */
.bs-tooltip[data-placement="bottom"] .tooltip-arrow {
  top: -0.4rem;
  /* 莽禄 卯鈥ε久Ｂ佲€澝┞嵚γｂ€灺っ€毭┞忊€毭柯� */
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.4rem 0.4rem 0 0.4rem;
  /* 忙露鈥溍ヂ┾€γ该┞惵モ偓鸥氓拢艩茅聫茠氓卢颅忙碌鈥�180deg? */
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%) rotate(180deg);
}

/* left */
.bs-tooltip[data-placement="left"] .tooltip-arrow {
  right: -0.6rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  border-width: 0.4rem 0.4rem 0 0.4rem;
  border-color: #fff transparent transparent transparent;
}

/* right */
.bs-tooltip[data-placement="right"] .tooltip-arrow {
  left: -0.6rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  border-width: 0.4rem 0.4rem 0 0.4rem;
  border-color: #fff transparent transparent transparent;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown.open .dropdown-menu {
  display: block;
}

.dropdown.open .dropdown-toggle::after {
  transform: rotate(-180deg) translateY(50%);
}

.dropdown {
  /* 茅娄茠忙鈥犈� 茅聧拧忙藛艙莽卢鈥γ伵久︹€号久粹€樏┾€濃€好� 楼莽虏炉莽鈥櫬伱ｂ€毬徝磁� */
}

.dropdown.down .dropdown-menu {
  top: 100%;
  bottom: auto;
}

.dropdown {
  /* 茅娄茠忙鈥犈� 茅聧拧忙藛艙莽卢鈥毭伵久︹€号久粹€� */
}

.dropdown.up .dropdown-menu {
  bottom: 100%;
  top: auto;
}

.dropdown .dropdown-toggle {
  min-width: 282px;
  padding: 12px;
  background-color: #fff;
  border: 1px solid rgba(141, 150, 164, 0.5019607843);
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}

.dropdown .dropdown-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 10.976l4.124-4.125 1.179 1.179L10 13.333 4.696 8.03 5.875 6.85 10 10.976z" fill="%238D96A4"/></svg>') no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.5s linear;
}

@media (min-width: 1280px) {
  .dropdown .dropdown-toggle {
    min-width: 322px;
  }
}

.dropdown .dropdown-menu {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 120px;
  padding: 4px 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 100;
  max-height: 228px;
  overflow-y: auto;
}

.dropdown .dropdown-menu .dropdown-item {
  display: block;
  padding: 6px 12px;
  cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f0f0f0;
}

/* 忙拢掳忙禄鈥犆ヂＥ� 忙聺漏忙卢鈥溍モ劉路茅聬篓氓鈥孤⒙┞嵟∶ヂ垛€犆ε∨该┞嵚ッモ€溾€灻р€⒙久┞惵モ€孤睹绰澝р€欌€∶ヂ陈懊ヂ伱┾€斺€γヂ库€澝モ€奥懊ヂＣ裁ヂ� */
/* 茅鈥樎访佲€灻р€⒙久β垛€澝ヂぢ惷€撀伱┾€樎姑柯� 茅聧鈩⒚嗏劉盲潞鈥櫭┾€斺€γヂ库€澝モ€奥懊ヂＣ裁ヂ� */
/* 茅鈥斺€毭ｂ€姑€好┾€濃€好β奥р€犫偓莽潞颅芒鈥毬ヂ澝Ｆ捖顾溍┾€濃€好柯�1rem茅鈥濃€好ヂも€好绰澝┡铰得⑩€毬┞徦喢柯� gap / margin / padding 莽鈥櫬伱尖€灻р€⒙幻β德Ｃ仿︹€⒙� */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-normal {
  font-size: 16px !important;
}

.small {
  font-size: 14px !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.btn {
  gap: 10px;
}

.gt-bg1 {
  background: linear-gradient(90deg, #2d65ff 0%, #bb5cf2 100%);
}

.gt-bg1.text-gt {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gt-bg2 {
  background: linear-gradient(90deg, #2d65ff 0%, #76ddff 100%);
}

.gt-bg2.text-gt {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gt-bg3 {
  background: linear-gradient(90deg, #2d65ff 0%, #bb5cf2 60%, #fd6a0f 100%);
}

.gt-bg3.text-gt {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.btn-primary:hover {
  background: #1549d7;
}

.btn.btn-background {
  border: 0;
  background: url("https://images.pdnob.com/images2026/btn-bg.png"), #2d65ff;
  background-size: cover;
}

.btn.btn-background:hover {
  background:
    url("https://images.pdnob.com/images2026/btn-bg-hover.png"), #1549d7;
  background-size: cover;
}

.ft-rs1 {
  font-size: 14px;
}

.ft-rs3 {
  font-size: 18px;
}

.ft-rs4 {
  font-size: 20px;
}

.ft-rs5 {
  font-size: 14px;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-no-b {
  padding-top: 80px;
}

.pb-no-t {
  padding-bottom: 80px;
}

.swiper-pagination {
  position: inherit !important;
  background: rgba(135, 139, 141, 0.4);
  width: max-content !important;
  margin: 0 auto;
  border-radius: 40px;
  padding: 8px 16px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination span {
  width: 6px;
  height: 6px;
  background: #ffffff;
  opacity: 0.5;
  margin: 0 2px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  opacity: 1;
}

.link-hover:hover {
  text-decoration: none;
}

.link-hover:hover svg {
  color: #2d65ff;
}

@media (min-width: 1280px) {
  .ft-rs1 {
    font-size: 16px;
  }

  .ft-rs2 {
    font-size: 20px;
  }

  .ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pt-no-b {
    padding-top: 120px;
  }

  .pb-no-t {
    padding-bottom: 120px;
  }
}

@media (min-width: 1600px) {
  .ft-rs1 {
    font-size: 18px;
  }

  .ft-rs2 {
    font-size: 24px;
  }

  .ft-rs3 {
    font-size: 20px;
  }

  .ft-rs5 {
    font-size: 16px;
  }

  .ptb {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .pt-no-b {
    padding-top: 140px;
  }

  .pb-no-t {
    padding-bottom: 140px;
  }
}

footer .ft-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

@media (min-width: 1600px) {
  footer .ft-top img {
    height: 72px;
  }
}

footer .ft-logo p {
  max-width: 304px;
}

footer .ft-center {
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

footer .ft-center .center-lft {
  flex: 1;
}

footer .ft-center .center-rgt {
  width: 100%;
  max-width: 342px;
}

footer .ft-center .center-rgt .btn {
  width: 100%;
  background: rgba(97, 108, 125, 0.6);
  border-radius: 12px;
}

footer .ft-center .center-rgt .btn .tip {
  color: rgba(255, 255, 255, 0.8);
}

footer .ft-center .center-rgt .btn:hover {
  background: rgba(97, 108, 125, 0.4);
}

@media (min-width: 992px) {
  footer .ft-center {
    gap: 24px;
  }

  footer .ft-center .center-rgt {
    width: 220px;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  footer .ft-center {
    gap: 50px;
  }

  footer .ft-center .center-rgt {
    width: 272px;
  }
}

@media (min-width: 1600px) {
  footer .ft-center {
    gap: 156px;
  }
}

.header {
  border-bottom: 1px solid #f7f8fd;
}

@media (max-width: 991.98px) {
  .header .navbar {
    max-height: 100vh;
    overflow: auto;
  }
}

.header .navbar-nav .nav-link {
  font-size: 14px;
}

.header .badge {
  display: inline-block;
  padding: 2px 4px;
  background: linear-gradient(90deg,
      rgba(45, 101, 255, 0.2) 0%,
      rgba(118, 221, 255, 0.2) 100%);
  border-radius: 8px 1px 8px 1px;
  top: -8px;
  margin-left: 4px;
}

.header .drop-menu .menu .online li:not(:last-child) {
  margin-bottom: 8px;
}

.header .drop-menu .menu .link-item:hover {
  background: rgba(45, 101, 255, 0.0784313725);
  border-radius: 8px;
  color: #081a2d;
  text-decoration: none;
}

.header .drop-menu .porduct-menu .desktop .badge {
  display: inline-block;
  padding: 2px 4px;
  background: linear-gradient(90deg,
      rgba(45, 101, 255, 0.2) 0%,
      rgba(187, 92, 242, 0.2) 100%);
  border-radius: 8px 1px 8px 1px;
  top: -8px;
  margin-left: 4px;
}

.header .drop-menu .porduct-menu .desktop .badge i {
  padding-right: 0.2em;
}

.header .drop-menu .porduct-menu .desktop,
.header .drop-menu .porduct-menu .mobile {
  width: 250px;
}

.header .drop-menu .porduct-menu .desktop .product_item svg,
.header .drop-menu .porduct-menu .mobile .product_item svg {
  flex-shrink: 0;
}

.header .drop-menu .porduct-menu .desktop .product_item:hover,
.header .drop-menu .porduct-menu .mobile .product_item:hover {
  background: rgba(45, 101, 255, 0.0784313725);
  border-radius: 12px;
  color: #081a2d;
  text-decoration: none;
}

.header .drop-menu .porduct-menu .new {
  border-top: 1px solid rgba(141, 150, 164, 0.3019607843);
}

.header .drop-menu .porduct-menu .new .badge {
  background: linear-gradient(90deg,
      rgba(45, 101, 255, 0.2) 0%,
      rgba(187, 92, 242, 0.2) 100%);
}

.header .drop-menu .features-menu .online {
  width: 192px;
}

.header .drop-menu .online-menu .online {
  width: 150px;
}

.header .drop-menu .avatar-pic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.header .drop-menu .no-after::after {
  display: none !important;
}

@media (min-width: 992px) {

  .header .drop-menu .porduct-menu .desktop,
  .header .drop-menu .porduct-menu .mobile {
    width: 212px;
  }

  .header .drop-menu .porduct-menu .new {
    border-left: 1px solid rgba(141, 150, 164, 0.3019607843);
    border-top: 0;
  }

  .header .drop-menu .porduct-menu .new img {
    width: 234px;
    height: 104px;
  }

  .header .drop-menu .features-menu .online {
    width: 168px;
  }

  .header .drop-menu .knowledge {
    width: 622px;
    border-left: 1px solid rgba(141, 150, 164, 0.3019607843);
  }

  .header .drop-menu .avatar-pic {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 1280px) {
  .header .header-download {
    font-size: 12px;
  }

  .header .drop-menu .porduct-menu .desktop,
  .header .drop-menu .porduct-menu .mobile {
    width: 250px;
  }

  .header .drop-menu .porduct-menu .new img {
    width: 288px;
    height: 128px;
  }

  .header .drop-menu .features-menu .online {
    width: 192px;
  }

  .header .drop-menu .online-menu .online {
    width: 160px;
  }

  .header .drop-menu .knowledge {
    width: 622px;
  }
}

@media (min-width: 1600px) {
  .header .navbar-nav .nav-link {
    font-size: 16px;
  }

  .header .header-download {
    font-size: 14px;
  }

  .header .search-icon svg {
    width: 28px;
    height: 28px;
  }

  .header .drop-menu .avatar-pic {
    width: 32px;
    height: 32px;
  }
}