* {
  scroll-behavior: smooth;
}
main {
  background: #f9f7f0;
}
.wrap-common {
  margin-top: 80px;
}
.wrap-common .container {
  max-width: 1374px;
}
.wrap-common .wrap-tit {
  margin-top: 26px;
  margin-left: 44px;
  color: #000;
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
  /* 54.6px */
}
.wrap-common .wrap-desc {
  margin-left: 44px;
  margin-top: 6px;
  color: #374151;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.wrap-common .wrap-cont {
  position: relative;
  border-radius: 16px;
  border: 1px solid #000;
  background: #fff;
}
.wrap-common .wrap-bottom {
  border-radius: 0 0 16px 16px;
  border-top: 1px solid #000;
  background: #e4b22d;
  margin-top: 26px;
  padding: 50px;
}
.wrap-common .common-swiper {
  position: relative;
  overflow: hidden;
}
.wrap-common .common-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.wrap-common .common-swiper .swiper-slide {
  display: block;
  background: #fff;
}
.wrap-common .common-swiper .swiper-slide:hover .slide-arrow {
  background: #000;
}
.wrap-common .common-swiper .swiper-slide:hover .slide-arrow path {
  stroke: #fff;
}
.wrap-common .common-swiper .slide-img {
  width: 100%;
  height: auto;
}
.wrap-common .common-swiper .slide-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 12px;
}
.wrap-common .common-swiper .slide-tit {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
}
.wrap-common .common-swiper .slide-arrow {
  padding: 6px 10px 8px 10px;
  border-radius: 14px;
  border: 1px solid #000;
}
.wrap-common .common-swiper .slide-arrow svg {
  display: block;
}
.wrap-common .common-swiper .swiper-button-prev,
.wrap-common .common-swiper .swiper-button-next {
  display: none;
}
.wrap-common .common-button {
  position: absolute;
  top: 44px;
  right: 36px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.wrap-common .common-button .button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  opacity: 0.42;
  background: #d6d6d6;
  cursor: pointer;
  transition: all 0.3s;
}
.wrap-common .common-button .button-prev:hover {
  background: #000;
  opacity: 1;
}
.wrap-common .common-button .button-prev:hover path {
  fill: #fff;
}
.wrap-common .common-button .button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  opacity: 0.42;
  background: #d6d6d6;
  cursor: pointer;
  transition: all 0.3s;
}
.wrap-common .common-button .button-next:hover {
  background: #000;
  opacity: 1;
}
.wrap-common .common-button .button-next:hover path {
  fill: #fff;
}
.wrap6 {
  margin-top: 130px;
  padding: 150px 0 186px;
  background: url('https://img-library.tunefab.com/uploads/page/home/wrap6-pc.webp') no-repeat center / cover;
  background-size: 100% 100%;
}
.wrap6 .wrap-tit {
  max-width: 838px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-weight: 800;
  line-height: 130%;
  /* 83.2px */
}
.wrap6 .wrap-desc {
  margin-top: 46px;
  color: #dedede;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  /* 108.333% */
}
.wrap6 .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 66px;
}
.wrap6 .btn-box .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 29px 74px;
  border-radius: 8px;
  background: #2781ed;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 28px;
  /* 87.5% */
}
.wrap6 .btn-box .btn-item:hover {
  background: #0f69d5;
}
.wrap4 .wrap-bottom {
  background: #6849fe;
}
.wrap5 {
  scroll-margin-top: 150px;
}
.wrap3 .wrap-bottom {
  background: #f0ecd1;
}
.wrap2 .wrap-bottom {
  background: #6605b7;
}
.wrap1 {
  position: relative;
  padding-top: 306px;
  scroll-margin-top: -150px;
}
.wrap1 .container {
  position: relative;
  z-index: 9;
  max-width: 1374px;
}
.wrap1 .wrap-bottom {
  margin-top: 26px;
  padding: 50px;
  background: #00d398;
}
.wrap1 .wrap1-swiper {
  position: relative;
}
.wrap1 .wrap1-swiper .swiper-button-prev,
.wrap1 .wrap1-swiper .swiper-button-next {
  display: none;
}
.wrap1 .wrap1-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap1 .wrap1-swiper .swiper-slide {
  width: calc((100% - 50px) / 2);
  display: block;
  background: #fff;
  transition: all 0.3s;
}
.wrap1 .wrap1-swiper .swiper-slide:hover {
  filter: drop-shadow(6px 6px 0 #000);
}
.wrap1 .wrap1-swiper .swiper-slide:hover:hover .slide-arrow {
  background: #000;
}
.wrap1 .wrap1-swiper .swiper-slide:hover:hover .slide-arrow path {
  stroke: #fff;
}
.wrap1 .wrap1-swiper .slide-img {
  width: 100%;
  height: auto;
}
.wrap1 .wrap1-swiper .slide-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 44px 30px;
}
.wrap1 .wrap1-swiper .slide-tit {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
}
.wrap1 .wrap1-swiper .slide-arrow {
  padding: 14px 24px 18px 24px;
  border-radius: 24px;
  border: 1px solid #000;
}
.wrap1 .wrap1-swiper .slide-arrow svg {
  width: 66px;
  height: 14px;
}
.wrap1 .wrap1-swiper .slide-arrow svg {
  display: block;
}
.wrap1 .wrap-cont {
  border-radius: 16px;
  border: 1px solid #000;
  background: #fff;
  overflow: hidden;
}
.wrap1 .wrap-tit {
  margin-top: 26px;
  margin-left: 44px;
  color: #000;
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
  /* 54.6px */
}
.wrap1 .wrap-desc {
  margin-left: 44px;
  margin-top: 6px;
  color: #374151;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.wrap1 .wrap1-right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  color: #161616;
  font-size: 255px;
  font-weight: 700;
  line-height: 100%;
  /* 332.236px */
}
.wrap1 .wrap1-left {
  position: absolute;
  top: 0;
  left: 0;
}
.banner {
  padding: 94px 0 52px;
  background: #161616;
}
.banner h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  line-height: 130%;
  text-align: center;
}
.banner h1 span {
  color: #1cfff0;
}
.banner .banner-desc {
  margin-top: 22px;
  color: #dedede;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  /* 135.417% */
}
.banner .banner-card-list {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 30px;
  overflow: hidden;
}
.banner .search-input-box {
  position: relative;
  max-width: 832px;
  height: 70px;
  margin: 54px auto 0;
  padding: 0 12px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 8px;
  border: none;
  background: #fff;
  box-shadow: 0 20px 24px -6px rgba(37, 69, 132, 0.08);
  box-sizing: border-box;
}
.banner .search-input-box::before {
  content: '';
  position: absolute;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffb1f2 0%, #d67cff 25%, #7b91ff 50%, #007bff 75%);
  inset: 0;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  padding: 2px;
}
.banner .search-input-box .input-text {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
}
.banner .search-input-box .input-cont {
  width: 100%;
  color: #374151;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.banner .search-input-box .input-cont:focus::placeholder {
  opacity: 0;
}
.banner .search-input-box .input-cont::placeholder {
  color: #707277;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s;
}
.banner .search-input-box .input-flex {
  flex: 1;
}
.banner .search-box {
  position: relative;
}
.banner .search_results {
  position: absolute;
  width: 100%;
  top: 82px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  max-width: 832px;
  border-radius: 8px;
  background: #fff;
  z-index: 9;
}
.banner .search_results.show {
  display: block;
}
.banner .search_results .result-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner .search_results .list_item {
  cursor: pointer;
  transition: background 0.2s;
}
.banner .search_results .list_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px;
  color: #374151;
  font-size: 18px;
  line-height: 1.5;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner .search_results .list_item:hover {
  background: #f2f3f6;
}
.banner .search_results .list_item:first-child {
  border-radius: 8px 8px 0 0;
}
.banner .search_results .list_item:last-child {
  border-radius: 0 0 8px 8px;
}
.banner .search_results .list_item:only-child {
  border-radius: 8px;
}
.banner .search_results .list_item .highlight {
  font-weight: 600;
}
.banner .search_none {
  position: absolute;
  top: 82px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  display: none;
  max-width: 832px;
  margin: 0 auto;
  color: #f72525;
  font-size: 14px;
}
.banner .search_none.show {
  display: block;
}
@media (max-width: 1700px) {
  .wrap1 .wrap1-right {
    font-size: 180px;
  }
  .wrap1 .wrap1-left {
    width: 30%;
  }
}
@media (max-width: 1200px) {
  .wrap1 .wrap1-swiper .slide-tit {
    font-size: 24px;
  }
  .wrap1 .wrap1-right {
    font-size: 140px;
  }
  .wrap1 .wrap1-swiper .slide-info {
    padding: 30px 20px;
  }
  .wrap1 .wrap1-swiper .slide-arrow {
    padding: 12px 14px 14px 14px;
  }
  .wrap-common .common-swiper .slide-tit {
    font-size: 14px;
  }
  .wrap-common .common-swiper .slide-arrow svg {
    width: 24px;
    height: 6px;
  }
}
@media (max-width: 996px) {
  .wrap-common {
    margin-top: 30px;
  }
  .wrap-common .common-button {
    display: none;
  }
  .wrap-common .common-swiper {
    width: 296px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .wrap-common .common-swiper .swiper-wrapper {
    align-items: stretch;
    gap: 0;
  }
  .wrap-common .common-swiper .swiper-button-prev,
  .wrap-common .common-swiper .swiper-button-next {
    display: block;
  }
  .wrap-common .common-swiper .swiper-slide {
    width: auto;
  }
  .wrap-common .common-swiper .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 90%;
    left: 35%;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
  }
  .wrap-common .common-swiper .swiper-button-prev::after {
    color: #000;
    font-size: 18px;
    font-weight: 700;
  }
  .wrap-common .common-swiper .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 90%;
    right: 35%;
    width: 36px;
    height: 36px;
    background: #000;
    border-radius: 50%;
  }
  .wrap-common .common-swiper .swiper-button-next::after {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }
  .wrap6 .wrap-tit {
    font-size: 36px;
  }
  .wrap6 .wrap-desc {
    font-size: 16px;
  }
  .wrap6 .btn-box .btn-item {
    font-size: 20px;
  }
  .wrap6 .btn-box .btn-item img {
    width: 24px;
    height: 24px;
  }
  .wrap1 .wrap-bottom {
    padding: 20px;
  }
  .wrap1 .wrap1-swiper .slide-arrow svg {
    width: 34px;
    height: 8px;
  }
  .wrap1 .wrap1-swiper .slide-arrow {
    padding: 6px 14px 8px 14px;
  }
  .wrap1 .wrap1-swiper .slide-tit {
    font-size: 18px;
  }
  .wrap1 .wrap1-swiper .swiper-wrapper {
    gap: 20px;
  }
  .wrap1 .wrap1-swiper .swiper-slide {
    width: calc((100% - 20px) / 2);
  }
  .wrap-common .wrap-tit,
  .wrap1 .wrap-tit {
    font-size: 28px;
  }
  .wrap-common .wrap-desc,
  .wrap1 .wrap-desc {
    font-size: 14px;
  }
  .wrap1 .wrap1-right {
    font-size: 60px;
    gap: 10px;
  }
  .wrap1 .wrap1-right img {
    width: 32px;
    height: 32px;
  }
  .wrap1 {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .wrap-common .wrap-tit {
    font-size: 28px;
    margin-top: 16px;
    margin-left: 16px;
  }
  .wrap-common .wrap-desc {
    margin-left: 16px;
    margin-top: 6px;
    font-size: 14px;
  }
  .wrap-common .wrap-cont {
    border-radius: 10px;
  }
  .wrap-common .wrap-bottom {
    margin-top: 16px;
    padding: 24px 0 0;
    border-radius: 0 0 10px 10px;
  }
  .wrap6 {
    margin-top: 60px;
    padding: 56px 0;
    background: url('https://img-library.tunefab.com/uploads/page/home/wrap6-mb.png') no-repeat center / cover;
  }
  .wrap6 .wrap-tit {
    padding: 0 10px;
  }
  .wrap6 .wrap-desc {
    margin-top: 14px;
    line-height: 1.75;
  }
  .wrap6 .btn-box {
    margin: 22px auto 0;
  }
  .wrap6 .btn-box .btn-item {
    width: 300px;
    height: 56px;
    padding: 0;
  }
  .wrap1 .wrap-tit {
    margin-top: 16px;
    margin-left: 16px;
  }
  .wrap1 .wrap-desc {
    margin-left: 16px;
    margin-top: 6px;
  }
  .wrap1 .wrap-bottom {
    margin-top: 16px;
  }
  .wrap1 .wrap1-swiper .swiper-wrapper {
    flex-direction: column;
  }
  .wrap1 .wrap1-swiper .swiper-slide {
    width: 100%;
  }
  .wrap1 .wrap-bottom {
    padding: 24px 12px;
  }
  .wrap1 .wrap1-left {
    width: 40%;
  }
  .wrap1 .wrap1-right {
    z-index: 99;
  }
  .banner {
    padding: 42px 0 30px;
  }
  .banner h1 {
    font-size: 36px;
  }
  .banner .banner-desc {
    font-size: 16px;
  }
  .banner .banner-card-list {
    gap: 18px;
  }
  .banner .banner-card-list .banner-card-item img {
    max-width: 208px;
  }
  .banner .search-input-box {
    margin: 20px auto 0;
    width: 100%;
    height: 48px;
    padding: 0 8px 0 12px;
    border-radius: 4px;
  }
  .banner .search-input-box .input-text {
    width: 24px;
    height: 24px;
  }
  .banner .search-input-box .input-text img {
    width: 100%;
    height: 100%;
  }
  .banner .search-input-box .input-cont {
    font-size: 14px;
  }
  .banner .search-input-box .input-cont::placeholder {
    font-size: 14px;
  }
  .banner .search_results {
    top: 60px;
  }
  .banner .search_results .list_item a {
    padding: 16px;
    font-size: 14px;
  }
  .banner .search_none {
    top: 60px;
    padding: 0;
    font-size: 12px;
  }
  .wrap-common .common-swiper .slide-tit {
    font-size: 18px;
  }
}
