#home {
  padding-bottom: 87px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #515050;
}
#home .wrap-margin {
  margin-top: 123px;
}
#home .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
}
#home .swiper-pagination-bullet-active {
  background: #b6a8f5;
}
#home .swiper-slide {
  text-align: center;
  height: 1px;
}
#home .swiper-slide-active {
  height: fit-content;
}
#home .home_banner {
  background: url('../../img/iphone-access-recovery/banner-bg-new.png') no-repeat center;
  background-size: cover;
  padding: 58px 0 200px;
}
#home .home_banner .container {
  display: flex;
  align-items: center;
}
#home .home_banner .banner_left {
  flex: 0 0 487px;
}
#home .home_banner .banner_left .left_mini-title {
  width: fit-content;
  font-size: 30px;
  font-weight: 500;
  background: linear-gradient(to right, #f971e1, #5c8cff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}
#home .home_banner .banner_left .left_title {
  font-size: 52px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.2;
}
#home .home_banner .banner_left .left_list {
  margin: 25px 0 21px 20px;
}
#home .home_banner .banner_left .list_item {
  color: #515050;
  line-height: 1.5;
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 10px;
}
#home .home_banner .toggle {
  position: relative;
  z-index: 2;
  height: 29px;
  width: 155px;
  background: rgba(215, 146, 255, 0.3);
  border-radius: 20px;
  margin-top: 15px;
}
#home .home_banner .toggle-choose {
  display: flex;
  align-items: center;
  width: 155px;
  height: 29px;
  position: absolute;
  z-index: 2;
}
#home .home_banner .toggle-choose_btn {
  width: 74px;
  color: #a233eb;
  font-size: 11px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
