.banner {
  background: url(/resource/images/one-click-recovery/banner-bg.png) no-repeat #3743b2;
  padding: 200px 20px 85px;
  background-size: cover;
}
.banner .container {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .container .f-fs24 {
  color: #fff;
  margin-bottom: 65px;
}
.banner .left {
  width: 70%;
}
.banner .right {
  background: url(/resource/images/one-click-recovery/banner-pic.png) no-repeat center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 483px;
  height: 485px;
}
.banner .right img {
  max-width: 100%;
  height: auto;
}
.banner .pai {
  width: 220px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.banner h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-shadow: 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 45px;
}
.banner .btn {
  margin-bottom: 38px;
}
.banner .tip-box p {
  display: inline-block;
  margin-right: 35px;
  color: #adb9ff;
  margin-bottom: 50px;
}
.banner .tip-box p::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  vertical-align: -2px;
}
.banner .tip-box p:nth-child(1)::before {
  background-position: -247px -60px;
}
.banner .tip-box p:nth-child(2)::before {
  background-position: -305px -61px;
}
@media (max-width: 1199px) {
  .banner {
    padding-top: 100px;
  }
  .banner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner .left,
  .banner .right {
    width: 100%;
    float: none;
    display: block;
    margin: auto;
    position: static;
    text-align: center;
  }
  .banner .container .f-fs24 {
    margin-bottom: 35px;
  }
  .banner .pai {
    margin: auto;
    margin-bottom: 20px;
  }
  .banner h1 {
    margin-bottom: 30px;
  }
  .banner .right {
    margin-bottom: 35px;
  }
  .banner .tip-box p {
    margin-bottom: 0;
  }
  .banner .tip-box p:last-child {
    margin-right: 0;
  }
}
@media (max-width: 346px) {
  .banner .tip-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .tip-box p {
    margin-right: 0;
  }
}
.onekey {
  padding: 100px 30px 120px;
  background: url(/resource/images/one-click-recovery/bg1.png) no-repeat;
  background-size: cover;
}
.onekey h2 {
  text-align: center;
  color: #111;
  margin-bottom: 85px;
}
.onekey .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.onekey .img-wrap .left,
.onekey .img-wrap .right {
  width: 49%;
  text-align: center;
}
.onekey .img-wrap .left {
  text-align: right;
  padding-right: 80px;
}
.onekey .img-wrap .left img {
  margin: auto;
}
.onekey .img-wrap .right p {
  margin: auto;
  max-width: 500px;
  text-shadow: 0 0 0.5px #666;
  color: #444;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  margin-left: 30px;
}
.onekey .img-wrap .right p:first-child {
  margin-bottom: 30px;
}
.onekey .txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.onekey .txt-wrap li {
  padding: 45px 66px;
  max-width: 500px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.onekey .txt-wrap li .img {
  width: 85px;
  height: 70px;
  background: url(/resource/images/icons/abackup-icon1.png) no-repeat;
  margin: auto;
  margin-bottom: 30px;
}
.onekey .txt-wrap li:nth-child(1) .img {
  background-position: -9px -10px;
}
.onekey .txt-wrap li:nth-child(2) .img {
  background-position: -129px -15px;
}
.onekey .txt-wrap li h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
.onekey .txt-wrap li p {
  font-size: 16px;
  line-height: 32px;
}
.onekey .txt-wrap li:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 28px 2px rgba(66, 110, 252, 0.3);
  box-shadow: 0 10px 28px 2px rgba(66, 110, 252, 0.3);
}
@media (max-width: 991px) {
  .onekey {
    padding: 60px 15px;
    background-size: cover;
  }
  .onekey h2 {
    margin-bottom: 30px;
  }
  .onekey .img-wrap {
    display: block;
    text-align: center;
  }
  .onekey .img-wrap .left,
  .onekey .img-wrap .right {
    margin: auto;
    max-width: 700px;
    float: none;
    width: 100%;
  }
  .onekey .img-wrap .left p,
  .onekey .img-wrap .right p {
    max-width: 100%;
    width: auto;
  }
  .onekey .img-wrap .left {
    margin-bottom: 30px;
    padding-right: 0;
    text-align: center;
  }
  .onekey .txt-wrap {
    display: block;
  }
  .onekey .txt-wrap li {
    width: 100%;
    margin: auto;
    max-width: 600px;
    margin-bottom: 30px;
  }
}
@media (max-width: 676px) {
  .onekey {
    padding: 40px 0;
  }
  .onekey .txt-wrap li {
    padding: 25px;
  }
  .onekey h2 {
    font-size: 3.4rem;
  }
}
.backup {
  padding: 110px 0;
}
.backup h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.backup .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 130px;
}
.backup .item .left {
  width: 50%;
  margin-top: 60px;
}
.backup .item .left h3 {
  font-size: 30px;
  margin-bottom: 22px;
}
.backup .item .left h3::after {
  width: 30px;
  height: 4px;
  background: #1a1a1a;
  border-radius: 2px;
  display: block;
  content: "";
  margin-top: 12px;
}
.backup .item .left p {
  margin-bottom: 30px;
  line-height: 32px;
  font-size: 16px;
}
.backup .item .left p:last-child {
  margin-bottom: 0;
}
.backup .item .right {
  text-align: right;
  display: block;
  width: 50%;
}
.backup .item .right img {
  margin-right: 55px;
}
.backup .item:last-child {
  margin-bottom: 0;
}
.backup .item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 210px;
}
.backup .item2 .right {
  width: 50%;
  margin-top: 60px;
}
.backup .item2 .right h3 {
  font-size: 30px;
  margin-bottom: 22px;
}
.backup .item2 .right h3::after {
  width: 30px;
  height: 4px;
  background: #1a1a1a;
  border-radius: 2px;
  display: block;
  content: "";
  margin-top: 12px;
}
.backup .item2 .right p {
  margin-bottom: 30px;
  line-height: 32px;
  font-size: 16px;
}
.backup .item2 .right p:last-child {
  margin-bottom: 0;
}
.backup .item2 .left {
  text-align: left;
  display: block;
  width: 50%;
}
.backup .item2 .left img {
  margin-right: 55px;
}
@media (max-width: 991px) {
  .backup {
    padding: 60px 0;
  }
  .backup h2 {
    font-size: 4rem;
  }
  .backup .item .left,
  .backup .item .right,
  .backup .item2 .left,
  .backup .item2 .right {
    width: 80%;
    margin: auto;
  }
  .backup .item .right img,
  .backup .item2 .left img {
    margin-right: 0;
  }
  .backup .item,
  .backup .item2 {
    margin: auto;
    text-align: center;
  }
  .backup .item .left,
  .backup .item .right,
  .backup .item2 .left,
  .backup .item2 .right {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  .backup .item2 {
    display: block;
    margin-bottom: 50px;
  }
  .backup .item2 .right h3::after {
    display: none;
  }
  .backup .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .backup .item .left h3::after {
    display: none;
  }
}
@media (max-width: 676px) {
  .backup .item .left,
  .backup .item .right,
  .backup .item2 .left,
  .backup .item2 .right {
    width: 90%;
  }
}
.restore {
  background: url(/resource/images/one-click-recovery/bg3.png) no-repeat center center;
  padding: 90px 0;
  background-size: cover;
}
.restore h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
}
.restore .restore-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1199px) {
  .restore .restore-flex .item {
    max-width: 19%;
  }
}
.restore .restore-flex .item {
  text-align: center;
}
.restore .restore-flex .item .img {
  margin: auto;
  background: url(/resource/images/icons/abackup-icon1.png) no-repeat;
  width: 80px;
  height: 80px;
  background-position: -10px -120px;
  margin-bottom: 20px;
}
.restore .restore-flex .item:nth-child(2) .img {
  background-position: -130px -120px;
}
.restore .restore-flex .item:nth-child(3) .img {
  background-position: -250px -120px;
}
.restore .restore-flex .item:nth-child(4) .img {
  background-position: -370px -120px;
}
.restore .restore-flex .item h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.restore .restore-flex .item p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .restore {
    padding: 60px 0;
  }
  .restore h2 {
    font-size: 4rem;
    margin-bottom: 50px;
  }
  .restore .restore-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .restore .restore-flex li {
    width: 40%;
    margin-bottom: 30px;
  }
}
@media (max-width: 676px) {
  .restore h2 {
    font-size: 3rem;
  }
  .restore .restore-flex li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.awds-wrap {
  background: #f2f2f2 url(/resource/images/one-click-recovery/bg4-lang.png) bottom no-repeat;
  padding: 85px 0;
}
.awds-wrap .g-cnt {
  max-width: 1200px;
  margin: auto;
}
.awds-wrap h2 {
  text-align: center;
}
.awds-wrap .name {
  border: none;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  width: auto;
}
.awds-wrap .name + span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1e252f;
}
.awds-wrap .carousel-container {
  position: relative;
}
.awds-wrap #carousel1 {
  min-height: 390px;
  width: 500px;
  margin: auto;
  font-size: 1.8rem;
  color: #555;
}
.awds-wrap #carousel1 li {
  max-width: 480px;
  height: 390px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 29px 0 rgba(86, 131, 244, 0.2);
  box-shadow: 0 15px 29px 0 rgba(86, 131, 244, 0.2);
  border-radius: 20px;
}
.awds-wrap #carousel1 li span {
  vertical-align: middle;
  display: inline-block;
  margin-top: 20px;
}
.awds-wrap #carousel1 li .txt-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.awds-wrap #carousel1 li .stars {
  margin-top: 30px;
  display: inline-block;
  vertical-align: middle;
}
.awds-wrap #carousel1 .roundabout-moveable-item .awds-tt {
  padding: 22px;
}
.awds-wrap #carousel1 .roundabout-moveable-item.roundabout-in-focus .awds-tt {
  padding: 50px 40px;
}
.awds-wrap #carousel1 .roundabout-moveable-item.roundabout-in-focus p {
  zoom: 1;
  min-height: 160px;
}
.awds-wrap #carousel1 .roundabout-moveable-item.roundabout-in-focus .stars {
  zoom: 1;
}
.awds-wrap #carousel1 .roundabout-moveable-item p {
  zoom: 0.7;
}
.awds-wrap #carousel1 .roundabout-moveable-item .stars {
  zoom: 0.7;
}
.awds-wrap #carousel1 li p {
  line-height: 32px;
  font-size: 14px;
  color: #1e252f;
}
.awds-wrap .carousel-container .roundabout-in-focus .btn_l,
.awds-wrap .carousel-container .roundabout-in-focus .btn_r {
  display: block;
}
.awds-wrap .carousel-container .btn_l,
.awds-wrap .carousel-container .btn_r {
  position: absolute;
  max-width: 60px;
  min-width: 0 !important;
  width: 60px;
  height: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 1 !important;
  z-index: 999;
  -webkit-box-shadow: 0 10px 10px 0 rgba(66, 110, 252, 0.1);
  box-shadow: 0 10px 10px 0 rgba(66, 110, 252, 0.1);
}
.awds-wrap .carousel-container .btn_l {
  left: -45px;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  background-position: -10px -191px;
}
.awds-wrap .carousel-container .btn_l:hover {
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  background-position: -110px -191px;
}
.awds-wrap .carousel-container .btn_r {
  right: -45px;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat center;
  background-position: -210px -191px;
}
.awds-wrap .carousel-container .btn_r:hover {
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  background-position: -310px -191px;
}
.awds-wrap .more {
  text-align: center;
  margin: 50px auto;
}
.awds-wrap .more a {
  font-size: 16px;
  line-height: 1;
  color: #126fed;
}
.awds-wrap h3 {
  font-size: 30px;
  letter-spacing: 1px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.awds-wrap #carousel {
  height: 87px;
  overflow: hidden;
}
.awds-wrap #carousel .rl-ic-lg {
  float: left;
  background: url(/assets/mb/images/icons/logo-ic.png) no-repeat 0 -300px;
  width: 1209px;
  height: 87px;
}
.awds-wrap #carousel .rl-ic-lg.rl-ic-lg1 {
  background: url(/assets/mb/images/icons/logo-ic.png) no-repeat 0 -396px;
  width: 888px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .awds-wrap .carousel-container {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .awds-wrap #carousel1 {
    width: 300px;
  }
  .awds-wrap #carousel1 li {
    width: 400px;
    height: 100%;
  }
}
@media (max-width: 400px) {
  .awds-wrap #carousel1 {
    width: 200px;
  }
  .awds-wrap #carousel1 li {
    width: 300px;
    height: auto;
  }
}
.awds-wrap #carousel1 li {
  max-height: 300px;
}
.awds-wrap #carousel1 li .name {
  position: absolute;
  bottom: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.awds-wrap #carousel1 li .awds-tt::after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.awds-wrap #carousel1 li .awds-tt::before {
  content: "";
  display: block;
  width: 44px;
  height: 30px;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  background-position: -94px -122px;
  position: absolute;
  top: -15px;
}
.awds-wrap #carousel1 li .awds-tt .txt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.awds-wrap .xiaoyuandian {
  width: 70px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.awds-wrap .xiaoyuandian li {
  width: 9px;
  height: 9px;
  background: #cdd0dd;
  border-radius: 50%;
}
.awds-wrap .xiaoyuandian li.active {
  background: #39449f;
}
.comment {
  padding: 95px 0 20px;
  background: url(/resource/images/one-click-recovery/bg4-lang.png) no-repeat center bottom #f2f2f2;
}
.comment .container {
  overflow: hidden;
}
.comment h2 {
  margin-bottom: 60px;
}
.comment .tog-bx {
  margin-bottom: 40px;
}
.comment .tog-bx .btn-bx {
  width: 720px;
  margin: 0 auto;
}
.comment .tog-bx .btn-it {
  background: #e2e5f6;
  width: 320px;
}
.comment .tog-bx .btn-it.active {
  background: #fff;
  color: #111;
}
.comment .tog-cnt {
  border-radius: 20px;
  position: relative;
  width: 100%;
  padding: 0 50px 120px;
}
.comment .swiper-slide-next,
.comment .swiper-slide-prev {
  opacity: 0.5 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.comment .swiper-slide-next .img-box,
.comment .swiper-slide-prev .img-box {
  opacity: 0;
}
.comment .swiper-slide-next::before,
.comment .swiper-slide-prev::before {
  display: none;
}
.comment .swiper-slide-duplicate-active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}
.comment .swiper-box .swiper-container {
  padding: 0 80px 80px;
  margin: 0 60px;
  overflow: visible;
}
.comment .swiper-box .swiper-pagination {
  width: 100%;
  bottom: -50px;
}
.comment .swiper-box .swiper-pagination-bullet {
  margin: 0 10px;
}
.comment .swiper-box .swiper-button-prev {
  display: block;
  position: absolute;
  left: -10px;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  width: 60px;
  height: 60px;
  background-position: -10px -191px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comment .swiper-box .swiper-button-prev:hover {
  background-position: -110px -191px;
}
.comment .swiper-box .swiper-button-next {
  right: -10px;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  width: 60px;
  height: 60px;
  background-position: -210px -191px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comment .swiper-box .swiper-button-next:hover {
  background-position: -310px -191px;
}
.comment .swiper-box .swiper-slide {
  padding: 50px 40px 0;
  max-width: 480px;
  height: 260px;
  position: relative;
}
.comment .swiper-box .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.comment .swiper-box .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.comment .swiper-box .item-box p {
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 120px;
}
.comment .swiper-box .img-box {
  position: absolute;
  bottom: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.comment .swiper-box .txt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.comment .swiper2 .swiper-slide,
.comment .swiper3 .swiper-slide {
  width: 560px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 28px 2px rgba(66, 110, 252, 0.2);
  box-shadow: 0 10px 28px 2px rgba(66, 110, 252, 0.2);
}
.comment .swiper-slide-duplicate-next {
  visibility: hidden;
}
.comment .swiper-slide-duplicate-prev {
  visibility: hidden;
}
.comment .swiper-box .swiper-slide-active::before {
  position: absolute;
  top: -18px;
  bottom: auto;
  left: 37px;
  right: auto;
  content: "";
  display: block;
  width: 44px;
  height: 30px;
  background: url(/resource/images/icons/abackup-icon-small-all.png);
  background-position: -94px -122px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .swiper-slide-next,
  .swiper-slide-prev {
    visibility: hidden;
  }
  .comment .swiper-box .swiper-container {
    padding: 0;
  }
  .swiper-slide {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .swiper-slide.swiper-slide-active {
    left: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin: auto;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .comment .tog-cnt {
    padding: 80px 0px 120px;
  }
  .comment .swiper-box .swiper-slide {
    height: auto;
    padding: 20px;
  }
  .comment .swiper2 .swiper-slide,
  .comment .swiper3 .swiper-slide {
    box-shadow: none !important;
  }
  .comment .swiper-box .txt-flex {
    font-size: 12px;
  }
  .comment .tog-bx .btn-bx.f-df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
  }
  .comment .tog-bx .btn-bx.f-df .btn-it {
    width: 100%;
  }
  .comment .swiper-box .swiper-container {
    margin: 0;
    overflow: visible !important;
  }
  .comment .swiper-box .swiper-button-next,
  .comment .swiper-box .swiper-button-prev {
    display: none;
  }
  .comment .swiper-box .swiper-pagination {
    bottom: -100px;
  }
}
