.ic-free {
  font-size: 14px;
  width: 44px;
  height: 22px;
  line-height: 22px;
  margin-left: 0;
}
.ic-logo {
  vertical-align: middle;
  transform: translateY(-2px);
}
.banner {
  background: linear-gradient(225deg, #ECFCF9 0%, #F4EFFF 100%);
  background-size: cover;
  padding-top: 100px;
}
.banner p.tt {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.banner p.tt img {
  vertical-align: middle;
  transform: translateY(-2px);
}
.banner p.tt span.free {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background: #3adc3c;
  padding: 0px 7px;
  border-radius: 4px 4px 4px 4px;
  line-height: 20px;
}
.banner h1 {
  margin-bottom: 24px;
}
.banner .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .wrap .left {
  width: 624px;
  padding-top: 10px;
}
.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 .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;
  }
}
.iphone {
  text-align: center;
  padding: 100px 0 100px;
}
.iphone h2 {
  margin-bottom: 80px;
}
.iphone h4 {
  margin-bottom: 15px;
}
.iphone p {
  line-height: 1.625;
}
.iphone .wrap {
  display: flex;
  justify-content: space-between;
}
.iphone .item {
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  width: 390px;
  max-width: 100%;
  padding: 8px;
}
.iphone .item:nth-child(1) .top {
  background: #EFFFFA;
}
.iphone .item:nth-child(2) .top {
  background: #EFF8FF;
}
.iphone .item:nth-child(3) .top {
  background: #F4EFFF;
}
.iphone .item .main {
  padding: 24px 16px;
  text-align: left;
}
@media (max-width: 991px) {
  .iphone {
    padding: 80px 0;
  }
  .iphone h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .iphone .wrap {
    flex-direction: column;
    align-items: center;
  }
  .iphone .item {
    max-width: 600px;
    width: 100%;
    margin-bottom: 30px;
  }
  .iphone .item .main {
    text-align: center;
  }
}
.backup {
  padding: 100px 0 84px;
  color: #000;
  text-align: center;
  background: url(../../images/pm/erase-iphone/ds-ft-iphone-erase-del-bg.svg) no-repeat center center / cover;
}
.backup h2 {
  font-size: 40px;
  margin-bottom: 60px;
}
.backup .wrap2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 40px;
}
.backup .wrap2 .item {
  padding: 24px 50px 40px;
  width: 390px;
  background: #FFFFFF;
  border-radius: 16px;
  max-width: 100%;
}
.backup .wrap2 .item h4 {
  font-size: 20px;
  margin: 16px auto 8px;
}
.backup .wrap2 .item p {
  font-size: 14px;
  line-height: 1.714;
}
@media (max-width: 1229px) {
  .backup .wrap2 .item {
    width: 32%;
  }
}
@media (max-width: 991px) {
  .backup h2 {
    width: 100%;
  }
  .backup .wrap2 {
    gap: 20px;
  }
  .backup .wrap2 .item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .backup {
    padding: 80px 0;
  }
  .backup .wrap2 .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.safe {
  padding: 100px 0;
  background: #F8F9FA;
}
.safe-top {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: center;
  margin-bottom: 40px;
}
.safe-top h2 {
  margin-bottom: 40px;
}
.safe-top .txt {
  width: 754px;
}
.safe-top p {
  font-size: 20px;
  line-height: 1.8;
}
.safe-ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 16px;
}
.safe-li {
  border-radius: 16px;
  padding: 24px;
  width: 186px;
  background: #fff;
}
.safe-li p {
  line-height: 1.357;
  margin-top: 8px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .safe-top {
    flex-direction: column-reverse;
    text-align: center;
    gap: 10px;
  }
  .safe-top .txt {
    width: 100%;
  }
}
@media (max-width: 439px) {
  .safe-ul {
    gap: 3%;
  }
  .safe-li {
    width: 47%;
    margin-bottom: 16px;
  }
}
.data {
  padding: 100px 0;
  text-align: center;
}
.data-top {
  background: linear-gradient(225deg, #ECFCF9 0%, #F4EFFF 100%);
  border-radius: 24px;
  padding: 80px;
  margin-bottom: 100px;
}
.data-top h2 {
  margin-bottom: 24px;
}
.data-top p {
  line-height: 1.8;
  font-size: 20px;
  max-width: 998px;
  margin: 0 auto 40px auto;
}
.data-btm h2 {
  margin-bottom: 16px;
}
.data-btm p {
  line-height: 1.71;
}
.data-btm .tt-des {
  font-size: 16px;
}
.data-btm .btm-ul {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 80px;
}
.data-btm .btm-ul li {
  width: 390px;
  padding: 0 35px;
}
.data-btm .btm-ul h5 {
  margin: 24px 0 16px;
  font-weight: 600;
}
.data-btm .btm-ul p {
  font-size: 14px;
}
@media (max-width: 991px) {
  .data-top {
    padding: 40px 20px;
    margin-bottom: 80px;
  }
  .data-top p {
    font-size: 16px;
  }
  .data-btm .btm-ul {
    flex-direction: column;
    align-items: center;
  }
  .data-btm .btm-ul li {
    width: 100%;
    margin-bottom: 20px;
    max-width: 600px;
  }
}
.steps {
  text-align: center;
  background: #0e0011;
  padding: 100px 0;
  color: #fff;
}
.steps .down-box {
  padding-top: 4px;
  text-align: left;
}
.steps .down-box div {
  line-height: 1;
  font-size: 0;
}
.steps .down-box p {
  font-size: 20px;
  line-height: 26px;
}
.steps .down-box span {
  line-height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.steps h2 {
  margin-bottom: 80px;
}
.steps h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  font-family: "MierB-Regular", "microsoft yahei", Tahoma, Arial, sans-serif, helvetica, sans-serif;
}
.steps p {
  font-size: 16px;
}
.steps .wrap {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 38px;
}
.steps .wrap.active {
  display: flex;
}
.steps .tt-top {
  display: flex;
  justify-content: space-evenly;
  padding: 0 33px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.steps .tt-top li {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.steps .tt-top li span {
  display: inline-block;
  padding: 33px 20px;
  min-width: 160px;
}
.steps .tt-top li::after {
  content: "";
  display: block;
  width: 1%;
  height: 4px;
  transition: 0.5s all;
  background: transparent;
}
.steps .tt-top li.active {
  color: #1674f3;
}
.steps .tt-top li.active::after {
  width: 100%;
  background: #1674f3;
}
.steps .steps-box {
  background: #091026;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  padding: 0 40px 58px;
  margin-bottom: 60px;
}
.steps .tt-nav li {
  width: 534px;
  padding: 25px 24px 24px 16px;
  position: relative;
  display: flex;
  text-align: left;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
}
.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.active {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.steps .tt-nav li.active::after {
  background: #ffffff;
  height: 78px;
}
.steps .tt-nav li > img {
  min-width: 60px;
  margin-right: 18px;
}
.steps .img-box .cl-img {
  display: none;
  opacity: 0;
  transition: 0.5s all;
}
.steps .img-box .cl-img.active {
  opacity: 1;
  display: block;
}
.steps .btn-bl {
  width: 240px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .steps .img-box {
    width: 50%;
    margin-left: 10px;
  }
  .steps .tt-nav li p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .steps .wrap.active {
    flex-direction: column;
  }
  .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 .steps-box {
    padding-bottom: 0;
  }
  .steps .img-box img {
    margin: auto;
  }
}
@media (max-width: 500px) {
  .steps {
    padding: 40px 0;
  }
  .steps .steps-box {
    padding: 0 20px 40px;
  }
  .steps .wrap-box {
    zoom: 0.8;
  }
  .steps h2 {
    margin-bottom: 24px;
  }
  .steps .tt-top {
    padding: 0;
    zoom: 0.8;
  }
  .steps .tt-top li span {
    padding: 30px 0;
  }
}
@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: 100px 0;
  text-align: center;
}
.more h2 {
  margin-bottom: 80px;
}
.more .wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.more .wrap .item {
  padding: 24px 0;
  width: 300px;
  max-width: 100%;
  background: #ffffff;
  transition: 0.4s all;
  border-radius: 16px;
  color: #000;
}
.more .wrap .item:hover {
  z-index: 10;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.more .wrap h6 {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .more {
    padding: 80px 0;
  }
  .more h2 {
    margin-bottom: 40px;
  }
  .more .wrap {
    justify-content: flex-start;
  }
  .more .wrap .item {
    width: 50%;
    padding: 20px 0;
    margin-bottom: 0;
  }
  .more .wrap .item h3 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .more .wrap .item {
    width: 50%;
  }
  .more .wrap .item h6 {
    font-size: 14px;
  }
}
.what {
  text-align: center;
  padding: 100px 0;
  background: #F8F9FA;
}
.what h2 {
  margin-bottom: 80px;
}
.what .wrap {
  display: flex;
  justify-content: space-between;
}
.what .wrap li {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  width: 390px;
  max-width: 100%;
}
.what .wrap li:not(:last-child) {
  margin-right: 16px;
}
.what .wrap li p {
  text-align: left;
  line-height: 24px;
}
.what .wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.what .wrap h3 {
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 1366px) {
  .what .wrap {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .what .wrap li {
    width: 32%;
  }
}
@media (max-width: 991px) {
  .what {
    padding: 80px 0 50px;
  }
  .what h2 {
    margin-bottom: 40px;
  }
  .what .wrap {
    justify-content: space-between;
  }
  .what .wrap li {
    padding: 20px 10px;
    margin: 0 0 30px !important;
    width: 49%;
  }
  .what .wrap li .top {
    display: block;
  }
}
@media (max-width: 767px) {
  .what .wrap li {
    width: 100%;
    margin-bottom: 30px;
  }
  .what .wrap li:last-child {
    margin-top: 0;
  }
}
.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=erase-iphone.css.map */