#home .home_banner .toggle-choose_btn img {
  margin-right: 10px;
}
#home .home_banner .toggle-choose .win_icon,
#home .home_banner .toggle-choose .mac_icon {
  margin-right: 8px;
}
#home .home_banner .toggle-choose .win_icon {
  background: url('../../img/common/au-sprite.png') no-repeat -73px -10px;
  width: 11px;
  height: 11px;
}
#home .home_banner .toggle-choose .mac_icon {
  background: url('../../img/common/au-sprite.png') no-repeat -113px -10px;
  width: 11px;
  height: 12px;
}
#home .home_banner .toggle .current_active {
  position: absolute;
  content: '';
  width: 74px;
  height: 23px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 17px;
  background: #fff;
  z-index: 1;
}
#home .home_banner .banner_btn {
  margin-top: 40px;
}
#home .home_banner .banner_btn .btn_item {
  display: flex;
}
#home .home_banner .banner_btn .btn_item a {
  cursor: pointer;
  padding: 18px 15px;
  background: linear-gradient(270deg, #5c8cff 0%, #f971e1 100%);
  box-shadow: 0 2px 14px rgba(146, 29, 138, 0.15);
  border-radius: 10px;
  border: #ffffff 3px solid;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
#home .home_banner .banner_btn .btn_item a .item_desc {
  margin-right: 10px;
}
#home .home_banner .banner_btn .btn_item a:hover {
  transform: scale(0.9);
}
#home .home_banner .banner_btn .btn_item .btn_buy {
  background: #ffffff;
  color: #628cfe;
  margin-left: 21px;
}
#home .home_banner .banner_btn .download_icon {
  background: url('../../img/common/au-sprite.png') no-repeat -10px -8px;
  width: 22px;
  height: 27px;
}
#home .home_banner .banner_btn .buy_icon {
  background: url('../../img/common/au-sprite.png') no-repeat -41px -10px;
  width: 23px;
  height: 23px;
}
#home .home_banner .banner_btn .banner_mac .download_icon {
  background: url('../../img/common/au-sprite.png') no-repeat -2231px -85px;
  width: 21px;
  height: 27px;
}
#home .home_banner .banner_right {
  display: block;
  margin-left: 46px;
}
#home .wrap_title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.2;
}
#home .txt_title {
  font-size: 38px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.2;
}
#home .wrap_txt {
  line-height: 1.5;
  text-align: center;
  margin: 22px 0 30px;
}
#home .txt_link {
  display: inline-block;
  color: #5754ec;
  margin-top: 16px;
}
#home .home_wrap1 .wrapper_features {
  margin-top: 8px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  gap: 30px 65px;
  grid-template-areas: '. . .' '. . .';
}
#home .home_wrap1 .wrapper_features .features_item {
  text-align: center;
  margin-top: 56px;
}
#home .home_wrap1 .wrapper_features .item_txt {
  font-size: 20px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.5;
  margin-top: 25px;
}
#home .home_wrap2 {
  background: rgba(122, 51, 226, 0.05);
  padding: 65px 0;
}
#home .home_wrap2 .wrap_top {
  display: flex;
  justify-content: space-between;
}
#home .home_wrap2 .top_left {
  flex: 0 0 455px;
}
#home .home_wrap2 .top_txt {
  line-height: 1.5;
  flex: 0 500px;
}
#home .home_wrap2 .wrap_flex {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #151515;
}
#home .home_wrap2 .wrap_flex .item_img {
  margin: 50px 0 17px;
}
#home .wrap_crosswise {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home .wrap_crosswise .crosswise_img {
  width: 510px;
  height: auto;
}
#home .wrap_crosswise .crosswise_txt {
  flex: 0 0 513px;
}
#home .wrap_crosswise .txt_desc {
  line-height: 1.5;
  margin: 20px 0;
}
#home .wrap_crosswise .txt_mini-title {
  font-size: 16px;
  font-weight: 600;
  color: #292929;
  line-height: 1.5;
  margin: 20px 0 5px;
}
#home .wrap_crosswise .list_item {
  margin: 5px 0 0 15px;
  line-height: 1.5;
  list-style-type: disc;
  list-style-position: outside;
}
#home .wrap_crosswise .txt_grid {
  margin-top: 8px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  gap: 28px 31px;
  grid-template-areas: '. .' '. .' '. .';
}
#home .wrap_crosswise .txt_grid .grid_item {
  display: flex;
  align-items: center;
}
#home .wrap_crosswise .txt_grid .item_icon {
  background: url('../../img/common/common-sprite.png') no-repeat;
  background-position: -1060px -222px;
  width: 41px;
  height: 41px;
  flex-shrink: 0;
}
#home .wrap_crosswise .txt_grid .icon2 {
  background-position: -700px -342px;
}
#home .wrap_crosswise .txt_grid .icon3 {
  background-position: -119px -342px;
}
#home .wrap_crosswise .txt_grid .icon4 {
  background-position: -786px -342px;
}
#home .wrap_crosswise .txt_grid .icon5 {
  background-position: -287px -342px;
}
#home .wrap_crosswise .txt_grid .icon6 {
  background-position: -871px -342px;
}
#home .wrap_crosswise .txt_grid .item_desc {
  font-size: 12px;
  font-weight: 400;
  color: #515050;
  line-height: 1.5;
  margin-left: 12px;
}
#home .home_wrap6 .wrap_flex {
  display: flex;
  justify-content: space-between;
}
#home .home_wrap6 .flex_item {
  background: #ffffff;
  border-radius: 15px;
  border: 1px #e8e8e8 solid;
  text-align: center;
  flex: 0 0 510px;
  position: relative;
}
#home .home_wrap6 .item_img {
  border-radius: 15px 15px 0 0;
}
#home .home_wrap6 .item_txt {
  padding: 15px 15px 54px;
}
#home .home_wrap6 .txt_title {
  font-size: 20px;
  font-weight: 600;
  color: #151515;
}
#home .home_wrap6 .txt_desc {
  margin: 15px 0;
  font-size: 14px;
}
#home .home_wrap6 .txt_link {
  position: absolute;
  bottom: 21px;
  width: 100%;
  left: 0;
}
#home .home_wrap7 {
  background: linear-gradient(180deg, #f9f9ff 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 150px;
  margin-top: 100px;
}
#home .home_wrap7 .wrapper_tech {
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
}
#home .home_wrap7 .wrapper_tech .tech_item {
  display: flex;
  flex-direction: column;
  flex: 0 0 500px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 13px rgba(71, 45, 179, 0.12);
}
#home .home_wrap7 .wrapper_tech .item_top {
  background: #886dff;
  padding: 15px 28px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
