/* Christmas banner start */
.the_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: #363838;
}
.the_banner .banner-content {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
@media (min-width: 992px) {
  .the_banner .banner-content {
    white-space: normal;
  }
}
.the_banner .banner-content .icon {
  width: 30px;
  height: 32px;
  flex-shrink: 0;
}
.the_banner .banner-content a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  text-decoration: underline;
  display: inline-block;
}
@media (min-width: 992px) {
  .the_banner .banner-content a {
    font-size: 18px;
    line-height: 27px;
    white-space: normal;
  }
}
.the_banner .banner-content a:hover {
  opacity: 0.7;
}
.the_banner .banner-content a .yellow-word {
  font-weight: 900;
  color: #ffcf1b;
}
/* Christmas banner end- */
.notice-cont {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  background: linear-gradient(
    90deg,
    rgba(156, 227, 246, 0.25) 0%,
    rgba(247, 183, 250, 0.25) 100%
  );
  border-radius: 4px;
  gap: 8px;
  margin-top: 24px;
}
.notice-cont svg {
  flex-shrink: 0;
}
.notice-cont p {
  color: #6767ff;
  font-size: 16px;
  margin-bottom: 0;
}

#sec-1 .popup-video-group [data-toggle="popup-video"]:hover {
  color: #f50 !important;
}
@media (min-width: 992px) {
  #sec-1 .btn-primary {
    min-width: 240px;
  }
  [data-dev="mobile"] #sec-1 .btn-outline-primary {
    min-width: 240px;
  }
}

.pro-reviews a {
  color: #6b6b6b;
}

.pro-reviews a:hover {
  color: #ff5500;
  text-decoration: none;
}

.pro-reviews img {
  margin-bottom: 2px;
}
/*---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(267.72deg, #013ef8 -2.65%, #09e9b3 101.75%);
  padding: 6px 8px;
  border-radius: 3px;
  line-height: 20px;
  height: 32px;
  display: flex;
  align-items: center;
  color: #fff;
}

h2,
.h2 {
  margin: 0 auto;
  color: #212121;
  font-size: 48px;
  font-weight: 900;
  line-height: 140%;
}

h3,
.h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

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%;
}
#tech-spec .item p:nth-child(1) {
  margin-bottom: 24px;
}
#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: 60px 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;
}
@media (min-width: 992px) {
  #pro-guide .nav-contanier {
    margin: 72px auto 0;
  }
  #pro-guide .nav-contanier::after {
    height: 4px;
  }
}
#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: 1266px;
  }
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item {
  background: rgba(180, 211, 255, 0.1);
  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: #6767ff;
}
#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: 1rem 2rem 1.5rem 1rem;
  color: #fff;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
  opacity: 0.8;
}
#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;
  }
}

@media (max-width: 1600px) {
  h2,
  .h2 {
    font-size: 36px;
  }
  #tech-spec .item .tit {
    font-size: 18px;
  }
  #tech-spec .item p {
    font-size: 16px;
  }
  #pro-guide {
    padding-top: 120px;
  }
}
@media (max-width: 980px) {
  h2,
  .h2 {
    font-size: 32px;
  }
  #tech-spec .mt-32 {
    margin-top: 0;
  }
  #tech-spec .item .sec-tit {
    margin-top: 14px;
  }
  #tech-spec .item .tit {
    font-size: 18px;
  }
  #tech-spec .item p {
    font-size: 16px;
  }
  #tech-spec .item {
    padding: 28px 14px;
  }
  #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 li {
    margin-top: 20px;
    line-height: 1.1;
  }
  #faq-part-content-2 .col-lg-4 {
    margin-top: 20px;
  }
  #pro-guide {
    padding-top: 30px;
  }
  #pro-guide .nav .nav-link {
    font-size: 14px;
  }
  #pro-guide .nav .nav-link#purchase {
    margin-left: 28px;
  }
  #pro-guide .container {
    padding: 0;
  }
  #pro-guide h2.title,
  #pro-guide .tab-content {
    padding: 0 24px;
  }
  #pro-guide .nav-contanier .nav-contanier-content::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #d8dfe2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  #pro-guide .nav .nav-link.active::after {
    width: calc(100% + 40px);
    z-index: 30;
  }
  #pro-guide .nav-contanier {
    margin-top: 24px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    padding-top: 28px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    font-size: 16px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding-top: 8px;
  }
  #pro-guide #faq-part-3 .row:not(:nth-child(1)) .col-lg-6:not(:nth-child(1)) {
    margin-top: 24px;
  }
  #pro-guide #faq-part-3 .mt-32 {
    margin-top: 0;
  }
  #pro-guide #faq-part-3 .item .sec-tit {
    margin-top: 14px;
  }
}

#seasonal-banner {
  display: none;
}
.text-green {
  color: #2c9cf6;
}
.wrap {
  word-break: break-word;
}
a:hover {
  color: #2c9cf6;
}
a.hover-bottom-line:hover {
  color: #f50;
}
a.hover-bottom-line:hover::after {
  background-color: #f50;
}
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;
}
#accordion-for-more {
  width: fit-content;
  margin: 40px auto 0;
  text-decoration-line: underline;
  cursor: pointer;
  transition: all 0.4s;
}
#accordion-for-more:hover {
  color: #2c9cf6;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.me-32 {
  margin-right: 32px;
}
.ms-32 {
  margin-left: 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:hover {
  border: 2px solid black;
}
.btn-29.btn-blue {
  border: 2px solid #2c9cf6;
}
.btn-29.btn-border-green {
  border: 2px solid #2c9cf6;
}

.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-blue:hover {
  background: #2c9cf6;
}
.btn-29:hover .text {
  /* -webkit-animation: move-right-alternate 0.3s ease forwards;
animation: move-right-alternate 0.3s ease forwards; */
  animation: none;
  color: #f50;
}

.btn-29.btn-blue:hover .text {
  color: #2c9cf6;
}

