/* 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- */
.modal-popup-video .modal-content {
  border: none;
}

.fade-in {
  pointer-events: auto !important;
}

section .btn {
  min-width: 186px;
}

@media (min-width: 992px) {
  section .btn {
    min-width: 200px;
  }
}

section h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1280px) {
  section h2 {
    max-width: 800px;
    font-size: 36px;
    line-height: 50px;
  }
}

@media (min-width: 1600px) {
  section h2 {
    max-width: 1000px;
    font-size: 48px;
    line-height: 57px;
  }
}

section h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

@media (min-width: 1600px) {
  section h3 {
    font-size: 36px;
    line-height: 50px;
  }
}

section .sub-tit {
  max-width: 1100px;
  font-size: 16px;
}

@media (min-width: 1600px) {
  section .sub-tit {
    font-size: 18px;
  }
}

section .text-blue {
  color: #3B84F7;
}

section .link-more .hover-bottom-line {
  position: relative;
  text-decoration: underline;
}

@media (min-width: 992px) {
  section .link-more .hover-bottom-line {
    text-decoration: none;
  }
  section .link-more .hover-bottom-line::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #212121;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

section .list-hollow-ok {
  margin-bottom: 0;
  color: #525252;
}

section .list-hollow-ok li {
  position: relative;
  padding-left: 32px;
}

section .list-hollow-ok li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://images.tenorshare.com/img-2024/product/reiboot/list-hollow-ok.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 4px;
}

section .list-hollow-ok li:not(:last-child) {
  margin-bottom: 16px;
}

