a.btn {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
body {
  color: #000;
}
h2 {
  font-size: 40px;
  line-height: 46px;
}
@media (max-width: 500px) {
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.banner {
  background: linear-gradient(135deg, #ecfcf9 0%, #f4efff 100%);
  background-size: cover;
  padding: 30px 0 30px;
}
.banner h1 {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 56px;
}
.banner .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .wrap .left {
  width: 50%;
}
.banner .but {
  display: inline-block;
  width: 300px;
  position: relative;
}
.banner .but::after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  display: none;
  bottom: -40px;
}
.banner .but:hover::after {
  display: block;
}
.banner .but:hover .erweima {
  display: flex;
}
.banner .erweima {
  position: absolute;
  display: none;
  top: 100px;
  color: #000;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  width: 368px;
  height: 182px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #000000;
  align-items: center;
  padding: 0 15px;
}
.banner .erweima::before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  height: 14px;
  background: url(/assets/images/android-ios-transfer/sanjiao.svg) no-repeat;
}
.banner .erweima-min p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  margin-bottom: 16px;
}
.banner .iosbtn {
  width: 160px;
  height: 48px;
  background: #000000;
  background-image: url(/assets/images/android-ios-transfer/icon-apple.svg);
  background-repeat: no-repeat;
  background-position: 13px 5px;
  border-radius: 8px 8px 8px 8px;
  color: #fff;
  padding-left: 50px;
}
.banner .iosbtn span {
  font-size: 12px;
}
.banner .iosbtn b {
  font-size: 18px;
}
.banner .btn {
  text-align: center;
  font-size: 20px;
}
.banner .btn .ic-and {
  display: inline-block;
  width: 32px;
  margin-right: 5px;
  vertical-align: -8px;
  height: 32px;
  background: url(/assets/images/android-ios-transfer/banner-ic-android.svg) no-repeat;
}
.banner .btn .ic-ios {
  display: inline-block;
  vertical-align: -8px;
  width: 32px;
  margin-right: 5px;
  height: 32px;
  background: url(/assets/images/android-ios-transfer/banner-ic-ios.svg) no-repeat;
}
.banner .btn.btn-erweima {
  position: relative;
  margin-right: 20px;
}
.banner .ic-lf {
  margin-bottom: 40px;
}
.banner .ic-lf li {
  font-size: 16px;
  position: relative;
  line-height: 28px;
  padding-left: 20px;
}
.banner .ic-lf li::before {
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  background: url(/assets/images/iphone-data-recovery/ft-DR-ic-gou-16-black.png) no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
@media (max-width: 1366px) {
  .banner .btn-erweima {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .banner .container {
    padding: 10px 15px;
  }
  .banner .wrap {
    flex-direction: column-reverse;
  }
  .banner .wrap .left {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .banner .wrap .btn {
    margin: 0 auto 45px;
  }
  .banner .right {
    margin-bottom: 15px;
  }
  .banner .right img {
    zoom: 0.5;
  }
  .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;
  }
}
.professional {
  color: #000;
  text-align: center;
  padding: 120px 0;
}
.professional h2 {
  margin-bottom: 24px;
}
.professional p.des {
  margin-bottom: 120px;
  font-size: 20px;
  line-height: 26px;
}
.professional .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 1280px;
  max-width: 100%;
  margin: auto;
}
.professional .wrap:not(:last-child) {
  margin-bottom: 160px;
}
.professional .txt-box {
  width: 680px;
  text-align: left;
  max-width: 100%;
}
.professional .txt-box h4 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 24px;
}
.professional .txt-box p {
  font-size: 24px;
  color: #000000;
  line-height: 40px;
}
.professional .img-box {
  width: 520px;
  max-width: 100%;
}
@media (max-width: 1366px) {
  .professional .wrap {
    justify-content: center;
    gap: 40px;
  }
  .professional .txt-box {
    text-align: center;
  }
}
.files {
  padding: 120px 0 170px;
  background: linear-gradient(225deg, #f4efff 0%, #ecfcf9 100%);
}
.files h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  color: #000000;
  line-height: 46px;
  margin-bottom: 80px;
}
.files .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 70px;
}
.files .wrap .item {
  width: 400px;
  padding: 40px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
}
.files .wrap .item h4 {
  font-size: 22px;
  color: #000000;
  margin: 16px auto 8px;
  line-height: 26px;
}
.files .wrap .item p {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.files .wrap.wrap2 .item:nth-child(2) {
  position: relative;
  top: 70px;
}
@media (max-width: 1366px) {
  .files .wrap {
    flex-direction: column;
    gap: 40px;
  }
  .files .wrap:last-child {
    margin-top: 40px;
  }
  .files .wrap.wrap2 .item:nth-child(2) {
    top: 0;
  }
  .files .wrap .img-box {
    display: none;
  }
}
.choice {
  padding: 120px 0;
  background: #ffffff;
}
.choice-box {
  padding: 60px 40px 60px;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
  background: url(/assets/images/store/kuang-big2.webp) no-repeat;
  background-size: 100% 100%;
}
.choice-box h2 {
  margin-bottom: 60px;
}
.choice-table {
  max-width: 1286px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
  color: #000;
  padding: 20px 0;
}
.choice-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.choice-table thead {
  width: 100%;
}
.choice-table thead th {
  width: 23%;
  font-size: 20px;
  padding: 25px 0;
}
.choice-table thead th:nth-child(1) {
  width: 20%;
}
.choice-table thead th img {
  margin-right: 3px;
}
.choice-table thead th:nth-child(2) {
  border-left: 1px solid #3662ec;
  border-top: 1px solid #3662ec;
  border-right: 1px solid #3662ec;
  border-radius: 16px 16px 0 0;
  width: 24%;
}
.choice-table tbody tr td {
  padding: 15px 0;
  vertical-align: middle;
}
.choice-table tbody tr td:nth-child(1) {
  text-align: left;
  padding-left: 40px;
  font-size: 16px;
}
.choice-table tbody tr td:nth-child(2) {
  border-left: 1px solid #3662ec;
  border-right: 1px solid #3662ec;
}
.choice-table tbody tr:nth-child(odd) {
  background: rgba(54, 98, 236, 0.05);
}
.choice-table tbody tr:nth-last-child(1) td:nth-child(2) {
  border-bottom: 1px solid #3662ec;
  border-radius: 0 0 16px 16px;
}
.choice-table .ic {
  display: inline-block;
  width: 16px;
  height: 30px;
  background: url(/assets/images/store/roket-1.webp) no-repeat;
}
.choice-table .ic:not(:nth-last-child(1)) {
  margin-right: 5px;
}
.choice-table .ic-2 {
  background: url(/assets/images/store/roket-2.webp) no-repeat;
}
.choice-table .blue {
  color: #1571f0;
}
.choice-table .grey {
  color: #555555;
}
.choice .btn-box {
  margin-top: 60px;
}
.choice .btn-box .btn {
  text-align: center;
  font-size: 20px;
}
.choice .btn-box .btn .ic-and {
  display: inline-block;
  width: 32px;
  margin-right: 5px;
  vertical-align: -8px;
  height: 32px;
  background: url(/assets/images/android-ios-transfer/banner-ic-android.svg) no-repeat;
}
.choice .btn-box .btn .ic-ios {
  display: inline-block;
  vertical-align: -8px;
  width: 32px;
  margin-right: 5px;
  height: 32px;
  background: url(/assets/images/android-ios-transfer/banner-ic-ios.svg) no-repeat;
}
.choice .btn-box .but {
  display: inline-block;
  width: 300px;
  position: relative;
}
.choice .btn-box .but::after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  display: none;
  bottom: -40px;
}
.choice .btn-box .but:hover::after {
  display: block;
}
.choice .btn-box .but:hover .erweima {
  display: flex;
}
.choice .btn-box .erweima {
  position: absolute;
  display: none;
  text-align: left;
  top: 100px;
  color: #000;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  width: 368px;
  height: 182px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #000000;
  align-items: center;
  padding: 0 15px;
}
.choice .btn-box .erweima::before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  height: 14px;
  background: url(/assets/images/android-ios-transfer/sanjiao.svg) no-repeat;
}
.choice .btn-box .erweima-min p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  margin-bottom: 16px;
}
.choice .btn-box .iosbtn {
  width: 160px;
  height: 48px;
  background: #000000;
  background-image: url(/assets/images/android-ios-transfer/icon-apple.svg);
  background-repeat: no-repeat;
  background-position: 13px 5px;
  border-radius: 8px 8px 8px 8px;
  color: #fff;
  padding-left: 50px;
}
.choice .btn-box .iosbtn span {
  font-size: 12px;
}
.choice .btn-box .iosbtn b {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .choice-box {
    padding: 60px 15px;
  }
  .choice-table {
    overflow: scroll;
  }
  .choice-table table {
    min-width: 860px;
  }
  .choice .btn-box .btn.btn-erweima {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .choice {
    padding: 60px 0;
  }
  .choice-table {
    zoom: 0.7;
  }
}
.work {
  text-align: center;
  padding: 120px 0;
  color: #000000;
  background: #f8f9fa;
}
.work p.des {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 24px auto 60px;
  width: 1200px;
  max-width: 100%;
}
.work .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.work .wrap .item {
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #e6e8e9;
}
.steps {
  text-align: center;
  background: #0e0011;
  padding: 120px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.steps::before {
  width: 304px;
  height: 231px;
  background: #6f00d5;
  left: 0;
  top: 0;
  opacity: 1;
  filter: blur(190px);
  content: "";
  display: block;
  position: absolute;
}
.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 .wrap {
  display: none;
  justify-content: space-between;
  align-items: center;
}
.steps .wrap.active {
  display: flex;
}
.steps .steps-box {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  padding: 0 40px 80px;
  margin-bottom: 60px;
}
.steps .tt-nav li {
  max-width: 624px;
  padding: 0 16px;
  position: relative;
  display: flex;
  text-align: left;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  height: 110px;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
}
.steps .tt-nav li:not(:last-child) {
  margin-bottom: 24px;
}
.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 p {
  font-size: 20px;
}
.steps .tt-nav li.active {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.steps .tt-nav li.active h3 {
  font-family: "MierB-Bold";
}
.steps .tt-nav li.active::after {
  background: #ffffff;
  height: 78px;
}
.steps .tt-nav li.active p {
  font-family: "MierB-Bold";
}
.steps .tt-nav li > img {
  min-width: 60px;
  margin-right: 24px;
}
.steps .btn-green {
  margin: auto;
}
.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-box {
  margin-top: 60px;
}
.steps .btn-box .btn {
  text-align: center;
  font-size: 20px;
}
.steps .btn-box .btn .ic-and {
  display: inline-block;
  width: 32px;
  margin-right: 5px;
  vertical-align: -8px;
  height: 32px;
  background: url(/assets/images/android-ios-transfer/banner-ic-android.svg) no-repeat;
}
.steps .btn-box .btn .ic-ios {
  display: inline-block;
  vertical-align: -8px;
  width: 32px;
  margin-right: 5px;
  height: 32px;
  background: url(/assets/images/android-ios-transfer/banner-ic-ios.svg) no-repeat;
}
.steps .btn-box .but {
  display: inline-block;
  width: 300px;
  position: relative;
}
.steps .btn-box .but::after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  display: none;
  top: -40px;
}
.steps .btn-box .but:hover::after {
  display: block;
}
.steps .btn-box .but:hover .erweima {
  display: flex;
}
.steps .btn-box .erweima {
  position: absolute;
  display: none;
  text-align: left;
  bottom: 100px;
  color: #000;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  width: 368px;
  height: 182px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #000000;
  align-items: center;
  padding: 0 15px;
}
.steps .btn-box .erweima::before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  height: 14px;
  background: url(/assets/images/android-ios-transfer/sanjiao.svg) no-repeat;
}
.steps .btn-box .erweima-min p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  margin-bottom: 16px;
}
.steps .btn-box .iosbtn {
  width: 160px;
  height: 48px;
  background: #000000;
  background-image: url(/assets/images/android-ios-transfer/icon-apple.svg);
  background-repeat: no-repeat;
  background-position: 13px 5px;
  border-radius: 8px 8px 8px 8px;
  color: #fff;
  padding-left: 50px;
}
.steps .btn-box .iosbtn span {
  font-size: 12px;
}
.steps .btn-box .iosbtn b {
  font-size: 18px;
}
@media (max-width: 1366px) {
  .steps .tt-nav li {
    max-width: 430px;
  }
  .steps .img-box .cl-img.active {
    zoom: 0.9;
  }
}
@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 .btn-box .btn.btn-erweima {
    margin: 0 auto 20px;
  }
  .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;
  }
}
@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;
  }
}
.what {
  text-align: center;
  padding: 120px 0 90px;
  background: #f8f9fa;
}
.what h2 {
  margin-bottom: 64px;
}
.what .wrap {
  display: flex;
  justify-content: space-between;
}
.what .wrap li {
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e8e9;
  padding: 56px 40px 40px;
  width: 440px;
  max-width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.what .wrap li .top {
  position: absolute;
  right: 24px;
  top: 24px;
  display: block;
}
.what .wrap li p {
  text-align: left;
  line-height: 22px;
  font-size: 16px;
  min-height: 88px;
  color: #000;
}
.what .wrap .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.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 {
    margin: 0 10px 30px;
  }
}
@media (max-width: 767px) {
  .what {
    padding: 60px 0;
  }
}
.ft {
  background: linear-gradient(225deg, #ecfcf9 0%, #f4efff 100%);
  padding: 80px 0 0;
}
.ft a.btn {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.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 .lazyload {
  display: none;
}
.ft .lazyloaded {
  display: none;
}
.ft .show {
  display: block;
}
.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 a.btn {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.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(/assets/images/ft-banner/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(/assets/images/ft-banner/ic-Android-hover.svg);
}
.ft .system-select .ios::before {
  background: url(/assets/images/ft-banner/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(/assets/images/ft-banner/ic-ios-hover.svg);
}
.ft .system-select .win::before {
  background: url(/assets/images/ft-banner/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(/assets/images/ft-banner/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;
  flex-wrap: wrap;
  min-height: 435px;
  gap: 66px;
}
.ft .wrap > div {
  width: 720px;
  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 .btn-ios {
  display: flex;
  gap: 24px;
  max-width: 100%;
  align-items: center;
  position: relative;
}
.ft .btn-ios p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.ft .btn-ios .btn {
  display: flex;
  justify-content: center;
  min-width: 240px;
  padding: 0 12px;
  height: 64px;
  background: #000000;
  border-radius: 8px 8px 8px 8px;
  align-items: center;
  max-width: 100%;
  gap: 0 8px;
}
.ft .btn-ios .btn::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/assets/images/ft-banner/bt-ic-apple-40.svg) no-repeat;
}
.ft .btn-ios .btn .txt {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.ft .btn-ios .btn .txt small {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
}
.ft .btn-ios .btn .txt b {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 24px;
}
.ft .btn-Android .btn::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/assets/images/ft-banner/bt-ic-android-40.svg) no-repeat;
}
.ft [data-switch="cont"] {
  width: 720px;
  max-width: 100%;
}
.ft .btn-box {
  display: flex;
  gap: 24px;
  max-width: 100%;
  align-items: center;
}
.ft .btn-box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  padding: 0 12px;
  height: 64px;
  max-width: 100%;
  background: linear-gradient(-270deg, #2c98ff 0%, #2fbfff 100%);
  border-radius: 32px 32px 32px 32px;
  line-height: 62px;
}
.ft .btn-box .btn::before {
  margin: 1px 16px 0 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/ft-banner/bt-ic-win-24-white.svg) no-repeat;
}
.ft .btn-box p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.ft h2 {
  margin-bottom: 16px;
  display: inline-block;
  position: relative;
}
.ft h2 .free {
  display: block;
  background: #39dc3c;
  border-radius: 4px 4px 4px 4px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  right: 0;
  transform: translateX(120%);
  top: 10px;
  position: absolute;
  padding: 2px 4px 4px;
  line-height: 24px;
}
.ft p.des {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .ft {
    padding: 80px 0;
  }
  .ft .btn-box,
  .ft .btn-ios {
    justify-content: center;
    flex-wrap: wrap;
  }
  .ft .system-select {
    margin: 0 auto 30px;
  }
  .ft .wrap {
    text-align: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .ft .wrap > img {
    width: 200px;
    height: auto;
    max-width: 80%;
  }
}
@media (max-width: 676px) {
  .ft .wrap {
    align-items: center;
  }
  .ft .wrap > div {
    text-align: center;
  }
  .ft .btn-box .btn {
    line-height: 68px;
  }
}
@media (max-width: 500px) {
  .ft p.des {
    font-size: 16px;
    line-height: 20px;
  }
  .ft .system-select {
    zoom: 0.9;
    width: 100%;
    padding: 6px 0;
  }
  .ft .system-select::before {
    width: 33%;
  }
  .ft h2 .free {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    top: 0;
  }
}
footer {
  padding: 40px 0;
  background: #000000;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media (min-width: 1200px) {
  [lang="fr"] .banner h1 {
    font-size: 46px;
  }
  [lang="fr"] .more .wrap h3 {
    font-size: 20px;
  }
}
