main {
  background: #F6FBFF;
}

#sec-1 .popup-video-group [data-toggle="popup-video"]:hover {
  color: #f50 !important;
}

.header {
  background: #f3fbfe;
}

.header .navbar .menu {
  background: #f3fbfe;
}

@media (min-width: 992px) {
  #sec-1 .btn-primary {
    min-width: 240px;
  }

  [data-dev="mobile"] #sec-1 .btn-outline-primary {
    min-width: 240px;
  }
}

/*---discount start---*/
.discount-off {
  position: relative;
  border-radius: 14px;
}

.discount-off::after {
  content: "30% OFF";
  height: 18px;
  line-height: 18px;
  color: #fff;
  background: linear-gradient(180deg, #FFAC5F 0%, #FF6711 100%);
  padding: 0 30px;
  position: absolute;
  top: 13px;
  right: -33px;
  transform: rotate(45deg);
  letter-spacing: -0.48px;
  font-size: 12px;
  font-weight: 700;
}

/*----discount end---*/
#sec-1 .hot-icon {
  display: inline-block;
  height: 16px;
  line-height: 16px !important;
  z-index: 1;
  margin-left: 6px;
  font-style: italic;
  font-weight: 700;
  color: #fff !important;
  padding: 0 8px 0 6px;
  background: linear-gradient(34.31deg, #FF5500 4.69%, #FFCF1B 124.17%);
  border-radius: 8px 8px 8px 0;
}

#sec-1 .hot-icon::before {
  content: none !important;
}

.fade-in {
  pointer-events: auto !important;
}

@font-face {
  font-family: 'Imprint MT Shadow';
  /* 字体的名称 */
  src: url('https://assets.afirstsoft.com/rn-ui-live/fonts/Imprint.TTF') format('truetype');
  /* 字体文件的路径和格式 */
  font-weight: normal;
  /* 字体的粗细，通常是normal或bold */
  font-style: normal;
  /* 字体的风格，通常是normal或italic */
  font-display: swap;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body a {
  color: inherit;
  text-decoration: underline;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body a:hover {
  color: inherit
}

.black-friday {
  display: none !important;
}

.tooltip {
  margin-left: -24px !important;
}

.tooltip .tooltip-arrow::before {
  content: none !important;
}

.tooltip .tooltip-inner {
  background-color: #212121;
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
}

.tooltip .language-list a {
  color: #a2a7a9;
}

.tooltip .language-list a:hover {
  color: #fff;
}

video {
  clip-path: inset(-1px -1px);
}

video:focus {
  outline: none;
}

.colorful-border-test {
  font-size: 14px;
  background: linear-gradient(74.14deg, #0009FF 23.83%, #2D7DFF 79.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 20px;
  height: 32px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  font-weight: 500;
}

.colorful-border-test::after {
  content: '';
  width: 79px;
  height: 8px;
  background: url('https://images.tenorshare.com/products/pdf-editor/ai-powered-bg.webp') no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  bottom: 5px;
}

h1,
.h1 {
  font-size: 32px;
  color: #212121;
  font-weight: 900;
  line-height: 140%;
}

h2,
.h2 {
  margin: 0 auto;
  color: #212121;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

@media (min-width: 992px) {

  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }
}

@media (min-width: 1600px) {

  h1,
  .h1 {
    font-size: 48px;
  }

  h2,
  .h2 {
    font-size: 48px;
  }

  h3,
  .h3 {
    font-size: 40px;
  }
}

a.hover-bottom-line {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: fit-content;
}

a.hover-bottom-line::after {
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #f50;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.hover-bottom-line:hover {
  text-decoration: none;
  color: #f50;
}

a.hover-bottom-line:hover::after {
  left: 0;
  height: 2px;
  background-color: #f50;
}

.ms-32 {
  margin-left: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.btn-29 :after,
.btn-29 :before,
.btn-29:after,
.btn-29:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-29 {
  -webkit-tap-highlight-color: transparent;

  background-image: none;
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
}

.btn-29:disabled {
  cursor: default;
}

.btn-29:-moz-focusring {
  outline: auto;
}

.btn-29 svg {
  display: block;
  vertical-align: middle;
}

.btn-29 [hidden] {
  display: none;
}

.btn-29 {
  --tilt: 30px;
  place-content: center;
}

.btn-outline-black.btn-29:hover {
  border: 2px solid #2b2b2b;
}

.btn-29:hover {}

.btn-29.btn-blue {
  border: 2px solid #0670fb;
}

.btn-29.btn-blue:active,
.btn-29.btn-blue:focus {
  color: #fff;
  background-color: #1f7efb;
  border-color: #1f7efb;
}

.btn-29.btn-purple {
  border: 2px solid #6767ff;
}

.btn-29,
.btn-29 .text-container {
  overflow: hidden;
  position: relative;
}

.btn-29 .text-container {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-29 .text {
  display: block;
  font-weight: 600;
  position: relative;
}

.btn-29:hover .text {
  -webkit-animation: move-right-alternate 0.3s ease forwards;
  animation: move-right-alternate 0.3s ease forwards;
  color: #f50;
}

.btn-29.btn-blue:hover .text {
  color: #0670fb;
}

.btn-29.btn-purple:hover .text {
  color: #6767ff;
}

.btn-29.btn-outline-black:hover .text {
  color: #fff;
}

.btn-29:before {
  -webkit-animation: move-out 0.3s ease;
  animation: move-out 0.3s ease;
  background: #fff;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
  content: "";
  height: 100%;
  left: calc(-100% - var(--tilt));
  position: absolute;
  top: 0;
  width: calc(100% + var(--tilt));
}

.btn-29.btn-outline-black:before {
  background: #212121;
}

.btn-29:hover:before {
  -webkit-animation: move-in 0.3s ease forwards;
  animation: move-in 0.3s ease forwards;
}

@-webkit-keyframes move-in {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes move-in {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@-webkit-keyframes move-out {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(200%);
  }
}

@keyframes move-out {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(200%);
  }
}

#tech-spec .content-wrap {
  margin-top: 60px;
}

#tech-spec .item {
  border-radius: 12px;
  background: rgba(180, 211, 255, 0.24);
  height: 100%;
  padding: 32px;
}

#tech-spec .item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

#tech-spec .item p span:nth-child(1) {
  font-weight: 600;
}

#tech-spec .item .tit {
  opacity: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}

#tech-spec .item .sec-tit {
  opacity: 1;
  margin-top: 28px;
  font-weight: 600;
}

#tech-spec .item svg {
  flex-shrink: 0;
}

#faq-part-content-2 .item {
  border-radius: 12px;
  padding: 32px;
  background: rgba(180, 211, 255, 0.24);
}

#faq-part-content-2 .item .tit {
  color: #212121;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}

#faq-part-content-2 .item ul {
  margin-top: 2px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

#faq-part-content-2 .item ul li {
  margin-top: 28px;
  color: #212121;
  font-size: 18px;
  font-weight: 400;
}

#faq-part-content-2 .item ul li a {
  line-height: 150%;
  /* 27px */
  display: block;
}

#faq-part-content-2 .item.item-2 ul li {
  margin-top: 24px;
}

#pro-guide {
  padding: 64px 0;
}

#pro-guide h2 {
  max-width: 100%;
}

#pro-guide .swiper-btn {
  width: 20px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  min-width: 24px;
  transition: all 0.5s;
}

#pro-guide .swiper-btn.reverse {
  transform: rotate(180deg);
}

#pro-guide .nav-contanier {
  margin: 76px auto 0;
}

#pro-guide .nav-contanier .nav-contanier-content {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

#pro-guide .nav-contanier .nav-contanier-content::-webkit-scrollbar {
  display: none;
}

#pro-guide .view-link {
  font-size: 16px;
}

@media (min-width: 992px) {
  #pro-guide .nav-contanier {
    margin: 72px auto 0;
  }

  #pro-guide .nav-contanier::after {
    height: 4px;
  }

  #pro-guide .view-link {
    font-size: 18px;
  }
}

#pro-guide #faq-part-3 .item {
  border-radius: 12px;
  background: rgba(180, 211, 255, 0.16);
  height: 100%;
  padding: 32px;
}

#pro-guide #faq-part-3 .item p {
  opacity: 0.8;
  color: var(--unnamed, #212121);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

#pro-guide #faq-part-3 .item .tit {
  opacity: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}