.btn-29.btn-outline-black:hover .text {
  color: #fff;
}
.dev-mobile .btn-29.btn-outline-black .google .text {
  color: #fff;
}
.dev-mobile .btn-29 .google svg path {
  fill: white;
}
@-webkit-keyframes move-right-alternate {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80%);
  }
  51% {
    transform: translateX(-80%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes move-right-alternate {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80%);
  }
  51% {
    transform: translateX(-80%);
  }
  to {
    transform: translateX(0);
  }
}
.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%);
  }
}
.change-sys a {
  opacity: 0.3;
  transition: all 0.4s;
}
.change-sys a.active {
  opacity: 1;
}
.change-sys a:hover {
  opacity: 1;
  color: #212121;
  text-decoration: none;
}

.fade-in {
  animation-fill-mode: forwards;
  animation: fadeInUp 1.5s 0.4s ease both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* .fade-in {
animation-fill-mode: forwards;
animation: fadeInUp 1.5s 0.4s ease both;
}
.fade-in-left {
animation-fill-mode: forwards;
animation: fadeInLeft 1.5s 0.4s ease both;
}
.fade-in-right {
animation-fill-mode: forwards;
animation: fadeInRight 1.5s 0.4s ease both;
}
.slide-in-left {
animation-fill-mode: forwards;
animation: slideInLeft 1.5s 0.4s ease both;
}
.slide-in-right {
animation-fill-mode: forwards;
animation: slideInRight 1.5s 0.4s ease both;
}

.fade-out-right {
animation-fill-mode: forwards;
animation: fadeOutRight 1.5s 0.4s ease both;
}

.zoom-in {
animation-fill-mode: forwards;
animation: zoomIn 1.5s 0.4s ease both;
} */

.text-muted-black {
  color: #6b6b6b;
}
h2 {
  font-size: 32px;
}

.btn-blue {
  background: #2c9cf6;
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: 48px;
  }
}

#sec-1 {
  padding: 0;
  overflow: hidden;
  position: relative;
}
#sec-1 h1 {
  font-size: 48px;
  max-width: 800px;
}

#sec-1 .btn {
  min-width: 180px;
}
#sec-1 .content-wrap {
  padding: 77px 0 80px;

  background: url("https://images.tenorshare.com/img-2023/product/4ukey-password-manager/banner-bg-xxl3.jpg")
    no-repeat;
  background-size: cover;
  background-position: right center;
}

#sec-1 .container {
  position: relative;
  z-index: 20;
}

#sec-1 .lft {
  max-width: 915px;
}

#sec-1 .lft .sec-tit {
  color: #212121;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}

#sec-1 .lft .des-list {
  /* margin: 24px 0 0; */
  color: #6b6b6b;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 12px;
  max-width: 700px;
}

#sec-1 .lft .des-list li:not(:nth-child(1)) {
  margin-top: 12px;
}

#sec-1 #tp-video {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

#sec-1 #tp-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec-1 .android .btn-29:hover .text {
  color: black;
}
#sec-1 .android .btn-29:hover {
  background-color: black;
  border: 2px solid black;
}
#sec-1 .android .btn-29:hover .text .google svg path {
  fill: black;
}
@media (max-width: 2300px) {
  #sec-1 .content-wrap {
    padding: 76px 0 96px;

    background: url("https://images.tenorshare.com/img-2023/product/4ukey-password-manager/banner-bg3.jpg")
      no-repeat;
    background-size: cover;
    background-position: 100%;
  }
}
@media (max-width: 1600px) {
  #sec-1 .lft {
    max-width: 660px;
  }
  #sec-1 .content-wrap {
    background: url("https://images.tenorshare.com/img-2023/product/4ukey-password-manager/banner-bg-md2.jpg")
      center;
    background-size: cover;
    background-position: 100%;
  }
  #sec-1 .lft .sec-tit {
    font-size: 24px;
    margin-bottom: 12px;
  }
  #sec-1 #tp-video img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  #sec-1 .lft .des-list {
    font-size: 16px;
    max-width: 520px;
  }

  #sec-1 .content-wrap {
    padding: 25px 0;
  }

  #sec-1 #tp-video {
    left: 50%;
  }
  #sec-1 h1 {
    font-size: 36px;
    max-width: 622px;
  }
}

@media (max-width: 992px) {
  #sec-1 .lft {
    max-width: 100%;
  }
  #sec-1 .btn {
    min-width: 200px;
    font-size: 16px;
  }
  #sec-1 .lft .des-list li:not(:nth-child(1)) {
    margin-top: 8px;
  }

  #sec-1 h1 {
    font-size: 32px;
    margin: 0 auto;
  }

  #sec-1 .lft .des-list {
    font-size: 14px;
    width: fit-content;
    margin: 14px auto 0;
    line-height: 150%;
  }

  #sec-1 .content-wrap {
    /* background: linear-gradient(
180deg,
#eef7fe 0%,
#eef7fe 95.6%,
rgba(237, 247, 254, 0) 100%
); */
    /* width: 395px; */
    min-height: 940px;
    background: url(https://images.tenorshare.com/img-2023/product/4ukey-password-manager/banner-bg-sm.jpg)
      no-repeat;
    padding-bottom: 0;
    background-size: cover;
    padding-top: 28px;
    align-items: start;
    background-position: center bottom;
  }
  /* #sec-1 .lft .content {
margin-bottom: 140px;
} */

  #sec-1 .container {
    padding: 0 18px;
  }

  #sec-1 .container h2,
  #sec-1 .container .des-list.btn-group {
    padding: 0 24px;
  }

  #sec-1 .tp-img-mb {
    margin-top: -130px;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    z-index: -1;
  }

  #sec-1 .tp-img-mb img {
    width: 100%;
  }
}
#sec-1 .content-wrap .content-wrap-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://images.tenorshare.com/img-2023/product/4ukey-password-manager/banner-mark.png")
    no-repeat;
  background-size: cover;
  z-index: 10;
  top: 0;
}

