.f-fs56 {
  font-size: 5.6rem;
}
.f-fs18 {
  font-size: 18px;
}
.quick {
  background: #fff;
  color: #000;
  position: relative;
  width: 100%;
  z-index: 999;
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  display: none;
}
.quick .nav {
  max-width: none;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
.quick .mr-logo-wrapper {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: bold;
  color: #110b55;
}
.quick .mr-logo-wrapper:before {
  content: "";
  display: inline-block;
  width: 186px;
  height: 64px;
  background: url(/assets/res/images/logo/mr-logo.svg) no-repeat center / contain;
  vertical-align: middle;
}
.quick .nav-btn {
  display: flex;
  gap: 24px;
  align-items: center;
}
.quick .nav-btn a {
  color: #ffffff;
  height: 40px;
  width: 160px;
  line-height: 40px;
}
@media (max-width: 600px) {
  .quick .nav {
    padding: 0 10px;
  }
  .quick .nav .nav-btn {
    gap: 5px;
  }
  .quick .nav .nav-btn a {
    min-width: 70px;
    width: 60px;
    height: 25px;
    line-height: 25px;
    gap: 5px;
    font-size: 14px;
    padding: 0 5px;
  }
  .quick .nav .mr-logo-wrapper:before {
    width: 120px;
  }
}
.bnr {
  background: #091121 url(/assets/res/images/windows-recovery/mr-mr-img-banner-bg.png) no-repeat center / cover;
  color: #fff;
  padding: 80px 0 120px;
}
.bnr .btn-lg {
  min-width: 240px;
}
.bnr .f-vam {
  vertical-align: -16px;
}
.bnr .container2 {
  position: relative;
}
.bnr .container2 .banner-img {
  position: absolute;
  font-size: 0;
  bottom: 8%;
  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: 24px 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 .btn-lg {
  margin: 0 auto 8px;
  width: 294px;
  max-width: 100%;
  line-height: 20px;
  height: 64px;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
}
.bnr .a-x .btn-lg.btn-bl {
  margin-right: 16px;
  padding: 11px 10px;
  vertical-align: -10px;
}
.bnr .a-x .btn-lg.btn-bl small {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 100;
  font-size: 12px;
}
.bnr .a-x .btn-lg img {
  vertical-align: -10px;
  margin-right: 12px;
}
.bnr .a-x .btn-lg.btn-org {
  box-shadow: 0px 10px 20px 0px rgba(255, 89, 0, 0.4);
  padding: 19px 10px;
  font-size: 0;
}
.bnr .a-x .btn-lg.btn-org small {
  font-size: 14px;
}
.bnr .a-x .btn-lg.btn-org b {
  font-size: 18px;
}
.bnr .a-x .btn-lg.btn-org .biao {
  display: inline-block;
  border-right: 1px solid #ffffff80;
  padding-right: 12px;
  margin-right: 12px;
}
@media (max-width: 1366px) {
  .bnr {
    zoom: 0.8;
  }
}
@media (max-width: 991px) {
  .bnr {
    zoom: 1;
    text-align: center;
  }
  .bnr h1 {
    margin: 24px auto 16px;
  }
  .bnr .container2 .banner-img {
    display: none;
  }
  .bnr .container2 .btn-lg.btn-bl {
    margin: 0 16px 16px;
  }
}
@media (max-width: 767px) {
  .bnr {
    background-size: cover;
  }
  .bnr .a-x .btn-lg {
    width: 260px;
    height: 50px;
  }
  .bnr .container {
    padding: 60px 0 80px;
  }
  .bnr .sub-tt {
    font-size: 20px;
  }
  .bnr .sub-tt img {
    width: 40px;
  }
  .bnr h1 {
    font-size: 36px;
  }
  .bnr .a-x .btn-lg.btn-org {
    padding: 13px 10px;
  }
  .bnr .a-x .btn-lg.btn-org b {
    font-size: 14px;
  }
  .bnr .a-x .btn-lg.btn-bl {
    padding: 4px;
  }
}
@media (max-width: 390px) {
  .bnr {
    padding: 40px 0;
  }
  .bnr h1 {
    font-size: 28px;
  }
  .bnr .introduce li {
    line-height: 18px;
  }
}
/* animate */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInright {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(-350px);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(350px);
    opacity: 1;
  }
}
.delay-1 {
  animation-delay: 0.5s;
}
.delay-2 {
  animation-delay: 1s;
}
.animated {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.fadeIn {
  animation-name: fadeIn;
}
.fadeInright {
  animation-name: fadeInright;
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
.discover {
  padding: 160px 0;
  background: #f8f9fa;
  text-align: center;
  color: #000;
}
.discover h2 {
  line-height: 46px;
  margin-bottom: 24px;
}
.discover p.des {
  max-width: 860px;
  margin: auto;
  line-height: 26px;
}
.discover .list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}
.discover li {
  padding: 1px;
  width: 416px;
  max-width: 100%;
  border-radius: 45px 20px 45px 20px;
  background: linear-gradient(135deg, transparent 23px, #e6e8e9 0) top left, linear-gradient(-45deg, transparent 23px, #e6e8e9 0) bottom right;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
}
.discover li:hover .box {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.discover li .box {
  padding: 40px 17px;
  border-radius: 45px 20px 45px 20px;
  background: linear-gradient(135deg, transparent 23px, #fff 0) top left, linear-gradient(-45deg, transparent 23px, #fff 0) bottom right;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.discover li h4 {
  margin: 20px 0 16px;
  line-height: 30px;
}
.discover li h4 + div {
  text-align: center;
  margin: 0 auto 4px;
}
.discover li h4 + div img {
  margin: 0 6px;
}
.discover li p.sub-dec {
  margin-bottom: 10px;
  min-height: 105px;
}
.discover li p.sub-dec:lang(de) {
  min-height: 126px;
}
@media screen and (max-width: 1280px) {
  .discover .list {
    justify-content: space-evenly;
  }
  .discover .list li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .discover {
    padding: 80px 0;
  }
  .discover .list {
    flex-direction: column;
    justify-content: center;
  }
  .discover .list li {
    width: 100%;
    margin: 0px auto 28px;
  }
  .discover .list li:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 390px) {
  .discover {
    padding: 40px 0;
  }
  .discover h2 {
    font-size: 24px;
  }
  .discover .introduce li {
    line-height: 18px;
  }
  .discover li .box {
    padding: 30px 17px;
  }
  .discover h4 {
    line-height: 16px;
  }
  .discover .list {
    margin-top: 20px;
  }
}
.free {
  padding: 210px 0 120px;
  text-align: center;
}
.free .tt-des {
  max-width: 1000px;
  margin: 14px auto 80px;
}
.free .img-x {
  position: relative;
  margin-bottom: 70px;
}
.free .img-ct {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.free .img-rt,
.free .img-lf {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.free .img-lf {
  transform: translateX(0);
  opacity: 0;
}
.free .img-rt {
  transform: translateX(0);
  opacity: 0;
}
.free .ls {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.free .ls .it {
  width: 542px;
  display: flex;
  padding: 0 38px 0 0;
  margin-bottom: 90px;
  justify-content: space-between;
  max-width: 100%;
  align-items: flex-start;
}
.free .ls .it > img {
  margin-right: 24px;
}
.free .ls .it .right {
  text-align: left;
}
.free .ls .it h3 {
  margin-bottom: 10px;
}
.free .ls h4 {
  margin: 30px 0 10px;
}
.free picture {
  display: none;
}
@media (max-width: 1200px) {
  .free .img-x {
    zoom: 0.7;
  }
  .free .it {
    margin-bottom: 30px;
  }
  .img-x {
    zoom: 0.7;
  }
  .it {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .free {
    padding: 120px 0;
  }
  .free .ls .it {
    width: 600px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .free {
    padding: 80px 0;
  }
  .free .img-x {
    display: none;
  }
  .free .tt-des {
    margin-bottom: 30px;
  }
  .free .ls {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .free .ls .it {
    padding: 16px 16px 20px;
    border: 1px solid #eee;
    border-radius: 16px;
  }
  .free .ls .it:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .free picture {
    display: block;
  }
}
@media (max-width: 390px) {
  .free {
    padding: 40px 0;
  }
}
.all {
  text-align: center;
  background: #f8f9fa;
  padding: 160px 0;
}
.all h2 {
  line-height: 46px;
  margin-bottom: 80px;
}
.all .wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.all .wrap li {
  width: 346px;
  max-width: 100%;
  margin-bottom: 48px;
}
.all .wrap li > img {
  margin-bottom: 8px;
}
.all .wrap li p.des {
  line-height: 26px;
}
.all h4 {
  line-height: 30px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .all {
    padding: 80px 0;
  }
}
@media (max-width: 390px) {
  .all {
    padding: 40px 0;
  }
  .all h2 {
    margin-bottom: 20px;
  }
  .all .wrap li {
    margin-bottom: 24px;
  }
}
.why {
  padding: 160px 0;
  text-align: center;
}
.why h2 {
  line-height: 46px;
  margin-bottom: 24px;
}
.why p.tt {
  margin-bottom: 78px;
}
.why .wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.why .wrap p.des {
  line-height: 20px;
}
.why .wrap .item {
  width: 344px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.why .wrap .item > img {
  margin-bottom: 38px;
}
.why .wrap .item h4 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .why {
    padding: 60px 0;
  }
  .why h2 {
    margin-bottom: 30px;
  }
  .why .wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 390px) {
  .why {
    padding: 40px 0 10px;
  }
  .why p.tt {
    margin-bottom: 20px;
  }
}
.steps {
  padding: 160px 0;
  background: #091121;
}
.steps h2 {
  text-align: center;
  margin-bottom: 70px;
  color: #fff;
}
.steps-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.steps-tab .tab {
  min-width: 440px;
  font-size: 20px;
  padding: 24px;
  border-bottom: 2px solid #222937;
  text-align: center;
  cursor: pointer;
}
.steps-tab .tab.active {
  font-weight: 600;
  border-bottom: 2px solid #ffffff;
}
.steps .tab-pane {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.steps .how-cont {
  background: #ffffff;
  border: 1px solid #e6e8e9;
  overflow: hidden;
  padding: 60px;
  border-radius: 30px;
}
.steps .slick-text li {
  position: relative;
  font-size: 16px;
  color: #1a1a1a;
  width: 574px;
  min-height: 112px;
  display: flex;
  border-radius: 24px;
  padding: 20px 24px;
  cursor: pointer;
  align-items: center;
  border: 1px solid transparent;
}
.steps .slick-text li h4 {
  min-width: 60px;
  margin-right: 20px;
  text-align: center;
  height: 24px;
  background: #f9dec3;
  border-radius: 4px 4px 4px 4px;
}
.steps .slick-text li.active {
  position: relative;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e8e9;
}
.steps .slick-text li.active h4,
.steps .slick-text li.active p {
  font-weight: 600;
}
.steps .slick-text li:not(:last-child) {
  margin-bottom: 16px;
}
.steps .slick-item {
  padding: 0 35px;
}
.steps .slick-dots {
  bottom: -50px;
}
.steps .slick-img {
  width: 550px;
  max-width: 100%;
}
.steps .swiper-box .swiper-item {
  padding: 0px;
  display: none;
}
.steps .swiper-box .swiper-item.active {
  display: block;
}
.steps .swiper-box .swiper-item .top {
  margin-bottom: 0px;
}
@media (max-width: 1280px) {
  .steps .tab-pane {
    display: block;
  }
  .steps .slick-text li {
    width: 700px;
    margin: auto;
    max-width: 100%;
  }
  .steps .slick-img {
    margin: 20px auto 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .steps {
    padding: 40px 0;
  }
  .steps .how-cont {
    padding: 30px 15px;
  }
  .steps .how-cont .f-fs16 {
    line-height: 24px;
  }
  .steps .how-cont .f-fs18 {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .steps h2 {
    margin-bottom: 30px;
  }
}
.choice {
  padding: 160px 0 160px;
  background: #ffffff;
  text-align: center;
}
.choice h2 {
  margin-bottom: 40px;
}
.choice .item {
  background: #fff;
}
.choice .pricing-box .ht-88px {
  height: 88px;
}
.choice .pricing-box .currency {
  font-size: 24px;
}
.choice .pricing-box .pricing-select-header {
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  border: 1px solid #E6E8E9;
  position: relative;
  z-index: 99;
  margin: auto;
}
.choice .pricing-box .pricing-select-header .pricing-quantity-text {
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  padding: 0 10px;
}
.choice .pricing-box .pricing-select-header .glyphicon-menu-down {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: url(/assets/res/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  background-position: -85px -169px;
  right: 15px;
  top: 18px;
}
.choice .pricing-box .select-expanded .pricing-select-options {
  display: block;
  height: auto;
  border: 1px solid #E6E8E9;
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
}
.choice .pricing-box .select-expanded .glyphicon-menu-down {
  background-position: -117px -169px;
}
.choice .pricing-box .pricing-select-options {
  display: none;
  position: absolute;
  z-index: 2;
  margin-top: -30px;
  width: 100%;
  height: 0;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 24px 24px;
  opacity: 1;
  border: 1px solid #E6E8E9;
  background: #fff;
  padding-top: 30px;
}
.choice .pricing-box .pricing-select-options li {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: inherit;
  cursor: pointer;
  background: none;
}
.choice .pricing-box .pricing-select-options li a {
  font-size: 12px;
  display: block;
}
.choice .pricing-box .pricing-select-options li:hover {
  color: #2153E9;
}
.choice .pricing-box .pricing-select {
  position: relative;
  width: 240px;
  max-width: 100%;
  margin: 0 auto 24px;
}
.choice .pricing-box .price {
  margin-bottom: 20px;
  line-height: 1;
}
.choice .pricing-box [data-pricing-for="total-price"] {
  color: #999999;
  font-weight: 600;
  text-decoration: line-through;
}
.choice .pricing-box .dis {
  display: inline-block;
}
.choice .pricing-box .dis del {
  font-weight: 600;
  color: #999999;
}
.choice .pricing-box .dis-red {
  background: #FF4646;
  color: #fff;
  border-radius: 2px;
  line-height: 18px;
  margin-left: 3px;
  padding: 0 3px;
}
.choice .wrap {
  display: flex;
  justify-content: space-between;
  background: #f8f9fa;
  border-radius: 24px 24px 24px 24px;
  padding: 40px;
  flex-wrap: wrap;
}
.choice .wrap > li {
  width: 384px;
  max-width: 100%;
  border-radius: 0px 0px 10px 10px;
  transition: 0.5s all;
}
.choice .wrap > li .btn {
  min-width: 220px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  box-shadow: 0px 10px 20px 0px rgba(255, 89, 0, 0.4);
}
.choice .wrap > li .btn i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  margin-top: -4px;
  vertical-align: middle;
  background: url(/assets/res/images/icon/ub-bt-ic-buy-white@2x.png) no-repeat center;
  background-size: 16px 16px;
}
.choice .wrap > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 10px 10px 0px 0px;
  background: #00b3ff;
}
.choice .wrap > li.blue1 .choice-main {
  padding: 14px 0 9px;
}
.choice .wrap > li.blue2::before {
  background: #192faa;
}
.choice .wrap > li.blue2 .choice-main {
  padding: 14px 0 14px;
}
.choice .wrap > li.green::before {
  background: #3fc46c;
}
.choice .wrap > li.green .btn-bl {
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
  margin-top: 19px;
}
.choice .wrap > li.green .choice-main {
  padding: 115px 0 0;
}
.choice .choice-top {
  padding: 26px 20px;
  text-align: center;
  background: #ffffff;
}
.choice .choice-btm {
  padding: 40px 40px;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  min-height: 181px;
}
.choice .choice-main {
  background: #fff;
  text-align: center;
}
.choice .choice-main .price p {
  display: inline-block;
  font-size: 40px;
  color: #1a1a1a;
  margin-right: 8px;
  font-weight: 600;
}
.choice .choice-main .price del {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.choice .choice-main .select {
  display: inline-block;
  text-align: left;
  margin-bottom: 15px;
}
.choice .choice-main .select > div {
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 14px;
}
.choice .choice-main .select > div.check .xuan {
  background-position: -299px -42px;
}
.choice .choice-main .select > div.check span {
  font-size: 14px;
  color: #ff8032;
}
.choice .choice-main .select .xuan {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/res/images/icon/AR-icon-small1.png) no-repeat;
  background-position: -265px -42px;
  margin-right: 5px;
}
.choice .txt-box {
  text-align: left;
  display: inline-block;
}
.choice .txt-box li {
  font-size: 14px;
  font-weight: 400;
  color: #2f405b;
  padding-left: 20px;
  line-height: 20px;
}
.choice .txt-box li::before {
  top: 5px;
}
.choice .btn.noactive {
  cursor: not-allowed;
}
.choice .t-box {
  font-size: 0;
  display: flex;
  padding: 0 20px;
  justify-content: space-around;
}
.choice .t-box .btn {
  min-width: 130px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 14px;
}
.choice .t-box h5 {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  margin: 5px 0 10px 0;
}
.choice .t-box .tprice {
  margin: 5px 0;
}
.choice .t-box .tprice:lang(ja) {
  min-height: 75px;
}
.choice .t-box .tprice strong {
  font-size: 24px;
  font-weight: 600;
}
.choice .t-box .tprice strong:lang(zh-TW) {
  font-size: 20px;
}
.choice .t-box .tprice small,
.choice .t-box .tprice span {
  font-size: 14px;
  font-weight: 600;
}
.choice .t-box .tprice del {
  font-size: 12px;
  font-weight: 400;
  color: #acacac;
  margin-left: 5px;
}
.choice .t-box-l,
.choice .t-box-r {
  display: inline-block;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  width: 164px;
  padding: 16px 10px 24px;
  border: 1px solid #e6e8e9;
}
.choice .illustrate {
  vertical-align: -3px;
}
.choice .illustrate .illustrate-cnt {
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}
.choice .grt {
  margin-top: 78px;
}
.choice .grt .list {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.choice .grt .icon {
  font-size: 16px;
  color: #000;
  line-height: 18px;
  text-align: center;
}
.choice .grt .icon span {
  position: relative;
  display: inline-block;
  text-align: left !important;
  padding-left: 50px;
}
.choice .grt .icon span::before {
  position: absolute;
  background: url(/assets/res/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  left: 0px;
  top: 0px;
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
}
.choice .grt .icon-1 span::before {
  background: url(/assets/res/images/icon/mr-ic-30day-40@2x.png);
  background-size: 100% 100%;
}
.choice .grt .icon-2 span::before {
  background-position: -80px -201px;
}
.choice .grt .icon-3 span::before {
  background-position: -140px -201px;
}
.choice .grt .icon-4 span::before {
  background-position: -200px -201px;
}
@media (max-width: 1280px) {
  .choice .wrap {
    justify-content: space-evenly;
  }
  .choice .wrap > li {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .choice {
    padding: 80px 0;
  }
  .choice .grt .list {
    flex-wrap: wrap;
  }
  .choice .grt .list li {
    width: 50%;
  }
  .choice .grt .list li span {
    padding-left: 0;
    width: 170px;
    height: 128px;
    text-align: center !important;
    padding: 18px 0;
  }
  .choice .grt .list li span::before {
    margin: 0 auto 8px;
    display: block;
    position: static;
  }
}
@media (max-width: 500px) {
  .choice .grt {
    margin-top: 0;
  }
  .choice .grt .list {
    padding: 0;
  }
  .choice .grt .list li span {
    font-size: 14px;
    width: 136px;
  }
  .choice .t-box {
    display: block;
  }
  .choice .t-box-l {
    margin-bottom: 20px;
  }
  .choice .wrap {
    padding: 0;
    width: 384px;
    max-width: 100%;
    margin: auto;
    background: #fff;
  }
  .choice .wrap > li {
    margin-bottom: 30px;
  }
  .choice .choice-btm,
  .choice .choice-main,
  .choice .choice-top {
    align-items: center;
    background: #f8f9fa;
  }
}
.base {
  padding: 160px 0;
  text-align: center;
  background: #f8f9fa;
}
.base h2 {
  margin-bottom: 80px;
  line-height: 46px;
}
.base .wrap {
  padding: 1px;
  max-width: 100%;
  border-radius: 45px 20px 45px 20px;
  background: linear-gradient(135deg, transparent 23px, #e6e8e9 0) top left, linear-gradient(-45deg, transparent 23px, #e6e8e9 0) bottom right;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
  margin-bottom: 38px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.base .wrap ul {
  padding: 0 40px;
  border-radius: 45px 20px 45px 20px;
  background: linear-gradient(135deg, transparent 23px, #fff 0) top left, linear-gradient(-45deg, transparent 23px, #fff 0) bottom right;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.base .wrap li {
  width: 100%;
  font-weight: 400;
  position: relative;
  text-align: left;
}
.base .wrap li:not(:last-child) {
  border-bottom: 1px solid #e6e8e9;
}
.base .wrap li a {
  color: #000;
  padding: 40px 35px 40px 0;
  font-weight: 700;
  width: 100%;
  height: 100%;
}
.base .wrap li::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/assets/res/images/windows-recovery/more3.png) no-repeat;
}
.base .wrap li:hover {
  text-decoration: underline;
}
.base .wrap li:hover a {
  color: #135cd6;
}
.base .wrap li:hover::before {
  background: #135cd6;
}
@media (max-width: 991px) {
  .base .wrap {
    flex-direction: column-reverse;
  }
  .base .wrap .right {
    text-align: center;
  }
  .base .wrap .left {
    text-align: center;
  }
  .base .wrap .left ul {
    text-align: left;
    display: inline-block;
  }
  .base .wrap .left li {
    line-height: 24px;
    margin-bottom: 10px;
  }
  .base .wrap .left li::before {
    top: 5px;
  }
}
.data {
  background: #091121;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
@keyframes flymove {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100% 0px;
  }
}
.data-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.data-img {
  position: relative;
}
.data-img .bg-ani {
  position: absolute;
  width: 10000%;
  height: 328px;
  top: 0;
  left: 0;
  background: url(/assets/res/images/icon/lz.webp) repeat center center;
  z-index: 1;
  animation: "flymove" 10000s linear infinite;
  -webkit-animation: "flymove" 10000s linear infinite;
  -moz-animation: "flymove" 10000s linear infinite;
  -ms-animation: "flymove" 10000s linear infinite;
}
.data-img .bg-ani-x {
  position: absolute;
  top: calc(50% - 180px);
  left: 0;
  width: 100%;
  height: 328px;
}
.data-img .bg-ani-x::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/assets/res/images/icon/lz-zd.webp) no-repeat center;
}
.data .sup {
  font-weight: 700;
  margin-bottom: 40px;
}
.data .sup img {
  vertical-align: middle;
  margin-right: 14px;
}
.data .f-fs64 {
  font-size: 6.4rem;
  line-height: 1.09;
  margin-bottom: 30px;
  width: 730px;
  max-width: 100%;
}
.data p.des {
  margin-bottom: 40px;
  width: 550px;
  max-width: 100%;
}
.data .txt {
  position: relative;
  z-index: 10;
  text-align: left;
  background: url(/assets/res/images/index/mr-home-img-recover-1.png) 395px no-repeat;
  background-position: 800px -22px;
  padding: 120px 0;
}
.data .txt .container {
  position: relative;
}
.data .txt .img {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.data .a-x .btn-lg {
  margin: 0 auto 8px;
  width: 294px;
  max-width: 100%;
  line-height: 20px;
  height: 64px;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
}
.data .a-x .btn-lg.btn-bl {
  margin-right: 16px;
  padding: 11px 10px;
  vertical-align: -10px;
}
.data .a-x .btn-lg.btn-bl small {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 100;
  font-size: 12px;
}
.data .a-x .btn-lg img {
  vertical-align: -10px;
  margin-right: 12px;
}
.data .a-x .btn-lg.btn-org {
  box-shadow: 0px 10px 20px 0px rgba(255, 89, 0, 0.4);
  padding: 19px 10px;
  font-size: 0;
}
.data .a-x .btn-lg.btn-org small {
  font-size: 14px;
}
.data .a-x .btn-lg.btn-org b {
  font-size: 18px;
}
.data .a-x .btn-lg.btn-org .biao {
  display: inline-block;
  border-right: 1px solid #ffffff80;
  padding-right: 12px;
  margin-right: 12px;
}
.notSupportWebp .data-img .bg-ani {
  background-image: url(/assets/res/images/icon/lz.png);
}
.notSupportWebp .data-img .bg-ani-x::before {
  background-image: url(/assets/res/images/icon/lz-zd.png);
}
@media (max-width: 1023px) {
  .data .txt {
    text-align: center;
  }
  .data .txt .img {
    display: none;
  }
}
@media (max-width: 767px) {
  .data .txt {
    padding: 40px 0;
  }
  .data .f-fs64 {
    font-size: 4rem;
  }
  .data .a-x .btn-lg {
    width: 260px;
    height: 50px;
    margin: 0 16px 16px;
  }
  .data .a-x .btn-lg.btn-org {
    padding: 13px 10px;
  }
  .data .a-x .btn-lg.btn-org b {
    font-size: 14px;
  }
  .data .a-x .btn-lg.btn-bl {
    padding: 4px;
  }
}
[lang=fr] .choice .wrap > li.green .choice-main {
  padding: 92px 0 28px;
}
[lang=ja] .choice .wrap > li.green .choice-main {
  padding: 129px 0 35px;
}
