/* 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;
}

#sec-1 .popup-video-group span {
  max-width: 320px;
}

@media (min-width:576px) {
  #sec-1 .popup-video-group span {
    max-width: 100%;
  }
}

/*---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;
  /* 瀛椾綋鐨勭矖缁嗭紝閫氬父鏄痭ormal鎴朾old */
  font-style: normal;
  /* 瀛椾綋鐨勯鏍硷紝閫氬父鏄痭ormal鎴杋talic */
  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%;
  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: 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;
  }
}


.modal-popup-video .modal-content {
  border: none;
}

#sec-3 .item .videoBox::after {
  display: block;
  content: '';
  width: 59px;
  height: 59px;
  background: url('https://images.tenorshare.com/img-2023/product/reiboot/play-icon.svg') no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .5s all;
}

#sec-3 .item .videoBox:hover::after {
  opacity: 1;
  cursor: pointer;
}

#sec-swiper-step .mySwiper {
  margin-top: 54px;
}

#sec-swiper-step .mySwiper .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

#sec-swiper-step .mySwiper .swiper-slide {
  max-width: 428px;
}

#sec-swiper-step .mySwiper .swiper-slide .tit {
  color: #212121;
  font-size: 26px;
  font-weight: 500;
  line-height: 130%;
}

#sec-swiper-step .mySwiper .swiper-slide .des {
  color: #6b6b6b;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

#sec-swiper-step .mySwiper .swiper-slide.swiper-slide-thumb-active .tit {
  color: #1695F7;
}

#sec-swiper-step .mySwiper .swiper-slide.swiper-slide-thumb-active .des {
  color: #1695F7;
}

#sec-swiper-step .mySwiper .swiper-slide.swiper-slide-thumb-active .swiper-progress-line-wrap .swiper-progress-line {
  width: 50%;
}

#sec-swiper-step .mySwiper .swiper-progress-line-wrap {
  width: 100%;
  height: 2px;
  background: #d8dfe2;
  margin-top: 32px;
}

#sec-swiper-step .mySwiper .swiper-progress-line-wrap .swiper-progress-line {
  width: 0;
  height: 2px;
  background: #1695F7;
}

#sec-swiper-step .mySwiper2 {
  margin-top: 40px;
}

#sec-swiper-step .mySwiper2 .swiper-slide {
  text-align: center;
}

#sec-swiper-step .mySwiper2 .swiper-slide .step-img-wrap {
  width: fit-content;
  margin: 0 auto;
}

#sec-swiper-step .mySwiper2 .swiper-slide .swiper-step-img {
  position: absolute;
  left: 50%;
  top: 4.8%;
  transform: translateX(-50%);
  width: calc(75% + 4px);
}

#sec-swiper-step .mySwiper2 .swiper-button-prev {
  margin-left: 126px;
}

#sec-swiper-step .mySwiper2 .swiper-button-next {
  margin-right: 126px;
}

#sec-swiper-step .mySwiper2 .swiper-button-next,
#sec-swiper-step .mySwiper2 .swiper-button-prev {
  width: 80px;
  height: 80px;
}

#sec-swiper-step .mySwiper2 .swiper-button-next::after,
#sec-swiper-step .mySwiper2 .swiper-button-prev::after {
  content: none;
}

#swiper-media {
  background: url("https://images.tenorshare.com/img-2023/product/ultdata-for-ios/media-bg.png");
  background-size: cover;
}

#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 .img-wrap {
  height: 80px;
}

#swiper-media .mySwiper3 .item.item-1 {
  padding: 32px 50px 62px 32px;
}

#swiper-media .mySwiper3 .item.item-2 {
  padding: 32px 50px 62px 32px;
  margin-left: 32px;
}

#swiper-media .mySwiper3 .swiper-wrapper {
  margin-top: 110px;
}

#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;
}

#sec-swiper-step .mySwiper .swiper-slide {
  pointer-events: auto;
  cursor: pointer;
}

#swiper-media a.hover-bottom-line::after {
  background-color: #fff;
}


#tech-spec .content-wrap {
  margin-top: 60px;
}

#tech-spec .item {
  border-radius: 12px;
  background: #B4D3FF29;
  height: fit-content;
  padding: 32px;
  color: #212121;
}

#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;
}



#tech-spec .content-wrap {
  margin-top: 28px;
}

#tech-spec .col-lg-6 {
  margin-top: 32px;
}

#tech-spec .item .des {
  color: #878b8d;
  font-size: 16px;
  margin-top: 32px;
}

#tech-spec .item .system-tit {
  font-weight: 600;
}

#tech-spec .item .system-content {
  color: #6b6b6b;
  margin-top: 4px;
}

#sec-8 {
  background: url("https://images.tenorshare.com/img-2023/product/reiboot/sec-8-bg.png") no-repeat;
  background-size: cover;
}

#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%;
}

#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;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item:last-child {
  margin-bottom: 0 !important;
}


@media (min-width: 992px) {
  #pro-guide .nav-contanier {
    margin: 56px auto 0;
  }

  #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: #1695F7;
  font-weight: 600;
}

#pro-guide .nav .nav-link.active::after {
  z-index: 99;
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% - 80px);
  background: #1695F7;
  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;
  }
}

@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: 100px 0 100px;
  }

  #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: #1695F7;
}

#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;
}

@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;
  }
}

#accordion-for-more {
  width: fit-content;
  margin: 40px auto 0;
  text-decoration-line: underline;
  cursor: pointer;
  transition: all .4s;
}

#accordion-for-more:hover {
  color: #1695F7;

}

@media (max-width: 1600px) {

  h2,
  .h2 {
    font-size: 36px;
  }

  section {
    padding: 50px 0;
  }



  #sec-swiper-step a {
    font-size: 16px;
  }

  #sec-swiper-step .mySwiper {
    margin-top: 16px;
  }

  #sec-swiper-step .mySwiper2 .swiper-button-next,
  #sec-swiper-step .mySwiper2 .swiper-button-prev {
    width: 60px;
    margin: 0;
  }

  #sec-swiper-step .mySwiper2 .swiper-slide .step-img-wrap {
    width: 690px;
  }

  #sec-swiper-step .mySwiper2 .swiper-button-next {
    margin-right: 69px;
  }

  #sec-swiper-step .mySwiper2 .swiper-button-prev {
    margin-left: 69px;
  }

  #sec-swiper-step .mySwiper .swiper-slide .tit {
    font-size: 20px;
  }

  #sec-swiper-step .mySwiper .swiper-slide .des {
    font-size: 16px;
  }

  #sec-swiper-step .mySwiper .swiper-slide {
    max-width: 340px;
  }

  #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 .img-wrap {
    height: 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: 120px;
  }

  #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;
  }


  #tech-spec .item .tit {
    font-size: 18px;
  }

  #tech-spec .item p {
    font-size: 16px;
  }

  #tech-spec .content-wrap {
    margin-top: 8px;
  }

  #tech-spec .item .system-content {
    margin-top: 6px;
  }

  #sec-8 {
    padding-top: 100px;
  }

  #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;
  }

  #pro-guide {
    padding-top: 50px;
  }

  #pro-guide #faq-part-2 .col-lg-4:nth-child(1) .item {
    height: 100%;
  }

  #pro-guide #faq-part-2 .col-lg-4:nth-child(3) .item {
    height: 100%;
  }

  #pro-guide #faq-part-2 .item ul li a {
    font-size: 16px;
  }

  #pro-guide #faq-part-2 .item ul li {
    margin-top: 24px;
    line-height: 1.2;
  }
}

