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;
}
.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) !important;
  border-radius: 0px !important;
}

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

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

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

.bg-blue-1000 {
  background-color: #2184fd;
}
.bg-blue-1200 {
  background-color: #66b1ff;
}

.text-black {
  color: #000000;
}
.text-black-100 {
  color: #191919;
}
.text-gray-600 {
  color: #666;
}

.text-blue-1000 {
  color: #2184fd;
}
.border-blue-1000 {
  border-color: #2184fd;
}

.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: 0 8px !important;
}
.swiper-pagination-bullet-active {
  background: #2184fd !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;
}

.bg-linear {
  background: #f3f7ff;
}

.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: #2184fd !important;
}
.editor-content a:hover {
  text-decoration: underline;
  color: #2184fd !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;
}

.footer ul li {
  font-size: 0;
}

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

.hover\:text-blue-400:hover {
  color: #2184fd !important;
}

/* footer language */
.language-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 18px 20px;
  margin-top: 20px;
}
.language-list a {
  font-size: 14px;
  color: #191919;
  line-height: 28px;
}
.language-list a.language-actived {
  font-weight: 800;
  font-family: 'Metropolis';
}
.language-list a:hover,
.language-list a.language-actived {
  color: #2184fd;
  opacity: 1;
}
.language-list a.language-actived:hover {
  opacity: 0.85;
}
/* footer language end */

/* header */
.header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
}

.header-shadow {
  box-shadow: 0 15px 50px -10px rgba(99, 99, 99, 0.11);
}

.header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1430px;
  margin: 0 auto;
  padding: 14px 10px;
}

.header .header-wrap .logo {
  flex-shrink: 0;
  width: 144px;
  height: 40px;
  font-size: 0;
  flex: 1 1 0%;
}

.header .header-wrap .logo img {
  height: 40px;
}

.header .header-wrap .r-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* flex: 1;
  width: 0; */
  flex: 1 1 0%;
}

.header .header-wrap .menu {
  display: flex;
  align-items: center;
  grid-gap: 40px;
}

.header .header-wrap .menu .menu-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  height: 54px;
  padding: 0 12px;
  border-radius: 6px;
  min-width: 110px;
}

.header .header-wrap .menu .menu-item span {
  font-size: 16px;
  color: #191919;
  line-height: 54px;
}

.header .header-wrap .menu .menu-item svg {
  width: 22px;
  height: 22px;
  margin-right: 14px;
  fill: #191919;
}

.header .header-wrap .menu .menu-item:hover {
  background-color: #e9f3ff;
  opacity: 1;
}

.header .header-wrap .menu .menu-item:hover span {
  color: #2184fd;
}

.header .header-wrap .menu .menu-item:hover svg {
  fill: #2184fd;
}

.header .header-wrap .menu .menu-item + .menu-item {
  margin-top: 6px;
}

.header .header-wrap .menu .menu-box {
  position: relative;
}

.header .header-wrap .menu .menu-box .menu-link,
.header .header-wrap .menu .menu-box .menu-top {
  color: #191919;
  cursor: pointer;
}

.header .header-wrap .menu .menu-box .menu-top span,
.header .header-wrap .menu .menu-box .menu-link {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
  white-space: nowrap;
}

.header .header-wrap .menu .menu-box .menu-top {
  display: flex;
  align-items: center;
}

.header .header-wrap .menu .menu-box .menu-top span + svg {
  margin-left: 8px;
  width: 12px;
  height: 7px;
  fill: #191919;
  transition: all 0.2s;
}

.header .header-wrap .menu .menu-box:hover .menu-top,
.header .header-wrap .menu .menu-box .menu-link:hover {
  color: #2184fd;
}

.header .header-wrap .menu .menu-box:hover .menu-top svg {
  fill: #2184fd;
  transform: rotate(180deg);
}

.header .header-wrap .menu .menu-box .menu-list {
  position: absolute;
  display: none;
  top: 44px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  border: 1px solid #eaeaeb;
  padding: 18px;
  background: #fff;
}

.header .header-wrap .menu .menu-box:hover .menu-list {
  display: block;
}

.header .header-wrap .menu .menu-box .menu-list .popper__arrow {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-bottom: 6px solid #ccc;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateX(-50%);
  filter: drop-shadow(0 2px 12px 0px rgba(0, 0, 0, 0.03));
}

.header .header-wrap .menu .menu-box .menu-list .popper__arrow:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translate(-50%, 106%);
}

.to-login-in {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s;
  color: #151e3a;
  border-radius: 6px;
  flex: 0 auto;
  padding: 8px 12px;
  height: 40px;
  font-size: 18px;
}

.to-login-in:hover {
  opacity: 1;
  background: #e9f3ff;
  color: #2184fd;
}