.section-1 {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.section-1 .content-wrap {
  padding: 32px 0 24px;
  position: relative;
  background: linear-gradient(318deg, #E8F2FE 51.73%, #F4F9FF 71.48%);
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .section-1 .content-wrap {
    padding: 32px 0;
    background: linear-gradient(278deg, #E8F2FE 46.67%, #F4F9FF 69.04%);
  }
}

@media (min-width: 1600px) {
  .section-1 .content-wrap {
    padding: 45px 0;
  }
}

@media (min-width: 2300px) {
  .section-1 .content-wrap {
    padding: 100px 0;
  }
}

.section-1 h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 41.6px;
}

@media (min-width: 992px) {
  .section-1 h1 {
    font-size: 40px;
    line-height: 56px;
  }
}

@media (min-width: 1600px) {
  .section-1 h1 {
    font-size: 48px;
    line-height: 67.2px;
  }
}

.section-1 .new-icon {
  width: 45px;
  height: 16px;
  display: inline-block;
  z-index: 1;
  background: url(https://images.tenorshare.com/img-2024/product/4ukey-ios/new-icon.png) no-repeat;
  background-size: 100% 100%;
}

.section-1 .hot-icon {
  width: 45px;
  height: 16px;
  display: inline-block;
  z-index: 1;
  background: url(https://images.tenorshare.com/img-2024/product/4ukey-ios/hot-icon.png) no-repeat;
  background-size: 100% 100%;
}

.section-1 .self-icon {
  width: max-content;
  height: 16px;
  padding: 0 6px 0 9px;
  display: inline-block;
  z-index: 1;
  background: url(https://images.tenorshare.com/img-2024/product/icarefone-transfer/hot.png)
    no-repeat;
  background-size: 100% 100%;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-style: italic;
}

.section-1 .lft {
  max-width: 100%;
}

@media (min-width: 992px) {
  .section-1 .lft {
    max-width: 615px;
  }
}

@media (min-width: 1600px) {
  .section-1 .lft {
    max-width: 790px;
    margin-left: 0;
  }
}

.section-1 .lft .sec-tit {
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  gap: 4px;
}

@media (min-width: 992px) {
  .section-1 .lft .sec-tit {
    font-size: 24px;
  }
}

.section-1 .lft .sec-tit .support-tips {
  font-size: 14px;
  font-weight: 600;
  margin-left: 16px;
  position: relative;
}

.section-1 .lft .sec-tit .support-tips span {
  position: relative;
  z-index: 2;
  background: linear-gradient(270deg, #1D8CFF -8.26%, #0065E7 102.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-1 .lft .sec-tit .support-tips::after {
  content: '';
  width: 124px;
  height: 12px;
  background: url(https://images.tenorshare.com/img-2024/product/4ukey-ios/support-line.svg?v=1) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -2px;
  bottom: -6px;
  z-index: 0;
}

.section-1 .lft .des-list {
  color: #6B6B6B;
  font-weight: 400;
  line-height: 27px;
  padding-left: 28px;
  max-width: 790px;
  list-style: none;
  margin-bottom: 32px;
}

@media (max-width: 568px) {
  .section-1 .lft .des-list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .section-1 .lft .des-list {
    margin-top: 14px;
  }
}

@media (max-width: 1600px) {
  .section-1 .lft .des-list {
    line-height: 24px;
  }
}

.section-1 .lft .des-list li {
  font-size: 14px;
  position: relative;
  color: #878B8D;
}

@media (min-width: 1600px) {
  .section-1 .lft .des-list li {
    font-size: 16px;
  }
}

.section-1 .lft .des-list li .text-bold {
  font-weight: 500;
  color: #525252;
}

.section-1 .lft .des-list li::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(https://images.tenorshare.com/img-2024/product/4ukey-ios/blue-correct.png) no-repeat;
  background-size: 100% 100%;
  top: 2px;
  left: -28px;
}

@media (min-width: 1600px) {
  .section-1 .lft .des-list li::before {
    width: 24px;
    height: 24px;
    top: 0;
  }
}

.section-1 .lft .des-list li:not(:nth-child(1)) {
  margin-top: 12px;
}

@media (min-width: 1600px) {
  .section-1 .lft .des-list li:not(:nth-child(1)) {
    margin-top: 16px;
  }
}

.section-1 .lft .popup-video-group a {
  color: #6B6B6B;
}

.section-1 .lft .popup-video-group a:hover {
  color: #F50;
}

.section-1 .btn-group {
  gap: 12px;
}

@media (min-width: 992px) {
  .section-1 .btn-group {
    gap: 32px;
  }
}

.section-1 .btn-group a {
  min-width: 200px;
}

.section-1 .change-sys a {
  opacity: 0.3;
  transition: all 0.4s;
}

.section-1 .change-sys a.active {
  opacity: 1;
}

.section-1 .change-sys a:hover {
  color: #212121;
  opacity: 1;
}

.section-1 .banner {
  width: 100%;
  margin-top: 24px;
}
.section-1 .container>div{
  position: relative;
}

@media (min-width: 1280px) {
  .section-1 .banner {
    width: 600px;
    margin-top: 0;
  }
}

@media (min-width: 1600px) {
  .section-1 .banner {
    width: 914px;
    position: absolute;
    right: -10px;
  }
}

.section-2 {
  padding: 24px 0;
  background: #F3F9FF;
}

@media (min-width: 1280px) {
  .section-2 {
    padding: 16px 0;
  }
}

@media (min-width: 1600px) {
  .section-2 {
    padding: 26px 0;
  }
}

.section-2 .lft {
  margin-bottom: 12px;
}

@media (min-width: 1280px) {
  .section-2 .lft {
    margin-bottom: 0;
  }
}

.section-2 .lft .media-lists {
  gap: 10px;
}

@media (min-width: 1280px) {
  .section-2 .lft .media-lists {
    padding-right: 24px;
    gap: 54px;
  }
}

@media (min-width: 1600px) {
  .section-2 .lft .media-lists {
    padding-right: 60px;
    gap: 72px;
  }
}

.section-2 .lft .media-lists img {
  width: 72px;
}

@media (min-width: 1280px) {
  .section-2 .lft .media-lists img {
    width: 120px;
  }
}

@media (min-width: 1600px) {
  .section-2 .lft .media-lists img {
    width: 168px;
  }
}

.section-2 .rgt {
  position: relative;
}

@media (min-width: 1280px) {
  .section-2 .rgt {
    padding-left: 24px;
  }
}

@media (min-width: 1600px) {
  .section-2 .rgt {
    padding-left: 60px;
  }
}

@media (min-width: 1280px) {
  .section-2 .rgt::before {
    content: "";
    width: 1px;
    height: 40px;
    border-radius: 2px;
    background: #A2A2CC;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
  }
}

@media (min-width: 1600px) {
  .section-2 .rgt::before {
    width: 1px;
    height: 52px;
    top: calc(50% - 26px);
  }
}

.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: #99A6CB;
  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;
  }
}

.section-3 {
  padding: 64px 0;
}

@media (min-width: 1280px) {
  .section-3 {
    padding: 100px 0;
  }
}

@media (min-width: 1600px) {
  .section-3 {
    padding: 120px 0;
  }
}

.section-3 .container {
  padding: 0;
}

@media (min-width: 1280px) {
  .section-3 .container {
    padding: 0 20px;
  }
}

.section-3 .sec3-swiper {
  margin-top: 36px;
  align-items: stretch;
}
.section-3 .sec3-swiper .swiper-slide{
  height: auto;
}
.section-3 .sec3-swiper .swiper-slide .cell{
  height: 100%;
}

@media (min-width: 1280px) {
  .section-3 .sec3-swiper {
    margin-top: 60px;
  }
}

@media (min-width: 1600px) {
  .section-3 .sec3-swiper {
    margin-top: 64px;
  }
}

.section-3 .sec3-swiper .swiper-slide {
  width: 282px !important;
}

@media (min-width: 1280px) {
  .section-3 .sec3-swiper .swiper-slide {
    width: 282px !important;
  }
}

@media (min-width: 1600px) {
  .section-3 .sec3-swiper .swiper-slide {
    width: 389px !important;
  }
}

.section-3 .sec3-swiper .cell {
  width: 282px;
  min-height: 325px;
  padding: 32px 24px 40px;
  border-radius: 12px;
  background: linear-gradient(180deg, #F9FCFF 64.79%, #F1F7FF 100%);
  position: relative;
  margin: 0 auto;
}

@media (min-width: 1600px) {
  .section-3 .sec3-swiper .cell {
    width: 389px;
    min-height: 350px;
    padding: 40px 32px 64px;
  }
}

.section-3 .sec3-swiper .cell::after {
  content: "";
  width: 200px;
  height: 130px;
  position: absolute;
  left: calc(50% - 100px);
  top: 0;
  z-index: 0;
}

@media (min-width: 1600px) {
  .section-3 .sec3-swiper .cell::after {
    width: 268px;
    height: 184px;
    left: calc(50% - 134px);
  }
}

.section-3 .sec3-swiper .cell.cel1::after {
  background: url(https://images.tenorshare.com/img-2024/product/4ukey-ios/sec3-icon1.png) no-repeat;
  background-size: 100%;
}

.section-3 .sec3-swiper .cell.cel2::after {
  background: url(https://images.tenorshare.com/img-2024/product/4ukey-ios/sec3-icon2.png) no-repeat;
  background-size: 100%;
}

.section-3 .sec3-swiper .cell.cel3::after {
  background: url(https://images.tenorshare.com/img-2024/product/4ukey-ios/sec3-icon3.png) no-repeat;
  background-size: 100%;
}

.section-3 .sec3-swiper .cell.cel4::after {
  background: url(https://images.tenorshare.com/img-2024/product/4ukey-ios/sec3-icon4.png) no-repeat;
  background-size: 100%;
}

.section-3 .sec3-swiper .cell img {
  height: 115px;
  position: relative;
  z-index: 2;
}

@media (min-width: 1600px) {
  .section-3 .sec3-swiper .cell img {
    height: 144px;
  }
}

.section-3 .sec3-swiper .cell .tit {
  font-size: 20px;
  font-weight: 600;
  margin: 16px 0 12px;
  line-height: 150%;
  position: relative;
  z-index: 2;
}

@media (min-width: 1600px) {
  .section-3 .sec3-swiper .cell .tit {
    margin: 8px 0 12px;
  }
}

.section-3 .sec3-swiper .cell .infos {
  position: relative;
  z-index: 2;
  color: #6C7071;
  font-size: 16px;
  margin-bottom: 0;
}

.section-3 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 6px;
}

.section-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
}

.section-4 {
  padding: 64px 0;
  background: #F6FAFF;
}

@media (min-width: 1280px) {
  .section-4 {
    padding: 48px 0;
  }
}

@media (min-width: 1600px) {
  .section-4 {
    padding: 64px 0;
  }
}

.section-4 .container {
  padding: 0;
}

@media (min-width: 1280px) {
  .section-4 .container {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  .section-4 .cont .txt-cont {
    width: 520px;
  }
}

@media (min-width: 1600px) {
  .section-4 .cont .txt-cont {
    width: 675px;
  }
}

.section-4 .cont .txt-cont .sub {
  color: #6B6B6B;
  font-size: 16px;
}

@media (min-width: 1600px) {
  .section-4 .cont .txt-cont .sub {
    font-size: 18px;
  }
}

.section-4 .cont .btn-group {
  margin-top: 32px;
  gap: 12px;
}

@media (min-width: 1280px) {
  .section-4 .cont .btn-group {
    margin-top: 40px;
    gap: 32px;
  }
}

.section-4 .cont .sec4-swiper {
  width: 100%;
  flex-shrink: 0;
  margin-right: 0;
}

@media (min-width: 1280px) {
  .section-4 .cont .sec4-swiper {
    width: 630px;
  }
}

@media (min-width: 1600px) {
  .section-4 .cont .sec4-swiper {
    width: 770px;
  }
}

.section-4 .cont .sec4-swiper .swiper-wrapper {
  align-items: stretch;
}

@media (min-width: 1280px) {
  .section-4 .cont .sec4-swiper .swiper-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (min-width: 1280px) {
  .section-4 .cont .sec4-swiper .swiper-wrapper {
    gap: 24px;
  }
}

.section-4 .cont .sec4-swiper .swiper-wrapper .swiper-slide {
  width: 240px !important;
}

@media (min-width: 1280px) {
  .section-4 .cont .sec4-swiper .swiper-wrapper .swiper-slide {
    width: 194px !important;
  }
}

@media (min-width: 1600px) {
  .section-4 .cont .sec4-swiper .swiper-wrapper .swiper-slide {
    width: 240px !important;
  }
}

.section-4 .cont .sec4-swiper .card {
  width: 240px;
  min-height: 280px;
  border-radius: 12px;
  padding: 32px 16px 0;
}

@media (min-width: 1280px) {
  .section-4 .cont .sec4-swiper .card {
    width: 194px;
    min-height: 228px;
    padding: 16px 8px 0;
  }
}

@media (min-width: 1600px) {
  .section-4 .cont .sec4-swiper .card {
    width: 240px;
    min-height: 280px;
    padding: 32px 16px 0;
  }
}

.section-4 .cont .sec4-swiper .card .tit {
  font-size: 16px;
  color: #212121;
}

.section-4 .cont .sec4-swiper .card img {
  width: 180px;
}

@media (min-width: 1280px) {
  .section-4 .cont .sec4-swiper .card img {
    width: 146px;
  }
}

@media (min-width: 1600px) {
  .section-4 .cont .sec4-swiper .card img {
    width: 180px;
  }
}

.section-4 .cont .sec4-swiper .card.card-1 {
  background: linear-gradient(180deg, #DBE7FF 0%, #B8D6FF 100%);
}

.section-4 .cont .sec4-swiper .card.card-2 {
  background: linear-gradient(0deg, #FFEFB3 0%, #FFEFB3 100%), #FFF;
}

.section-4 .cont .sec4-swiper .card.card-3 {
  background: linear-gradient(0deg, #ECECFF 0%, #ECECFF 100%), #FFF;
}

.section-4 .cont .sec4-swiper .card.card-4 {
  background: linear-gradient(0deg, #FFD9C6 0%, #FFD9C6 100%), #FFF;
}

.section-4 .cont .sec4-swiper .card.card-5 {
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
}

.section-4 .cont .sec4-swiper .card.card-6 {
  background: linear-gradient(0deg, #DCEEFA 0%, #DCEEFA 100%), #FFF;
}

.section-4 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 6px;
}

.section-4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
}

.sec-module {
  padding: 64px 0;
}

@media (min-width: 1280px) {
  .sec-module {
    padding: 100px 0;
  }
}

@media (min-width: 1600px) {
  .sec-module {
    padding: 120px 0;
  }
}

.sec-module .cont {
  gap: 24px;
}

@media (min-width: 1280px) {
  .sec-module .cont img {
    width: 630px;
  }
}

@media (min-width: 1600px) {
  .sec-module .cont img {
    width: 847px;
  }
}

.sec-module .cont .txt-cont {
  width: 100%;
}

@media (min-width: 1280px) {
  .sec-module .cont .txt-cont {
    width: 490px;
  }
}

@media (min-width: 1600px) {
  .sec-module .cont .txt-cont {
    width: 670px;
  }
}

.sec-module .cont .txt-cont .sub-tit {
  font-size: 16px;
  color: #6B6B6B;
}

@media (min-width: 1600px) {
  .sec-module .cont .txt-cont .sub-tit {
    font-size: 18px;
  }
}

.sec-module .cont .txt-cont ul {
  font-size: 16px;
  color: #6B6B6B;
}

@media (min-width: 1600px) {
  .sec-module .cont .txt-cont ul {
    font-size: 18px;
  }
}

.sec-module .cont .txt-cont ul li:not(:last-child) {
  margin-bottom: 16px;
}

@media (min-width: 1280px) {
  .sec-module .cont .txt-cont ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (min-width: 1280px) {
  .sec-module .pic-cont {
    margin-top: 65px;
  }
}

@media (min-width: 1600px) {
  .sec-module .pic-cont {
    margin-top: 40px;
  }
}

.sec-module .orange-feature-tips {
  color: #F50;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #F50;
  background: rgba(255, 87, 0, 0.1);
  width: fit-content;
}

.sec-module .note-content {
  height: 0;
  opacity: 0;
  padding: 0 16px;
  border: 1px dashed rgba(255, 85, 0, 0.4);
  border-radius: 4px;
  position: relative;
  z-index: -1;
  transition: all linear .2s;
}

.sec-module .note-content.actived {
  padding: 16px 16px 8px;
  height: fit-content;
  opacity: 1;
  margin-bottom: 24px;
  z-index: 0;
}

@media (min-width: 1280px) {
  .sec-module .note-content.actived {
    margin-bottom: 16px;
  }
}

@media (min-width: 1600px) {
  .sec-module .note-content.actived {
    margin-bottom: 24px;
  }
}

.sec-module .note-content .tit {
  margin-bottom: 12px;
}

.sec-module .note-content .tit span {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
}

.sec-module .note-content .note-li {
  color: #6B6B6B;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

.sec-module .show-more-less {
  cursor: pointer;
  color: #212121;
  text-decoration: underline;
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .sec-module .show-more-less {
    margin: 0;
  }
}

.sec-module .show-more-less:hover {
  color: #FF5500;
}

.sec-module .show-more-less.actived .less {
  display: block;
}

.sec-module .show-more-less.actived .more {
  display: none;
}

.sec-module .show-more-less .less {
  display: none;
}

.sec-features {
  padding-bottom: 64px;
}

@media (min-width: 1280px) {
  .sec-features {
    padding-bottom: 100px;
  }
}

@media (min-width: 1600px) {
  .sec-features {
    padding-bottom: 120px;
  }
}

@media (min-width: 1280px) {
  .sec-features h2 {
    max-width: 760px;
  }
}

@media (min-width: 1600px) {
  .sec-features h2 {
    max-width: 1000px;
  }
}

.sec-features .cont {
  margin-top: 24px;
  gap: 24px;
}

@media (min-width: 1280px) {
  .sec-features .cont {
    margin-top: 60px;
    gap: 0;
  }
}

@media (min-width: 1280px) {
  .sec-features .cont {
    margin-top: 64px;
  }
}

.sec-features .pic-features-swiper {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 1280px) {
  .sec-features .pic-features-swiper {
    width: 532px;
  }
}

@media (min-width: 1600px) {
  .sec-features .pic-features-swiper {
    width: 785px;
  }
}

.sec-features .text-features-swiper {
  width: 100%;
  margin-left: 0;
}

@media (min-width: 1280px) {
  .sec-features .text-features-swiper {
    width: 588px;
  }
}

@media (min-width: 1600px) {
  .sec-features .text-features-swiper {
    width: 752px;
  }
}

.sec-features .text-features-swiper .wrapper-cont {
  gap: 20px;
}

@media (min-width: 1600px) {
  .sec-features .text-features-swiper .wrapper-cont {
    gap: 24px;
  }
}

.sec-features .text-features-swiper .swiper-slide.swiper-slide-thumb-active .cell {
  background: linear-gradient(95deg, #5FB2FF -18.58%, #2295FF 100%), #5FB2FF;
}

.sec-features .text-features-swiper .swiper-slide.swiper-slide-thumb-active .tit {
  color: #fff;
}

.sec-features .text-features-swiper .swiper-slide.swiper-slide-thumb-active .tit .icon .icon-inactive {
  display: none;
}

.sec-features .text-features-swiper .swiper-slide.swiper-slide-thumb-active .tit .icon .icon-active {
  display: block;
}

.sec-features .text-features-swiper .swiper-slide.swiper-slide-thumb-active .desc {
  display: block;
  padding-top: 12px;
}

@media (min-width: 1600px) {
  .sec-features .text-features-swiper .swiper-slide.swiper-slide-thumb-active .desc {
    padding-top: 20px;
  }
}

.sec-features .text-features-swiper .cell {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background: #E8F1FF;
}

@media (min-width: 1280px) {
  .sec-features .text-features-swiper .cell {
    width: 520px;
    padding: 24px;
    border-radius: 6px;
  }
}

@media (min-width: 1600px) {
  .sec-features .text-features-swiper .cell {
    width: 665px;
    padding: 28px;
    border-radius: 8px;
  }
}

.sec-features .text-features-swiper .tit {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
}

@media (min-width: 1280px) {
  .sec-features .text-features-swiper .tit {
    font-size: 18px;
  }
}

.sec-features .text-features-swiper .tit .icon {
  margin-right: 8px;
}

@media (min-width: 1280px) {
  .sec-features .text-features-swiper .tit .icon {
    margin-right: 12px;
  }
}

@media (min-width: 1600px) {
  .sec-features .text-features-swiper .tit .icon {
    margin-right: 24px;
  }
}

.sec-features .text-features-swiper .tit .icon img {
  width: 24px;
  height: 24px;
}

@media (min-width: 1280px) {
  .sec-features .text-features-swiper .tit .icon img {
    width: 32px;
    height: 32px;
  }
}

@media (min-width: 1600px) {
  .sec-features .text-features-swiper .tit .icon img {
    width: 48px;
    height: 48px;
  }
}

.sec-features .text-features-swiper .tit .icon .icon-inactive {
  display: block;
}

.sec-features .text-features-swiper .tit .icon .icon-active {
  display: none;
}

.sec-features .text-features-swiper .desc {
  font-size: 14px;
  color: #FFF;
  display: none;
}

.sec-features .features-swiper-pagination {
  width: 376px !important;
  height: 3px !important;
  transform: rotate(90deg);
  transform-origin: bottom right;
  position: absolute;
  top: auto !important;
  bottom: 40px !important;
  right: 3px !important;
  left: auto !important;
  background: #D8DFE2;
}

@media (min-width: 1600px) {
  .sec-features .features-swiper-pagination {
    width: 528px !important;
    height: 4px !important;
    bottom: 10px !important;
    right: 4px !important;
  }
}

.sec-features .features-swiper-pagination .swiper-pagination-progressbar-fill {
  background: #5FB2FF;
}

.sec-steps {
  padding: 64px 0;
  background: rgba(59, 132, 247, 0.05);
  overflow: hidden;
}

@media (min-width: 992px) {
  .sec-steps {
    padding: 100px 0;
    position: relative;
  }
}

@media (min-width: 992px) {
  .sec-steps::after {
    content: "";
    width: 796px;
    height: 388px;
    background: url(https://images.tenorshare.com/img-2024/product/4ukey-ios/sec-step-bg.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -100px;
    bottom: 24px;
  }
}

@media (min-width: 1600px) {
  .sec-steps::after {
    width: 924px;
    height: 450px;
    right: 0;
    bottom: 70px;
  }
}

.sec-steps h2 {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .sec-steps h2 {
    margin-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .sec-steps h2 {
    margin-bottom: 64px;
  }
}

.sec-steps .cont {
  max-width: 100%;
}

@media (min-width: 992px) {
  .sec-steps .cont {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .sec-steps .cont {
    max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .sec-steps .cont {
    max-width: 1529px;
  }
}

.sec-steps .guide-list {
  flex: 1;
  margin: 0;
}

@media (min-width: 1280px) {
  .sec-steps .guide-list {
    max-width: 520px;
  }
}

@media (min-width: 1600px) {
  .sec-steps .guide-list {
    max-width: 600px;
  }
}

.sec-steps .guide-list ul {
  margin-bottom: 32px;
}

@media (min-width: 1280px) {
  .sec-steps .guide-list ul {
    margin-bottom: 48px;
    max-width: 464px;
  }
}

@media (min-width: 1600px) {
  .sec-steps .guide-list ul {
    max-width: 530px;
  }
}

.sec-steps .guide-list li {
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  padding: 16px;
  font-size: 16px;
  background: #fff;
  position: relative;
}

@media (min-width: 992px) {
  .sec-steps .guide-list li {
    padding: 24px 32px;
  }
}

.sec-steps .guide-list li .text span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #6B6B6B;
  display: inline-block;
}

@media (min-width: 992px) {
  .sec-steps .guide-list li .text span {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .sec-steps .guide-list li .text span {
    font-size: 26px;
    line-height: 34px;
  }
}

.sec-steps .guide-list li .text p {
  font-size: 16px;
  line-height: 24px;
  color: #848484;
}

@media (min-width: 1600px) {
  .sec-steps .guide-list li .text p {
    font-size: 18px;
    line-height: 27px;
  }
}

.sec-steps .guide-list .btn {
  min-width: 200px;
}

.sec-steps .guide-list .progress-bar {
  width: 0%;
  height: 4px;
  background: #0670FB;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec-steps .guide-list .swiper-slide-thumb-active {
  background: rgba(6, 112, 251, 0.08);
}

.sec-steps .guide-list .swiper-slide-thumb-active span,
.sec-steps .guide-list .swiper-slide-thumb-active p {
  color: #0670FB !important;
}

.sec-steps .guide-list .swiper-slide-thumb-active .progress-bar {
  transition: all 2900ms linear;
  width: 100%;
}

.sec-steps .guide-list .guide-link {
  font-size: 16px;
}

@media (min-width: 992px) {
  .sec-steps .guide-list .guide-link {
    margin: 0 0 0 32px;
    font-size: 18px;
  }
}

.sec-steps .guide-pic {
  max-width: 100%;
  margin: 40px 0 0;
}

@media (min-width: 992px) {
  .sec-steps .guide-pic {
    max-width: 450px;
    margin: 0;
  }
}

@media (min-width: 1280px) {
  .sec-steps .guide-pic {
    max-width: 640px;
  }
}

@media (min-width: 1600px) {
  .sec-steps .guide-pic {
    max-width: 800px;
  }
}

.sec-steps .guide-pic .swiper-slide {
  padding: 8px;
  background: rgba(95, 178, 255, 0.25);
  border: 2px solid rgba(6, 112, 251, 0.4);
  border-radius: 12px;
}

@media (min-width: 992px) {
  .sec-steps .guide-pic .swiper-slide {
    padding: 14px;
    border-radius: 20px;
  }
}

@media (min-width: 1600px) {
  .sec-steps .guide-pic .swiper-slide {
    padding: 18px;
    border: 3px solid rgba(6, 112, 251, 0.4);
    border-radius: 24px;
  }
}

.sec-steps .guide-pic .swiper-slide img {
  border-radius: 6px;
}

@media (min-width: 992px) {
  .sec-steps .guide-pic .swiper-slide img {
    border-radius: 12px;
  }
}

@media (min-width: 1600px) {
  .sec-steps .guide-pic .swiper-slide img {
    border-radius: 16px;
  }
}

.sec-reviews {
  padding: 56px 0;
  background: #3B84F7;
  position: relative;
}

@media (min-width: 992px) {
  .sec-reviews {
    padding: 100px 0;
  }
}

.sec-reviews::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 248px;
  height: 335px;
  background: url(https://images.tenorshare.com/img-2024/product/reiboot/review-bg-mob.png) no-repeat;
  background-size: 100%;
}

@media (min-width: 992px) {
  .sec-reviews::before {
    width: 318px;
    height: 405px;
    background: url(https://images.tenorshare.com/img-2024/product/reiboot/review-bg.png) no-repeat;
    background-size: 100%;
  }
}

.sec-reviews h2 svg {
  width: 52px;
}

@media (min-width: 992px) {
  .sec-reviews h2 svg {
    width: 64px;
  }
}

.sec-reviews .cont {
  width: 100%;
  margin-top: 32px;
  gap: 32px;
}

@media (min-width: 992px) {
  .sec-reviews .cont {
    margin-top: 60px;
  }
}

.sec-reviews .cont .cell {
  background: #F3FBFE;
  border-radius: 12px;
  padding: 32px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell {
    min-height: 400px;
    padding: 32px 24px;
  }
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell {
    padding: 32px;
  }
}

.sec-reviews .cont .cell.media-review {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 64px 32px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review {
    width: 544px;
    max-width: 544px;
    padding: 32px 72px;
  }
}

@media (min-width: 1600px) {
  .sec-reviews .cont .cell.media-review {
    width: 770px;
    max-width: 770px;
    padding: 32px;
  }
}

.sec-reviews .cont .cell.media-review::before, .sec-reviews .cont .cell.media-review::after {
  content: '';
  width: 48px;
  height: 48px;
  background: url('data:image/svg+xml,<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M63.2888 16.7822C58.8325 17.7304 55.277 19.437 52.6222 21.9022C49.9673 24.4622 48.3555 27.6385 47.7866 31.4311C48.9244 31.4311 49.6829 31.4785 50.0622 31.5733C53.3807 31.9526 56.1777 33.4222 58.4533 35.9822C60.634 38.637 61.7244 41.7185 61.7244 45.2267C61.7244 49.1141 60.5392 52.3852 58.1688 55.04C55.7036 57.6948 52.6222 59.0222 48.9244 59.0222C44.7525 59.0222 41.2444 57.363 38.3999 54.0444C35.4607 50.7259 33.991 45.8904 33.991 39.5378C33.991 33.6593 35.3185 28.2074 37.9733 23.1822C40.5333 18.2518 44.0414 14.1274 48.4977 10.8089C52.954 7.58517 57.8844 5.54667 63.2888 4.69333V16.7822ZM30.151 16.7822C25.6948 17.7304 22.1392 19.437 19.4844 21.9022C16.8296 24.4622 15.2177 27.6385 14.6488 31.4311H16.3555C19.8636 31.8104 22.8029 33.28 25.1733 35.84C27.4488 38.4948 28.5866 41.6237 28.5866 45.2267C28.5866 49.1141 27.4014 52.3852 25.031 55.04C22.5659 57.6948 19.4844 59.0222 15.7866 59.0222C11.6147 59.0222 8.1066 57.363 5.26216 54.0444C2.3229 50.7259 0.85326 45.8904 0.85326 39.5378C0.85326 33.6593 2.18067 28.2074 4.83549 23.1822C7.39548 18.2518 10.9036 14.1274 15.3599 10.8089C19.8162 7.58517 24.7466 5.54667 30.151 4.69333V16.7822Z" fill="%230670FB"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review::before, .sec-reviews .cont .cell.media-review::after {
    width: 64px;
    height: 64px;
  }
}

.sec-reviews .cont .cell.media-review::before {
  top: 16px;
  left: 16px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review::before {
    top: 32px;
    left: 32px;
  }
}

.sec-reviews .cont .cell.media-review::after {
  transform: rotate(180deg);
  right: 16px;
  bottom: 16px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review::after {
    right: 32px;
    bottom: 32px;
  }
}

.sec-reviews .cont .cell.media-review .media-review-swpier {
  max-width: 570px;
  margin: 0 auto;
  font-size: 16px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review .media-review-swpier {
    max-width: 400px;
  }
}

@media (min-width: 1600px) {
  .sec-reviews .cont .cell.media-review .media-review-swpier {
    max-width: 570px;
    font-size: 18px;
  }
}

.sec-reviews .cont .cell.media-review .media-review-swpier .media-review-info {
  color: #525252;
  max-width: 570px;
  margin: 32px auto 0;
}

.sec-reviews .cont .cell.media-review .swiper-pagination {
  display: flex;
  bottom: 16px;
  gap: 12px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review .swiper-pagination {
    bottom: 32px;
  }
}

.sec-reviews .cont .cell.media-review .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.sec-reviews .cont .cell.media-review .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
}

.sec-reviews .cont .cell.media-review .media-swiper-prev,
.sec-reviews .cont .cell.media-review .media-swiper-next {
  position: absolute;
  z-index: 2;
  top: calc(50% - 20px);
}

.sec-reviews .cont .cell.media-review .media-swiper-prev:hover,
.sec-reviews .cont .cell.media-review .media-swiper-next:hover {
  cursor: pointer;
}

.sec-reviews .cont .cell.media-review .media-swiper-prev.swiper-button-disabled,
.sec-reviews .cont .cell.media-review .media-swiper-next.swiper-button-disabled {
  opacity: .4;
}

.sec-reviews .cont .cell.media-review .media-swiper-prev {
  left: -12px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review .media-swiper-prev {
    left: 24px;
  }
}

@media (min-width: 1600px) {
  .sec-reviews .cont .cell.media-review .media-swiper-prev {
    left: 32px;
  }
}

.sec-reviews .cont .cell.media-review .media-swiper-next {
  right: -12px;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.media-review .media-swiper-next {
    right: 24px;
  }
}

@media (min-width: 1600px) {
  .sec-reviews .cont .cell.media-review .media-swiper-next {
    right: 32px;
  }
}

.sec-reviews .cont .cell.user-review {
  width: 100%;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.user-review {
    width: 300px;
  }
}

@media (min-width: 1600px) {
  .sec-reviews .cont .cell.user-review {
    width: 360px;
  }
}

.sec-reviews .cont .cell.user-review a:hover {
  text-decoration: none;
}

.sec-reviews .cont .cell.user-review .txt {
  margin-bottom: 32px;
}

.sec-reviews .cont .cell.user-review .txt .tit {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
  display: inline-block;
  color: #212121;
}

@media (min-width: 992px) {
  .sec-reviews .cont .cell.user-review .txt .tit {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .sec-reviews .cont .cell.user-review .txt .tit {
    font-size: 24px;
  }
}

.sec-reviews .cont .cell.user-review .txt p {
  color: #6B6B6B;
  font-size: 16px;
}

.sec-reviews .cont .cell.user-review .user-info .user-name {
  font-weight: 600;
  color: #212121;
}

#sec-8 {
  padding: 64px 0;
  background: rgba(59, 132, 247, 0.05);
}

#sec-8::before {
  content: '';
  position: absolute;
  background: url('data:image/svg+xml,<svg width="384" height="341" viewBox="0 0 384 341" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.3" d="M117.94 -370.233C-41.1682 -210.733 -38.0939 51.1996 125.853 215.147C289.8 379.093 551.733 382.168 711.232 223.06L595.284 107.112C497.718 204.286 337.666 201.911 237.707 101.952C137.748 1.99278 135.373 -158.06 232.547 -255.626L117.94 -370.233Z" stroke="%230670FB"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  width: 375px;
  height: 340px;
  right: 0;
  top: 0;
  pointer-events: none;
}

#sec-8::after {
  content: '';
  position: absolute;
  background: url('data:image/svg+xml,<svg width="427" height="311" viewBox="0 0 427 311" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M-433.218 331.841C-383.093 103.44 -152.466 -40.5197 82.4946 11.0453C317.456 62.6103 466.603 289.916 416.478 518.317L249.608 481.695C280.162 342.471 188.883 204.168 45.9886 172.808C-96.9061 141.448 -237.711 228.817 -268.266 368.042L-433.218 331.841Z" fill="%233B84F7"/></svg>') no-repeat left center;
  background-size: 100% 100%;
  width: 427px;
  height: 311px;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

#sec-8 .img-logo {
  width: 128px;
  height: 128px;
}

#sec-8 h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
}

#sec-8 .sub {
  color: #525252;
  font-size: 18px;
  font-weight: 500;
  max-width: 800px;
}

@media (min-width: 1600px) {
  #sec-8 .sub {
    font-size: 24px;
  }
}

#sec-8 .sub .realdownloads {
  font-size: 18px;
}

@media (min-width: 1600px) {
  #sec-8 .sub .realdownloads {
    font-size: 28px;
  }
}

#sec-8 .des-list {
  margin-top: 48px;
  max-width: 1450px;
}

#sec-8 .des-list .item svg {
  color: #5252FF;
}

#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 .review {
  gap: 26px;
}

#sec-8 .review .trustpilot {
  position: relative;
  width: 149px;
}

#sec-8 .review .trustpilot::after {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  background: #D8DFE2;
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
}

#sec-8 .review .star {
  width: 209.5px;
}

@media (max-width: 1600px) {
  #sec-8 {
    padding: 80px 0 32px;
  }
  #sec-8 .img-logo {
    width: 96px;
    height: 96px;
  }
  #sec-8 h2 {
    font-size: 36px;
    line-height: 50.4px;
  }
  #sec-8 a .start {
    height: 32px;
    width: auto;
  }
  #sec-8 .comment-points {
    font-size: 16px;
    line-height: 24px;
  }
  #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 .des-list {
    margin-top: 40px;
  }
  #sec-8 .des-list .item img {
    width: 40px;
    height: 40px;
  }
  #sec-8 .des-list .item .tit {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  #sec-8 {
    padding: 64px 0;
  }
  #sec-8::before {
    width: 288px;
    height: 240px;
  }
  #sec-8 .img-logo {
    width: 80px;
    height: 80px;
  }
  #sec-8 h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  #sec-8 .btn.btn-xl {
    padding: 0 50px;
    height: 56px;
  }
  #sec-8 a .start {
    height: 24px;
  }
  #sec-8 .des-list {
    margin-top: 32px;
    gap: 20px 24px;
  }
  #sec-8 .des-list .item {
    flex: 1 1 30%;
  }
  #sec-8 .des-list .item .des {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  #sec-8::before {
    background: url('data:image/svg+xml,<svg width="156" height="220" viewBox="0 0 156 220" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.3" d="M67.8575 -190.697C-23.9483 -98.723 -22.1908 52.3628 72.3672 146.921C166.925 241.479 318.011 243.236 409.985 151.431L343.039 84.4843C286.829 140.526 194.569 139.177 136.954 81.5616C79.3386 23.9466 77.9891 -68.3135 134.031 -124.523L67.8575 -190.697Z" stroke="%235fb2ff" stroke-width="0.428648"/></svg>') no-repeat center center;
    width: 156px;
    height: 220px;
  }
  #sec-8::after {
    background: url('data:image/svg+xml,<svg width="203" height="211" viewBox="0 0 203 211" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M-290.001 82.4154C-179.556 -28.029 2.0281 -25.9719 115.645 87.6447C229.261 201.261 231.318 382.846 120.874 493.29L40.1831 412.599C107.506 345.276 105.955 234.602 36.8579 165.504C-32.2396 96.4067 -142.914 94.8562 -210.237 162.179L-290.001 82.4154Z" fill="%235FB2FF"/></svg>') no-repeat center center;
    width: 203px;
    height: 211px;
  }
  #sec-8 .des-list .item {
    flex: 1 1 45%;
  }
  #sec-8 .review {
    gap: 16px;
  }
  #sec-8 .review .trustpilot {
    order: 3;
    width: 132px;
  }
  #sec-8 .review .trustpilot::after {
    display: none;
  }
  #sec-8 .review .text {
    order: 2;
    font-size: 16px;
  }
  #sec-8 .review .star {
    width: 190px;
    order: 1;
  }
  #sec-8 .review .star span {
    font-size: 24px;
  }
}

