.boya-mini-logo {
  margin-right: 75px;
  max-width: 90px;
  transform: translateY(-2px);
}
@media screen and (max-width: 750px) {
  .boya-mini-logo {
    display: none;
  }
}
.header {
  display: block !important;
}
::-webkit-scrollbar-thumb {
  background: #999;
}
.boya-mini-title {
  font-size: 16px;
}
@keyframes blur-animation {
  0% {
    filter: blur(6px);
    /* 初始模糊 */
  }
  100% {
    filter: blur(0);
    /* 最终模糊 */
  }
}
@keyframes scale-animation {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
html {
  scroll-behavior: smooth;
  font-size: calc(100 * 100vw / 1920);
}
.notra-neo .section {
  max-width: 1360px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.notra-neo .page-sup {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 12px;
  color: #0073ff;
  font-family: Inter-Medium;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 1024px) {
  .notra-neo .page-sup {
    font-size: 16px;
  }
}
.notra-neo .page-sup.text-center {
  margin-left: auto;
  margin-right: auto;
}
.notra-neo .page-title {
  font-size: clamp(32px, 0.64rem, 64px);
  line-height: 1.2;
  font-family: Inter-SemiBold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .page-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .page-title {
    font-size: 28px;
  }
}
.notra-neo .page-title span {
  background: linear-gradient(to right, #FF8AEB 0%, #58BEFE 45%, #03DCAF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter-SemiBold;
}
.notra-neo .page-summary {
  color: #000;
  font-size: clamp(16px, 0.2rem, 20px);
  line-height: 150%;
  font-family: Inter-Medium;
}
@media screen and (max-width: 1024px) {
  .notra-neo .page-summary {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .page-summary {
    font-size: 14px;
  }
}
.notra-neo .page-summary span {
  background: linear-gradient(to right, #FF8AEB 0%, #58BEFE 45%, #03DCAF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter-SemiBold;
}
.notra-neo .page-tip {
  color: #888;
  font-size: 12px;
  line-height: 150%;
  margin-top: 24px;
}
.notra-neo .text-box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .notra-neo .text-box {
    max-width: 100%;
  }
}
.notra-neo .text-box.text-center {
  text-align: center;
}
.notra-neo .position-top {
  position: absolute;
  top: clamp(60px, 1.2rem, 120px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.notra-neo .relative {
  position: relative;
}
.notra-neo .swiper-button {
  margin-top: clamp(20px, 0.4rem, 40px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(54px, 0.54rem, 54px);
  padding-right: clamp(20px, 0.4rem, 40px);
}
@media screen and (max-width: 1024px) {
  .notra-neo .swiper-button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .swiper-button {
    gap: 30px;
  }
}
.notra-neo .swiper-button .swiper-button-prev,
.notra-neo .swiper-button .swiper-button-next {
  position: initial;
  margin-top: auto;
  background: #0075FF;
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 750px) {
  .notra-neo .swiper-button .swiper-button-prev,
  .notra-neo .swiper-button .swiper-button-next {
    width: 26px;
    height: 26px;
  }
}
.notra-neo .swiper-button .swiper-button-prev img,
.notra-neo .swiper-button .swiper-button-next img {
  width: auto;
}
@media screen and (max-width: 750px) {
  .notra-neo .swiper-button .swiper-button-prev img,
  .notra-neo .swiper-button .swiper-button-next img {
    width: 6px;
  }
}
.notra-neo .swiper-button .swiper-button-prev.swiper-button-disabled,
.notra-neo .swiper-button .swiper-button-next.swiper-button-disabled {
  opacity: 0.6 !important;
}
.notra-neo .f-more.blue {
  background: none;
  color: #007FFF;
  border: 1px solid #007FFF;
}
.notra-neo .poster {
  position: relative;
  background: linear-gradient(to bottom, #fcfcff, #e8f5ff);
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .notra-neo .poster {
    height: auto;
  }
}
.notra-neo .poster .img {
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .notra-neo .poster .img {
    max-height: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .notra-neo .poster .img {
    height: auto;
  }
}
.notra-neo .poster .img video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .notra-neo .poster .img video.pc {
    display: none !important;
  }
}
.notra-neo .poster .img video.tablet {
  display: none;
}
@media screen and (max-width: 750px) {
  .notra-neo .poster .img video.tablet {
    display: block !important;
  }
}
.notra-neo .poster .img img {
  width: 100%;
}
.notra-neo .poster .text {
  max-width: 1800px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10%;
  top: 0;
  color: #333;
  text-align: left;
  height: fit-content;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .notra-neo .poster .text {
    text-align: center;
    top: 0;
    bottom: auto;
  }
}
.notra-neo .poster .text .title {
  width: 100%;
  font-family: Inter-SemiBold;
  font-size: clamp(54px, 1rem, 100px);
  color: #222;
  line-height: 1;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 1024px) {
  .notra-neo .poster .text .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .poster .text .title {
    font-size: 32px;
  }
}
.notra-neo .poster .text .title span {
  background: linear-gradient(to right, #FF8AEB 0%, #58BEFE 45%, #03DCAF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter-SemiBold;
}
.notra-neo .poster .text .summary {
  font-size: clamp(16px, 0.24rem, 24px);
  margin-top: 24px;
  transition: all 1s;
  width: 100%;
  margin-bottom: 48px;
  max-width: 610px;
  font-family: Inter-SemiBold;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.5s;
}
.notra-neo .poster .text .summary span {
  font-family: Inter-SemiBold;
  background: linear-gradient(92deg, #0060EF -10.01%, #0075FF 71.07%, #3BB4FF 118.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .notra-neo .poster .text .summary {
    font-size: 16px;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .poster .text .summary {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.notra-neo .poster .text .banner-more {
  transition: all 1s;
  display: flex;
  grid-gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .notra-neo .poster .text .banner-more {
    grid-gap: 8px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .poster .text .banner-more {
    justify-content: center;
  }
}
.notra-neo .poster .text .banner-more .f-more {
  border-radius: 24px;
  min-width: 120px;
  height: 48px;
}
.notra-neo .poster .text .title,
.notra-neo .poster .text .summary,
.notra-neo .poster .text .banner-more {
  transition: all 1s;
}
.notra-neo .poster .text .title.active,
.notra-neo .poster .text .summary.active,
.notra-neo .poster .text .banner-more.active {
  opacity: 1;
  transform: translateY(0);
}
.notra-neo .poster .text2 {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10%;
  color: #333;
  text-align: left;
  height: fit-content;
  z-index: 3;
  max-width: 1800px;
  font-size: clamp(12px, 0.24rem, 24px);
  font-family: Inter-SemiBold;
}
.notra-neo .poster .text2 span {
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .notra-neo .poster .text2 {
    text-align: center;
    color: #fff;
    bottom: 40px;
  }
}
.notra-neo .poster::after {
  height: 167px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}
.notra-neo .type1 {
  position: relative;
  background: linear-gradient(to bottom, #fcfcff, #e8f5ff);
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .notra-neo .type1 {
    height: auto;
  }
}
.notra-neo .type1 .img {
  height: 100vh;
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .notra-neo .type1 .img {
    max-height: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .notra-neo .type1 .img {
    height: auto;
  }
}
.notra-neo .type1 .img video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .notra-neo .type1 .img video.pc {
    display: none !important;
  }
}
.notra-neo .type1 .img video.tablet {
  display: none;
}
@media screen and (max-width: 750px) {
  .notra-neo .type1 .img video.tablet {
    display: block !important;
  }
}
.notra-neo .type1 .img img {
  width: 100%;
}
.notra-neo .type1 .text {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  color: #333;
  text-align: left;
  height: fit-content;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .notra-neo .type1 .text {
    text-align: center;
    top: 46px;
    bottom: auto;
  }
}
.notra-neo .type1 .text .title {
  width: 100%;
  font-family: Inter-SemiBold;
  font-size: 56px;
  color: #222;
  line-height: 1;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 1024px) {
  .notra-neo .type1 .text .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type1 .text .title {
    font-size: 32px;
  }
}
.notra-neo .type1 .text .summary {
  font-size: 16px;
  margin-top: 24px;
  transition: all 1s;
  width: 100%;
  margin-bottom: 48px;
  max-width: 610px;
  font-family: Inter-SemiBold;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.5s;
}
.notra-neo .type1 .text .summary span {
  font-family: Inter-SemiBold;
  background: linear-gradient(92deg, #0060EF -10.01%, #0075FF 71.07%, #3BB4FF 118.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type1 .text .summary {
    font-size: 16px;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type1 .text .summary {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.notra-neo .type1 .text .banner-more {
  transition: all 1s;
  display: flex;
  grid-gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type1 .text .banner-more {
    grid-gap: 8px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type1 .text .banner-more {
    justify-content: center;
  }
}
.notra-neo .type1 .text .banner-more .f-more {
  border-radius: 24px;
  width: 120px;
  height: 48px;
}
.notra-neo .type1 .text .title,
.notra-neo .type1 .text .summary,
.notra-neo .type1 .text .banner-more {
  transition: all 1s;
}
.notra-neo .type1 .text .title.active,
.notra-neo .type1 .text .summary.active,
.notra-neo .type1 .text .banner-more.active {
  opacity: 1;
  transform: translateY(0);
}
.notra-neo .type1::after {
  content: "";
  height: 167px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}
.notra-neo .type2 {
  margin-top: -2px;
  position: relative;
  z-index: 2;
  padding-top: clamp(50px, 1.06rem, 106px);
  padding-bottom: clamp(50px, 1.06rem, 106px);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.notra-neo .type2 .section {
  max-width: 1520px;
}
.notra-neo .type2 .type2-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  margin: auto;
}
.notra-neo .type2 .type2-box .left {
  flex: 319;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.notra-neo .type2 .type2-box .mid {
  flex: 565;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.notra-neo .type2 .type2-box .mid .top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.notra-neo .type2 .type2-box .mid .top .type-item:nth-child(3) {
  grid-column: 1 / -1;
}
.notra-neo .type2 .type2-box .mid .top .type-item:nth-child(3) .title {
  font-size: clamp(18px, 0.36rem, 36px);
  font-family: Inter-Bold;
}
.notra-neo .type2 .type2-box .mid .top .type-item:nth-child(3) .summary {
  font-size: clamp(36px, 0.72rem, 72px);
  font-family: Inter-Bold;
  line-height: 1;
}
.notra-neo .type2 .type2-box .mid .bottom {
  display: flex;
  gap: 16px;
}
.notra-neo .type2 .type2-box .mid .bottom .type-item:nth-child(1) {
  flex: 316;
}
.notra-neo .type2 .type2-box .mid .bottom .type-item:nth-child(2) {
  flex: 229;
}
.notra-neo .type2 .type2-box .right {
  flex: 363;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 16px;
}
.notra-neo .type2 .type2-box .right .type-item:nth-child(1) {
  grid-column: 1 / -1;
}
.notra-neo .type2 .type2-box .right .type-item:nth-child(4) {
  grid-column: 1 / -1;
}
.notra-neo .type2 .type2-box .type-item {
  overflow: hidden;
  position: relative;
  height: fit-content;
  border-radius: 24px;
}
@media screen and (max-width: 1919px) {
  .notra-neo .type2 .type2-box .type-item {
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 .type2-box .type-item {
    border-radius: 12px;
    width: 100% !important;
  }
}
.notra-neo .type2 .type2-box .type-item img {
  width: 100%;
}
.notra-neo .type2 .type2-box .type-item .text {
  position: absolute;
  top: 20px;
  left: 12px;
  right: 12px;
  height: fit-content;
  text-align: center;
  margin: auto;
  color: #000;
}
.notra-neo .type2 .type2-box .type-item .text .title {
  font-size: clamp(12px, 0.18rem, 18px);
  line-height: 1.2;
  font-family: Inter-SemiBold;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 .type2-box .type-item .text .title {
    font-size: 14px;
  }
}
.notra-neo .type2 .type2-box .type-item .text .summary {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item .text .summary {
    font-size: 12px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 .type2-box .type-item .text .summary {
    font-size: 12px;
    margin-top: 2px;
  }
}
.notra-neo .type2 .type2-box .type-item1 {
  width: calc(344 / 1280 * 100%);
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 .type2-box .type-item1 {
    order: 1;
  }
}
.notra-neo .type2 .type2-box .type-item1 .text {
  top: auto;
  bottom: 16px;
  color: #000;
}
.notra-neo .type2 .type2-box .type-item2 {
  width: calc(559 / 1280 * 100%);
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 .type2-box .type-item2 {
    order: 3;
  }
}
.notra-neo .type2 .type2-box .type-item2 .list {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item2 .list {
    border-radius: 1.25vw;
  }
}
.notra-neo .type2 .type2-box .type-item2 .text {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item2 .text {
    left: 12px;
    right: 12px;
  }
}
.notra-neo .type2 .type2-box .type-item2 .text .title {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item2 .text .title {
    font-size: 12px;
  }
}
.notra-neo .type2 .type2-box .type-item3 {
  width: calc(355 / 1280 * 100%);
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 .type2-box .type-item3 {
    order: 2;
  }
}
.notra-neo .type2 .type2-box .type-item3 .text {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item3 .text {
    top: 8px;
    left: 16px;
    right: 16px;
  }
}
.notra-neo .type2 .type2-box .type-item3 .text .title {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item3 .text .title {
    font-size: 12px;
  }
}
.notra-neo .type2 .type2-box .type-item4 {
  width: calc(344 / 1280 * 100%);
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item4 {
    order: 4;
  }
}
.notra-neo .type2 .type2-box .type-item4 .text {
  color: #000;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item4 .text {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item4 .text .title {
    font-size: 14px;
  }
}
.notra-neo .type2 .type2-box .type-item5 {
  width: calc(559 / 1280 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item5 {
    order: 5;
  }
}
.notra-neo .type2 .type2-box .type-item5 .text {
  color: #000;
  top: 40px;
  bottom: auto;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item5 .text {
    top: 24px;
  }
}
.notra-neo .type2 .type2-box .type-item5 .text .title {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item5 .text .title {
    font-size: 20px;
  }
}
.notra-neo .type2 .type2-box .type-item6 {
  width: calc(145 / 1280 * 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item6 {
    order: 7;
  }
}
.notra-neo .type2 .type2-box .type-item6 .text {
  color: var(--dominant-color);
  bottom: 32px;
  top: auto;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item6 .text {
    bottom: 16px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 .type2-box .type-item6 .text {
    bottom: 8px;
  }
}
.notra-neo .type2 .type2-box .type-item6 .text .title {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item6 .text .title {
    font-size: 12px;
  }
}
.notra-neo .type2 .type2-box .type-item7 {
  margin-bottom: 0;
  position: absolute;
  left: calc(153 / 1280 * 100%);
  bottom: 0;
  width: calc(191 / 1280 * 100%);
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item7 {
    order: 9;
  }
}
.notra-neo .type2 .type2-box .type-item7 .text {
  color: #fff;
  bottom: 32px;
  top: auto;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item7 .text {
    bottom: 16px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 .type2-box .type-item7 .text {
    bottom: 8px;
  }
}
.notra-neo .type2 .type2-box .type-item7 .text .title {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item7 .text .title {
    font-size: 12px;
  }
}
.notra-neo .type2 .type2-box .type-item8 {
  width: calc(470 / 1280 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item8 {
    order: 6;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 .type2-box .type-item8 {
    display: none;
  }
}
.notra-neo .type2 .type2-box .type-item8 .text {
  top: 32px;
  bottom: auto;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item8 .text {
    top: 12px;
  }
}
.notra-neo .type2 .type2-box .type-item8 .text .title {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item8 .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 .type2-box .type-item8 .text .title {
    font-size: 14px;
  }
}
.notra-neo .type2 .type2-box .type-item9 {
  width: calc(355 / 1280 * 100%);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item9 {
    order: 6;
  }
}
.notra-neo .type2 .type2-box .type-item9 .list {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item9 .list {
    border-radius: 1.25vw;
  }
}
.notra-neo .type2 .type2-box .type-item9 .text {
  color: #000;
  bottom: 12px;
  top: auto;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item9 .text {
    bottom: 8px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 .type2-box .type-item9 .text {
    bottom: 0;
    top: 0;
    left: 50%;
    right: auto;
  }
}
.notra-neo .type2 .type2-box .type-item9 .text .title {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item9 .text .title {
    font-size: 12px;
  }
}
.notra-neo .type2 .type2-box .type-item10 {
  width: calc(384 / 1280 * 100%);
  right: 0;
  bottom: calc(164 / 775 * 100%);
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item10 {
    order: 10;
  }
}
.notra-neo .type2 .type2-box .type-item10 .text {
  color: #fff;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 .type2-box .type-item10 .text {
    left: 4px;
    right: 4px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 .type2-box .type-item10 .text .summary {
    font-size: 10px;
  }
}
.notra-neo .type2 .type2-box .type-item11 {
  position: absolute;
  width: calc(384 / 1280 * 100%);
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item11 {
    order: 11;
  }
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item11 .text .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .notra-neo .type2 .type2-box .type-item1,
  .notra-neo .type2 .type2-box .type-item3,
  .notra-neo .type2 .type2-box .type-item4,
  .notra-neo .type2 .type2-box .type-item10,
  .notra-neo .type2 .type2-box .type-item11,
  .notra-neo .type2 .type2-box .type-item9 {
    width: calc(206 / 688 * 100%);
  }
  .notra-neo .type2 .type2-box .type-item2,
  .notra-neo .type2 .type2-box .type-item5 {
    width: calc(252 / 688 * 100%);
  }
  .notra-neo .type2 .type2-box .type-item6,
  .notra-neo .type2 .type2-box .type-item7 {
    width: calc(97 / 688 * 100%);
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type2 .type2-box .type-item1,
  .notra-neo .type2 .type2-box .type-item2,
  .notra-neo .type2 .type2-box .type-item3,
  .notra-neo .type2 .type2-box .type-item4,
  .notra-neo .type2 .type2-box .type-item10,
  .notra-neo .type2 .type2-box .type-item11,
  .notra-neo .type2 .type2-box .type-item12,
  .notra-neo .type2 .type2-box .type-item13 {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .notra-neo .type2 .type2-box .type-item2 {
    grid-column: 1 / -1;
  }
  .notra-neo .type2 .type2-box .type-item5 {
    display: none;
  }
  .notra-neo .type2 .type2-box .type-item9 {
    flex-direction: column;
  }
  .notra-neo .type2 .type2-box .type-item6,
  .notra-neo .type2 .type2-box .type-item7,
  .notra-neo .type2 .type2-box .type-item10,
  .notra-neo .type2 .type2-box .type-item11 {
    position: initial;
  }
}
.notra-neo .type3 {
  overflow: hidden;
  position: relative;
}
.notra-neo .type3::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.notra-neo .type3 img {
  width: 100%;
}
.notra-neo .type3 video {
  width: 100%;
  max-height: 1080px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type3 video {
    object-fit: cover;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type3 video {
    height: 640px;
    object-fit: cover;
  }
}
.notra-neo .type3 .texts {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  z-index: 2;
}
.notra-neo .type3 .texts .title {
  text-align: center;
  color: #fff;
  font-size: clamp(42px, 1.2rem, 120px);
  font-family: Inter-SemiBold;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type3 .texts .title {
    font-size: 70px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type3 .texts .title {
    margin: auto;
  }
}
.notra-neo .type3 .texts .title br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type3 .texts .title br {
    display: block;
  }
}
.notra-neo .type3 .texts .play-button {
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin: 32px auto auto;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type3 .texts .play-button {
    margin-top: 54px;
  }
}
.notra-neo .type3 .texts .play-button svg {
  margin-left: 4px;
}
.notra-neo .type3 .texts .play-button .text {
  flex: 1;
  text-align: center;
}
.notra-neo .type4 {
  overflow: hidden;
  position: relative;
  height: 100vh;
  margin: clamp(32px, 0.64rem, 64px) 0;
}
.notra-neo .type4 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notra-neo .type4 .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 760px;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
}
.notra-neo .type4 .text .page-title {
  margin-bottom: 0;
}
.notra-neo .type4 .text .page-summary {
  color: #000;
}
.notra-neo .type5 {
  padding-top: clamp(100px, 2rem, 200px);
  padding-bottom: clamp(50px, 1.2rem, 120px);
}
.notra-neo .type5 .text-box {
  max-width: 1340px;
  text-align: center;
}
.notra-neo .type5 .swiper {
  overflow: initial;
  margin-top: clamp(32px, 0.64rem, 64px);
}
.notra-neo .type5 .swiper .swiper-slide {
  border-radius: 40px;
  overflow: hidden;
}
.notra-neo .type5 .swiper .swiper-slide img {
  width: 100%;
}
.notra-neo .type5 .swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
}
.notra-neo .type5 .swiper .swiper-slide .text {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  max-width: 700px;
  margin: auto;
  padding: clamp(24px, 0.46rem, 46px);
  font-size: clamp(14px, 0.16rem, 16px);
  text-align: center;
  color: #fff;
}
.notra-neo .type5 .swiper .swiper-slide .text span {
  background: linear-gradient(to right, #FF8AEB 0%, #58BEFE 45%, #03DCAF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter-SemiBold;
}
.notra-neo .type5 .swiper .swiper-slide .color {
  position: absolute;
  right: clamp(24px, 0.46rem, 46px);
  bottom: clamp(24px, 0.46rem, 46px);
  background: rbga(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  border: 1px solid #fff;
  border-radius: 99px;
  padding: 8px 10px 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 0.24rem, 24px);
  color: #000;
  font-family: Inter-SemiBold;
}
.notra-neo .type5 .swiper .swiper-slide .color span {
  font-family: Inter-SemiBold;
}
.notra-neo .type5 .swiper .swiper-slide .color .icon {
  width: clamp(24px, 0.32rem, 32px);
  height: clamp(24px, 0.32rem, 32px);
  border-radius: 50%;
}
.notra-neo .type5 .swiper .swiper-slide .color.color1 .icon {
  background: #000;
}
.notra-neo .type5 .swiper .swiper-slide .color.color2 {
  color: #FFB1B3;
}
.notra-neo .type5 .swiper .swiper-slide .color.color2 .icon {
  background: #FFB1B3;
}
.notra-neo .type5 .swiper .swiper-slide .color.color3 {
  color: #FCFF1E;
}
.notra-neo .type5 .swiper .swiper-slide .color.color3 .icon {
  background: #FCFF1E;
}
.notra-neo .type5 .button {
  margin: 52px auto 0;
  display: flex;
  justify-content: center;
  border-radius: 28px;
  background: #EDF5FF;
  width: fit-content;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 750px) {
  .notra-neo .type5 .button {
    justify-content: left;
    width: max-content;
  }
}
.notra-neo .type5 .button .item {
  cursor: pointer;
  padding: 0 40px;
  border-radius: 99px;
  height: 65px;
  line-height: 65px;
  color: rgba(0, 117, 255, 0.6);
  transition: all 0.5s;
  min-width: 64px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: clamp(12px, 0.24rem, 24px);
  font-family: Inter-SemiBold;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type5 .button .item {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 34px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type5 .button .item {
    flex-shrink: 0;
    font-size: 12px;
  }
}
.notra-neo .type5 .button .item.active {
  color: #fff;
}
.notra-neo .type5 .button .item-bg {
  background: #0075FF;
  border-radius: 99px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type5 .button .item-bg {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
}
.notra-neo .type6-title {
  padding-top: clamp(32px, 0.64rem, 64px);
  padding-bottom: clamp(32px, 0.64rem, 64px);
  text-align: center;
  max-width: 1000px;
}
.notra-neo .type6 {
  height: 200vh;
}
.notra-neo .type6 .type-box {
  height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notra-neo .type6 .type-box .img {
  padding: 0;
  height: 600px;
  overflow: hidden;
  border-radius: 500px;
  position: relative;
}
.notra-neo .type6 .type-box .img img {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.notra-neo .type7 {
  padding-top: clamp(40px, 0.72rem, 72px);
  padding-bottom: clamp(40px, 1.6rem, 160px);
}
@media screen and (max-width: 1024px) {
  .notra-neo .type7 {
    overflow: hidden;
  }
}
.notra-neo .type7 .page-summary {
  text-align: center;
}
.notra-neo .type7 .page-summary img {
  margin: 0 4px;
  width: auto;
}
.notra-neo .type7 .type-box {
  margin-top: clamp(20px, 1rem, 100px);
}
@media screen and (max-width: 750px) {
  .notra-neo .type7 .type-box {
    margin-top: 50px;
  }
}
.notra-neo .type7 .type-box .swiper {
  overflow: initial;
}
.notra-neo .type7 .type-box .swiper .swiper-slide .pen {
  position: absolute;
  width: 23%;
  top: -8%;
  right: -4%;
  z-index: 2;
}
.notra-neo .type7 .type-box .swiper .swiper-slide .pen img {
  width: 100%;
}
.notra-neo .type7 .type-box .swiper .swiper-slide .plan {
  position: absolute;
  width: 23%;
  top: 28%;
  right: -11%;
  z-index: 2;
}
.notra-neo .type7 .type-box .swiper .swiper-slide .plan img {
  width: 100%;
}
.notra-neo .type7 .type-box .swiper .swiper-slide .text {
  margin-top: clamp(20px, 0.24rem, 24px);
  color: #000;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type7 .type-box .swiper .swiper-slide .text {
    font-size: 17px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type7 .type-box .swiper .swiper-slide .text {
    font-size: 14px;
  }
}
.notra-neo .type7 .type-box .swiper .swiper-slide .text .title {
  font-size: clamp(16px, 0.24rem, 24px);
  font-family: Inter-SemiBold;
}
.notra-neo .type7 .type-box .swiper .swiper-slide .text .summary {
  margin-top: clamp(6px, 0.12rem, 12px);
  font-size: clamp(14px, 0.2rem, 20px);
  color: rgba(0, 0, 0, 0.6);
}
.notra-neo .type7 .type-box .swiper .swiper-slide .text span {
  color: #000;
}
.notra-neo .type7 .type-box .swiper .swiper-slide .text strong {
  color: #000;
}
.notra-neo .type7 .type-box .swiper .swiper-slide .img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #F7F7F7;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type7 .type-box .swiper .swiper-slide .img {
    border-radius: 16px;
  }
}
.notra-neo .type7 .type-box .swiper .swiper-slide .img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.notra-neo .type7 .type-box .swiper .swiper-slide .img .icon {
  position: absolute;
  width: clamp(30px, 0.4rem, 40px);
  height: clamp(30px, 0.4rem, 40px);
  bottom: clamp(16px, 0.2rem, 20px);
  right: clamp(16px, 0.2rem, 20px);
}
.notra-neo .type7 .type-box .swiper .swiper-slide .img .icon img {
  display: none;
}
.notra-neo .type7 .type-box .swiper .swiper-slide .img .icon img.active {
  display: block;
}
.notra-neo .type7 .type-box .swiper .swiper-button {
  margin-top: clamp(20px, 0.8rem, 80px);
}
@media (max-width: 750px) {
  .notra-neo .type7 .type-box .swiper .swiper-button {
    display: none;
  }
}
.notra-neo .type8 {
  overflow: hidden;
  position: relative;
}
.notra-neo .type8 .text-box {
  position: absolute;
  top: clamp(40px, 1rem, 100px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  max-width: 900px;
  text-align: center;
}
@media (max-width: 750px) {
  .notra-neo .type8 .text-box {
    flex-direction: column;
  }
}
.notra-neo .type8 .type-box {
  position: relative;
}
.notra-neo .type8 .type-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 80%);
}
.notra-neo .type8 .type-box img {
  width: 100%;
}
.notra-neo .type8 .type-bottom {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  bottom: clamp(60px, 1.2rem, 120px);
  display: flex;
  justify-content: space-between;
}
.notra-neo .type8 .type-bottom .item {
  width: 33.33%;
  text-align: center;
}
.notra-neo .type8 .type-bottom .item .icon {
  width: clamp(40px, 0.62rem, 62px);
  height: clamp(40px, 0.62rem, 62px);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type8 .type-bottom .item .icon {
    width: 30px;
    height: 30px;
  }
}
.notra-neo .type8 .type-bottom .item .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.notra-neo .type8 .type-bottom .item .text {
  margin-top: clamp(10px, 0.2rem, 20px);
  color: #1D1D1F;
}
.notra-neo .type8 .type-bottom .item .text .title {
  font-size: clamp(14px, 0.2rem, 20px);
  font-family: Inter-SemiBold;
}
@media screen and (max-width: 750px) {
  .notra-neo .type8 .type-bottom .item .text .title {
    line-height: 1;
    margin-bottom: 4px;
  }
}
.notra-neo .type8 .type-bottom .item .text .summary {
  font-size: clamp(12px, 0.16rem, 16px);
  opacity: 0.4;
}
.notra-neo .type9 {
  position: relative;
  padding-top: clamp(40px, 0.64rem, 64px);
  padding-bottom: clamp(40px, 1.2rem, 120px);
  overflow: hidden;
}
.notra-neo .type9 .bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.notra-neo .type9 .bgs .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.notra-neo .type9 .bgs .bg.active {
  opacity: 1;
}
.notra-neo .type9 .bgs .bg.bg1 {
  background: linear-gradient(to bottom, #E8F4FF, #FDFDFD);
}
.notra-neo .type9 .bgs .bg.bg2 {
  background: linear-gradient(to bottom, #E7FDC9, #FDFDFD);
}
.notra-neo .type9 .bgs .bg.bg3 {
  background: linear-gradient(to bottom, #FCFCFC, #FDFDFD);
}
.notra-neo .type9 .bgs .bg.bg4 {
  background: linear-gradient(to bottom, #FEF1F5, #FDFDFD);
}
.notra-neo .type9 .page-title {
  text-align: center;
}
.notra-neo .type9 .type-box {
  max-width: 1360px;
  display: flex;
  gap: clamp(20px, 0.24rem, 24px);
  position: relative;
  margin-top: clamp(32px, 0.64rem, 64px);
}
.notra-neo .type9 .type-box .items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.notra-neo .type9 .type-box .items .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
.notra-neo .type9 .type-box .items .item .img1 {
  position: absolute;
  top: -22%;
  right: -10%;
  width: max(2.6rem, 260px);
}
.notra-neo .type9 .type-box .items .item .img2 {
  position: absolute;
  left: -6%;
  bottom: -9%;
  width: max(2.6rem, 260px);
}
.notra-neo .type9 .type-box .items .item.active {
  opacity: 1;
}
.notra-neo .type9 .type-box .left {
  border-radius: 40px;
  overflow: hidden;
  flex: 1;
  background: #fff;
  position: relative;
  z-index: 2;
}
.notra-neo .type9 .type-box .left img {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.notra-neo .type9 .type-box .left img.active {
  opacity: 1;
  pointer-events: auto;
}
.notra-neo .type9 .type-box .left img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.notra-neo .type9 .type-box .right {
  position: relative;
  z-index: 2;
  padding: clamp(20px, 0.46rem, 46px);
  border-radius: 40px;
  overflow: hidden;
  flex-basis: clamp(200px, 4.1rem, 410px);
  background: #fff;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  gap: clamp(16px, 0.24rem, 24px);
}
.notra-neo .type9 .type-box .right .item {
  width: 100%;
  max-width: 290px;
  border-radius: 99px;
  background: #F5F5F7;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  padding: clamp(6px, 0.08rem, 8px) clamp(6px, 0.08rem, 8px) clamp(6px, 0.08rem, 8px) clamp(18px, 0.28rem, 28px);
}
.notra-neo .type9 .type-box .right .item .show-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notra-neo .type9 .type-box .right .item .show-text .title {
  font-size: clamp(12px, 0.16rem, 16px);
  font-family: "Inter-Bold";
}
.notra-neo .type9 .type-box .right .item .show-text .icon {
  width: clamp(30px, 0.38rem, 38px);
  height: clamp(30px, 0.38rem, 38px);
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: clamp(16px, 0.24rem, 24px);
}
.notra-neo .type9 .type-box .right .item .fade-text {
  display: none;
  position: relative;
  font-size: clamp(12px, 0.14rem, 14px);
}
.notra-neo .type9 .type-box .right .item .fade-text .title {
  font-family: "Inter-Bold";
}
.notra-neo .type9 .type-box .right .item.active {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  padding: clamp(18px, 0.24rem, 24px);
}
.notra-neo .type9 .type-box .right .item.active .show-text {
  display: none;
}
.notra-neo .type9 .type-box .right .item.active .fade-text {
  display: block;
}
.notra-neo .type10-title {
  margin: clamp(40px, 0.8rem, 80px) auto;
}
.notra-neo .type10-title .mid-text {
  max-width: 900px;
}
.notra-neo .type10-title .mid-text .page-summary {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .notra-neo .type10-title .mid-text .page-summary {
    margin-top: 20px;
  }
}
.notra-neo .type10 {
  height: 200vh;
  position: relative;
}
.notra-neo .type10 .type-box {
  position: sticky;
  top: 0;
  height: 100vh;
}
.notra-neo .type10 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.notra-neo .type10 .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
}
.notra-neo .type10 .bottom {
  max-width: 1600px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 0.48rem, 48px);
}
@media screen and (max-width: 750px) {
  .notra-neo .type10 .bottom {
    bottom: 20vh;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type10 .bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    bottom: 15vh;
  }
}
@media screen and (max-width: 378px) {
  .notra-neo .type10 .bottom {
    bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type10 .bottom {
    width: max-content;
  }
}
.notra-neo .type10 .bottom .item {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  padding: clamp(8px, 0.24rem, 24px) clamp(8px, 0.36rem, 36px);
  border-radius: 99px;
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.24rem, 24px);
  border: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type10 .bottom .item {
    border-radius: 16px;
    gap: 8px;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type10 .bottom .item {
    width: fit-content;
    padding: 12px;
  }
}
.notra-neo .type10 .bottom .item .img {
  width: clamp(40px, 0.96rem, 96px);
  height: clamp(40px, 0.96rem, 96px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type10 .bottom .item .img {
    width: 30px;
    height: 30px;
  }
}
.notra-neo .type10 .bottom .item .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.notra-neo .type10 .bottom .item .text {
  flex: 1;
  color: #fff;
  font-size: clamp(14px, 0.2rem, 20px);
}
@media screen and (max-width: 1024px) {
  .notra-neo .type10 .bottom .item .text {
    font-size: 12px;
  }
}
.notra-neo .type10 .bottom .item .text .title {
  font-family: Inter-SemiBold;
}
.notra-neo .type10 .bottom .item .text .summary {
  line-height: 1.2;
  font-size: clamp(12px, 0.16rem, 16px);
  margin-top: clamp(2px, 0.4rem, 4px);
}
@media screen and (max-width: 1024px) {
  .notra-neo .type10 .bottom .item .text .summary {
    font-size: 10px;
  }
}
.notra-neo .type11 {
  background: linear-gradient(to bottom, #FEF0F5, #FDFDFD);
  padding: 168px 0;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type11 {
    padding: 48px 0;
  }
}
.notra-neo .type11 .type-button {
  max-width: 1600px;
  margin-top: clamp(30px, 0.72rem, 72px);
  margin-bottom: clamp(30px, 0.56rem, 56px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 0.4rem, 40px);
}
@media screen and (max-width: 1024px) {
  .notra-neo .type11 .type-button {
    margin-top: 94px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type11 .type-button {
    margin-top: 40px;
  }
}
.notra-neo .type11 .type-button .change-language {
  position: relative;
  cursor: pointer;
}
.notra-neo .type11 .type-button .change-language .change-language-button {
  border-radius: 99px;
  background: #fff;
  height: 32px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 0.2rem, 20px);
  font-family: Inter-Bold;
  position: relative;
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type11 .type-button .change-language .change-language-button {
    height: 26px;
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type11 .type-button .change-language .change-language-button {
    height: 22px;
  }
}
.notra-neo .type11 .type-button .change-language .change-language-show {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 130%;
  width: 140px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type11 .type-button .change-language .change-language-show {
    width: 100px;
  }
}
.notra-neo .type11 .type-button .change-language .change-language-show .show-box {
  padding: 16px 0 16px 13px;
  overflow: auto;
  height: 150px;
  width: 100%;
}
.notra-neo .type11 .type-button .change-language .change-language-show .change-language-item {
  color: rgba(0, 0, 0, 0.4);
  font-size: clamp(12px, 0.2rem, 20px);
  font-family: Inter-Bold;
  line-height: 1.6;
  cursor: pointer;
}
.notra-neo .type11 .type-button .change-language .change-language-show .change-language-item.active,
.notra-neo .type11 .type-button .change-language .change-language-show .change-language-item:hover {
  color: #000;
}
.notra-neo .type11 .type-button .change-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.notra-neo .type11 .type-button .change-price .change-price-button {
  background: #E3E3E3;
  border-radius: 999px;
  width: 64px;
  height: 32px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type11 .type-button .change-price .change-price-button {
    height: 26px;
    width: 52px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type11 .type-button .change-price .change-price-button {
    height: 22px;
    width: 43px;
  }
}
.notra-neo .type11 .type-button .change-price .change-price-button::after {
  content: '';
  background: #fff;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type11 .type-button .change-price .change-price-button::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type11 .type-button .change-price .change-price-button::after {
    width: 18px;
    height: 18px;
  }
}
.notra-neo .type11 .type-button .change-price .change-price-button.active {
  background: #0075FF;
}
.notra-neo .type11 .type-button .change-price .change-price-button.active::after {
  left: 35px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .type11 .type-button .change-price .change-price-button.active::after {
    left: 41px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type11 .type-button .change-price .change-price-button.active::after {
    left: 23px;
  }
}
.notra-neo .type11 .type-button .change-price span {
  font-family: Inter-Bold;
  font-size: clamp(12px, 0.2rem, 20px);
}
.notra-neo .type11 .type-box {
  max-width: 1650px;
  display: flex;
  gap: clamp(10px, 0.44rem, 44px);
}
@media screen and (max-width: 1024px) {
  .notra-neo .type11 .type-box {
    display: flex;
    overflow: auto;
    gap: 64px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type11 .type-box {
    gap: 20px;
  }
}
.notra-neo .type11 .type-box .item {
  background: #fff;
  border-radius: 20px;
  flex: 1;
  transition: all 0.5s;
  padding: clamp(20px, 0.32rem, 32px) clamp(20px, 0.38rem, 38px) clamp(20px, 0.56rem, 56px) clamp(20px, 0.38rem, 38px);
}
@media screen and (max-width: 1024px) {
  .notra-neo .type11 .type-box .item {
    flex-basis: 480px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type11 .type-box .item {
    flex-basis: 256px;
  }
}
.notra-neo .type11 .type-box .item .title1 {
  font-size: clamp(20px, 0.24rem, 24px);
  font-family: Inter-Bold;
  margin-bottom: clamp(16px, 0.24rem, 24px);
}
@media screen and (max-width: 1024px) {
  .notra-neo .type11 .type-box .item .title1 {
    font-size: clamp(24px, 0.24rem, 24px);
  }
}
.notra-neo .type11 .type-box .item .discount,
.notra-neo .type11 .type-box .item .discount-none {
  font-size: clamp(14px, 0.24rem, 24px);
  opacity: 0;
  text-decoration-line: line-through;
  font-family: Inter-Bold;
  margin-top: clamp(10px, 0.2rem, 20px);
}
.notra-neo .type11 .type-box .item .discount.active {
  opacity: 0.4;
}
.notra-neo .type11 .type-box .item .discount-none {
  opacity: 0;
}
.notra-neo .type11 .type-box .item .title2 {
  font-family: Inter-SemiBold;
  color: #adadad;
  font-size: clamp(14px, 0.24rem, 24px);
}
.notra-neo .type11 .type-box .item .title2 span {
  color: #000;
  font-family: Inter-Bold;
  font-size: clamp(48px, 0.48rem, 48px);
}
@media screen and (max-width: 750px) {
  .notra-neo .type11 .type-box .item .title2 span {
    font-size: 24px;
  }
}
.notra-neo .type11 .type-box .item .title2 span.until {
  color: #adadad;
  font-family: Inter-SemiBold;
  font-size: clamp(14px, 0.24rem, 24px);
}
.notra-neo .type11 .type-box .item .billed-yearly,
.notra-neo .type11 .type-box .item .billed-yearly-none {
  font-family: Inter-Bold;
  font-size: clamp(14px, 0.24rem, 24px);
  opacity: 0;
  display: none;
}
.notra-neo .type11 .type-box .item .billed-yearly.active,
.notra-neo .type11 .type-box .item .billed-yearly-none.active {
  display: block;
}
.notra-neo .type11 .type-box .item .billed-yearly.active {
  opacity: 1;
}
.notra-neo .type11 .type-box .item .billed-yearly-none {
  opacity: 0;
}
.notra-neo .type11 .type-box .item .lists .list {
  margin-top: clamp(10px, 0.2rem, 20px);
  display: flex;
  font-size: clamp(14px, 0.2rem, 20px);
  font-family: Inter-Bold;
  color: rgba(21, 21, 21, 0.6);
}
@media screen and (max-width: 1024px) {
  .notra-neo .type11 .type-box .item .lists .list {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .type11 .type-box .item .lists .list {
    font-size: 14px;
  }
}
.notra-neo .type11 .type-box .item .lists .list span {
  width: 32px;
  color: #0075FF;
  font-family: Inter-Medium;
  flex-shrink: 0;
}
.notra-neo .type11 .type-box .item .lists .list span img {
  width: clamp(20px, 0.24rem, 24px);
}
.notra-neo .type11 .type-box .item:hover {
  flex: 1.3;
}
.notra-neo .type11 .type-box .item.scale {
  transform: scale(0.9);
  transform-origin: center center;
}
.notra-neo .type11 .page-summary {
  margin-top: clamp(20px, 1rem, 100px);
  font-family: Inter-Regular;
  font-size: clamp(14px, 0.15rem, 15px);
  color: #999;
}
@media screen and (max-width: 750px) {
  .notra-neo .type11 .page-summary {
    margin-top: 40px;
  }
}
.notra-neo .color-title {
  font-family: Inter-Bold;
  font-size: clamp(24px, 0.64rem, 64px);
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .notra-neo .color-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .color-title {
    font-size: 32px;
  }
}
.notra-neo .color-title span {
  background: linear-gradient(to right, #FF8AEB 0%, #58BEFE 45%, #03DCAF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter-Bold;
}
.notra-neo .accessories {
  overflow: hidden;
  padding: 80px 0 130px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories {
    padding-top: 32px;
    padding-bottom: 0;
  }
}
.notra-neo .accessories .boya-title {
  font-size: 32px;
  line-height: 1.2;
  font-family: Inter-SemiBold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories .boya-title {
    padding: 0 24px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .boya-title {
    display: none;
  }
}
.notra-neo .accessories .accessories-box {
  grid-gap: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories .accessories-box {
    flex-direction: column;
    padding: 0 24px 24px;
    grid-gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories .accessories-box {
    padding: 0 16px 16px;
  }
}
.notra-neo .accessories .accessories-box .left {
  flex-basis: 41.5%;
  height: fit-content;
  color: #fff;
  position: relative;
}
.notra-neo .accessories .accessories-box .left .imgs {
  position: relative;
}
.notra-neo .accessories .accessories-box .left .imgs .img {
  border-radius: 16px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories .accessories-box .left .imgs .img {
    border-radius: 16px 16px 0 0 ;
  }
}
.notra-neo .accessories .accessories-box .left .imgs .img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.notra-neo .accessories .accessories-box .left .imgs .img.active {
  opacity: 1;
  pointer-events: auto;
}
.notra-neo .accessories .accessories-box .left .imgs .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories .accessories-box .left .imgs .img img.pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories .accessories-box .left .imgs .img img.tablet {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .accessories-box .left .imgs .img img.tablet {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories .accessories-box .left .text {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    justify-content: space-between;
  }
  .notra-neo .accessories .accessories-box .left .text .title,
  .notra-neo .accessories .accessories-box .left .text .summary {
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .accessories-box .left .text {
    flex-direction: column;
    align-items: center;
    bottom: 40px;
  }
  .notra-neo .accessories .accessories-box .left .text .title,
  .notra-neo .accessories .accessories-box .left .text .summary {
    text-align: center;
  }
}
.notra-neo .accessories .accessories-box .left .title {
  font-size: 24px;
  font-family: Inter-Medium;
  margin-top: 34px;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories .accessories-box .left .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .accessories-box .left .title {
    font-size: 24px;
  }
}
.notra-neo .accessories .accessories-box .left .summary {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 12px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories .accessories-box .left .summary {
    font-size: 13px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .accessories-box .left .summary {
    margin-top: 4px;
  }
}
.notra-neo .accessories .accessories-box .left .button-box {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .accessories-box .left .button-box {
    margin-top: 24px;
  }
}
.notra-neo .accessories .accessories-box .left .button-box .f-more {
  border-radius: 24px;
  color: #fff;
}
.notra-neo .accessories .accessories-box .left .button-box .f-more.blue {
  background: none;
  color: #007FFF;
  border: 1px solid #007FFF;
}
.notra-neo .accessories .accessories-box .right {
  border-radius: 24px;
  background: #F5F5F5;
  flex: 1;
  overflow: hidden;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories .accessories-box .right {
    border-radius: 0 0 24px 24px;
    padding: 16px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .accessories-box .right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
    border-radius: 0 0 16px 16px;
  }
}
.notra-neo .accessories .accessories-box .right .tabs {
  color: #999999;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .accessories-box .right .tabs {
    padding-left: 0;
    padding-right: 0;
  }
}
.notra-neo .accessories .accessories-box .right .tabs .items {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .accessories-box .right .tabs .items {
    padding-left: 0;
    padding-right: 0;
    grid-gap: 0;
  }
  .notra-neo .accessories .accessories-box .right .tabs .items::after {
    content: '1';
    opacity: 0;
  }
}
.notra-neo .accessories .accessories-box .right .tabs .item {
  padding-bottom: 20px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: Inter-Medium;
  display: flex;
  align-items: center;
  color: #999999;
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .accessories-box .right .tabs .item {
    width: 50%;
    margin-right: 0;
    justify-content: center;
  }
}
.notra-neo .accessories .accessories-box .right .tabs .item span {
  font-size: 12px;
  font-family: Inter-Regular;
}
.notra-neo .accessories .accessories-box .right .tabs .item .color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 8px;
}
.notra-neo .accessories .accessories-box .right .tabs .item .color.color1 {
  background: #3F3F3F;
}
.notra-neo .accessories .accessories-box .right .tabs .item .color.color2 {
  background: linear-gradient(180deg, #F0F0F0 0%, #E9E9E9 100%);
}
.notra-neo .accessories .accessories-box .right .tabs .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.notra-neo .accessories .accessories-box .right .tabs .item.active {
  color: #000;
}
.notra-neo .accessories .accessories-box .right .tabs .item.active::after {
  background: #000;
}
.notra-neo .accessories .accessories-box .right .tabs::after {
  height: 1px;
  width: 1000%;
  position: absolute;
  bottom: 0;
  left: -500%;
  background: #666;
}
.notra-neo .accessories .accessories-box .right .line {
  height: 1px;
  width: 100%;
  background: #d9d9d9;
  transform: translateY(-1px);
}
.notra-neo .accessories .accessories-box .right .tabs-mid {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(12px, 0.32rem, 32px);
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .accessories-box .right .tabs-mid {
    padding-left: 8px;
    padding-right: 8px;
    overflow: auto;
    padding-bottom: 16px;
  }
}
.notra-neo .accessories .accessories-box .right .tabs-mid .m-item {
  display: none;
  justify-content: center;
  gap: 40px;
}
.notra-neo .accessories .accessories-box .right .tabs-mid .m-item.active {
  display: flex;
}
.notra-neo .accessories .accessories-box .right .tabs-mid .item {
  width: 28px;
  height: 28px;
  color: #666;
  border-radius: 50%;
  transition: all 0.5s;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .accessories-box .right .tabs-mid .item {
    flex-shrink: 0;
  }
}
.notra-neo .accessories .accessories-box .right .tabs-mid .item::after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.notra-neo .accessories .accessories-box .right .tabs-mid .item.color1::after {
  background: linear-gradient(to bottom, #3F3F3F 0%, #3F3F3F 100%);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
.notra-neo .accessories .accessories-box .right .tabs-mid .item.color1.active {
  border: 1px solid #3F3F3F;
}
.notra-neo .accessories .accessories-box .right .tabs-mid .item.color2::after {
  background: linear-gradient(to bottom, #F0F0F0 0%, #E9E9E9 100%);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
.notra-neo .accessories .accessories-box .right .tabs-mid .item.color2.active {
  border: 1px solid #E9E9E9;
}
.notra-neo .accessories .accessories-box .right .tabs-mid .item.color3::after {
  background: linear-gradient(to bottom, #FFDAD9 0%, #FFABB0 100%);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
.notra-neo .accessories .accessories-box .right .tabs-mid .item.color3.active {
  border: 1px solid #FFABB0;
}
.notra-neo .accessories .accessories-box .right .tabs-mid .item.color4::after {
  background: linear-gradient(to bottom, #FEFF91 0%, #EBED40 100%);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
.notra-neo .accessories .accessories-box .right .tabs-mid .item.color4.active {
  border: 1px solid #EBED40;
}
.notra-neo .accessories .accessories-box .right .tabs-change {
  padding: clamp(12px, 0.32rem, 32px) 0;
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories .accessories-box .right .tabs-change {
    padding-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .accessories-box .right .tabs-change {
    padding: 0 12px 12px;
  }
}
.notra-neo .accessories .accessories-box .right .tabs-change .item {
  display: none;
}
.notra-neo .accessories .accessories-box .right .tabs-change .item.active {
  display: block;
}
.notra-neo .accessories .accessories-box .right .tabs-change .item .i-box {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories .accessories-box .right .tabs-change .item .i-box {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .accessories-box .right .tabs-change .item .i-box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
  }
}
.notra-neo .accessories .accessories-box .right .tabs-change .item .i-box.active {
  display: grid;
}
.notra-neo .accessories .accessories-box .right .tabs-change .item .i-item {
  border-radius: 16px;
  position: relative;
  background: #fff;
  padding: 24px 12px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories .accessories-box .right .tabs-change .item .i-item {
    padding-top: 42px;
    padding-left: 0;
    padding-right: 0;
  }
}
.notra-neo .accessories .accessories-box .right .tabs-change .item .i-item .text {
  color: #000;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  font-size: 12px;
  z-index: 2;
}
.notra-neo .accessories .accessories-box .right .tabs-change .item .i-item .imgBox {
  padding-bottom: 145%;
}
.notra-neo .accessories .accessories-box .right .tabs-change .item .i-item.active {
  display: block !important;
}
.notra-neo .accessories .accessories-box .right .tabs-change .item .show-click {
  margin-top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories .accessories-box .right .tabs-change .item .show-click {
    font-size: 14px;
  }
}
.notra-neo .accessories .accessories-box .right .tabs-change .item .show-click span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #0075FF;
}
.notra-neo .accessories .accessories-box .right .tabs-change .item .show-click span svg {
  transform: translateY(-1px);
}
.notra-neo .accessories .accessories-box .right .tabs-change .item .show-click span:nth-child(2) {
  display: none;
}
.notra-neo .accessories .accessories-box .right .tabs-change .item .show-click.active span:nth-child(1) {
  display: none;
}
.notra-neo .accessories .accessories-box .right .tabs-change .item .show-click.active span:nth-child(2) {
  display: flex;
}
.notra-neo .accessories.packing-detail {
  padding: 0;
}
.notra-neo .accessories.packing-detail .type9-box .right {
  background: none;
}
.notra-neo .accessories.packing-detail .type9-box .right .tabs {
  color: #666;
  padding-top: 20px;
  width: 100%;
  text-align: center;
  max-width: 676px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .accessories.packing-detail .type9-box .right .tabs {
    padding-top: 24px;
  }
}
.notra-neo .accessories.packing-detail .type9-box .right .tabs .items {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories.packing-detail .type9-box .right .tabs .items {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.notra-neo .accessories.packing-detail .type9-box .right .line {
  height: 1px;
  width: 100%;
  max-width: 676px;
  background: #222;
  margin: auto;
  transform: translateY(-1px);
}
.notra-neo .accessories.packing-detail .type9-box .right .tabs-change .item {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 750px) {
  .notra-neo .accessories.packing-detail .type9-box .right .tabs-change .item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.notra-neo .accessories.packing-detail .type9-box .right .tabs-change .item.active {
  display: grid;
}
.notra-neo .accessories.packing-detail .type9-box .right .tabs-change .item .i-item {
  padding-top: 26px;
  background: #222;
  border-radius: 4px;
  position: relative;
}
.notra-neo .accessories.packing-detail .type9-box .right .tabs-change .item .i-item .text {
  color: #fff;
  position: absolute;
  top: 12px;
  left: 8px;
  right: 8px;
  font-size: 12px;
}
.notra-neo .ny20-section3 .mxw-box {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .notra-neo .ny20-section3 .mxw-box {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 750px) {
  .notra-neo .ny20-section3 .mxw-box {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .notra-neo .ny20-section3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@keyframes go {
  0% {
    left: 0;
  }
  100% {
    left: -40%;
  }
}
@keyframes fade {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.content-item2 .boya-mini2 .type13 .type13-box .right .tabs-change .item .i-box {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 750px) {
  .content-item2 .boya-mini2 .type13 .type13-box .right .tabs-change .item .i-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content-item2 .boya-mini2 .type13 .type13-box .right .tabs-change .item .i-item {
  display: block !important;
}
@media screen and (max-width: 750px) {
  .content-item2 .boya-mini2 .type13 .type13-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .content-item2 .boya-mini2 .type13 .type13-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .ny19-section2 {
    padding-bottom: 64px;
  }
}
/*# sourceMappingURL=notra-neo.css.map */