#pro-guide #faq-part-3 .item .sec-tit {
  opacity: 1;
  margin-top: 28px;
  font-weight: 600;
}

#pro-guide .nav {
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
}

#pro-guide .nav .nav-link {
  cursor: pointer;
  line-height: 150%;
  white-space: nowrap;
  position: relative;
  text-align: center;
  color: #212121;
  font-size: 20px;
  font-weight: 500;
}

#pro-guide .nav .nav-link.active {
  color: #6767ff;
  font-weight: 600;
}

#pro-guide .nav .nav-link.active::after {
  z-index: 99;
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% - 20px);
  background: #6767ff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  #pro-guide .nav .nav-link.active::after {
    height: 4px;
  }
}

#pro-guide .nav .nav-link#purchase {
  margin-left: 100px;
}

@media (min-width: 992px) {
  #pro-guide .nav {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  #pro-guide .nav {
    font-size: 20px;
  }
}

#pro-guide .tab-content {
  margin-top: 40px;
}

@media (min-width: 992px) {
  #pro-guide .tab-content {
    margin-top: 60px;
  }
}

#pro-guide .contact {
  background-image: url("https://images.tenorshare.com/ts-2023/support/bg-img3-mobile.png");
  color: white;
  margin-top: 137px;
  border-radius: 12px;
  padding: 0 14px 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#pro-guide .contact .mobile-person {
  margin-top: -78px;
}

#pro-guide .contact .text {
  max-width: 480px;
  margin-top: 16px;
  line-height: 150%;
  font-size: 1.125rem;
}

#pro-guide .contact .btn-outline-primary {
  border-color: white;
  color: white;
  margin-top: 24px;
  font-weight: 600;
  font-size: 18px;
  min-width: 200px;
  border-radius: 6px;
}

#pro-guide .contact .btn-outline-primary:hover {
  background: white;
  border-color: white;
  color: #ff5500;
}

#pro-guide .contact .img-box {
  bottom: 0;
  right: 140px;
  text-align: center;
}

#pro-guide .contact .img-box img {
  max-width: 100%;
}

@media (min-width: 992px) {
  #pro-guide .contact {
    background-image: url("https://images.tenorshare.com/ts-2023/support/bg-img3.png");
    padding: 55px 44px;
    margin-top: 214px;
  }

  #pro-guide .contact .btn-primary {
    margin-top: 36px;
  }

  #pro-guide .contact .img-box {
    position: absolute;
  }

  #pro-guide .contact .img-box img {
    max-width: 304px;
  }
}

@media (min-width: 1400px) {
  #pro-guide .contact {
    padding: 110px 80px;
    margin-top: 237px;
  }

  #pro-guide .contact .img-box img {
    max-width: 436px;
  }
}

@media (min-width: 1400px) {
  #pro-guide {
    padding: 104px 0 200px;
  }

  #pro-guide .nav-contanier {
    max-width: fit-content;
  }
}


.ms-32 {
  margin-left: 32px;
}

.mt-32 {
  margin-top: 32px;
}


#sec-1 {
  padding: 0;
  overflow: hidden;
  position: relative;
  background: url('https://images.tenorshare.com/products/pdf-editor/sec1-bg-mobile.webp') no-repeat center center;
  background-size: cover;
}

#sec-1 .content-wrap {
  position: relative;
  padding: 32px 0 4px;
}

#sec-1 .content-wrap .container {
  padding: 0 24px;
  position: relative;
  z-index: 20;
}

#sec-1 .content-wrap .container .lft {
  max-width: 100%;
}

#sec-1 .content-wrap .container .lft .sec-tit {
  font-size: 20px;
  color: #3A3A3A;
  font-weight: 500;
  line-height: 130%;
}

#sec-1 .content-wrap .container .lft .des-list {
  list-style: none;
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 400;
  line-height: 150%;
  padding-left: 32px;
  max-width: 742px;
}

#sec-1 .content-wrap .container .lft .des-list li {
  position: relative;
  color: #6C7071;
}

#sec-1 .content-wrap .container .lft .des-list li span {
  font-weight: 600;
  color: #525252;
}

#sec-1 .content-wrap .container .lft .des-list li::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('https://images.tenorshare.com/products/pdf-editor/blue-check.svg');
  background-size: cover;
  position: absolute;
  left: -24px;
}

#sec-1 .content-wrap .container .lft .des-list li:not(:last-child) {
  margin-bottom: 12px;
}

#sec-1 .reviewsBox {
  color: #6B6B6B;
}

#sec-1 #tp-video {
  position: absolute;
  bottom: 0;
  left: 54%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}


#sec-1 #tp-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#sec-1 .hot-icon {
  display: inline-block;
  height: 16px;
  line-height: 16px !important;
  z-index: 1;
  margin-left: 6px;
  font-style: italic;
  font-weight: 700;
  color: #fff !important;
  width: 45px;
  height: 17px;
  background: url('data:image/svg+xml,<svg width="45" height="17" viewBox="0 0 45 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.65446 3.26433C6.85186 1.6851 8.19432 0.5 9.78584 0.5H40.4689C42.8749 0.5 44.7364 2.60873 44.438 4.99614L43.438 12.9961C43.1878 14.9979 41.4862 16.5 39.4689 16.5H7.55936C6.20036 16.5 5.14889 15.3089 5.31745 13.9604C5.42842 13.0727 5.00512 12.2031 4.23797 11.7428L1.70729 10.2244C1.11699 9.87019 1.05275 9.03937 1.58161 8.59866L5.54334 5.29721C6.15805 4.78496 6.55521 4.05832 6.65446 3.26433Z" fill="url(%23paint0_linear_1365_11994)"/><defs><linearGradient id="paint0_linear_1365_11994" x1="11.3925" y1="16.5" x2="19.9304" y2="-13.2111" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF5500"/><stop offset="1" stop-color="%23FFCF1B"/></linearGradient></defs></svg>');
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#sec-1 .btn-outline-primary {
  position: relative;
}

#sec-1 .btn-outline-primary .text-free {
  position: absolute;
  width: 86px;
  height: 21px;
  background: url(https://images.tenorshare.com/img-2024/translate/text-free-blue2.png) no-repeat center center;
  background-size: 100% 100%;
  right: -23px;
  top: 10px;
  transform: rotate(45deg);
}

#sec-1 .btn-outline-primary .text-free span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  color: #FFFFFF;
  position: relative;
  bottom: 2px;
}

#sec-1 .ask-ai {
  perspective: 1000px;
  background:
    radial-gradient(51.82% 72.83% at -1.82% 117.39%, rgba(159, 199, 255, 0.8) 0%, rgba(147, 191, 253, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ,
    radial-gradient(45.65% 45.65% at 28.18% 30.43%, rgba(179, 170, 255, 0.24) 0%, rgba(179, 170, 255, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ,
    radial-gradient(24.09% 158.18% at -3.18% 30.43%, #E5FEFF 0%, rgba(229, 254, 255, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ,
    radial-gradient(37.09% 90.22% at 54.55% 100%, rgba(143, 221, 255, 0.24) 0%, rgba(143, 221, 255, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ,
    linear-gradient(0deg, #FAFAFF, #FAFAFF);
  border-radius: 153.04px;
  border: 1.74px solid #FFFFFF;
  padding: 3px 12px 3px 3px;
  box-shadow: 0px 20.87px 41.74px 0px #23437514, 0px 6.96px 27.83px 0px #3E71C21F, 31.76px 31.76px 84.68px 0px #00276D66;
  font-size: 12px;
  font-weight: 500;
  bottom: 19px;
  left: 7px;
}

#sec-1 .ask-ai-icon {
  width: 26px;
  height: 26px;
  top: 0 !important;
  transform-style: preserve-3d;
  transform-origin: center center;
  backface-visibility: visible;
}

#sec-1 .ask-ai .ask-ai-icon {
  /* （1,1,0）= 45° 方向轴，保持固定 */
  /* 360deg = 沿此轴完整翻转一圈，从里到外 */
  animation: flip45 1.5s ease infinite;
}

#sec-1 .tp-img-mb {
  width: 100%;
  aspect-ratio: 900 / 588;
}

#sec-1 .tp-img-mb .banner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes flip45 {
  to {
    transform: rotate3d(-1, 1, 0, 360deg);
  }
}

@media (min-width: 992px) {
  #sec-1 {
    background: url('https://images.tenorshare.com/products/pdf-editor/sec1-bg.webp') no-repeat center center;
    background-size: cover;
  }

  #sec-1 .content-wrap .container .lft .sec-tit {
    font-size: 24px;
  }

  #sec-1 .btn-primary {
    min-width: 242px;
  }

  #sec-1 .content-wrap {
    padding: 32px 0 35px;
    display: flex;
    align-items: center;
  }

  #sec-1 .content-wrap .container .lft {
    max-width: 60%;
  }

  #sec-1 .content-wrap .container .lft .des-list li::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -24px;
    top: 0;
  }

  #sec-1 .ask-ai {
    font-size: 16px;
    padding: 4px 20px 4px 4px;
    bottom: 3px;
    left: 28px;
  }

  #sec-1 .ask-ai-icon {
    width: 46px;
    height: 46px;
  }
}