.collapsing {
  transition: all 0.4s;
}


@media (max-width: 992px) {

  #sec-swiper-step {
    padding-top: 0px;
  }

  #sec-swiper-step .mySwiper {
    padding: 0 24px;
  }

  #sec-swiper-step .mySwiper .swiper-slide {
    max-width: none;
    width: 100%;
    background: rgb(243, 251, 254);
  }

  #sec-swiper-step .container {
    padding: 0;
  }

  #sec-swiper-step .container h2 {
    padding: 0 24px;
  }

  #sec-swiper-step .mySwiper2 .swiper-slide {
    padding: 0 24px;
  }

  #sec-swiper-step .mySwiper2 .swiper-slide .step-img-wrap {
    width: 100%;
  }

  #sec-swiper-step .mySwiper2 .swiper-button-prev {
    margin-left: 0;
  }

  #sec-swiper-step .mySwiper2 .swiper-button-next {
    margin-right: 0;
  }

  #sec-swiper-step .mySwiper2 .swiper-button-next,
  #sec-swiper-step .mySwiper2 .swiper-button-prev {
    width: 28px;
    height: 28px;
  }

  #sec-swiper-step .mySwiper2 .swiper-button-next svg,
  #sec-swiper-step .mySwiper2 .swiper-button-prev svg {
    width: 100%;
  }

  #sec-swiper-step .mySwiper2 .mySwiper2-swiper-pagination {
    text-align: center;
  }

  #sec-swiper-step .mySwiper2 .mySwiper2-swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }

  #sec-swiper-step .mySwiper2 .mySwiper2-swiper-pagination .swiper-pagination-bullet-active {
    width: 14px;
    border-radius: 4px;
  }

  #sec-swiper-step .mySwiper .swiper-progress-line-wrap {
    margin-top: 16px;
  }

  #swiper-media {
    padding-top: 34px;
    padding-bottom: 70px;
  }

  #swiper-media .rgt {
    width: 100%;
  }

  #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 .mySwiper3-swiper-pagination {
    position: absolute;
    bottom: -38px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }

  #tech-spec .content-wrap {
    margin-top: 4px;
  }

  #tech-spec .col-lg-6 {
    margin-top: 24px;
  }

  #sec-8 {
    padding-top: 50px;
    background: url('https://images.tenorshare.com/img-2023/product/ultdata-for-ios/new/sec-8-bg.png');
    background-size: cover;
  }

  #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;
  }

  #tech-spec .item {
    padding: 32px 20px;
  }

  #tech-spec .item .des {
    font-size: 14px;
  }

  #pro-guide {
    padding-top: 0px;
  }

  #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 .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-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;
  }

  #pro-guide #faq-part-content-1 .accordion.v1.v1-0-1 .accordion-item:last-child {
    margin-bottom: 0px !important;
  }

  .swiper-fade .swiper-slide {
    opacity: 0 !important
  }

  .swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important
  }
}

@media (max-width: 980px) {
  #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 24px;
  }
}


.btn-29.btn-blue {
  background: #1695F7;
  border-color: #1695F7;
}

.btn-29.btn-blue:hover .text {
  color: #1695F7;
}

#sec-swiper-step {
  background: #F3FBFE;
}

@media (max-width: 1600px) {

  #faq-part-content-2 .item {
    padding: 32px 16px;
  }

  #faq-part-content-2 .item ul li {
    margin-top: 24px;
  }

  #faq-part-content-2 .item ul li a {
    font-size: 16px;
  }

  #pro-guide {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {

  #faq-part-content-2 .item.mt-32 {
    margin-top: 20px;
  }

  #faq-part-content-2 .item {
    padding: 28px 16px 28px 0;
  }
}

@media (max-width: 960px) {
  [id^=sec-] .btn {
    min-width: 180px;
  }
}


#sec-3 {
  background: url("https://images.tenorshare.com/img-2023/product/ultdata-for-ios/new/sec3-bg.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 0;
  padding: 0;
  position: relative;
}

#sec-3 .container {
  padding: 80px 0 300px;
}

#sec-3 h2 {
  color: #f3fbfe;
  max-width: 780px;
  line-height: 120%;
}

#sec-3 .des {
  max-width: 792px;
  margin-top: 12px;
  color: rgba(243, 251, 254, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

#sec-3 .des-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -138px;
  width: 100%;
  padding: 0 21px;
  gap: 32px;

}

#sec-3 .des-list .item {
  transition: all 0.4s;
  padding: 48px 40px 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #E4F5FF 0%, #FAFDFF 65.48%);
}



#sec-3 .des-list .item .tit {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

#sec-3 .des-list .item img {
  margin-top: 24px;
}

#sec-3 .des-list .popup-video-group>a span {
  font-size: 16px;
  margin-left: 8px;
  line-height: 16px;
  color: #0670fb;
}

@media (max-width: 1600px) {
  #sec-3 h2 {
    line-height: 140%;
    font-weight: 600;
    max-width: 576px;
  }

  #sec-3 .container {
    padding: 62px 0 170px;
  }

  #sec-3 .des {
    font-size: 16px;
  }

  #sec-3 .des-list {
    bottom: -82px;
  }

  #sec-3 .des-list .item {
    padding: 24px 26px 0;
    width: 18.5%;
  }

  #sec-3 .des-list .item .tit {
    margin-bottom: 0;
    font-size: 16px;
  }

  #sec-3 .des-list .item img {
    margin: 6px auto 0;
    max-width: 128px;
  }
}

@media (max-width: 1280px) {
  #sec-3 .des-list .popup-video-group>a span {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  #sec-3 {
    background: url('https://images.tenorshare.com/img-2023/product/ultdata-for-ios/new/sec3-mobile-bg.png') no-repeat center center;
    background-size: cover;
  }

  #sec-3 .container {
    padding: 60px 0 170px;
  }

  #sec-3 h2,
  #sec-3 .des {
    padding: 0 24px;
  }

  #container {
    overflow: auto;
  }

  #sec-3 .des-list-wrap {
    max-width: 100%;
    overflow: auto;
  }

  #sec-3 .des-list-wrap {
    position: absolute;
    bottom: -82px;
    left: 0;
  }

  #sec-3 .des-list {
    position: relative;
    padding-left: 24px;
    width: max-content;
    left: 0;
    transform: none;
    bottom: 0;
    gap: 16px;
  }
}