#tech-spec {
  padding: 64px 0;
}

@media (min-width: 992px) {
  #tech-spec {
    padding: 100px 0;
  }
}

#tech-spec .content-wrap {
  margin-top: 28px;
  align-items: stretch;
}

#tech-spec .content-wrap > div {
  height: auto;
}

#tech-spec .item {
  height: 100%;
  border-radius: 12px;
  background: rgba(59, 132, 247, 0.05);
  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%;
}

#tech-spec .item .des {
  color: #878b8d;
  font-size: 16px;
  margin-top: 32px;
}

#tech-spec .item svg {
  flex-shrink: 0;
}

#tech-spec .item .device-des {
  font-size: 14px;
  color: #878B8D;
  margin-top: 32px;
}

@media (min-width: 1600px) {
  #tech-spec .item .device-des {
    font-size: 16px;
  }
}

#tech-spec .col-lg-6 {
  margin-top: 32px;
}

@media (max-width: 1600px) {
  #tech-spec .content-wrap {
    margin-top: 8px;
  }
  #tech-spec .item .tit {
    font-size: 18px;
  }
  #tech-spec .item p {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  #tech-spec .content-wrap {
    margin-top: 4px;
  }
  #tech-spec .col-lg-6 {
    margin-top: 24px;
  }
  #tech-spec .item {
    padding: 32px 20px;
  }
  #tech-spec .item .des {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  #tech-spec .item {
    padding: 24px 16px;
  }
  #tech-spec .item .des {
    font-size: 14px;
  }
  #tech-spec .item .mt-32 {
    margin-top: 0;
  }
  #tech-spec .item .tit {
    font-size: 18px;
  }
  #tech-spec .item p {
    font-size: 16px;
  }
}

