.boya-mini-logo {
  margin-right: 75px;
  max-width: 90px;
  transform: translateY(-2px);
}
@media screen and (max-width: 750px) {
  .boya-mini-logo {
    display: none;
  }
}
::-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 .section {
  max-width: 1360px;
}
@media screen and (max-width: 1024px) {
  .notra .section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .notra .section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.notra .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 .page-sup {
    font-size: 16px;
  }
}
.notra .page-sup.text-center {
  margin-left: auto;
  margin-right: auto;
}
.notra .page-title {
  font-size: 48px;
  line-height: 1.2;
  font-family: Inter-SemiBold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .notra .page-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .notra .page-title {
    font-size: 28px;
  }
}
.notra .page-summary {
  color: #888;
  font-size: clamp(16px, 0.2rem, 20px);
  line-height: 150%;
  font-family: Inter-Medium;
}
@media screen and (max-width: 1024px) {
  .notra .page-summary {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .notra .page-summary {
    font-size: 14px;
  }
}
.notra .page-summary span {
  color: #222;
  font-family: Inter-Medium;
}
.notra .page-tip {
  color: #888;
  font-size: 12px;
  line-height: 150%;
  margin-top: 24px;
}
.notra .text-box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .notra .text-box {
    max-width: 100%;
  }
}
.notra .text-box.text-center {
  text-align: center;
}
.notra .position-top {
  position: absolute;
  top: clamp(60px, 1.2rem, 120px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.notra .relative {
  position: relative;
}
.notra .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 .swiper-button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .notra .swiper-button {
    gap: 30px;
  }
}
.notra .swiper-button .swiper-button-prev,
.notra .swiper-button .swiper-button-next {
  position: initial;
  margin-top: auto;
  background: #0075FF;
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 750px) {
  .notra .swiper-button .swiper-button-prev,
  .notra .swiper-button .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
.notra .swiper-button .swiper-button-prev img,
.notra .swiper-button .swiper-button-next img {
  width: auto;
}
@media screen and (max-width: 750px) {
  .notra .swiper-button .swiper-button-prev img,
  .notra .swiper-button .swiper-button-next img {
    width: 6px;
  }
}
.notra .swiper-button .swiper-button-prev.swiper-button-disabled,
.notra .swiper-button .swiper-button-next.swiper-button-disabled {
  opacity: 0.6 !important;
}
.notra .type0 {
  height: clamp(40px, 0.64rem, 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 0.2rem, 20px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .notra .type0 {
    height: 28px;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type0 {
    overflow: auto;
  }
}
.notra .type0 .section {
  text-align: center;
}
.notra .type0 a {
  color: #0075FF;
}
.notra .type0 a:hover {
  text-decoration: underline;
}
.notra .type0::before {
  z-index: -1;
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0.6;
  background: linear-gradient(to right, #222222 0%, #ED6B1A 32%, #A988BC 66%, #D7D6E5 100%);
}
@media screen and (max-width: 750px) {
  .notra .type0 .swiper .swiper-wrapper {
    transition-timing-function: linear;
  }
}
@media screen and (max-width: 750px) {
  .notra .type0 .swiper-slide {
    text-align: left;
    width: auto;
  }
}
.notra .type1 {
  position: relative;
  background: linear-gradient(to bottom, #f7f7f7, #dfdfdf);
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .notra .type1 {
    height: auto;
  }
}
.notra .type1 .img {
  height: 100vh;
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .notra .type1 .img {
    max-height: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .notra .type1 .img {
    height: auto;
  }
}
.notra .type1 .img video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .notra .type1 .img video.pc {
    display: none !important;
  }
}
.notra .type1 .img video.tablet {
  display: none;
}
@media screen and (max-width: 750px) {
  .notra .type1 .img video.tablet {
    display: block !important;
  }
}
.notra .type1 .img img {
  width: 100%;
}
.notra .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 .type1 .text {
    text-align: center;
    top: 46px;
    bottom: auto;
  }
}
.notra .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 .type1 .text .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type1 .text .title {
    font-size: 32px;
  }
}
.notra .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 .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 .type1 .text .summary {
    font-size: 16px;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .notra .type1 .text .summary {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.notra .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 .type1 .text .banner-more {
    grid-gap: 8px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type1 .text .banner-more {
    justify-content: center;
  }
}
.notra .type1 .text .banner-more .f-more {
  border-radius: 24px;
  width: 120px;
  height: 48px;
}
.notra .type1 .text .title,
.notra .type1 .text .summary,
.notra .type1 .text .banner-more {
  transition: all 1s;
}
.notra .type1 .text .title.active,
.notra .type1 .text .summary.active,
.notra .type1 .text .banner-more.active {
  opacity: 1;
  transform: translateY(0);
}
.notra .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 .type2 {
  margin-top: -40px;
  background: #F5F5F7;
  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 .type2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.notra .type2 .section {
  max-width: 1520px;
}
.notra .type2 .type2-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(24 / 1440 * 100%);
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box {
    gap: 0 12px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box.pc {
    display: none;
  }
}
.notra .type2 .type2-box.pc .left {
  width: calc(1209 / 1440 * 100%);
}
.notra .type2 .type2-box.pc .left .left-top {
  display: flex;
  flex-wrap: wrap;
  gap: calc(24 / 1209 * 100%);
}
.notra .type2 .type2-box.pc .left .left-top .left1 {
  width: calc(213 / 1209 * 100%);
}
.notra .type2 .type2-box.pc .left .left-top .left2 {
  width: calc(328 / 1209 * 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.notra .type2 .type2-box.pc .left .left-top .left3 {
  width: calc(620 / 1209 * 100%);
}
.notra .type2 .type2-box.pc .left .left-top .left3 .text {
  color: #000;
  bottom: 30px;
}
.notra .type2 .type2-box.pc .left .left-top .left3 .text .title {
  font-size: clamp(12px, 0.24rem, 24px);
}
.notra .type2 .type2-box.pc .left .left-bottom {
  margin-top: calc(24 / 1440 * 100%);
  display: flex;
  flex-wrap: wrap;
  gap: calc(24 / 1209 * 100%);
}
.notra .type2 .type2-box.pc .left .left-bottom .left4 {
  width: calc(620 / 1209 * 100%);
}
.notra .type2 .type2-box.pc .left .left-bottom .left4 .text {
  color: #000;
  bottom: 30px;
}
.notra .type2 .type2-box.pc .left .left-bottom .left4 .text .title {
  font-size: clamp(12px, 0.24rem, 24px);
}
.notra .type2 .type2-box.pc .left .left-bottom .left5 {
  width: calc(328 / 1209 * 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.notra .type2 .type2-box.pc .left .left-bottom .left5 .text {
  color: #000;
}
.notra .type2 .type2-box.pc .left .left-bottom .left5 .type-item:nth-child(2) .text {
  right: 24px;
  bottom: 0;
  top: 0;
  left: auto;
}
.notra .type2 .type2-box.pc .left .left-bottom .left5 .type-item:nth-child(2) .text .title {
  font-size: clamp(12px, 0.16rem, 16px);
}
.notra .type2 .type2-box.pc .left .left-bottom .left6 {
  width: calc(213 / 1209 * 100%);
}
.notra .type2 .type2-box.pc .left .left-bottom .left6 .text {
  color: #000;
}
.notra .type2 .type2-box.pc .left .left-bottom .left6 .text .title {
  font-size: clamp(12px, 0.16rem, 16px);
}
.notra .type2 .type2-box.pc .right {
  width: calc(207 / 1440 * 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.notra .type2 .type2-box.pc .right .type-item .text {
  color: #000;
}
.notra .type2 .type2-box.pc .right .type-item .text .title {
  font-size: clamp(12px, 0.18rem, 18px);
}
.notra .type2 .type2-box.tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box.tablet {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box.tablet {
    display: none;
  }
}
.notra .type2 .type2-box.tablet .top {
  display: flex;
  gap: 12px;
}
.notra .type2 .type2-box.tablet .top .top1 {
  width: calc(240 / 688 * 100%);
}
.notra .type2 .type2-box.tablet .top .top2 {
  width: calc(436 / 688 * 100%);
}
.notra .type2 .type2-box.tablet .mid {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.notra .type2 .type2-box.tablet .mid .mid1 {
  width: calc(125 / 688 * 100%);
}
.notra .type2 .type2-box.tablet .mid .mid2 {
  width: calc(352 / 688 * 100%);
}
.notra .type2 .type2-box.tablet .mid .mid3 {
  width: calc(189 / 688 * 100%);
}
.notra .type2 .type2-box.tablet .bottom {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.notra .type2 .type2-box.tablet .bottom .bottom1 {
  width: calc(188 / 688 * 100%);
}
.notra .type2 .type2-box.tablet .bottom .bottom2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(252 / 688 * 100%);
}
.notra .type2 .type2-box.tablet .bottom .bottom3 {
  width: calc(106 / 688 * 100%);
}
.notra .type2 .type2-box.tablet .bottom .bottom4 {
  width: calc(106 / 688 * 100%);
}
.notra .type2 .type2-box.phone {
  display: none;
}
.notra .type2 .type2-box.phone .top2 {
  margin-top: 12px;
  display: flex;
  gap: 12px;
}
.notra .type2 .type2-box.phone .top2 .left {
  width: calc(226 / 326 * 100%);
}
.notra .type2 .type2-box.phone .top2 .right {
  width: calc(88 / 326 * 100%);
}
.notra .type2 .type2-box.phone .top3 {
  margin-top: 12px;
  display: flex;
  gap: 12px;
}
.notra .type2 .type2-box.phone .top3 .left {
  width: calc(124 / 326 * 100%);
}
.notra .type2 .type2-box.phone .top3 .right {
  width: calc(190 / 326 * 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.notra .type2 .type2-box.phone .top4 {
  margin-top: 12px;
  display: flex;
  gap: 12px;
}
.notra .type2 .type2-box.phone .top4 .left {
  width: calc(221 / 326 * 100%);
}
.notra .type2 .type2-box.phone .top4 .right {
  width: calc(93 / 326 * 100%);
}
.notra .type2 .type2-box .type-item {
  overflow: hidden;
  position: relative;
  height: fit-content;
  border-radius: 24px;
}
@media screen and (max-width: 1919px) {
  .notra .type2 .type2-box .type-item {
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box .type-item {
    border-radius: 12px;
    width: 100% !important;
  }
}
.notra .type2 .type2-box .type-item img {
  width: 100%;
}
.notra .type2 .type2-box .type-item .text {
  position: absolute;
  bottom: 16px;
  left: 12px;
  right: 12px;
  height: fit-content;
  text-align: center;
  margin: auto;
  color: #fff;
}
.notra .type2 .type2-box .type-item .text .title {
  font-size: clamp(12px, 0.2rem, 20px);
  line-height: 1.2;
  font-family: Inter-SemiBold;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box .type-item .text .title {
    font-size: 14px;
  }
}
.notra .type2 .type2-box .type-item .text .summary {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item .text .summary {
    font-size: 12px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box .type-item .text .summary {
    font-size: 12px;
    margin-top: 2px;
  }
}
.notra .type2 .type2-box .type-item1 {
  width: calc(344 / 1280 * 100%);
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box .type-item1 {
    order: 1;
  }
}
.notra .type2 .type2-box .type-item1 .text {
  top: auto;
  bottom: 16px;
  color: #000;
}
.notra .type2 .type2-box .type-item2 {
  width: calc(559 / 1280 * 100%);
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box .type-item2 {
    order: 3;
  }
}
.notra .type2 .type2-box .type-item2 .list {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item2 .list {
    border-radius: 1.25vw;
  }
}
.notra .type2 .type2-box .type-item2 .text {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item2 .text {
    left: 12px;
    right: 12px;
  }
}
.notra .type2 .type2-box .type-item2 .text .title {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item2 .text .title {
    font-size: 12px;
  }
}
.notra .type2 .type2-box .type-item3 {
  width: calc(355 / 1280 * 100%);
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box .type-item3 {
    order: 2;
  }
}
.notra .type2 .type2-box .type-item3 .text {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item3 .text {
    top: 8px;
    left: 16px;
    right: 16px;
  }
}
.notra .type2 .type2-box .type-item3 .text .title {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item3 .text .title {
    font-size: 12px;
  }
}
.notra .type2 .type2-box .type-item4 {
  width: calc(344 / 1280 * 100%);
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item4 {
    order: 4;
  }
}
.notra .type2 .type2-box .type-item4 .text {
  color: #000;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item4 .text {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item4 .text .title {
    font-size: 14px;
  }
}
.notra .type2 .type2-box .type-item5 {
  width: calc(559 / 1280 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item5 {
    order: 5;
  }
}
.notra .type2 .type2-box .type-item5 .text {
  color: #000;
  top: 40px;
  bottom: auto;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item5 .text {
    top: 24px;
  }
}
.notra .type2 .type2-box .type-item5 .text .title {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item5 .text .title {
    font-size: 20px;
  }
}
.notra .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 .type2 .type2-box .type-item6 {
    order: 7;
  }
}
.notra .type2 .type2-box .type-item6 .text {
  color: var(--dominant-color);
  bottom: 32px;
  top: auto;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item6 .text {
    bottom: 16px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box .type-item6 .text {
    bottom: 8px;
  }
}
.notra .type2 .type2-box .type-item6 .text .title {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item6 .text .title {
    font-size: 12px;
  }
}
.notra .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 .type2 .type2-box .type-item7 {
    order: 9;
  }
}
.notra .type2 .type2-box .type-item7 .text {
  color: #fff;
  bottom: 32px;
  top: auto;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item7 .text {
    bottom: 16px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box .type-item7 .text {
    bottom: 8px;
  }
}
.notra .type2 .type2-box .type-item7 .text .title {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item7 .text .title {
    font-size: 12px;
  }
}
.notra .type2 .type2-box .type-item8 {
  width: calc(470 / 1280 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item8 {
    order: 6;
  }
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box .type-item8 {
    display: none;
  }
}
.notra .type2 .type2-box .type-item8 .text {
  top: 32px;
  bottom: auto;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item8 .text {
    top: 12px;
  }
}
.notra .type2 .type2-box .type-item8 .text .title {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item8 .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box .type-item8 .text .title {
    font-size: 14px;
  }
}
.notra .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 .type2 .type2-box .type-item9 {
    order: 6;
  }
}
.notra .type2 .type2-box .type-item9 .list {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item9 .list {
    border-radius: 1.25vw;
  }
}
.notra .type2 .type2-box .type-item9 .text {
  color: #000;
  bottom: 12px;
  top: auto;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item9 .text {
    bottom: 8px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box .type-item9 .text {
    bottom: 0;
    top: 0;
    left: 50%;
    right: auto;
  }
}
.notra .type2 .type2-box .type-item9 .text .title {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item9 .text .title {
    font-size: 12px;
  }
}
.notra .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 .type2 .type2-box .type-item10 {
    order: 10;
  }
}
.notra .type2 .type2-box .type-item10 .text {
  color: #fff;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box .type-item10 .text {
    left: 4px;
    right: 4px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box .type-item10 .text .summary {
    font-size: 10px;
  }
}
.notra .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 .type2 .type2-box .type-item11 {
    order: 11;
  }
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item11 .text .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .notra .type2 .type2-box .type-item1,
  .notra .type2 .type2-box .type-item3,
  .notra .type2 .type2-box .type-item4,
  .notra .type2 .type2-box .type-item10,
  .notra .type2 .type2-box .type-item11,
  .notra .type2 .type2-box .type-item9 {
    width: calc(206 / 688 * 100%);
  }
  .notra .type2 .type2-box .type-item2,
  .notra .type2 .type2-box .type-item5 {
    width: calc(252 / 688 * 100%);
  }
  .notra .type2 .type2-box .type-item6,
  .notra .type2 .type2-box .type-item7 {
    width: calc(97 / 688 * 100%);
  }
}
@media screen and (max-width: 750px) {
  .notra .type2 .type2-box .type-item1,
  .notra .type2 .type2-box .type-item2,
  .notra .type2 .type2-box .type-item3,
  .notra .type2 .type2-box .type-item4,
  .notra .type2 .type2-box .type-item10,
  .notra .type2 .type2-box .type-item11,
  .notra .type2 .type2-box .type-item12,
  .notra .type2 .type2-box .type-item13 {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .notra .type2 .type2-box .type-item2 {
    grid-column: 1 / -1;
  }
  .notra .type2 .type2-box .type-item5 {
    display: none;
  }
  .notra .type2 .type2-box .type-item9 {
    flex-direction: column;
  }
  .notra .type2 .type2-box .type-item6,
  .notra .type2 .type2-box .type-item7,
  .notra .type2 .type2-box .type-item10,
  .notra .type2 .type2-box .type-item11 {
    position: initial;
  }
}
.notra .type3 {
  overflow: hidden;
  position: relative;
}
.notra .type3 img {
  width: 100%;
}
.notra .type3 video {
  width: 100%;
  max-height: 1080px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .notra .type3 video {
    object-fit: cover;
  }
}
@media screen and (max-width: 750px) {
  .notra .type3 video {
    height: 640px;
    object-fit: cover;
  }
}
.notra .type3 .texts {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
}
.notra .type3 .texts .title {
  text-align: center;
  color: #fff;
  font-size: clamp(72px, 1.6rem, 160px);
  font-family: Inter-SemiBold;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .notra .type3 .texts .title {
    font-size: 70px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type3 .texts .title {
    margin: auto;
  }
}
.notra .type3 .texts .title br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .notra .type3 .texts .title br {
    display: block;
  }
}
.notra .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 .type3 .texts .play-button {
    margin-top: 54px;
  }
}
.notra .type3 .texts .play-button svg {
  margin-left: 4px;
}
.notra .type3 .texts .play-button .text {
  flex: 1;
  text-align: center;
}
.notra .type4 {
  padding-top: clamp(40px, 1.1rem, 110px);
  padding-bottom: clamp(40px, 0.6rem, 60px);
  overflow: hidden;
}
.notra .type4 .page-summary {
  text-align: center;
  max-width: 1100px;
  margin: clamp(20px, 0.32rem, 32px) auto 0;
}
.notra .type4 .type4-box {
  position: relative;
  margin-top: clamp(20px, 0.64rem, 64px);
}
.notra .type4 .type4-box .color-select {
  border-radius: 99px;
  background: #fff;
  position: absolute;
  top: 8%;
  left: 6%;
  font-size: clamp(12px, 0.2rem, 20px);
  z-index: 2;
  cursor: pointer;
  width: 160px;
  height: 50px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  transition: all 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .notra .type4 .type4-box .color-select {
    width: 100px;
    height: 36px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type4 .type4-box .color-select {
    top: 20px;
    left: 20px;
  }
}
.notra .type4 .type4-box .color-select.active {
  width: 240px;
  height: 70px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .notra .type4 .type4-box .color-select.active {
    width: 190px;
    height: 50px;
  }
}
.notra .type4 .type4-box .color-select .color-box {
  display: flex;
  gap: clamp(10px, 0.2rem, 20px);
  align-items: center;
  margin-left: 10px;
  transition: all 0.5s;
}
.notra .type4 .type4-box .color-select .color-box.hide {
  opacity: 0;
}
.notra .type4 .type4-box .color-select .color {
  border-radius: 50%;
  width: clamp(20px, 0.34rem, 34px);
  height: clamp(20px, 0.34rem, 34px);
  background: #F0F0F0;
}
.notra .type4 .type4-box .color-select .color-show {
  transition-delay: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  border-radius: 20px;
  transition: all 0.3s;
  pointer-events: none;
  width: 240px;
  justify-content: space-evenly;
  height: 70px;
  align-items: center;
  opacity: 0;
}
.notra .type4 .type4-box .color-select .color-show.show {
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: all;
}
.notra .type4 .type4-box .color-select .color-show .item {
  width: clamp(34px, 0.34rem, 34px);
  height: clamp(34px, 0.34rem, 34px);
  border-radius: 50%;
  position: relative;
  border: 0 solid transparent;
}
@media screen and (max-width: 1024px) {
  .notra .type4 .type4-box .color-select .color-show .item {
    width: 26px;
    height: 26px;
  }
}
.notra .type4 .type4-box .color-select .color-show .item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .notra .type4 .type4-box .color-select .color-show .item::after {
    width: 20px;
    height: 20px;
  }
}
.notra .type4 .type4-box .color-select .color-show .item.color1 {
  border-color: #F0F0F0;
}
.notra .type4 .type4-box .color-select .color-show .item.color1::after {
  background: #F0F0F0;
}
.notra .type4 .type4-box .color-select .color-show .item.color2 {
  border-color: #D0B1E2;
}
.notra .type4 .type4-box .color-select .color-show .item.color2::after {
  background: #D0B1E2;
}
.notra .type4 .type4-box .color-select .color-show .item.color3 {
  border-color: #FF7B00;
}
.notra .type4 .type4-box .color-select .color-show .item.color3::after {
  background: #FF7B00;
}
.notra .type4 .type4-box .color-select .color-show .item.color4 {
  border-color: #3F3F3F;
}
.notra .type4 .type4-box .color-select .color-show .item.color4::after {
  background: #3F3F3F;
}
.notra .type4 .type4-box .color-select .color-show .item.active {
  border-width: 1px;
}
.notra .type4 .type4-box .swiper-items {
  position: relative;
}
.notra .type4 .type4-box .swiper-items .swiper {
  opacity: 0;
  pointer-events: none;
}
.notra .type4 .type4-box .swiper-items .swiper .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
  background: #f5f4f9;
  text-align: center;
}
.notra .type4 .type4-box .swiper-items .swiper .swiper-slide img {
  max-height: 80vh;
}
.notra .type4 .type4-box .swiper-items .swiper:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.notra .type4 .type4-box .swiper-items .swiper.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.notra .type5 {
  padding-top: clamp(40px, 1.1rem, 110px);
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.notra .type5 .type5-top {
  position: relative;
  z-index: 2;
}
.notra .type5 .type5-top .color-title span br {
  display: none;
}
@media screen and (max-width: 750px) {
  .notra .type5 .type5-top .color-title span br {
    display: block;
  }
}
.notra .type5 .page-summary {
  text-align: center;
  max-width: 1100px;
  margin-top: 20px;
}
.notra .type5 .type5-box {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .notra .type5 .type5-box {
    bottom: 10%;
  }
}
.notra .type5 .type5-box .img1-box {
  z-index: 1;
  height: 100vh;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .notra .type5 .type5-box .img1-box {
    height: 80vh;
  }
}
.notra .type5 .type5-box .img1-box .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.notra .type5 .type5-box .img1-box .img2,
.notra .type5 .type5-box .img1-box .img3,
.notra .type5 .type5-box .img1-box .img4,
.notra .type5 .type5-box .img1-box .img5,
.notra .type5 .type5-box .img1-box .img6,
.notra .type5 .type5-box .img1-box .img10 {
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.notra .type5 .type5-box .img1-box .img10,
.notra .type5 .type5-box .img1-box .img11 {
  opacity: 0;
  z-index: -1;
  top: 0;
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.notra .type5 .type5-box .img1-box .img3,
.notra .type5 .type5-box .img1-box .img4,
.notra .type5 .type5-box .img1-box .img5 {
  filter: brightness(0.5);
}
.notra .type5 .type5-box .img1-box .img6 {
  opacity: 0;
}
.notra .type5 .type5-box .img7-box,
.notra .type5 .type5-box .img8-box,
.notra .type5 .type5-box .img9-box {
  z-index: 0;
  height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .notra .type5 .type5-box .img7-box,
  .notra .type5 .type5-box .img8-box,
  .notra .type5 .type5-box .img9-box {
    height: 80vh;
  }
}
.notra .type5 .type5-box .img7-box img,
.notra .type5 .type5-box .img8-box img,
.notra .type5 .type5-box .img9-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.notra .type5 .type5-box .img7-box::before,
.notra .type5 .type5-box .img8-box::before,
.notra .type5 .type5-box .img9-box::before,
.notra .type5 .type5-box .img7-box::after,
.notra .type5 .type5-box .img8-box::after,
.notra .type5 .type5-box .img9-box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0;
  z-index: 4;
}
.notra .type5 .type5-box .img7-box::before,
.notra .type5 .type5-box .img8-box::before,
.notra .type5 .type5-box .img9-box::before {
  top: 0;
  background: linear-gradient(to bottom, #ffffff, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
}
.notra .type5 .type5-box .img7-box::after,
.notra .type5 .type5-box .img8-box::after,
.notra .type5 .type5-box .img9-box::after {
  bottom: 0;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.notra .type5 .type5-box .img8-box .img81 {
  position: absolute;
  opacity: 0;
  width: 80%;
  transform: translateY(100px);
}
.notra .type5 .type5-box .img8-box .img82 {
  position: absolute;
  opacity: 0;
  transform: translateX(-100px);
}
.notra .type6 {
  overflow: hidden;
  padding: 120px 0;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .notra .type6 {
    padding: 64px 0;
  }
}
@media screen and (max-width: 750px) {
  .notra .type6 {
    padding: 56px 0;
  }
}
.notra .type6 video {
  display: block;
  width: 100%;
  max-height: 60vh;
  object-fit: cover;
}
.notra .type6 .button {
  margin: 52px auto 0;
  display: flex;
  justify-content: center;
  border-radius: 28px;
  background: #F5F5F7;
  width: fit-content;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 750px) {
  .notra .type6 .button {
    justify-content: left;
    width: max-content;
  }
}
.notra .type6 .button .item {
  cursor: pointer;
  padding: 0 40px;
  border-radius: 99px;
  height: 65px;
  line-height: 65px;
  color: rgba(29, 29, 31, 0.4);
  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 .type6 .button .item {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 34px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type6 .button .item {
    flex-shrink: 0;
    font-size: 12px;
  }
}
.notra .type6 .button .item.active {
  color: #fff;
}
.notra .type6 .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 .type6 .button .item-bg {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
}
.notra .type6 .type6-box {
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .notra .type6 .type6-box {
    gap: 48px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type6 .type6-box {
    flex-direction: column-reverse;
    gap: 64px;
  }
}
.notra .type6 .type6-box .left {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .notra .type6 .type6-box .left {
    width: 100%;
  }
}
.notra .type6 .type6-box .left .items {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .notra .type6 .type6-box .left .items {
    border-radius: 16px;
  }
}
.notra .type6 .type6-box .left .items .item {
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.notra .type6 .type6-box .left .items .item.active {
  opacity: 1;
  pointer-events: auto;
}
.notra .type6 .type6-box .left .items .item:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.notra .type6 .type6-box .page-summarys {
  margin-top: clamp(20px, 0.52rem, 52px);
  max-width: 960px;
  position: relative;
}
.notra .type6 .type6-box .page-summarys .page-summary {
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
.notra .type6 .type6-box .page-summarys .page-summary.active {
  opacity: 1;
  pointer-events: auto;
}
.notra .type6 .type6-box .page-summarys .page-summary:nth-child(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.notra .type7 {
  height: 200vh;
  position: relative;
}
.notra .type7 .type7-box {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
}
.notra .type7 .img {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.notra .type7 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notra .type7 .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: Inter-Bold;
  font-size: clamp(24px, 0.64rem, 64px);
}
@media screen and (max-width: 1024px) {
  .notra .type7 .text {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type7 .text {
    font-size: 32px;
  }
}
.notra .type7 .bg {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.notra .type8 {
  padding-top: clamp(40px, 0.72rem, 72px);
  padding-bottom: clamp(40px, 0.8rem, 80px);
}
@media screen and (max-width: 1024px) {
  .notra .type8 {
    overflow: hidden;
  }
}
.notra .type8 .page-summary {
  text-align: center;
}
.notra .type8 .page-summary img {
  margin: 0 4px;
  width: auto;
}
.notra .type8 .type8-box {
  margin-top: clamp(20px, 1rem, 100px);
}
@media screen and (max-width: 750px) {
  .notra .type8 .type8-box {
    margin-top: 50px;
  }
}
.notra .type8 .type8-box .swiper {
  overflow: initial;
}
.notra .type8 .type8-box .swiper .swiper-slide .text {
  margin-top: clamp(20px, 0.38rem, 38px);
  color: rgba(0, 0, 0, 0.4);
  font-size: clamp(14px, 0.2rem, 20px);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .notra .type8 .type8-box .swiper .swiper-slide .text {
    font-size: 17px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type8 .type8-box .swiper .swiper-slide .text {
    font-size: 14px;
  }
}
.notra .type8 .type8-box .swiper .swiper-slide .text span {
  display: inline-block;
  font-size: clamp(12px, 0.16rem, 16px);
}
.notra .type8 .type8-box .swiper .swiper-slide .text strong {
  color: #000;
}
.notra .type8 .type8-box .swiper .swiper-slide .img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #F7F7F7;
}
@media screen and (max-width: 1024px) {
  .notra .type8 .type8-box .swiper .swiper-slide .img {
    border-radius: 16px;
  }
}
.notra .type8 .type8-box .swiper .swiper-slide .img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.notra .type8 .type8-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 .type8 .type8-box .swiper .swiper-slide .img .icon img {
  display: none;
}
.notra .type8 .type8-box .swiper .swiper-slide .img .icon img.active {
  display: block;
}
.notra .type8 .type8-box .swiper .swiper-slide .void {
  position: absolute;
  width: 132%;
  right: -132%;
  top: 23%;
  z-index: 1;
}
.notra .type8 .type8-box .swiper .swiper-slide.line-go .huan {
  position: absolute;
  top: 52.3%;
  left: 27.4%;
  width: 23.6%;
  height: fit-content;
  z-index: 5;
}
.notra .type8 .type8-box .swiper .swiper-slide.line-go .huan .huan1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  padding-bottom: 100%;
  box-shadow: inset 0 0 0 5px #ff7701;
  border-radius: 50%;
  width: 100%;
  opacity: 0;
}
.notra .type8 .type8-box .swiper .swiper-slide.line-go .huan .huan2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  padding-bottom: 98%;
  box-shadow: 0 0 0 0 #ff7701;
  border-radius: 50%;
  width: 98%;
  opacity: 0.5;
}
.notra .type8 .type8-box .swiper .swiper-slide.line-go .huan .huan3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  padding-bottom: 110%;
  box-shadow: 0 0 0 0 #ff7701;
  border-radius: 50%;
  width: 110%;
  opacity: 0.3;
}
.notra .type8 .type8-box .swiper .swiper-slide.line-go .img {
  cursor: pointer;
}
.notra .type8 .type8-box .swiper .swiper-slide.line-go .img.active .huan1 {
  opacity: 1;
  transition: all 0.2s linear;
}
.notra .type8 .type8-box .swiper .swiper-slide.line-go .img.active .void {
  right: -56%;
  transition: all 2.1s linear;
}
.notra .type8 .type8-box .swiper .swiper-slide.line-go .img.active .huan2 {
  box-shadow: 0 0 0 8px #ff7701;
  transition: all 0.2s linear 0.2s;
}
.notra .type8 .type8-box .swiper .swiper-slide.line-go .img.active .huan3 {
  box-shadow: 0 0 0 10px #ff7701;
  transition: all 0.2s linear 0.4s;
}
.notra .type8 .type8-box .swiper .swiper-slide.line-go .img.active .line::after {
  left: 40%;
  transition: 1.7s linear 0.4s;
}
.notra .type8 .type8-box .swiper .swiper-slide.line-go video {
  display: block;
  width: 100%;
  position: absolute;
}
.notra .type8 .type8-box .swiper .swiper-slide.line-go .line {
  position: absolute;
  right: 0;
  top: 0;
  width: 32%;
  height: 100%;
  z-index: 2;
}
.notra .type8 .type8-box .swiper .swiper-slide.line-go .line::after {
  content: '';
  left: 100%;
  top: 0;
  position: absolute;
  width: 4px;
  height: 100%;
  background: #0075FF;
  opacity: 1;
}
.notra .type8 .type8-box .swiper .swiper-slide.language-change .img {
  cursor: pointer;
}
.notra .type8 .type8-box .swiper .swiper-slide.language-change .language-change1 {
  position: absolute;
  right: 2%;
  top: 11%;
  width: 67%;
}
.notra .type8 .type8-box .swiper .swiper-slide.language-change .language-change1 img {
  display: none;
}
.notra .type8 .type8-box .swiper .swiper-slide.language-change .language-change1 img.active {
  display: block;
}
.notra .type8 .type8-box .swiper .swiper-slide.language-change .language-change2 {
  position: absolute;
  top: 35%;
  padding: 6%;
  width: 100%;
}
.notra .type8 .type8-box .swiper .swiper-slide.language-change .language-change2 .language-change2-box {
  position: relative;
}
.notra .type8 .type8-box .swiper .swiper-slide.language-change .language-change2 .language-change2-box .lan-item {
  display: flex;
  position: relative;
  z-index: 2;
}
.notra .type8 .type8-box .swiper .swiper-slide.language-change .language-change2 .language-change2-box .lan-item .lan-icon {
  width: 9%;
}
.notra .type8 .type8-box .swiper .swiper-slide.language-change .language-change2 .language-change2-box .lan-item .lan-text {
  width: 88%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 5%;
  line-height: 1.5;
  border: none;
  font-size: clamp(12px, 0.24rem, 24px);
  font-family: Inter-SemiBold;
}
@media screen and (max-width: 1024px) {
  .notra .type8 .type8-box .swiper .swiper-slide.language-change .language-change2 .language-change2-box .lan-item .lan-text {
    line-height: 1.2;
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type8 .type8-box .swiper .swiper-slide.language-change .language-change2 .language-change2-box .lan-item .lan-text {
    font-size: 12px;
  }
}
.notra .type8 .type8-box .swiper .swiper-slide.language-change .language-change2 .language-change2-box .lan-item.lan-item1.active {
  opacity: 0;
}
.notra .type8 .type8-box .swiper .swiper-slide.language-change .language-change2 .language-change2-box .lan-item.lan-item2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.notra .type8 .type8-box .swiper .swiper-slide.language-change .language-change2 .language-change2-box .lan-item.lan-item2 .lan-text-fade {
  font-weight: 600;
}
.notra .type8 .type8-box .swiper .swiper-slide.language-change .language-change2 .language-change2-box .lan-item.lan-item2.active {
  opacity: 1;
}
.notra .type8 .type8-box .swiper .swiper-button {
  margin-top: clamp(20px, 0.8rem, 80px);
}
.notra .type9 {
  padding-top: clamp(40px, 1.1rem, 110px);
  padding-bottom: clamp(40px, 0.6rem, 60px);
  overflow: hidden;
}
.notra .type9 .text-box {
  display: flex;
  gap: clamp(20px, 0.4rem, 40px);
  align-items: flex-start;
  max-width: 1100px;
}
@media (max-width: 750px) {
  .notra .type9 .text-box {
    flex-direction: column;
  }
}
.notra .type9 .text-box .page-title {
  flex-basis: 50%;
}
@media (max-width: 750px) {
  .notra .type9 .text-box .page-title {
    margin-bottom: 0;
  }
}
.notra .type9 .text-box .page-summary {
  flex-basis: 50%;
}
.notra .type9 .type9-box {
  position: relative;
}
.notra .type9 .type9-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 .type9 .type9-box img {
  width: 100%;
}
.notra .type9 .type9-bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .notra .type9 .type9-bottom {
    margin-top: 40px;
  }
}
.notra .type9 .type9-bottom .item {
  width: 33.33%;
  text-align: center;
}
.notra .type9 .type9-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 .type9 .type9-bottom .item .icon {
    width: 30px;
    height: 30px;
  }
}
.notra .type9 .type9-bottom .item .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.notra .type9 .type9-bottom .item .text {
  margin-top: clamp(10px, 0.2rem, 20px);
  color: #1D1D1F;
}
.notra .type9 .type9-bottom .item .text .title {
  font-size: clamp(14px, 0.2rem, 20px);
  font-family: Inter-SemiBold;
}
@media screen and (max-width: 750px) {
  .notra .type9 .type9-bottom .item .text .title {
    line-height: 1;
    margin-bottom: 4px;
  }
}
.notra .type9 .type9-bottom .item .text .summary {
  font-size: clamp(12px, 0.16rem, 16px);
  opacity: 0.4;
}
.notra .type11 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.notra .type11 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.notra .type11 .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
}
.notra .type11 .mid-text {
  position: absolute;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .notra .type11 .mid-text {
    top: 40%;
  }
}
@media screen and (max-width: 750px) {
  .notra .type11 .mid-text .color-title {
    line-height: 1;
  }
}
.notra .type11 .mid-text .color-title span br {
  display: none;
}
@media screen and (max-width: 750px) {
  .notra .type11 .mid-text .color-title span br {
    display: block;
  }
}
.notra .type11 .mid-text .page-summary {
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .notra .type11 .mid-text .page-summary {
    margin-top: 20px;
  }
}
.notra .type11 .mid-text .page-summary span {
  color: #fff;
}
.notra .type11 .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 .type11 .bottom {
    bottom: 20vh;
  }
}
@media screen and (max-width: 750px) {
  .notra .type11 .bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    bottom: 15vh;
  }
}
@media screen and (max-width: 378px) {
  .notra .type11 .bottom {
    bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type11 .bottom {
    width: max-content;
  }
}
.notra .type11 .bottom .item {
  background: #f5f5f7;
  padding: clamp(8px, 0.16rem, 16px) clamp(8px, 0.32rem, 32px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: clamp(10px, 16rem, 16px);
}
@media screen and (max-width: 1024px) {
  .notra .type11 .bottom .item {
    border-radius: 16px;
    gap: 8px;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .notra .type11 .bottom .item {
    width: fit-content;
    padding: 12px;
  }
}
.notra .type11 .bottom .item .img {
  width: clamp(40px, 0.88rem, 88px);
  height: clamp(40px, 0.88rem, 88px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .notra .type11 .bottom .item .img {
    width: 30px;
    height: 24px;
  }
}
.notra .type11 .bottom .item .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.notra .type11 .bottom .item .text {
  flex: 1;
  font-size: clamp(14px, 0.2rem, 20px);
}
@media screen and (max-width: 1024px) {
  .notra .type11 .bottom .item .text {
    font-size: 12px;
  }
}
.notra .type11 .bottom .item .text .title {
  font-family: Inter-SemiBold;
}
.notra .type11 .bottom .item .text .summary {
  opacity: 0.4;
  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 .type11 .bottom .item .text .summary {
    font-size: 10px;
  }
}
.notra .type12 {
  padding-top: clamp(40px, 1.1rem, 110px);
  padding-bottom: clamp(40px, 1.5rem, 150px);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .notra .type12 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.notra .type12 .page-summary {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: clamp(20px, 0.32rem, 32px);
}
.notra .type12 .type12-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(20px, 0.54rem, 54px);
  display: flex;
  gap: clamp(20px, 0.4rem, 40px);
}
@media (max-width: 1024px) {
  .notra .type12 .type12-box {
    margin-top: 72px;
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .notra .type12 .type12-box {
    display: none;
  }
}
.notra .type12 .type12-box .item {
  flex-basis: 200px;
  border-radius: 24px;
  overflow: hidden;
  transition: all 1s;
}
@media (max-width: 1024px) {
  .notra .type12 .type12-box .item {
    flex-basis: 114px;
  }
}
.notra .type12 .type12-box .item img {
  height: 6.4rem;
  max-height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .notra .type12 .type12-box .item img {
    height: 371px;
  }
}
.notra .type12 .type12-box .item.active {
  flex-basis: 720px;
}
@media (max-width: 1024px) {
  .notra .type12 .type12-box .item.active {
    flex-basis: 412px;
  }
}
.notra .type12 .swiper {
  display: none;
}
@media (max-width: 750px) {
  .notra .type12 .swiper {
    display: block;
    margin-top: 24px;
  }
}
.notra .type12 .swiper .swiper-pagination .swiper-pagination-bullet:after {
  border: none;
}
.notra .type13 {
  padding-top: clamp(40px, 1.1rem, 110px);
  padding-bottom: clamp(40px, 1.5rem, 150px);
  overflow: hidden;
}
.notra .type13 .color-title span br {
  display: none;
}
@media screen and (max-width: 750px) {
  .notra .type13 .color-title span br {
    display: block;
  }
}
.notra .type13 .page-summary {
  max-width: 1100px;
  text-align: center;
  margin-top: clamp(20px, 0.32rem, 32px);
}
.notra .type13 .type13-box {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .notra .type13 .type13-box {
    margin-top: 40px;
  }
}
.notra .type13 .type13-box .img1 {
  position: absolute;
  transform: rotate(-50deg);
  transition: all 1s;
  width: 100%;
}
.notra .type13 .type13-box .img1 img {
  object-fit: contain;
}
.notra .type13 .type13-box .img1.active {
  transform: rotate(0deg);
}
.notra .type13 .type13-box .img2 {
  position: relative;
  z-index: 2;
}
.notra .type13 .type13-box .img2 img {
  animation: fade 2s ease-in-out infinite;
}
.notra .type13 .bottom-item {
  margin-top: clamp(40px, 0.8rem, 80px);
  display: flex;
  justify-content: center;
  gap: clamp(50px, 2.3rem, 230px);
}
@media screen and (max-width: 750px) {
  .notra .type13 .bottom-item {
    flex-direction: column;
    text-align: center;
  }
}
.notra .type13 .bottom-item .page-title {
  color: #0ADA8F;
  margin-bottom: 0;
}
.notra .type13 .bottom-item .page-summary {
  margin-top: 0;
  font-weight: Inter-Regular;
  color: #1F1F1F;
  opacity: 0.4;
}
.notra .type14 {
  background: #F5F5F7;
  padding: 110px 0;
}
@media screen and (max-width: 1024px) {
  .notra .type14 {
    padding: 48px 0;
  }
}
.notra .type14 .type-14-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 .type14 .type-14-button {
    margin-top: 94px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type14 .type-14-button {
    margin-top: 40px;
  }
}
.notra .type14 .type-14-button .change-language {
  position: relative;
  cursor: pointer;
}
.notra .type14 .type-14-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 .type14 .type-14-button .change-language .change-language-button {
    height: 26px;
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type14 .type-14-button .change-language .change-language-button {
    height: 22px;
  }
}
.notra .type14 .type-14-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 .type14 .type-14-button .change-language .change-language-show {
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type14 .type-14-button .change-language .change-language-show {
    border-radius: 12px;
  }
}
.notra .type14 .type-14-button .change-language .change-language-show .show-box {
  padding: 16px 0 16px 13px;
  overflow: auto;
  height: 150px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .notra .type14 .type-14-button .change-language .change-language-show .show-box {
    height: 70px;
    padding: 8px 0 8px 13px;
  }
}
.notra .type14 .type-14-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 .type14 .type-14-button .change-language .change-language-show .change-language-item.active,
.notra .type14 .type-14-button .change-language .change-language-show .change-language-item:hover {
  color: #000;
}
.notra .type14 .type-14-button .change-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.notra .type14 .type-14-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 .type14 .type-14-button .change-price .change-price-button {
    height: 26px;
    width: 52px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type14 .type-14-button .change-price .change-price-button {
    height: 22px;
    width: 43px;
  }
}
.notra .type14 .type-14-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 .type14 .type-14-button .change-price .change-price-button::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type14 .type-14-button .change-price .change-price-button::after {
    width: 18px;
    height: 18px;
  }
}
.notra .type14 .type-14-button .change-price .change-price-button.active {
  background: #0075FF;
}
.notra .type14 .type-14-button .change-price .change-price-button.active::after {
  left: 35px;
}
@media screen and (max-width: 1024px) {
  .notra .type14 .type-14-button .change-price .change-price-button.active::after {
    left: 41px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type14 .type-14-button .change-price .change-price-button.active::after {
    left: 23px;
  }
}
.notra .type14 .type-14-button .change-price span {
  font-family: Inter-Bold;
  font-size: clamp(12px, 0.2rem, 20px);
}
.notra .type14 .type14-box {
  max-width: 1650px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 0.64rem, 64px);
}
@media screen and (max-width: 1024px) {
  .notra .type14 .type14-box {
    display: flex;
    overflow: auto;
    gap: 64px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type14 .type14-box {
    gap: 20px;
  }
}
.notra .type14 .type14-box .item {
  background: #fff;
  border-radius: 20px;
  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 .type14 .type14-box .item {
    flex-basis: 480px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 750px) {
  .notra .type14 .type14-box .item {
    flex-basis: 256px;
  }
}
.notra .type14 .type14-box .item .title1 {
  font-size: clamp(20px, 0.32rem, 32px);
  font-family: Inter-Bold;
}
@media screen and (max-width: 1024px) {
  .notra .type14 .type14-box .item .title1 {
    font-size: clamp(24px, 0.24rem, 24px);
  }
}
.notra .type14 .type14-box .item .discount,
.notra .type14 .type14-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 .type14 .type14-box .item .discount.active {
  opacity: 0.4;
}
.notra .type14 .type14-box .item .discount-none {
  opacity: 0;
}
.notra .type14 .type14-box .item .title2 {
  font-family: Inter-SemiBold;
  color: #adadad;
  font-size: clamp(14px, 0.24rem, 24px);
}
.notra .type14 .type14-box .item .title2 span {
  color: #000;
  font-family: Inter-Bold;
  font-size: clamp(48px, 0.48rem, 48px);
}
@media screen and (max-width: 750px) {
  .notra .type14 .type14-box .item .title2 span {
    font-size: 24px;
  }
}
.notra .type14 .type14-box .item .billed-yearly,
.notra .type14 .type14-box .item .billed-yearly-none {
  font-family: Inter-Bold;
  font-size: clamp(14px, 0.24rem, 24px);
  opacity: 0;
  display: none;
}
.notra .type14 .type14-box .item .billed-yearly.active,
.notra .type14 .type14-box .item .billed-yearly-none.active {
  display: block;
}
.notra .type14 .type14-box .item .billed-yearly.active {
  opacity: 1;
}
.notra .type14 .type14-box .item .billed-yearly-none {
  opacity: 0;
}
.notra .type14 .type14-box .item .lists .list {
  margin-top: clamp(10px, 0.2rem, 20px);
  display: flex;
  gap: 20px;
  font-size: clamp(14px, 0.2rem, 20px);
  font-family: Inter-Bold;
}
@media screen and (max-width: 1024px) {
  .notra .type14 .type14-box .item .lists .list {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .notra .type14 .type14-box .item .lists .list {
    font-size: 14px;
  }
}
.notra .type14 .type14-box .item .lists .list span {
  color: #0075FF;
  font-family: Inter-Medium;
}
.notra .type14 .page-summary {
  text-align: center;
  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 .type14 .page-summary {
    margin-top: 40px;
    font-size: 12px;
  }
}
.notra .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 .color-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .notra .color-title {
    font-size: 32px;
  }
}
.notra .color-title span {
  background: linear-gradient(to right, #222222 -24%, #ED6B1A 10%, #A988BC 50%, #D7D6E5 110%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter-Bold;
}
.notra .accessories {
  overflow: hidden;
  padding: 80px 0 130px;
}
@media screen and (max-width: 1024px) {
  .notra .accessories {
    padding-top: 32px;
    padding-bottom: 0;
  }
}
.notra .accessories .boya-title {
  font-size: 32px;
  line-height: 1.2;
  font-family: Inter-SemiBold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .notra .accessories .boya-title {
    padding: 0 24px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .notra .accessories .boya-title {
    display: none;
  }
}
.notra .accessories .accessories-box {
  grid-gap: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .notra .accessories .accessories-box {
    flex-direction: column;
    padding: 0 24px 24px;
    grid-gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .notra .accessories .accessories-box {
    padding: 0 16px 16px;
  }
}
.notra .accessories .accessories-box .left {
  flex-basis: 41.5%;
  height: fit-content;
  color: #fff;
  position: relative;
}
.notra .accessories .accessories-box .left .img {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .notra .accessories .accessories-box .left .img {
    border-radius: 16px 16px 0 0 ;
  }
}
.notra .accessories .accessories-box .left .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .notra .accessories .accessories-box .left .img img.pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .notra .accessories .accessories-box .left .img img.tablet {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .notra .accessories .accessories-box .left .img img.tablet {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .notra .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 .accessories .accessories-box .left .text .title,
  .notra .accessories .accessories-box .left .text .summary {
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .notra .accessories .accessories-box .left .text {
    flex-direction: column;
    align-items: center;
    bottom: 40px;
  }
  .notra .accessories .accessories-box .left .text .title,
  .notra .accessories .accessories-box .left .text .summary {
    text-align: center;
  }
}
.notra .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 .accessories .accessories-box .left .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .notra .accessories .accessories-box .left .title {
    font-size: 24px;
  }
}
.notra .accessories .accessories-box .left .summary {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 12px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .notra .accessories .accessories-box .left .summary {
    font-size: 13px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .notra .accessories .accessories-box .left .summary {
    margin-top: 4px;
  }
}
.notra .accessories .accessories-box .left .button-box {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
@media screen and (max-width: 750px) {
  .notra .accessories .accessories-box .left .button-box {
    margin-top: 24px;
  }
}
.notra .accessories .accessories-box .left .button-box .f-more {
  border-radius: 24px;
  color: #fff;
}
.notra .accessories .accessories-box .left .button-box .f-more.blue {
  background: none;
  color: #007FFF;
  border: 1px solid #007FFF;
}
.notra .accessories .accessories-box .right {
  border-radius: 24px;
  background: #F5F5F5;
  flex: 1;
  overflow: hidden;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .notra .accessories .accessories-box .right {
    border-radius: 0 0 24px 24px;
    padding: 16px;
  }
}
@media screen and (max-width: 750px) {
  .notra .accessories .accessories-box .right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
    border-radius: 0 0 16px 16px;
  }
}
.notra .accessories .accessories-box .right .tabs {
  color: #999999;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .notra .accessories .accessories-box .right .tabs {
    padding-left: 0;
    padding-right: 0;
  }
}
.notra .accessories .accessories-box .right .tabs .items {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .notra .accessories .accessories-box .right .tabs .items {
    padding-left: 0;
    padding-right: 0;
    grid-gap: 0;
  }
  .notra .accessories .accessories-box .right .tabs .items::after {
    content: '1';
    opacity: 0;
  }
}
.notra .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 .accessories .accessories-box .right .tabs .item {
    width: 50%;
    margin-right: 0;
    justify-content: center;
  }
}
.notra .accessories .accessories-box .right .tabs .item span {
  font-size: 12px;
  font-family: Inter-Regular;
}
.notra .accessories .accessories-box .right .tabs .item .color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 8px;
}
.notra .accessories .accessories-box .right .tabs .item .color.color1 {
  background: linear-gradient(180deg, #666 0%, #333 100%);
}
.notra .accessories .accessories-box .right .tabs .item .color.color2 {
  background: linear-gradient(180deg, #6F6F6F 0%, #D9D9D9 100%);
}
.notra .accessories .accessories-box .right .tabs .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.notra .accessories .accessories-box .right .tabs .item.active {
  color: #000;
}
.notra .accessories .accessories-box .right .tabs .item.active::after {
  background: #000;
}
.notra .accessories .accessories-box .right .tabs::after {
  height: 1px;
  width: 1000%;
  position: absolute;
  bottom: 0;
  left: -500%;
  background: #666;
}
.notra .accessories .accessories-box .right .line {
  height: 1px;
  width: 100%;
  background: #d9d9d9;
  transform: translateY(-1px);
}
.notra .accessories .accessories-box .right .tabs-mid {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  .notra .accessories .accessories-box .right .tabs-mid {
    padding-left: 8px;
    padding-right: 8px;
    overflow: auto;
    padding-bottom: 16px;
  }
}
.notra .accessories .accessories-box .right .tabs-mid .m-item {
  display: none;
  justify-content: center;
  gap: 40px;
}
.notra .accessories .accessories-box .right .tabs-mid .m-item.active {
  display: flex;
}
.notra .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 .accessories .accessories-box .right .tabs-mid .item {
    flex-shrink: 0;
  }
}
.notra .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 .accessories .accessories-box .right .tabs-mid .item.color1::after {
  background: linear-gradient(to bottom, #F0F0F0 0%, #E9E9E9 100%);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
.notra .accessories .accessories-box .right .tabs-mid .item.color1.active {
  border: 1px solid #E9E9E9;
}
.notra .accessories .accessories-box .right .tabs-mid .item.color2::after {
  background: linear-gradient(to bottom, #D0B1E2 0%, #BAA4C6 100%);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
.notra .accessories .accessories-box .right .tabs-mid .item.color2.active {
  border: 1px solid #BAA4C6;
}
.notra .accessories .accessories-box .right .tabs-mid .item.color3::after {
  background: linear-gradient(to bottom, #FF7B00 0%, #DA6901 100%);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
.notra .accessories .accessories-box .right .tabs-mid .item.color3.active {
  border: 1px solid #DA6901;
}
.notra .accessories .accessories-box .right .tabs-mid .item.color4::after {
  background: linear-gradient(to bottom, #3F3F3F 0%, #3F3F3F 100%);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
.notra .accessories .accessories-box .right .tabs-mid .item.color4.active {
  border: 1px solid #3F3F3F;
}
.notra .accessories .accessories-box .right .tabs-change {
  padding: 16px 0 0;
}
@media screen and (max-width: 1024px) {
  .notra .accessories .accessories-box .right .tabs-change {
    padding-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .notra .accessories .accessories-box .right .tabs-change {
    padding: 0 12px 12px;
  }
}
.notra .accessories .accessories-box .right .tabs-change .item {
  display: none;
}
.notra .accessories .accessories-box .right .tabs-change .item.active {
  display: block;
}
.notra .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 .accessories .accessories-box .right .tabs-change .item .i-box {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
  }
}
@media screen and (max-width: 750px) {
  .notra .accessories .accessories-box .right .tabs-change .item .i-box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
  }
}
.notra .accessories .accessories-box .right .tabs-change .item .i-box.active {
  display: grid;
}
.notra .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 .accessories .accessories-box .right .tabs-change .item .i-item {
    padding-top: 42px;
    padding-left: 0;
    padding-right: 0;
  }
}
.notra .accessories .accessories-box .right .tabs-change .item .i-item .text {
  color: #000;
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  font-size: 12px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .notra .accessories .accessories-box .right .tabs-change .item .i-item:nth-child(n + 9) {
    display: none;
  }
}
.notra .accessories .accessories-box .right .tabs-change .item .i-item.active {
  display: block !important;
}
.notra .accessories .accessories-box .right .tabs-change .item .show-click {
  margin-top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .notra .accessories .accessories-box .right .tabs-change .item .show-click {
    font-size: 14px;
  }
}
.notra .accessories .accessories-box .right .tabs-change .item .show-click span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #0075FF;
}
.notra .accessories .accessories-box .right .tabs-change .item .show-click span svg {
  transform: translateY(-1px);
}
.notra .accessories .accessories-box .right .tabs-change .item .show-click span:nth-child(2) {
  display: none;
}
.notra .accessories .accessories-box .right .tabs-change .item .show-click.active span:nth-child(1) {
  display: none;
}
.notra .accessories .accessories-box .right .tabs-change .item .show-click.active span:nth-child(2) {
  display: flex;
}
.notra .accessories.packing-detail {
  padding: 0;
}
.notra .accessories.packing-detail .type9-box .right {
  background: none;
}
.notra .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 .accessories.packing-detail .type9-box .right .tabs {
    padding-top: 24px;
  }
}
.notra .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 .accessories.packing-detail .type9-box .right .tabs .items {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.notra .accessories.packing-detail .type9-box .right .line {
  height: 1px;
  width: 100%;
  max-width: 676px;
  background: #222;
  margin: auto;
  transform: translateY(-1px);
}
.notra .accessories.packing-detail .type9-box .right .tabs-change .item {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 750px) {
  .notra .accessories.packing-detail .type9-box .right .tabs-change .item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.notra .accessories.packing-detail .type9-box .right .tabs-change .item.active {
  display: grid;
}
.notra .accessories.packing-detail .type9-box .right .tabs-change .item .i-item {
  padding-top: 26px;
  background: #222;
  border-radius: 4px;
  position: relative;
}
.notra .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 .ny20-section3 .mxw-box {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .notra .ny20-section3 .mxw-box {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 750px) {
  .notra .ny20-section3 .mxw-box {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .notra .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.css.map */