main {
  background: linear-gradient(100.22deg, #FFFFFF -11.37%, #DEEFFF 69.69%);
}

.header {
  position: relative;
}

a:hover {
  color: #1695F7;
}

h2,
.h2 {
  margin: 0 auto;
  color: #212121;
  font-size: 32px;
  font-weight: 900;
  line-height: 140%;
}

h3,
.h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.ms-32 {
  margin-left: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.text-blue {
  color: #1695F7;
}

img {
  max-width: 100%;
}

.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-29.btn-blue {
  border: 2px solid #1695F7;
}

.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: #1695F7;
}

.btn-29.btn-outline-black:hover .text {
  color: #fff;
}

@-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);
  }
}

[id^=sec-] .btn {
  min-width: 200px;
}

.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%);
  }
}

section {
  padding: 80px 0;
}

.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 {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation: fadeInUp 1.5s 0.4s ease both;
  animation: fadeInUp 1.5s 0.4s ease both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.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;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 390px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 1280px) {
  section {
    padding: 100px 0;
  }

  h2,
  .h2 {
    font-size: 36px;
  }
}

@media (min-width: 1600px) {

  h2,
  .h2 {
    font-size: 48px;
  }
}

.section-1 {
  padding: 32px 0;
  background: linear-gradient(318.08deg, #E8F2FE 51.73%, #F4F9FF 71.48%);
  overflow: hidden;
}

@media (min-width: 992px) {
  .section-1 {
    padding: 32px 0;
    background: linear-gradient(100.22deg, #FFFFFF -11.37%, #DEEFFF 69.69%);
  }
}

@media (min-width: 1600px) {
  .section-1 {
    padding: 70px 0;
  }
}

.section-1 .sec-tit span {
  position: relative;
  z-index: 2;
  color: #0670FB;
  margin-left: 19px;
  font-size: 14px;
  font-weight: 600;
}

.section-1 .sec-tit span::after {
  content: "";
  width: 119px;
  height: 11px;
  background: url('data:image/svg+xml,<svg width="119" height="11" viewBox="0 0 119 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 5.5c9.781-3.03 35.08-3.498 40.022-3.498 5.7 0-.874 1.35-6.777 5.924-.483.374-.176 1.106.432 1.053L117 2" stroke="url(%23paint0_linear_14924_14461)" stroke-opacity=".6" stroke-width="4" stroke-linecap="round"/><defs><linearGradient id="paint0_linear_14924_14461" x1="3.901" y1="6.643" x2="134" y2="9" gradientUnits="userSpaceOnUse"><stop stop-color="%231593F5"/><stop offset=".303" stop-color="%2371D7CF"/><stop offset=".644" stop-color="%2370C1EE"/><stop offset="1" stop-color="%23002FB8"/></linearGradient></defs></svg>') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 0;
  left: -2px;
  bottom: -2px;
}

.section-1 .lft {
  max-width: 100%;
}

.section-1 .lft .switch-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #525252;
}

@media (min-width: 992px) {
  .section-1 .lft {
    max-width: 680px;
  }
}

@media (min-width: 1600px) {
  .section-1 .lft {
    max-width: 780px;
  }
}

.section-1 .lft .sec-tit {
  color: #3a3a3a;
  font-family: Be Vietnam Pro;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}

@media (min-width: 1280px) {
  .section-1 .lft .sec-tit {
    font-size: 24px;
  }
}


.section-1 .lft h1 {
  font-size: 26px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .section-1 .lft h1 {
    font-size: 40px;
  }
}

@media (min-width: 1600px) {
  .section-1 .lft h1 {
    font-size: 48px;
  }
}

.section-1 .lft .des-list {
  max-width: 660px;
  padding-left: 28px;
  gap: 12px;
}

@media (min-width: 568px) {
  .section-1 .lft .des-list {
    max-width: 516px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .section-1 .lft .des-list {
    max-width: 645px;
    padding-left: 32px;
    gap: 12px;
  }
}

@media (min-width: 1600px) {
  .section-1 .lft .des-list {
    max-width: 685px;
    line-height: 24px;
    gap: 16px;
  }
}

.section-1 .lft .des-list li {
  position: relative;
  font-size: 14px;
  line-height: 150%;
}

@media (min-width: 1600px) {
  .section-1 .lft .des-list li {
    font-size: 16px;
  }
}

.section-1 .lft .des-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("https://images.tenorshare.com/keywords-page/ultdata/blue-correct.svg") no-repeat;
  background-size: 100% 100%;
  top: 2px;
  left: -32px;
}

@media (min-width: 1600px) {
  .section-1 .lft .des-list li::before {
    width: 24px;
    height: 24px;
    top: 0;
  }
}

.section-1 .lft .btn-group {
  gap: 12px;
}

@media (min-width: 992px) {
  .section-1 .lft .btn-group {
    gap: 32px;
  }
}

.section-1 .lft .btn-group a {
  min-width: 200px;
}

.section-1 .lft .change-sys {
  font-size: 16px;
  color: #686868;
}

@media (min-width: 1600px) {
  .section-1 .lft .change-sys {
    font-size: 18px;
  }
}

.section-1 .lft .change-sys a {
  opacity: 0.3;
  transition: all 0.4s;
}

.section-1 .lft .change-sys a.active {
  opacity: 1;
}

.section-1 .lft .change-sys a.active:hover {
  color: #212121;
  opacity: 1;
}

.section-1 .rgt {
  width: 342px;
}

@media (min-width: 768px) {
  .section-1 .rgt {
    width: 600px;
  }
}

@media (min-width: 992px) {
  .section-1 .rgt {
    width: 626px;
    right: -17px;
  }
}

@media (min-width: 1280px) {
  .section-1 .rgt {
    position: absolute;
    width: 696px;
    top: 50%;
    right: -114px;
    transform: translateY(-50%);
  }
}

@media (min-width: 1600px) {
  .section-1 .rgt {
    width: 850px;
    right: 30px;
  }
}

.section-1 .rgt .android-btn {
  display: block;
  width: 55px;
  height: 44px;
  top: -4px;
  right: 60px;
}

@media (min-width: 768px) {
  .section-1 .rgt .android-btn {
    width: 72px;
    height: 72px;
    right: 129px;
  }
}

@media (min-width: 992px) {
  .section-1 .rgt .android-btn {
    width: 78px;
    height: 76px;
  }
}

@media (min-width: 1600px) {
  .section-1 .rgt .android-btn {
    width: 97px;
    height: 102px;
    right: 184px;
  }
}

.section-1 .lft .popup-video-group {
  font-size: 12px;
  cursor: pointer;
}

.section-1 .lft .popup-video-group:hover {
  text-decoration: underline;
  color: #f50 !important;
}

.section-1 .lft .popup-video-group:hover span {
  color: #f50 !important;
}

.section-1 .lft .popup-video-group svg {
  width: 14px;
  height: 14px;
}

@media (min-width: 992px) {
  .section-1 .lft .popup-video-group {
    font-size: 14px;
  }

  .section-1 .lft .popup-video-group svg {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1280px) {
  .section-1 .lft .popup-video-group {
    font-size: 14px;
    margin-right: 90px;
  }
}

@media (min-width: 1600px) {
  .section-1 .lft .popup-video-group {
    font-size: 18px;
    margin-right: 80px;
  }

  .section-1 .lft .popup-video-group svg {
    width: 24px;
    height: 24px;
  }
}

.section-2 {
  padding: 24px 0;
  background: #F3F9FF;
}

@media (min-width: 1280px) {
  .section-2 {
    padding: 46px 0 54px;
    background: #D9EDFF;

  }
}

.section-2 .lft {
  margin-bottom: 12px;
}

@media (min-width: 1280px) {
  .section-2 .lft {
    margin-bottom: 0;
  }
}

.section-2 .lft .pre-prize {
  gap: 12px;
  margin-bottom: 12px;
}

@media (min-width: 1280px) {
  .section-2 .lft .pre-prize {
    gap: 14px;
    padding-right: 50px;
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .section-2 .lft .pre-prize {
    gap: 16px;
    padding-right: 32px;
  }
}

.section-2 .lft .pre-prize li {
  width: -moz-fit-content;
  width: fit-content;
  width: 105px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #A3B8CC;
  position: relative;
}

@media (min-width: 1280px) {
  .section-2 .lft .pre-prize li {
    width: 132px;
  }
}

@media (min-width: 1600px) {
  .section-2 .lft .pre-prize li {
    width: 175px;
  }
}

.section-2 .lft .pre-prize li::before {
  content: "";
  width: 20px;
  height: 32px;
  background: url('data:image/svg+xml,<svg width="35" height="56" viewBox="0 0 35 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.6" d="M25.6847 54.6787C32.0429 57.1297 34.6284 54.8077 34.6284 53.3422C32.3759 53.1532 26.994 52.8457 25.6847 54.6787ZM17.6133 52.6747C19.1922 53.8299 21.1321 54.3891 23.0867 54.2526C25.0414 54.116 26.8838 53.2926 28.2852 51.9292C26.1156 51.3292 20.1912 50.6182 17.6133 52.6747ZM28.3696 47.9107C28.1285 50.9602 31.2655 52.6747 34.6525 52.9222C34.0348 49.8547 30.8722 48.4852 28.3696 47.9107ZM22.2961 45.0997C21.9375 46.4032 22.4302 49.9417 27.3029 51.3457C27.0934 48.9562 25.8173 45.8452 22.2961 45.0997ZM12.6337 48.6472C13.8831 49.8881 15.5301 50.6535 17.288 50.81C19.0458 50.9665 20.8032 50.5042 22.2539 49.5037C20.3012 48.5017 15.6124 47.1487 12.6337 48.6472ZM17.782 41.5882C17.1146 42.8722 16.9729 46.5307 21.2866 48.7327C21.5367 46.3777 20.586 42.3502 17.782 41.5882ZM7.11012 43.0102C7.5162 43.8057 8.08048 44.5107 8.76866 45.0823C9.45685 45.654 10.2546 46.0804 11.1134 46.3357C11.9642 46.5844 12.8577 46.6541 13.737 46.5405C14.6163 46.4268 15.4623 46.1324 16.2211 45.6757C13.5015 43.1302 9.16224 42.1537 7.11012 43.0102ZM13.5588 36.1898C11.6242 39.5498 13.6688 43.3867 15.7962 44.9632C16.7424 41.8402 15.8746 38.4368 13.5603 36.1898H13.5588ZM3.52117 36.0443C3.28763 41.2627 8.76146 40.9792 11.3319 41.0137C10.5228 39.9173 6.0253 35.9423 3.52117 36.0443ZM10.2712 31.1693C9.25414 32.2838 7.72786 36.5678 11.1074 40.0628C12.1666 37.5353 12.3986 33.6548 10.2712 31.1693ZM0.652417 28.8563C0.47764 33.0713 4.04098 35.2043 7.47775 35.1713C6.44416 33.1403 3.68088 29.2253 0.652417 28.8563ZM7.86196 25.9523C5.58383 27.2873 5.84299 31.5983 7.18696 33.8423C8.69667 31.7528 9.82368 29.1563 7.86196 25.9523ZM0.501746 22.0029C-0.625262 25.8413 2.68646 28.4378 4.67379 28.6598C4.16453 26.8268 3.49857 23.5794 0.501746 22.0029ZM7.4431 20.7264C4.93143 21.9789 3.74114 24.9743 4.68132 27.6743C6.43361 26.2688 8.54449 23.2959 7.4431 20.7264ZM0.384224 16.0824C-1.16767 20.7519 2.39566 22.2774 3.72156 22.6524C3.56335 20.6664 2.29471 16.7079 0.384224 16.0824ZM7.34366 14.8569C6.32513 15.1494 3.42172 17.5224 3.94756 21.7719C5.85805 20.7009 8.17837 18.6609 7.34366 14.8569ZM1.4359 9.00695C-0.299816 14.7459 2.59606 17.1024 3.54678 17.5719C3.69745 15.7569 3.88127 11.5164 1.4359 9.00695ZM7.86045 9.15094C6.04187 9.65644 3.74717 12.9804 3.85565 16.1769C5.65766 15.3549 8.35314 11.9364 7.86045 9.15094ZM7.31804 0.25C3.09628 4.59397 2.50415 8.01995 3.73813 12.2439C5.65013 10.5309 7.17641 5.39047 7.31804 0.25Z" fill="url(%23paint0_linear_1837_8426)"/><defs><linearGradient id="paint0_linear_1837_8426" x1="84.375" y1="0.25" x2="84.375" y2="55.75" gradientUnits="userSpaceOnUse"><stop stop-color="%23A3B8CC" stop-opacity="0.2"/><stop offset="1" stop-color="%23A3B8CC"/></linearGradient></defs></svg>') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 0;
}

@media (min-width: 1280px) {
  .section-2 .lft .pre-prize li::before {
    width: 25px;
    height: 40px;
  }
}

@media (min-width: 1600px) {
  .section-2 .lft .pre-prize li::before {
    width: 34px;
    height: 55px;
  }
}

.section-2 .lft .pre-prize li::after {
  content: "";
  width: 20px;
  height: 32px;
  background: url('data:image/svg+xml,<svg width="35" height="56" viewBox="0 0 35 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.6" d="M25.6847 54.6787C32.0429 57.1297 34.6284 54.8077 34.6284 53.3422C32.3759 53.1532 26.994 52.8457 25.6847 54.6787ZM17.6133 52.6747C19.1922 53.8299 21.1321 54.3891 23.0867 54.2526C25.0414 54.116 26.8838 53.2926 28.2852 51.9292C26.1156 51.3292 20.1912 50.6182 17.6133 52.6747ZM28.3696 47.9107C28.1285 50.9602 31.2655 52.6747 34.6525 52.9222C34.0348 49.8547 30.8722 48.4852 28.3696 47.9107ZM22.2961 45.0997C21.9375 46.4032 22.4302 49.9417 27.3029 51.3457C27.0934 48.9562 25.8173 45.8452 22.2961 45.0997ZM12.6337 48.6472C13.8831 49.8881 15.5301 50.6535 17.288 50.81C19.0458 50.9665 20.8032 50.5042 22.2539 49.5037C20.3012 48.5017 15.6124 47.1487 12.6337 48.6472ZM17.782 41.5882C17.1146 42.8722 16.9729 46.5307 21.2866 48.7327C21.5367 46.3777 20.586 42.3502 17.782 41.5882ZM7.11012 43.0102C7.5162 43.8057 8.08048 44.5107 8.76866 45.0823C9.45685 45.654 10.2546 46.0804 11.1134 46.3357C11.9642 46.5844 12.8577 46.6541 13.737 46.5405C14.6163 46.4268 15.4623 46.1324 16.2211 45.6757C13.5015 43.1302 9.16224 42.1537 7.11012 43.0102ZM13.5588 36.1898C11.6242 39.5498 13.6688 43.3867 15.7962 44.9632C16.7424 41.8402 15.8746 38.4368 13.5603 36.1898H13.5588ZM3.52117 36.0443C3.28763 41.2627 8.76146 40.9792 11.3319 41.0137C10.5228 39.9173 6.0253 35.9423 3.52117 36.0443ZM10.2712 31.1693C9.25414 32.2838 7.72786 36.5678 11.1074 40.0628C12.1666 37.5353 12.3986 33.6548 10.2712 31.1693ZM0.652417 28.8563C0.47764 33.0713 4.04098 35.2043 7.47775 35.1713C6.44416 33.1403 3.68088 29.2253 0.652417 28.8563ZM7.86196 25.9523C5.58383 27.2873 5.84299 31.5983 7.18696 33.8423C8.69667 31.7528 9.82368 29.1563 7.86196 25.9523ZM0.501746 22.0029C-0.625262 25.8413 2.68646 28.4378 4.67379 28.6598C4.16453 26.8268 3.49857 23.5794 0.501746 22.0029ZM7.4431 20.7264C4.93143 21.9789 3.74114 24.9743 4.68132 27.6743C6.43361 26.2688 8.54449 23.2959 7.4431 20.7264ZM0.384224 16.0824C-1.16767 20.7519 2.39566 22.2774 3.72156 22.6524C3.56335 20.6664 2.29471 16.7079 0.384224 16.0824ZM7.34366 14.8569C6.32513 15.1494 3.42172 17.5224 3.94756 21.7719C5.85805 20.7009 8.17837 18.6609 7.34366 14.8569ZM1.4359 9.00695C-0.299816 14.7459 2.59606 17.1024 3.54678 17.5719C3.69745 15.7569 3.88127 11.5164 1.4359 9.00695ZM7.86045 9.15094C6.04187 9.65644 3.74717 12.9804 3.85565 16.1769C5.65766 15.3549 8.35314 11.9364 7.86045 9.15094ZM7.31804 0.25C3.09628 4.59397 2.50415 8.01995 3.73813 12.2439C5.65013 10.5309 7.17641 5.39047 7.31804 0.25Z" fill="url(%23paint0_linear_1837_8426)"/><defs><linearGradient id="paint0_linear_1837_8426" x1="84.375" y1="0.25" x2="84.375" y2="55.75" gradientUnits="userSpaceOnUse"><stop stop-color="%23A3B8CC" stop-opacity="0.2"/><stop offset="1" stop-color="%23A3B8CC"/></linearGradient></defs></svg>') no-repeat;
  background-size: 100% 100%;
  transform: rotateY(180deg);
  position: absolute;
  right: 0px;
  top: 0;
}

@media (min-width: 1280px) {
  .section-2 .lft .pre-prize li::after {
    width: 25px;
    height: 40px;
  }
}

@media (min-width: 1600px) {
  .section-2 .lft .pre-prize li::after {
    width: 34px;
    height: 55px;
  }
}

.section-2 .lft .pre-prize li .tit {
  font-size: 18px;
  font-weight: 800;
  display: block;
}

@media (min-width: 1280px) {
  .section-2 .lft .pre-prize li .tit {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .section-2 .lft .pre-prize li .tit {
    font-size: 28px;
  }
}

.section-2 .lft .pre-prize li .des {
  font-size: 12px;
  transform: scale(0.7);
  text-wrap: nowrap;
}

@media (min-width: 1280px) {
  .section-2 .lft .pre-prize li .des {
    transform: scale(0.8);
  }
}

@media (min-width: 1600px) {
  .section-2 .lft .pre-prize li .des {
    transform: scale(1);
  }
}

.section-2 .lft .media-lists {
  gap: 8px;
  width: max-content;
  overflow-x: hidden;
}

@media (max-width: 992px) {
  .section-2 .lft .media-lists {
    animation: moveLeft 6s linear infinite;
  }
}

@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-8%);
  }
}

@media (min-width: 768px) {
  .section-2 .lft .media-lists {
    width: -moz-max-content;
    width: max-content;
    overflow-x: hidden;
  }
}

@media (min-width: 1280px) {
  .section-2 .lft .media-lists {
    padding: 0 24px 0 0;
    gap: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #97CEB0 transparent transparent;
  }
}

@media (min-width: 1700px) {
  .section-2 .lft .media-lists {
    padding: 0;
    gap: 66px;
    padding-right: 66px;
  }
}

.section-2 .lft .media-lists img {
  height: 24px;
}

@media (min-width: 1280px) {
  .section-2 .lft .media-lists img {
    height: 44px;
  }
}

@media (min-width: 1600px) {
  .section-2 .lft .media-lists img {
    height: 56px;
  }
}

@media (min-width: 1280px) {
  .section-2 .rgt {
    padding-left: 40px;
  }
}

@media (min-width: 1700px) {
  .section-2 .rgt {
    padding-left: 66px;
  }
}

.section-2 .rgt img {
  width: 116px;
  margin-right: 2px;
}

@media (min-width: 992px) {
  .section-2 .rgt img {
    width: 99px;
  }
}

@media (min-width: 1600px) {
  .section-2 .rgt img {
    width: 116px;
  }
}

.section-2 .rgt .review-mark {
  font-size: 24px;
  font-weight: 500;
}

.section-2 .rgt .des {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.section-2 .rgt .des:hover {
  color: #f50;
}

@media (min-width: 992px) {
  .section-2 .rgt .des {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .section-2 .rgt .des {
    font-size: 18px;
  }
}

.section-2 .rgt .gap-line {
  width: 120px;
  height: 1px;
  background: #A2A2CC;
  margin: 4px 0;
}

@media (max-width: 1600px) {
  .section-2 .rgt .gap-line {
    margin: 2px 0;
    width: 108px;
  }
}

@media (max-width: 992px) {
  .section-2 .rgt .gap-line {
    margin: 4px 0;
    width: 120px;
  }
}

#sec-4 {
  padding-top: 140px;
  padding-bottom: 0;
}

#sec-4 .h2-box {
  margin-bottom: 40px;
}

#sec-4 .list {
  gap: 24px;
}