#pro-guide {
  padding: 40px 0;
  background: rgba(59, 132, 247, 0.05);
}

#pro-guide .container {
  padding: 0;
}

#pro-guide #accordion-for-more:hover {
  cursor: pointer;
}

#pro-guide h2 {
  max-width: 100%;
}

#pro-guide .nav-contanier {
  margin: 24px 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 .nav {
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  position: relative;
}

#pro-guide .nav::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #D8DFE2;
  position: absolute;
  bottom: 0;
  left: 0;
}

#pro-guide .nav .nav-link {
  padding: 0 16px;
  padding-bottom: 10px;
  cursor: pointer;
  line-height: 150%;
  white-space: nowrap;
  position: relative;
  text-align: center;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
}

#pro-guide .nav .nav-link.active {
  color: #3B84F7;
  font-weight: 500;
}

#pro-guide .nav .nav-link.active::after {
  z-index: 99;
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100%);
  background: #3B84F7;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}

#pro-guide .tab-content {
  padding: 0 24px;
  margin-top: 40px;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item {
  background: #B4D3FF1A;
  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.active {
  background: #3B84F7;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item.active .accordion-button {
  color: #fff !important;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item:last-child {
  margin-bottom: 0 !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: #3B84F7;
}

#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>');
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  padding-top: 32px;
  padding-bottom: 4px;
  font-weight: 600;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="10" width="2" height="20" rx="1" fill="white"/><rect x="30" y="19" width="2" height="20" rx="1" transform="rotate(90 30 19)" fill="white"/> </svg>');
  transform: rotate(45deg);
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
  padding: 8px 16px 16px;
  color: #fff;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body a {
  color: #fff;
  text-decoration: underline;
}