@media (min-width: 1280px) {
  #sec-1 .content-wrap {
    padding: 32px 0 35px;
    background-position: right;
  }

  #sec-1 .content-wrap .container {
    padding: 0px 12px;
  }

  #sec-1 .content-wrap .container .lft {
    max-width: 660px;
  }

  #sec-1 .content-wrap .container .lft .des-list {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  #sec-1 .content-wrap {
    padding: 92px 0 25px;
  }

  #sec-1 .content-wrap .container .lft {
    max-width: 742px;
  }

  #sec-1 .content-wrap .container .lft .sec-tit {
    font-size: 24px;
  }

  #sec-1 .content-wrap .container .lft .des-list {
    max-width: 770px;
  }

  #sec-1 .content-wrap .container .lft .des-list {
    font-size: 16px;
  }

  #sec-1 .content-wrap .container .lft .des-list li::before {
    width: 24px;
    height: 24px;
    left: -30px;
  }

  #sec-1 .ask-ai {
    font-size: 26.86px;
    padding: 7px 28px 7px 7px;
  }

  #sec-1 .ask-ai-icon {
    width: 67px;
    height: 67px;
  }
}

#sec-2 {
  padding: 24px 0;
  background: #CDE3FF;
  margin-top: -1px;
}

#sec-2 .lft .item {
  padding: 3px 26px;
  background: url('https://images.tenorshare.com/products/pdf-editor/data-bg.webp') no-repeat;
  background-size: 100% 32px;
  background-position: bottom;
  color: #99A6CB;
}

#sec-2 .lft .item-2 {
  padding: 3px 20px;
}

#sec-2 .lft .item-3 {
  padding: 3px 17px;
}

#sec-2 .lft .item h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 130%;
  color: #99A6CB;
  margin-bottom: 2px;
}

#sec-2 .lft .item span {
  display: inline-block;
  width: max-content;
  font-size: 7px;
  line-height: 150%;
}

#sec-2 .lft .item:not(:last-child) {
  margin-right: 8px;
}

#sec-2 .rgt img:not(:last-child) {
  margin-right: 13px;
}

#sec-2 .rgt .icon-1 {
  max-width: 90px;
}

#sec-2 .rgt .icon-2 {
  max-width: 88px;
}

#sec-2 .rgt .icon-3 {
  max-width: 69px;
}

#sec-2 .rgt .icon-4 {
  max-width: 41px;
}

#sec-2 .review-cont img {
  max-width: 118px;
}

#sec-2 .review-cont span {
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
  color: #3a3a3a;
}

#sec-2 .review-cont a {
  font-size: 18px;
  color: #3a3a3a;
}

#sec-2 .review-cont a:hover {
  color: #f50;
}

#sec-2 .review-cont .border-review {
  width: 120px;
  border: 1px solid #99A6CB !important;
}

@media (min-width: 992px) {
  #sec-2 {
    padding: 20px 0;
  }

  #sec-2 .container {
    max-width: 1120px;
  }

  #sec-2 .border {
    height: 38px;
    background: #99A6CB;
    margin: 0 10px;
    width: 1px;
    border: 0 !important;
  }

  #sec-2 .lft .item {
    padding: 4px 35px 4px 28px;
    background-size: 100% 40px;
  }

  #sec-2 .lft .item-2 {
    padding: 4px 23px;
  }

  #sec-2 .lft .item-3 {
    padding: 4px 20px;
  }

  #sec-2 .lft .item h3 {
    font-size: 17px;
  }

  #sec-2 .lft .item span {
    font-size: 7px;
  }

  #sec-2 .lft .item:not(:last-child) {
    margin-right: 12px;
  }

  #sec-2 .rgt img:not(:last-child) {
    margin-right: 8px;
  }

  #sec-2 .rgt .icon-1 {
    max-width: 118px;
  }

  #sec-2 .rgt .icon-2 {
    max-width: 115px;
  }

  #sec-2 .rgt .icon-3 {
    max-width: 90px;
  }

  #sec-2 .rgt .icon-4 {
    max-width: 54px;
  }

  #sec-2 .review-cont img {
    max-width: 99px;
  }

  #sec-2 .review-cont span {
    font-size: 14px;
  }

  #sec-2 .review-cont .border-review {
    width: 107px;
  }

  #sec-2 .review-cont a {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  #sec-2 {
    padding: 20px 0;
  }

  #sec-2 .container {
    max-width: 1648px;
  }

  #sec-2 .border {
    height: 52px;
    margin: 0 40px;
  }

  #sec-2 .lft .item {
    padding: 6px 45px;
    background-size: 100% 55px;
  }

  #sec-2 .lft .item-2 {
    padding: 6px 33px;
  }

  #sec-2 .lft .item-3 {
    padding: 6px 30px;
  }

  #sec-2 .lft .item h3 {
    font-size: 28px;
  }

  #sec-2 .lft .item span {
    font-size: 12px;
  }

  #sec-2 .lft .item:not(:last-child) {
    margin-right: 16px;
  }

  #sec-2 .rgt .icon-1 {
    max-width: 160px;
  }

  #sec-2 .rgt .icon-2 {
    max-width: 157px;
  }

  #sec-2 .rgt .icon-3 {
    max-width: 123px;
  }

  #sec-2 .rgt .icon-4 {
    max-width: 87px;
  }

  #sec-2 .review-cont img {
    max-width: 118px;
  }

  #sec-2 .review-cont .border-review {
    width: 120px;
  }

  #sec-2 .review-cont a {
    font-size: 18px;
  }
}


#sec-8 {
  padding: 80px 0;
  background: url('https://images.tenorshare.com/products/pdf-editor/sec8-bg.webp') no-repeat center center;
  background-size: cover;
  position: relative;
}

#sec-8 h2 {
  color: #212121;
  line-height: 120%;
}

#sec-8 .img-logo {
  max-width: 128px;
}

#sec-8 .sub {
  font-size: 24px;
  line-height: 130%;
  color: #525252;
}

#sec-8 .dec {
  color: #525252;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

#sec-8 .change-sys+.des-list {
  margin-top: 48px;
}

#sec-8 .change-sys a {
  opacity: 0.5;
}

#sec-8 .change-sys a.active {
  opacity: 1;
}

#sec-8 .change-sys a:hover {
  opacity: 1;
}

[data-sys="mac"] .sys-android,
[data-sys="mac"] .sys-ios,
[data-sys="mac"] .sys-other,
[data-sys="mac"] .sys-win,
[data-sys="mac"] .sys-linux,
[data-sys="win"] .sys-android,
[data-sys="win"] .sys-ios,
[data-sys="win"] .sys-mac,
[data-sys="win"] .sys-linux,
[data-sys="win"] .sys-other,
[data-sys="android"] .sys-win,
[data-sys="android"] .sys-ios,
[data-sys="android"] .sys-mac,
[data-sys="android"] .sys-linux,
[data-sys="android"] .sys-other,
[data-sys="ios"] .sys-win,
[data-sys="ios"] .sys-android,
[data-sys="ios"] .sys-mac,
[data-sys="ios"] .sys-linux,
[data-sys="ios"] .sys-other,
[data-sys="linux"] .sys-win,
[data-sys="linux"] .sys-android,
[data-sys="linux"] .sys-mac,
[data-sys="linux"] .sys-ios,
[data-sys="linux"] .sys-other {
  display: none
}

