.banner {
  background: linear-gradient(45deg, #ECFCF9 0%, #F4EFFF 100%);
  padding: 30px 0;
}
.banner .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.banner .tt {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 16px;
}
.banner .tt > img {
  vertical-align: -9px;
  margin-right: 8px;
}
.banner .tt span {
  height: 22px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  vertical-align: 3px;
  background: #3ADC3C;
  border-radius: 14px 0px 14px 0px;
  display: inline-block;
  padding: 0 8px;
}
.banner h1 {
  font-weight: 600;
  font-size: 48px;
  color: #000000;
  line-height: 56px;
  margin-bottom: 24px;
}
.banner .left {
  width: 540px;
  max-width: 100%;
}
.banner .left ul.ic-lf {
  text-align: left;
}
.banner .left ul.ic-lf li {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
}
.banner .left ul.ic-lf li::before {
  width: 16px;
  height: 16px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  background: url(../../images/pm/pm-heic-converter/ds-ft-iphone-bu-banner-ic-16-gou.svg) no-repeat;
}
.banner .right {
  width: 620px;
  max-width: 100%;
  padding-top: 60px;
}
.banner .btn-bl {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .banner .container {
    padding: 10px 15px;
  }
  .banner .wrap {
    flex-direction: column-reverse;
    gap: 0;
  }
  .banner .wrap .left {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .banner .wrap .btn {
    margin: 0 auto 45px;
  }
  .banner .ic-lf {
    display: inline-block;
    text-align: left;
  }
  .banner .right {
    text-align: center;
  }
  .banner .right img {
    width: 80%;
  }
  .banner .btn-green {
    margin: auto;
  }
}
@media (max-width: 500px) {
  .banner h1 {
    font-size: 26px;
    line-height: 28px;
  }
  .banner .ic-lf {
    margin-bottom: 24px;
  }
  .banner .ic-lf li {
    font-size: 14px;
  }
  .banner .right img {
    zoom: 0.5;
  }
}
.why {
  padding: 120px 0 80px;
  color: #000;
}
.why h2 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  line-height: 46px;
  margin-bottom: 40px;
}
.why .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.why .left {
  max-width: 100%;
  width: 620px;
}
.why .right {
  max-width: 510px;
}
.why .right .right-box {
  width: 504px;
  max-width: 100%;
  background: linear-gradient(270deg, #F4EFFF 0%, #F1F3FD 100%);
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  display: flex;
  padding: 40px;
  margin-bottom: 40px;
}
.why .right .right-box .text {
  width: 320px;
  max-width: 100%;
}
.why .right .right-box::before {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  margin-right: 24px;
  background: url(../../images/pm/pm-heic-converter/ds-ft-heic-why-ic-80-1.svg) no-repeat;
  background-size: cover;
}
.why .right .buttom {
  background: linear-gradient(270deg, #F1F4FD 0%, #EFF7FB 100%);
}
.why .right .buttom::before {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  margin-right: 24px;
  background: url(../../images/pm/pm-heic-converter/ds-ft-heic-why-ic-80-1.svg) no-repeat;
  background-size: cover;
}
.why .right .text strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  margin-bottom: 16px;
}
.why .right .text p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
}
.why .right p {
  max-width: 394px;
}
.why p.des {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  margin-bottom: 24px;
}
.why .ic-lf {
  margin-bottom: 40px;
  width: 620px;
  max-width: 100%;
}
.why .ic-lf li {
  font-size: 16px;
  position: relative;
  line-height: 36px;
  padding-left: 20px;
  font-weight: 600;
}
.why .ic-lf li::before {
  width: 16px;
  height: 16px;
  content: '';
  display: block;
  background: url(/assets/images/iphone-data-recovery/ft-DR-ic-gou-16-black.png) no-repeat;
  position: absolute;
  left: 0;
  top: 11px;
}
@media (max-width: 1366px) {
  .why .wrap {
    display: block;
  }
  .why .left {
    text-align: center;
    margin-bottom: 40px;
  }
  .why .right .right-box {
    margin: 0 auto 30px;
  }
  .why .left,
  .why .right {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1366px) and (min-width: 1024px) {
  .why .right {
    display: flex;
    justify-content: space-between;
  }
  .why .right .right-box {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .why {
    padding: 80px 0;
  }
  .why p.des {
    font-size: 16px;
  }
  .why .left {
    padding-right: 0;
  }
}
@media (max-width: 520px) {
  .why .right .right-box {
    display: block;
    text-align: center;
  }
  .why .right .right-box::before {
    margin: 0 auto 16px;
  }
  .why .right .right-box .text {
    margin: auto;
  }
}
.backup {
  padding: 120px 0;
  color: #000;
}
.backup .title {
  text-align: center;
  width: 1034px;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 46px;
  margin-bottom: 24px;
  width: 100%;
}
.backup .title-p {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  text-align: center;
  margin-bottom: 80px;
}
.backup .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.backup .right {
  max-width: 600px;
}
.backup h2 {
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  line-height: 42px;
  margin-bottom: 24px;
}
.backup p.des {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  margin-bottom: 24px;
}
.backup .ic-lf {
  margin-bottom: 40px;
}
.backup .ic-lf li {
  font-size: 16px;
  position: relative;
  line-height: 36px;
  font-weight: 400;
  padding-left: 0;
}
.backup .ic-lf li:not(:last-child) {
  margin-bottom: 16px;
}
.backup .ic-lf li::before {
  display: none;
}
.backup .ic-lf li span {
  font-weight: 600;
}
@media (max-width: 1366px) {
  .backup {
    padding: 40px 0;
  }
  .backup .wrap {
    flex-wrap: nowrap;
  }
  .backup .wrap h2 {
    margin: 40px 0;
  }
}
@media (max-width: 991px) {
  .backup h2 {
    text-align: center;
  }
  .backup .wrap {
    flex-direction: column;
  }
}
.export {
  background: linear-gradient(225deg, #ECFCF9 0%, #F4EFFF 100%);
}
@media (max-width: 1366px) {
  .export .wrap .right {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .export .wrap {
    flex-direction: column-reverse;
  }
}
.best {
  text-align: center;
  padding: 120px 0px;
}
.best h2 {
  margin-bottom: 80px;
}
.best .wrap {
  display: flex;
  justify-content: space-evenly;
}
.best .wrap .bg-1 {
  background: linear-gradient(270deg, #ECFCF9 0%, #EEF9FA 100%);
}
.best .wrap .bg-2 {
  background: linear-gradient(270deg, #EEF9FB 0%, #F0F5FC 100%);
}
.best .wrap .bg-3 {
  background: linear-gradient(270deg, #F1F5FB 0%, #F2F3FD 100%);
}
.best .wrap .bg-4 {
  background: linear-gradient(270deg, #F1F2FD 0%, #F3EFFE 100%);
}
.best .wrap li {
  max-width: 288px;
  background: linear-gradient(270deg, #ECFCF9 0%, #EEF9FA 100%);
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  padding: 40px 16px;
}
.best .wrap li > img {
  margin-bottom: 24px;
}
.best .wrap li p {
  line-height: 22px;
}
.best .wrap h3 {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 30px;
}
@media (max-width: 1366px) {
  .best .wrap li {
    width: 24%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .best .wrap li h3 {
    font-size: 20px;
  }
  .best .wrap li p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .best {
    padding: 80px 0;
  }
  .best h2 {
    margin-bottom: 40px;
  }
  .best .wrap {
    flex-wrap: wrap;
  }
  .best .wrap li {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .best {
    padding: 40px 0 10px;
  }
  .best h2 {
    margin-bottom: 24px;
  }
  .best .wrap li {
    zoom: 0.8;
    width: 100%;
  }
}
.steps {
  text-align: center;
  background: url(../../images/pm/pm-heic-converter/ds-ft-heic-step-bg.svg) center no-repeat;
  background-size: cover;
  padding: 120px 0;
  color: #fff;
}
.steps h2 {
  margin-bottom: 80px;
}
.steps h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.steps .wrap {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 80px;
}
.steps .tt-nav li {
  max-width: 534px;
  padding: 0 16px;
  position: relative;
  display: flex;
  text-align: left;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  height: 110px;
  align-items: center;
  margin: 11px 0;
}
.steps .tt-nav li::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: transparent;
  transition: 0.5s all;
}
.steps .tt-nav li p {
  font-size: 15px;
  line-height: 26px;
}
.steps .tt-nav li.active {
  background: rgba(255, 255, 255, 0.1);
}
.steps .tt-nav li.active::after {
  background: #ffffff;
  height: 78px;
}
.steps .tt-nav li.active p {
  font-weight: 600;
}
.steps .tt-nav li > img {
  min-width: 60px;
  margin-right: 24px;
}
.steps .btn-green {
  margin: auto;
}
.steps .btn {
  min-width: 260px;
  border-radius: 60px;
  border-radius: 32px 32px 32px 32px;
  opacity: 1;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 24px;
}
.steps .btn .down-txt strong {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 26px;
}
.steps .btn .down-txt span {
  font-size: 14px;
  display: block;
  text-align: left;
}
.steps .img-box .cl-img {
  display: none;
  opacity: 0;
  transition: 0.5s all;
}
.steps .img-box .cl-img.active {
  opacity: 1;
  display: block;
}
@media (max-width: 1366px) {
  .steps .tt-nav li {
    max-width: 430px;
  }
}
@media (max-width: 991px) {
  .steps {
    padding: 80px 0;
  }
  .steps h2 {
    margin-bottom: 40px;
  }
  .steps .wrap {
    display: block;
    margin-bottom: 40px;
  }
  .steps .tt-nav {
    margin-bottom: 40px;
  }
  .steps .tt-nav li {
    width: 100%;
    max-width: 100%;
    min-height: 110px;
    height: auto;
  }
  .steps .tt-nav li p {
    font-size: 16px;
  }
  .steps .img-box img {
    margin: auto;
  }
}
@media (max-width: 500px) {
  .steps {
    padding: 40px 0;
  }
  .steps h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 390px) {
  .steps .tt-nav li {
    padding: 0 3px;
  }
  .steps .tt-nav li > img {
    margin-right: 0;
  }
  .steps .tt-nav li p {
    font-size: 14px;
  }
  .steps .tt-nav li h3 {
    font-size: 18px;
  }
}
.more {
  padding: 120px 0px;
  text-align: center;
}
.more h2 {
  margin-bottom: 80px;
}
.more .wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.more .wrap .item {
  padding: 43px 25px;
  width: 240px;
  max-width: 100%;
  background: #ffffff;
  transition: 0.4s all;
  border-radius: 20px 20px 20px 20px;
  color: #000;
}
.more .wrap .item:hover {
  z-index: 10;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.more .wrap h3 {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1366px) {
  .more .wrap {
    flex-wrap: nowrap;
  }
  .more .wrap h3 {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .more.wrap h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .more {
    padding: 80px 0;
  }
  .more h2 {
    margin-bottom: 40px;
  }
  .more .wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .more .wrap .item {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .more .wrap h3 {
    font-size: 16px;
  }
  .more .wrap .item {
    width: 50%;
    padding: 10px 0;
  }
}
.say {
  text-align: center;
  padding: 120px 0;
  background: linear-gradient(225deg, #ECFCF9 0%, #F4EFFF 100%);
}
.say h2 {
  margin-bottom: 80px;
}
.say .wrap {
  display: flex;
  justify-content: space-between;
}
.say .wrap li {
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e8e9;
  padding: 60px;
  max-width: 592px;
  height: 344px;
  position: relative;
}
.say .wrap li::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 32px;
  background: url(../../images/pm/pm-heic-converter/ds-ft-heic-say-ic.svg) no-repeat;
  background-size: cover;
  right: 24px;
  top: 24px;
}
.say .wrap li p {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 40px;
}
.say .wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 84%;
  bottom: 60px;
}
.say .wrap h3 {
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 1366px) {
  .say .wrap {
    justify-content: space-between;
  }
  .say .wrap li {
    margin: 0 10px 30px;
  }
  .say .wrap li p {
    font-size: 18px;
  }
  .say .wrap .top {
    display: block;
    width: 65%;
  }
}
@media (max-width: 991px) {
  .say {
    padding: 80px 0;
  }
  .say h2 {
    margin-bottom: 40px;
  }
  .say .wrap {
    flex-direction: column;
  }
  .say .wrap li {
    height: auto;
  }
  .say .wrap .top {
    position: static;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}
.ft {
  background: linear-gradient(225deg, #ecfcf9 0%, #f4efff 100%);
  padding: 80px 0 0;
}
.ft h2 img {
  vertical-align: middle;
}
.ft h2 .ic-free {
  margin-left: 10px;
}
.ft .btn-bl {
  width: 232px;
}
.ft .erweima.hide {
  display: none;
  opacity: 0;
}
.ft .erweima.show {
  opacity: 1;
}
.ft .erweima-img {
  position: absolute;
  left: 264px;
  bottom: 0;
}
.ft .erweima-img.hide {
  opacity: 0;
  display: none;
}
.ft .erweima-img.show {
  opacity: 1;
}
.ft .lazyloaded,
.ft .lazyload {
  display: none;
}
.ft .show {
  display: block;
  padding-bottom: 40px;
}
.ft .system-select {
  display: flex;
  width: 504px;
  height: 52px;
  background: #ffffff;
  border-radius: 60px 60px 60px 60px;
  padding: 6px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
.ft .system-select::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 164px;
  height: 40px;
  background: linear-gradient(-270deg, #2c98ff 0%, #2fbfff 100%);
  z-index: -1;
  transition: 0.3s ease-out all;
  border-radius: 30px 30px 30px 30px;
}
.ft .system-select.left::before {
  left: 6px;
  top: 6px;
}
.ft .system-select.center::before {
  left: 33%;
  top: 6px;
}
.ft .system-select.right::before {
  left: 66%;
  top: 6px;
}
.ft .system-select .Android::before {
  background: url(../../images/pm/pm-index/ic-Android.svg) no-repeat;
  content: "";
  display: inline-block;
  vertical-align: -1px;
  margin-right: 3px;
  width: 16px;
  height: 16px;
}
.ft .system-select .Android.active::before {
  background-image: url(../../images/pm/pm-index/ic-Android-hover.svg);
}
.ft .system-select .ios::before {
  background: url(../../images/pm/pm-index/ic-ios.svg) no-repeat;
  content: "";
  display: inline-block;
  vertical-align: -1px;
  margin-right: 3px;
  width: 16px;
  height: 16px;
}
.ft .system-select .ios.active::before {
  background-image: url(../../images/pm/pm-index/ic-ios-hover.svg);
}
.ft .system-select .win::before {
  background: url(../../images/pm/pm-index/ic-win.svg) no-repeat;
  content: "";
  display: inline-block;
  vertical-align: -1px;
  margin-right: 3px;
  width: 16px;
  height: 16px;
}
.ft .system-select .win.active::before {
  background-image: url(../../images/pm/pm-index/ic-win-hover.svg);
}
.ft .system-select > div {
  width: 164px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-out all;
}
.ft .system-select > div::before {
  transition: 0.3s ease-out all;
}
.ft .system-select > div.active {
  color: #fff;
}
.ft .wrap {
  display: flex;
  justify-content: center;
  min-height: 435px;
  gap: 60px;
}
.ft .wrap > div {
  width: 640px;
  max-width: 100%;
}
.ft .wrap .Android-ac,
.ft .wrap .win-ac,
.ft .wrap .ios-ac {
  display: none;
}
.ft .wrap .Android-ac.active,
.ft .wrap .win-ac.active,
.ft .wrap .ios-ac.active {
  display: block;
}
.ft [data-switch="cont"] {
  width: 640px;
  max-width: 100%;
}
.ft .btn-box {
  display: flex;
  max-width: 100%;
  align-items: center;
}
.ft .p-ls {
  margin-left: 25px;
}
.ft .p-ls span {
  display: inline-block;
  margin: 0 19px;
}
.ft h2 {
  position: relative;
  margin-bottom: 24px;
}
.ft p.des {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .ft {
    padding: 80px 0;
  }
  .ft .wrap .txt-x {
    width: 50%;
  }
  .ft .btn-box {
    flex-direction: column;
  }
  .ft .btn-box .p-ls {
    margin: 10px 0 0;
  }
}
@media (max-width: 991px) {
  .ft .wrap {
    flex-direction: column;
    gap: 20px;
  }
  .ft .wrap .system-select {
    margin: 0 auto 40px;
  }
  .ft .wrap .txt-x {
    width: 100%;
    text-align: center;
  }
  .ft .wrap [data-switch="cont"] {
    width: 100%;
  }
  .ft .wrap .img-x {
    width: 100%;
    text-align: center;
  }
  .ft .wrap .img-x img {
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .ft .system-select {
    zoom: 0.9;
    width: 100%;
  }
  .ft .system-select::before {
    width: 33%;
  }
}
/*# sourceMappingURL=pm-heic-converter.css.map */