#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
  opacity: 0.8;
  font-size: 16px;
}

#pro-guide #faq-part-content-2 .row {
  gap: 20px;
}

#pro-guide #faq-part-content-2 .vertical {
  gap: 20px;
}

#pro-guide #faq-part-content-2 .item {
  height: 100%;
  padding: 28px 16px;
  border-radius: 12px;
  background: #B4D3FF1A;
}

#pro-guide #faq-part-content-2 .item .tit {
  color: #212121;
  font-weight: 600;
  line-height: 150%;
}

#pro-guide #faq-part-content-2 .item ul {
  margin-top: 2px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

#pro-guide #faq-part-content-2 .item ul li {
  margin-top: 20px;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

#pro-guide #faq-part-content-2 .item ul li a {
  width: 100%;
  font-weight: 400;
}

@media (min-width: 992px) {
  #pro-guide {
    padding: 80px 0;
  }
  #pro-guide .container {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  #pro-guide .nav-contanier {
    margin: 40px auto 0;
  }
  #pro-guide .nav-contanier::after {
    height: 4px;
  }
  #pro-guide .tab-content {
    padding: 0;
  }
  #pro-guide .nav {
    font-size: 18px;
    gap: 64px;
  }
  #pro-guide .nav::after {
    display: none;
  }
  #pro-guide .nav .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
  }
  #pro-guide .nav .nav-link.active::after {
    width: 70%;
    height: 4px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed) {
    padding-top: 24px;
  }
  #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-body {
    font-size: 16px;
    padding: 0 1.5rem 1.5rem;
  }
  #pro-guide #faq-part-content-2 .row {
    gap: 0;
  }
  #pro-guide #faq-part-content-2 .item ul li a {
    width: auto;
  }
  #pro-guide #faq-part-content-2 .vertical {
    gap: 20px;
  }
}