#sec-4 .list .item {
  width: 100%;
  padding: 48px 24px 40px;
  background: linear-gradient(180deg, rgba(22, 149, 247, 0.1) 0%, rgba(255, 255, 255, 0.55) 55%);
  border-radius: 16px;
  border: 1px solid #E4E8EB;
}

#sec-4 .list .item .text {
  margin-bottom: 32px;
}

#sec-4 .list .item .text h3 {
  font-size: 20px;
  font-weight: 600;
}

#sec-4 .list .item .text p {
  color: #525252;
  font-size: 16px;
  max-width: 620px;
}

#sec-4 .list .item .img-list {
  padding: 0 26px;
  gap: 16px;
}

#sec-4 .list .item .img-list img {
  width: 48px;
}

#sec-4 .list .item:last-child {
  width: 100%;
}

#sec-4 .list .item:last-child .img-list {
  padding: 0 26px;
}

@media (min-width: 768px) {
  #sec-4 .list .item .text h3 {
    font-size: 26px;
  }

  #sec-4 .list .item .img-list {
    gap: 24px;
    padding: 0 131px;
  }

  #sec-4 .list .item:last-child .img-list {
    padding: 0 59px;
  }
}

@media (min-width: 992px) {
  #sec-4 {
    padding-top: 186px;
  }

  #sec-4 .list .item {
    width: 49%;
  }

  #sec-4 .list .item .img-list {
    gap: 22px;
    padding: 0 8px;
  }

  #sec-4 .list .item:last-child {
    width: 48%;
  }

  #sec-4 .list .item:last-child .img-list {
    padding: 0 74px;
  }
}