.to-register-in {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 4px;
  flex-shrink: 0;
  font-size: 18px;
  background: #2184fd;
  margin-left: 20px;
  color: #fff;
  padding: 0 20px;
}

.to-register-in:hover {
  opacity: 1;
  background: #4d9dfd;
  border-color: #4d9dfd;
  color: #fff;
}

.header-wrap .menu-btn {
  display: none;
}
.menu-drawer {
  display: none;
  position: fixed;
  top: 68px;
  left: 0;
  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;
}

.menu-drawer-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

.nav-box {
  padding: 0 20px 0;
}

.bOverHide {
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  .header .header-wrap .to-install {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1240px) {
  .header .header-wrap .to-register-in {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header-wrap .menu {
    grid-gap: 30px;
  }
  .header .header-wrap .logo img {
    height: 36px;
  }

  .header .header-wrap .r-menu {
    justify-content: flex-end;
  }

  .header .header-wrap .to-install {
    margin-left: 0;
  }

  .menu-drawer .nav-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
  }

  .menu-drawer .nav-box .menu .nav-item {
    display: block;
    font-size: 14px;
    color: #191919;
    line-height: 16px;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
  }

  .menu-drawer .nav-box .menu .nav-item:hover {
    opacity: 0.85;
  }

  .menu-drawer .nav-box .menu .nav-item + .nav-item {
    border-top: 1px solid #e9ebf1;
  }

  .menu-drawer .nav-box .d-ctrl {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }

  .menu-drawer .nav-box .to-login-in,
  .menu-drawer .nav-box .to-register-in {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 4px;
    flex: 1;
    font-size: 14px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 1000px) {
  .header .header-wrap .menu {
    display: none;
  }
  .header-wrap .menu-btn {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: rotate(0deg);
    overflow: hidden;
  }
  .header-wrap .menu-btn:hover {
    opacity: 0.85;
  }
  .header-wrap .menu-btn .nav {
    width: 26px;
    height: 26px;
  }
  .header-wrap .menu-btn .nav.navHide {
    display: none;
  }
  .header-wrap .menu-btn .nav.navShow {
    display: block;
  }
  .header-wrap .menu-btn.visible {
    transform: rotate(90deg);
  }
  .header-wrap .menu-btn.visible .nav.navHide {
    display: block;
  }
  .header-wrap .menu-btn.visible .nav.navShow {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .header .header-wrap .logo,
  .header .header-wrap .r-menu {
    flex-shrink: 0;
    flex: 0 1 auto;
  }
}
@media only screen and (max-width: 768px) {
  .header .header-wrap .menu {
    display: none;
  }

  .header-wrap .menu-btn {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: rotate(0deg);
    overflow: hidden;
  }

  .header-wrap .menu-btn:hover {
    opacity: 0.85;
  }

  .header-wrap .menu-btn .nav {
    width: 26px;
    height: 26px;
  }

  .header-wrap .menu-btn .nav.navHide {
    display: none;
  }

  .header-wrap .menu-btn .nav.navShow {
    display: block;
  }

  .header-wrap .menu-btn.visible {
    transform: rotate(90deg);
  }

  .header-wrap .menu-btn.visible .nav.navHide {
    display: block;
  }

  .header-wrap .menu-btn.visible .nav.navShow {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .header .header-wrap .to-login-in,
  .header .header-wrap .to-register-in {
    display: none;
  }
  .to-login-in {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #191919;
  }

  .to-login-in:hover {
    color: #2184fd;
    border-color: #bcdafe;
    background-color: #e9f3ff;
  }

  .to-register-in {
    margin-left: 0;
  }

  .menu-drawer .nav-box .d-ctrl {
    display: flex;
    padding-bottom: 20px;
    grid-gap: 14px;
  }
}
/* header end */

/* 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;
}

.footer,
main,
.tool-item {
  content-visibility: auto;
}
.body-max-width {
  max-width: 1430px;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.h-60px {
  height: 60px;
}
.text-26 {
  font-size: 26px;
}

.-mt-0\.5 {
  margin-top: -0.125rem;
}
@media (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }
}
@media (min-width: 1536px) {
  .\32xl\:block {
    display: block;
  }
}
.sales-banner {
  background: url("../images/sale_01.webp");
  background-size: 100% 100%;
}
.sales-banner .limitedTimeOffer {
    background: #ffd900;
    border-radius: 25px 25px 25px 25px;}
.sales-banner .limitedTimeOffer img {
  width: 9px;
  height: 14px;
}
.sales-banner .limitedTimeOffer span {
  font-size: 13px;
  color: #ee0001;
}

.sales-banner .close-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 0;
  background: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  margin-left: 12px;
  font-weight: 600;
}
.sales-banner .close-btn:hover {
  background: rgba(249, 173, 20, 0.12);
  color: #2184FD;
}