@media (min-width: 1280px) {
  #pro-guide .tab-content {
    max-width: 1096px;
    margin-left: auto;
    margin-right: auto;
  }
  #pro-guide .nav .nav-link {
    font-size: 20px;
  }
  #pro-guide .nav .nav-link.active::after {
    height: 4px;
    width: calc(70%);
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    padding: 24px 40px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    font-size: 16px;
    padding: 0 40px 24px;
  }
  #pro-guide #faq-part-content-2 .vertical {
    gap: 20px;
  }
  #pro-guide #faq-part-content-2 .vertical .item {
    flex: 1 1 40%;
  }
}

@media (min-width: 1400px) {
  #pro-guide .nav {
    font-size: 20px;
  }
  #pro-guide .nav-contanier {
    max-width: 1266px;
  }
}

@media (min-width: 1600px) {
  #pro-guide {
    padding: 100px 0;
  }
  #pro-guide .nav-contanier {
    margin-top: 60px;
  }
  #pro-guide .tab-content {
    margin-top: 60px;
    max-width: 100%;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    font-size: 20px;
    line-height: 200%;
    padding: 1.5rem 2.25rem;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 0.625rem 8rem 24px 2.25rem;
    font-size: 18px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
    font-size: 18px;
  }
  #pro-guide #faq-part-content-2 .item {
    padding: 32px;
  }
  #pro-guide #faq-part-content-2 .item ul li {
    margin-top: 24px;
  }
  #pro-guide #faq-part-content-2 .item ul li a {
    font-size: 18px;
  }
  #pro-guide #faq-part-content-2 .vertical {
    gap: 20px;
  }
}
