.text-6b {
  color: #6b6b6b;
}

.text-9c {
  color: #9c9c9c;
}

.text-f3 {
  color: #f3fbfe;
}

main {
  background: #f3fbfe;
}

@media (min-width:1600px) {
 .section-2 .container {
    max-width: 1466px;
  }
}

.section-1 {
  background: url("https://images.tenorshare.com/img-2023/how-to/tp-bg-mobile.webp") center/cover no-repeat;
}

@media (min-width:768px) {
  .section-1 {
    background: url("https://images.tenorshare.com/img-2023/how-to/tp-bg.webp") center/cover no-repeat;
  }
}

.section-1 .title-box {
  padding-top: 138px;
  padding-bottom: 40px;
}

@media (min-width:992px) {
  .section-1 .title-box {
    max-width: 593px;
    padding-top: 67px;
    padding-bottom: 99px;
  }
}

@media (min-width:1600px) {
  .section-1 .title-box {
    padding-top: 121px;
    padding-bottom: 122px;
  }
}

.section-1 .h2-title {
  color: #212121;
  font-size: 32px;
  font-weight: 900;
  line-height: 130%;
}

@media (min-width:992px) {
  .section-1 .h2-title {
    font-size: 36px;
    line-height: 140%;
  }
}

@media (min-width:1600px) {
  .section-1 .h2-title {
    font-size: 48px;
  }
}

.section-1 .p-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

@media (min-width:1600px) {
  .section-1 .p-title {
    font-size: 18px;
  }
}

.lft-tab {
  padding: 19px 24px;
  background: #eff7fa;
}

.lft-tab .text-box {
  padding-left: 12px;
  border-left: 4px solid #ff612e;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  height: 24px;
}