@media (min-width: 1280px) {
  #sec-4 .h2-box {
    margin-bottom: 60px;
  }

  #sec-4 .list .item {
    width: 624px;
    padding: 48px 40px;
  }

  #sec-4 .list .item .text {
    margin-bottom: 24px;
  }

  #sec-4 .list .item .text P {
    max-width: 424px;
  }

  #sec-4 .list .item .img-list {
    padding: 0 48px;
  }

  #sec-4 .list .item .img-list img {
    width: 56px;
  }

  #sec-4 .list .item:last-child {
    width: 448px;
  }

  #sec-4 .list .item:last-child .img-list {
    padding: 0 38px;
  }
}

@media (min-width: 1690px) {
  #sec-4 {
    padding-top: 340px;
    padding-bottom: 100px;
  }

  #sec-4 .h2-box {
    margin-bottom: 80px;
  }

  #sec-4 .list {
    gap: 32px;
  }

  #sec-4 .list .item {
    width: 962px;
    padding: 80px 0;
  }

  #sec-4 .list .item .text {
    margin-bottom: 64px;
  }

  #sec-4 .list .item .text h3 {
    font-size: 36px;
  }

  #sec-4 .list .item .text p {
    font-size: 18px;
    max-width: 620px;
  }

  #sec-4 .list .item .img-list {
    padding: 0 115px;
    gap: 40px;
  }

  #sec-4 .list .item .img-list img {
    width: 88px;
  }

  #sec-4 .list .item:last-child {
    width: 656px;
  }

  #sec-4 .list .item:last-child .img-list {
    padding: 0 90px;
  }
}