@media (max-width: 1600px) {
  #sec-8 {
    padding: 56px 0;
  }

  #sec-8::before {
    width: 176px;
    height: 69px;
  }

  #sec-8 .sub {
    font-size: 18px;
  }

  #sec-8 .img-logo {
    width: 96px;
    height: 96px;
  }

}

@media (max-width: 992px) {
  #sec-8 {
    padding: 64px 0;
    background: url('https://images.tenorshare.com/products/pdf-editor/sec8-bg-mobile.webp') no-repeat center center;
    background-size: cover;
  }

  #sec-8::after {
    display: none;
  }

  #sec-8 .img-logo {
    width: 80px;
    height: 80px;
  }

  #sec-8 .des {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }

  #sec-8 .change-sys+.des-list {
    margin-top: 0px;
  }
}


#pro-guide h2 {
  max-width: 100%;
}

#pro-guide .swiper-btn {
  width: 20px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  min-width: 24px;
  transition: all 0.5s;
}

#pro-guide .swiper-btn.reverse {
  transform: rotate(180deg);
}

#pro-guide .nav-contanier {
  margin: 76px auto 0;
}

#pro-guide .nav-contanier .nav-contanier-content {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

#pro-guide .nav-contanier .nav-contanier-content::-webkit-scrollbar {
  display: none;
}

#faq-part-content-2 .item {
  border-radius: 12px;
  padding: 32px;
  background: rgba(180, 211, 255, 0.24);
}

#pro-guide .tab-content .vertical {
  gap: 20px;
}

@media (min-width: 992px) {
  #pro-guide {
    padding: 72px 0;
  }

  #pro-guide .nav-contanier {
    margin: 72px auto 0;
  }

  #pro-guide .nav-contanier::after {
    height: 4px;
  }

  #pro-guide .tab-content .vertical {
    gap: 20px;
  }

  #pro-guide .tab-content .vertical .item {
    flex: 1 1 40%;
  }
}

@media (min-width: 1600px) {
  #pro-guide {
    padding: 80px 0 60px;
  }
}

#pro-guide #faq-part-2 .item {
  border-radius: 12px;
  padding: 32px;
  background: rgba(180, 211, 255, 0.16);
}

#pro-guide #faq-part-2 .item .tit {
  color: #212121;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}

#pro-guide #faq-part-2 .item ul {
  margin-top: 2px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

#pro-guide #faq-part-2 .item ul li {
  margin-top: 28px;
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

#pro-guide #faq-part-2 .item.item-2 ul li {
  margin-top: 24px;
}

#pro-guide .nav {
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
}

#pro-guide .nav .nav-link {
  cursor: pointer;
  line-height: 150%;
  white-space: nowrap;
  position: relative;
  text-align: center;
  color: #212121;
  font-size: 20px;
  font-weight: 500;
}

#pro-guide .nav .nav-link.active {
  color: #4778FF;
  font-weight: 600;
}

#pro-guide .nav .nav-link.active::after {
  z-index: 99;
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100%);
  background: #0670fb;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  #pro-guide .nav .nav-link.active::after {
    height: 4px;
  }
}

#pro-guide .nav .nav-link#faq-part-2 {
  margin-right: 100px;
}

@media (min-width: 992px) {
  #pro-guide .nav {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  #pro-guide .nav {
    font-size: 20px;
  }
}

#pro-guide .tab-content {
  margin-top: 40px;
}

@media (min-width: 992px) {
  #pro-guide .tab-content {
    margin-top: 60px;
  }
}

#pro-guide .contact {
  background-image: url("https://images.tenorshare.com/ts-2023/support/bg-img3-mobile.png");
  color: white;
  margin-top: 137px;
  border-radius: 12px;
  padding: 0 14px 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#pro-guide .contact .mobile-person {
  margin-top: -78px;
}

#pro-guide .contact .text {
  max-width: 480px;
  margin-top: 16px;
  line-height: 150%;
  font-size: 1.125rem;
}

#pro-guide .contact .btn-outline-primary {
  border-color: white;
  color: white;
  margin-top: 24px;
  font-weight: 600;
  font-size: 18px;
  min-width: 200px;
  border-radius: 6px;
}

#pro-guide .contact .btn-outline-primary:hover {
  background: white;
  border-color: white;
  color: #ff5500;
}

#pro-guide .contact .img-box {
  bottom: 0;
  right: 140px;
  text-align: center;
}

#pro-guide .contact .img-box img {
  max-width: 100%;
}

@media (min-width: 992px) {
  #pro-guide .contact {
    background-image: url("https://images.tenorshare.com/ts-2023/support/bg-img3.png");
    padding: 55px 44px;
    margin-top: 214px;
  }

  #pro-guide .contact .btn-primary {
    margin-top: 36px;
  }

  #pro-guide .contact .img-box {
    position: absolute;
  }

  #pro-guide .contact .img-box img {
    max-width: 304px;
  }
}

@media (min-width: 1400px) {
  #pro-guide .contact {
    padding: 110px 80px;
    margin-top: 237px;
  }

  #pro-guide .contact .img-box img {
    max-width: 436px;
  }
}

@media (min-width: 1400px) {


  #pro-guide .nav-contanier {
    max-width: 1266px;
  }
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item {
  background: #8D96A41A;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 12px !important;
  transition: all 0.4s;
  border-radius: 12px;
  border: none !important;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
  padding: 12px 16px;
  line-height: 150%;
  background: none;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:hover {
  color: #0670fb;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="10" width="2" height="20" rx="1" fill="%23212121"/><rect x="30" y="19" width="2" height="20" rx="1" transform="rotate(90 30 19)" fill="currentColor"/> </svg>');
}

@media (min-width: 992px) {
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
    width: 40px;
    height: 40px;
  }
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  padding-bottom: 0;
  font-weight: 600;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="10" width="2" height="20" rx="1" fill="white"/><rect x="30" y="19" width="2" height="20" rx="1" transform="rotate(90 30 19)" fill="white"/> </svg>');
  transform: rotate(45deg);
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
  padding: 8px 16px 32px;
  color: #fff;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body a {
  color: #fff;
  text-decoration: underline;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
  opacity: 0.8;
  font-size: 16px;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding: 1.2rem 2.75rem;
  }

  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 0 6.5rem 20px 2.75rem;
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    font-size: 20px;
    padding: 1.5rem 2.25rem;
  }

  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 0.625rem 8rem 24px 2.25rem;
    font-size: 18px;
  }

  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
    font-size: 18px;
  }
}

#faq-part-content-2 .item {
  border-radius: 12px;
  padding: 32px;
  background: rgba(180, 211, 255, 0.24);
}

#faq-part-content-2 .item .tit {
  color: #212121;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}

#faq-part-content-2 .item ul {
  margin-top: 2px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

#faq-part-content-2 .item ul li {
  margin-top: 24px;
  color: #212121;
  font-size: 18px;
  font-weight: 400;
}

#faq-part-content-2 .item ul li a {
  line-height: 150%;
  /* 27px */
  display: block;
}

#faq-part-content-2 .item.item-2 ul li {
  margin-top: 24px;
}

@media(max-width: 1600px) {
  #faq-part-content-2 .item ul li a {
    font-size: 16px;
  }
}

@media(max-width: 992px) {
  #faq-part-content-2 .col-lg-4:nth-child(1) {
    margin-top: 0;
  }
}

@media (max-width: 980px) {
  #faq-part-content-2 .item {
    padding: 28px 0;
    font-size: 16px;
  }

  #faq-part-content-2 .item .tit {
    font-size: 18px;
    padding: 0 16px;
  }

  #faq-part-content-2 .item ul {
    font-size: 16px;
    padding-left: 8px;
  }

  #faq-part-content-2 .item ul {
    padding-left: 16px;
  }

  #faq-part-content-2 .item ul li {
    margin-top: 20px;
    line-height: 1.1;
  }

  #faq-part-content-2 .col-lg-4 {
    margin-top: 20px;
  }
}

img {
  max-width: 100%;
}

[id^=sec-] .btn,
.dev-mobile .btn {
  min-width: 200px;
  justify-content: center;
}

.change-sys {
  font-size: 16px;
}

.change-sys a {
  opacity: 0.3;
  transition: all 0.4s;
}

.change-sys a.active {
  opacity: 1;
}