#home .home_wrap7 .wrapper_tech .item_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home .home_wrap7 .wrapper_tech .content_txt {
  font-size: 16px;
  font-weight: 400;
  color: #515050;
  line-height: 1.5;
  display: flex;
  padding: 16px 38px;
  border: 0.5px #efefef7d solid;
}
#home .home_wrap7 .wrapper_tech .content_txt:last-child {
  border: none;
}
#home .home_wrap7 .wrapper_tech .txt_icon {
  margin-right: 24px;
  flex-shrink: 0;
}
#home .home_wrap7 .wrapper_tech .icon1 {
  background: url('../../img/common/common-sprite.png') no-repeat -411px -29px;
  width: 13px;
  height: 19px;
}
#home .home_wrap7 .wrapper_tech .icon2 {
  background: url('../../img/common/common-sprite.png') no-repeat -263px -29px;
  width: 16px;
  height: 18px;
}
#home .home_wrap7 .wrapper_tech .icon3 {
  background: url('../../img/common/common-sprite.png') no-repeat -314px -29px;
  width: 12px;
  height: 19px;
}
#home .home_wrap7 .wrapper_tech .icon4 {
  background: url('../../img/common/common-sprite.png') no-repeat -512px -29px;
  width: 16px;
  height: 16px;
}
#home .home_wrap7 .wrapper_tech .icon5 {
  background: url('../../img/common/common-sprite.png') no-repeat -459px -29px;
  width: 18px;
  height: 18px;
}
#home .home_wrap7 .wrapper_tech .icon6 {
  background: url('../../img/common/common-sprite.png') no-repeat -361px -29px;
  width: 15px;
  height: 18px;
}
#home .home_wrap8 .container {
  position: relative;
}
#home .home_wrap8 .wrapper_comment {
  margin: 45px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 17px 33px -7px rgba(60, 46, 143, 0.03);
  border-radius: 13px;
  border: 1px #f0eefb solid;
}
#home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  text-align: left;
}
#home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item {
  display: flex;
  align-items: center;
  padding: 65px 65px 36px;
}
#home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item .item_avatar {
  flex: 0 0 148px;
  background: url('../../img/common/common-sprite.png') no-repeat -395px -426px;
  height: 148px;
}
#home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item .avatar2 {
  background-position: -576px -426px;
}
#home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item .avatar3 {
  background-position: -764px -426px;
}
#home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item .item_desc {
  margin-left: 55px;
}
#home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item .item_desc .desc_paragraph {
  font-weight: 300;
  font-size: 16px;
  line-height: 211.5%;
  color: #1c1c1c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
