.win,
.mac {
  color: #FFFFFFFF;
}

.win:hover,
.mac:hover,
.win.active,
.mac.active {
  color: #11B1FF;
}

main .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 20px;
  background: #0462F0;
}

.section-1 {
  padding: 172px 0 233px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/photo-recovery/sec1-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.section-1 .cont {
  max-width: 1000px;
  margin: 0 auto 40px;
}

.section-1 .cont .ai-powered {
  gap: 10px;
  width: max-content;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 8px 22px;
  border-radius: 58px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/photo-recovery/ai-powered-box-bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 20px;
}

.section-1 .cont h1 {
  font-size: 92px;
  line-height: 1;
}

.section-1 .cont p {
  font-size: 20px;
}

.section-1 .gap-line {
  width: 1px;
  height: 20px;
  background: #FFFFFF;
}

.section-1 .text-banner {
  width: 1432px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  border-radius: 20px;
  background: #ECF8FFB2;
  border: solid 1px #fff;
}

.section-1 .text-banner:hover {
  transform: translate(-50%, 50%) scale(1.05);
}

.section-1 .text-banner .text {
  padding: 36px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

@media (max-width: 1599.98px) {
  .section-1 {
    padding: 120px 0 150px;
  }

  .section-1 .text-banner {
    width: 1200px;
  }
}

@media (max-width: 1279.98px) {
  .section-1 .text-banner {
    width: 900px;
  }
}

@media (max-width: 991.98px) {
  .section-1 {
    height: 460px;
    padding: 0;
    background: url(https://4ddig.tenorshare.com/images/thematic-page/photo-recovery/sec1-bg-mobile.png) no-repeat center center;
    background-size: cover;
    margin-top: 56px;
    display: flex;
    align-items: center;
  }

  .section-1 .cont {
    margin: 0 auto 16px;
  }

  .section-1 .cont .ai-powered {
    padding: 4px 11px;
    font-size: 12px;
    margin-bottom: 8px;
  }

  .section-1 .cont .ai-powered img {
    width: 16px;
  }

  .section-1 .cont h1 {
    font-size: 40px;
  }

  .section-1 .cont p {
    font-size: 14px;
  }

  .section-1 .text-banner {
    display: none;
  }
}

.section-2 {
  padding: 200px 0 70px;
}

.section-2 .content-wrap {
  width: max-content;
  border-radius: 24px;
  background: #E4EFFF;
  margin: 0 auto;
}

.section-2 .item-text {
  width: 472px;
  margin-left: 53px;
  padding: 24px 32px;
  background: #FFFFFFD6;
  border-radius: 24px;
}

.section-2 .item-text .swiper-slide {
  width: 100%;
  height: max-content;
  text-align: left;
  display: flex;
  align-items: start;
  flex-direction: column;
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
}

.section-2 .item-text .swiper-slide span {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.section-2 .item-text .swiper-slide p {
  color: #000000B2;
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.5;
}

.section-2 .item-img {
  max-width: 823px;
}

.section-2 .swiper-pagination {
  margin-top: 10px;
}

@media (min-width: 1280px) {
  .section-2 .item-text .swiper-slide {
    border-bottom: solid 1px #e3e4e6;
  }

  .section-2 .item-text .swiper-slide:not(:last-child) {
    margin-bottom: 12px;
  }

  .section-2 .item-text .swiper-slide span::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="%232D2D2D" stroke-opacity="1" stroke-width="2.66667" stroke-linecap="round"/></svg>') !important;
    background-size: 100% !important;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .section-2 .item-text .swiper-slide.swiper-slide-thumb-active span {
    font-weight: 700;
    color: #0462F0;
  }

  .section-2 .item-text .swiper-slide.swiper-slide-thumb-active span::after {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="%230462F0" stroke-opacity="1" stroke-width="2.66667" stroke-linecap="round"/></svg>') !important;
    transform: translateY(-50%) rotate(-180deg) !important;
  }

  .section-2 .item-text .swiper-slide p {
    display: none;
  }

  .section-2 .item-text .swiper-slide.swiper-slide-thumb-active p {
    display: block;
  }
}

@media(max-width: 1599.98px) {
  .section-2 {
    padding: 150px 0 50px;
  }

  .section-2 .item-text {
    margin-left: 32px;
    width: 400px;
  }

  .section-2 .item-text .swiper-slide {
    padding-bottom: 14px;
  }

  .section-2 .item-text .swiper-slide span {
    font-size: 16px;
  }

  .section-2 .item-text .swiper-slide p {
    font-size: 12px;
    margin-top: 4px;
  }

  .section-2 .item-img {
    max-width: 650px;
  }
}

@media (max-width: 1279.98px) {
  .section-2 .content-wrap {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
  }

  .section-2 .item-img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section-2 .item-text {
    padding: 24px;
    width: 100%;
    margin-left: 0;
    border-radius: 8px;
  }

  .section-2 .item-text .swiper-slide {
    padding-bottom: 0;
  }

  .section-2 .item-text .swiper-slide span {
    font-weight: 700;
    text-align: center;
    color: #0462F0;
  }

  .section-2 .item-text .swiper-slide p {
    padding-bottom: 24px;
    margin-top: 9px;
    text-align: center;
  }
}

@media(max-width: 991.98px) {
  .section-2 {
    padding: 60px 0 20px;
  }
}

.section-3 {
  padding: 70px 0;
}

.section-3 .swiper-slide {
  height: auto;
}

.section-3 .slide-format {
  width: max-content;
  background: #86D6FB;
  border-radius: 24px;
  padding: 30px 12px 12px;
}

.section-3 .swiper-slide p.tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 22px;
}

.section-3 .compare-tables {
  width: max-content;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 4px 5px 0px #536C770D;
}

.section-3 .compare-tables ul li {
  width: 432px;
  min-height: 62px;
  padding: 0 32px;
  font-size: 18px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.section-3 .compare-tables ul li:hover {
  background: #E7F7FF;
}

.section-3 .compare-tables ul li.tit {
  font-weight: 700;
}

.section-3 .compare-tables ul li:not(:last-child) {
  border-bottom: solid 1px #CCCCCC;
}

.section-3 .compare-tables ul:not(:last-child) li {
  border-right: solid 1px #CCCCCC;
}

.section-3 .slide-tips {
  width: 432px;
  padding: 30px 12px 12px;
  border-radius: 16px;
  background: #0462F0;
  display: flex;
  flex-direction: column;
}

.section-3 .tips-tables {
  padding: 28px 18px;
  background: #FFFFFF;
  border-radius: 16px;
  flex: 1;
}

.section-3 .tips-tables>div {
  gap: 8px;
  height: max-content;
}

.section-3 .tips-tables span {
  width: calc(25% - 6px);
  font-size: 24px;
  line-height: 1.6;
  color: #1D2433;
  display: flex;
  justify-content: center;
  padding: 4px;
  background: #EEF5FE;
  border-radius: 8px;
}

@media (max-width: 1599.98px) {
  .section-3 {
    padding: 50px 0;
  }

  .section-3 .compare-tables ul li {
    width: 300px;
  }
}

@media (max-width: 1279.98px) {
  .section-3 .compare-tables ul li {
    width: 250px;
  }

  .section-3 .slide-tips {
    width: 380px;
  }
}

@media (max-width: 991.98px) {
  .section-3 {
    padding: 20px 0;
  }

  .section-3 .swiper-slide p.tit {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .section-3 .compare-tables {
    width: 100%;
  }

  .section-3 .compare-tables ul {
    flex: 1;
  }

  .section-3 .compare-tables ul li {
    width: 100%;
    font-size: 16px;
    padding: 10px 12px;
  }
}

@media (max-width: 767.98px) {
  .section-3 .tips-tables {
    padding: 18px 20px;
  }

  .section-3 .tips-tables span {
    width: calc(33.3% - 5px);
    font-size: 16px;
  }

  .section-3 .tips-tables>div {
    gap: 7px;
  }
}

.section-4 {
  padding: 70px 0;
}

.section-4 h2 span {
  background: linear-gradient(90deg, #726BFF 28.85%, #63CEFF 50.48%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section-4 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.section-4 .item {
  width: 432px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.section-4 .item .cont {
  position: absolute;
  width: 300px;
  height: 170px;
  padding: 24px 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  gap: 10px;
  background: #000000B2;
  border-radius: 11px;
}

.section-4 .item:hover .cont {
  width: 100%;
  height: 100%;
}

.section-4 .item p.comment {
  max-width: 274px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.section-4 .ai-support {
  width: max-content;
  margin: 40px auto 0;
  padding: 8px 32px;
  background: linear-gradient(90deg, #E4F5FF 0%, #BCDBFF 60.81%, #B9FFF4 100%);
  border-radius: 29px;
}

.section-4 .ai-support>div {
  gap: 10px;
}

@media (max-width: 1599.98px) {
  .section-4 {
    padding: 50px 0;
  }
}

@media (max-width: 991.98px) {
  .section-4 {
    padding: 20px 0;
  }

  .section-4 .title-text p {
    color: #2D2D2D;
  }

  .section-4 .swiper {
    padding: 0 16px;
  }

  .section-4 .swiper .swiper-wrapper {
    flex-wrap: wrap;
    gap: 8px;
  }

  .section-4 .item {
    width: calc(50% - 4px);
    border-radius: 7px;
  }
}

@media (max-width: 767.98px) {
  .section-4 .item .cont {
    width: calc(100% - 50px);
    height: calc(100% - 36px);
    gap: 4px;
    border-radius: 4px;
  }

  .section-4 .item .cont img {
    width: 18px;
  }

  .section-4 .item p.comment {
    font-size: 8px;
  }

  .section-4 .ai-support {
    width: calc(100% - 30px);
    padding: 11px 21px;
    font-size: 12px;
    margin: 21px auto 0;
  }
}

.section-5 {
  padding: 70px 0 140px;
}

.section-5 .swiper-wrapper {
  gap: 20px;
}

.section-5 .cell {
  width: calc(33.3% - 16px);
  padding: 8px 8px 24px;
  box-shadow: 6px 12px 32px 0px #DAE0E757;
  border-radius: 14px;
}

.section-5 .cell .tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.section-5 .cell .desc {
  color: #00000080;
  line-height: 1;
}

@media (min-width: 992px) {
  .section-5 .cell>a>img {
    transition: transform 0.3s ease-in-out;
  }

  .section-5 .cell:hover>a>img {
    transform: scale(1.05);
  }
}

@media (max-width: 1599.98px) {
  .section-5 {
    padding: 50px 0 100px;
  }
}

@media (max-width: 991.98px) {
  .section-5 {
    padding: 20px 0 40px;
  }

  .section-5 .swiper-wrapper {
    gap: unset;
  }

  .section-5 .swiper {
    overflow: hidden;
  }

  .section-5 .cells {
    gap: 16px;
  }

  .section-5 .cell {
    width: 100%;
    padding: 6px 6px 16px;
    border-radius: 12px;
  }

  .section-5 .cell .tit {
    font-size: 16px;
  }

  .section-5 .cell .desc {
    font-size: 12px;
  }
}

.section-6 {
  height: 900px;
  padding: 88px 0 0;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/photo-recovery/sec6-bg.png) no-repeat top center;
  background-size: 100% 100%;
}

.section-6 .title-text {
  margin-bottom: 56px;
}

.section-6 .swiper {
  max-width: 1115px;
  margin: 0 auto;
}

.section-6 .swiper-wrapper {
  gap: 16px 0;
}

.section-6 .cell {
  width: calc(33.3% - 10px);
  height: auto;
  min-height: 165px;
  padding: 23px 10px 18px;
  background: #fff;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.section-6 .cell:hover img {
  transform: scale(0.8);
}

.section-6 .cell p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  color: #00000080;
  display: none;
}

.section-6 .cell:hover p {
  display: block;
  transform: translateY(-4px);
}

@media (max-width: 1279.98px) and (min-width: 992px) {
  .section-6 .cell p {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .section-6 {
    height: 750px;
    padding: 28px 0 0;
    background: url(https://4ddig.tenorshare.com/images/thematic-page/photo-recovery/sec6-bg-mobile.png) no-repeat top center;
    background-size: 100% 100%;
  }

  .section-6 .title-text {
    margin-bottom: 100px;
  }

  .section-6 .swiper-wrapper {
    gap: unset;
  }

  .section-6 .swiper {
    overflow: hidden;
  }

  .section-6 .cells {
    gap: 13px;
  }

  .section-6 .cell {
    width: 100%;
    min-height: 123px;
  }


  .section-6 .cell img,
  .section-6 .cell:hover img {
    transform: scale(0.65);
  }

  .section-6 .cell p,
  .section-6 .cell:hover p {
    display: block;
    transform: unset;
    font-size: 12px;
  }
}

.section-7 {
  padding: 140px 0 70px;
}

.section-7 .guide-list {
  max-width: 662px;
}

.section-7 .guide-list li {
  padding: 32px;
  border-radius: 16px;
  background: #F1F1F1;
  cursor: pointer;
}

.section-7 .guide-list li:hover,
.section-7 .guide-list li.swiper-slide-thumb-active {
  background: #0462F0;
}

.section-7 .guide-list li:not(:last-child) {
  margin-bottom: 32px;
}

.section-7 .guide-list li span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  margin-right: 12px;
}

.section-7 .guide-list li h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.section-7 .guide-list li:hover span,
.section-7 .guide-list li:hover h3,
.section-7 .guide-list li.swiper-slide-thumb-active span,
.section-7 .guide-list li.swiper-slide-thumb-active h3 {
  color: #FFF;
}

.section-7 .guide-list li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.5;
}

.section-7 .guide-list li:hover p,
.section-7 .guide-list li.swiper-slide-thumb-active p {
  color: #fff;
  opacity: 0.8;
}

.section-7 .guide-pic {
  max-width: 720px;
}

.section-7 .guide-pic .swiper-slide {
  border: 3px solid #0462F0;
  border-radius: 32px;
  overflow: hidden;
}

@media (max-width: 1599.98px) {
  .section-7 {
    padding: 100px 0 50px;
  }

  .section-7 .guide-list {
    max-width: 574px;
  }

  .section-7 .guide-pic {
    max-width: 578px;
  }

  .section-7 .guide-list li {
    padding: 24px 32px;
  }
}

@media (max-width: 1279.98px) {

  .section-7 .guide-list,
  .section-7 .guide-pic {
    max-width: 450px;
  }

  .section-7 .guide-list li span,
  .section-7 .guide-list li h3 {
    font-size: 16px;
  }

  .section-7 .guide-list li p {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .section-7 {
    padding: 40px 0;
    background: #0462F012;
  }

  .section-7 .title-text p {
    color: #2D2D2D;
  }

  .section-7 .guide-pic {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .section-7 .guide-pic .swiper-slide {
    border-radius: 16px;
    border: 2px solid #0462F0;
  }

  .section-7 .guide-list li,
  .section-7 .guide-list li:hover,
  .section-7 .guide-list li.swiper-slide-thumb-active {
    padding: 0;
    padding-left: 24px;
    background: unset;
  }

  .section-7 .guide-list li:not(:last-child) {
    margin-bottom: 40px;
  }

  .section-7 .guide-list li .progress-bar {
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: #D9D9D9;
  }

  .section-7 .guide-list li .progress-bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: transparent;
  }

  .section-7 .guide-list li.swiper-slide-thumb-active .progress-bar::before {
    transition: height 3s ease;
    background: linear-gradient(180deg, #0462F0 0%, #00F497 100%);
    height: 100%;
  }

  .section-7 .guide-list li span,
  .section-7 .guide-list li h3 {
    color: #000 !important;
    font-size: 18px;
    margin-bottom: 16px !important;
  }

  .section-7 .guide-list li p {
    color: #2D2D2D !important;
    display: none;
  }

  .section-7 .guide-list li.swiper-slide-thumb-active p {
    display: block;
  }
}

.section-8 {
  padding: 70px 0;
}

.section-8 .items {
  gap: 24px;
}

.section-8 .items .lft {
  width: 547px;
}

.section-8 .items .rgt {
  width: 774px;
}

.section-8 .item {
  height: 100%;
  background: #EEF5FE;
  border-radius: 18px;
}

.section-8 .item.bbg {
  background: linear-gradient(118.26deg, #EEF5FE 67.53%, #98C8FF 100.03%);
}

.section-8 .item.item1 .cont {
  padding: 0 40px 60px;
  margin-top: 56px;
}

.section-8 .item.item2 .cont {
  padding: 16px 46px 16px 22px;
}

.section-8 .item .cont p {
  color: #00000080;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .section-8 .item>img {
    transition: transform 0.3s ease;
  }

  .section-8 .item:hover>img {
    transform: scale(1.05);
  }
}

@media (max-width: 1599.98px) {
  .section-8 {
    padding: 50px 0;
  }

  .section-8 .items .lft {
    width: 400px;
  }
}

@media (max-width: 1279.98px) {

  .section-8 .items .lft,
  .section-8 .items .rgt {
    width: 100%;
  }

  .section-8 .item img {
    width: 100%;
  }

  .section-8 .item.item1 .cont,
  .section-8 .item.item2 .cont {
    margin: 0;
    padding: 8px 16px 36px;
  }
}

@media (max-width: 991.98px) {
  .section-8 {
    padding: 40px 0 20px;
  }

  .section-8 .items {
    gap: 16px;
  }

  .section-8 .item.bbg {
    background: #EEF5FE;
  }

  .section-8 .item .cont p {
    font-size: 14px;
  }
}

.gradient-bg {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(4, 98, 240, 0.1) 100%);
}

@media (max-width: 991.98px) {
  .gradient-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(4, 98, 240, 0.1) 14.41%);
  }
}

.section-9 {
  padding: 70px 0;
}

.section-9 .swiper-slide {
  width: 432px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.section-9 .swiper-slide .cont {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 40px 24px 20px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.94%, rgba(0, 0, 0, 0.3) 20.21%, rgba(0, 0, 0, 0.8) 100%);
}

.section-9 .swiper-slide .cont h4 {
  line-height: 1.2;
  color: #fff;
  margin-bottom: 12px;
}

.section-9 .swiper-slide .cont p {
  min-height: 130px;
  line-height: 1.6;
}

.section-9 .swiper-slide .cont .gap-line {
  width: 100%;
  height: 1px;
  background: #F2F2F2;
  opacity: 0.1;
  margin: 12px 0;
}

.section-9 .swiper-slide .cont .info .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.section-9 .swiper-slide .cont .info .profes {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.section-9 .swiper-button {
  width: max-content;
  gap: 20px;
}

.section-9 .swiper-button-prev,
.section-9 .swiper-button-next {
  width: 48px;
  height: 48px;
  background: #0462F01F;
  color: #0462F0;
  margin-top: 0
}

.section-9 .swiper-button-prev.swiper-button-disabled,
.section-9 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  color: #969799;
  background: #EBEBEB;
  box-shadow: none;
}

.section-9 .swiper-button-prev:after,
.section-9 .swiper-button-next:after {
  display: none;
}

@media (min-width: 992px) {
  .section-9 .swiper-slide>img {
    transition: transform 0.3s ease;
  }

  .section-9 .swiper-slide:hover>img {
    transform: scale(1.05);
  }
}

@media (max-width: 1599.98px) {
  .section-9 {
    padding: 50px 0;
  }
}

@media (max-width: 991.98px) {
  .section-9 {
    padding: 20px 0;
  }
}

@media (max-width: 500px) {
  .section-9 .swiper-slide {
    border-radius: 20px;
  }

  .section-9 .swiper-slide .cont {
    padding: 32px 20px 16px;
  }

  .section-9 .swiper-slide .cont h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .section-9 .swiper-slide .cont p {
    font-size: 12px;
    min-height: 104px;
  }

  .section-9 .swiper-slide .cont .gap-line {
    margin: 10px 0;
  }

  .section-9 .swiper-slide .cont .info .name {
    font-size: 18px;
  }

  .section-9 .swiper-slide .cont .info .profes {
    font-size: 12px;
  }
}

.section-10 {
  padding: 70px 0;
}

.section-10 .swiper {
  max-width: 1342px;
  margin: 0 auto;
}

.section-10 .accordion-item {
  background: #fff;
  border-radius: 16px !important;
  padding: 40px;
  cursor: pointer;
}

.section-10 .accordion-item:not(:last-child) {
  margin-bottom: 16px;
}

.section-10 .accordion-item .icon-switch {
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/photo-recovery/icon-open.svg) no-repeat center center;
  background-size: 100% 100%;
}

.section-10 .accordion-item.active .icon-switch {
  background: url(https://4ddig.tenorshare.com/images/thematic-page/photo-recovery/icon-close.svg) no-repeat center center;
  background-size: 100% 100%;
}

.section-10 .accordion-item .rgt .tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.section-10 .accordion-item .rgt .cont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.section-10 .accordion-item.active .rgt .cont {
  max-height: 500px;
}

.section-10 .accordion-item .rgt .cont .desc {
  color: #00000080;
}

.section-10 .accordion-item .rgt .cont .tips {
  padding: 6px 12px;
  background: #F3F7FE;
  border-radius: 12px;
  color: #0462F0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.section-10 .accordion-item .rgt .cont .tips:hover {
  text-decoration: underline;
}

@media (max-width: 1599.98px) {
  .section-10 {
    padding: 50px 0;
  }

  .section-10 .accordion-item .rgt .tit {
    font-size: 16px;
  }

  .section-10 .accordion-item .rgt .cont .desc {
    font-size: 14px;
  }

  .section-10 .accordion-item .rgt .cont .tips {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .section-10 {
    padding: 20px 0;
  }
}

@media (max-width: 767.98px) {
  .section-10 .accordion-item {
    padding: 12px;
  }

  .section-10 .accordion-item .rgt .cont .desc {
    font-size: 12px;
  }

  .section-10 .accordion-item .rgt .cont .tips {
    font-size: 14px;
  }
}

.section-11 {
  padding: 70px 0;
}

.section-11 .title-text {
  max-width: 1035px;
}

.section-11 .items .lft,
.section-11 .items .rgt {
  width: 546px;
}

.section-11 .item {
  height: 100%;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
}

.section-11 .item.item1 .cont {
  padding: 16px 24px 24px;
}

.section-11 .item.item2 img {
  height: 100%;
}

.section-11 .item.item2 .cont {
  padding: 16px 26px 16px 26px;
}

.section-11 .item .cont p {
  color: #00000080;
  line-height: 1.5;
}

.section-11 .item .i-box {
  padding: 14px 10px;
  border: 1px solid #EBEBEB;
  border-radius: 12px;
}

.section-11 .item .i-box .gap-line {
  height: 100px;
  border: 1px dashed #EBEBEB;
  margin: 0 14px;
}

@media (max-width: 1599.98px) {
  .section-11 {
    padding: 50px 0;
  }
}

@media (max-width: 1279.98px) {

  .section-11 .items .lft,
  .section-11 .items .rgt {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .section-11 {
    padding: 20px 0 40px;
  }

  .section-11 .item {
    border-radius: 15px;
  }

  .section-11 .item .i-box {
    padding: 12px 24px;
    gap: 9px;
  }

  .section-11 .item .i-box img {
    width: 18px;
  }

  .section-11 .item .i-box .gap-line {
    display: none;
  }

  .section-11 .item.item2 {
    height: 143px;
    min-height: 143px;
  }

  .section-11 .item.item2 img {
    width: 37%;
  }

  .section-11 .item.item1 .cont {
    padding: 10px 15px 18px;
  }

  .section-11 .item.item2 .cont {
    padding: 0 14px;
  }

  .section-11 .item .cont h4 {
    font-size: 16px;
  }

  .section-11 .item .cont p {
    font-size: 12px;
    line-height: 1.2;
  }
}

.section-12 {
  padding: 0 0 140px;
}

.section-12 .item {
  padding: 96px 0;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/photo-recovery/bottom-banner-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 48px;
}

.section-12 .item .tip {
  width: max-content;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(90deg, #FFA425 0%, #FFCC00 100%);
  display: block;
}

.section-12 .item a.btn {
  min-width: 260px;
  justify-content: center;
}

@media (max-width: 1599.98px) {
  .section-12 {
    padding: 0 0 100px;
  }
}

@media (max-width: 991.98px) {
  .section-12 {
    padding: 0 0 40px;
  }

  .section-12 .item {
    padding: 44px 16px 36px;
    background: url(https://4ddig.tenorshare.com/images/thematic-page/photo-recovery/bottom-banner-bg-mobile.png) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
  }

  .section-12 .item .tip {
    font-size: 12px;
  }

  .section-12 .item p.h4 {
    font-size: 16px;
    font-weight: 500;
  }
}