.bg-purple {
  background: var(--08, #e9e9ff);
}
.bg-lightPurple {
  background: rgba(180, 211, 255, 0.32);
}
.bg-green {
  background: var(--06, #efffd6);
}
.bg-blue {
  background: rgba(22, 149, 247, 0.05);
}
.bg-linear-gradient-purple {
  background: linear-gradient(180deg, #d7d7ff 0%, #b6b6ff 100%);
}
.bg-linear-gradient-grey {
  background: linear-gradient(180deg, #fff 0%, #e2eaf1 100%);
}
.bg-linear-gradient-yellow {
  background: linear-gradient(180deg, #ffefb3 0%, #ffe480 100%);
}
.bg-linear-gradient-orange {
  background: linear-gradient(180deg, #ffd9c6 0%, #ffb38e 100%);
}
.bg-linear-gradient-blue {
  background: linear-gradient(180deg, #fff 0%, #2c9cf6 100%);
}
.bg-linear-gradient-green {
  background: linear-gradient(180deg, #e0ffad 0%, #d0ff84 100%);
}

#sec-2 {
  padding: 40px 0;
}
/* #sec-2 .container {
max-width: 1480px;
} */
#sec-2 .lft .item:not(:nth-child(1)) {
  margin-left: 111px;
}
#sec-2 .border {
  width: 1px;
  background: #d8dfe2;
  margin: 0 65px 0 65px;
}
#sec-2 .rgt .des {
  max-width: 450px;
  color: #878b8d;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.6;
}
#sec-2 .lft img {
  opacity: 0.8;
}

#sec-2 .lft img:nth-child(2) {
  width: 250px;
}
#sec-2 .lft img:nth-child(1) {
  width: 172px;
}
#sec-2 .lft img:nth-child(3) {
  width: 210px;
}
/* #sec-2 .lft img {
transform: scale(0.75);
} */
@media (max-width: 1600px) {
  #sec-2 {
    padding: 13px 0;
  }
  #sec-2 .container {
    /* max-width: 1160px; */
  }
  #sec-2 .rgt {
    color: #878b8d;
    font-size: 14.491px;
    font-weight: 400;
    line-height: 150%; /* 21.737px */
  }
  #sec-2 .rgt img {
    width: 64px;
  }
  #sec-2 .rgt .des {
    font-size: 14px;
  }
  /* #sec-2 .lft img {
transform: scale(0.55);
} */
  #sec-2 .lft .item:not(:nth-child(1)) {
    margin-left: 76px;
  }
  /* #sec-2 .lft .item:last-child {
margin-right: 31px;
} */
  #sec-2 .lft img:nth-child(1) {
    width: 120px;
  }
  #sec-2 .lft img:nth-child(2) {
    width: 196px;
  }
  #sec-2 .lft img:nth-child(3) {
    width: 108px;
  }
  #sec-2 .border {
    margin: 0 65px 0 45px;
  }
}
@media (max-width: 992px) {
  #sec-2 {
    padding: 20px 24px;
  }
  #sec-2 .lft .item:not(:nth-child(1)) {
    margin-left: 20px;
  }
  #sec-2 .lft .item:last-child {
    margin-right: 0;
  }
  #sec-2 .rgt {
    order: 0;
    color: #878b8d;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
  }
  #sec-2 .rgt img {
    width: 48px;
  }
  #sec-2 .lft {
    margin-top: 16px;
    order: 1;
    height: 24px;
  }
  /* #sec-2 .lft img {
transform: scale(1);
} */
  #sec-2 .lft img:nth-child(1) {
    width: 89px;
  }
  #sec-2 .lft img:nth-child(2) {
    width: 125px;
  }
  #sec-2 .lft img:nth-child(3) {
    width: 88px;
  }
  #sec-2 .container {
    padding: 0;
  }
}

#sec-5 {
  padding: 100px 0 200px;
}
#sec-5 .container {
  max-width: 1514px;
}
#sec-5 .box {
  /* border: 3px solid red; */
  border-radius: 8px;
  /* background-color: #dadada; */
  overflow: hidden;
  transition: all 0.1s ease;
}

#sec-5 .item-cont {
  position: relative;
}

#sec-5 h2 {
  max-width: 1010px;
  line-height: 140%;
  margin-bottom: 100px;
}

#sec-5 .container-all {
  transition: all 0.1s ease;
}
#sec-5 .container-all.cont1 .img-cont {
  max-width: 665px;
}
#sec-5 .container-all.cont1 .text-cont {
  max-width: 633px;
}
#sec-5 .container-all.cont2 .img-cont {
  max-width: 274px;
}
#sec-5 .container-all.cont2 .text-cont {
  max-width: 340px;
  margin-right: 40px;
}
#sec-5 .container-all.cont1 {
  margin-bottom: 28px;
}
#sec-5 .container-all.cont2:first-child {
  margin-right: 22px;
}

#sec-5 .card-cont {
  display: flex;
}

#sec-5 .item-cont {
  flex: 1 1 auto;
  /* min-height: 260px; */

  position: relative;
}

#sec-5 .item-cont h2 {
  font-weight: 300;
  font-size: 1.33333rem;
  line-height: 1.25;
}

#sec-5 .photo-container {
  /* transition:all .1s ease; */
  width: 100%;
  transition: all 0.1s ease;
}
#sec-5 .photo-container img {
  width: 100%;

  /* position: absolute;
bottom: 0; */
  /* transition:all .1s ease; */
}

#sec-5 .item1 {
  background: #e6f1ff;
  padding: 40px;
  height: 100%;
}
#sec-5 .item2 {
  background: #e9e9ff;
  padding: 40px;
}
#sec-5 .item3 {
  background: #f7ffea;
  padding: 40px;
}
#sec-5 .text-cont h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}
#sec-5 .text-cont p {
  font-size: 18px;
  color: #6b6b6b;
}