#home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item .item_desc .desc_star {
  background: url('../../img/common/common-sprite.png') no-repeat -350px -659px;
  width: 117px;
  height: 17px;
  margin: 11px 0 17px;
}
#home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item .item_desc .namdesc_name {
  display: block;
  margin-top: 17px;
  font-size: 16px;
  color: #062d53;
}
#home .home_wrap8 .wrapper_comment .logo-list {
  background: rgba(136, 109, 255, 0.12);
  border-radius: 0 0 13px 13px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 86px;
  overflow: hidden;
}
#home .home_wrap8 .wrapper_comment .logo-list .list-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
#home .home_wrap8 .wrapper_comment .logo-list .list-wrapper img {
  width: 100%;
  margin-right: 50px;
}
#home .home_wrap8 .comment {
  background: #fff;
  box-shadow: 0 1px 31px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  width: 59px;
  height: 59px;
  color: #886dff;
  top: 275px;
}
#home .home_wrap8 .comment::after {
  font-size: 22px;
  font-weight: bold;
}
#home .home_wrap8 .comment:hover {
  background: #886dff;
  color: #fff;
}
#home .home_wrap8 .swiper-button-next.comment {
  right: -30px;
}
#home .home_wrap8 .swiper-button-prev.comment {
  left: -30px;
}
#home .home_wrap9 .wrap_title {
  margin-bottom: 44px;
}
#home .home_wrap9 .wrap_tips {
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .home_wrap9 .wrap_tips .tips_item {
  background: #f4f4f4;
  flex: 0 0 380px;
  height: 63px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 63px;
  text-align: center;
  color: #2d2d2d;
}
#home .home_wrap9 .wrap_tips .tips_item:hover {
  cursor: pointer;
}
#home .home_wrap9 .wrap_tips .active {
  background: #886dff;
  color: #ffffff;
}
#home .home_wrap9 .wrap_tricks .tricks_item {
  display: none;
  justify-content: space-between;
  margin-top: 65px;
}
#home .home_wrap9 .wrap_tricks .show {
  display: flex;
}
#home .home_wrap9 .item_left {
  flex: 0 0 48%;
}
#home .home_wrap9 .item_left .left_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
#home .home_wrap9 .item_left .left_jump {
  margin-top: 17px;
}
#home .home_wrap9 .item_left .left_jump li {
  display: flex;
  align-items: center;
}
#home .home_wrap9 .item_left .left_jump li img {
  margin-left: 10px;
  transform: translateY(1px);
}
#home .home_wrap9 .item_left .left_jump li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 41px;
  color: #2c2c2c;
  margin: 0 10px 0 10px;
}
#home .home_wrap9 .item_left .left_jump li .keyboard-backspace {
  transition: all 0.5s;
}
#home .home_wrap9 .item_left .left_jump li:hover a {
  text-decoration: underline;
}
#home .home_wrap9 .item_left .left_jump li:hover .keyboard-backspace {
  transform: translateX(10px) translateY(1px);
}
#home .home_wrap9 .item_left .left_jump .fire {
  background: url('../../img/common/common-sprite.png') no-repeat -563px -29px;
  width: 16px;
  height: 18px;
}
#home .home_wrap9 .item_left .left_jump .keyboard-backspace {
  background: url('../../img/common/common-sprite.png') no-repeat -329px -432px;
  width: 16px;
  height: 11px;
}
#home .home_wrap9 .item_right {
  flex: 0 0 43%;
  margin-bottom: 94px;
}
@media (max-width: 1024px) {
  #home .home_banner .container {
    gap: 30px;
    justify-content: center;
  }
  #home .home_banner .container .banner_right {
    margin-left: 0;
    width: 45%;
    height: auto;
  }
  #home .home_wrap1 .wrapper_features {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: ". . " ". . " ". . ";
  }
  #home .home_wrap2 .wrap_flex .item_img {
    width: 100%;
  }
  #home .wrap_crosswise {
    flex-wrap: wrap;
    gap: 70px;
  }
  #home .wrap_crosswise .crosswise_txt {
    flex: 0 0 100%;
  }
  #home .wrap_crosswise .crosswise_img {
    width: 100%;
  }
  #home .home_wrap6 .wrap_flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
  }
  #home .home_wrap6 .flex_item {
    flex: 0 0 100%;
  }
  #home .home_wrap6 .item_img {
    width: 100%;
    height: auto;
  }
  #home .home_wrap7 .wrapper_tech .tech_item {
    flex: 0 0 48%;
  }
  #home .home_wrap8 {
    padding: 0 15px;
  }
  #home .home_wrap9 .wrap_tips .tips_item {
    flex: 0 0 250px;
  }
  #home .home_wrap9 .item_right img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 912px) {
  #home .home_banner .container {
    flex-wrap: wrap;
  }
  #home .home_banner .container .banner_right {
    width: 100%;
  }
}
@media (max-width: 770px) {
  #home {
    padding-bottom: 74rem;
    font-size: 14rem;
  }
  #home .wrap-margin {
    margin-top: 100rem;
  }
  #home .wrap_title {
    font-size: 24rem;
    line-height: 1.5;
  }
  #home .txt_title {
    font-size: 24rem;
    line-height: 1.5;
    text-align: center;
  }
  #home .wrap_txt {
    line-height: 1.5;
    margin: 25rem 0;
  }
  #home .txt_link {
    margin-top: 16rem;
  }
  #home .home_banner {
    padding: 50rem 0 100rem;
    background: url('../../img/home/banner-bg-mb.png') no-repeat center;
    background-size: cover;
  }
  #home .home_banner .container {
    flex-direction: column;
  }
  #home .home_banner .banner_left {
    flex: unset;
    width: 100%;
  }
  #home .home_banner .banner_left .left_mini-title {
    font-size: 24rem;
    margin-bottom: 5rem;
  }
  #home .home_banner .banner_left .left_title {
    font-size: 36rem;
  }
  #home .home_banner .banner_left .left_list {
    margin: 10rem 0 26rem 0;
  }
  #home .home_banner .banner_left .list_item {
    font-size: 16rem;
    margin: 10rem 0 0 20rem;
  }
  #home .home_banner .banner_btn {
    margin-top: 28rem;
  }
  #home .home_banner .banner_btn .btn_item {
    justify-content: space-around;
  }
  #home .home_banner .banner_btn .btn_item a {
    padding: 15rem 6rem;
    border-radius: 10rem;
    border: #ffffff 3rem solid;
    font-size: 16rem;
  }
  #home .home_banner .banner_btn .btn_item a .item_desc {
    margin-right: 10rem;
  }
  #home .home_banner .banner_btn .btn_item .btn_buy {
    margin-left: 0;
  }
  #home .home_banner .banner_btn .download_icon {
    background: url('../../img/common/au-sprite.png') no-repeat -10rem -8rem;
    background-size: 2614rem 1314rem;
    width: 22rem;
    height: 27rem;
  }
  #home .home_banner .banner_btn .buy_icon {
    background: url('../../img/common/au-sprite.png') no-repeat -41rem -10rem;
    background-size: 2614rem 1314rem;
    width: 23rem;
    height: 23rem;
  }
  #home .home_banner .banner_btn .banner_mac .download_icon {
    background: url('../../img/common/au-sprite.png') no-repeat -2231rem -85rem;
    background-size: 2614rem 1314rem;
    width: 21rem;
    height: 27rem;
  }
  #home .home_banner .banner_right {
    display: block;
    margin: 40rem 0 0;
    width: 100%;
    height: auto;
  }
  #home .wrap1_swiper,
  #home .wrap2_swiper {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 30rem;
    margin-top: 30rem;
  }
  #home .wrap1_swiper .slide_img,
  #home .wrap2_swiper .slide_img {
    width: 100%;
    height: auto;
  }
  #home .wrap1_swiper .slide_txt,
  #home .wrap2_swiper .slide_txt {
    font-size: 20rem;
    font-weight: 400;
    color: #000000;
    margin-top: 25rem;
  }
  #home .home_wrap2 {
    padding: 40rem 0;
  }
  #home .home_wrap2 .wrap_top {
    flex-direction: column;
    text-align: center;
  }
  #home .home_wrap2 .top_left {
    flex: unset;
    width: 100%;
  }
  #home .home_wrap2 .top_txt {
    flex: unset;
    width: 100%;
    margin-top: 20rem;
  }
  #home .home_wrap2 .wrap1_swiper .slide_txt {
    font-weight: 600;
  }
  #home .home_wrap4 .wrap_txt {
    text-align: left;
  }
  #home .home_wrap3 .wrap_crosswise,
  #home .home_wrap5 .wrap_crosswise {
    flex-direction: column-reverse;
  }
  #home .wrap_crosswise {
    flex-direction: column;
  }
  #home .wrap_crosswise .crosswise_img {
    width: 100%;
    margin-top: 31rem;
  }
  #home .wrap_crosswise .crosswise_txt {
    flex: auto;
  }
  #home .wrap_crosswise .txt_desc {
    margin: 15rem 0;
  }
  #home .wrap_crosswise .txt_mini-title {
    font-size: 14rem;
    margin: 15rem 0 5rem;
  }
  #home .wrap_crosswise .list_item {
    margin: 5rem 0 0 15rem;
  }
  #home .wrap_crosswise .txt_grid {
    margin-top: 8rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto auto;
    gap: 32rem 0;
    grid-template-areas: '.' '.' '.' '.' '.' '.' '.';
  }
  #home .wrap_crosswise .txt_grid .grid_item {
    display: flex;
    align-items: center;
  }
  #home .wrap_crosswise .txt_grid .item_icon {
    background: url('../../img/common/common-sprite.png') no-repeat;
    background-size: 1178rem 943rem;
    background-position: -38rem -342rem;
    width: 37rem;
    height: 37rem;
  }
  #home .wrap_crosswise .txt_grid .icon2 {
    background-position: -205rem -342rem;
  }
  #home .wrap_crosswise .txt_grid .icon3 {
    background-position: -373rem -342rem;
  }
  #home .wrap_crosswise .txt_grid .icon4 {
    background-position: -455rem -342rem;
  }
  #home .wrap_crosswise .txt_grid .icon5 {
    background-position: -536rem -342rem;
  }
  #home .wrap_crosswise .txt_grid .icon6 {
    background-position: -618rem -342rem;
  }
  #home .wrap_crosswise .txt_grid .item_desc {
    font-size: 12rem;
    margin-left: 12rem;
  }
  #home .home_wrap6 .wrap_flex {
    flex-direction: column;
  }
  #home .home_wrap6 .flex_item {
    border-radius: 15rem;
    flex: unset;
    width: 100%;
  }
  #home .home_wrap6 .flex_item:nth-child(2) {
    margin-top: 34rem;
  }
  #home .home_wrap6 .item_img {
    border-radius: 15rem 15rem 0 0;
    width: 100%;
    height: auto;
  }
  #home .home_wrap6 .item_txt {
    padding: 10rem 15rem 18rem;
  }
  #home .home_wrap6 .txt_title {
    font-size: 18rem;
  }
  #home .home_wrap6 .txt_desc {
    margin: 10rem 0;
    font-size: 12rem;
  }
  #home .home_wrap6 .txt_link {
    position: static;
  }
  #home .home_wrap7 {
    background: linear-gradient(180deg, #f9f9ff 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 40rem;
    margin-top: 100rem;
  }
  #home .home_wrap7 .wrapper_tech {
    margin-top: 0;
    flex-direction: column;
  }
  #home .home_wrap7 .wrapper_tech .tech_item {
    margin-top: 25rem;
    flex: unset;
    width: 100%;
    border-radius: 15rem;
    box-shadow: 0 4rem 13rem rgba(71, 45, 179, 0.12);
  }
  #home .home_wrap7 .wrapper_tech .item_top {
    padding: 11rem 0;
    text-align: center;
    font-size: 18rem;
  }
  #home .home_wrap7 .wrapper_tech .content_txt {
    font-size: 14rem;
    padding: 13rem 16rem;
  }
  #home .home_wrap7 .wrapper_tech .txt_icon {
    margin-right: 18rem;
  }
  #home .home_wrap7 .wrapper_tech .icon1 {
    background: url('../../img/common/common-sprite.png') no-repeat -411rem -29rem;
    background-size: 1178rem 943rem;
    width: 13rem;
    height: 19rem;
  }
  #home .home_wrap7 .wrapper_tech .icon2 {
    background: url('../../img/common/common-sprite.png') no-repeat -263rem -29rem;
    background-size: 1178rem 943rem;
    width: 16rem;
    height: 18rem;
  }
  #home .home_wrap7 .wrapper_tech .icon3 {
    background: url('../../img/common/common-sprite.png') no-repeat -314rem -29rem;
    background-size: 1178rem 943rem;
    width: 12rem;
    height: 19rem;
  }
  #home .home_wrap7 .wrapper_tech .icon4 {
    background: url('../../img/common/common-sprite.png') no-repeat -512rem -29rem;
    background-size: 1178rem 943rem;
    width: 16rem;
    height: 16rem;
  }
  #home .home_wrap7 .wrapper_tech .icon5 {
    background: url('../../img/common/common-sprite.png') no-repeat -459rem -29rem;
    background-size: 1178rem 943rem;
    width: 18rem;
    height: 18rem;
  }
  #home .home_wrap7 .wrapper_tech .icon6 {
    background: url('../../img/common/common-sprite.png') no-repeat -361rem -29rem;
    background-size: 1178rem 943rem;
    width: 15rem;
    height: 18rem;
  }
  #home .home_wrap8 {
    padding: 0;
  }
  #home .home_wrap8 .container {
    position: relative;
  }
  #home .home_wrap8 .wrapper_comment {
    margin: 45rem 0;
  }
  #home .home_wrap8 .wrapper_comment .swiper-wrapper {
    padding-bottom: 150rem;
  }
  #home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide {
    height: fit-content;
    box-sizing: border-box;
    text-align: center;
  }
  #home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 31rem 22rem 0;
    margin-top: 0;
  }
  #home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item .item_avatar {
    flex: unset;
    background: url('../../img/common/common-sprite.png') no-repeat -967rem -426rem;
    background-size: 1178rem 943rem;
    width: 104rem;
    height: 104rem;
  }
  #home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item .avatar2 {
    background-position: -30rem -605rem;
  }
  #home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item .avatar3 {
    background-position: -187rem -605rem;
  }
  #home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item .item_desc {
    margin-left: 0;
    margin-top: 17rem;
  }
  #home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item .item_desc .desc_paragraph {
    font-size: 12rem;
    -webkit-line-clamp: 8;
  }
  #home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item .item_desc .desc_star {
    background: url('../../img/common/common-sprite.png') no-repeat -350rem -659rem;
    background-size: 1178rem 943rem;
    width: 117rem;
    height: 17rem;
    margin: 11rem 0 17rem;
  }
  #home .home_wrap8 .wrapper_comment .swiper-wrapper .swiper-slide .slide_item .item_desc .desc_name {
    font-size: 14rem;
    text-align: center;
  }
  #home .home_wrap8 .wrapper_comment .logo-list {
    flex-wrap: wrap;
    height: unset;
    padding: 0 5rem 15rem;
  }
  #home .home_wrap8 .wrapper_comment .logo-list .list-wrapper {
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
  }
  #home .home_wrap8 .wrapper_comment .logo-list .list-wrapper img {
    margin-right: 0;
    margin-top: 15rem;
    width: 41%;
  }
  #home .home_wrap8 .wrapper_comment .logo-list .list-wrapper img.mb-hide {
    display: none;
  }
  #home .home_wrap8 .swiper-button-next.comment {
    width: 37rem;
    height: 37rem;
    right: 110rem;
    top: auto;
    bottom: 220rem;
  }
  #home .home_wrap8 .swiper-button-next.comment::after {
    font-size: 16rem;
  }
  #home .home_wrap8 .swiper-button-prev.comment {
    width: 37rem;
    height: 37rem;
    left: 110rem;
    top: auto;
    bottom: 220rem;
  }
  #home .home_wrap8 .swiper-button-prev.comment::after {
    font-size: 16rem;
  }
  #home .home_wrap9 .wrap_tips {
    flex-direction: column;
  }
  #home .home_wrap9 .wrap_tips .tips_item {
    flex: unset;
    width: 80%;
    margin-bottom: 17rem;
    background: #f4f4f4;
    font-weight: 600;
    font-size: 17rem;
    height: 49rem;
    line-height: 49rem;
    overflow: hidden;
  }
  #home .home_wrap9 .wrap_tips .tips_item:hover {
    cursor: pointer;
  }
  #home .home_wrap9 .wrap_tips .active {
    background: #886dff;
    color: #ffffff;
  }
  #home .home_wrap9 .wrap_title {
    margin-bottom: 29rem;
  }
  #home .home_wrap9 .wrap_tricks .show {
    display: block;
  }
  #home .home_wrap9 .wrap_tricks .tricks_item {
    margin: 29rem 0 44rem;
  }
  #home .home_wrap9 .item_left .left_title {
    font-weight: 600;
    font-size: 22rem;
    line-height: 26rem;
  }
  #home .home_wrap9 .item_left .left_jump {
    margin-top: 17rem;
  }
  #home .home_wrap9 .item_left .left_jump li {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  #home .home_wrap9 .item_left .left_jump li img {
    width: 11rem;
    height: 14rem;
  }
  #home .home_wrap9 .item_left .left_jump li a {
    font-weight: 400;
    font-size: 12rem;
    line-height: 254%;
    color: #2c2c2c;
    margin: 0 10rem 0 10rem;
    overflow: hidden;
    display: inline-block;
  }
}
@media (min-width: 2000px) {
  #home .home_banner {
    background-size: 100% 100%;
  }
}
#home .home_banner .banner_left .banner-solgn {
  display: flex;
  align-items: center;
  column-gap: 29px;
}

#home .home_banner .banner_left .banner-solgn .support {
  width: fit-content;
  padding: 8px 20px;
  border-radius: 88px;
  background: url(../../img/iphone-unlocker/support-bg.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
}