@font-face {
  font-family: 'iconfont';
  src: url('../../font/iconfont.ttf') format('truetype');
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
body {
  height: auto;
  font-weight: 600;
}
.container {
  width: 1080px;
  margin: 0 auto;
}
.wrap-title {
  width: 750px;
  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: #ff8621;
  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: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #ff8621;
}
.wrap-download .download-win::after {
  content: '\e639';
}
.wrap-download .download-mac::after {
  content: '\e6bb';
}

.nav .nav_pc .nav_right .list li a:hover {
  color: #03a6e3;
}
.nav .nav_pc .nav_right .list .active a {
  color: #03a6e3;
}

.banner {
  position: relative;
  background: linear-gradient(9deg, rgba(255, 255, 255, 0.41) 23.61%, rgba(0, 174, 240, 0.3) 129.78%);
  padding: 50px 0 150px;
  overflow: hidden;
}
.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: 0;
  width: 120px;
  height: 22.5px;
  margin-bottom: 15px;
  background-image: url(/uploads/pages/product-onlyfans/banner-tag.png);
  background-size: 100% 100%;
}
.banner-min-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(270deg, #0998CE 14.15%, #00AEF0 91.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.banner-title {
  font-size: 40px;
  color: #242424;
  margin-bottom: 32px;
}
.banner-desc {
  max-width: 595px;
  font-size: 20px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 15px;
}
.banner-list {
  padding-left: 20px;
  margin-bottom: 15px;
}
.banner-list .list-item {
  font-size: 18px;
  line-height: 1.8;
  color: #53576f;
  list-style: disc;
}
.banner-list .list-item::marker {
  color: #008ccf;
}
.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 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 32px;
  width: 224px;
  height: 65px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  transition: all 0.2s;
}
.banner-btns .btn-download {
  background: #ff8621;
  transition: all 0.2s;
}
.banner-btns .btn-download::after {
  font-size: 26px;
  font-style: normal;
  font-family: 'iconfont';
  font-weight: normal;
}
.banner-btns .btn-download:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #ff8621;
}
.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 {
  filter: brightness(1);
}
.banner-btns .btn-buy::after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(/uploads/pages/product-onlyfans/icon-cart.svg);
  background-size: 100% 100%;
  filter: brightness(0.2);
  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, -20px);
}
.anchor {
  position: relative;
  z-index: 2;
  margin: -90px 0 100px;
}
.anchor .container {
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  background: #fff;
  padding: 12px;
  border: 1px solid rgba(105, 147, 255, 0.19);
  box-shadow: 0px 4px 45px 0px rgba(50, 97, 215, 0.15);
}
.anchor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 180px;
  height: 180px;
  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: 30px 22px 0;
}
.anchor-item:hover {
  background: #f1f6ff;
  color: #118ef4;
}
.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.item-bg {
  background: rgba(227, 246, 253, 0.45);
}
.wrap-1 .content-item .pic-1 {
  transform: translateX(-25px);
}
.wrap-1 .content-item .pic-3 {
  transform: translateX(-45px);
}
.wrap-1 .content-item .pic-5 {
  transform: translateX(-35px);
}
.wrap-1 .content-item_info {
  flex-shrink: 0;
  width: 520px;
}
.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: rgba(8, 15, 48, 0.7);
  line-height: 1.5;
  margin-bottom: 20px;
}
.wrap-1 .content-item_desc.small-desc {
  padding-right: 60px;
}
.wrap-1 .content-item_desc:last-child {
  margin-bottom: 0;
}
.wrap-1 .content-item_list {
  padding-left: 15px;
}
.wrap-1 .content-item_list .list-li {
  font-size: 16px;
  line-height: 2;
  color: #080f30;
  list-style: disc;
  margin-bottom: 12px;
  padding-right: 15px;
}
.wrap-1 .content-item_list .list-li:last-child {
  margin-bottom: 0;
}
.wrap-2 {
  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: 302px;
  height: auto;
}
.wrap-2 .swiper-slide_icon {
  display: block;
  margin-bottom: 8px;
}
.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;
  color: #53545b;
  padding-right: 18px;
}
.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(/uploads/pages/product-onlyfans/wrap3-before.svg);
  width: 289px;
  height: 319px;
}
.wrap-3 .step-swiper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/uploads/pages/product-onlyfans/wrap3-after.svg);
  width: 289px;
  height: 319px;
}
.wrap-3 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap-3 .step-img {
  border-radius: 8px;
  border: 1px solid #cecece;
}
.wrap-3 .step-text {
  width: 652px;
  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: #00aef0;
  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: 500px;
  margin-left: 40px;
}
.wrap-4 .user-name {
  font-size: 22px;
  color: #080f30;
}
.wrap-4 .user-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #53576f;
  margin-top: 12px;
}
.wrap-4 .swiper-pagination {
  display: block;
}
.wrap-4 .swiper-pagination-bullet {
  background: #e2e1e1;
  opacity: 1;
}
.wrap-4 .swiper-pagination-bullet-active {
  background: #00aef0;
  opacity: 1;
}
.wrap-4 .swiper-button-prev,
.wrap-4 .swiper-button-next {
  top: 38%;
  width: 30px;
  height: 30px;
  border: 2px solid #00aef0;
  border-radius: 50%;
}
.wrap-4 .swiper-button-prev::after,
.wrap-4 .swiper-button-next::after {
  font-weight: bold;
  font-size: 14px;
  color: #00aef0;
}
.wrap-5 {
  position: relative;
  background: #23272c;
  padding: 80px 0;
  overflow: hidden;
  margin-bottom: 120px;
}
.wrap-5::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 5;
  width: 334px;
  height: 404px;
  background: url(/uploads/pages/product-onlyfans/wrap5-before.svg);
  background-size: 100% 100%;
}
.wrap-5::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  z-index: 5;
  background: url(/uploads/pages/product-onlyfans/wrap5-after.svg);
  width: 464px;
  height: 497px;
  background-size: 100% 100%;
}
.wrap-5 .wrap-title {
  position: relative;
  z-index: 10;
  color: #fff;
}
.wrap-5 .wrap-content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-bottom: 45px;
  padding: 0 45px;
}
.wrap-5 .wrap-content:last-child {
  margin-bottom: 0;
}
.wrap-5 .wrap-item {
  box-sizing: border-box;
  width: 410px;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
}
.wrap-5 .wrap-item_cover {
  display: flex;
  align-items: center;
  height: 60px;
  margin-bottom: 20px;
}
.wrap-5 .wrap-item_desc {
  line-height: 1.8;
  color: #53576f;
}
.wrap-6 {
  position: relative;
  background: linear-gradient(rgba(243, 246, 248, 0) 30%, #e8ffff);
  padding-bottom: 50px;
  margin-bottom: 120px;
}
.wrap-6::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url(/uploads/pages/product-onlyfans/wrap6-before.svg);
  width: 246px;
  height: 140px;
}
.wrap-6::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  background: url(/uploads/pages/product-onlyfans/wrap6-after.svg);
  width: 226px;
  height: 396px;
}
.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 44px;
}
.wrap-6 .question-item.active {
  border: 1px solid #00abec;
  background: rgba(235, 250, 255, 0.43);
}
.wrap-6 .question-item.active .item-header_title {
  color: #00abec;
}
.wrap-6 .question-item.active .item-header::after {
  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(/uploads/pages/product-onlyfans/wrap6-arrow.svg) no-repeat center / 100% 100%;
  transform: rotate(180deg) translateY(-10px);
  filter: brightness(0);
  transition: all 0.2s;
}
.wrap-6 .item-desc {
  display: none;
  width: 90%;
  line-height: 1.8;
  color: #656565;
  margin-top: 20px;
}
.wrap-6 .item-desc span {
  display: inline-block;
}
.wrap-6 .item-desc a {
  color: #f7971d;
  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: #f2fcff;
  padding: 40px 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(/uploads/pages/product-onlyfans/wrap7-icon1.svg);
}
.wrap-7 .item-header_icon.icon-2 {
  background-image: url(/uploads/pages/product-onlyfans/wrap7-icon2.svg);
}
.wrap-7 .item-header_icon.icon-3 {
  background-image: url(/uploads/pages/product-onlyfans/wrap7-icon3.svg);
}
.wrap-7 .item-header_icon.icon-4 {
  background-image: url(/uploads/pages/product-onlyfans/wrap7-icon4.svg);
}
.wrap-7 .item-header_text {
  font-size: 14px;
  color: #0865ff;
}
.wrap-7 .item-desc {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.5;
  color: #656565;
}
.wrap-7 .item-icon-star {
  display: block;
  background: url(/uploads/pages/product-onlyfans/icon-star.svg);
  width: 105px;
  height: 18px;
  margin-top: 2px;
}
@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;
  }

  .banner {
    padding: 50px 0 25px;
  }
  .banner::before {
    display: none;
  }
  .banner::after {
    content: '';
    position: absolute;
    top: -300px;
  }
  .banner-info {
    width: 100%;
    flex-shrink: 0;
  }
  .banner-tag {
    display: inline;
    font-size: 32px;
    background: unset;
  }
  .banner-min-title {
    font-size: 24px;
  }
  .banner-title {
    display: inline;
    font-size: 32px;
  }
  .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: 20px;
    margin-bottom: 20px;
  }
  .banner-btns .btn-download,
  .banner-btns .btn-buy {
    width: 158px;
    height: 48px;
    font-size: 16px;
  }
  .banner-btns .btn-download::after {
    font-size: 20px;
  }
  .banner-btns .btn-buy::after {
    width: 20px;
    height: 20px;
  }
  .banner-tips {
    line-height: 1.5;
  }
  .banner-img {
    display: none;
  }
  .anchor {
    margin: 25px 0 50px;
  }
  .anchor .container {
    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;
  }
  .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_desc.small-desc {
    padding-right: 0;
  }
  .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;
  }
  .wrap-2 .wrap-title {
    width: 100%;
  }
  .wrap-2 .feature-swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .wrap-2 .swiper-wrapper {
    flex-flow: row nowrap;
  }
  .wrap-2 .swiper-slide {
    width: 100%;
  }
  .wrap-2 .swiper-slide_icon {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: cover;
  }
  .wrap-2 .swiper-slide_title {
    font-size: 18px;
  }
  .wrap-2 .swiper-slide_desc {
    font-size: 14px;
  }
  .wrap-2 .swiper-pagination {
    display: block;
  }
  .wrap-2 .swiper-pagination-bullet {
    background: #e2e1e1;
    opacity: 1;
  }
  .wrap-2 .swiper-pagination-bullet-active {
    background: #00aef0;
    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;
  }
  .wrap-4 .user-name {
    font-size: 22px;
    margin-top: 16px;
  }
  .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 {
    padding: 40px 0 20px;
    margin-bottom: 60px;
  }
  .wrap-5::before,
  .wrap-5::after {
    display: none;
  }
  .wrap-5 .wrap-title {
    box-sizing: border-box;
    padding: 0 15px;
  }
  .wrap-5 .wrap-content {
    justify-content: flex-start;
    gap: 30px;
    padding: 0 15px;
  }
  .wrap-5 .wrap-content:nth-of-type(1) {
    flex-direction: column;
  }
  .wrap-5 .wrap-content:last-child {
    display: none;
  }
  .wrap-5 .wrap-item {
    width: 100%;
    border-radius: 16px;
    padding: 20px;
    flex-shrink: 0;
  }
  .wrap-5 .wrap-item:last-child {
    display: none;
  }
  .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%;
  }
  .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: 40px 20px;
    gap: 30px;
  }
  .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;
  }
}