@media (max-width: 1600px) {
  #sec-5 {
    padding: 100px 0;
  }
  #sec-5 .container {
    max-width: 1120px;
  }
  #sec-5 h2 {
    max-width: 724px;
    line-height: 140%;
    margin-bottom: 40px;
  }
  #sec-5 .container-all.cont1 {
    margin-bottom: 32px;
  }
  #sec-5 .container-all.cont1 .img-cont {
    max-width: 504px;
  }
  #sec-5 .container-all.cont1 .text-cont {
    max-width: 496px;
  }
  #sec-5 .container-all.cont2 .img-cont {
    max-width: 192px;
  }
  #sec-5 .container-all.cont2 .text-cont {
    max-width: 248px;
    margin-right: 32px;
  }
  #sec-5 .text-cont h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
  }
  #sec-5 .text-cont p {
    font-size: 16px;
  }
  #sec-5 .item1,
  #sec-5 .item2,
  #sec-5 .item3 {
    padding: 32px;
    height: 100%;
  }
}
@media (max-width: 992px) {
  #sec-5 {
    padding: 60px 0 80px;
  }
  #sec-5 h2 {
    max-width: 1010px;
    line-height: 140%;
    padding: 0 24px;
    margin-bottom: 40px;
  }
  #sec-5 .container-all.cont2:first-child {
    margin-right: 0px;
  }
  #sec-5 .item1 {
    border-radius: 8px;
    background: linear-gradient(180deg, #bfe1fc 10.15%, #ebf6fe 116.54%);

    padding: 32px 14px;
  }
  #sec-5 .item2 {
    border-radius: 8px;
    background: linear-gradient(1deg, #e9e9ff 26.61%, #bebeff 104.86%);

    padding: 32px 14px;
  }
  #sec-5 .item3 {
    border-radius: 8px;
    background: linear-gradient(181deg, #e6ffbd -10.57%, #f7ffea 97.44%);

    padding: 32px 14px;
  }
  #sec-5 .container-all.cont2 .img-cont,
  #sec-5 .container-all.cont2 .text-cont {
    max-width: 100%;
    margin: 0;
  }
  #sec-5 .container-all.cont1 {
    margin-bottom: 24px;
  }
}

#sec-password {
  padding: 120px 0;
  background: url("https://images.tenorshare.com/img-2023/product/4ukey-password-manager/sec-password-bg-xxl.png")
    no-repeat center;
  background-size: cover;
}

#sec-password h2 {
  font-style: normal;
  font-weight: 600;
}
#sec-password .text-cont {
  max-width: 673px;
}
#sec-password .des-list {
  /* margin: 24px 0 0; */
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 12px;
  max-width: 700px;
}
#sec-password p {
  color: #6b6b6b;
  font-size: 18px;
}
#sec-password .des-list li:not(:nth-child(1)) {
  margin-top: 8px;
}
#sec-password .list-dot {
  list-style: none;
  padding-left: 14px;
  margin-top: 26px;
}
#sec-password .list-dot li {
  position: relative;
}
#sec-password .list-dot li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #6b6b6b;
  position: absolute;
  left: -12px;
  top: 10px;
}
@media (max-width: 2100px) {
  #sec-password {
    padding: 120px 0;
    background: url("https://images.tenorshare.com/img-2023/product/4ukey-password-manager/sec-password-bg.jpg")
      no-repeat center;
    background-size: cover;
    /* height:662px */
  }
}
@media (max-width: 1600px) {
  #sec-password {
    padding: 64px 0;
    background: url("https://images.tenorshare.com/img-2023/product/4ukey-password-manager/sec-password-bg-lg.jpg")
      no-repeat center;
    background-size: cover;
  }

  #sec-password .des-list li:not(:nth-child(1)) {
    margin-top: 6px;
  }
  #sec-password .text-cont {
    max-width: 520px;
  }

  #sec-password p {
    font-size: 16px;
  }
  #sec-password .des-list {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #sec-password {
    background: #dfe5ef;
    padding: 0 0 32px 0;

    /* min-height:492px */
  }

  #sec-password h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }

  #sec-password .tmp-box {
    /* background:url(https://images.tenorshare.com/img-2023/product/4ukey-password-manager/sec-password-bg-sm.png)no-repeat top ;
min-width:390px;
background-size: cover; */
  }
  #sec-password .more-arrow {
    max-width: 12px;
    margin: 0 auto;
  }
  #sec-password .des-list {
    padding-left: 24px;
  }
}

#swiper-media {
  padding: 100px 0 90px;
  background: url("https://images.tenorshare.com/img-2023/product/4ukey-password-manager/media-bg.png")
    no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#swiper-media .lft .sec-tit {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
#swiper-media .lft h2 {
  color: #f3fbfe;
}
#swiper-media .lft a {
  color: #f3fbfe;
  font-size: 18px;
}
#swiper-media .lft .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}
#swiper-media .lft .swiper-pagination-bullet:not(:nth-child(1)) {
  margin-left: 12px;
}
#swiper-media .lft .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f3fbfe;
  opacity: 1;
}
#swiper-media .rgt {
  width: 65%;
}