.change-sys a:hover {
  opacity: 1;
}

@media (min-width: 1280px) {
  section .container {
    max-width: 1224px;
  }
}

@media (min-width: 1600px) {
  section .container {
    max-width: 1600px;
  }

  .change-sys {
    font-size: 18px;
  }
}

#sec-1 .content-wrap .rgt {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}

#sec-1 .content-wrap .rgt .rgtImg {
  width: 432px;
  height: 359px;
  position: absolute;
  right: -20px;
  top: 12%;
}

#sec-1 .content-wrap .rgt .typing {
  font-weight: 900;
  font-size: 16px;
}

@media (min-width: 1280px) {
  #sec-1 .content-wrap .rgt .rgtImg {
    width: 660px;
    height: 400px;
    right: -12%;
    top: 50%;
    transform: translateY(-50%);
  }

  #sec-1 .content-wrap .rgt .typing {
    font-size: 20px;
  }

  #sec-1 .lft .popup-video-group a {
    color: #525252;
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  #sec-1 .content-wrap .rgt .rgtImg {
    width: 974px;
    height: 600px;
    right: -12%;
    top: 0%;
    transform: translateY(0%);
  }

  #sec-1 .content-wrap .rgt .typing {
    font-size: 24px;
  }

  #sec-1 .lft .popup-video-group a {
    color: #525252;
    font-size: 18px;
  }
}

#sec-4 {
  padding: 64px 0 0px;
}

#sec-4 h2 {
  color: #0B1C40;
}

#sec-4 h2 span {
  position: relative;
}

#sec-4 .content .sec4NavBox .swiper-horizontal {
  touch-action: auto;
}

#sec-4 .content .sec4Nav {
  margin-bottom: 32px;
  overflow-y: visible;

}

#sec-4 .content .sec4Nav .swiper-wrapper {
  width: fit-content;
  border-bottom: 4px solid transparent;
  position: relative;
}

#sec-4 .content .sec4Nav .swiper-wrapper::after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background: #5252520D;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}

#sec-4 .content .sec4Nav .swiper-slide {
  width: 180px;
  padding: 20px 0;
  color: #212121;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  margin-bottom: -4px;
  border-bottom: 4px solid transparent;
}

#sec-4 .content .sec4Nav .swiper-slide img {
  max-width: 40px;
  margin-bottom: 5px;
}

#sec-4 .content .sec4Nav .swiper-slide.swiper-slide-thumb-active {
  color: #0051FF;
}

#sec-4 .content .sec4Nav .swiper-slide.swiper-slide-thumb-active::after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background: #0051FF;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}

#sec-4 .content .sec4Con {
  background: url('https://images.tenorshare.com/products/pdf-editor/sec4-bg-mobile-new.webp') no-repeat;
  background-size: cover;
  border-radius: 32px;
}

#sec-4 .content .sec4Con .swiper-wrapper {
  align-items: stretch;
}

#sec-4 .content .sec4Con .swiper-slide {
  height: auto;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

#sec-4 .content .sec4Con .swiper-slide .lft {
  width: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

#sec-4 .content .sec4Con .swiper-slide .rgt {
  width: 100%;
  padding: 24px 16px 220px;
}

#sec-4 .content .sec4Con .swiper-slide .rgt ul {
  padding-left: 32px;
}

#sec-4 .content .sec4Con .swiper-slide .rgt ul li {
  position: relative;
  font-size: 16px;
  color: rgba(8, 8, 7, 0.6);
  padding-right: 23px;
}

#sec-4 .content .sec4Con .swiper-slide .rgt ul li::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(https://images.tenorshare.com/products/pdf-editor/blue-check.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: -30px;
}

#sec-4 .content .sec4Con .swiper-slide .rgt ul li:not(:last-child) {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  #sec-4 .content .sec4Con {
    background: url('https://images.tenorshare.com/products/pdf-editor/sec4-bg-img.webp') no-repeat;
    background-size: 100% 100%;
  }

  #sec-4 {
    padding: 72px 0 0px;
  }

  #sec-4 .sec4Nav {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  #sec-4 .content .sec4Con .swiper-slide .rgt ul li {
    padding-right: 0;
  }

  #sec-4 h2 span::before {
    content: '';
    width: 52px;
    height: 52px;
    background: url('https://images.tenorshare.com/products/pdf-editor/bling-star.svg') no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -15px;
    left: -52px;
  }

  #sec-4 .content .sec4Nav .swiper-slide img {
    max-width: 48px;
    margin-left: 8px;
  }
}

@media (min-width: 1280px) {
  #sec-4 .content .sec4Nav .swiper-slide {
    width: 240px;
    padding: 10px 0;
    font-size: 18px;
  }

  #sec-4 .content .sec4Con .swiper-slide {
    border-radius: 32px;
    height: 400px;
  }

  #sec-4 .content .sec4Con .swiper-slide .lft {
    width: 592px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    bottom: unset;
  }

  #sec-4 .content .sec4Con .swiper-slide .rgt {
    width: 572px;
    margin-right: 32px;
    padding: 0;
  }
}

@media (min-width: 1600px) {
  #sec-4 {
    padding: 80px 0 60px;
  }

  #sec-4 .content {
    max-width: 1508px;
  }

  #sec-4 .content .sec4Nav .swiper-slide {
    width: 240px;
    padding: 17px 0;
    font-size: 20px;
  }

  #sec-4 .content .sec4Con .swiper-slide {
    border-radius: 48px;
    height: 520px;
  }

  #sec-4 .content .sec4Con .swiper-slide .lft {
    width: 846px;
  }

  #sec-4 .content .sec4Con .swiper-slide:nth-child(2) .lft {
    width: 894px;
  }

  #sec-4 .content .sec4Con .swiper-slide .rgt {
    width: 572px;
    margin-right: 56px;
  }

  #sec-4 .content .sec4Con .swiper-slide .rgt .piece {
    font-size: 14px;
  }

  #sec-4 .content .sec4Con .swiper-slide .rgt p {
    font-size: 20px;
    min-height: 150px;
    margin-bottom: 48px;
  }
}

#swiper-media .mySwiper3 .swiper-wrapper {
  user-select: none;
}

#pro-guide .accordion-button {
  color: #212121;
}

#pro-guide .nav .nav-link.active::after {
  border-radius: 10px;
}

#sec-8 .des {
  color: #525252;
}

@media (min-width: 1600px) {
  #pro-guide .nav-contanier {
    margin: 76px auto 0;
  }
}

@media (max-width: 1600px) {
  #pro-guide .tab-content {
    margin-top: 40px;
  }

  #sec-8 .des {
    font-size: 16px;
  }
}

@media(max-width: 992px) {

  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    padding-top: 12px;
  }

  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed) {
    padding-top: 28px;
  }

  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 1rem 1rem 1.75rem 1rem;
    padding-top: 1rem;
  }

  #faq-part-content-2 .col-lg-4:nth-child(1) {
    margin-top: 0;
  }

}


@media (max-width: 980px) {

  #faq-part-content-2 .item ul {

    padding-left: 16px;
  }
}




#fix-header {
  height: 70px;
  overflow: hidden;
  max-height: 0;
  display: flex;
  align-items: center;
  position: fixed;
  background: rgb(255, 255, 255);
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  z-index: 999;
}



#fix-header .rgt .fix-list li {
  padding: 0 16px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

#fix-header .rgt .fix-list li a:hover {
  color: #f50 !important;
}

#fix-header .rgt .fix-list li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #6B6B6B;
  position: absolute;
  right: 0;
  top: 6px;
}

#fix-header .rgt .fix-header-item-2 {
  margin-right: 28px;
}

@media (min-width: 992px) {
  #fix-header .rgt .fix-list {
    margin-right: 12px;
  }

  #fix-header .rgt .fix-list li {
    padding: 0 28px;
    font-size: 18px;
  }
}

#sec-solution {
  padding: 64px 0 0;
}

#sec-solution .desc {
  font-size: 16px;
  color: #6B6B6B;
}

#sec-solution .swiper {
  background: #FFFFFF;
  border-radius: 32px;
  padding: 16px;
}

#sec-solution .swiper .swiper-slide {
  width: 100% !important;
  color: #080807;
  background: #ACD3FF80;
  border-radius: 38px;
  padding: 0 15px;
  height: 240px;
}

