[class^="btn"] .ic-dw {
  width: 16px;
  height: 16px;
  background: url(/assets/ppc/images/icon/ic-download-16.svg) no-repeat center;
  transform: translateY(-2px);
  margin-left: 4px;
}
.bar {
  padding: 0px 24px;
  background: #fff;
  width: 100%;
  height: 64px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.bar .container2 {
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bar .ab {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  vertical-align: middle;
  line-height: 40px;
}
.bar .ab img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.bar .btn-bl {
  margin-left: 10px;
}
.bar .btn-bl .ic-dw {
  margin: 0 !important;
}
.bar .btn-bl,
.bar .btn-org {
  height: 40px;
  line-height: 40px;
  min-width: 160px;
  font-size: 14px;
}
.bar .btn-bl .down,
.bar .btn-org .down {
  transform: translateY(-3px);
}
.bar .btn-bl .ic-car,
.bar .btn-org .ic-car {
  width: 16px;
  height: 16px;
  transform: translateY(-3px);
}
.bnr {
  background: #091121 url(/assets/res/images/ppc-mr-brand/banner-bg-myrecover-brand.jpg) no-repeat center / cover;
  color: #fff;
  padding: 104px 0 0;
}
.bnr .btn-lg {
  min-width: 240px;
}
.bnr .txt-x {
  width: 680px;
  padding-bottom: 100px;
}
.bnr-tit {
  display: flex;
  align-items: center;
  gap: 24px;
}
.bnr-tit h4 {
  font-size: 30px;
}
.bnr .f-vam {
  vertical-align: -16px;
}
.bnr .container2 {
  position: relative;
}
.bnr .container2 .banner-img {
  position: absolute;
  font-size: 0;
  top: auto;
  bottom: 120px; 
  transform: none;
  right: 0;
}
.bnr .sub-tt {
  display: inline-block;
}
.bnr .sub-tt img {
  margin-right: 5px;
}
.bnr h1 {
  line-height: 1.25;
  max-width: 700px;
  margin: 15px 0 16px;
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.302);
}
.bnr .introduce {
  display: inline-block;
  margin-bottom: 40px;
  max-width: 700px;
}
.bnr .introduce li {
  text-align: left;
  line-height: 32px;
  padding-left: 25px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
.bnr .introduce li::before {
  content: "";
  left: 10px;
  top: 15px;
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
.bnr .a-x {
  display: inline-block;
  text-align: center;
}
.a-x .btn-lg {
  margin: 0 auto 8px;
  max-width: 100%;
  height: 64px;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
}
.a-x .btn-lg.btn-bl {
  padding: 0 10px;
  min-width: 360px;
  width: auto;
}
.a-x .btn-lg.btn-bl small {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 100;
  font-size: 12px;
}
.a-x .btn-lg img {
  vertical-align: -10px;
  margin-right: 12px;
}
.a-x .bought-num {
  font-size: 12px;
  font-weight: 40;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}
.a-x .bought-num::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  background: url(/assets/res/images/ppc-mr-brand/icon-SUC.svg) no-repeat;
  vertical-align: -2px;
}
@media (max-width: 1366px) {
  .bnr {
    zoom: 0.8;
  }
}
@media (max-width: 991px) {
  .bnr {
    zoom: 1;
    text-align: center;
    padding: 80px 0;
  }
  .bnr h1 {
    margin: 24px auto 16px;
  }
  .bnr .container2 .txt-x {
    width: 100%;
    padding-bottom: 0;
  }
  .bnr .container2 .banner-img {
    display: none;
  }
  .bnr .container2 .btn-lg.btn-bl {
    margin: 0 16px 16px;
  }
}
@media (max-width: 767px) {
  .a-x .btn-lg {
    width: 260px;
    height: 50px;
  }
  .a-x .btn-lg.btn-org {
    padding: 13px 10px;
  }
  .a-x .btn-lg.btn-org b {
    font-size: 14px;
  }
  .a-x .btn-lg.btn-bl {
    padding: 4px 20px;
    min-width: auto;
  }
  .bnr {
    background-size: cover;
  }
  .bnr .container {
    padding: 60px 0 80px;
  }
  .bnr .sub-tt {
    font-size: 20px;
  }
  .bnr .sub-tt img {
    width: 40px;
  }
  .bnr h1 {
    font-size: 36px;
  }
}
@media (max-width: 390px) {
  .bnr {
    padding: 40px 0;
  }
  .bnr h1 {
    font-size: 28px;
  }
  .bnr .introduce li {
    line-height: 18px;
  }
}
.retr {
  padding: 160px 0;
  text-align: center;
}
.retr-top {
  display: flex;
  gap: 60px;
  max-width: 1154px;
  margin: 0 auto;
  align-items: center;
}
.retr-top .txt {
  width: 640px;
  font-size: 24px;
  text-align: left;
}
.retr-top h2 {
  font-size: 4.8rem;
  line-height: 1.125;
  margin-bottom: 24px;
}
.retr .ls {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 24px;
  text-align: center;
  margin-top: 80px;
}
.retr .ls li {
  width: calc((100% - 48px) / 3);
  padding: 0 20px;
}
.retr .ls h6 {
  font-size: 18px;
  line-height: 1.333;
  margin-top: 16px;
}
.retr .a-x {
  margin-top: 80px;
}
@media (max-width: 1280px) {
  .retr .ls {
    gap: 40px 0;
  }
  .retr .ls li {
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  .retr {
    padding: 80px 0;
  }
  .retr-top {
    flex-direction: column-reverse;
    align-items: center;
  }
  .retr-top .txt {
    width: 100%;
    text-align: center;
  }
  .retr .ls li {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .retr .ls li {
    width: 33.33%;
    padding: 0 10px;
  }
  .retr .ls h6 {
    font-size: 16px;
  }
}
.recovery {
  background: #F8F9FA;
  padding: 160px 0;
}
.recovery h2 {
  margin-bottom: 24px;
  line-height: 46px;
  text-align: center;
}
.recovery .a-x {
  margin-top: 80px;
  text-align: center;
}
.recovery .desc {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  margin-bottom: 56px;
  text-align: center;
}
.recovery .switch-tab-lists {
  display: flex;
  padding: 0 60px;
  justify-content: center;
  text-align: center;
  border-bottom: 2px solid #e6e8e9;
  gap: 227px;
}
.recovery .switch-tab-lists li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  gap: 8px;
}
.recovery .switch-tab-lists li .li-item {
  position: relative;
  padding: 24px 40px;
  font-size: 24px;
  line-height: 24px;
}
.recovery .switch-tab-lists li .li-item::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: inline-block;
  width: 0%;
  left: 50%;
  transform: 0, -50%;
  height: 4px;
  transition: 0.2s all;
  background: transparent;
}
.recovery .switch-tab-lists li:hover {
  color: #2258f6;
}
.recovery .switch-tab-lists li.active {
  color: #2258f6;
  font-weight: 700;
}
.recovery .switch-tab-lists li.active .li-item::after {
  position: absolute;
  left: 0px;
  bottom: -2px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #2258f6;
}
.recovery .switch-box {
  display: none;
  margin: 80px 0 0;
}
.recovery .switch-box.show {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px;
}
.recovery .switch-box-1 .item-box {
  width: 23.8%;
  padding: 0 0 0 15px;
}
.recovery .switch-box-1 .item .item-box.versions {
  width: 23.8%;
}
.recovery .switch-box-1 .btn-md {
  min-width: 200px;
}
.recovery .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 360px;
  padding: 40px;
  text-align: center;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E6E8E9;
  background-color: #fff;
}
.recovery .item strong {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  margin: 20px 0 8px;
}
@media (max-width: 1199px) {
  .recovery .switch-box.show {
    gap: 20px 1%;
  }
  .recovery .item {
    width: 32%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .recovery {
    padding: 80px 0;
  }
  .recovery .switch-tab-lists {
    gap: 0;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: 1px solid #e6e8e9;
  }
  .recovery .switch-tab-lists li {
    width: 100%;
  }
  .recovery .switch-tab-lists li:first-child {
    border-bottom: 1px solid #e6e8e9;
  }
  .recovery .switch-tab-lists li .li-item::after {
    display: none !important;
  }
  .recovery .switch-box.show {
    gap: 20px 2%;
  }
  .recovery .item {
    width: 48%;
    padding: 16px;
  }
  .recovery .item strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 476px) {
  .recovery {
    padding: 80px 0px;
  }
  .recovery .container {
    padding: 0;
  }
  .recovery .box,
  .recovery .faq-mn {
    padding: 24px;
  }
  .recovery .faq-mn {
    background-size: auto;
  }
  .recovery .box .title {
    align-items: flex-start;
  }
  .recovery .box.active h5 {
    padding-bottom: 17px;
  }
  .recovery .box p {
    font-size: 12px;
  }
  .recovery .box h5 {
    font-size: 14px;
    padding: 0 3% 0 0;
  }
  .recovery .box .tt-ic {
    transform: scale(0.6);
  }
}
.how {
  background: #091121;
  padding: 160px 0;
  color: #fff;
  text-align: center;
}
.how h2 {
  margin-bottom: 24px;
}
.how-slick {
  margin-top: 80px;
}
.how .closest {
  display: flex;
  font-weight: bold;
  color: #6B707A;
  font-size: 20px;
  margin-top: 50px;
}
.how .closest .item {
  width: 33.33%;
  cursor: pointer;
}
.how .closest .line {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  margin-bottom: 29px;
}
.how .closest .line::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #6B707A;
  background: #4C5262;
}
.how .closest .active {
  color: #ffff;
}
.how .closest .active .line::before {
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  background: #2258F6;
}
.how .a-x {
  margin-top: 80px;
}
.how .slick-list::before {
  background: linear-gradient(-90deg, rgba(9, 17, 33, 0) 0%, #091121 100%);
}
.how .slick-list::after {
  background: linear-gradient(-90deg, #091121 0%, rgba(9, 17, 33, 0) 100%);
}
@media (min-width: 768px) {
  .slick-center {
    position: relative;
  }
  .slick-center .slick-slide.slick-active {
    position: relative;
    z-index: 10;
    transform: none !important;
  }
  .slick-center .slick-active + .slick-slide {
    transform: translateX(-61.6%) scale(0.835) !important;
  }
  .slick-center .slick-slide {
    transform: translateX(61.6%) scale(0.835) !important;
  }
  .slick-center .slick-track {
    transition: none !important;
  }
}
.thanks {
  padding: 160px 0;
  text-align: center;
}
.thanks h2 {
  margin-bottom: 80px;
}
.thanks-ls {
  display: flex;
  gap: 16px;
}
.thanks-ls li {
  width: 416px;
  background: #FFFFFF;
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #E6E8E9;
  padding: 32px;
}
.thanks-ls p {
  font-size: 20px;
  line-height: 1.6;
  margin: 24px 0;
  min-height: 160px;
}
@media (max-width: 992px) {
  .thanks-ls {
    flex-wrap: wrap;
    justify-content: center;
  }
  .thanks-ls li {
    width: 100%;
    max-width: 600px;
  }
}
.now {
  background: #091121;
  color: #fff;
}
.now-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.now .img-x {
  width: 540px;
}
.now .txt {
  width: 660px;
}
.now h2 {
  font-size: 48px;
  line-height: 1.33;
}
.now .des {
  margin: 16px 0 60px;
}
.now .ic-lf {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.now .ic-lf li {
  max-width: 240px;
  width: 50%;
  margin-bottom: 16px;
  padding-left: 32px;
}
.now .ic-lf li:nth-child(odd) {
  margin-right: 80px;
}
.now .ic-lf li::before {
  top: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: url(/assets/res/images/ppc_permanently-deleted-files-recovery/ub-ic2-gou-24.svg) no-repeat center;
}
@media (max-width: 992px) {
  .now {
    padding: 80px 0;
  }
  .now .img-x {
    display: none;
  }
  .now h2 {
    font-size: 40px;
  }
  .now h2,
  .now .des {
    text-align: center;
  }
  .now .ic-lf {
    justify-content: center;
    gap: 10px;
  }
  .now .ic-lf li:nth-child(odd) {
    margin-right: 0;
  }
  .now .a-x {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .now .a-x {
    flex-direction: column;
    align-items: center;
  }
}