#swiper-media .mySwiper3 .item {
  width: 528px;
  border-radius: 12px;
  background: #f3fbfe;
}
#swiper-media .mySwiper3 .item .avator-wrap {
  font-size: 18px;
  font-weight: 600;
}
#swiper-media .mySwiper3 .item.item-1 {
  padding: 40px 32px;
}
#swiper-media .mySwiper3 .item.item-2 {
  padding: 40px 32px;
  margin-left: 32px;
}
#swiper-media .mySwiper3 .swiper-wrapper {
  margin-top: 60px;
}
#swiper-media .mySwiper3 .swiper-button-wrap {
  display: flex;
}
#swiper-media .mySwiper3 .swiper-button-wrap .swiper-button-next,
#swiper-media .mySwiper3 .swiper-button-wrap .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  width: 80px;
  height: 80px;
}
#swiper-media .mySwiper3 .swiper-button-wrap .swiper-button-next::after,
#swiper-media .mySwiper3 .swiper-button-wrap .swiper-button-prev::after {
  content: none;
}
#swiper-media .mySwiper3 .swiper-button-wrap .swiper-button-next {
  margin-left: 32px;
}
#swiper-media .mySwiper3 .swiper-fade .swiper-slide {
  transition-duration: 1000ms !important;
  pointer-events: auto;
}
#swiper-step .mySwiper .swiper-slide {
  pointer-events: auto;
  cursor: pointer;
}
#swiper-media a.hover-bottom-line::after {
  background-color: #fff;
}
#swiper-media .item.item-2 .img-wrap {
  height: 44px;
}
#swiper-media .star img {
  max-width: 160px;
}
@media (max-width: 1600px) {
  #swiper-media .star img {
    max-width: 130px;
  }
  #swiper-media {
    padding: 48px 0;
    background: url("https://images.tenorshare.com/img-2023/product/4ukey-password-manager/media-bg.png")
      no-repeat;
    background-size: cover;
  }
  #swiper-media .mySwiper3 .item {
    font-size: 16px;
    line-height: 150%;
  }
  #swiper-media .mySwiper3 .item .avator-wrap {
    font-size: 18px;
  }
  #swiper-media .mySwiper3 .item .avator-wrap img {
    width: 48px;
  }
  #swiper-media .mySwiper3 .item.item-1,
  #swiper-media .mySwiper3 .item.item-2 {
    padding: 36px 28px 40px;
  }
  #swiper-media .mySwiper3 {
    width: 640px;
  }
  #swiper-media .mySwiper3 .swiper-wrapper {
    margin-top: 70px;
  }
  #swiper-media .mySwiper3 .swiper-button-wrap .swiper-button-prev,
  #swiper-media .mySwiper3 .swiper-button-wrap .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  #swiper-media .mySwiper3 .swiper-button-wrap .swiper-button-prev svg,
  #swiper-media .mySwiper3 .swiper-button-wrap .swiper-button-next svg {
    max-width: 100%;
  }
  #swiper-media .lft .sec-tit {
    font-size: 12px;
  }
  #swiper-media .lft img {
    height: 18px;
  }
  #swiper-media .lft a {
    font-size: 16px;
  }
  #swiper-media .lft .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  #swiper-media .lft .swiper-pagination-bullet:not(:nth-child(1)) {
    margin-left: 6px;
  }
}
.collapsing {
  transition: all 0.4s;
}

@media (max-width: 992px) {
  #swiper-media {
    padding: 40px 0 0;
  }

  #swiper-media .rgt {
    width: 100%;
    padding-bottom: 70px;
  }
  #swiper-media .mySwiper3 {
    width: 100%;
  }
  #swiper-media .mySwiper3 .swiper-wrapper {
    margin-top: 36px;
  }
  #swiper-media .mySwiper3 .item {
    width: 100%;
    padding: 36px 24px;
  }
  #swiper-media .mySwiper3 .item.item-2 {
    margin-left: 0;
    margin-top: 24px;
    padding: 36px 24px;
  }
  #swiper-media .mySwiper3 .item.item-2 .des {
    margin-top: 32px;
  }
  #swiper-media .mySwiper4-swiper-pagination {
    position: absolute;
    bottom: 40px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
}

#sec-8 {
  background: url("https://images.tenorshare.com/img-2023/product/reiboot/sec-8-bg.png");
  background-size: cover;
  background-position: center bottom;
  padding: 40px;
}
#sec-8 .btn-29.btn-outline-black:hover .text .google svg path {
  fill: white;
}
#sec-8 .btn.btn-xl {
  padding: 0 34px;
  height: 60px;
}
#sec-8 .btn-29.btn-outline-black {
  padding: 0 48px;
}

#sec-8 .dec {
  color: #525252;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
#sec-8 .des-list {
  margin-top: 100px;
  max-width: 1450px;
}
#sec-8 .des-list .item .tit {
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
#sec-8 .des-list .item .des {
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
#sec-8 .img-logo {
  width: 128px;
  height: 128px;
}
#pro-guide {
  padding: 100px 0 80px;
}
#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: 40px 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;
}
@media (min-width: 992px) {
  #pro-guide .nav-contanier::after {
    height: 4px;
  }
}
#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: #2c9cf6;
  font-weight: 600;
}
#pro-guide .nav .nav-link.active::after {
  border-radius: 10px;
  z-index: 99;
  content: "";
  position: absolute;
  height: 2px;
  min-width: 108px;
  width: calc(100% - 80px);
  background: #2c9cf6;
  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-left: 100px;
}
@media (min-width: 992px) {
  #pro-guide .nav {
    font-size: 18px;
  }
  #pro-guide .tab-content {
    margin-top: 40px;
  }
}

@media (min-width: 1400px) {
  #pro-guide .nav {
    font-size: 20px;
  }
}

#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) {
  #sec-8 {
    padding: 100px 0;
  }
  #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 .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: rgba(26, 156, 255, 0.05);
  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: #2c9cf6;
}
#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: 1rem 2rem 1.5rem 1rem;
  color: #fff;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
  opacity: 0.8;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  #pro-guide {
    padding: 100px 0 100px;
  }
  #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: 8px 118px 24px 40px;
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  #pro-guide {
    padding: 104px 0 200px;
  }
  #pro-guide .nav-contanier {
    margin: 60px auto 0;
  }
  #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: 16px 96px 24px 36px;
    font-size: 18px;
  }
  #pro-guide .tab-content {
    margin-top: 60px;
  }
}