#sec-solution .swiper .swiper-slide h3 {
  font-size: 20px;
  line-height: 120%;
}

#sec-solution .swiper .swiper-slide p {
  font-size: 16px;
  line-height: 150%;
}

#sec-solution .swiper .swiper-slide img {
  max-width: 48px;
}

#sec-solution .swiper-pagination {
  width: fit-content;
  padding: 8px 16px;
  background: #878B8D66;
  border-radius: 36.57px;
  line-height: 100%;
  font-size: 6px;
}

#sec-solution .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background: #FFFFFF !important;
  opacity: 0.5 !important;
  margin: 0 2px !important;
}

#sec-solution .swiper-pagination-bullet-active {
  width: 24px !important;
  height: 4px !important;
  opacity: 1 !important;
  border-radius: 17px !important;
}

@media (min-width: 992px) {
  #sec-solution {
    padding: 72px 0 0;
  }

  #sec-solution .swiper .swiper-slide {
    width: 280px !important;
    border-radius: 32px;
    padding: 24px 32px;
    height: 240px;
  }
}

@media (min-width: 1600px) {
  #sec-solution {
    padding: 80px 0 60px;
  }

  #sec-solution .swiper {
    border-radius: 48px;
    width: 1508px;
  }

  #sec-solution .swiper .swiper-slide {
    width: 357px !important;
    border-radius: 38px;
  }

  #sec-solution .swiper .swiper-slide h3 {
    font-size: 28px;
  }

  #sec-solution .swiper .swiper-slide img {
    max-width: 64px;
  }

  #sec-solution .desc {
    font-size: 20px;
  }
}

#sec-industry {
  padding: 64px 0 0;
}

#sec-industry #swiper-nav {
  overflow-y: visible;
}

#sec-industry #swiper-nav .swiper-wrapper {
  width: max-content;
  border-bottom: 4px solid transparent;
  position: relative;
}

#sec-industry #swiper-nav .swiper-wrapper::after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background: #5252520D;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}

#sec-industry #swiper-nav .swiper-slide {
  font-size: 14px;
  width: fit-content !important;
  padding: 10px 16px 14px;
  color: #525252;
  cursor: pointer;
  margin-bottom: -4px;
  border-bottom: 4px solid transparent;
}

#sec-4 #swiper-nav.swiper-horizontal {
  touch-action: auto;
}

#sec-industry #swiper-nav .swiper-slide.swiper-slide-thumb-active {
  color: #0051FF;
  font-weight: 700;
}

#sec-industry #swiper-nav .swiper-slide.swiper-slide-thumb-active::after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background: #0051FF;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}

#sec-industry #swiper-content .lft {
  padding: 24px 16px;
  background: #0033FF1A;
  border-radius: 16px;
}

#sec-industry #swiper-content .lft h3 {
  font-size: 20px;
}

#sec-industry #swiper-content .lft ul {
  padding-left: 32px;
}

#sec-industry #swiper-content .lft ul li {
  position: relative;
  font-size: 16px;
  color: rgba(8, 8, 7, 0.6);
}

#sec-industry #swiper-content .lft ul li::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url('https://images.tenorshare.com/products/pdf-editor/blue-check.svg') no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
}

#sec-industry #swiper-content .lft ul li:not(:last-child) {
  margin-bottom: 16px;
}

#sec-industry #swiper-content .rgt {
  max-width: 100%;
}

@media (min-width: 992px) {
  #sec-industry {
    padding: 72px 0 0;
  }

  #sec-industry h2 {
    max-width: 848px;
  }

  #sec-industry #swiper-content .lft {
    max-width: 542px;
    height: 400px;
    padding: 0 20px 0 32px;
    border-radius: 32px;
  }

  #sec-industry #swiper-content .lft h3 {
    font-size: 24px;
  }

  #sec-industry #swiper-content .rgt {
    max-width: 626px;
  }

  #sec-industry #swiper-nav .swiper-slide {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  #sec-industry {
    padding: 80px 0 60px;
  }

  #sec-industry h2 {
    max-width: 1072px;
  }

  #sec-industry #swiper-content .rgt {
    max-width: 825px;
  }

  #sec-industry #swiper-content .lft {
    max-width: 651px;
    height: 520px;
    padding: 0 89px 0 32px;
    border-radius: 48px;
  }

  #sec-industry #swiper-content .lft h3 {
    font-size: 28px;
  }

  #sec-industry #swiper-nav .swiper-slide {
    padding: 10px 32px 14px;
    font-size: 20px;
  }
}

.sec-reviews {
  padding: 56px 0;
  background: #4294FF;
  position: relative;
}

@media (min-width: 992px) {
  .sec-reviews {
    padding: 100px 0;
  }
}

.sec-reviews::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 248px;
  height: 335px;
  background: url(https://images.tenorshare.com/img-2024/product/reiboot/review-bg-mob.png) no-repeat;
  background-size: 100%;
}

@media (min-width: 992px) {
  .sec-reviews::before {
    width: 318px;
    height: 405px;
    background: url(https://images.tenorshare.com/img-2024/product/reiboot/review-bg.png) no-repeat;
    background-size: 100%;
  }
}

.sec-reviews h2 svg {
  width: 52px;
}

@media (min-width: 992px) {
  .sec-reviews h2 svg {
    width: 64px;
  }
}

.sec-reviews .cont {
  width: 100%;
  margin-top: 32px;
  gap: 32px;
}

@media (min-width: 992px) {
  .sec-reviews .cont {
    margin-top: 60px;
  }
}

.sec-reviews .cont .cell {
  background: #F3FBFE;
  border-radius: 12px;
  padding: 32px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell {
    min-height: 400px;
    padding: 32px 24px;
  }
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell {
    padding: 32px;
  }
}

.sec-reviews .cont .cell.media-review {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 64px 32px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review {
    width: 544px;
    max-width: 544px;
    padding: 32px 72px;
  }
}

@media (min-width: 1600px) {
  .sec-reviews .cont .cell.media-review {
    width: 770px;
    max-width: 770px;
    padding: 32px;
  }
}

.sec-reviews .cont .cell.media-review::before,
.sec-reviews .cont .cell.media-review::after {
  content: '';
  width: 48px;
  height: 48px;
  background: url('data:image/svg+xml,<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M63.2888 16.7822C58.8325 17.7304 55.277 19.437 52.6222 21.9022C49.9673 24.4622 48.3555 27.6385 47.7866 31.4311C48.9244 31.4311 49.6829 31.4785 50.0622 31.5733C53.3807 31.9526 56.1777 33.4222 58.4533 35.9822C60.634 38.637 61.7244 41.7185 61.7244 45.2267C61.7244 49.1141 60.5392 52.3852 58.1688 55.04C55.7036 57.6948 52.6222 59.0222 48.9244 59.0222C44.7525 59.0222 41.2444 57.363 38.3999 54.0444C35.4607 50.7259 33.991 45.8904 33.991 39.5378C33.991 33.6593 35.3185 28.2074 37.9733 23.1822C40.5333 18.2518 44.0414 14.1274 48.4977 10.8089C52.954 7.58517 57.8844 5.54667 63.2888 4.69333V16.7822ZM30.151 16.7822C25.6948 17.7304 22.1392 19.437 19.4844 21.9022C16.8296 24.4622 15.2177 27.6385 14.6488 31.4311H16.3555C19.8636 31.8104 22.8029 33.28 25.1733 35.84C27.4488 38.4948 28.5866 41.6237 28.5866 45.2267C28.5866 49.1141 27.4014 52.3852 25.031 55.04C22.5659 57.6948 19.4844 59.0222 15.7866 59.0222C11.6147 59.0222 8.1066 57.363 5.26216 54.0444C2.3229 50.7259 0.85326 45.8904 0.85326 39.5378C0.85326 33.6593 2.18067 28.2074 4.83549 23.1822C7.39548 18.2518 10.9036 14.1274 15.3599 10.8089C19.8162 7.58517 24.7466 5.54667 30.151 4.69333V16.7822Z" fill="%230670FB"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
}

@media (min-width: 992px) {

  .sec-reviews .cont .cell.media-review::before,
  .sec-reviews .cont .cell.media-review::after {
    width: 64px;
    height: 64px;
  }
}

.sec-reviews .cont .cell.media-review::before {
  top: 16px;
  left: 16px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review::before {
    top: 32px;
    left: 32px;
  }
}

.sec-reviews .cont .cell.media-review::after {
  transform: rotate(180deg);
  right: 16px;
  bottom: 16px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review::after {
    right: 32px;
    bottom: 32px;
  }
}

.sec-reviews .cont .cell.media-review .media-review-swpier {
  max-width: 570px;
  margin: 0 auto;
  font-size: 16px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review .media-review-swpier {
    max-width: 400px;
  }
}

@media (min-width: 1600px) {
  .sec-reviews .cont .cell.media-review .media-review-swpier {
    max-width: 570px;
    font-size: 18px;
  }
}

.sec-reviews .cont .cell.media-review .media-review-swpier .media-review-info {
  color: #525252;
  max-width: 570px;
  margin: 32px auto 0;
}

.sec-reviews .cont .cell.media-review .swiper-pagination {
  display: flex;
  left: calc(50% - 45px);
  bottom: 16px;
  gap: 12px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review .swiper-pagination {
    bottom: 32px;
  }
}

.sec-reviews .cont .cell.media-review .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.sec-reviews .cont .cell.media-review .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
}

.sec-reviews .cont .cell.media-review .media-swiper-prev,
.sec-reviews .cont .cell.media-review .media-swiper-next {
  position: absolute;
  z-index: 2;
  top: calc(50% - 20px);
}

.sec-reviews .cont .cell.media-review .media-swiper-prev:hover,
.sec-reviews .cont .cell.media-review .media-swiper-next:hover {
  cursor: pointer;
}

.sec-reviews .cont .cell.media-review .media-swiper-prev.swiper-button-disabled,
.sec-reviews .cont .cell.media-review .media-swiper-next.swiper-button-disabled {
  opacity: .4;
}

.sec-reviews .cont .cell.media-review .media-swiper-prev {
  left: -12px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review .media-swiper-prev {
    left: 24px;
  }
}

@media (min-width: 1600px) {
  .sec-reviews .cont .cell.media-review .media-swiper-prev {
    left: 32px;
  }
}

.sec-reviews .cont .cell.media-review .media-swiper-next {
  right: -12px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review .media-swiper-next {
    right: 24px;
  }
}

@media (min-width: 1600px) {
  .sec-reviews .cont .cell.media-review .media-swiper-next {
    right: 32px;
  }
}

.sec-reviews .cont .cell.user-review {
  width: 100%;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.user-review {
    width: 300px;
  }
}

@media (min-width: 1600px) {
  .sec-reviews .cont .cell.user-review {
    width: 360px;
  }
}

.sec-reviews .cont .cell.user-review a:hover {
  text-decoration: none;
}

.sec-reviews .cont .cell.user-review .txt {
  margin-bottom: 32px;
}

.sec-reviews .cont .cell.user-review .txt .tit {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
  display: inline-block;
  color: #3a3a3a;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.user-review .txt .tit {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .sec-reviews .cont .cell.user-review .txt .tit {
    font-size: 24px;
  }
}