#sec-5 .h2-box {
  margin-bottom: 40px;
}

#sec-5 .h2-box p {
  font-size: 16px;
  color: #525252;
}

#sec-5 .list {
  gap: 24px;
}

#sec-5 .list .item {
  padding: 48px 24px 28px;
  border-radius: 12px;
  border: 1px solid #E4E8EB;
  background: linear-gradient(180deg, rgba(22, 149, 247, 0.1) 0%, rgba(255, 255, 255, 0.25) 55%);
  text-align: center;
}

#sec-5 .list .item h3 {
  font-size: 20px;
  font-weight: 600;
}

#sec-5 .list .item p {
  font-size: 16px;
  color: #525252;
}

#sec-5 .list .lft .item .imgBox {
  width: 278px;
  margin-top: 32px;
}

#sec-5 .list .rgt {
  gap: 24px;
}

#sec-5 .list .rgt .item p {
  max-width: 332px;
}

#sec-5 .list .rgt .item .imgBox {
  width: 100%;
}

#sec-5 .list .rgt .item:last-child {
  padding-bottom: 0;
}

#sec-5 .list .rgt .item:last-child .imgBox {
  width: 292px;
  margin-top: 32px;
}

#sec-5 .list .rgt .item1 {
  padding: 48px 24px 254px;
}

#sec-5 .list .rgt .item1 .imgBox {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  #sec-5 .list .rgt .item1 .imgBox {
    left: -1px;
  }

  #sec-5 .list .rgt .item:last-child .imgBox {
    width: 328px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  #sec-5 .list .item {
    height: 100%;
    padding: 24px 24px 128px;
    border-radius: 16px;
    text-align: start;
  }

  #sec-5 .list .item p {
    font-size: 14px;
    color: #525252;
  }

  #sec-5 .list .lft {
    width: 354px;
  }

  #sec-5 .list .lft .item .imgBox {
    width: 100%;
    position: absolute;
    right: -1px;
    bottom: 0;
    margin-top: 0;
  }

  #sec-5 .list .rgt {
    width: 573px;
    gap: 24px;
  }

  #sec-5 .list .rgt .item p {
    max-width: 280px;
  }

  #sec-5 .list .rgt .item .imgBox {
    position: absolute;
    right: -1px;
    bottom: -1px;
    left: auto;
    width: 254px;
  }

  #sec-5 .list .rgt .item:last-child {
    padding-bottom: 100px;
  }

  #sec-5 .list .rgt .item:last-child .imgBox {
    width: 354px;
    left: auto;
    transform: none;
  }

  #sec-5 .list .rgt .item1 {
    padding-top: 24px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1280px) {
  #sec-5 .h2-box {
    margin-bottom: 60px;
  }

  #sec-5 .h2-box p {
    max-width: 844px;
  }

  #sec-5 .list .item {
    height: 100%;
    padding: 32px;
  }

  #sec-5 .list .item p {
    font-size: 16px;
  }

  #sec-5 .list .lft {
    width: 499px;
    height: 500px;
  }

  #sec-5 .list .lft .item .imgBox {
    width: 100%;
    position: absolute;
    right: -1px;
    bottom: 32px;
    margin-top: 0;
  }

  #sec-5 .list .rgt {
    width: 573px;
    gap: 24px;
  }

  #sec-5 .list .rgt .item p {
    max-width: 280px;
  }

  #sec-5 .list .rgt .item .imgBox {
    position: absolute;
    right: 24px;
    bottom: -1px;
    left: auto;
    width: 302px;
  }

  #sec-5 .list .rgt .item:last-child {
    padding: 32px;
  }

  #sec-5 .list .rgt .item:last-child .imgBox {
    width: 334px;
    left: auto;
    right: 0;
    transform: none;
  }

  #sec-5 .list .rgt .item1 {
    padding: 32px;
  }
}

