h2 {
  font-size: 4rem;
}
.banner {
  padding: 80px 0 78px 0;
  background: url(/assets/adr/images/iphone-data-recovery/banner-bg.png) no-repeat;
  background-size: cover;
}
.banner h1 {
  position: relative;
  color: #FFFFFF;
  font-size: 4.8rem;
  vertical-align: middle;
  line-height: 1.1;
}
.banner h1::after {
  position: absolute;
  right: 0px;
  top: 8px;
  content: "2.0.0";
  display: inline-block;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #FFFFFF;
  padding: 3px 15px;
  margin-left: 17px;
  font-size: 20px;
}
.banner .changelog {
  font-size: 20px;
  color: #FF7800;
  line-height: 34px;
  margin-bottom: 20px;
}
.banner .txtbox,
.banner .imgbox {
  padding: 0;
}
.banner li {
  position: relative;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 34px;
  padding-left: 25px;
}
.banner li::before {
  position: absolute;
  left: 0px;
  top: 8px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/assets/adr/images/iphone-data-recovery/xu.png) no-repeat;
}
.banner .btn {
  min-width: 200px;
  height: 50px;
  line-height: 50px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-size: 22px;
  color: #FFFFFF;
  margin-top: 60px;
}
.banner .btn-gre {
  background: #19B919;
}
.banner .btn-org {
  background: #FF6600;
  margin-left: 40px;
}
.banner .btn-bor {
  border: 1px solid #FF6600;
  margin-left: 70px;
  color: #FF6600;
}
@media screen and (max-width: 1200px) {
  .banner {
    padding: 80px 15px;
  }
  .banner h1::after {
    position: unset;
  }
}
@media screen and (max-width: 992px) {
  .banner {
    text-align: center;
  }
  .banner .list {
    display: table;
    margin: auto;
    text-align: left;
  }
}
@media screen and (max-width: 578px) {
  .banner {
    text-align: center;
  }
  .banner .list {
    display: table;
    margin: auto;
    text-align: left;
  }
  .banner .btn {
    margin: 20px;
  }
}
.software {
  padding: 150px 0px 20px;
}
.software h2 {
  font-size: 4rem;
  margin-bottom: 23px;
}
.software .item {
  padding: 0px 15px 20px;
}
.software p {
  font-size: 18px;
  color: #1A1919;
  line-height: 30px;
}
.software p:nth-last-child(1) {
  margin-top: 28px;
}
.software .list {
  font-size: 0;
  margin-top: 90px;
}
.software .list li {
  display: inline-block;
  font-size: 18px;
  color: #1A1A1A;
  width: 20%;
  margin-bottom: 30px;
  border-radius: 10px;
}
.software .list .icon {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  border: 2px solid transparent;
  padding: 23px 20px 23px 80px;
  vertical-align: top;
  white-space: nowrap;
}
.software .list .icon:hover {
  background: #FFFFFF;
  border: 2px solid #EDEEEF;
  box-shadow: 0px 0px 24px 0px #D9E6FF;
  border-radius: 10px;
}
.software .list .icon::before {
  position: absolute;
  left: 30px;
  top: 16px;
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(/assets/adr/images/iphone-data-recovery/ic-phone-recovery.png) no-repeat;
  background-position-y: -23px;
}
.software .list .icon-1::before {
  background-position-x: -20px;
}
.software .list .icon-2::before {
  background-position-x: -85px;
}
.software .list .icon-3::before {
  background-position-x: -150px;
}
.software .list .icon-4::before {
  background-position-x: -216px;
}
.software .list .icon-5::before {
  background-position-x: -283px;
}
.software .list .icon-6::before {
  background-position-x: -348px;
}
.software .list .icon-7::before {
  background-position-x: -414px;
}
.software .list .icon-8::before {
  background-position-x: -480px;
}
.software .list .icon-9::before {
  background-position-x: -546px;
}
.software .list .icon-10::before {
  background-position-x: -612px;
}
@media screen and (max-width: 1200px) {
  .software .list li {
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  .software .list li {
    width: 33.33%;
  }
}
@media screen and (max-width: 678px) {
  .software .list li {
    width: 50%;
  }
}
.makes {
  padding: 120px 0 20px 0;
  background: #F1F5FC;
}
.makes h2 {
  margin-bottom: 100px;
}
.makes .rowbox {
  margin-bottom: 30px;
}
.makes .item {
  max-width: 540px;
  border-radius: 20px;
  margin: auto;
  padding: 20px 0 30px 40px;
}
.makes .item h3 {
  font-size: 20px;
  margin: 15px 0 5px 0;
}
.makes .item .des {
  font-size: 16px;
  color: #484848;
  line-height: 22px;
  min-height: 88px;
}
.makes .item .icons {
  width: 68px;
  height: 68px;
  background: url(/assets/adr/images/iphone-data-recovery/ic-phone-recovery.png) no-repeat;
  background-position-y: -90px;
}
.makes .item .icons-1 {
  background-position-x: -18px;
}
.makes .item .icons-2 {
  background-position-x: -117px;
}
.makes .item .icons-3 {
  background-position-x: -214px;
}
.makes .item .icons-4 {
  background-position-x: -313px;
}
.makes .item:hover {
  box-shadow: 0px 0px 25px 0px rgba(11, 86, 220, 0.2);
  background: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .makes {
    text-align: center;
  }
  .makes .item {
    padding: 15px;
  }
  .makes .item .icons {
    margin: auto;
  }
}
.work {
  padding: 90px 0 130px 0;
  background: #FFFFFF;
}
.work .des {
  font-size: 18px;
  font-weight: normal;
  color: #1E252F;
  line-height: 36px;
  text-align: center;
  margin-bottom: 45px;
}
.work h2 {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 1px;
  color: #1e252f;
  text-align: center;
  margin-bottom: 90px;
}
.work p.t-ct {
  font-size: 20px;
  color: #1e252f;
  margin-bottom: 50px;
}
.work .pos {
  position: relative;
  text-align: center;
}
.work .work-flex > div > ul li {
  position: relative;
  margin-bottom: 40px;
  padding-left: 45px;
  font-size: 16px;
  color: #1e252f;
  max-width: 430px;
  cursor: pointer;
}
.work .work-flex > div > ul li span {
  font-size: 16px;
  line-height: 30px;
}
.work .work-flex > div > ul li.active span {
  color: #0B56DC;
}
.work .work-flex > div > ul li.active h4 {
  color: #0B56DC;
}
.work .work-flex > div > ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.work h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.work .work-flex > div > ul li.active:before {
  background-position: -226px -10px;
}
.work .work-flex > div > ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/assets/adr/images/backup-software-for-windows/ic-sp.png");
  background-position: -326px -10px;
}
.work .work-flex > div {
  counter-reset: index;
}
.work .slick-dots {
  bottom: -30px;
}
.work .slick-prev {
  left: -45px;
  background: url("/assets/adr/images/backup-software-for-windows/ic-sp.png");
  background-position: -150px -10px;
  width: 17px;
  height: 28px;
  margin-top: -28px;
}
.work .slick-prev:hover {
  background-position: -76px -10px;
}
.work .slick-next {
  right: 17px;
  background: url("/assets/adr/images/backup-software-for-windows/ic-sp.png");
  background-position: -113px -10px;
  width: 17px;
  height: 28px;
  margin-top: -28px;
  right: -45px;
}
.work .slick-next:hover {
  background-position: -188px -10px;
}
.work .slick-dots li {
  margin: 0 10px;
}
.work .check-l {
  position: relative;
  margin-bottom: 60px;
}
.work .check-l::before {
  position: absolute;
  left: 14px;
  top: 10px;
  content: "";
  display: inline-block;
  height: 70%;
  border-left: 1px dashed #D0DAEC;
}
@media (max-width: 767px) {
  .work .slick-next {
    right: 0px;
  }
  .work .slick-prev {
    left: 0px;
  }
  .work .check-l::before {
    display: none;
  }
  .work .row {
    margin: auto;
  }
  .work-flex {
    width: 100%;
  }
  .work .work-flex > div > ul li {
    max-width: 100%;
  }
  .work-flex > div {
    width: 100%;
  }
}
.why {
  padding: 100px 0 120px 0;
  text-align: center;
  background: #0F72EB;
}
.why h2 {
  color: #FFFFFF;
  margin-bottom: 80px;
}
.why .item {
  max-width: 280px;
  background: #FFFFFF;
  box-shadow: 0px 10px 50px 0px rgba(0, 33, 92, 0.05);
  border-radius: 20px;
  padding: 30px 10px;
  transition: transform 0.5s;
}
.why .item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #070C23;
  margin: 15px 0 5px 0;
}
.why .item .des {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  min-height: 96px;
}
.why .item .icons {
  width: 50px;
  height: 50px;
  background: url(/assets/adr/images/iphone-data-recovery/ic-phone-recovery.png) no-repeat;
  background-position-y: -187px;
  margin: auto;
}
.why .item .icons-1 {
  background-position-x: -18px;
}
.why .item .icons-2 {
  background-position-x: -98px;
}
.why .item .icons-3 {
  background-position-x: -178px;
}
.why .item .icons-4 {
  background-position-x: -258px;
}
.why .item:hover {
  transform: translateY(-20px);
}
@media screen and (max-width: 992px) {
  .why {
    font-size: 0px;
  }
  .why .item {
    max-width: 100%;
    margin: 30px auto;
  }
  .why .item .des {
    min-height: auto;
  }
}
.tech {
  padding: 90px 0 60px 0;
}
.tech h2 {
  text-align: center;
  margin-bottom: 65px;
}
.tech .item {
  max-width: 310px;
  padding: 30px 0;
  margin: auto;
}
.tech .item h4 {
  font-size: 22px;
  color: #070C23;
  margin: 25px 0 10px 0;
}
.tech .item .des {
  font-size: 16px;
  color: #42475D;
  line-height: 30px;
}
.tech .item .icons {
  background: url(/assets/adr/images/iphone-data-recovery/ic-phone-recovery.png) no-repeat;
  background-position-y: -266px;
}
.tech .item .icons-1 {
  width: 38px;
  height: 38px;
  background-position-x: -18px;
}
.tech .item .icons-2 {
  width: 37px;
  height: 38px;
  background-position-x: -90px;
}
.tech .item .icons-3 {
  width: 37px;
  height: 37px;
  background-position-x: -157px;
}
@media screen and (max-width: 992px) {
  .tech .item {
    max-width: 100%;
    text-align: center;
  }
  .tech .item .icons {
    margin: auto;
  }
}
.words {
  padding: 100px 0 80px 0;
  background-color: #f7f7f7;
}
.words h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #202020;
  text-align: center;
  margin-bottom: 85px;
}
.words .words-box {
  margin: auto;
  position: relative;
  border-radius: 20px;
  min-height: 300px;
}
.words .words-box .txtbox {
  position: relative;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.7);
  padding: 80px 0 60px 0;
}
.words .words-box .user-po {
  position: relative;
  min-height: 100px;
}
.words .words-box .user-po li {
  position: absolute;
  opacity: 0.3;
  cursor: pointer;
}
.words .words-box .user-po li.no3 {
  right: 160px;
  top: -15px;
}
.words .words-box .user-po li.no4 {
  right: 160px;
  top: -15px;
}
.words .words-box .user-po li.no5 {
  right: 160px;
  top: -15px;
}
.words .words-box .user-po li.no1 {
  left: 160px;
  top: -15px;
}
.words .words-box .user-po li.no2 {
  left: 50%;
  margin-left: -45px;
  top: -45px;
}
.words .words-box .user-po li.active {
  opacity: 1;
}
.words .words-box img {
  position: absolute;
  left: 50%;
  top: -10%;
  transform: translate(-50%, 0);
}
.words .words-box .slide-box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px 30px 20px;
}
.words .words-box .item {
  text-align: center;
}
.words .words-box .item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #202020;
  margin-bottom: 10px;
}
.words .words-box .item .c-start {
  width: 137px;
  height: 18px;
  background: url(/assets/adr/images/iphone-data-recovery/xing.png) no-repeat;
  display: inline-block;
  margin-bottom: 5px;
}
.words .words-box .item p {
  max-width: 880px;
  margin: auto;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.words .words-box .slick-dots {
  display: none !important;
}
.words .words-box .slick-next,
.words .words-box .slick-prev {
  top: 60%;
}
@media (max-width: 991px) {
  .words .words-box {
    background: none;
  }
  .words .words-box .user-po {
    display: flex;
    justify-content: space-between;
  }
  .words .words-box .user-po li,
  .words .words-box .slide-box {
    position: static;
  }
  .words .words-box {
    max-width: 100%;
    padding: 0;
  }
  .words .words-box .item p {
    max-width: 80%;
  }
  .words .words-box .user-po li.no2 {
    margin-left: 0;
  }
}
@media (max-width: 420px) {
  .words .slick-next,
  .words .slick-prev {
    display: none !important;
  }
  .words .words-box .item p {
    max-width: 100%;
  }
}
.guides {
  padding: 80px 0 80px 0;
  text-align: center;
}
.guides h2 {
  text-align: center;
  margin-bottom: 60px;
}
.guides .row {
  background: #FFFFFF;
  border: 2px solid #F2F2F2;
  box-shadow: 0px 0px 12px 0px #EBEBEB;
  border-radius: 10px;
  padding: 55px 18px;
}
.guides li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  text-align: left;
}
.guides li a {
  color: #1A1A1A;
}
.guides li::before {
  position: absolute;
  left: 0px;
  top: 3px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(/assets/adr/images/iphone-data-recovery/jiantou2.png) no-repeat;
}
.guides li:nth-last-child(1) {
  margin-bottom: 0px;
}
.guides li:hover a {
  color: #0B56DC;
}
.guides li:hover::before {
  background: url(/assets/adr/images/iphone-data-recovery/jiantou-lan.png) no-repeat;
}
.guides .more {
  font-size: 18px;
  color: #175DC0;
  line-height: 24px;
  margin-top: 50px;
}
.guides .more::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url(/assets/adr/images/iphone-data-recovery/jiantou.png) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  transition: transform 0.5s;
}
.guides .more:hover::after {
  transform: translateX(10px);
}
@media screen and (max-width: 1200px) {
  .guides {
    padding: 80px 15px;
  }
}
.get {
  padding: 80px 0;
  text-align: center;
  background: url(/assets/adr/images/iphone-data-recovery/bg.png) no-repeat;
  background-size: cover;
}
.get .des {
  font-size: 20px;
  color: #333333;
}
.get h2 {
  font-size: 3.4rem;
  margin: 5px 0 10px 0;
}
.get .btn {
  min-width: 220px;
  height: 60px;
  line-height: 60px;
  margin-top: 65px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-size: 22px;
  color: #FFFFFF;
}
.get .btn-gre {
  background: #19B919;
}
.get .btn-org {
  background: #FF6600;
  margin-left: 40px;
}
.get .btn-bor {
  border: 1px solid #FF6600;
  margin-left: 70px;
  color: #FF6600;
}
@media screen and (max-width: 992px) {
  .get .btn {
    margin: 20px;
  }
}
.footer {
  background: #040603;
  font-size: 12px;
  font-family: Helvetica Neue;
  font-weight: normal;
  color: #fff;
  padding: 10px 0;
}
.footer .ltxt {
  float: left;
}
.footer .rtxt {
  float: right;
}
@media screen and (max-width: 473px) {
  .footer {
    text-align: center;
  }
  .footer .ltxt,
  .footer .rtxt {
    display: inline-block;
    float: none;
  }
}