.lft-tab .svg-box:hover {
  color: #ff681c;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media (min-width:992px) {
  .section-2 {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

@media (min-width:1600px) {
  .section-2 {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

.section-2 .lft {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 495px;
  border-radius: 12px 12px 0 0;
  background: #fff;
  overflow: auto;
  -webkit-transform: translateX(-50%) translateY(495px);
  -ms-transform: translateX(-50%) translateY(495px);
  transform: translateX(-50%) translateY(495px);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 59;
}

.section-2 .lft.active {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

@media (min-width:992px) {
  .section-2 .lft {
    position: absolute;
    bottom: unset;
    left: unset;
    width: unset;
    height: unset;
    background: transparent;
    overflow: unset;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    max-height: 550px;
    overflow: auto;
  }
  .section-2 .lft::-webkit-scrollbar {
    width: 5px;
    background: #f3fbfe;
  }
  .section-2 .lft::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.19);
    border-radius: 222px;
  }
  .section-2 .lft::-webkit-scrollbar-track {
    margin-top: 5px;
  }
}

.section-2 .lft .close-box {
  margin: 16px 24px 8px;
  text-align: end;
}

@media (min-width:992px) {
  .section-2 .lft .close-box {
    display: none;
  }
}

.section-2 .lft .text-box {
  padding: 14px 25px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: start;
}

@media (min-width:992px) {
  .section-2 .lft .text-box {
    padding: 16px 24px 16px 28px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
  }
}

@media (min-width:1600px) {
  .section-2 .lft .text-box {
    padding: 22px 32px;
  }
}

.section-2 .lft .text-box:hover .svg-box {
  color: #212121;
}

@media (min-width:992px) {
  .section-2 .lft .title-tab {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (min-width:1600px) {
  .section-2 .lft .title-tab {
    font-size: 18px;
  }
}

.section-2 .lft .title-tab span {
  text-decoration: underline;
}

@media (min-width:992px) {
  .section-2 .lft .title-tab span {
    text-decoration: none;
  }
}

.section-2 .lft .title-tab::before {
  content: "•";
  margin-right: 5px;
  text-decoration: none;
}

@media (min-width:992px) {
  .section-2 .lft .title-tab::before {
    content: "";
    margin-right: 0;
  }
}

.section-2 .lft .select-box {
  display: none;
}

.section-2 .lft .ul-list {
  list-style: none;
  padding-left: 0;
  padding-right:4px;
  font-size: 16px;
}

.section-2 .lft .ul-list .nav-link {
  padding: 0;
  width: 100%;
  border: 0;
  background-color: transparent;
}

@media (min-width:992px) {
  .section-2 .lft .ul-list{
    font-size: 18px;
  }
  .section-2 .lft .ul-list .nav-link {
    width: 259px;
  }
}

@media (min-width:1600px) {
  .section-2 .lft .ul-list .nav-link {
    width: 324px;
  }
}

.section-2 .lft .ul-list .nav-link .back-home-text {
  display: none;
}

@media (min-width:992px) {
  .section-2 .lft .ul-list .nav-link .back-home-text {
    display: block;
  }
}

@media (min-width:992px) {
  .section-2 .lft .ul-list .nav-link .how-tos-text {
    display: none;
  }
}

@media (min-width:992px) {
  .section-2 .lft .ul-list .nav-link.active .text-box {
    background: #ff681c;
    color: #fff;
    font-weight: 600;
  }
}

.section-2 .lft .ul-list .nav-link.active .text-box:hover .svg-box {
  color: #fff;
}

.section-2 .lft .ul-list .nav-link.active .back-home-text {
  display: none;
}

@media (min-width:992px) {
  .section-2 .lft .ul-list .nav-link.active .how-tos-text {
    display: block;
  }
}

.section-2 .lft .ul-list .nav-link.active .title-tab {
  color: #f50;
}

@media (min-width:992px) {
  .section-2 .lft .ul-list .nav-link.active .title-tab {
    color: unset;
  }
}

.section-2 .lft .ul-list .nav-link.active .title-tab span {
  text-decoration: none;
}

.section-2 .lft .ul-list .nav-link.active .select-box {
  display: block;
}

.section-2 .lft .ul-list li:first-of-type .nav-link {
  /* stylelint-disable-next-line no-descending-specificity */
}

@media (min-width:992px) {
  .section-2 .lft .ul-list li:first-of-type .nav-link .text-box {
    background: #ffece3;
    color: #ff681c;
  }
}

@media (min-width:992px) {
  .section-2 .lft .ul-list li:first-of-type .nav-link.active .text-box {
    background: #878b8d;
    color: #fff;
  }
}

@media (min-width:992px) {
  .section-2 .lft .ul-list li:first-of-type .nav-link .title-tab {
    font-size: 18px;
    font-weight: 600;
  }
}

@media (min-width:1600px) {
  .section-2 .lft .ul-list li:first-of-type .nav-link .title-tab {
    font-size: 20px;
  }
}

.section-2 .lft .ul-list li:not(:last-of-type) {
  /* stylelint-disable-next-line no-descending-specificity */
}

@media (min-width:992px) {
  .section-2 .lft .ul-list li:not(:last-of-type) .text-box {
    margin-bottom: 6px;
  }
}

.section-2 .rgt .cell-box {
  margin-left: 12px;
  margin-right: 12px;
}

@media (min-width:992px) {
  .section-2 .rgt .cell-box {
    margin-left: 301px;
    margin-right: 0;
    min-height: 474px;
  }
}

@media (min-width:1600px) {
  .section-2 .rgt .cell-box {
    margin-left: 404px;
  }
}

.section-2 .rgt .cell {
  border-bottom: 1px solid #d8dfe2;
}

.section-2 .rgt .cell:not(:last-of-type) {
  margin-bottom: 40px;
}

.section-2 .rgt .cell .tp {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.section-2 .rgt .cell a {
  color: #212121;
}

.section-2 .rgt .cell a:hover {
  color: #f50;
}

.section-2 .rgt .cell-img {
  position: relative;
  /* stylelint-disable-next-line no-descending-specificity */
}

@media (min-width:992px) {
  .section-2 .rgt .cell-img {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: 12px 12px 0;
    border-radius: 9px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width:1600px) {
  .section-2 .rgt .cell-img {
    padding: 16px 16px 0;
    border-radius: 12px;
  }
}

.section-2 .rgt .cell-img:not(:last-of-type) {
  margin-bottom: 30px;
}

@media (min-width:992px) {
  .section-2 .rgt .cell-img:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.section-2 .rgt .cell-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: #d8dfe2 solid 1px;
}

@media (min-width:992px) {
  .section-2 .rgt .cell-img::after {
    width: 0;
  }
}

.section-2 .rgt .cell-img .img-box {
  padding-bottom: 40px;
}

@media (min-width:992px) {
  .section-2 .rgt .cell-img .img-box {
    padding-bottom: 20px;
  }
}

.section-2 .rgt .cell-img .text-box {
  margin-bottom: 24px;
}

.section-2 .rgt .cell-img .p-title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
}

@media (min-width:992px) {
  .section-2 .rgt .cell-img .p-title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
  }
}

@media (min-width:1600px) {
  .section-2 .rgt .cell-img .p-title {
    font-size: 20px;
  }
}

.section-2 .rgt .cell-img .p-text {
  font-size: 16px;
  line-height: 1.5;
  word-break: break-word;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (min-width:992px) {
  .section-2 .rgt .cell-img .p-text {
    -webkit-line-clamp: unset;
  }
}

.section-2 .rgt .article-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 12px;
}

@media (min-width:1600px) {
  .section-2 .rgt .article-title {
    font-size: 22px;
    line-height: 1.3;
  }
}

.section-2 .rgt .desc {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (min-width:992px) {
  .section-2 .rgt .desc {
    margin-bottom: 41px;
    font-size: 18px;
    -webkit-line-clamp: unset;
        word-break: break-word;
  }
}

.section-2 .rgt .author-info {
  margin-bottom: 20px;
  font-size: 12px !important;
}
@media (min-width:992px) {
  .section-2 .rgt .author-info {
    font-size: 14px !important;
  }
}

.section-2 .rgt .author-info .pho {
  margin-right: 15px;
  max-width: 24px;
}

.section-2 .rgt .pre,
.section-2 .rgt .aft {
  font-size: 18px;
  line-height: 150%;
}

.section-2 .rgt .page-turn {
  margin-top: 60px;
}

.section-2 .rgt .page-turn .page {
  margin: 0 10px;
  text-decoration: none;
}

.section-2 .rgt .page-turn .page.actived {
  padding: 3px 8px;
  border-radius: 50%;
  color: #f3fbfe;
  background: #212121;
}

.section-2 .rgt .bt-banner {
  margin-top: 80px;
}

@media (min-width:992px) {
  .section-2 .rgt .bt-banner {
    margin-top: 120px;
  }
}

@media (min-width:1600px) {
  .section-2 .rgt .bt-banner {
    margin-top: 150px;
  }
}

.section-2 .rgt .bt-banner .title-box {
  margin-bottom: 60px;
}

.section-2 .rgt .bt-banner .h2-title {
  color: #000;
  font-size: 32px;
  font-weight: 900;
  line-height: 130%;
}

@media (min-width:992px) {
  .section-2 .rgt .bt-banner .h2-title {
    font-size: 36px;
    line-height: 140%;
  }
}

@media (min-width:1600px) {
  .section-2 .rgt .bt-banner .h2-title {
    font-size: 48px;
  }
}

.section-2 .rgt .bt-banner .tip-list .tip-item {
  margin-right: 16px;
  margin-bottom: 24px;
  padding: 10px 24px;
  border-radius: 46px;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width:992px) {
  .section-2 .rgt .bt-banner .tip-list .tip-item {
    margin-right: 32px;
    margin-bottom: 32px;
    padding: 12px 36px;
  }
}

@media (min-width:1600px) {
  .section-2 .rgt .bt-banner .tip-list .tip-item {
    font-size: 18px;
  }
}

.section-2 .rgt .bt-banner .tip-list .tip-item-bg-01 {
  background: #ffece3;
}

.section-2 .rgt .bt-banner .tip-list .tip-item-bg-01:hover {
  background: #ff681c;
}

.section-2 .rgt .bt-banner .tip-list .tip-item-bg-02 {
  background: #fffae6;
}

.section-2 .rgt .bt-banner .tip-list .tip-item-bg-02:hover {
  background: #ffd434;
}

.section-2 .rgt .bt-banner .tip-list .tip-item-bg-03 {
  background: #e9e9ff;
}

.section-2 .rgt .bt-banner .tip-list .tip-item-bg-03:hover {
  background: #7d7dff;
}

.section-2 .rgt .bt-banner .tip-list .tip-item-bg-04 {
  background: #e8ffc1;
}

.section-2 .rgt .bt-banner .tip-list .tip-item-bg-04:hover {
  background: #b9ff46;
}

.section-2 .rgt .bt-banner-02 {
  margin-top: 168px;
}

@media (min-width:992px) {
  .section-2 .rgt .bt-banner-02 {
    margin-top: 200px;
  }
}

.section-2 .rgt .bt-banner-02 .bt-banner-bg {
  border-radius: 12px;
  background: #ff681c;
  /* stylelint-disable-next-line no-descending-specificity */
}

@media (min-width:992px) {
  .section-2 .rgt .bt-banner-02 .bt-banner-bg {
    padding-left: 42px;
  }
}

@media (min-width:1600px) {
  .section-2 .rgt .bt-banner-02 .bt-banner-bg {
    padding-left: 78px;
  }
}

.section-2 .rgt .bt-banner-02 .bt-banner-bg .text-box {
  margin: 0 14px 60px;
}

@media (min-width:992px) {
  .section-2 .rgt .bt-banner-02 .bt-banner-bg .text-box {
    margin: 0;
    max-width: 496px;
  }
}

@media (min-width:1600px) {
  .section-2 .rgt .bt-banner-02 .bt-banner-bg .text-box {
    max-width: 673px;
  }
}

.section-2 .rgt .bt-banner-02 .bt-banner-bg .h2-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 130%;
}

@media (min-width:992px) {
  .section-2 .rgt .bt-banner-02 .bt-banner-bg .h2-title {
    font-size: 36px;
    line-height: 140%;
  }
}

@media (min-width:1600px) {
  .section-2 .rgt .bt-banner-02 .bt-banner-bg .h2-title {
    font-size: 48px;
  }
}

.section-2 .rgt .bt-banner-02 .bt-banner-bg .p-text {
  margin-bottom: 24px;
}

@media (min-width:992px) {
  .section-2 .rgt .bt-banner-02 .bt-banner-bg .p-text {
    margin-bottom: 36px;
    max-width: 377px;
  }
}

@media (min-width:1600px) {
  .section-2 .rgt .bt-banner-02 .bt-banner-bg .p-text {
    max-width: 553px;
  }
}

.section-2 .rgt .bt-banner-02 .bt-banner-bg .see-more {
  color: #f3fbfe;
}

.section-2 .rgt .bt-banner-02 .bt-banner-bg .img-box {
  margin-top: -128px;
}

@media (min-width:992px) {
  .section-2 .rgt .bt-banner-02 .bt-banner-bg .img-box {
    margin-top: -148px;
    max-width: 565px;
    border-radius: 12px;
  }
}

@media (min-width:1600px) {
  .section-2 .rgt .bt-banner-02 .bt-banner-bg .img-box {
    max-width: 703px;
  }
}

@media (min-width:992px) {
  .section-2 .rgt .bt-banner-02 .bt-banner-bg .img-box::after {
    content: "";
    position: absolute;
    width: 780px;
    height: 343px;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: url("https://images.tenorshare.com/img-2023/how-to/shape.webp") center/cover;
  }
}

@media (min-width:1600px) {
  .section-2 .rgt .bt-banner-02 .bt-banner-bg .img-box::after {
    width: 780px;
    height: 463px;
  }
}
.section-2 .rgt:not(#system-repair) .bt-banner-02 .bt-banner-bg .img-box img  {
  top: 86px;
  right: -41px;
}
@media(max-width:992px){
  .section-2 .rgt:not(#system-repair) .bt-banner-02 .bt-banner-bg .img-box img {
    top: 18px;
    position: relative;
    right: -28px;
  }
}
.section-2 .rgt .bt-banner-02 .bt-banner-bg .img-box img{
  transition: all .4s;
}
.section-2 .rgt .bt-banner-02 .bt-banner-bg .img-box:hover img {
  -webkit-transform: scale(1.08) translateX(30px);
  -ms-transform: scale(1.08) translateX(30px);
  transform: scale(1.08) translateX(30px);
}

.mask-box {
  position: fixed;
  top: 0;
  background: rgba(33, 33, 33, 0.4);
}

.mask-box.active {
  width: 100vw;
  height: 100vh;
}

/*# sourceMappingURL=how-to.css.map */
.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;
}

/* pagination */
[data-toggle="pagination"] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
[data-toggle="pagination"] li {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 4px;
  list-style-type: none;
}
[data-toggle="pagination"] li:hover {
  color: #f50;
}
[data-toggle="pagination"] li.active {
  background: #212121;
  color: #f3fbfe;
  border-radius: 50%;
}
[data-toggle="pagination"] li.prev,
[data-toggle="pagination"] li.next {
  line-height: 38px;
  margin: 0 16px;
  border: 1px solid #000;
  height: 40px;
  border-radius: 8px;
  padding: 0 24px;
  width: auto;
}
[data-toggle="pagination"] li.prev:hover,
[data-toggle="pagination"] li.next:hover {
  color: #fff;
  background: #212121;
  border: 1px solid #f3fbfe;
}

@media (min-width:1280px) {
  [data-toggle="pagination"] {
    flex-wrap: nowrap;
  }
}