.f-fs56 {
  font-size: 5.6rem;
}
.f-fs18 {
  font-size: 18px;
}
.quick {
  background: #fff;
  color: #000;
  position: relative;
  width: 100%;
  z-index: 999;
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  display: none;
}
.quick .nav {
  max-width: none;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
.quick .mr-logo-wrapper {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: bold;
  color: #110b55;
}
.quick .mr-logo-wrapper:before {
  content: "";
  display: inline-block;
  width: 186px;
  height: 64px;
  background: url(/assets/res/images/logo/mr-logo.svg) no-repeat center / contain;
  vertical-align: middle;
}
.quick .nav-btn {
  display: flex;
  gap: 24px;
  align-items: center;
}
.quick .nav-btn a {
  color: #ffffff;
  height: 40px;
  width: 160px;
  line-height: 40px;
}
.bnr {
  background: #091121 url(/assets/res/images/iphone-data-recovery/banner-bg.png) no-repeat center / cover;
  color: #fff;
}
.bnr .btn-lg {
  min-width: 240px;
}
.bnr .container2 {
  position: relative;
  padding: 80px 0;
  z-index: 2;
}
.bnr .container2 .banner-img {
  position: absolute;
  font-size: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.bnr .sub-tt {
  display: inline-block;
}
.bnr .sub-tt img {
  margin-right: 14px;
}
.bnr h1 {
  line-height: 1.25;
  margin: 24px 0px 16px;
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.302);
}
.bnr .introduce {
  display: inline-block;
  margin-bottom: 40px;
}
.bnr .introduce li {
  text-align: left;
  line-height: 32px;
  padding-left: 25px;
  position: relative;
}
.bnr .introduce li::before {
  content: "";
  left: 10px;
  top: 45%;
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
.bnr .a-x .btn-lg {
  margin: 0 auto 8px;
  width: 268px;
  max-width: 100%;
  height: 64px;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
}
.bnr .a-x .btn-lg.btn-bl {
  margin-right: 16px;
}
.bnr .a-x .btn-lg img {
  vertical-align: -10px;
  margin-right: 12px;
}
.bnr .a-x .btn-lg.btn-org {
  box-shadow: 0px 10px 20px 0px rgba(255, 89, 0, 0.4);
}
.bnr .a-x .btn-lg.btn-org i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  margin-top: -4px;
  vertical-align: middle;
  background: url(/assets/res/images/iphone-data-recovery/ic-buy@2x.png) no-repeat center;
  background-size: 24px 24px;
}
@media (max-width: 1366px) {
  .bnr .container2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bnr .container2 .banner-img {
    zoom: 0.8;
    transform: translateX(0%);
  }
}
@media (max-width: 991px) {
  .bnr .container2 {
    text-align: center;
  }
  .bnr .container2 .banner-img {
    display: none;
  }
  .bnr .container2 .btn-lg.btn-bl {
    margin: 0 16px 16px;
  }
}
@media (max-width: 767px) {
  .bnr {
    background-size: cover;
  }
  .bnr .a-x .btn-lg {
    width: 260px;
    height: 50px;
  }
  .bnr .container {
    padding: 60px 0 80px;
  }
  .bnr .sub-tt {
    font-size: 20px;
  }
  .bnr .sub-tt img {
    width: 40px;
  }
  .bnr h1 {
    font-size: 40px;
  }
}
/* animate */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInright {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(-350px);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(350px);
    opacity: 1;
  }
}
.delay-1 {
  animation-delay: 0.5s;
}
.delay-2 {
  animation-delay: 1s;
}
.animated {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.fadeIn {
  animation-name: fadeIn;
}
.fadeInright {
  animation-name: fadeInright;
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
.software {
  text-align: center;
  padding: 160px 0;
}
.software h2 {
  margin-bottom: 80px;
}
.software .img-box {
  max-width: 100%;
}
.software .box {
  padding: 1px;
  width: 1280px;
  max-width: 100%;
  border-radius: 56px 30px 56px 30px;
  background: linear-gradient(135deg, transparent 27px, #e6e8e9 0) top left, linear-gradient(-45deg, transparent 27px, #e6e8e9 0) bottom right;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
}
.software .box .wrap {
  padding: 60px 39px;
  border-radius: 56px 30px 56px 30px;
  background: linear-gradient(135deg, transparent 27px, #fff 0) top left, linear-gradient(-45deg, transparent 27px, #fff 0) bottom right;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.software .wrap-tt {
  padding: 0 19px;
  margin-bottom: 60px;
}
.software .elastic {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.software .elastic li {
  padding: 16px;
  width: 240px;
  max-width: 100%;
  height: 136px;
  transition: 0.5s all;
}
.software .elastic li a {
  color: #000;
}
.software .elastic li:hover {
  box-shadow: 0 0 24px 0 #d9e6ff;
  border-radius: 10px;
}
.software .elastic li:hover a {
  color: #000;
}
@media (max-width: 767px) {
  .software {
    padding: 80px 0;
  }
}
.makes {
  background: #f8f9fa;
  padding: 160px 0;
}
.makes h2 {
  text-align: center;
  margin-bottom: 80px;
}
.makes .wrap {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
}
.makes .item {
  width: 50%;
  max-width: 100%;
  height: 206px;
  transition: 0.5s all;
  overflow: hidden;
}
.makes .item:nth-child(2) .box,
.makes .item:nth-child(1) .box {
  transform: translateY(45px);
}
.makes .item:nth-child(3) .box,
.makes .item:nth-child(4) .box {
  transform: translateY(5px);
}
.makes .item h3 {
  text-align: center;
}
.makes .item .box {
  transition: 0.5s all;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 28px;
}
.makes .item .box p.des {
  transition: 0.5s all;
  text-align: center;
  opacity: 0;
}
.makes .item:not(:first-child):hover h3 {
  margin-bottom: 10px;
}
.makes .item:hover {
  z-index: 10;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.makes .item:hover .icons {
  opacity: 0;
}
.makes .item:hover:nth-child(1) {
  border-radius: 16px 0px 0px 0px;
}
.makes .item:hover:nth-child(2) {
  border-radius: 0px 16px 0px 0px;
}
.makes .item:hover:nth-child(3) {
  border-radius: 0px 0px 0px 16px;
}
.makes .item:hover:nth-child(4) {
  border-radius: 0px 0px 16px 0px;
}
.makes .item:hover .box {
  transform: translateY(-50px);
}
.makes .item:hover .box p.des {
  opacity: 1;
}
.makes .icons {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .makes {
    padding: 80px 0;
  }
  .makes .icons {
    zoom: 0.8;
  }
  .makes .item {
    min-height: 180px;
  }
  .makes .item:hover .box {
    transform: translateY(-35px);
  }
}
@media (max-width: 560px) {
  .makes .wrap {
    display: block;
    background: transparent;
  }
  .makes .item {
    width: 100%;
    max-width: 100%;
  }
  .makes .item .box {
    transform: translateY(0);
    padding: 10px 20px;
  }
  .makes .item .box p.des {
    opacity: 1;
  }
  .makes .item .box:hover {
    transform: translateY(0);
  }
  .makes .item .box:hover .icons {
    opacity: 1;
  }
}
.steps {
  padding: 160px 0;
  background: #091121;
}
.steps h2 {
  text-align: center;
  margin-bottom: 70px;
  color: #fff;
}
.steps-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.steps-tab .tab {
  min-width: 440px;
  font-size: 20px;
  padding: 24px;
  border-bottom: 2px solid #222937;
  text-align: center;
  cursor: pointer;
}
.steps-tab .tab.active {
  font-weight: 600;
  border-bottom: 2px solid #ffffff;
}
.steps .tab-pane {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.steps .how-cont {
  background: #ffffff;
  border: 1px solid #e6e8e9;
  overflow: hidden;
  padding: 60px;
  border-radius: 30px;
}
.steps .slick-text li {
  position: relative;
  font-size: 16px;
  color: #1a1a1a;
  width: 596px;
  min-height: 112px;
  display: flex;
  border-radius: 24px;
  padding: 20px 24px;
  cursor: pointer;
  align-items: center;
  border: 1px solid transparent;
}
.steps .slick-text li h4 {
  min-width: 60px;
  margin-right: 20px;
  text-align: center;
  height: 24px;
  background: #f9dec3;
  border-radius: 4px 4px 4px 4px;
}
.steps .slick-text li.active {
  position: relative;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e8e9;
}
.steps .slick-text li.active h4,
.steps .slick-text li.active p {
  font-weight: 600;
}
.steps .slick-text li:not(:last-child) {
  margin-bottom: 16px;
}
.steps .slick-item {
  padding: 0 35px;
}
.steps .slick-dots {
  bottom: -50px;
}
.steps .slick-img {
  width: 504px;
  max-width: 100%;
}
.steps .swiper-box .swiper-item {
  padding: 0px;
  display: none;
}
.steps .swiper-box .swiper-item.active {
  display: block;
}
.steps .swiper-box .swiper-item .top {
  margin-bottom: 0px;
}
@media (max-width: 1280px) {
  .steps .tab-pane {
    display: block;
  }
  .steps .slick-text li {
    width: 700px;
    margin: auto;
    max-width: 100%;
  }
  .steps .slick-img {
    margin: 20px auto 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .steps {
    padding: 40px 0;
  }
  .steps .how-cont {
    padding: 30px 15px;
  }
  .steps .how-cont .f-fs16 {
    line-height: 24px;
  }
  .steps .how-cont .f-fs18 {
    font-size: 12px;
  }
}
.why {
  padding: 160px 0;
  text-align: center;
}
.why h2 {
  margin-bottom: 120px;
}
.why .wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 140px;
}
.why .wrap .item {
  width: 260px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.why .wrap .item > img {
  margin-bottom: 13px;
}
.why .wrap .item h4 {
  margin-bottom: 8px;
}
.why .box {
  padding: 1px;
  width: 1280px;
  max-width: 100%;
  border-radius: 92px 30px 92px 30px;
  background: linear-gradient(135deg, transparent 46px, #e6e8e9 0) top left, linear-gradient(-45deg, transparent 46px, #e6e8e9 0) bottom right;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
}
.why .box .wrap2 {
  padding: 80px 60px;
  border-radius: 92px 30px 92px 30px;
  background: linear-gradient(135deg, transparent 46px, #fff 0) top left, linear-gradient(-45deg, transparent 46px, #fff 0) bottom right;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why .box .wrap2 h3 {
  margin-bottom: 20px;
}
.why .box .wrap2 ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
}
.why .box .wrap2 ul li {
  display: flex;
  margin: 30px 0 0;
  text-align: left;
}
.why .box .wrap2 .left {
  min-width: 230px;
}
.why .box .wrap2 .left:lang(de) {
  min-width: 250px;
}
.why .box .wrap2 .left:lang(fr) {
  min-width: 380px;
}
.why .box .wrap2 .left img {
  vertical-align: -4px;
}
@media (max-width: 767px) {
  .why {
    padding: 60px 0;
  }
  .why h2 {
    margin-bottom: 30px;
  }
  .why .wrap {
    margin-bottom: 30px;
  }
  .why .box .wrap2 {
    padding: 60px 40px;
  }
  .why .box .wrap2 .left {
    min-width: 147px;
  }
}
@media (max-width: 560px) {
  .why .box .wrap2 {
    background-size: 51% 100%;
  }
  .why .box .wrap2 .left {
    margin-bottom: 16px;
  }
  .why .box .wrap2 ul li {
    display: block;
    text-align: center;
  }
}
.appraise {
  padding: 160px 0 130px;
  background-color: #f8f9fa;
  text-align: center;
}
.appraise .slick-list {
  padding-bottom: 30px;
}
.appraise h2 {
  margin-bottom: 40px;
}
.appraise .slick-dots {
  bottom: -35px;
}
.appraise .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 50%;
}
.appraise .slick-dots li .slick-active button {
  background: #2258f6;
}
.slick-center .slick-list::before {
  background: linear-gradient(to right, #f8f9fa 0%, #f8f9fa 80%, transparent 100%);
}
.slick-center .slick-list::after {
  background: linear-gradient(to left, #f8f9fa 0%, #f8f9fa 80%, transparent 100%);
}
.slick-dots li.slick-active button {
  background-color: #2258f6;
}
.slick-center .slick-arrow {
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  opacity: 1;
  border: 1px solid #e6e8e9;
}
.slick-center .slick-arrow:hover {
  background: #2258f6;
}
.slick-center .slick-arrow:hover::before {
  background: url(/assets/res/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
}
.slick-center .slick-arrow:hover.slick-prev::before {
  background-position: -193px -20px;
}
.slick-center .slick-arrow:hover.slick-next::before {
  background-position: -193px -20px;
}
.slick-center .slick-arrow.slick-prev::before,
.slick-center .slick-arrow.slick-next::before {
  background: url(/assets/res/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  background-position: -493px -20px;
}
.slick-center .slick-arrow.slick-next::before {
  transform: rotateY(180deg);
}
.appraise .btn-bd-bl {
  margin-bottom: 40px;
}
.appraise .container {
  max-width: 1560px;
}
.appraise .slick-center .item1 {
  background: #ffffff;
  border-radius: 24px 24px 24px 24px;
  overflow: hidden;
  margin: auto;
  text-align: left;
  opacity: 1;
  color: #000;
  width: 500px;
  padding: 40px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.appraise .slick-center .item-top {
  display: flex;
  text-align: left;
  height: auto;
  background: #fff;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #e6e8e9;
  margin-bottom: 24px;
}
.appraise .slick-center .item-top > img {
  margin: 0 16px 0 0;
}
.appraise .slick-center .item-txt {
  text-align: left;
  background: transparent;
  padding: 0;
}
.appraise .slick-center .item-txt p {
  min-height: 160px;
}
.appraise .slick-center .item-txt p:lang(de) {
  min-height: 192px;
}
.appraise .slick-center h4 {
  margin-bottom: 8px;
}
.appraise .slick-center h4 + span {
  display: block;
  line-height: 22px;
  margin-bottom: 24px;
}
.appraise .slick-center .item1 {
  max-width: 100%;
}
.appraise .slick-center .slick-list::before {
  width: 200px;
  background: linear-gradient(to right, #f8f9fa 0%, #f8f9fa 50%, transparent 100%);
}
.appraise .slick-center .slick-list::after {
  background: linear-gradient(to left, #f8f9fa 0%, #f8f9fa 50%, transparent 100%);
  width: 200px;
}
@media (max-width: 1500px) {
  .appraise .slick-center .box {
    max-width: 450px;
  }
  .appraise .slick-center .item-txt p {
    min-height: 193px;
  }
  .slick-center .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 1300px) {
  .appraise .slick-center .box {
    width: auto !important;
    max-width: 100%;
  }
  .appraise .slick-center .slick-slide {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .appraise .slick-center .item-txt p {
    min-height: 280px;
  }
}
@media (max-width: 991px) {
  .appraise .slick-center .item-txt p {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .appraise {
    padding: 40px 0 40px;
  }
  .appraise .slick-center .item1 {
    padding: 20px;
  }
  .appraise .slick-dots {
    bottom: 10px;
  }
}
@media (max-width: 390px) {
  .appraise .slick-center .item-top {
    padding: 30px 16px 0;
  }
  .appraise .slick-center .item-top .ic-logo {
    zoom: 0.7;
  }
  .appraise .slick-center .item-top::after {
    zoom: 0.6;
    right: 40px;
    top: 55px;
  }
  .appraise .slick-center .slick-dots {
    bottom: -12px;
  }
  .appraise .slick-center .item-txt {
    padding: 10px 16px 30px;
  }
  .appraise .slick-center .item-txt p {
    line-height: 20px;
  }
  .appraise .slick-center h4 + span {
    margin-bottom: 12px;
  }
}
.guides {
  padding: 160px 0;
  text-align: center;
}
.guides .container {
  max-width: 1330px;
}
.guides h2 {
  margin-bottom: 40px;
}
.guides .btn-bd-bl.f-fs14 {
  margin-bottom: 60px;
}
.guides .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guides .wrap .item {
  width: 652px;
  padding: 40px;
  max-width: 100%;
  height: 400px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  border: 1px solid #e3e9f1;
}
.guides .wrap .item li {
  text-align: left;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e3e9f1;
  font-size: 14px;
}
.guides .wrap .item li a {
  color: #000000;
  padding-right: 35px;
  position: relative;
  width: 100%;
}
.guides .wrap .item li a::after {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  background: url(/assets/res/images/iphone-data-recovery/more2@2x.png) no-repeat;
  background-size: 24px 24px;
  right: 0;
  top: 8px;
}
.guides .wrap .item li a:hover {
  color: #2258f6;
}
.guides .wrap .item li a:hover::after {
  background-image: url(/assets/res/images/iphone-data-recovery/more2-hover@2x.png);
}
@media (max-width: 1366px) {
  .guides .wrap {
    justify-content: space-evenly;
  }
  .guides .wrap .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .guides {
    padding: 40px 0;
  }
  .guides .wrap .item {
    height: auto;
    min-height: 400px;
  }
  .guides .wrap .item li {
    padding: 9px 0;
    line-height: 18px;
    height: auto;
  }
  .guides .wrap .item li a::after {
    top: -1px;
  }
}
@media (max-width: 340px) {
  .guides .ic-arw-bl {
    display: none;
  }
}
.data {
  background: #091121;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
@keyframes flymove {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100% 0px;
  }
}
.data-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.data-img {
  position: relative;
}
.data-img .bg-ani {
  position: absolute;
  width: 10000%;
  height: 328px;
  top: 0;
  left: 0;
  background: url(/assets/res/images/icon/lz.webp) repeat center center;
  z-index: 1;
  animation: "flymove" 10000s linear infinite;
  -webkit-animation: "flymove" 10000s linear infinite;
  -moz-animation: "flymove" 10000s linear infinite;
  -ms-animation: "flymove" 10000s linear infinite;
}
.data-img .bg-ani-x {
  position: absolute;
  top: calc(50% - 180px);
  left: 0;
  width: 100%;
  height: 328px;
}
.data-img .bg-ani-x::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/assets/res/images/icon/lz-zd.webp) no-repeat center;
}
.data .sup {
  font-weight: 700;
  margin-bottom: 40px;
}
.data .sup img {
  vertical-align: middle;
  margin-right: 14px;
}
.data .f-fs64 {
  font-size: 6.4rem;
  line-height: 1.09;
  margin-bottom: 30px;
  width: 730px;
  max-width: 100%;
}
.data p.des {
  margin-bottom: 40px;
  width: 550px;
  max-width: 100%;
}
.data .txt {
  position: relative;
  z-index: 10;
  text-align: left;
  background: url(/assets/res/images/iphone-data-recovery/ar-home-ic-recover-1.png) no-repeat;
  background-position: 800px -22px;
  padding: 120px 0;
}
.data .txt .container {
  position: relative;
}
.data .txt .img {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.data .a-x .btn-lg:last-child {
  margin-left: 10px;
}
.data .a-x .btn-org i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  margin-top: -4px;
  vertical-align: middle;
  background: url(/assets/res/images/iphone-data-recovery/ic-buy.png) no-repeat center;
}
.notSupportWebp .data-img .bg-ani {
  background-image: url(/assets/res/images/icon/lz.png);
}
.notSupportWebp .data-img .bg-ani-x::before {
  background-image: url(/assets/res/images/icon/lz-zd.png);
}
@media (max-width: 1023px) {
  .data .txt {
    text-align: center;
  }
  .data .txt .img {
    display: none;
  }
}
@media (max-width: 767px) {
  .data .txt {
    padding: 40px 0;
  }
  .data .f-fs64 {
    font-size: 4rem;
  }
  .data .a-x .btn-lg {
    margin: 0 10px 10px;
  }
}