@media (min-width: 1690px) {
  #sec-5 .h2-box {
    margin-bottom: 80px;
  }

  #sec-5 .h2-box p {
    font-size: 18px;
    max-width: 878px;
  }

  #sec-5 .list {
    gap: 32px;
  }

  #sec-5 .list .item {
    height: 100%;
    padding: 48px;
    border-radius: 16px;
    border: 1px solid #E4E8EB;
    background: linear-gradient(180deg, rgba(22, 149, 247, 0.1) 0%, rgba(255, 255, 255, 0.25) 55%);
  }

  #sec-5 .list .item h3 {
    font-size: 32px;
  }

  #sec-5 .list .item p {
    font-size: 18px;
  }

  #sec-5 .list .lft {
    width: 753px;
    height: 660px;
  }

  #sec-5 .list .lft .item .imgBox {
    left: -1px;
    bottom: -1px;
  }

  #sec-5 .list .rgt {
    width: 865px;
    gap: 32px;
  }

  #sec-5 .list .rgt .item p {
    max-width: 332px;
  }

  #sec-5 .list .rgt .item .imgBox {
    right: -1px;
    bottom: -1px;
    width: 575px;
  }

  #sec-5 .list .rgt .item:last-child {
    padding: 48px;
  }

  #sec-5 .list .rgt .item:last-child .imgBox {
    width: 529px;
  }

  #sec-5 .list .rgt .item1 {
    padding: 48px;
  }
}

#sec-11 {
  background: #E8F6FE;
}

#sec-11 .h2-box {
  margin-bottom: 24px;
}

#sec-11 .h2-box p {
  font-size: 16px;
  color: #525252;
  max-width: 844px;
}

#sec-11 .list {
  align-items: stretch;
  gap: 24px;
}

#sec-11 .list .item {
  flex: 1 1 100%;
  height: auto;
  border: 1px solid #E4E8EB;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
}

#sec-11 .list .item .text {
  padding: 24px;
}

#sec-11 .list .item .text h3 {
  font-size: 20px;
}

#sec-11 .list .item .text p {
  font-size: 16px;
  color: #525252;
}

@media (min-width: 992px) {
  #sec-11 .list .item {
    flex: 1 1 30%;
  }

  #sec-11 .list .item p {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  #sec-11 .h2-box {
    margin-bottom: 60px;
  }

  #sec-11 .h2-box p {
    font-size: 16px;
  }

  #sec-11 .list {
    gap: 32px;
  }

  #sec-11 .list .item {
    border-radius: 12px;
  }

  #sec-11 .list .item p {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  #sec-11 .h2-box {
    margin-bottom: 80px;
    max-width: 852px;
  }

  #sec-11 .h2-box p {
    font-size: 18px;
  }

  #sec-11 .list {
    gap: 32px;
  }

  #sec-11 .list .item {
    flex: 1 1 30%;
  }

  #sec-11 .list .item .text {
    padding: 40px 32px 48px;
  }

  #sec-11 .list .item .text h3 {
    font-size: 24px;
  }
}

#sec-12 .h2-bottom {
  margin-bottom: 40px;
}

#sec-12 .content .list {
  align-items: stretch;
  gap: 24px;
}

#sec-12 .content .list .item {
  flex: 1 1 100%;
  height: auto;
  padding: 24px 16px;
  border: 1px solid #D8DFE2;
  border-radius: 12px;
}

#sec-12 .content .list .item img {
  width: 72px;
}

#sec-12 .content .list .item h3 {
  font-size: 18px;
  font-weight: 600;
}

#sec-12 .content .list .item ul {
  padding-left: 26px;
  color: #525252;
}

#sec-12 .content .list .item li {
  margin-bottom: 8px;
  font-size: 16px;
}

#sec-12 .content .list .item li:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #sec-12 .content .list .item {
    flex: 1 1 45%;
  }
}

@media (min-width: 1280px) {
  #sec-12 .content .list .item {
    flex: 1 1 20%;
  }
}

@media (min-width: 1600px) {
  #sec-12 .h2-bottom {
    margin-bottom: 56px;
  }

  #sec-12 .content .list {
    align-items: stretch;
    gap: 32px;
  }

  #sec-12 .content .list .item {
    flex: 1 1 20%;
    height: auto;
    padding: 40px 32px;
    border: 1px solid #D8DFE2;
    border-radius: 12px;
  }

  #sec-12 .content .list .item img {
    width: 108px;
  }

  #sec-12 .content .list .item h3 {
    font-size: 24px;
  }

  #sec-12 .content .list .item ul {
    padding-left: 26px;
  }

  #sec-12 .content .list .item li {
    margin-bottom: 12px;
    font-size: 18px;
  }

  #sec-12 .content .list .item li:last-child {
    margin-bottom: 0;
  }
}

.compare-platform {
  overflow: hidden;
}

.compare-platform .container {
  padding-right: 0;
}

.compare-platform .contain {
  padding-right: 16px;
}

.compare-platform .h2-title p {
  font-size: 16px;
  color: #525252;
  max-width: 844px;
}

.compare-platform .btn.btn-lg {
  height: 48px;
  line-height: 44px;
  padding: 0 22px;
  font-size: 16px;
}

.compare-platform .table-cont {
  width: 100%;
  position: relative;
  overflow-x: auto;
}

.compare-platform .table-cont.collapsed .down-btn {
  display: block;
  position: absolute;
  left: calc(50% - 12px);
  bottom: 16px;
  z-index: 12;
  cursor: pointer;
}

.compare-platform .table-cont .down-btn {
  display: none;
}

.compare-platform .compare-tables {
  width: 716px;
  margin-top: 36px;
  background: rgba(204, 224, 255, 0.5);
  border-radius: 24px;
}

.compare-platform .compare-tables ul {
  width: 120px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background: #fff;
}

.compare-platform .compare-tables ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: 16px;
  font-weight: 500;
  color: #515455;
  border: 1px solid;
  line-height: 24px;
}

.compare-platform .compare-tables ul li svg {
  width: 24px;
  height: 24px;
}

.compare-platform .compare-tables ul li:first-child {
  height: 104px;
  top: 50px;
  z-index: 3;
  border-color: transparent #E6E7EB #E6E7EB transparent !important;
}

.compare-platform .compare-tables ul li:nth-child(8) {
  height: 80px;
}

.compare-platform .compare-tables ul li:nth-of-type(even) {
  background: rgba(232, 241, 255, 0.5);
  border-color: transparent #E6E7EB transparent transparent;
}

.compare-platform .compare-tables ul li:nth-of-type(odd) {
  background: #fff;
  border-color: #E6E7EB #E6E7EB #E6E7EB transparent;
}

.compare-platform .compare-tables ul li h6 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.compare-platform .compare-tables ul li h6 img {
  width: 40px;
  margin-bottom: 8px;
}

.compare-platform .compare-tables ul li .vs-icon {
  width: 24px;
}

.compare-platform .compare-tables ul:first-child {
  width: 240px;
}

.compare-platform .compare-tables ul:first-child li {
  padding: 0 16px;
  justify-content: start;
}

.compare-platform .compare-tables ul:first-child li:first-child {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  border-radius: 16px 0 0 0;
}

.compare-platform .compare-tables ul:first-child li:last-child {
  border-radius: 0 0 0 16px;
}

.compare-platform .compare-tables ul:last-child li {
  border-color: #E6E7EB transparent transparent transparent !important;
}

.compare-platform .compare-tables ul:last-child li:first-child {
  border-color: transparent transparent #E6E7EB !important;
}

.compare-platform .compare-tables ul.sup {
  position: absolute;
  right: 24px;
  top: 6px;
  z-index: 3;
  border: 2px solid #2898FF;
  border-radius: 16px;
  box-shadow: 0px 4px 24px 0px rgba(63, 28, 10, 0.1);
}