@media (max-width: 1600px) {
  #sec-8 {
    padding-top: 100px;
  }
  #sec-8 .btn.btn-xl {
    padding: 0 16px;
    height: 48px;
    font-size: 16px;
  }
  #sec-8 .btn-29.btn-outline-black {
    padding: 0 32px;
  }
  #sec-8 .img-logo {
    width: 80px;
    height: 80px;
  }
  #sec-8 .des-list {
    margin-top: 56px;
  }
  #sec-8 .des-list .item img {
    width: 36px;
    height: 36px;
  }
  #sec-8 .des-list .item .tit {
    font-size: 16px;
  }
  #sec-8 .des-list .item .des {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  #sec-8 {
    padding: 80px 0 0;
    background: url(https://images.tenorshare.com/img-2023/product/reiboot/sec-8-bg-mb.png)
      no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  #sec-8 .btn.btn-xl {
    padding: 0 50px;
    height: 56px;
  }
  #sec-8 .des {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
  #sec-8 .des-list {
    margin-top: 16px;
  }
  #sec-8 .des-list .item {
    width: 50%;
    margin-top: 32px;
  }

  #pro-guide {
    padding: 80px 0;
  }
  #pro-guide .nav .nav-link {
    font-size: 14px;
  }
  #pro-guide .nav .nav-link#faq-part-2 {
    margin-left: 28px;
  }
  #pro-guide .container {
    padding: 0;
  }
  #pro-guide h2.title,
  #pro-guide .tab-content {
    padding: 0 24px;
  }
  #pro-guide
    .accordion.v1.v1-0-1
    .accordion-item
    .accordion-button:not(.collapsed) {
    padding: 32px 16px 0px;
  }
  #pro-guide .nav-contanier .nav-contanier-content::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #d8dfe2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  #pro-guide .nav .nav-link.active::after {
    width: calc(100% + 40px);
    z-index: 30;
  }
  #pro-guide .nav-contanier {
    margin-top: 24px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    padding: 12px 16px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    font-size: 16px;
    padding: 1rem 2rem 28px 1rem;
  }

  #pro-guide #faq-part-2 .item {
    padding: 28px 0;
    font-size: 16px;
  }
  #pro-guide #faq-part-2 .item .tit {
    font-size: 18px;
    padding: 0 16px;
  }
  #pro-guide #faq-part-2 .item ul {
    font-size: 16px;
    padding-left: 8px;
  }
  #pro-guide #faq-part-2 .item ul li {
    margin-top: 20px;
    line-height: 1.1;
  }
  #pro-guide #faq-part-2 .col-lg-4 {
    margin-top: 20px;
  }
  .swiper-fade .swiper-slide {
    opacity: 0 !important;
  }
  .swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
  }
}

#swiper-step {
  padding: 200px 0 100px;
}
#swiper-step .btn.btn-lg {
  height: 68px;
  padding: 16px 34px;
}
#swiper-step .mySwiper {
  margin-top: 54px;
}
#swiper-step img {
  width: 100%;
}
#swiper-step .mySwiper .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#swiper-step .mySwiper .swiper-slide {
  max-width: 428px;
  display: flex;
  flex-direction: column;
  height: auto;
}
#swiper-step .mySwiper .swiper-slide .tit {
  color: #212121;
  font-size: 26px;
  font-weight: 500;
  line-height: 130%;
}
#swiper-step .mySwiper .swiper-slide .des {
  color: #6b6b6b;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  flex: 1;
}
#swiper-step .mySwiper .swiper-slide.swiper-slide-thumb-active .tit {
  color: #2c9cf6;
}
#swiper-step .mySwiper .swiper-slide.swiper-slide-thumb-active .des {
  color: #2c9cf6;
}
#swiper-step
  .mySwiper
  .swiper-slide.swiper-slide-thumb-active
  .swiper-progress-line-wrap
  .swiper-progress-line {
  width: 50%;
}
#swiper-step .mySwiper .swiper-progress-line-wrap {
  width: 100%;
  height: 2px;
  background: #d8dfe2;
  margin-top: 32px;
}
#swiper-step .mySwiper .swiper-progress-line-wrap .swiper-progress-line {
  width: 0;
  height: 2px;
  background: #2c9cf6;
}
#swiper-step .mySwiper2 {
  margin-top: 58px;
}
#swiper-step .mySwiper2 .swiper-slide {
  text-align: center;
}
#swiper-step .mySwiper2 .swiper-slide .step-img-wrap {
  width: fit-content;
  margin: 0 auto;
}
#swiper-step .mySwiper2 .swiper-slide .swiper-step-img {
  position: absolute;
  left: 50%;
  top: 4.8%;
  transform: translateX(-50%);
  width: calc(75% + 4px);
}
#swiper-step .mySwiper2 .swiper-button-prev {
  margin-left: 126px;
}
#swiper-step .mySwiper2 .swiper-button-next {
  margin-right: 126px;
}
#swiper-step .mySwiper2 .swiper-button-next,
#swiper-step .mySwiper2 .swiper-button-prev {
  width: 80px;
  height: 80px;
}
#swiper-step .mySwiper2 .swiper-button-next::after,
#swiper-step .mySwiper2 .swiper-button-prev::after {
  content: none;
}
@media (max-width: 1600px) {
  #swiper-step {
    padding: 100px 0 100px;
  }
  #swiper-step .btn.btn-lg {
    height: 56px;
    padding: 16px 24px;
  }
  #swiper-step .container {
    max-width: 1140px;
  }
  #swiper-step a {
    font-size: 16px;
  }
  #swiper-step .mySwiper {
    margin-top: 16px;
  }
  #swiper-step .mySwiper2 .swiper-button-next,
  #swiper-step .mySwiper2 .swiper-button-prev {
    width: 60px;
    margin: 0;
  }
  #swiper-step .mySwiper2 {
    margin-top: 32px;
  }
  #swiper-step .mySwiper2 .swiper-slide .step-img-wrap {
    width: 690px;
  }
  #swiper-step .mySwiper2 .swiper-button-next {
    margin-right: 69px;
  }
  #swiper-step .mySwiper2 .swiper-button-prev {
    margin-left: 69px;
  }
  #swiper-step .mySwiper .swiper-slide .tit {
    font-size: 20px;
  }
  #swiper-step .mySwiper .swiper-slide .des {
    font-size: 16px;
    min-height: 48px;
  }
  #swiper-step .mySwiper .swiper-slide {
    max-width: 340px;
  }
  #swiper-step .mySwiper .swiper-progress-line-wrap {
    margin-top: 16px;
  }
}
@media (max-width: 992px) {
  #swiper-step {
    padding: 80px 0 40px;
  }
  #swiper-step .btn {
    height: 56px;
    min-width: 200px;
  }
  #swiper-step .learn-about {
    /* padding-top: 30px; */
    color: #2c9cf6;
  }

  #swiper-step .mySwiper {
    padding: 0 24px;
  }
  #swiper-step .mySwiper .swiper-slide {
    max-width: none;
    width: 100%;
    background: rgb(243, 251, 254);
  }
  #swiper-step .container {
    padding: 0;
  }
  #swiper-step .mySwiper2 .swiper-slide {
    padding: 0 24px;
  }
  #swiper-step .mySwiper2 .swiper-slide .step-img-wrap {
    width: 100%;
  }
  #swiper-step .mySwiper2 .swiper-button-prev {
    margin-left: 0;
    top: 35%;
  }
  #swiper-step .mySwiper2 .swiper-button-next {
    margin-right: 0;
    top: 35%;
  }
  #swiper-step .mySwiper2 .swiper-button-next,
  #swiper-step .mySwiper2 .swiper-button-prev {
    width: 28px;
    height: 28px;
  }
  #swiper-step .mySwiper2 .swiper-button-next svg,
  #swiper-step .mySwiper2 .swiper-button-prev svg {
    width: 100%;
  }
  #swiper-step .mySwiper2 .mySwiper2-swiper-pagination {
    text-align: center;
  }
  #swiper-step
    .mySwiper2
    .mySwiper2-swiper-pagination
    .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  #swiper-step
    .mySwiper2
    .mySwiper2-swiper-pagination
    .swiper-pagination-bullet-active {
    width: 14px;
    border-radius: 4px;
    background-color: #2c9cf6;
  }
}

