@font-face {
  font-family: "iconfont";
  src: url("../../../font/iconfont.ttf") format("truetype");
}
a {
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
body {
  height: auto;
  font-weight: 600;
}
.container {
  width: 1080px;
  margin: 0 auto;
}
.wrap-title {
  width: 832px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  color: #080f30;
  margin: 0 auto 50px;
}
.wrap-download {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
.wrap-download .download-win,
.wrap-download .download-mac {
  width: 170px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border-radius: 6px;
  background: #2899f5;
  transition: all 0.2s;
}
.wrap-download .download-win::after,
.wrap-download .download-mac::after {
  font-weight: normal;
  font-style: normal;
  font-family: "iconfont";
}
.wrap-download .download-win:hover,
.wrap-download .download-mac:hover {
  background: #207cc6;
}
.wrap-download .download-win::after {
  content: "\e639";
}
.wrap-download .download-mac::after {
  content: "\e6bb";
}
.nav {
  width: 100%;
  position: fixed;
  top: -70px;
  left: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.11);
  transition: all 500ms;
}
.nav.active {
  top: 0;
}
.nav .container {
  display: flex;
  align-items: center;
  height: 60px;
}
.nav-info {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: 200px;
}
.nav-area {
  display: flex;
  flex-direction: column;
}
.nav-name {
  font-size: 14px;
  color: #444;
}
.nav-desc {
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 3px;
}
.nav-menu {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 50px;
  margin-right: 42px;
}
.nav-menu_item {
  font-weight: bold;
  font-size: 14px;
  color: #606060;
  text-transform: uppercase;
}
.nav-menu_item:hover {
  color: #ff406e;
}
.nav-action {
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav-action_item {
  width: 30px;
  height: 30px;
}
.nav-action_item.faq {
  background-image: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/icon-faq.png);
}
.nav-action_item.buy-win,
.nav-action_item.buy-mac {
  background-image: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/icon-buy-cart.png);
  display: none;
}
.nav-action_item.buy-win.active,
.nav-action_item.buy-mac.active {
  display: block;
}
.nav-action_item.download-win,
.nav-action_item.download-mac {
  background-image: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/icon-download.png);
  display: none;
}
.nav-action_item.download-win.active,
.nav-action_item.download-mac.active {
  display: block;
}
.nav-nav {
  display: none;
}
.banner {
  position: relative;
  background: #e6f4ff;
  padding: 70px 0 150px;
  overflow: hidden;
}
.banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e6f4ff;
  top: 0;
  left: 0;
  background: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/bg.webp) no-repeat center / 100% 100%;
}
.banner .container {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
.banner-info {
  width: 680px;
  flex-shrink: 0;
}
.banner-tag {
  display: block;
  font-size: 30px;
  color: #232927;
  margin-bottom: 15px;
}
.banner-title {
  font-size: 43px;
  color: #242424;
  margin-bottom: 32px;
}
.banner-title span {
  color: #1a92f3;
}
.banner-desc {
  max-width: 595px;
  font-size: 18px;
  line-height: 1.5;
  color: #262e2b;
  margin-bottom: 15px;
  font-weight: 400;
}
.banner-list {
  padding-left: 20px;
  margin-bottom: 15px;
}
.banner-list .list-item {
  font-size: 16px;
  line-height: 1.8;
  color: #525561;
  font-weight: 400;
  list-style: disc;
}
.banner-list .list-item::marker {
  color: #2899f5;
}
.banner-switch {
  position: relative;
  display: flex;
  width: fit-content;
  border-radius: 20px;
  padding: 3px;
  background: rgba(196, 196, 196, 0.5);
  margin-bottom: 20px;
}
.banner-switch .switch-btn {
  position: relative;
  z-index: 10;
  width: 74px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #000;
  border-radius: 20px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.banner-switch .switch-btn::before {
  font-style: normal;
  font-family: "iconfont";
}
.banner-switch .switch-btn.win-btn::before {
  content: "\e639";
}
.banner-switch .switch-btn.mac-btn::before {
  content: "\e6bb";
}
.banner-switch::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 5;
  width: 74px;
  height: 24px;
  border-radius: 20px;
  background: #fff;
  transition: all 0.2s;
}
.banner-switch.is-win::before {
  left: 3px;
}
.banner-switch.is-mac::before {
  left: 77px;
}
.banner-btns {
  display: none;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.banner-btns .btn-download,
.banner-btns .btn-buy {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 32px;
  width: 224px;
  padding: 10px 70px 10px 30px;
  height: 65px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  transition: all 0.2s;
}
.banner-btns .btn-download .btn-download_text,
.banner-btns .btn-buy .btn-download_text,
.banner-btns .btn-download .btn-buy_text,
.banner-btns .btn-buy .btn-buy_text {
  font-size: 14px;
  font-weight: 400;
}
.banner-btns .btn-download {
  background: #2899f5;
  transition: all 0.2s;
}
.banner-btns .btn-download::after {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 26px;
  font-style: normal;
  font-family: "iconfont";
  font-weight: normal;
}
.banner-btns .btn-download:hover {
  background: #207cc6;
}
.banner-btns .btn-buy {
  border: 1px solid #c8cac9;
  color: #3d3d3d;
  transition: all 0.2s;
}
.banner-btns .btn-buy:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
.banner-btns .btn-buy:hover::after {
  background-image: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/cart-white.svg);
}
.banner-btns .btn-buy::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/cart.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.banner-btns.win-btn .btn-download::after {
  content: "\e639";
}
.banner-btns.mac-btn .btn-download::after {
  content: "\e6bb";
}
.banner-btns.active {
  display: flex;
}
.banner-tips {
  font-size: 14px;
  color: #848798;
}
.banner-img {
  transform: translate(-70px, 45px);
}
.anchor {
  position: relative;
  z-index: 2;
  margin: -80px 0 100px;
}
.anchor .container {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(105, 147, 255, 0.19);
  background: #fff;
  box-shadow: 0px 4px 45.3px 0px rgba(50, 97, 215, 0.15);
}
.anchor .anchor-item_img-active {
  display: none;
}
.anchor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 180px;
  height: 173px;
  border-radius: 16px;
  background: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #595959;
  transition: all 0.2s;
  padding: 24px 9px 0;
  box-sizing: border-box;
}
.anchor-item:hover {
  background: #f2f9ff;
  color: #118ef4;
}
.anchor-item:hover .anchor-item_img {
  display: none;
}
.anchor-item:hover .anchor-item_img-active {
  display: block;
}
.wrap-1 {
  margin-bottom: 120px;
}
.wrap-1 .content-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}
.wrap-1 .content-item:last-child {
  padding-bottom: 0;
}
.wrap-1 .content-item_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
}
.wrap-1 .content-item .pic-1 {
  transform: translateX(-25px);
}
.wrap-1 .content-item .pic-2 {
  transform: translateX(65px);
}
.wrap-1 .content-item .pic-3 {
  transform: translateX(-45px);
}
.wrap-1 .content-item .pic-4 {
  transform: translateX(45px);
}
.wrap-1 .content-item .pic-5 {
  transform: translateX(-35px);
}
.wrap-1 .content-item_info {
  flex-shrink: 0;
  width: 490px;
}
.wrap-1 .content-item_title {
  font-size: 24px;
  line-height: 1.5;
  color: #080f30;
  margin-bottom: 22px;
}
.wrap-1 .content-item_desc {
  font-size: 16px;
  color: #333438;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 400;
}
.wrap-1 .content-item_desc:last-child {
  margin-bottom: 0;
}
.wrap-1 .content-item_list {
  padding-left: 18px;
}
.wrap-1 .content-item_list .list-li {
  font-size: 16px;
  line-height: 1.7;
  color: #080f30;
  list-style: disc;
  padding-right: 10px;
}
.wrap-1 .content-item_list .list-li:last-child {
  margin-bottom: 0;
}
.wrap-2 {
  background: #f5faff;
  padding: 90px 0;
  margin-bottom: 120px;
}
.wrap-2 .wrap-title {
  width: 750px;
}
.wrap-2 .swiper-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  row-gap: 70px;
}
.wrap-2 .swiper-slide {
  width: 312px;
  height: auto;
}
.wrap-2 .swiper-slide_icon {
  display: block;
  margin-bottom: 14px;
}
.wrap-2 .swiper-slide_title {
  font-size: 20px;
  color: #080f30;
  margin-bottom: 12px;
}
.wrap-2 .swiper-slide_desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #53545b;
}
.wrap-2 .swiper-pagination {
  display: none;
}
.wrap-3 {
  margin-bottom: 120px;
}
.wrap-3 .wrap-title {
  width: 800px;
}
.wrap-3 .step-swiper {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
.wrap-3 .step-swiper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/wrap3-before.png);
  width: 289px;
  height: 319px;
}
.wrap-3 .step-swiper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/wrap3-after.png);
  width: 289px;
  height: 319px;
}
.wrap-3 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap-3 .step-img {
  border-radius: 8px;
}
.wrap-3 .step-text {
  width: 802px;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #53576f;
  margin-top: 35px;
}
.wrap-3 .step-text_title {
  flex-shrink: 0;
  font-size: 24px;
  margin-top: -8px;
}
.wrap-3 .swiper-pagination {
  display: block;
}
.wrap-3 .swiper-pagination-bullet {
  background: #e2e1e1;
  opacity: 1;
}
.wrap-3 .swiper-pagination-bullet-active {
  background: #2899f5;
  opacity: 1;
}
.wrap-4 {
  margin-bottom: 120px;
}
.wrap-4 .wrap-title {
  width: 700px;
}
.wrap-4 .user-swiper {
  width: 800px;
  position: relative;
  overflow: hidden;
  padding: 0 0 80px;
  margin: 0 auto;
}
.wrap-4 .swiper-slide {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-4 .user-info {
  width: 400px;
  margin-left: 40px;
}
.wrap-4 .user-info_inner {
  color: #606060;
  font-size: 16px;
  font-weight: 400;
  margin: 7px 0;
}
.wrap-4 .user-name {
  font-size: 16px;
  color: #080f30;
}
.wrap-4 .user-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #53576f;
  margin-top: 12px;
  font-weight: 400;
}
.wrap-4 .swiper-pagination {
  display: block;
}
.wrap-4 .swiper-pagination-bullet {
  background: #e2e1e1;
  opacity: 1;
}
.wrap-4 .swiper-pagination-bullet-active {
  background: #2899f5;
  opacity: 1;
}
.wrap-4 .swiper-button-prev,
.wrap-4 .swiper-button-next {
  top: 38%;
  width: 30px;
  height: 30px;
  border: 2px solid #2899f5;
  border-radius: 50%;
}
.wrap-4 .swiper-button-prev::after,
.wrap-4 .swiper-button-next::after {
  font-weight: bold;
  font-size: 14px;
  color: #2899f5;
}
.wrap-5 {
  position: relative;
  background: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/wrap5-bg.webp) no-repeat center / 100% 100%;
  background-size: cover;
  padding: 90px 0;
  overflow: hidden;
  margin-bottom: 120px;
}
.wrap-5 .wrap-title {
  position: relative;
  z-index: 10;
  color: #026cab;
  background: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/wrap-title-bg.png);
  width: 402px;
  height: 100px;
  box-sizing: border-box;
  padding-top: 18px;
  background-size: 100% 100%;
}
.wrap-5 .wrap-content {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  margin-bottom: 60px;
}
.wrap-5 .wrap-content:last-child {
  margin-bottom: 0;
}
.wrap-5 .wrap-content:last-child::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 50px;
  z-index: 5;
  background: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/wrap5-after.png);
  width: 260px;
  height: 274px;
  background-size: 100% 100%;
}
.wrap-5 .wrap-item {
  box-sizing: border-box;
  width: 403px;
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px 46px 30px;
}
.wrap-5 .swiper-wrapper {
  flex-wrap: wrap;
  gap: 60px 45px;
}
.wrap-5 .swiper-slide {
  width: 403px;
  height: auto;
}
.wrap-5 .wrap-item_cover {
  display: flex;
  align-items: center;
  height: 52px;
  margin-bottom: 20px;
}
.wrap-5 .wrap-item_desc {
  line-height: 1.5;
  color: #4e4e4e;
  font-weight: 400;
}
.wrap-6 {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 120px;
}
.wrap-6 .wrap-content {
  position: relative;
  z-index: 10;
  width: 918px;
  margin: 50px auto 0;
}
.wrap-6 .question-item {
  border-radius: 6px;
  border: 1px solid #cbcdd8;
  background: #fff;
  margin-bottom: 18px;
  padding: 18px 22px 18px 40px;
}
.wrap-6 .question-item.active {
  border: 1px solid #1496ff;
}
.wrap-6 .question-item.active .item-header::after {
  background: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/up.png) no-repeat center / 100% 100%;
  transform: rotate(0) translateY(0);
  filter: brightness(1);
}
.wrap-6 .question-item.active .item-desc {
  display: block;
}
.wrap-6 .item-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.wrap-6 .item-header_title {
  font-size: 20px;
  line-height: 1.5;
  color: #080f30;
}
.wrap-6 .item-header::after {
  content: "";
  width: 17px;
  height: 11px;
  background: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/down.png) no-repeat center / 100% 100%;
  transform: rotate(180deg) translateY(-10px);
  filter: brightness(0);
  transition: all 0.2s;
}
.wrap-6 .item-desc {
  display: none;
  width: 93%;
  line-height: 1.8;
  color: #656565;
  margin-top: 20px;
}
.wrap-6 .item-desc span {
  display: inline-block;
}
.wrap-6 .item-desc a {
  color: #f9403b;
  transition: all 0.2s;
}
.wrap-6 .item-desc a:hover {
  color: inherit;
}
.wrap-7 {
  padding-bottom: 100px;
}
.wrap-7 .wrap-title {
  font-size: 36px;
  width: 900px;
  margin-bottom: 25px;
}
.wrap-7 .wrap-desc {
  max-width: 860px;
  line-height: 1.9;
  text-align: center;
  color: #656565;
  margin: 15px auto 45px;
}
.wrap-7 .wrap-content {
  display: flex;
  justify-content: space-around;
  border-radius: 18px;
  background: #eef9ff;
  border: 1px solid #2e9bf4;
  padding: 32px 0;
  margin-top: 50px;
}
.wrap-7 .content-item {
  position: relative;
  max-width: 24.5%;
  height: auto;
}
.wrap-7 .content-item::after {
  content: "";
  position: absolute;
  top: 22%;
  right: -65px;
  width: 1px;
  height: 35px;
  background: #cecece;
  flex-shrink: 0;
}
.wrap-7 .content-item:last-child::after {
  display: none;
}
.wrap-7 .item-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.wrap-7 .item-header_icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.wrap-7 .item-header_icon.icon-1 {
  background-image: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/wrap7-icon1.png);
}
.wrap-7 .item-header_icon.icon-2 {
  background-image: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/wrap7-icon2.png);
}
.wrap-7 .item-header_icon.icon-3 {
  background-image: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/wrap7-icon3.png);
}
.wrap-7 .item-header_icon.icon-4 {
  background-image: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/wrap7-icon4.png);
}
.wrap-7 .item-header_text {
  font-size: 14px;
  color: #2899f5;
  font-weight: 400;
}
.wrap-7 .item-desc {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.5;
  color: #656565;
}
.wrap-7 .item-icon-star {
  display: block;
  background: url(https://img.videone.ai/uploads/pages/ja/u-next-downloader/icon-star.png);
  width: 105px;
  height: 18px;
  margin-top: 4px;
}

.recommend {
  margin-bottom: 80px;
}
.recommend a {
  text-decoration: none;
}
.recommend .recommend-title {
  color: #212121;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 125.4%;
  /* 40.128px */
  padding: 30px 0 17px;
}
.recommend .container {
  padding: 0 42px;
  border-radius: 6px;
}
.recommend .recommend-con {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 95px;
  padding: 32px 0;
  counter-reset: recommend-con-item;
}
.recommend .recommend-con_item {
  counter-increment: recommend-con-item;
  color: #313940;
  width: 45%;
  overflow: hidden;
  display: flex;
  align-items: baseline;
  line-height: 1.8;
}
.recommend .recommend-con_item::before {
  content: counter(recommend-con-item);
  display: inline-block;
  color: #313940;
  font-size: 16px;
  margin-right: 10px;
  width: 23px;
  line-height: normal;
  height: 23px;
  border-radius: 3px;
  border: 1px solid #cbdfef;
  text-align: center;
}
.recommend-blue .recommend-title {
  border-bottom: 1px solid #E6F1F9;
}
.recommend-blue .container {
  border: 1px solid #BFDAEE;
  background: #F8FCFF;
}
.recommend-blue .recommend-con_item:hover {
  color: #2899F5;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .wrap-title {
    box-sizing: border-box;
    width: 100%;
    font-size: 24px;
    margin: 0 auto 35px;
    padding: 0 15px;
  }
  .wrap-download {
    flex-flow: row wrap;
    gap: 12px;
    margin-bottom: 30px;
  }
  .wrap-download .download-win,
  .wrap-download .download-mac {
    width: 160px;
    height: 50px;
    font-size: 16px;
  }
  .nav .container {
    position: relative;
    justify-content: space-between;
    height: 60px;
  }
  .nav-info {
    margin-right: 0;
  }
  .nav-logo {
    width: 40px;
    height: 40px;
  }
  .nav-area {
    display: none;
  }
  .nav-menu {
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    right: 0;
    width: 125px;
    flex-direction: column;
    gap: 12px;
    margin-right: 0;
    background-color: #fff;
    box-shadow: 0 6px 13px rgba(0, 0, 0, 0.17);
    border-radius: 0 0 12px 12px;
    padding: 12px 16px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }
  .nav-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .nav-action {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .nav-action_item {
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
  }
  .nav-more {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-image: url(https://img.videone.ai/uploads/pages/ja/product-instagram/icon-more.svg);
  }
  .banner {
    padding: 28px 0 36px;
  }
  .banner::before {
    display: none;
  }
  .banner::after {
    content: "";
    position: absolute;
    top: -300px;
  }
  .banner-info {
    width: 100%;
    flex-shrink: 0;
  }
  .banner-tag {
    font-size: 24px;
  }
  .banner-title {
    display: inline;
    font-size: 36px;
  }
  .banner-desc {
    max-width: 100%;
    font-size: 16px;
    margin: 15px 0;
  }
  .banner-list {
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .banner-list .list-item {
    font-size: 16px;
    line-height: 1.8;
  }
  .banner-btns {
    display: none;
    flex-flow: row wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .banner-btns .btn-download,
  .banner-btns .btn-buy {
    width: 196px;
    height: 60px;
    font-size: 16px;
    padding: 10px 60px 10px 30px;
  }
  .banner-btns .btn-download .btn-download_text,
  .banner-btns .btn-buy .btn-download_text,
  .banner-btns .btn-download .btn-buy_text,
  .banner-btns .btn-buy .btn-buy_text {
    font-size: 12px;
    margin-top: 4px;
  }
  .banner-btns .btn-download::after {
    font-size: 20px;
  }
  .banner-btns .btn-buy {
    width: 130px;
    padding: 10px 20px 10px 20px;
  }
  .banner-btns .btn-buy::after {
    display: none;
  }
  .banner-tips {
    line-height: 1.5;
  }
  .banner-img {
    display: none;
  }
  .anchor {
    margin: 25px 0 50px;
  }
  .anchor .container {
    width: max-content;
    flex-direction: column;
    border: none;
    box-shadow: none;
  }
  .anchor-item {
    box-sizing: border-box;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: auto;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 6px;
  }
  .anchor-item img {
    width: 30px;
    height: 30px;
  }
  .anchor-item:hover {
    background: unset;
  }
  .wrap-1 {
    margin-bottom: 60px;
  }
  .wrap-1 .content-item {
    padding: 0 15px;
  }
  .wrap-1 .content-item_inner {
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0;
  }
  .wrap-1 .content-item.item-bg {
    background: transparent;
  }
  .wrap-1 .content-item_pic {
    display: none;
  }
  .wrap-1 .content-item_info {
    width: 100%;
  }
  .wrap-1 .content-item_title {
    font-size: 20px;
  }
  .wrap-1 .content-item_desc {
    font-size: 14px;
  }
  .wrap-1 .content-item_list {
    padding-left: 15px;
  }
  .wrap-1 .content-item_list .list-li {
    font-size: 14px;
    padding-right: 0;
  }
  .wrap-2 {
    margin-bottom: 60px;
    padding: 50px 0 30px;
  }
  .wrap-2 .wrap-title {
    width: 100%;
  }
  .wrap-2 .feature-swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    width: 302px;
    margin: 0 auto;
  }
  .wrap-2 .swiper-wrapper {
    flex-flow: row nowrap;
  }
  .wrap-2 .swiper-slide {
    width: 100%;
    text-align: center;
  }
  .wrap-2 .swiper-slide_icon {
    display: block;
    margin: 0 auto 14px;
    object-fit: cover;
  }
  .wrap-2 .swiper-slide_title {
    font-size: 18px;
  }
  .wrap-2 .swiper-slide_desc {
    font-size: 14px;
    margin: 13px auto 0;
  }
  .wrap-2 .swiper-pagination {
    display: block;
  }
  .wrap-2 .swiper-pagination-bullet {
    background: #e2e1e1;
    opacity: 1;
  }
  .wrap-2 .swiper-pagination-bullet-active {
    background: #2899f5;
    opacity: 1;
  }
  .wrap-3 {
    margin-bottom: 60px;
  }
  .wrap-3 .wrap-title {
    width: 100%;
  }
  .wrap-3 .step-swiper {
    padding: 0 0 50px;
  }
  .wrap-3 .step-swiper::before,
  .wrap-3 .step-swiper::after {
    display: none;
  }
  .wrap-3 .swiper-slide {
    height: 0;
    box-sizing: border-box;
    padding: 2px;
  }
  .wrap-3 .swiper-slide img {
    max-width: 100%;
    height: auto;
  }
  .wrap-3 .swiper-slide-active {
    height: auto;
  }
  .wrap-3 .step-text {
    display: inline;
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.5;
  }
  .wrap-3 .step-text_title {
    font-size: 18px;
  }
  .wrap-4 {
    margin-bottom: 60px;
  }
  .wrap-4 .wrap-title {
    width: 100%;
  }
  .wrap-4 .user-swiper {
    width: 100%;
    padding: 0 0 60px;
  }
  .wrap-4 .swiper-slide {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }
  .wrap-4 .user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }
  .wrap-4 .user-img {
    display: block;
    margin-bottom: 20px;
    width: 62px;
    height: 62px;
  }
  .wrap-4 .rate {
    width: 80px;
    margin-top: 8px;
  }
  .wrap-4 .user-name {
    font-size: 16px;
    margin-top: 8px;
  }
  .wrap-4 .user-desc {
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
  }
  .wrap-4 .user-link {
    margin-top: 12px;
  }
  .wrap-4 .swiper-button-prev,
  .wrap-4 .swiper-button-next {
    display: none;
  }
  .wrap-5 {
    background: #0277bd;
    padding: 40px 15px 40px;
    margin-bottom: 60px;
  }
  .wrap-5 .wrap-title {
    width: 100%;
    height: 77px;
    font-size: 24px;
    padding-top: 14px;
    margin-bottom: 24px;
  }
  .wrap-5 .wrap5-swiper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .wrap-5 .swiper-wrapper {
    gap: 0;
    flex-wrap: nowrap;
  }
  .wrap-5 .swiper-pagination-bullet {
    background: #ffffff;
  }
  .wrap-5 .swiper-pagination-bullet-active {
    background: #ffffff;
  }
  .wrap-5 .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .wrap-5 .wrap-title {
    box-sizing: border-box;
  }
  .wrap-5 .wrap-content {
    width: 100%;
    box-sizing: border-box;
  }
  .wrap-5 .wrap-content::after {
    display: none;
  }
  .wrap-5 .wrap-item {
    width: 100%;
    padding: 33px 20px 23px 30px;
  }
  .wrap-5 .wrap-item .wrap-item_desc {
    font-size: 14px;
  }
  .wrap-6 {
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
  .wrap-6::before,
  .wrap-6::after {
    display: none;
  }
  .wrap-6 .wrap-title {
    box-sizing: border-box;
    padding: 0 30px;
  }
  .wrap-6 .wrap-content {
    width: 100%;
    margin: 50px auto 0;
  }
  .wrap-6 .question-item {
    border-radius: 6px;
    margin-bottom: 18px;
    padding: 20px;
  }
  .wrap-6 .question-item.active .item-header::after {
    transform: rotate(0) translateY(5px);
  }
  .wrap-6 .item-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .wrap-6 .item-header_title {
    font-size: 16px;
  }
  .wrap-6 .item-header::after {
    width: 17px;
    height: 11px;
    transform: rotate(180deg) translateY(-10px);
    flex-shrink: 0;
    margin-left: 10px;
  }
  .wrap-6 .item-desc {
    font-size: 14px;
    margin-top: 12px;
  }
  .wrap-7 {
    padding-bottom: 60px;
  }
  .wrap-7 .wrap-title {
    width: 100%;
    font-size: 24px;
  }
  .wrap-7 .wrap-desc {
    max-width: 100%;
    font-size: 14px;
    margin: 15px auto 45px;
  }
  .wrap-7 .wrap-content {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    flex-direction: column;
    border-radius: 18px;
    padding: 30px 20px;
    gap: 30px;
    border: unset;
  }
  .wrap-7 .content-item {
    max-width: 100%;
  }
  .wrap-7 .content-item::after {
    display: none;
  }
  .wrap-7 .item-header {
    margin-bottom: 12px;
  }
  .wrap-7 .item-header_icon {
    margin-right: 10px;
  }
  .wrap-7 .item-header_text {
    font-size: 14px;
  }
  .wrap-7 .item-desc {
    font-size: 14px;
  }
  .wrap-7 .item-icon-star {
    margin-top: 2px;
  }

  .recommend {
    margin-bottom: 40px;
  }
  .recommend .recommend-title {
    padding: 20px 0 16px;
    font-size: 26px;
  }
  .recommend .container {
    padding: 0;
    width: 95%;
  }
  .recommend .recommend-con_item {
    width: 100%;
    font-size: 14px;
  }
  .recommend .recommend-con_item .con-box {
    width: 100%;
  }
  .recommend .recommend-con_item::before {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
  .recommend .recommend-con {
    padding: 28px 24px;
    gap: 25px;
  }
}