.sec-reviews .cont .cell.user-review .txt p {
  color: #6B6B6B;
  font-size: 16px;
}

.sec-reviews .cont .cell.user-review .user-info .user-name {
  font-weight: 600;
  color: #212121;
}

#sec-3 {
  padding: 64px 0 0px;
}

#sec-3 h2 {
  color: #0B1C40;
}

#sec-3 #sec3Nav .swiper-slide {
  width: 90px;
  height: 101px;
  border-radius: 16px;
  color: #212121;
  font-size: 14px;
  cursor: pointer;
}

#sec-3 #sec3Nav .swiper-slide img {
  max-width: 40px;
}

#sec-3 #sec3Nav .swiper-slide.swiper-slide-thumb-active {
  background: #fff;
  font-weight: 700;
}

#sec-3 #sec3Cont {
  background: url('https://images.tenorshare.com/products/pdf-editor/sec3-bg-mobile-new.webp') no-repeat;
  background-size: cover;
  border-radius: 32px;
  overflow: hidden;
}

#sec-3 #sec3Cont .swiper-slide .lft {
  width: 100%;
  padding: 24px 16px 16px;
}

#sec-3 #sec3Cont .swiper-slide .lft ul {
  padding-left: 32px;
}

#sec-3 #sec3Cont .swiper-slide .lft ul li {
  position: relative;
  font-size: 16px;
  color: rgba(8, 8, 7, 0.6);
  padding-right: 23px;
}

#sec-3 #sec3Cont .swiper-slide .lft ul li::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(https://images.tenorshare.com/products/pdf-editor/blue-check.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: -30px;
}

#sec-3 #sec3Cont .swiper-slide .lft ul li:not(:last-child) {
  margin-bottom: 12px;
}

#sec-3 #sec3Cont {
  max-width: calc(100vw - 48px);
}

#sec-3 .learn-link {
  font-size: 16px;
  color: #515455;
}

#sec-3 .learn-link:hover {
  color: #f50;
}

#sec-3 .typing-text {
  font-size: 9.81px;
  color: #000;
  font-weight: 800;
  position: absolute;
  top: 20.3%;
  left: 17%;
  font-family: "Abhaya Libre", serif;
}

#sec-3 .typing-text .typing::after {
  content: "|";
  display: inline-block;
  animation: blink 1s infinite;

  font-weight: 300;
}

#sec-3 .typing-text .blue-text {
  color: #0C4DFF;
  background: #C8D2FF;
  color: #4563E4;

}

#sec-3 #sec3Cont .swiper-slide .rgt {
  max-width: 342px;
}

#sec-3 #sec3Cont .swiper-slide .rgt .light_img,
#sec-3 #sec3Cont .swiper-slide .rgt .dark_img {
  display: none;
}

#sec-3 #sec3Cont .swiper-slide .rgt .light_img.active,
#sec-3 #sec3Cont .swiper-slide .rgt .dark_img.active {
  display: block;
}

#sec-3 #sec3Cont .modules_list {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5F73A980;
  padding: 4px;
  border-radius: 100px;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.51);
  backdrop-filter: blur(6px);
  box-shadow: 0px 8px 24px 0px #2A4FB15E;
  margin-bottom: 22px;
  margin-top: -20px;
}

#sec-3 #sec3Cont .modules_list span {
  background: #FFFFFF;
  padding: 4px 8px;
  border-radius: 32px;
  border: 1px solid #8D96A44D;
  font-size: 12px;
  color: #8D96A4;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

#sec-3 #sec3Cont .modules_list span.active {
  background: #081A2D;
  color: white;
  border: 0;

}

#sec-3 #sec3Cont .wave {
  width: 24px;
  height: 24px;
  top: 32%;
  left: 54%;
  transform: translate(-50%, -50%);
}

#sec-3 #sec3Cont .wave span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #4778FF;
  display: inline-block;
  line-height: 1;
}

#sec-3 #sec3Cont .wave span:nth-child(1) {
  z-index: 1;
}

#sec-3 #sec3Cont .wave span:nth-child(1) img {
  width: 100%;
  height: 100%;
}


#sec-3 #sec3Cont .wave span:not(:nth-child(1)) {
  animation: ripple 3.2s infinite linear;
  opacity: 0;
}

#sec-3 #sec3Cont .wave span:nth-child(2) {
  animation-delay: 0.8s;
}

#sec-3 #sec3Cont .wave span:nth-child(3) {
  animation-delay: 1.6s;
}

#sec-3 #sec3Cont .wave span:nth-child(4) {
  animation-delay: 2.4s;
}


@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2.3);
    opacity: 0;
  }
}

/*# sourceMappingURL=home.css.map */

@keyframes blink {

  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}

#sec-3 .convert-pdf {
  width: 342px;
}

#sec-3 .convert-pdf .convert-main {
  max-width: 206px;
}

#sec-3 .convert-pdf .convert-arrow {
  max-width: 58px;
  top: 50%;
  left: 56%;
  transform: translate(-80%, -50%);
  opacity: 0;
}

#sec-3 .convert-pdf .convert-word {
  max-width: 108px;
  top: 29px;
  right: 69px;

}

#sec-3 .convert-pdf .convert-excel {
  max-width: 105px;
  top: 72px;
  right: 24px;
}