#sec-precautions {
  padding: 56px 0 0;
}
#sec-precautions .warning {
  max-width: 24px;
}
#sec-precautions #sec3ExpandContent {
  width: 12px;
}
#sec-precautions #compare-table-for-more {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  color: #2c9cf6;
}
#sec-precautions .card {
  border-radius: 4px;
  border: 1px dashed var(--06, #d8dfe2);
  background: #eff7fa;
  padding: 24px 16px 16px;
  max-width: 1322px;
}
#sec-precautions .card .tit {
  margin-bottom: 10px;
}
#sec-precautions .card ul {
  font-size: 14px;
  padding-left: 20px;
}
#sec-precautions .card ul.ellp {
  overflow: hidden;
  display: -webkit-box; /* 使用旧的 WebKit 内核浏览器时需要添加 */
  -webkit-box-orient: vertical; /* 垂直排列文本 */
  -webkit-line-clamp: 4; /* 最多显示5行文本 */
}
@media (min-width: 992px) {
  #sec-precautions .card .tit {
    font-size: 14px;
    margin-bottom: 13px;
  }
  #sec-precautions {
    padding: 80px 0 0;
  }
  #sec-precautions .card ul.ellp {
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
  }
  #sec-precautions .card ul {
    font-size: 12px;
    padding-left: 20px;
  }
  #sec-precautions .card {
    max-width: 1018px;
    padding: 24px 16px 18px;
  }
  #sec-precautions #compare-table-for-more {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  #sec-precautions {
    padding: 128px 0 0;
  }
  #sec-precautions .card .tit {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #sec-precautions .card ul {
    font-size: 14px;
    padding-left: 20px;
  }
  #sec-precautions .card {
    padding: 24px 16px;
    max-width: 1322px;
  }
  #sec-precautions #compare-table-for-more {
    font-size: 24px;
  }
}

#sec-more-useful {
  padding: 80px 0;
}
#sec-more-useful h2 {
  margin-bottom: 40px;
}
#sec-more-useful h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
#sec-more-useful p,
#sec-more-useful ul {
  font-size: 16px;
}
#sec-more-useful .item {
  border-radius: 12px;
  padding: 24px;
  height: 100%;
}
#sec-more-useful .item ul li::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwMjA2XzIyODE3KSI+CjxjaXJjbGUgY3g9IjEwLjAwMDEiIGN5PSIxMC4wMDAxIiByPSI4LjMzMzMzIiBzdHJva2U9IiM1MjUyNTIiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNNiAxMC4zMzM2TDkgMTMuMDAwMkwxNCA3LjAwMDI0IiBzdHJva2U9IiM1MjUyNTIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTAyMDZfMjI4MTciPgo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  width: 18px;
  height: 18px;
  display: block;
  margin: 0 auto 8px;
}
#sec-more-useful .item .icon {
  max-width: 119px;
}
@media (min-width: 992px) {
  #sec-more-useful {
    padding: 100px 0;
  }
  #sec-more-useful .item {
    padding: 32px;
    height: 100%;
  }

  #sec-more-useful h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
  }

  #sec-more-useful .item .icon {
    max-width: 137px;
    border-radius: 40px;
  }
  #sec-more-useful .item ul li::before {
    margin: 2px 4px 0 0;
  }
}
@media (min-width: 1600px) {
  #sec-more-useful {
    padding: 100px 0;
  }
  #sec-more-useful h2 {
    margin-bottom: 80px;
  }
  #sec-more-useful h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
  }
  #sec-more-useful p,
  #sec-more-useful ul {
    font-size: 18px;
  }
  #sec-more-useful .item {
    border-radius: 12px;
    padding: 57px;
    height: 100%;
  }
  #sec-more-useful .item .icon {
    max-width: 190px;
  }
  #sec-more-useful .item ul li::before {
    width: 20px;
    height: 20px;
    margin: 4px 8px 0 0;
  }
}

.sec-tech h2 {
  margin-bottom: 40px;
}
.sec-tech {
  padding: 80px 0 0;
}
.sec-tech .titleItem {
  padding: 16px 36px;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
.sec-tech .item {
  height: auto;
  /*   max-height:320px; */
  padding: 32px 20px;
  border-radius: 12px;
}

.sec-tech .subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.sec-tech .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #212121;
}
.sec-tech p {
  font-size: 18px;
  color: #212121;
  font-weight: 400;
}
.sec-tech .nav {
  border: none;
  background: white;
  padding: 4px;
  width: max-content;
  margin: 0 auto;
  border-radius: 6px;
  margin-bottom: 16px;
}

