a.btn {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
h2 {
  font-size: 40px;
  line-height: 46px;
}
@media (max-width: 500px) {
  h2 {
    font-size: 35px;
  }
}
.btn {
  min-width: 286px;
  background: linear-gradient(270deg, #2fbfff 0%, #2c98ff 100%);
  border-radius: 32px 32px 32px 32px;
  justify-content: space-between;
}
.btn:hover {
  background: linear-gradient(270deg, #2888e5 0%, #2aabe4 100%);
}
a.btn {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
h2 {
  font-size: 40px;
  line-height: 46px;
}
@media (max-width: 500px) {
  h2 {
    font-size: 35px;
  }
}
.btn-ios {
  position: relative;
}
.erweima.hide {
  display: none;
  opacity: 0;
}
.erweima.show {
  opacity: 1;
}
.erweima-img {
  position: absolute;
  left: 264px;
  bottom: 0;
}
.erweima-img.hide {
  opacity: 0;
  display: none;
}
.erweima-img.show {
  opacity: 1;
}
.bnr {
  position: relative;
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(-45deg, #ecfcf9 0%, #f4efff 100%);
}
.bnr h1 {
  margin-bottom: 60px;
}
.bnr-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
.bnr-txt {
  text-align: left;
  min-width: 620px;
}
.bnr-txt .title {
  font-size: 36px;
  color: #000000;
}
.bnr-txt .title img {
  margin-right: 6px;
}
.bnr-txt .desc {
  font-size: 16px;
  color: #000000;
  margin-top: 28px;
  max-width: 620px;
}
.bnr-txt .info {
  display: flex;
  margin: 40px 0;
  text-align: center;
}
.bnr-txt .info li {
  padding: 0 20px;
}
.bnr-txt .info li:nth-child(1) {
  padding-left: 0px;
}
.bnr-txt .info li .nums {
  font-weight: 700;
  color: #000000;
}
.bnr-txt .info li .nums img {
  vertical-align: middle;
}
.bnr-txt .info li .named {
  font-size: 12px;
  margin-top: 2px;
}
.bnr-txt .info li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.bnr .tab-win {
  display: none;
}
.bnr .lazyloaded {
  display: none;
}
.bnr .show {
  display: block;
}
.bnr .switch-tab-lists {
  display: inline-block;
  text-align: center;
  border-bottom: 2px solid #e6e8e9;
}
.bnr .switch-tab-lists li {
  display: inline-block;
  color: #000000;
  cursor: pointer;
}
.bnr .switch-tab-lists li .li-item {
  position: relative;
  padding: 24px 40px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 16px;
  min-width: 164px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.bnr .switch-tab-lists li .li-item::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: inline-block;
  width: 0%;
  left: 50%;
  transform: 0, -50%;
  height: 2px;
  transition: 0.2s all;
  background: transparent;
}
.bnr .switch-tab-lists li:hover,
.bnr .switch-tab-lists li.active {
  color: #1674F3;
  font-weight: 700;
}
.bnr .switch-tab-lists li:hover .li-item::after,
.bnr .switch-tab-lists li.active .li-item::after {
  position: absolute;
  left: 0px;
  bottom: -2px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 50px;
  background: #1674F3;
}
.bnr .btn {
  min-width: 300px;
  height: 64px;
  background: linear-gradient(90deg, #2C98FF 0%, #2FBFFF 100%);
  border-radius: 32px 32px 32px 32px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-right: 24px;
}
.bnr .btn i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(/assets/images/download/v2/ft-download-ic-win-24-white@2x.png) no-repeat;
  background-size: 24px 24px;
  vertical-align: -5px;
  margin-right: 8px;
}
.bnr .ios-img {
  display: flex;
}
.bnr .qr-code {
  position: relative;
}
.bnr .qr-code:hover::after {
  display: inline-block;
}
.bnr .qr-code::after {
  display: none;
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  left: -6px;
  bottom: 0;
  background: url(/assets/images/download/erweima-hover@2x.png) no-repeat;
  background-size: cover;
}
.bnr .ios {
  font-size: 12px;
  margin-left: 20px;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  width: 240px;
  height: 64px;
  background: #000000;
  border-radius: 8px 8px 8px 8px;
  margin-left: 0;
}
.bnr .ios i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/assets/images/download/icon-apple-40.svg) no-repeat;
  background-size: cover;
}
.bnr .ios-text {
  text-align: left;
}
.bnr .ios-text strong {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 24px;
}
.bnr .ios-text p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
}
.bnr .Android i {
  background: url(/assets/images/download/ic-android-40@2x.png) no-repeat;
  background-size: cover;
}
.bnr .tips {
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
  line-height: 20px;
  margin-top: 15px;
  display: block;
  height: 20px;
}
.bnr .tips a {
  color: #2c9bff;
}
.bnr .tips a:hover {
  text-decoration: underline;
}
.bnr .media {
  margin-top: 80px;
}
@media screen and (max-width: 1288px) {
  .bnr .btn {
    margin-right: 0;
    min-width: 100%;
  }
  .bnr h1 {
    font-size: 40px;
  }
  .bnr .ios-img {
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .bnr-box {
    flex-direction: column;
  }
  .bnr-txt {
    text-align: center;
    min-width: 100%;
  }
  .bnr-txt .info {
    align-items: center;
    justify-content: center;
  }
  .bnr-txt .info li {
    padding: 0 10px;
  }
  .bnr .ios {
    margin: 10px 0;
  }
  .switch-tab-lists {
    min-width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .bnr .switch-tab-lists li {
    width: 30%;
  }
  .bnr .switch-tab-lists li .li-item {
    text-align: center;
    justify-content: center;
    padding: 24px 0px;
    min-width: auto;
  }
}
.want {
  padding: 120px 0 80px;
  background: #ffffff;
  text-align: center;
}
.want-x {
  background: linear-gradient(225deg, #ecfcf9 0%, #f4efff 100%);
}
.want-x .want-main {
  margin-bottom: 80px;
}
.want-x .want-main .want-ct {
  text-align: left;
}
.want-x .want-main .want-ct h2,
.want-x .want-main .want-ct .desc {
  max-width: 720px;
}
.want-x .want-list {
  width: 100%;
  justify-content: space-between;
}
.want-x .desc {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 40px !important;
}
.want h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 24px;
}
.want .desc {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 50px;
}
.want .more {
  color: #5097f6;
  position: relative;
  padding-left: 3px;
}
.want .more .icon {
  vertical-align: -1px;
}
.want .more:hover .icon {
  display: inline-block;
  transition: 0.3s;
  transform: translateX(8px);
}
.want-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.want-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 680px;
}
.want-list li {
  position: relative;
  max-width: 340px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
  text-align: center;
  padding: 65px 20px;
}
.want-list li:hover .ms-box {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  transform: scaleX(1);
  transition: 0.3s;
}
.want-list strong {
  font-size: 22px;
  margin: 16px 0 8px;
}
.want-list .ms-box {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 24px 20px;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(225deg, rgba(244, 239, 255, 0.95) 0%, rgba(236, 252, 249, 0.95) 100%);
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  transform: scaleX(0);
}
.want h2 {
  font-size: 40px;
}
@media (max-width: 1360px) {
  .want-list {
    width: 100%;
    justify-content: center;
  }
  .want-reverse {
    flex-direction: column-reverse !important;
  }
  .want-main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .want .want-ct {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .want .desc {
    max-width: 100%;
  }
  .want-list li {
    max-width: 280px;
  }
}
@media screen and (max-width: 991px) {
  .want {
    padding: 80px 0;
  }
  .want-reverse {
    flex-direction: column-reverse;
  }
  .want-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .want-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .want-list li {
    margin-bottom: 30px;
    max-width: 48%;
    border-radius: 20px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 672px) {
  .want-reverse {
    flex-direction: column-reverse;
  }
  .want-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .want-list {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .want-list li {
    max-width: 100%;
  }
}
.best {
  text-align: center;
  padding: 120px;
  color: #fff;
}
.best-cnt {
  border-radius: 20px 20px 20px 20px;
  display: flex;
  align-items: center;
  background: url(/assets/images/windows/bg-kuang@2x.png) no-repeat top;
  background-size: 100% 100%;
  padding: 120px 60px;
  justify-content: space-between;
  gap: 60px;
}
.best h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  min-width: 280px;
  max-width: 280px;
  text-align: left;
}
.best .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.best .wrap li {
  max-width: 260px;
}
.best .wrap li > img {
  margin-bottom: 24px;
}
.best .wrap li p {
  line-height: 22px;
}
.best .wrap .best-href {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  color: #fff;
}
.best .wrap .best-href:hover {
  color: #1674f3;
}
@media (max-width: 1366px) {
  .best h2 {
    min-width: 100%;
    text-align: center;
  }
  .best-cnt {
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .best .wrap li {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .best {
    padding: 80px 0 10px;
  }
  .best-cnt {
    background-size: cover;
    padding: 60px 15px;
  }
}
@media (max-width: 600px) {
  .best {
    padding: 80px 0 10px;
  }
  .best h2 {
    margin-bottom: 24px;
    font-size: 30px;
  }
  .best .wrap {
    align-items: center;
    justify-content: center;
  }
  .best .wrap li {
    width: 100%;
  }
}
.steps {
  text-align: center;
  background: url(/assets/images/windows/bg-step@2x.png) no-repeat;
  background-size: 100% 100%;
  padding: 120px 0;
  color: #fff;
}
.steps .down-box {
  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 .btn-down {
  padding: 0;
}
.steps .down-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  height: 100%;
}
.steps .btn {
  margin-bottom: 60px;
}
.steps .win-icon {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 16px;
}
.steps h2 {
  margin-bottom: 80px;
}
.steps h3 {
  font-size: 20px;
  line-height: 26px;
}
.steps .wrap {
  display: none;
  justify-content: space-between;
  align-items: center;
}
.steps .wrap.active {
  display: flex;
}
.steps .tt-top {
  display: flex;
  justify-content: space-evenly;
  padding: 0 33px;
  margin-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.steps .tt-top li {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.steps .tt-top li span {
  display: inline-block;
  padding: 30px 20px;
}
.steps .tt-top li::after {
  content: "";
  display: block;
  width: 1%;
  height: 4px;
  transition: 0.5s all;
  background: transparent;
}
.steps .tt-top li.active {
  color: #1674f3;
}
.steps .tt-top li.active::after {
  width: 100%;
  background: #1674f3;
}
.steps .steps-box {
  background: #091026;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  padding: 0 40px 80px;
  margin-bottom: 40px;
}
.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::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::after {
  background: #ffffff;
  height: 78px;
}
.steps .tt-nav li.active p {
  font-weight: 600;
}
.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;
}
@media (max-width: 1366px) {
  .steps .tt-nav li {
    max-width: 430px;
  }
  .steps .img-box .cl-img.active {
    zoom: 0.9;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .steps .img-box {
    width: 50%;
    margin-left: 10px;
  }
  .steps .tt-nav li p {
    font-size: 16px;
  }
}
@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 .steps-box {
    padding-bottom: 0;
  }
  .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;
  }
  .steps .btn {
    min-width: 100%;
    padding: 0 6px 0 10px;
  }
  .steps .btn .down-icon {
    margin-left: 0;
  }
  .steps .tt-top {
    padding: 0;
    zoom: 0.8;
  }
  .steps .tt-top li span {
    padding: 30px 0;
  }
}
@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;
  }
}
.tech {
  text-align: center;
  padding: 120px 0 0;
  background: #fff;
}
.tech h2 {
  margin-bottom: 80px;
}
.tech h3 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 28px;
}
.tech .wrap {
  background: linear-gradient(225deg, #ecfcf9 0%, #f4efff 100%);
  padding: 60px 100px;
  border-radius: 24px 24px 24px 24px;
}
.tech .wrap-cnt {
  display: flex;
  justify-content: space-between;
}
.tech .wrap-cnt > div {
  text-align: left;
}
.tech .ic-lf li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 26px;
  max-width: 320px;
}
.tech .ic-lf li::before {
  left: 0;
  top: 5px;
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/assets/images/iphone-data-recovery/ft-DR-ic-gou-16-black@2x.png) no-repeat;
  background-size: contain;
}
.tech .wrap2 {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 120px;
}
.tech .wrap2 h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 46px;
}
.tech .wrap2 .desc {
  font-size: 24px;
  line-height: 40px;
}
.tech .wrap2 ul li {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 64px;
}
.tech .wrap2 ul strong {
  display: inline-block;
  margin-bottom: 8px;
}
.tech .wrap2 ul p {
  max-width: 560px;
}
@media (max-width: 991px) {
  .tech .wrap {
    display: block;
    padding: 60px 20px;
  }
  .tech .wrap > div {
    max-width: 600px;
    margin: auto;
    padding: 0;
  }
  .tech .wrap .left {
    border: none;
    margin-bottom: 30px;
  }
  .tech .wrap li {
    margin-bottom: 5px;
  }
  .tech .wrap2 {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .tech {
    padding: 40px 0;
  }
  .tech h2 {
    margin-bottom: 24px;
  }
  .tech .wrap > div {
    zoom: 0.9;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.say {
  text-align: center;
  padding: 120px 0;
  background: #f8f9fa;
}
.say h2 {
  margin-bottom: 80px;
}
.say .wrap {
  display: flex;
  justify-content: space-between;
}
.say .wrap li {
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e8e9;
  padding: 40px;
  width: 440px;
  max-width: 100%;
  position: relative;
}
.say .wrap li p {
  text-align: left;
  line-height: 22px;
  font-size: 16px;
  color: #000;
}
.say .wrap li::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 32px;
  background: url(/assets/images/windows/yin.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 24px;
  right: 24px;
}
.say .wrap .top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  text-align: left;
}
.say .wrap .more {
  padding-left: 3px;
  color: #5097f6;
  position: relative;
}
.say .wrap .more .icon {
  vertical-align: -1px;
}
.say .wrap .more:hover .icon {
  display: inline-block;
  transition: 0.3s;
  transform: translateX(8px);
}
.say .wrap h3 {
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 1366px) {
  .say .wrap {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .say .wrap li {
    width: 32%;
  }
}
@media (max-width: 1200px) {
  .say .top {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .say {
    padding: 80px 0;
  }
  .say h2 {
    margin-bottom: 40px;
  }
  .say .wrap li {
    padding: 20px 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .say .wrap {
    justify-content: space-between;
  }
  .say .wrap li {
    width: 48%;
  }
  .say .wrap li img {
    max-width: 75%;
  }
  .say .wrap li:last-child {
    margin-top: 30px;
  }
}
@media (max-width: 560px) {
  .say .wrap li {
    width: 100%;
    margin-bottom: 30px;
  }
  .say .wrap li:last-child {
    margin-top: 0;
  }
}
.ft {
  background: linear-gradient(225deg, #ecfcf9 0%, #f4efff 100%);
  padding: 80px 0 0;
}
.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.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/android/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/android/ic-Android-hover.svg);
}
.ft .system-select .ios::before {
  background: url(/assets/images/android/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/android/ic-ios-hover.svg);
}
.ft .system-select .win::before {
  background: url(/assets/images/android/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/android/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;
  gap: 66px;
  min-height: 435px;
}
.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;
}
.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/android/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/android/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 5px 0 0;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(/assets/images/ios/bt-ic-win-32.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;
  margin-bottom: 40px;
  color: #9e9e9e;
  line-height: 32px;
}
@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;
    gap: 40px;
  }
  .ft .wrap > img {
    width: 200px;
    height: auto;
    max-width: 80%;
  }
}
@media (max-width: 676px) {
  .ft .wrap {
    flex-direction: column;
    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;
  }
}
.btn {
  min-width: 280px;
}