#sec-3 .convert-pdf .convert-ppt {
  max-width: 102px;
  bottom: 61px;
  right: 27px;
}

#sec-3 .convert-pdf .convert-image {
  max-width: 102px;
  bottom: 22px;
  right: 64px;
}

#sec-3 .swiper-slide-active .convert-pdf .convert-word,
#sec-3 .swiper-slide-active .convert-pdf .convert-excel,
#sec-3 .swiper-slide-active .convert-pdf .convert-ppt,
#sec-3 .swiper-slide-active .convert-pdf .convert-image {
  opacity: 0;
  transform: translateX(-20px) scale(0.9);
}

#sec-3 .swiper-slide-active .convert-pdf .convert-arrow {
  animation: fadeInLeft2 0.5s ease-out 0.25s forwards;
}

#sec-3 .swiper-slide-active .convert-pdf .convert-word {
  animation: fadeUp 0.5s ease-out 0.25s forwards;
}

#sec-3 .swiper-slide-active .convert-pdf .convert-excel {
  animation: fadeUp 0.5s ease-out 0.4s forwards;
}

#sec-3 .swiper-slide-active .convert-pdf .convert-ppt {
  animation: fadeUp 0.5s ease-out 0.55s forwards;
}

#sec-3 .swiper-slide-active .convert-pdf .convert-image {
  animation: fadeUp 0.5s ease-out 0.7s forwards;
}

@keyframes fadeInLeft2 {
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateX(-20px) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@media (min-width: 992px) {
  #sec-3 {
    padding: 72px 0 64px;
  }

  #sec-3 #sec3Nav .swiper-slide {
    width: 120px;
    height: 150px;
    font-size: 18px;
  }

  #sec-3 #sec3Nav .swiper-slide img {
    max-width: 64px;
  }

  #sec-3 #sec3Cont {
    max-width: 1200px;
  }

  #sec-3 #sec3Cont {
    background: url('https://images.tenorshare.com/products/pdf-editor/sec-3-bg.webp') no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 48px;
    overflow: hidden;
  }

  #sec-3 #sec3Cont .swiper-slide .lft {
    width: 500px;
    margin-left: 32px;
    padding: 0;
  }

  #sec-3 #sec3Cont .swiper-slide .rgt {
    max-width: 600px;
  }

  #sec-3 #sec3Cont .swiper-slide .lft ul li {
    padding-right: 0;
  }

  #sec-3 .typing-text {
    font-size: 17.81px;
    top: 20.2%;
  }

  #sec-3 #sec3Cont .wave {
    width: 32px;
    height: 32px;
  }

  #sec-3 .convert-pdf {
    width: 600px;
  }

  #sec-3 .convert-pdf .convert-main {
    max-width: 362px;
  }

  #sec-3 .convert-pdf .convert-arrow {
    max-width: 101px;
    opacity: 0;
  }

  #sec-3 .convert-pdf .convert-word {
    max-width: 190px;
    top: 51px;
    right: 121px;

  }

  #sec-3 .convert-pdf .convert-excel {
    max-width: 190px;
    top: 127px;
    right: 42px;
  }

  #sec-3 .convert-pdf .convert-ppt {
    max-width: 179px;
    bottom: 106px;
    right: 48px;
  }

  #sec-3 .convert-pdf .convert-image {
    max-width: 184px;
    bottom: 38px;
    right: 112px;
  }

  #sec-3 #sec3Cont .modules_list {
    margin-top: -30px;
  }
}

@media (min-width: 1600px) {
  #sec-3 {
    padding: 80px 0 60px;
  }

  #sec-3 #sec3Nav .swiper-slide {
    width: 158px;
    height: 134px;
    font-size: 20px;
  }

  #sec-3 #sec3Cont {
    max-width: 1508px;
  }

  #sec-3 #sec3Cont .swiper-slide {
    border-radius: 48px;
  }

  #sec-3 #sec3Cont .swiper-slide .lft {
    margin-left: 56px;
    width: 572px;
  }

  #sec-3 #sec3Cont .swiper-slide .lft .piece {
    font-size: 14px;
  }

  #sec-3 #sec3Cont .swiper-slide .rgt {
    max-width: 778px;
  }

  #sec-3 #sec3Cont .swiper-slide .rgt.edit-pdf {
    max-width: 827px;
  }

  #sec-3 #sec3Cont .swiper-slide .rgt.ocr-pdf {
    max-width: 810px;
  }

  #sec-3 .learn-link {
    font-size: 18px;
  }

  #sec-3 .typing-text {
    font-size: 23.81px;
  }

  #sec-3 #sec3Cont .wave {
    width: 48px;
    height: 48px;
  }

  #sec-3 .convert-pdf {
    width: 778px;
  }

  #sec-3 .convert-pdf .convert-main {
    max-width: 469px;
  }

  #sec-3 .convert-pdf .convert-arrow {
    max-width: 131px;
    opacity: 0;
  }

  #sec-3 .convert-pdf .convert-word {
    max-width: 247px;
    top: 66px;
    right: 157px;

  }

  #sec-3 .convert-pdf .convert-excel {
    max-width: 239px;
    top: 165px;
    right: 55px;
  }

  #sec-3 .convert-pdf .convert-ppt {
    max-width: 232px;
    bottom: 138px;
    right: 62px;
  }

  #sec-3 .convert-pdf .convert-image {
    max-width: 239px;
    bottom: 49px;
    right: 145px;
  }
}

#sec-5 {
  padding: 64px 0 0;
}

#sec-5 #sec5Nav {
  overflow-y: visible;
}

#sec-5 h2 {
  word-wrap: break-word;
}

.selector::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.selector::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

#sec-5 #sec5Nav .swiper-wrapper {
  width: max-content;
  border-bottom: 4px solid transparent;
  position: relative;
}

#sec-5 #sec5Nav .swiper-wrapper::after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background: #5252520D;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}

#sec-5 #sec5Nav .swiper-slide {
  width: fit-content;
  font-size: 20px;
  padding: 0 16px;
  cursor: pointer;
  color: #525252;
  margin-bottom: -4px;
  border-bottom: 4px solid transparent;
}

#sec-5 #sec5Nav .swiper-slide.swiper-slide-thumb-active {
  color: #0051FF;
  font-weight: 500;
  position: relative;
}

#sec-5 #sec5Nav .swiper-slide.swiper-slide-thumb-active::after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background: #0051FF;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}

#sec-5 #sec5Cont .swiper-slide {
  overflow-x: auto;
}

/* #sec-5 #sec5Cont .swiper-slide::-webkit-scrollbar { */
/* width: 8px;
  height: 4px; */
/* display: none; */
/* } */

/* #sec-5 #sec5Cont .swiper-slide::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
  border-radius: 4px;
} */
#sec-5 #sec5Cont .item-list {
  width: max-content !important;
  gap: 18px;
}

#sec-5 #sec5Cont .item {
  width: 282px;
  height: 490px;
  background: #E9EDFF;
  flex: 0 0 1;
  overflow: hidden;
  border-radius: 12px;
}

#sec-5 #sec5Cont .item .text-content {
  padding: 16px 16px 21px;
  height: 100%;
}

#sec-5 #sec5Cont .item .text-content h3 {
  font-size: 20px;
  line-height: 130%;
  color: #000;
}

#sec-5 #sec5Cont .item .text-content p {
  font-size: 16px;
  line-height: 130%;
  color: #6B6B6B;
}

#sec-5 #sec5Cont .item .top-tip {
  border-radius: 0 4px 4px 0;
  padding: 8px 16px;
  background: #575757B2;
  backdrop-filter: blur(4px);
  top: 12px;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 768px) {
  #sec-5 #sec5Nav {
    width: fit-content;
  }
}

@media (min-width: 1280px) {
  #sec-5 {
    padding: 72px 0 0;
  }
}

@media (min-width: 1600px) {
  #sec-5 {
    padding: 0 0 60px;
  }

  #sec-5 #sec5Nav .swiper-slide {
    padding: 8px 36px;
  }

  #sec-5 .container {
    max-width: 1649px;
  }

  #sec-5 #sec5Cont .item {
    width: 388px;
    height: 596px;
  }

  #sec-5 #sec5Cont .item .text-content h3 {
    font-size: 26px;
  }

  #sec-5 #sec5Cont .item .text-content {
    padding: 32px 32px 40px;
  }
}