.sec-tech .nav-tabs.v1 .nav-link {
  border: none;
  padding: 0;
  color: #000;
  margin: 0;
  background: none;
  padding: 8px 37px;
  border-radius: 6px;
}
.sec-tech .nav-tabs.v1 .nav-link:nth-child(2) {
  margin-left: 24px;
}
.sec-tech .nav-tabs.v1 .nav-link.active {
  border: none;

  background-color: #2c9cf6;
  color: #fff;
}
@media (min-width: 992px) {
  .sec-tech {
    padding: 0px 0 0;
  }
  .sec-tech .item {
    padding: 32px;
    height: 100%;
    border-radius: 12px;
  }
  .sec-tech .nav {
    margin-bottom: 48px;
  }
  .sec-tech .nav-tabs.v1 .nav-link {
    padding: 12px 48px;
    border-radius: 12px;
  }

  .sec-tech p {
    font-size: 16px;
    color: #212121;
  }

  .sec-tech .row > div:nth-child(2) {
    padding: 0 16px;
  }
}
@media (min-width: 1600px) {
  .sec-tech .item {
  }
  .sec-tech .row > div:nth-child(2) {
    padding: 0 32px;
  }
  #sec-tect h2 {
    margin-bottom: 60px;
  }
  .sec-tech {
    padding: 100px 0;
  }
  .sec-tech .subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }
  .sec-tech p {
    font-size: 18px;
    color: #212121;
  }
  .sec-tech h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .sec-tech .title {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .sec-tech p {
    font-size: 16px;
    color: #6b6b6b;
    font-weight: 400;
  }
  .sec-tech .item .system-content {
    width: calc(100% + 42px);
    position: relative;
    left: -42px;
    margin-top: 12px;
  }
  .sec-tech .item .system-tit {
    margin-top: 4px;
  }
}

#faq-part-content-2 .item {
  height: 100%;
}
#faq-part-content-2 .item.item-2 ul li {
  margin-top: 28px;
}
#faq-part-content-2 .item ul li {
  color: #212121;
}
@media (max-width: 992px) {
  #faq-part-content-2 .item ul {
    padding-left: 0 !important;
  }
  #faq-part-content-2 .item {
    padding: 28px 16px;
  }
  #faq-part-content-2 .item ul li {
    font-size: 16px;
    color: #212121;
  }
  #faq-part-content-2 .item.item-2 ul li {
    margin-top: 20px;
  }
  #faq-part-content-2 .item .tit {
    padding-left: 0 !important;
  }
}

#sec-compatible .device {
  background: rgba(61, 220, 132, 0.05);
  background-size: cover;
  padding: 40px 0 48px;
}
#sec-compatible {
  padding: 80px 0 0px;
}
@media (min-width: 992px) {
  #sec-compatible .device {
    background: url(https://images.tenorshare.com/img-2023/product/ultdata-for-android/sec-compatible-bg.png)
      center no-repeat;
    background-size: cover;
    padding: 40px 0 200px;
  }

  #sec-compatible {
    padding: 128px 0 50px;
  }
}
@media (min-width: 1600px) {
  #sec-compatible .device {
    padding: 64px 0 282px;
  }
  #sec-compatible {
    padding: 274px 0 100px;
  }
}
@media (min-width: 2300px) {
  #sec-compatible .device {
    padding: 40px 0 390px;
  }
}

#swiper-step .mySwiper2 {
  margin-top: 40px;
}
#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) {
  #swiper-step .mySwiper2 {
    margin-top: 60px;
  }
  #pro-guide .nav-contanier {
    margin: 76px auto 0;
  }
}
@media (max-width: 1600px) {
  #swiper-step .mySwiper .swiper-progress-line-wrap {
    margin-top: 16px;
  }
  #pro-guide .tab-content {
    margin-top: 40px;
  }
  #sec-8 .des {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  #pro-guide {
    padding-bottom: 80px;
  }

  #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;
  }
}

.get-one-promotion-side-banner {
  background: url(https://images.tenorshare.com/img-2023/store/side_banner.png)
    no-repeat;
  width: 260px;
  height: 360px;
  background-size: 100% 100%;
  padding-top: 280px;
  transition: 0.4s;
}

.side-banner-move-out {
  transform: translateX(100%) scale(0) !important;
  transform-origin: 50% 50% !important;
  display: none;
}
.get-one-promotion-side-banner a {
  position: relative !important;
  font-size: 1rem;
  font-weight: 700;
  color: #ff612e;
  background: #fff;
  /* background: url('./btn-bg.png') no-repeat;
background-size: 100% 100%; */
  /* background: #FFFFFF; */
  /* box-shadow: inset 0px -1.67702px 2.79503px #FFDF6F; */
  box-shadow: 0px -1.68px 2.8px 0px #ffdf6f inset;
  border-radius: 6px;
  z-index: 10;
}

.get-one-promotion-side-banner .btn.btn-md {
  padding: 0 24px !important;
}

.get-one-promotion-side-banner .btn-wrap {
  position: relative;
}

.get-one-promotion-side-banner .btn-wrap .shdow-img {
  width: 165px;
  height: 28px;
  position: absolute;
  top: 25px;
  right: 32px;
}

.get-one-promotion-side-banner .btn-wrap .arrow-img {
  position: absolute;
  top: 30px;
  right: 57px;
  width: 31px;
  height: 35px;
  z-index: 16;
  animation: mouse-move 1.4s linear infinite forwards;
}

@keyframes mouse-move {
  0% {
    transform: translate(10px, 8px);
  }

  50% {
    transform: inherit;
  }
  100% {
    transform: translate(10px, 8px);
  }
}

@media (max-width: 575px) {
  .get-one-promotion-side-banner-wrap {
    transform: scale(0.5);
    transform-origin: center right;
  }
}

#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;
  }
}