.compare-platform .compare-tables ul.sup li .pop-tips {
  margin-bottom: 18px;
  width: 90px;
}

.compare-platform .compare-tables ul.sup li:first-child {
  height: 128px;
  padding-top: 22px;
  border-radius: 24px 24px 0 0;
}

.compare-platform .compare-tables ul.sup li:last-child {
  border-radius: 0 0 24px 24px;
}

.compare-platform .compare-tables ul.bt {
  width: 220px;
  border-radius: 0 16px 16px 0;
}

.compare-platform .compare-tables ul.bt li:first-child {
  border-radius: 0 16px 0 0;
}

.compare-platform .compare-tables ul.bt li:last-child {
  border-radius: 0 0 16px 0;
}

.compare-platform .compare-tables ul.list1 {
  border-radius: 16px 0 0 16px;
}

.compare-platform .compare-tables ul .top-shadow li:first-child::before {
  content: "";
  width: 100%;
  height: 50px;
  background: #EEF3F9;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: -1;
}

.compare-platform .compare-tables ul .mobile-fixed.actived {
  position: fixed;
}

.compare-platform .compare-tables .sup-cont {
  border-radius: 24px 24px 0 0;
}

.compare-platform .compare-tables .sup-cont ul {
  width: 200px;
}

.compare-platform .compare-tables .sup-cont ul li {
  justify-content: center;
}

.compare-platform .compare-tables .sup-cont .popular {
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.compare-platform .compare-tables .sup-cont .popular svg {
  width: 166px;
  height: 62px;
}

.compare-platform .compare-tables ul.sup {
  top: -18px;
  right: 28px;
}

@media (min-width: 768px) {
  .compare-platform .container {
    padding-right: 24px;
  }

  .compare-platform .contain {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .compare-platform .container {
    padding-right: 12px;
  }
}

@media (min-width: 1280px) {
  .compare-platform {
    padding: 100px 0 0;
    overflow: visible;
  }

  .compare-platform .table-cont {
    overflow-x: visible;
  }

  .compare-platform .compare-tables {
    width: 1096px;
    border-radius: 32px;
    margin-top: 72px;
  }

  .compare-platform .compare-tables ul {
    width: 220px;
  }

  .compare-platform .compare-tables ul:first-child li:first-child {
    border-radius: 24px 0 0 0;
  }

  .compare-platform .compare-tables ul:first-child li:last-child {
    border-radius: 0 0 0 24px;
  }

  .compare-platform .compare-tables ul li {
    height: 56px;
  }

  .compare-platform .compare-tables ul li:first-child {
    height: 88px;
    top: 34px;
  }

  .compare-platform .compare-tables ul li:nth-child(8) {
    height: 64px;
  }

  .compare-platform .compare-tables ul li h6 {
    font-size: 16px;
    flex-direction: row;
  }

  .compare-platform .compare-tables ul li h6 img {
    margin-bottom: 0;
    margin-right: 8px;
  }

  .compare-platform .compare-tables ul li .vs-icon {
    width: 36px;
  }

  .compare-platform .compare-tables ul:first-child {
    width: 372px;
  }

  .compare-platform .compare-tables ul.sup {
    width: 220px;
    top: -24px;
    right: 48px;
  }

  .compare-platform .compare-tables ul.sup li .pop-tips {
    width: 102px;
    margin-bottom: 6px;
  }

  .compare-platform .compare-tables ul.sup li:first-child {
    height: 126px;
    padding-top: 44px;
    border-radius: 24px 24px 0 0;
  }

  .compare-platform .compare-tables ul.sup li:last-child {
    border-radius: 0 0 24px 24px;
  }

  .compare-platform .compare-tables ul.bt {
    width: 252px;
    border-radius: 0 24px 24px 0;
  }

  .compare-platform .compare-tables ul.bt li:first-child {
    border-radius: 0 24px 0 0;
  }

  .compare-platform .compare-tables ul.bt li:last-child {
    border-radius: 0 0 24px 0;
  }

  .compare-platform .compare-tables ul.list1 {
    border-radius: 24px 0 0 24px;
  }

  .compare-platform .compare-tables ul .mobile-fixed.actived {
    position: -webkit-sticky;
    position: sticky;
  }

  .compare-platform .compare-tables .sup-cont .popular {
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
  }

  .compare-platform .compare-tables .sup-cont .popular svg {
    width: 167px;
    height: 41px;
  }

  .compare-platform .list1 {
    position: relative !important;
  }
}

@media (min-width: 1690px) {
  .compare-platform {
    padding: 100px 0;
  }

  .compare-platform .h2-title p {
    font-size: 18px;
  }

  .compare-platform .compare-tables {
    width: 1650px;
    border-radius: 48px;
  }

  .compare-platform .compare-tables ul {
    width: 331px;
  }

  .compare-platform .compare-tables ul li {
    font-size: 24px;
    line-height: 1.3;
    height: 80px;
  }

  .compare-platform .compare-tables ul li svg {
    width: 36px;
    height: 36px;
  }

  .compare-platform .compare-tables ul li:first-child {
    height: 128px;
    top: 38px;
  }

  .compare-platform .compare-tables ul li:nth-child(8) {
    height: 80px;
  }

  .compare-platform .compare-tables ul li h6 {
    font-size: 28px;
    font-weight: 900;
    display: flex;
    align-items: center;
  }

  .compare-platform .compare-tables ul li h6 img {
    margin-right: 12px;
  }

  .compare-platform .compare-tables ul:first-child {
    width: 560px;
  }

  .compare-platform .compare-tables ul:first-child li:first-child {
    font-size: 28px;
    border-radius: 24px 0 0 0;
  }

  .compare-platform .compare-tables ul:first-child li {
    justify-content: start;
    padding: 0 48px;
  }

  .compare-platform .compare-tables ul.sup {
    top: -24px;
    right: 74px;
    border-radius: 24px;
  }

  .compare-platform .compare-tables ul.sup li .pop-tips {
    width: 162px;
    margin-bottom: 14px;
  }

  .compare-platform .compare-tables ul.sup li:first-child {
    height: 174px;
    padding-top: 46px;
    border-radius: 24px 24px 0 0;
  }

  .compare-platform .compare-tables ul.bt {
    width: 380px;
  }

  .compare-platform .compare-tables .sup-cont .popular {
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
  }

  .compare-platform .compare-tables .sup-cont .popular svg {
    width: 251px;
    height: 62px;
  }

  .compare-platform .compare-tables .sup-cont ul {
    width: 331px;
  }

  .compare-platform .compare-tables .sup-cont ul li {
    justify-content: center;
  }
}

/*# sourceMappingURL=css.css.map */

#swiper-step .mySwiper2 {
  margin-top: 40px;
}

#swiper-media .mySwiper3 .swiper-wrapper {
  user-select: none;
  align-items: stretch;
}

#swiper-media .mySwiper3 .swiper-wrapper .swiper-slide {
  height: auto;
}

#swiper-media .mySwiper3 .swiper-wrapper .swiper-slide>div {
  height: 100%;
}

#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: .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(.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;
  }
}