@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* mixin
----------------------------------------*/
.home {
  background: #000; }
  .home .logo-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999; }
    .home .logo-container .logo {
      width: 800px;
      height: auto;
      animation: logo-animation 1.5s ease-out forwards;
      opacity: 0; }
@keyframes logo-animation {
  0% {
    transform: scale(1);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
    .home .logo-container.fade-out {
      animation: fadeOut 1s forwards; }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    display: none;
    z-index: -10; } }
  .home .homepage-hero-section {
    height: 100vh;
    width: 100%;
    position: relative; }
    .home .homepage-hero-section .video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .home .homepage-hero-section .video video {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .home .homepage-hero-section .video .video-overlay {
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0; }
        .home .homepage-hero-section .video .video-overlay.active {
          opacity: 1; }
        .home .homepage-hero-section .video .video-overlay img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .home .homepage-hero-section .hero-content {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      .home .homepage-hero-section .hero-content.active .box .title.title01 {
        animation: slide-up-01 1.5s ease-out 1s forwards, slide-right-01 1.5s ease-out 3.5s forwards, slide-down-01 1s ease-out 5.5s forwards; }
      .home .homepage-hero-section .hero-content.active .box .title.title02 {
        animation: slide-up-02 1.5s ease-out 1.1s forwards, slide-right-02 1.5s ease-out 3.5s forwards, slide-down-02 1s ease-out 5.5s forwards; }
      .home .homepage-hero-section .hero-content.active .box .title.title03 {
        animation: slide-up-03 1.5s ease-out 1.2s forwards, slide-right-03 1.5s ease-out 3.5s forwards, slide-down-03 1s ease-out 5.5s forwards; }
      .home .homepage-hero-section .hero-content.active .box .title.title04 {
        animation: slide-up-04 1.5s ease-out 1.3s forwards, slide-right-04 1.5s ease-out 3.5s forwards, slide-down-04 1s ease-out 5.5s forwards; }
      .home .homepage-hero-section .hero-content .box .title {
        color: #fff;
        font-size: 80px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: -4px;
        text-transform: uppercase;
        position: absolute;
        white-space: nowrap; }
        @media (max-width: 1024px) {
          .home .homepage-hero-section .hero-content .box .title {
            font-size: 30px;
            letter-spacing: 0; } }
        .home .homepage-hero-section .hero-content .box .title.title01 {
          opacity: 0;
          left: 50%;
          top: 31%;
          transform: translateX(-100%); }
@keyframes slide-up-01 {
  0% {
    opacity: 0;
    top: 31%; }
  100% {
    opacity: 1;
    top: 30%; } }
@keyframes slide-right-01 {
  0% {
    left: 50%;
    transform: translateX(-100%); }
  100% {
    left: 2%;
    transform: translateX(-2%); } }
@keyframes slide-down-01 {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    display: none; } }
        .home .homepage-hero-section .hero-content .box .title.title02 {
          opacity: 0;
          left: 50%;
          top: 38%;
          transform: translateX(-52%); }
@keyframes slide-up-02 {
  0% {
    opacity: 0;
    top: 38%; }
  100% {
    opacity: 1;
    top: 37%; } }
@keyframes slide-right-02 {
  0% {
    left: 50%;
    transform: translateX(-52%); }
  100% {
    left: 2%;
    transform: translateX(-2%); } }
@keyframes slide-down-02 {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    display: none; } }
        .home .homepage-hero-section .hero-content .box .title.title03 {
          opacity: 0;
          right: 50%;
          top: 46%;
          transform: translateX(55%); }
@keyframes slide-up-03 {
  0% {
    opacity: 0;
    top: 46%; }
  100% {
    opacity: 1;
    top: 45%; } }
@keyframes slide-right-03 {
  0% {
    right: 50%;
    transform: translateX(55%); }
  100% {
    right: 1%;
    transform: translateX(-1%); } }
@keyframes slide-down-03 {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    display: none; } }
        .home .homepage-hero-section .hero-content .box .title.title04 {
          opacity: 0;
          right: 50%;
          top: 53%;
          transform: translateX(75%); }
@keyframes slide-up-04 {
  0% {
    opacity: 0;
    top: 53%; }
  100% {
    opacity: 1;
    top: 52%; } }
@keyframes slide-right-04 {
  0% {
    right: 50%;
    transform: translateX(75%); }
  100% {
    right: 1%;
    transform: translateX(-1%); } }
@keyframes slide-down-04 {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    display: none; } }
    .home .homepage-hero-section .hero-info {
      position: absolute;
      left: 5%;
      bottom: 10%;
      opacity: 0;
      transition: all 1s ease-out 1s; }
      @media (max-width: 1024px) {
        .home .homepage-hero-section .hero-info {
          bottom: 20%; } }
      .home .homepage-hero-section .hero-info.active {
        opacity: 1; }
      .home .homepage-hero-section .hero-info .box {
        width: 500px; }
        @media (max-width: 1024px) {
          .home .homepage-hero-section .hero-info .box {
            width: 100%; } }
        .home .homepage-hero-section .hero-info .box h1 {
          color: #59F4FF;
          font-size: 60px;
          font-weight: bold;
          line-height: 1; }
          @media (max-width: 1024px) {
            .home .homepage-hero-section .hero-info .box h1 {
              font-size: 24px; } }
        .home .homepage-hero-section .hero-info .box .content {
          color: #fff;
          font-size: 20px; }
          @media (max-width: 1024px) {
            .home .homepage-hero-section .hero-info .box .content {
              font-size: 16px; } }
          .home .homepage-hero-section .hero-info .box .content span {
            background-color: #59F4FF;
            color: #000;
            display: inline-block;
            padding: 0px 5px;
            margin-top: 5px; }
    .home .homepage-hero-section .scroll {
      position: absolute;
      bottom: 5%;
      left: 50%;
      transform: translateX(-20px);
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      opacity: 0;
      transition: all 1s ease-out 1.5s; }
      .home .homepage-hero-section .scroll.active {
        opacity: 1; }
      .home .homepage-hero-section .scroll .box .caption {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1; }
      .home .homepage-hero-section .scroll .box .ScrollAnimation_scroll {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        flex-direction: column;
        padding-top: 10px; }
        .home .homepage-hero-section .scroll .box .ScrollAnimation_scroll .arrow {
          width: 30px;
          height: 15px; }
          .home .homepage-hero-section .scroll .box .ScrollAnimation_scroll .arrow:first-child, .home .homepage-hero-section .scroll .box .ScrollAnimation_scroll .arrow:nth-child(2) {
            fill: rgba(255, 255, 255, 0.3);
            animation: ScrollAnimation_scroll__qNEnW 1.5s ease infinite; }
          .home .homepage-hero-section .scroll .box .ScrollAnimation_scroll .arrow:nth-child(2) {
            animation-delay: 0.25s; }
          .home .homepage-hero-section .scroll .box .ScrollAnimation_scroll .arrow:nth-child(3) {
            fill: rgba(255, 255, 255, 0.3);
            animation: ScrollAnimation_scroll__qNEnW 1.5s ease infinite;
            animation-delay: 0.5s; }
@keyframes ScrollAnimation_scroll__qNEnW {
  0% {
    fill: rgba(255, 255, 255, 0.2);
    transform: translateY(0); }
  50% {
    fill: #fff; }
  80% {
    fill: #fff;
    transform: translateY(-2px); }
  to {
    fill: rgba(255, 255, 255, 0.2);
    transform: translateY(0); } }
  .home .home-tabs01-wrap {
    height: 100vh;
    width: 100%;
    background-color: #000; }
    @media (max-width: 1024px) {
      .home .home-tabs01-wrap {
        height: 500px; } }
    .home .home-tabs01-wrap .box {
      width: 100%;
      height: 100%;
      position: relative; }
      .home .home-tabs01-wrap .box .tabs {
        position: absolute;
        left: 5%;
        top: 30%;
        transform: translateY(-30%);
        z-index: 10; }
        @media (max-width: 1024px) {
          .home .home-tabs01-wrap .box .tabs {
            left: 0;
            top: 40px;
            width: 100%;
            transform: translateY(0);
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center; } }
        .home .home-tabs01-wrap .box .tabs .tab-item {
          cursor: pointer;
          margin: 0 10px; }
          .home .home-tabs01-wrap .box .tabs .tab-item.active h3 {
            color: #59F4FF; }
          .home .home-tabs01-wrap .box .tabs .tab-item h3 {
            font-size: 60px;
            font-weight: bold;
            display: inline-block;
            color: #fff; }
            @media (max-width: 1024px) {
              .home .home-tabs01-wrap .box .tabs .tab-item h3 {
                font-size: 24px; } }
      .home .home-tabs01-wrap .box .contents {
        width: 100%;
        height: 100%;
        position: relative; }
        .home .home-tabs01-wrap .box .contents .tab-content {
          display: none;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 60%;
          width: 100%;
          height: 100%;
          position: relative; }
          @media (max-width: 1024px) {
            .home .home-tabs01-wrap .box .contents .tab-content {
              background-size: 50%;
              background-position-y: 100px; } }
          @media (max-width: 480px) {
            .home .home-tabs01-wrap .box .contents .tab-content {
              background-size: contain; } }
          .home .home-tabs01-wrap .box .contents .tab-content.active {
            display: block; }
          .home .home-tabs01-wrap .box .contents .tab-content .parameter {
            position: absolute;
            right: 5%;
            top: 50%;
            transform: translateY(-50%); }
            @media (max-width: 1024px) {
              .home .home-tabs01-wrap .box .contents .tab-content .parameter {
                top: auto;
                bottom: 40px;
                right: 0;
                width: 100%;
                transform: translateY(0);
                text-align: center; } }
            .home .home-tabs01-wrap .box .contents .tab-content .parameter ul {
              padding-left: 0; }
              @media (max-width: 1024px) {
                .home .home-tabs01-wrap .box .contents .tab-content .parameter ul {
                  display: -webkit-flex;
                  display: flex;
                  -webkit-justify-content: center;
                  justify-content: center;
                  margin-bottom: 0; } }
            .home .home-tabs01-wrap .box .contents .tab-content .parameter li {
              list-style: none; }
              @media (max-width: 1024px) {
                .home .home-tabs01-wrap .box .contents .tab-content .parameter li {
                  padding: 0 10px;
                  text-align: center; } }
              .home .home-tabs01-wrap .box .contents .tab-content .parameter li strong {
                color: #59F4FF;
                font-size: 40px; }
                @media (max-width: 1024px) {
                  .home .home-tabs01-wrap .box .contents .tab-content .parameter li strong {
                    font-size: 18px; } }
              .home .home-tabs01-wrap .box .contents .tab-content .parameter li p {
                color: #fff; }
            @media (max-width: 1024px) {
              .home .home-tabs01-wrap .box .contents .tab-content .parameter .btn-wrapper {
                display: inline-block;
                margin-top: 10px; } }
  .home .home-technical-features-wrap {
    padding: 150px 0;
    background: #000; }
    @media (max-width: 1024px) {
      .home .home-technical-features-wrap {
        padding: 80px 0; } }
    .home .home-technical-features-wrap .swiperBox {
      position: relative;
      overflow: hidden; }
      .home .home-technical-features-wrap .swiperBox .tabbdSwiper .swiper-slide {
        width: 80%;
        height: 70vh;
        opacity: .6;
        position: relative; }
        @media (max-width: 1024px) {
          .home .home-technical-features-wrap .swiperBox .tabbdSwiper .swiper-slide {
            height: 35vh; } }
        .home .home-technical-features-wrap .swiperBox .tabbdSwiper .swiper-slide.swiper-slide-active {
          opacity: 1; }
          .home .home-technical-features-wrap .swiperBox .tabbdSwiper .swiper-slide.swiper-slide-active:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
        .home .home-technical-features-wrap .swiperBox .tabbdSwiper .swiper-slide img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .home .home-technical-features-wrap .swiperBox .tabhdSwiper {
        position: absolute;
        bottom: 50px;
        width: 60%;
        left: 20%; }
        @media (max-width: 1024px) {
          .home .home-technical-features-wrap .swiperBox .tabhdSwiper {
            position: static;
            bottom: auto;
            width: 50%;
            left: 25%;
            margin-top: 50px; } }
        .home .home-technical-features-wrap .swiperBox .tabhdSwiper .swiper-slide {
          color: #fff;
          font-size: 18px;
          border-bottom: 1px solid #fff;
          padding-bottom: 15px;
          text-align: center;
          position: relative;
          margin-bottom: 5px;
          height: 65px;
          cursor: pointer; }
          @media (max-width: 1024px) {
            .home .home-technical-features-wrap .swiperBox .tabhdSwiper .swiper-slide {
              border-bottom: none;
              font-size: 16px; } }
          .home .home-technical-features-wrap .swiperBox .tabhdSwiper .swiper-slide.swiper-slide-thumb-active:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 100%;
            height: 4px;
            background: #59f4ff; }
            @media (max-width: 1024px) {
              .home .home-technical-features-wrap .swiperBox .tabhdSwiper .swiper-slide.swiper-slide-thumb-active:before {
                content: none; } }
      .home .home-technical-features-wrap .swiperBox .technical-features-pagination {
        display: none; }
        @media (max-width: 1024px) {
          .home .home-technical-features-wrap .swiperBox .technical-features-pagination {
            display: block;
            margin-top: 30px; } }
        .home .home-technical-features-wrap .swiperBox .technical-features-pagination .swiper-pagination-bullet {
          width: 20px;
          height: 3px;
          border-radius: 3px;
          background: #fff; }
          .home .home-technical-features-wrap .swiperBox .technical-features-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #59F4FF; }
  .home .home-accessories-wrap {
    background: #fff;
    padding: 100px 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 1024px) {
      .home .home-accessories-wrap {
        padding: 50px 0; } }
    @media (max-width: 1024px) {
      .home .home-accessories-wrap .only-pc {
        display: none; } }
    .home .home-accessories-wrap .tabhd .thdlist.active a .num-title, .home .home-accessories-wrap .tabhd .thdlist:hover a .num-title {
      left: 40px; }
      .home .home-accessories-wrap .tabhd .thdlist.active a .num-title .num, .home .home-accessories-wrap .tabhd .thdlist:hover a .num-title .num {
        opacity: 1; }
      .home .home-accessories-wrap .tabhd .thdlist.active a .num-title .title, .home .home-accessories-wrap .tabhd .thdlist:hover a .num-title .title {
        opacity: 1; }
    .home .home-accessories-wrap .tabhd .thdlist.active a .link, .home .home-accessories-wrap .tabhd .thdlist:hover a .link {
      opacity: 1; }
    .home .home-accessories-wrap .tabhd .thdlist a {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      color: #333;
      font-family: 'alternate-gothic-no2'; }
      .home .home-accessories-wrap .tabhd .thdlist a .num-title {
        display: -webkit-flex;
        display: flex;
        position: relative;
        left: 0;
        transition: all .3s; }
        .home .home-accessories-wrap .tabhd .thdlist a .num-title .num {
          font-size: 48px;
          opacity: 0;
          transition: all .3s; }
        .home .home-accessories-wrap .tabhd .thdlist a .num-title .title {
          font-size: 105px;
          line-height: 1;
          opacity: .1;
          transition: all .3s; }
      .home .home-accessories-wrap .tabhd .thdlist a .link {
        font-size: 20px;
        opacity: 0;
        transition: all .3s; }
    .home .home-accessories-wrap .tabbd {
      position: absolute;
      left: 0;
      top: 120px;
      z-index: -1;
      width: 100%;
      text-align: center; }
      .home .home-accessories-wrap .tabbd .tbdlist {
        display: none; }
        .home .home-accessories-wrap .tabbd .tbdlist.active {
          display: block; }
        .home .home-accessories-wrap .tabbd .tbdlist .img {
          max-width: 700px;
          margin: 0 auto; }
          .home .home-accessories-wrap .tabbd .tbdlist .img img {
            max-width: 100%; }
    .home .home-accessories-wrap .only-wap {
      display: none;
      font-family: alternate-gothic-no2; }
      @media (max-width: 1024px) {
        .home .home-accessories-wrap .only-wap {
          display: block; } }
      .home .home-accessories-wrap .only-wap .title {
        font-size: 30px; }
      .home .home-accessories-wrap .only-wap .swiper-box {
        margin-top: 30px; }
        .home .home-accessories-wrap .only-wap .swiper-box .accessories-swiper .swiper-slide {
          width: 80%; }
          .home .home-accessories-wrap .only-wap .swiper-box .accessories-swiper .swiper-slide a {
            display: block;
            background: #f2f2f2;
            padding: 20px; }
            .home .home-accessories-wrap .only-wap .swiper-box .accessories-swiper .swiper-slide a .img {
              width: 100%; }
              .home .home-accessories-wrap .only-wap .swiper-box .accessories-swiper .swiper-slide a .img img {
                max-width: 100%; }
            .home .home-accessories-wrap .only-wap .swiper-box .accessories-swiper .swiper-slide a .tit {
              font-size: 24px;
              text-align: center; }
  .home .home-about-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0 400px;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .home .home-about-wrap {
        padding: 80px 0 100px; } }
    .home .home-about-wrap .container-fluid {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      @media (max-width: 1024px) {
        .home .home-about-wrap .container-fluid {
          -webkit-justify-content: center;
          justify-content: center; } }
    .home .home-about-wrap .about-box {
      width: 50%;
      color: #fff; }
      @media (max-width: 1024px) {
        .home .home-about-wrap .about-box {
          width: 100%;
          text-align: center; } }
      .home .home-about-wrap .about-box .title {
        font-size: 70px;
        font-weight: bold;
        line-height: 1.5; }
        @media (max-width: 1024px) {
          .home .home-about-wrap .about-box .title {
            font-size: 30px; } }
      .home .home-about-wrap .about-box .content {
        margin-top: 30px;
        line-height: 1.5;
        font-size: 16px; }
        @media (max-width: 1024px) {
          .home .home-about-wrap .about-box .content {
            font-size: 14px; } }
      @media (max-width: 1024px) {
        .home .home-about-wrap .about-box .btn-wrapper {
          display: inline-block;
          width: auto; }
          .home .home-about-wrap .about-box .btn-wrapper a {
            padding: 8px 10px; } }
  .home .home-photo-wrap {
    padding: 100px 0 0;
    color: #fff; }
    @media (max-width: 1024px) {
      .home .home-photo-wrap {
        padding: 40px 0 0; } }
    .home .home-photo-wrap .title-arrow .container-fluid {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; }
    .home .home-photo-wrap .title-arrow .title {
      font-size: 40px; }
      @media (max-width: 1024px) {
        .home .home-photo-wrap .title-arrow .title {
          font-size: 30px; } }
    .home .home-photo-wrap .title-arrow .arrow {
      display: -webkit-flex;
      display: flex; }
      .home .home-photo-wrap .title-arrow .arrow .photo-swiper-button-prev {
        border: 1px solid #59f4ff;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        transition: all .3s; }
        .home .home-photo-wrap .title-arrow .arrow .photo-swiper-button-prev:hover {
          background: #59f4ff; }
          .home .home-photo-wrap .title-arrow .arrow .photo-swiper-button-prev:hover:before {
            border-color: #333; }
        .home .home-photo-wrap .title-arrow .arrow .photo-swiper-button-prev:before {
          content: '';
          position: absolute;
          left: 13px;
          top: 12px;
          width: 14px;
          height: 14px;
          border-top: 5px solid #59f4ff;
          border-right: 5px solid #59f4ff;
          transform: rotate(225deg); }
      .home .home-photo-wrap .title-arrow .arrow .photo-swiper-button-next {
        margin-left: 20px;
        border: 1px solid #59f4ff;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        transition: all .3s; }
        .home .home-photo-wrap .title-arrow .arrow .photo-swiper-button-next:hover {
          background: #59f4ff; }
          .home .home-photo-wrap .title-arrow .arrow .photo-swiper-button-next:hover:before {
            border-color: #333; }
        .home .home-photo-wrap .title-arrow .arrow .photo-swiper-button-next:before {
          content: '';
          position: absolute;
          left: 10px;
          top: 12px;
          width: 14px;
          height: 14px;
          border-top: 5px solid #59f4ff;
          border-right: 5px solid #59f4ff;
          transform: rotate(45deg); }
    .home .home-photo-wrap .photo-swiper {
      margin-top: 50px; }
      .home .home-photo-wrap .photo-swiper .swiper-slide img {
        width: 100%; }

@media (max-width: 1024px) {
  .product-wrap {
    margin-top: 60px; } }
.product-wrap .screen01 {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  @media (max-width: 1024px) {
    .product-wrap .screen01 {
      height: 50vh; } }
  .product-wrap .screen01:before {
    content: '';
    width: 100%;
    height: 40vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 1024px) {
      .product-wrap .screen01:before {
        content: none; } }
  .product-wrap .screen01:after {
    content: '';
    width: 100%;
    height: 40vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 1024px) {
      .product-wrap .screen01:after {
        content: none; } }
  .product-wrap .screen01 h1 {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -4px;
    text-transform: uppercase;
    text-align: center;
    transform: translateY(-50%); }
    @media (max-width: 1024px) {
      .product-wrap .screen01 h1 {
        font-size: 30px;
        transform: translateY(0);
        letter-spacing: 0; } }
.product-wrap .screen03 {
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #0b0b0b; }
  @media (max-width: 1024px) {
    .product-wrap .screen03 {
      height: auto;
      padding: 80px 20px; } }
  .product-wrap .screen03 .box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto; }
    .product-wrap .screen03 .box h3 {
      color: #fff;
      font-size: 80px;
      font-weight: bold;
      line-height: 1.4;
      letter-spacing: -4px;
      text-transform: uppercase;
      text-align: center;
      transform: translateY(-50%); }
      @media (max-width: 1024px) {
        .product-wrap .screen03 .box h3 {
          font-size: 30px;
          letter-spacing: 0; } }
    .product-wrap .screen03 .box .content {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      width: 100%; }
      .product-wrap .screen03 .box .content .img {
        width: 100%; }
        .product-wrap .screen03 .box .content .img img {
          width: 100%;
          object-fit: cover; }
      .product-wrap .screen03 .box .content .left {
        padding-right: 10px; }
      .product-wrap .screen03 .box .content .right {
        padding-left: 10px; }
        .product-wrap .screen03 .box .content .right .top {
          padding-bottom: 10px; }
        .product-wrap .screen03 .box .content .right .bottom {
          padding-top: 10px;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-align-items: center;
          align-items: center; }
          .product-wrap .screen03 .box .content .right .bottom .bottom-left {
            padding-right: 10px; }
          .product-wrap .screen03 .box .content .right .bottom .bottom-right {
            padding-left: 10px; }
.product-wrap .screen04 {
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 1024px) {
    .product-wrap .screen04 {
      height: 60vh; } }
  .product-wrap .screen04 .box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto; }
    .product-wrap .screen04 .box .content {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      width: 100%;
      transform: translateY(140%); }
      @media (max-width: 1024px) {
        .product-wrap .screen04 .box .content {
          transform: translateY(0); } }
      .product-wrap .screen04 .box .content ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center; }
        @media (max-width: 1024px) {
          .product-wrap .screen04 .box .content ul {
            display: -webkit-flex;
            display: block; } }
        .product-wrap .screen04 .box .content ul li {
          padding: 0 20px; }
          @media (max-width: 1024px) {
            .product-wrap .screen04 .box .content ul li {
              padding: 0 10px 20px; } }
          .product-wrap .screen04 .box .content ul li .top strong {
            color: #fff;
            font-size: 80px;
            line-height: 1; }
            @media (max-width: 1024px) {
              .product-wrap .screen04 .box .content ul li .top strong {
                font-size: 30px; } }
            .product-wrap .screen04 .box .content ul li .top strong span {
              font-size: 50px;
              line-height: 1;
              font-weight: normal; }
              @media (max-width: 1024px) {
                .product-wrap .screen04 .box .content ul li .top strong span {
                  font-size: 20px; } }
          .product-wrap .screen04 .box .content ul li .bottom {
            font-size: 40px;
            line-height: 1;
            color: #fff;
            text-align: center;
            margin-top: 20px; }
            @media (max-width: 1024px) {
              .product-wrap .screen04 .box .content ul li .bottom {
                font-size: 16px; } }
.product-wrap .product-model-type {
  width: 100%;
  background: #000;
  padding: 100px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  @media (max-width: 1024px) {
    .product-wrap .product-model-type {
      padding: 80px 20px; } }
  .product-wrap .product-model-type .box .title {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -4px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 1024px) {
      .product-wrap .product-model-type .box .title {
        font-size: 30px;
        letter-spacing: 0; } }
  .product-wrap .product-model-type .box .table-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .product-wrap .product-model-type .box .table-wrap {
        display: -webkit-flex;
        display: block;
        margin-top: 40px; } }
    .product-wrap .product-model-type .box .table-wrap .img {
      width: 40vw;
      padding: 20px; }
      @media (max-width: 1024px) {
        .product-wrap .product-model-type .box .table-wrap .img {
          width: 100%; } }
      .product-wrap .product-model-type .box .table-wrap .img img {
        width: 100%; }
  .product-wrap .product-model-type .box .btn-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 50px; }
    @media (max-width: 1024px) {
      .product-wrap .product-model-type .box .btn-wrap {
        margin-top: 30px;
        text-align: center; } }
    @media (max-width: 480px) {
      .product-wrap .product-model-type .box .btn-wrap {
        display: -webkit-flex;
        display: block; } }
    .product-wrap .product-model-type .box .btn-wrap .btn-wrapper {
      margin: 0 20px; }
      @media (max-width: 1024px) {
        .product-wrap .product-model-type .box .btn-wrap .btn-wrapper {
          margin: 0 10px; } }
      @media (max-width: 480px) {
        .product-wrap .product-model-type .box .btn-wrap .btn-wrapper {
          display: inline-block;
          margin-bottom: 10px; } }

.global-banner-video {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative; }
  @media (max-width: 1024px) {
    .global-banner-video {
      height: 60vh; } }
  .global-banner-video:before {
    content: '';
    width: 100%;
    height: 40vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 1024px) {
      .global-banner-video:before {
        height: 30vh; } }
  .global-banner-video:after {
    content: '';
    width: 100%;
    height: 40vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 1024px) {
      .global-banner-video:after {
        content: none; } }
  .global-banner-video .box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    @media (max-width: 1024px) {
      .global-banner-video .box {
        padding: 0 20px; } }
    .global-banner-video .box h3 {
      color: #fff;
      font-size: 60px;
      font-weight: bold;
      line-height: 1.4;
      letter-spacing: -4px;
      text-transform: uppercase;
      text-align: center;
      transform: translateY(-50%); }
      @media (max-width: 1024px) {
        .global-banner-video .box h3 {
          font-size: 24px;
          letter-spacing: 0; } }
    .global-banner-video .box h2 {
      color: #fff;
      font-size: 60px;
      font-weight: bold;
      line-height: 1.4;
      letter-spacing: -4px;
      text-transform: uppercase;
      text-align: center;
      transform: translateY(50%); }
      @media (max-width: 1024px) {
        .global-banner-video .box h2 {
          font-size: 24px;
          letter-spacing: 0; } }
    .global-banner-video .box .popup-btn {
      width: 140px;
      height: 140px;
      border-radius: 140px;
      border: 8px solid rgba(255, 255, 255, 0.8);
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      transition: all 0.3s; }
      @media (max-width: 1024px) {
        .global-banner-video .box .popup-btn {
          width: 80px;
          height: 80px;
          border-width: 4px; } }
      .global-banner-video .box .popup-btn:before {
        display: block;
        content: '';
        width: 0px;
        height: 0px;
        border-top: 30px solid transparent;
        border-left: 50px solid rgba(255, 255, 255, 0.8);
        border-bottom: 30px solid transparent;
        transform: translateX(7px); }
        @media (max-width: 1024px) {
          .global-banner-video .box .popup-btn:before {
            border-top-width: 10px;
            border-left-width: 20px;
            border-bottom-width: 10px;
            transform: translateX(2px); } }
      .global-banner-video .box .popup-btn:hover {
        opacity: 0.8; }
    .global-banner-video .box .content {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.4;
      text-align: center;
      margin-top: 40px; }
      @media (max-width: 1024px) {
        .global-banner-video .box .content {
          font-size: 14px; } }

.global-product-content01.opposite .box {
  flex-direction: row-reverse; }
  @media (max-width: 1024px) {
    .global-product-content01.opposite .box {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .global-product-content01.opposite .box .pic:before {
    background: linear-gradient(-90deg, #000 0%, transparent 100%);
    right: 0;
    left: auto; }
.global-product-content01 .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 700px;
  background: #000; }
  @media (max-width: 1024px) {
    .global-product-content01 .box {
      height: auto;
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .global-product-content01 .box .content {
    width: 50%;
    padding: 5%;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .global-product-content01 .box .content {
        width: 100%;
        padding: 40px 20px; } }
    .global-product-content01 .box .content h3 {
      color: #fff;
      font-size: 40px;
      font-weight: bold; }
      @media (max-width: 1024px) {
        .global-product-content01 .box .content h3 {
          font-size: 24px; } }
    .global-product-content01 .box .content p {
      color: #fff;
      font-size: 20px; }
      @media (max-width: 1024px) {
        .global-product-content01 .box .content p {
          font-size: 14px; } }
  .global-product-content01 .box .pic {
    width: 50%;
    height: 100%;
    position: relative; }
    @media (max-width: 1024px) {
      .global-product-content01 .box .pic {
        width: 100%;
        height: 30vh; } }
    .global-product-content01 .box .pic:before {
      content: '';
      width: 50%;
      height: 100%;
      background: linear-gradient(90deg, #000 0%, transparent 100%);
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-width: 1024px) {
        .global-product-content01 .box .pic:before {
          content: none; } }
    .global-product-content01 .box .pic img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.about-wrap .section05 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: #000;
  color: #fff;
  padding: 100px 0; }
  @media (max-width: 1024px) {
    .about-wrap .section05 {
      padding: 80px 20px; } }
  .about-wrap .section05 .title-content {
    max-width: 1600px;
    margin: 0 auto; }
    .about-wrap .section05 .title-content .tit {
      font-size: 60px;
      line-height: 1;
      max-width: 600px;
      font-weight: bold; }
      @media (max-width: 1024px) {
        .about-wrap .section05 .title-content .tit {
          font-size: 30px; } }
    .about-wrap .section05 .title-content .con {
      margin-top: 20px;
      font-size: 16px;
      line-height: 1.7;
      max-width: 800px; }
      @media (max-width: 1024px) {
        .about-wrap .section05 .title-content .con {
          font-size: 14px; } }
  .about-wrap .section05 .swiper-box {
    margin-top: 50px;
    position: relative; }
    @media (max-width: 1024px) {
      .about-wrap .section05 .swiper-box {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    .about-wrap .section05 .swiper-box .tabhdSwiper {
      max-width: 1600px;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        .about-wrap .section05 .swiper-box .tabhdSwiper {
          width: 100%;
          margin-top: 30px; } }
      .about-wrap .section05 .swiper-box .tabhdSwiper .swiper-slide {
        color: #fff;
        font-size: 18px;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
        text-align: center;
        position: relative;
        margin-bottom: 5px;
        height: 65px;
        cursor: pointer; }
        @media (max-width: 1024px) {
          .about-wrap .section05 .swiper-box .tabhdSwiper .swiper-slide {
            font-size: 14px;
            height: auto; } }
        .about-wrap .section05 .swiper-box .tabhdSwiper .swiper-slide.swiper-slide-thumb-active:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: -2px;
          width: 100%;
          height: 4px;
          background: #59f4ff; }
    .about-wrap .section05 .swiper-box .tabbdSwiper {
      margin-top: 50px; }
      .about-wrap .section05 .swiper-box .tabbdSwiper .swiper-slide {
        max-width: 1600px;
        opacity: .2;
        position: relative; }
        .about-wrap .section05 .swiper-box .tabbdSwiper .swiper-slide.swiper-slide-active {
          opacity: 1; }
          .about-wrap .section05 .swiper-box .tabbdSwiper .swiper-slide.swiper-slide-active:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
        .about-wrap .section05 .swiper-box .tabbdSwiper .swiper-slide img {
          width: 100%; }
    .about-wrap .section05 .swiper-box .about-pagination {
      display: none; }
      @media (max-width: 1024px) {
        .about-wrap .section05 .swiper-box .about-pagination {
          display: block;
          bottom: -30px; } }
      .about-wrap .section05 .swiper-box .about-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 3px;
        border-radius: 3px;
        background: #fff; }
        .about-wrap .section05 .swiper-box .about-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #59F4FF; }
.about-wrap .section06 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  height: 70vh; }
  .about-wrap .section06 .box {
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    color: #fff;
    padding: 100px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
    @media (max-width: 1024px) {
      .about-wrap .section06 .box {
        padding: 80px 20px; } }
    .about-wrap .section06 .box .title-content .tit {
      font-size: 60px;
      line-height: 1;
      max-width: 600px;
      font-weight: bold; }
      @media (max-width: 1024px) {
        .about-wrap .section06 .box .title-content .tit {
          font-size: 30px; } }
    .about-wrap .section06 .box .title-content .con {
      margin-top: 20px;
      font-size: 16px;
      line-height: 1.7;
      max-width: 800px; }
      @media (max-width: 1024px) {
        .about-wrap .section06 .box .title-content .con {
          font-size: 14px; } }
.about-wrap .section08 {
  background: #000;
  color: #fff;
  padding: 100px 0 0; }
  @media (max-width: 1024px) {
    .about-wrap .section08 {
      padding: 80px 0 0; } }
  .about-wrap .section08 .title-content {
    max-width: 1600px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
    @media (max-width: 1024px) {
      .about-wrap .section08 .title-content {
        padding: 0 20px;
        display: -webkit-flex;
        display: block; } }
    .about-wrap .section08 .title-content .lt .tit {
      font-size: 60px;
      line-height: 1;
      max-width: 600px;
      font-weight: bold; }
      @media (max-width: 1024px) {
        .about-wrap .section08 .title-content .lt .tit {
          font-size: 30px; } }
    .about-wrap .section08 .title-content .lt .con {
      margin-top: 20px;
      font-size: 16px;
      line-height: 1.7;
      max-width: 800px; }
      @media (max-width: 1024px) {
        .about-wrap .section08 .title-content .lt .con {
          font-size: 14px; } }
    @media (max-width: 1024px) {
      .about-wrap .section08 .title-content .rt {
        margin-top: 50px; } }
    .about-wrap .section08 .title-content .rt .arrow {
      display: -webkit-flex;
      display: flex; }
      .about-wrap .section08 .title-content .rt .arrow .photo-swiper-button-prev {
        border: 1px solid #59f4ff;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        transition: all .3s; }
        .about-wrap .section08 .title-content .rt .arrow .photo-swiper-button-prev:hover {
          background: #59f4ff; }
          .about-wrap .section08 .title-content .rt .arrow .photo-swiper-button-prev:hover:before {
            border-color: #333; }
        .about-wrap .section08 .title-content .rt .arrow .photo-swiper-button-prev:before {
          content: '';
          position: absolute;
          left: 13px;
          top: 12px;
          width: 14px;
          height: 14px;
          border-top: 5px solid #59f4ff;
          border-right: 5px solid #59f4ff;
          transform: rotate(225deg); }
      .about-wrap .section08 .title-content .rt .arrow .photo-swiper-button-next {
        margin-left: 20px;
        border: 1px solid #59f4ff;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        transition: all .3s; }
        .about-wrap .section08 .title-content .rt .arrow .photo-swiper-button-next:hover {
          background: #59f4ff; }
          .about-wrap .section08 .title-content .rt .arrow .photo-swiper-button-next:hover:before {
            border-color: #333; }
        .about-wrap .section08 .title-content .rt .arrow .photo-swiper-button-next:before {
          content: '';
          position: absolute;
          left: 10px;
          top: 12px;
          width: 14px;
          height: 14px;
          border-top: 5px solid #59f4ff;
          border-right: 5px solid #59f4ff;
          transform: rotate(45deg); }
  .about-wrap .section08 .photo-swiper {
    margin-top: 50px; }
    @media (max-width: 1024px) {
      .about-wrap .section08 .photo-swiper {
        margin-top: 10px; } }
    .about-wrap .section08 .photo-swiper .swiper-slide img {
      width: 100%; }

.page-template-page_contact .adbanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 0;
  position: relative;
  color: #fff; }
  @media (max-width: 1024px) {
    .page-template-page_contact .adbanner {
      padding: 120px 0 80px; } }
  .page-template-page_contact .adbanner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .page-template-page_contact .adbanner .title {
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 70px;
    font-weight: bold; }
    @media (max-width: 1024px) {
      .page-template-page_contact .adbanner .title {
        font-size: 30px; } }
  .page-template-page_contact .adbanner .content {
    position: relative;
    z-index: 10;
    margin: 20px auto 0;
    max-width: 800px;
    text-align: center;
    font-size: 30px; }
    @media (max-width: 1024px) {
      .page-template-page_contact .adbanner .content {
        font-size: 18px; } }
.page-template-page_contact .info-box-wrap {
  padding: 100px 0; }
  @media (max-width: 1024px) {
    .page-template-page_contact .info-box-wrap {
      padding: 50px 20px; } }
  .page-template-page_contact .info-box-wrap .box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 480px) {
      .page-template-page_contact .info-box-wrap .box {
        display: -webkit-flex;
        display: block; } }
    .page-template-page_contact .info-box-wrap .box .list {
      width: 32%;
      background: #f5f5f5;
      border-radius: 5px;
      margin-bottom: 2%;
      padding: 60px 0;
      text-align: center; }
      .page-template-page_contact .info-box-wrap .box .list:first-child, .page-template-page_contact .info-box-wrap .box .list:nth-child(2) {
        width: 49%; }
        @media (max-width: 1024px) {
          .page-template-page_contact .info-box-wrap .box .list:first-child, .page-template-page_contact .info-box-wrap .box .list:nth-child(2) {
            width: 100%; } }
      @media (max-width: 1024px) {
        .page-template-page_contact .info-box-wrap .box .list {
          width: 100%; } }
      .page-template-page_contact .info-box-wrap .box .list .icon {
        max-width: 100px;
        margin: 0 auto; }
        @media (max-width: 1024px) {
          .page-template-page_contact .info-box-wrap .box .list .icon {
            max-width: 80px; } }
        .page-template-page_contact .info-box-wrap .box .list .icon img {
          max-width: 100%; }
      .page-template-page_contact .info-box-wrap .box .list .tit {
        margin-top: 20px;
        font-size: 20px; }
        @media (max-width: 1024px) {
          .page-template-page_contact .info-box-wrap .box .list .tit {
            font-size: 18px; } }
      .page-template-page_contact .info-box-wrap .box .list .con {
        margin-top: 10px; }
        @media (max-width: 1024px) {
          .page-template-page_contact .info-box-wrap .box .list .con {
            font-size: 14px; } }
.page-template-page_contact .sbuscribe-wrap {
  background: #fff;
  padding: 100px 0;
  color: #333; }
  @media (max-width: 1024px) {
    .page-template-page_contact .sbuscribe-wrap {
      padding: 80px 0; } }
  .page-template-page_contact .sbuscribe-wrap .title {
    font-size: 60px;
    text-align: center; }
    @media (max-width: 1024px) {
      .page-template-page_contact .sbuscribe-wrap .title {
        font-size: 30px; } }
  .page-template-page_contact .sbuscribe-wrap .content {
    margin-top: 20px;
    text-align: center;
    font-size: 24px; }
    @media (max-width: 1024px) {
      .page-template-page_contact .sbuscribe-wrap .content {
        font-size: 18px; } }
  .page-template-page_contact .sbuscribe-wrap .btnBox {
    margin-top: 30px;
    text-align: center; }
    .page-template-page_contact .sbuscribe-wrap .btnBox a {
      display: inline-block;
      text-decoration: none;
      height: 55px;
      line-height: 55px;
      padding: 0 80px;
      background: #70f5ff;
      color: #333;
      font-size: 20px;
      margin: 0 10px;
      transition: all .3s; }
      @media (max-width: 1024px) {
        .page-template-page_contact .sbuscribe-wrap .btnBox a {
          margin: 0 5px 10px;
          font-size: 14px;
          padding: 0 30px;
          height: 45px;
          line-height: 45px; } }
      .page-template-page_contact .sbuscribe-wrap .btnBox a:hover {
        background: #333;
        color: #fff; }
        .page-template-page_contact .sbuscribe-wrap .btnBox a:hover:nth-child(2) {
          background: #70f5ff;
          color: #333; }
      .page-template-page_contact .sbuscribe-wrap .btnBox a:nth-child(2) {
        background: #333;
        color: #fff; }

@media (max-width: 1024px) {
  .page-template-page_dealer {
    margin-top: 60px; } }
.page-template-page_dealer .dealerReguest-box-wrap {
  padding: 100px 0; }
  @media (max-width: 1024px) {
    .page-template-page_dealer .dealerReguest-box-wrap {
      padding: 80px 0; } }
  .page-template-page_dealer .dealerReguest-box-wrap .dealerReguest-box .title {
    font-size: 60px;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 1024px) {
      .page-template-page_dealer .dealerReguest-box-wrap .dealerReguest-box .title {
        font-size: 30px; } }
  .page-template-page_dealer .dealerReguest-box-wrap .dealerReguest-box .stxt {
    text-align: center;
    font-size: 20px; }
    @media (max-width: 1024px) {
      .page-template-page_dealer .dealerReguest-box-wrap .dealerReguest-box .stxt {
        font-size: 16px; } }
  .page-template-page_dealer .dealerReguest-box-wrap .dealerReguest-box .box {
    margin-top: 50px; }
    @media (max-width: 1024px) {
      .page-template-page_dealer .dealerReguest-box-wrap .dealerReguest-box .box {
        margin-top: 30px; } }
    .page-template-page_dealer .dealerReguest-box-wrap .dealerReguest-box .box .wpforms-submit {
      background: #70f5ff;
      color: #333;
      width: 220px; }

.page-template-page_part .adbanner, .tax-product_cat .adbanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 0;
  position: relative;
  color: #fff; }
  @media (max-width: 1024px) {
    .page-template-page_part .adbanner, .tax-product_cat .adbanner {
      padding: 120px 0 80px; } }
  .page-template-page_part .adbanner:before, .tax-product_cat .adbanner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .page-template-page_part .adbanner .title, .tax-product_cat .adbanner .title {
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 70px;
    font-weight: bold; }
    @media (max-width: 1024px) {
      .page-template-page_part .adbanner .title, .tax-product_cat .adbanner .title {
        font-size: 30px; } }
.page-template-page_part .search-problem-wrap, .tax-product_cat .search-problem-wrap {
  padding: 100px 0;
  background: #252525; }
  @media (max-width: 1024px) {
    .page-template-page_part .search-problem-wrap, .tax-product_cat .search-problem-wrap {
      padding: 40px 0; } }
  .page-template-page_part .search-problem-wrap .title, .tax-product_cat .search-problem-wrap .title {
    text-align: center;
    font-size: 50px;
    color: #fff; }
    @media (max-width: 1024px) {
      .page-template-page_part .search-problem-wrap .title, .tax-product_cat .search-problem-wrap .title {
        font-size: 24px; } }
  .page-template-page_part .search-problem-wrap .search-box, .tax-product_cat .search-problem-wrap .search-box {
    max-width: 800px;
    margin: 30px auto 0;
    position: relative; }
    @media (max-width: 1024px) {
      .page-template-page_part .search-problem-wrap .search-box, .tax-product_cat .search-problem-wrap .search-box {
        margin: 20px auto 0; } }
    .page-template-page_part .search-problem-wrap .search-box .search, .tax-product_cat .search-problem-wrap .search-box .search {
      width: 100%;
      border-radius: 45px;
      height: 45px;
      border: 1px solid #59F4FF;
      background: #ddd;
      color: #333;
      padding: 0 20px;
      outline: #0a7aff; }
      @media (max-width: 1024px) {
        .page-template-page_part .search-problem-wrap .search-box .search, .tax-product_cat .search-problem-wrap .search-box .search {
          font-size: 14px; } }
    .page-template-page_part .search-problem-wrap .search-box .submitbtn, .tax-product_cat .search-problem-wrap .search-box .submitbtn {
      position: absolute;
      right: 15px;
      top: 12px;
      border: none;
      background: url(../image/search.png) no-repeat;
      width: 20px;
      background-size: 100%; }
  .page-template-page_part .search-problem-wrap .content, .tax-product_cat .search-problem-wrap .content {
    margin-top: 80px; }
    @media (max-width: 1024px) {
      .page-template-page_part .search-problem-wrap .content, .tax-product_cat .search-problem-wrap .content {
        margin-top: 50px; } }
    .page-template-page_part .search-problem-wrap .content ul, .tax-product_cat .search-problem-wrap .content ul {
      margin: 20px auto 0;
      text-align: center;
      padding: 0;
      max-width: 800px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; }
      @media (max-width: 1024px) {
        .page-template-page_part .search-problem-wrap .content ul, .tax-product_cat .search-problem-wrap .content ul {
          font-size: 14px;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: flex-start;
          align-items: flex-start; } }
      .page-template-page_part .search-problem-wrap .content ul li, .tax-product_cat .search-problem-wrap .content ul li {
        list-style: none;
        cursor: pointer; }
        @media (max-width: 1024px) {
          .page-template-page_part .search-problem-wrap .content ul li, .tax-product_cat .search-problem-wrap .content ul li {
            width: 31.33%;
            margin-bottom: 4%; } }
        .page-template-page_part .search-problem-wrap .content ul li .icon, .tax-product_cat .search-problem-wrap .content ul li .icon {
          border-radius: 50%;
          overflow: hidden;
          width: 100px;
          height: 100px;
          margin: 0 auto;
          background: #fff; }
          .page-template-page_part .search-problem-wrap .content ul li .icon img, .tax-product_cat .search-problem-wrap .content ul li .icon img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .page-template-page_part .search-problem-wrap .content ul li .text, .tax-product_cat .search-problem-wrap .content ul li .text {
          margin-top: 15px;
          font-size: 16px;
          color: #fff; }
          .page-template-page_part .search-problem-wrap .content ul li .text .highlight, .tax-product_cat .search-problem-wrap .content ul li .text .highlight {
            font-weight: bold;
            color: #29a9b3;
            /* 你可以根据需求调整颜色 */ }
.page-template-page_part .product-list-wrap, .tax-product_cat .product-list-wrap {
  padding: 100px 0; }
  @media (max-width: 1024px) {
    .page-template-page_part .product-list-wrap, .tax-product_cat .product-list-wrap {
      padding: 50px 0; } }
  .page-template-page_part .product-list-wrap span, .tax-product_cat .product-list-wrap span {
    margin-right: 10px; }
  .page-template-page_part .product-list-wrap .sort-options, .tax-product_cat .product-list-wrap .sort-options {
    background: #f1f1f1;
    padding: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .page-template-page_part .product-list-wrap .product-list, .tax-product_cat .product-list-wrap .product-list {
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .page-template-page_part .product-list-wrap .product-list, .tax-product_cat .product-list-wrap .product-list {
        margin-top: 35px; } }
    .page-template-page_part .product-list-wrap .product-list:after, .tax-product_cat .product-list-wrap .product-list:after {
      content: '';
      width: 31.33%; }
      @media (max-width: 1024px) {
        .page-template-page_part .product-list-wrap .product-list:after, .tax-product_cat .product-list-wrap .product-list:after {
          content: none; } }
    .page-template-page_part .product-list-wrap .product-list .item, .tax-product_cat .product-list-wrap .product-list .item {
      width: 31.33%;
      margin-bottom: 2%;
      background: #f1f1f1;
      border-radius: 10px;
      padding: 10px 10px 20px; }
      @media (max-width: 1024px) {
        .page-template-page_part .product-list-wrap .product-list .item, .tax-product_cat .product-list-wrap .product-list .item {
          width: 48%;
          margin-bottom: 8%;
          padding: 5px 5px 10px; } }
      .page-template-page_part .product-list-wrap .product-list .item .pic a, .tax-product_cat .product-list-wrap .product-list .item .pic a {
        background: #fff;
        display: block;
        height: 400px;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
        @media (max-width: 1024px) {
          .page-template-page_part .product-list-wrap .product-list .item .pic a, .tax-product_cat .product-list-wrap .product-list .item .pic a {
            height: 20vh; } }
        .page-template-page_part .product-list-wrap .product-list .item .pic a img, .tax-product_cat .product-list-wrap .product-list .item .pic a img {
          width: 50%;
          height: 50%;
          object-fit: contain; }
      .page-template-page_part .product-list-wrap .product-list .item .info, .tax-product_cat .product-list-wrap .product-list .item .info {
        padding: 15px 10px 10px; }
        @media (max-width: 1024px) {
          .page-template-page_part .product-list-wrap .product-list .item .info, .tax-product_cat .product-list-wrap .product-list .item .info {
            padding: 10px 0 0; } }
        .page-template-page_part .product-list-wrap .product-list .item .info .tit a, .tax-product_cat .product-list-wrap .product-list .item .info .tit a {
          text-align: center;
          display: block;
          font-size: 20px; }
          @media (max-width: 1024px) {
            .page-template-page_part .product-list-wrap .product-list .item .info .tit a, .tax-product_cat .product-list-wrap .product-list .item .info .tit a {
              font-size: 14px; } }
        .page-template-page_part .product-list-wrap .product-list .item .info .price, .tax-product_cat .product-list-wrap .product-list .item .info .price {
          margin-top: 10px;
          text-align: center;
          font-size: 16px;
          font-weight: bold; }
          @media (max-width: 1024px) {
            .page-template-page_part .product-list-wrap .product-list .item .info .price, .tax-product_cat .product-list-wrap .product-list .item .info .price {
              font-size: 12px; } }
      .page-template-page_part .product-list-wrap .product-list .item .btnbox, .tax-product_cat .product-list-wrap .product-list .item .btnbox {
        margin-top: 10px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center; }
        .page-template-page_part .product-list-wrap .product-list .item .btnbox a, .tax-product_cat .product-list-wrap .product-list .item .btnbox a {
          display: inline-block;
          padding: 5px 15px;
          border-radius: 5px;
          background: #333;
          color: #fff;
          font-size: 14px;
          margin: 0 5px;
          transition: all .3s; }
          @media (max-width: 1024px) {
            .page-template-page_part .product-list-wrap .product-list .item .btnbox a, .tax-product_cat .product-list-wrap .product-list .item .btnbox a {
              font-size: 10px;
              margin: 0 3px;
              padding: 5px 10px; } }
          .page-template-page_part .product-list-wrap .product-list .item .btnbox a:hover, .tax-product_cat .product-list-wrap .product-list .item .btnbox a:hover {
            background: #29a9b3; }

.single-product-parts-wrap {
  background: #fff; }
  .single-product-parts-wrap .adbanner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0 50px;
    position: relative;
    color: #fff; }
    @media (max-width: 1024px) {
      .single-product-parts-wrap .adbanner {
        padding: 120px 0 80px; } }
    .single-product-parts-wrap .adbanner:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(31, 31, 31, 0.5); }
    .single-product-parts-wrap .adbanner .title {
      position: relative;
      z-index: 10;
      text-align: center;
      font-size: 70px;
      font-weight: bold; }
      @media (max-width: 1024px) {
        .single-product-parts-wrap .adbanner .title {
          font-size: 30px; } }
    .single-product-parts-wrap .adbanner .content {
      position: relative;
      z-index: 10;
      margin: 20px auto 0;
      max-width: 800px;
      text-align: center;
      font-size: 30px; }
      @media (max-width: 1024px) {
        .single-product-parts-wrap .adbanner .content {
          font-size: 18px; } }
  .single-product-parts-wrap .product-detail-wrap {
    padding: 100px 0; }
    @media (max-width: 1024px) {
      .single-product-parts-wrap .product-detail-wrap {
        padding: 80px 0; } }
    .single-product-parts-wrap .product-detail-wrap .container-fluid {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center; }
      @media (max-width: 1024px) {
        .single-product-parts-wrap .product-detail-wrap .container-fluid {
          display: -webkit-flex;
          display: block; } }
    .single-product-parts-wrap .product-detail-wrap .left-content {
      width: 45%; }
      @media (max-width: 1024px) {
        .single-product-parts-wrap .product-detail-wrap .left-content {
          width: 100%; } }
      .single-product-parts-wrap .product-detail-wrap .left-content .swiper {
        width: 100%;
        height: 100%; }
        .single-product-parts-wrap .product-detail-wrap .left-content .swiper .swiper-slide {
          text-align: center;
          font-size: 18px;
          display: flex;
          justify-content: center;
          align-items: center;
          background-size: cover;
          background-position: center;
          background: #000; }
          .single-product-parts-wrap .product-detail-wrap .left-content .swiper .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .single-product-parts-wrap .product-detail-wrap .left-content .mySwiper2 {
        height: 80%;
        width: 100%;
        position: relative;
        border: 1px solid #ddd; }
        .single-product-parts-wrap .product-detail-wrap .left-content .mySwiper2 .zoom-icon {
          position: absolute;
          right: 20px;
          bottom: 20px;
          color: #000;
          z-index: 10;
          font-size: 20px;
          cursor: pointer; }
          @media (max-width: 1024px) {
            .single-product-parts-wrap .product-detail-wrap .left-content .mySwiper2 .zoom-icon {
              display: none; } }
          .single-product-parts-wrap .product-detail-wrap .left-content .mySwiper2 .zoom-icon.active i {
            display: none; }
            .single-product-parts-wrap .product-detail-wrap .left-content .mySwiper2 .zoom-icon.active i:nth-child(2) {
              display: block; }
          .single-product-parts-wrap .product-detail-wrap .left-content .mySwiper2 .zoom-icon i {
            position: absolute;
            bottom: 0;
            right: 0; }
            .single-product-parts-wrap .product-detail-wrap .left-content .mySwiper2 .zoom-icon i:nth-child(2) {
              display: none; }
      .single-product-parts-wrap .product-detail-wrap .left-content .mySwiperBox {
        position: relative; }
        .single-product-parts-wrap .product-detail-wrap .left-content .mySwiperBox .swiper-button-next, .single-product-parts-wrap .product-detail-wrap .left-content .mySwiperBox .swiper-button-prev {
          top: 0;
          margin-top: 0;
          width: 40px;
          height: 100px;
          background: #000;
          padding: 0; }
          .single-product-parts-wrap .product-detail-wrap .left-content .mySwiperBox .swiper-button-next:after, .single-product-parts-wrap .product-detail-wrap .left-content .mySwiperBox .swiper-button-prev:after {
            color: #fff;
            font-size: 30px; }
        .single-product-parts-wrap .product-detail-wrap .left-content .mySwiperBox .swiper-button-next {
          right: 0; }
        .single-product-parts-wrap .product-detail-wrap .left-content .mySwiperBox .swiper-button-prev {
          left: 0; }
      .single-product-parts-wrap .product-detail-wrap .left-content .mySwiper {
        margin-top: 10px;
        height: 100px;
        box-sizing: border-box;
        width: calc(100% - 100px); }
        .single-product-parts-wrap .product-detail-wrap .left-content .mySwiper .swiper-slide {
          height: 100%;
          opacity: 0.4;
          box-sizing: border-box;
          border: 1px solid #000; }
          .single-product-parts-wrap .product-detail-wrap .left-content .mySwiper .swiper-slide.swiper-slide-thumb-active {
            opacity: 1; }
          .single-product-parts-wrap .product-detail-wrap .left-content .mySwiper .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
    .single-product-parts-wrap .product-detail-wrap .right-content {
      width: 55%;
      padding: 0 50px; }
      @media (max-width: 1024px) {
        .single-product-parts-wrap .product-detail-wrap .right-content {
          width: 100%;
          padding: 0;
          margin-top: 40px; } }
      .single-product-parts-wrap .product-detail-wrap .right-content .title {
        font-size: 20px;
        line-height: 1.5; }
        @media (max-width: 1024px) {
          .single-product-parts-wrap .product-detail-wrap .right-content .title {
            font-size: 16px; } }
      .single-product-parts-wrap .product-detail-wrap .right-content .price-wrap {
        margin-top: 30px;
        font-size: 18px;
        background: #f1f1f1;
        padding: 20px; }
        @media (max-width: 1024px) {
          .single-product-parts-wrap .product-detail-wrap .right-content .price-wrap {
            font-size: 16px; } }
      .single-product-parts-wrap .product-detail-wrap .right-content .attributes {
        margin-top: 20px; }
        .single-product-parts-wrap .product-detail-wrap .right-content .attributes .attribute-group strong {
          font-size: 14px;
          color: #999;
          font-weight: normal; }
        .single-product-parts-wrap .product-detail-wrap .right-content .attributes .attribute-group ul {
          margin-top: 15px;
          list-style: none;
          padding-left: 0;
          display: -webkit-flex;
          display: flex; }
          .single-product-parts-wrap .product-detail-wrap .right-content .attributes .attribute-group ul li {
            list-style: none;
            margin-right: 20px;
            border: 1px solid #ddd;
            padding: 5px 15px;
            cursor: pointer;
            border-radius: 3px; }
            .single-product-parts-wrap .product-detail-wrap .right-content .attributes .attribute-group ul li.selected {
              background: #f1f1f1; }
      .single-product-parts-wrap .product-detail-wrap .right-content .product-parameter {
        margin-top: 20px; }
        .single-product-parts-wrap .product-detail-wrap .right-content .product-parameter .list {
          font-size: 16px; }
          .single-product-parts-wrap .product-detail-wrap .right-content .product-parameter .list .bd .bd-con {
            display: -webkit-flex;
            display: flex;
            margin-bottom: 15px; }
            .single-product-parts-wrap .product-detail-wrap .right-content .product-parameter .list .bd .bd-con div:nth-child(1) {
              color: #999;
              font-weight: normal;
              width: 150px; }
            .single-product-parts-wrap .product-detail-wrap .right-content .product-parameter .list .bd .bd-con div:nth-child(2) {
              width: calc(100% - 160px); }
              .single-product-parts-wrap .product-detail-wrap .right-content .product-parameter .list .bd .bd-con div:nth-child(2) p {
                margin-bottom: 0; }
      .single-product-parts-wrap .product-detail-wrap .right-content .add-to-cart-wrap {
        margin-top: 40px;
        display: -webkit-flex;
        display: flex; }
        .single-product-parts-wrap .product-detail-wrap .right-content .add-to-cart-wrap .quantity {
          margin-right: 40px; }
          .single-product-parts-wrap .product-detail-wrap .right-content .add-to-cart-wrap .quantity .qty-box {
            display: -webkit-flex;
            display: flex; }
            .single-product-parts-wrap .product-detail-wrap .right-content .add-to-cart-wrap .quantity .qty-box span, .single-product-parts-wrap .product-detail-wrap .right-content .add-to-cart-wrap .quantity .qty-box input[type="text"] {
              border: 1px solid #ddd;
              padding: 8px;
              display: inline-block; }
              .single-product-parts-wrap .product-detail-wrap .right-content .add-to-cart-wrap .quantity .qty-box span i, .single-product-parts-wrap .product-detail-wrap .right-content .add-to-cart-wrap .quantity .qty-box input[type="text"] i {
                font-style: normal;
                font-size: 16px; }
            .single-product-parts-wrap .product-detail-wrap .right-content .add-to-cart-wrap .quantity .qty-box span {
              cursor: pointer; }
        .single-product-parts-wrap .product-detail-wrap .right-content .add-to-cart-wrap .add-to-cart-button {
          background: #000;
          color: #fff;
          padding: 5px 30px;
          height: auto;
          transition: all .3s; }
          .single-product-parts-wrap .product-detail-wrap .right-content .add-to-cart-wrap .add-to-cart-button:hover {
            background: #29a9b3; }
      .single-product-parts-wrap .product-detail-wrap .right-content .product-description {
        margin-top: 25px; }
        .single-product-parts-wrap .product-detail-wrap .right-content .product-description .hd {
          font-size: 20px; }
        .single-product-parts-wrap .product-detail-wrap .right-content .product-description .bd {
          margin-top: 10px;
          font-size: 16px;
          line-height: 1.5; }
  .single-product-parts-wrap .product-info-tabs-wrap .product-info-tabs02 {
    margin-top: 50px; }
    @media (max-width: 1024px) {
      .single-product-parts-wrap .product-info-tabs-wrap .product-info-tabs02 .info-box .info-list {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap; } }
    .single-product-parts-wrap .product-info-tabs-wrap .product-info-tabs02 .info-box .info-list .tabs-nav {
      width: 250px; }
      @media (max-width: 1024px) {
        .single-product-parts-wrap .product-info-tabs-wrap .product-info-tabs02 .info-box .info-list .tabs-nav {
          width: 100%;
          margin-bottom: 10px; } }
      .single-product-parts-wrap .product-info-tabs-wrap .product-info-tabs02 .info-box .info-list .tabs-nav .tab-item {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
        .single-product-parts-wrap .product-info-tabs-wrap .product-info-tabs02 .info-box .info-list .tabs-nav .tab-item img {
          width: 30px; }
    .single-product-parts-wrap .product-info-tabs-wrap .product-info-tabs02 .info-box .info-list .tabs-content {
      width: calc(100% - 250px); }
      @media (max-width: 1024px) {
        .single-product-parts-wrap .product-info-tabs-wrap .product-info-tabs02 .info-box .info-list .tabs-content {
          width: 100%; } }
  .single-product-parts-wrap .product-info-tabs-wrap .title {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 4px solid #29a9b3;
    padding-bottom: 15px; }
    @media (max-width: 1024px) {
      .single-product-parts-wrap .product-info-tabs-wrap .title {
        font-size: 24px; } }
  .single-product-parts-wrap .product-info-tabs-wrap .info-box {
    margin-top: 35px; }
    .single-product-parts-wrap .product-info-tabs-wrap .info-box .info-list {
      display: -webkit-flex;
      display: flex;
      border-bottom: 1px solid #ddd;
      padding-bottom: 15px;
      margin-bottom: 25px; }
      .single-product-parts-wrap .product-info-tabs-wrap .info-box .info-list:last-child {
        border-bottom: none;
        margin-bottom: 0; }
      .single-product-parts-wrap .product-info-tabs-wrap .info-box .info-list .tabs-nav {
        width: 120px;
        font-weight: bold; }
      .single-product-parts-wrap .product-info-tabs-wrap .info-box .info-list .tabs-content {
        width: calc(100% - 120px);
        line-height: 1.5; }
  .single-product-parts-wrap .product-guarantee-wrap {
    margin-top: 60px; }
    .single-product-parts-wrap .product-guarantee-wrap .hd {
      font-size: 30px;
      font-weight: bold;
      border-bottom: 4px solid #29a9b3;
      padding-bottom: 15px; }
    .single-product-parts-wrap .product-guarantee-wrap .bd {
      margin-top: 35px; }
  .single-product-parts-wrap .product-recommended-wrap {
    padding: 100px 0; }
    @media (max-width: 1024px) {
      .single-product-parts-wrap .product-recommended-wrap {
        padding: 60px 0; } }
    .single-product-parts-wrap .product-recommended-wrap .hd {
      text-align: center; }
      .single-product-parts-wrap .product-recommended-wrap .hd h3 {
        font-size: 50px;
        font-weight: bold; }
        @media (max-width: 1024px) {
          .single-product-parts-wrap .product-recommended-wrap .hd h3 {
            font-size: 24px; } }
      .single-product-parts-wrap .product-recommended-wrap .hd span {
        margin-top: 10px;
        display: block;
        font-size: 20px; }
        @media (max-width: 1024px) {
          .single-product-parts-wrap .product-recommended-wrap .hd span {
            font-size: 16px; } }
    .single-product-parts-wrap .product-recommended-wrap .product-list {
      margin-top: 60px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 1024px) {
        .single-product-parts-wrap .product-recommended-wrap .product-list {
          margin-top: 35px; } }
      .single-product-parts-wrap .product-recommended-wrap .product-list:after {
        content: '';
        width: 24%; }
        @media (max-width: 1024px) {
          .single-product-parts-wrap .product-recommended-wrap .product-list:after {
            content: none; } }
      .single-product-parts-wrap .product-recommended-wrap .product-list .item {
        width: 24%;
        margin-bottom: 2%;
        background: #f1f1f1;
        border-radius: 10px;
        padding: 10px 10px 20px; }
        @media (max-width: 1024px) {
          .single-product-parts-wrap .product-recommended-wrap .product-list .item {
            width: 48%;
            margin-bottom: 8%;
            padding: 5px 5px 10px; } }
        .single-product-parts-wrap .product-recommended-wrap .product-list .item .pic a {
          background: #fff;
          display: block;
          height: 300px;
          text-align: center;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center; }
          @media (max-width: 1024px) {
            .single-product-parts-wrap .product-recommended-wrap .product-list .item .pic a {
              height: 20vh; } }
          .single-product-parts-wrap .product-recommended-wrap .product-list .item .pic a img {
            width: 50%;
            height: 50%;
            object-fit: contain; }
        .single-product-parts-wrap .product-recommended-wrap .product-list .item .info {
          padding: 15px 10px 10px; }
          @media (max-width: 1024px) {
            .single-product-parts-wrap .product-recommended-wrap .product-list .item .info {
              padding: 10px 0 0; } }
          .single-product-parts-wrap .product-recommended-wrap .product-list .item .info .tit a {
            text-align: center;
            display: block;
            font-size: 20px; }
            @media (max-width: 1024px) {
              .single-product-parts-wrap .product-recommended-wrap .product-list .item .info .tit a {
                font-size: 14px; } }
          .single-product-parts-wrap .product-recommended-wrap .product-list .item .info .price {
            margin-top: 10px;
            text-align: center;
            font-size: 16px;
            font-weight: bold; }
            @media (max-width: 1024px) {
              .single-product-parts-wrap .product-recommended-wrap .product-list .item .info .price {
                font-size: 12px; } }
        .single-product-parts-wrap .product-recommended-wrap .product-list .item .btnbox {
          margin-top: 10px;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center; }
          .single-product-parts-wrap .product-recommended-wrap .product-list .item .btnbox a {
            display: inline-block;
            padding: 5px 15px;
            border-radius: 5px;
            background: #333;
            color: #fff;
            font-size: 14px;
            margin: 0 5px;
            transition: all .3s; }
            @media (max-width: 1024px) {
              .single-product-parts-wrap .product-recommended-wrap .product-list .item .btnbox a {
                font-size: 10px;
                margin: 0 3px;
                padding: 5px 10px; } }
            .single-product-parts-wrap .product-recommended-wrap .product-list .item .btnbox a:hover {
              background: #29a9b3; }
  .single-product-parts-wrap .product-recently-viewed-wrap {
    padding: 100px 0; }
    @media (max-width: 1024px) {
      .single-product-parts-wrap .product-recently-viewed-wrap {
        padding: 60px 0; } }
    .single-product-parts-wrap .product-recently-viewed-wrap .hd {
      text-align: center; }
      .single-product-parts-wrap .product-recently-viewed-wrap .hd h3 {
        font-size: 50px;
        font-weight: bold; }
        @media (max-width: 1024px) {
          .single-product-parts-wrap .product-recently-viewed-wrap .hd h3 {
            font-size: 24px; } }
      .single-product-parts-wrap .product-recently-viewed-wrap .hd span {
        margin-top: 10px;
        display: block;
        font-size: 20px; }
        @media (max-width: 1024px) {
          .single-product-parts-wrap .product-recently-viewed-wrap .hd span {
            font-size: 16px; } }
    .single-product-parts-wrap .product-recently-viewed-wrap .product-list {
      margin-top: 60px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 1024px) {
        .single-product-parts-wrap .product-recently-viewed-wrap .product-list {
          margin-top: 35px; } }
      .single-product-parts-wrap .product-recently-viewed-wrap .product-list:after {
        content: '';
        width: 24%; }
        @media (max-width: 1024px) {
          .single-product-parts-wrap .product-recently-viewed-wrap .product-list:after {
            content: none; } }
      .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item {
        width: 24%;
        margin-bottom: 2%;
        background: #f1f1f1;
        border-radius: 10px;
        padding: 10px 10px 20px; }
        @media (max-width: 1024px) {
          .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item {
            width: 48%;
            margin-bottom: 8%;
            padding: 5px 5px 10px; } }
        .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item .pic a {
          background: #fff;
          display: block;
          height: 300px;
          text-align: center;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center; }
          @media (max-width: 1024px) {
            .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item .pic a {
              height: 20vh; } }
          .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item .pic a img {
            width: 50%;
            height: 50%;
            object-fit: contain; }
        .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item .info {
          padding: 15px 10px 10px; }
          @media (max-width: 1024px) {
            .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item .info {
              padding: 10px 0 0; } }
          .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item .info .tit a {
            text-align: center;
            display: block;
            font-size: 20px; }
            @media (max-width: 1024px) {
              .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item .info .tit a {
                font-size: 14px; } }
          .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item .info .price {
            margin-top: 10px;
            text-align: center;
            font-size: 16px;
            font-weight: bold; }
            @media (max-width: 1024px) {
              .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item .info .price {
                font-size: 12px; } }
        .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item .btnbox {
          margin-top: 10px;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center; }
          .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item .btnbox a {
            display: inline-block;
            padding: 5px 15px;
            border-radius: 5px;
            background: #333;
            color: #fff;
            font-size: 14px;
            margin: 0 5px;
            transition: all .3s; }
            @media (max-width: 1024px) {
              .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item .btnbox a {
                font-size: 10px;
                margin: 0 3px;
                padding: 5px 10px; } }
            .single-product-parts-wrap .product-recently-viewed-wrap .product-list .item .btnbox a:hover {
              background: #29a9b3; }

.single-product-motorcycles-wrap {
  background: #fff; }
  .single-product-motorcycles-wrap .product-detail-wrap {
    padding: 100px 0; }
    @media (max-width: 1024px) {
      .single-product-motorcycles-wrap .product-detail-wrap {
        padding: 80px 0; } }
    .single-product-motorcycles-wrap .product-detail-wrap .container-fluid {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center; }
      @media (max-width: 1024px) {
        .single-product-motorcycles-wrap .product-detail-wrap .container-fluid {
          display: -webkit-flex;
          display: block; } }
    .single-product-motorcycles-wrap .product-detail-wrap .left-content {
      width: 45%; }
      @media (max-width: 1024px) {
        .single-product-motorcycles-wrap .product-detail-wrap .left-content {
          width: 100%; } }
      .single-product-motorcycles-wrap .product-detail-wrap .left-content .swiper {
        width: 100%;
        height: 100%; }
        .single-product-motorcycles-wrap .product-detail-wrap .left-content .swiper .swiper-slide {
          text-align: center;
          font-size: 18px;
          display: flex;
          justify-content: center;
          align-items: center;
          background-size: cover;
          background-position: center;
          background: #000; }
          .single-product-motorcycles-wrap .product-detail-wrap .left-content .swiper .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiper2 {
        height: 80%;
        width: 100%;
        position: relative; }
        .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiper2 .zoom-icon {
          position: absolute;
          right: 20px;
          bottom: 20px;
          color: #fff;
          z-index: 10;
          font-size: 20px;
          cursor: pointer; }
          .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiper2 .zoom-icon.active i {
            display: none; }
            .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiper2 .zoom-icon.active i:nth-child(2) {
              display: block; }
          .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiper2 .zoom-icon i {
            position: absolute;
            bottom: 0;
            right: 0; }
            .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiper2 .zoom-icon i:nth-child(2) {
              display: none; }
      .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiperBox {
        position: relative; }
        .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiperBox .swiper-button-next, .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiperBox .swiper-button-prev {
          top: 0;
          margin-top: 0;
          width: 40px;
          height: 100px;
          background: #000;
          padding: 0; }
          .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiperBox .swiper-button-next:after, .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiperBox .swiper-button-prev:after {
            color: #fff;
            font-size: 30px; }
        .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiperBox .swiper-button-next {
          right: 0; }
        .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiperBox .swiper-button-prev {
          left: 0; }
      .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiper {
        margin-top: 10px;
        height: 100px;
        box-sizing: border-box;
        width: calc(100% - 100px); }
        .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiper .swiper-slide {
          height: 100%;
          opacity: 0.4;
          box-sizing: border-box; }
          .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiper .swiper-slide.swiper-slide-thumb-active {
            opacity: 1; }
          .single-product-motorcycles-wrap .product-detail-wrap .left-content .mySwiper .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
    .single-product-motorcycles-wrap .product-detail-wrap .right-content {
      width: 55%;
      padding: 0 50px; }
      @media (max-width: 1024px) {
        .single-product-motorcycles-wrap .product-detail-wrap .right-content {
          width: 100%;
          padding: 0;
          margin-top: 40px; } }
      .single-product-motorcycles-wrap .product-detail-wrap .right-content .title {
        font-size: 20px;
        line-height: 1.5; }
        @media (max-width: 1024px) {
          .single-product-motorcycles-wrap .product-detail-wrap .right-content .title {
            font-size: 16px; } }
      .single-product-motorcycles-wrap .product-detail-wrap .right-content .price-wrap {
        font-size: 18px;
        background: #f1f1f1;
        padding: 20px; }
        @media (max-width: 1024px) {
          .single-product-motorcycles-wrap .product-detail-wrap .right-content .price-wrap {
            font-size: 16px; } }
      .single-product-motorcycles-wrap .product-detail-wrap .right-content .attributes {
        margin-top: 20px; }
        .single-product-motorcycles-wrap .product-detail-wrap .right-content .attributes .attribute-group strong {
          font-size: 14px;
          color: #999;
          font-weight: normal; }
        .single-product-motorcycles-wrap .product-detail-wrap .right-content .attributes .attribute-group ul {
          margin-top: 15px;
          list-style: none;
          padding-left: 0;
          display: -webkit-flex;
          display: flex; }
          .single-product-motorcycles-wrap .product-detail-wrap .right-content .attributes .attribute-group ul li {
            list-style: none;
            margin-right: 20px;
            border: 1px solid #ddd;
            padding: 5px 15px;
            cursor: pointer;
            border-radius: 3px; }
            .single-product-motorcycles-wrap .product-detail-wrap .right-content .attributes .attribute-group ul li.selected {
              background: #f1f1f1; }
      .single-product-motorcycles-wrap .product-detail-wrap .right-content .product-parameter {
        margin-top: 20px; }
        .single-product-motorcycles-wrap .product-detail-wrap .right-content .product-parameter .list {
          font-size: 16px; }
          .single-product-motorcycles-wrap .product-detail-wrap .right-content .product-parameter .list .bd .bd-con {
            display: -webkit-flex;
            display: flex;
            margin-bottom: 15px; }
            .single-product-motorcycles-wrap .product-detail-wrap .right-content .product-parameter .list .bd .bd-con div:nth-child(1) {
              color: #999;
              font-weight: normal;
              width: 150px; }
            .single-product-motorcycles-wrap .product-detail-wrap .right-content .product-parameter .list .bd .bd-con div:nth-child(2) {
              width: calc(100% - 160px); }
              .single-product-motorcycles-wrap .product-detail-wrap .right-content .product-parameter .list .bd .bd-con div:nth-child(2) p {
                margin-bottom: 0; }
      .single-product-motorcycles-wrap .product-detail-wrap .right-content .add-to-cart-wrap {
        margin-top: 40px;
        display: -webkit-flex;
        display: flex; }
        .single-product-motorcycles-wrap .product-detail-wrap .right-content .add-to-cart-wrap .quantity {
          margin-right: 40px; }
          .single-product-motorcycles-wrap .product-detail-wrap .right-content .add-to-cart-wrap .quantity .qty-box {
            display: -webkit-flex;
            display: flex; }
            .single-product-motorcycles-wrap .product-detail-wrap .right-content .add-to-cart-wrap .quantity .qty-box span, .single-product-motorcycles-wrap .product-detail-wrap .right-content .add-to-cart-wrap .quantity .qty-box input[type="text"] {
              border: 1px solid #ddd;
              padding: 8px;
              display: inline-block; }
              .single-product-motorcycles-wrap .product-detail-wrap .right-content .add-to-cart-wrap .quantity .qty-box span i, .single-product-motorcycles-wrap .product-detail-wrap .right-content .add-to-cart-wrap .quantity .qty-box input[type="text"] i {
                font-style: normal;
                font-size: 16px; }
            .single-product-motorcycles-wrap .product-detail-wrap .right-content .add-to-cart-wrap .quantity .qty-box span {
              cursor: pointer; }
        .single-product-motorcycles-wrap .product-detail-wrap .right-content .add-to-cart-wrap .add-to-cart-button {
          background: #000;
          color: #fff;
          padding: 5px 30px;
          height: auto;
          transition: all .3s; }
          .single-product-motorcycles-wrap .product-detail-wrap .right-content .add-to-cart-wrap .add-to-cart-button:hover {
            background: #29a9b3; }
  .single-product-motorcycles-wrap .car-model-wrap .titBox {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 4px solid #29a9b3;
    padding-bottom: 15px; }
    @media (max-width: 1024px) {
      .single-product-motorcycles-wrap .car-model-wrap .titBox {
        font-size: 24px; } }
  .single-product-motorcycles-wrap .car-model-wrap .box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .single-product-motorcycles-wrap .car-model-wrap .box {
        display: block;
        padding: 10px; } }
    .single-product-motorcycles-wrap .car-model-wrap .box .tabhdBox {
      width: 40%; }
      @media (max-width: 1024px) {
        .single-product-motorcycles-wrap .car-model-wrap .box .tabhdBox {
          width: 100%; } }
      .single-product-motorcycles-wrap .car-model-wrap .box .tabhdBox .option-group {
        margin-bottom: 20px; }
        @media (max-width: 1024px) {
          .single-product-motorcycles-wrap .car-model-wrap .box .tabhdBox .option-group {
            margin-bottom: 10px; } }
        .single-product-motorcycles-wrap .car-model-wrap .box .tabhdBox .option-group label {
          font-size: 16px;
          color: #333;
          font-weight: normal;
          margin-bottom: 10px;
          display: block; }
          @media (max-width: 1024px) {
            .single-product-motorcycles-wrap .car-model-wrap .box .tabhdBox .option-group label {
              font-size: 24px;
              font-size: 2.4vw;
              margin-bottom: 2vw; } }
        .single-product-motorcycles-wrap .car-model-wrap .box .tabhdBox .option-group .options button {
          list-style: none;
          margin-right: 20px;
          border: 1px solid #ddd;
          padding: 5px 15px;
          cursor: pointer;
          border-radius: 3px;
          background: #fff;
          margin-bottom: 10px; }
          @media (max-width: 1024px) {
            .single-product-motorcycles-wrap .car-model-wrap .box .tabhdBox .option-group .options button {
              margin-right: 2vw;
              padding: 1vw 3vw;
              margin-bottom: 1vw; } }
          .single-product-motorcycles-wrap .car-model-wrap .box .tabhdBox .option-group .options button.active {
            background: #f1f1f1; }
      .single-product-motorcycles-wrap .car-model-wrap .box .tabhdBox .submit-button {
        background: #000;
        color: #fff;
        padding: 15px 30px;
        height: auto;
        transition: all .3s;
        border: none;
        font-size: 18px;
        margin: 30px 0 0;
        line-height: 1;
        cursor: pointer;
        position: relative;
        text-decoration: none;
        overflow: visible;
        font-weight: 700;
        border-radius: 3px; }
        @media (max-width: 1024px) {
          .single-product-motorcycles-wrap .car-model-wrap .box .tabhdBox .submit-button {
            padding: 2vw 4vw;
            font-size: 32px;
            font-size: 3.2vw;
            margin-top: 4vw; } }
        .single-product-motorcycles-wrap .car-model-wrap .box .tabhdBox .submit-button:hover {
          background: #29a9b3; }
    .single-product-motorcycles-wrap .car-model-wrap .box .tabbdBox {
      width: 60%; }
      @media (max-width: 1024px) {
        .single-product-motorcycles-wrap .car-model-wrap .box .tabbdBox {
          width: 100%;
          padding: 16vw 0; } }

.header-wrap .cart-box {
  min-width: 53px;
  padding: 0 8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .header-wrap .cart-box .cart-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 84px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    position: relative; }
    .header-wrap .cart-box .cart-top .triangle-up {
      position: absolute;
      bottom: -8px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
      -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
      background-color: #fff;
      z-index: 111; }
    .header-wrap .cart-box .cart-top .triangle-up-line {
      position: absolute;
      bottom: -14px;
      right: 0;
      background-color: #fff;
      width: 100%;
      height: 14px;
      z-index: 111; }
    .header-wrap .cart-box .cart-top .cart-icon-box {
      position: relative; }
    .header-wrap .cart-box .cart-top .iconfont-cart {
      font-size: 22px;
      color: #19191a; }
    .header-wrap .cart-box .cart-top .cart-info {
      display: inline-block;
      text-align: center;
      font-size: 12px;
      color: #19191a;
      padding-top: 2px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .header-wrap .cart-box .cart-top .cart-num {
      line-height: 16px;
      color: #fff;
      text-align: center;
      font-size: 12px;
      border-radius: 18px;
      position: absolute;
      top: -9px;
      right: -8px;
      padding: 1px 2px;
      background: #21046b;
      min-width: 18px;
      font-weight: 600; }
      .header-wrap .cart-box .cart-top .cart-num.more {
        right: -15px; }
  .header-wrap .cart-box .cart-main {
    width: 300px;
    position: absolute;
    top: 80px;
    right: 10px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: #fff;
    z-index: 110; }
    .header-wrap .cart-box .cart-main .cart-ctn .cart_loading_box {
      padding: 20px 0; }
      .header-wrap .cart-box .cart-main .cart-ctn .cart_loading_box .cart_loading {
        position: relative;
        height: 40px; }
      .header-wrap .cart-box .cart-main .cart-ctn .cart_loading_box .cart_loading_info {
        font-size: 14px;
        line-height: 22px;
        color: #646466;
        text-align: center; }
    .header-wrap .cart-box .cart-main .cart-ctn .cart-product-box .product-head {
      margin: 0 20px;
      padding: 16px 0;
      border-bottom: 1px solid #e5e5e5;
      font-size: 14px;
      line-height: 22px;
      color: #19191a; }
    .header-wrap .cart-box .cart-main .cart-ctn .cart-product-box .product-list {
      max-height: 234px;
      overflow: auto; }
      .header-wrap .cart-box .cart-main .cart-ctn .cart-product-box .product-list .product-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        padding: 16px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 20px; }
        .header-wrap .cart-box .cart-main .cart-ctn .cart-product-box .product-list .product-item img {
          height: 100%; }
        .header-wrap .cart-box .cart-main .cart-ctn .cart-product-box .product-list .product-item .product-img {
          display: inline-block;
          width: 48px;
          height: 48px;
          background-repeat: no-repeat;
          background-position: 50%;
          background-size: 100% 100%;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
        .header-wrap .cart-box .cart-main .cart-ctn .cart-product-box .product-list .product-item .product-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          margin: 0 8px;
          max-width: 116px; }
          .header-wrap .cart-box .cart-main .cart-ctn .cart-product-box .product-list .product-item .product-content .product-title {
            font-size: 13px;
            margin-bottom: 4px;
            color: #19191a;
            line-height: 20px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            display: -webkit-box;
            overflow: hidden;
            white-space: normal;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            word-wrap: break-word;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; }
          .header-wrap .cart-box .cart-main .cart-ctn .cart-product-box .product-list .product-item .product-content .product-num {
            color: #19191a;
            font-size: 13px;
            line-height: 20px; }
        .header-wrap .cart-box .cart-main .cart-ctn .cart-product-box .product-list .product-item .product-price {
          text-align: right;
          white-space: nowrap;
          min-width: 80px;
          font-size: 13px;
          line-height: 20px;
          color: #19191a;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
    .header-wrap .cart-box .cart-main .cart-ctn .cart-product-box .checkout-box {
      padding: 22px 20px 20px; }
      .header-wrap .cart-box .cart-main .cart-ctn .cart-product-box .checkout-box .checkout-box-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 24px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .header-wrap .cart-box .cart-main .cart-ctn .cart-product-box .checkout-box .checkout-box-text span {
          font-size: 16px;
          line-height: 24px;
          color: #19191a;
          font-weight: 600; }
      .header-wrap .cart-box .cart-main .cart-ctn .cart-product-box .checkout-box .checkout-box-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .header-wrap .cart-box .cart-main .cart-ctn .cart-product-box .checkout-box .checkout-box-btn .cart_btn1 {
          margin-bottom: 12px; }
    .header-wrap .cart-box .cart-main .cart-ctn .cart-empty {
      padding: 0 20px; }
      .header-wrap .cart-box .cart-main .cart-ctn .cart-empty .cart-empty-title {
        padding: 16px 0;
        font-size: 12px;
        line-height: 18px;
        color: #19191a;
        border-bottom: 1px solid #e5e5e5; }
      .header-wrap .cart-box .cart-main .cart-ctn .cart-empty .cart-empty-cont {
        padding: 20px 0; }
        .header-wrap .cart-box .cart-main .cart-ctn .cart-empty .cart-empty-cont .cart-empty-text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 20px;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .header-wrap .cart-box .cart-main .cart-ctn .cart-empty .cart-empty-cont .cart-empty-text span {
            font-size: 16px;
            line-height: 24px;
            color: #19191a;
            font-weight: 600; }
        .header-wrap .cart-box .cart-main .cart-ctn .cart-empty .cart-empty-cont .cart-empty-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .header-wrap .cart-box .cart-main .cart-ctn .cart-empty .cart-empty-cont .cart-empty-btn button {
            width: 100%;
            display: block;
            height: 42px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            cursor: pointer;
            transition: all .3s;
            border-radius: 3px;
            padding: 0 24px;
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
            background: #f2f2f2;
            color: #000;
            opacity: 1;
            border: none; }
          .header-wrap .cart-box .cart-main .cart-ctn .cart-empty .cart-empty-cont .cart-empty-btn .cart_btn1 {
            margin-bottom: 12px;
            display: inline-block;
            position: relative;
            height: 42px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            cursor: pointer;
            transition: all .3s;
            border-radius: 3px;
            padding: 0 24px;
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
            background: #59F4FF;
            color: #000;
            opacity: 1;
            border: none; }
          .header-wrap .cart-box .cart-main .cart-ctn .cart-empty .cart-empty-cont .cart-empty-btn a {
            display: block;
            margin: 0; }

.page-template-page_app .adbanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 0;
  position: relative;
  color: #fff; }
  @media (max-width: 1024px) {
    .page-template-page_app .adbanner {
      padding: 120px 0 80px; } }
  .page-template-page_app .adbanner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .page-template-page_app .adbanner .title {
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 70px;
    font-weight: bold; }
    @media (max-width: 1024px) {
      .page-template-page_app .adbanner .title {
        font-size: 30px; } }
.page-template-page_app .app-wrap {
  padding: 100px 0; }
  @media (max-width: 1024px) {
    .page-template-page_app .app-wrap {
      padding: 80px 0; } }
  .page-template-page_app .app-wrap .hd-wrap {
    text-align: center; }
    .page-template-page_app .app-wrap .hd-wrap .tit {
      color: #0F0F0F;
      font-weight: bold;
      font-size: 100px;
      line-height: 1; }
      @media (max-width: 1024px) {
        .page-template-page_app .app-wrap .hd-wrap .tit {
          font-size: 100px;
          font-size: 10vw; } }
      .page-template-page_app .app-wrap .hd-wrap .tit span {
        color: #4DACB3;
        display: block; }
    .page-template-page_app .app-wrap .hd-wrap .sub-tit {
      color: #0F0F0F;
      font-size: 30px;
      font-weight: bold;
      margin-top: 20px; }
      @media (max-width: 1024px) {
        .page-template-page_app .app-wrap .hd-wrap .sub-tit {
          font-size: 40px;
          font-size: 4vw;
          margin-top: 4vw; } }
  .page-template-page_app .app-wrap .bd-wrap {
    background-color: #000;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 684px;
    padding: 340px 0 100px;
    box-sizing: border-box;
    margin-top: 400px; }
    @media (max-width: 1024px) {
      .page-template-page_app .app-wrap .bd-wrap {
        height: auto;
        padding: 10vw 5vw;
        margin-top: 10vw; } }
    .page-template-page_app .app-wrap .bd-wrap .content-left {
      position: absolute;
      left: 50%;
      top: -200px;
      width: 30%; }
      @media (max-width: 1024px) {
        .page-template-page_app .app-wrap .bd-wrap .content-left {
          position: static;
          width: 100%;
          color: #fff; } }
      .page-template-page_app .app-wrap .bd-wrap .content-left:after {
        content: '';
        border-bottom: 1px solid #000;
        display: block;
        width: 150%;
        position: absolute;
        bottom: 0;
        left: -50%; }
    .page-template-page_app .app-wrap .bd-wrap .content-right {
      position: absolute;
      left: 50%;
      top: 100px;
      width: 30%;
      color: #fff; }
      @media (max-width: 1024px) {
        .page-template-page_app .app-wrap .bd-wrap .content-right {
          position: static;
          width: 100%; } }
      .page-template-page_app .app-wrap .bd-wrap .content-right:after {
        content: '';
        border-bottom: 1px solid #fff;
        display: block;
        width: 150%;
        position: absolute;
        bottom: 0;
        left: -50%; }
    .page-template-page_app .app-wrap .bd-wrap .bg {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 50%;
      height: 100%;
      z-index: 2;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end; }
      @media (max-width: 1024px) {
        .page-template-page_app .app-wrap .bd-wrap .bg {
          position: static;
          -webkit-justify-content: center;
          justify-content: center;
          width: 100%; } }
      .page-template-page_app .app-wrap .bd-wrap .bg img {
        width: 740px;
        max-width: 740px; }
        @media (max-width: 1024px) {
          .page-template-page_app .app-wrap .bd-wrap .bg img {
            width: 50vw;
            margin: 0 auto; } }
    .page-template-page_app .app-wrap .bd-wrap .app-box {
      width: 50%;
      float: right;
      color: #fff;
      position: relative;
      z-index: 5; }
      @media (max-width: 1024px) {
        .page-template-page_app .app-wrap .bd-wrap .app-box {
          width: 100%;
          float: none;
          text-align: center; } }
      .page-template-page_app .app-wrap .bd-wrap .app-box .title {
        font-size: 70px;
        line-height: 1;
        font-weight: bold; }
        @media (max-width: 1024px) {
          .page-template-page_app .app-wrap .bd-wrap .app-box .title {
            font-size: 30px; } }
        .page-template-page_app .app-wrap .bd-wrap .app-box .title span {
          display: block;
          color: #59f4ff; }
      .page-template-page_app .app-wrap .bd-wrap .app-box .subtit {
        margin-top: 20px;
        font-weight: bold;
        font-size: 30px; }
        @media (max-width: 1024px) {
          .page-template-page_app .app-wrap .bd-wrap .app-box .subtit {
            margin-top: 15px;
            font-size: 20px; } }
      .page-template-page_app .app-wrap .bd-wrap .app-box .content {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.5; }
        @media (max-width: 1024px) {
          .page-template-page_app .app-wrap .bd-wrap .app-box .content {
            margin-top: 15px;
            font-size: 14px; } }
      .page-template-page_app .app-wrap .bd-wrap .app-box .pic-list {
        margin-top: 30px;
        display: -webkit-flex;
        display: flex; }
        @media (max-width: 1024px) {
          .page-template-page_app .app-wrap .bd-wrap .app-box .pic-list {
            -webkit-justify-content: center;
            justify-content: center; } }
        .page-template-page_app .app-wrap .bd-wrap .app-box .pic-list .list {
          margin-right: 30px;
          text-align: center; }
          @media (max-width: 1024px) {
            .page-template-page_app .app-wrap .bd-wrap .app-box .pic-list .list {
              margin-right: 20px; } }
          .page-template-page_app .app-wrap .bd-wrap .app-box .pic-list .list:last-child {
            margin-right: 0; }
          .page-template-page_app .app-wrap .bd-wrap .app-box .pic-list .list .img {
            width: 150px;
            margin: 0 auto; }
            @media (max-width: 1024px) {
              .page-template-page_app .app-wrap .bd-wrap .app-box .pic-list .list .img {
                width: 80px; } }
            .page-template-page_app .app-wrap .bd-wrap .app-box .pic-list .list .img img {
              max-width: 100%; }
          .page-template-page_app .app-wrap .bd-wrap .app-box .pic-list .list .tit {
            background: #fff;
            color: #333;
            border-radius: 35px;
            padding: 0 15px;
            height: 30px;
            line-height: 30px;
            margin-top: 20px; }
            @media (max-width: 1024px) {
              .page-template-page_app .app-wrap .bd-wrap .app-box .pic-list .list .tit {
                font-size: 12px;
                padding: 0 10px; } }
      @media (max-width: 1024px) {
        .page-template-page_app .app-wrap .bd-wrap .app-box .btn-wrapper {
          display: inline-block; } }
    .page-template-page_app .app-wrap .bd-wrap .overflow {
      overflow: hidden; }

@media (max-width: 1024px) {
  .only-pc {
    display: none; } }

.only-wap {
  display: none; }
  @media (max-width: 1024px) {
    .only-wap {
      display: block; } }

@font-face {
  font-weight: 400;
  font-family: alternate-gothic-no2;
  src: url(../fonts/AlternateGotNo2D.woff) format("woff"); }
@font-face {
  font-family: px-grotesk-regular;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/PxGrotesk-Regular.otf) format("opentype");
  unicode-range: U+000-5ff; }
body {
  font-family: 'px-grotesk-regular'; }

.container-fluid {
  max-width: 1600px;
  margin: 0 auto; }

a {
  text-decoration: none;
  color: #333; }

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #000;
  height: 80px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  transition: all .3s; }
  @media (max-width: 1024px) {
    .header-wrap {
      background: #fff;
      height: 60px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); } }
  .header-wrap.active {
    background: #fff; }
    .header-wrap.active .navBox li a {
      color: #333; }
  .header-wrap .logo {
    width: 170px; }
    .header-wrap .logo img {
      width: 100%; }
  .header-wrap .navBox {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      .header-wrap .navBox {
        display: none; } }
    .header-wrap .navBox li {
      list-style: none; }
      .header-wrap .navBox li .firstClick {
        height: 80px;
        line-height: 80px;
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 0 20px;
        font-size: 16px;
        transition: all .5s;
        text-transform: uppercase; }
        .header-wrap .navBox li .firstClick:hover {
          color: #29a9b3; }
      .header-wrap .navBox li .subNav {
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        background: #fff;
        padding: 30px 0;
        transition: all .5s;
        -webkit-justify-content: center;
        justify-content: center;
        display: none; }
        .header-wrap .navBox li .subNav.active {
          display: -webkit-flex;
          display: flex; }
        .header-wrap .navBox li .subNav .piclistBox {
          display: -webkit-flex;
          display: flex; }
          .header-wrap .navBox li .subNav .piclistBox .list {
            width: 250px;
            text-align: center;
            margin: 0 10px; }
            .header-wrap .navBox li .subNav .piclistBox .list .img {
              margin-bottom: 10px; }
            .header-wrap .navBox li .subNav .piclistBox .list img {
              max-width: 100%; }
            .header-wrap .navBox li .subNav .piclistBox .list a:hover {
              color: #29a9b3; }
        .header-wrap .navBox li .subNav .textList {
          margin-left: 40px;
          border-left: 1px solid #ddd;
          padding-left: 40px;
          font-size: 18px; }
          .header-wrap .navBox li .subNav .textList .list {
            margin-bottom: 10px; }
            .header-wrap .navBox li .subNav .textList .list a:hover {
              color: #29a9b3; }
  .header-wrap .cart-menu-box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .header-wrap .cartBox {
    padding-right: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .header-wrap .cartBox {
        padding-right: 20px; } }
    .header-wrap .cartBox .search-box > a, .header-wrap .cartBox .account-box > a {
      color: #fff;
      font-size: 18px;
      margin-left: 10px;
      display: block; }
      @media (max-width: 1024px) {
        .header-wrap .cartBox .search-box > a, .header-wrap .cartBox .account-box > a {
          color: #333; } }
    .header-wrap .cartBox .cart-box > a {
      color: #fff; }
      @media (max-width: 1024px) {
        .header-wrap .cartBox .cart-box > a {
          color: #333; } }
  .header-wrap .menuBox {
    display: none; }
    @media (max-width: 1024px) {
      .header-wrap .menuBox {
        display: inline-block;
        padding-right: 20px; } }
    .header-wrap .menuBox .menu {
      width: 30px; }
      .header-wrap .menuBox .menu span {
        display: block;
        height: 1px;
        background: #333;
        margin-bottom: 8px; }
        .header-wrap .menuBox .menu span:nth-child(3) {
          margin-bottom: 0; }

.footer-wrap .f1box {
  background: #000;
  padding: 50px 0; }
  .footer-wrap .f1box .container-fluid {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .footer-wrap .f1box .container-fluid {
        display: block; } }
  .footer-wrap .f1box .left-box {
    max-width: 500px;
    color: #fff; }
    @media (max-width: 1024px) {
      .footer-wrap .f1box .left-box {
        width: 100%;
        text-align: center; } }
    .footer-wrap .f1box .left-box .logo {
      width: 250px; }
      @media (max-width: 1024px) {
        .footer-wrap .f1box .left-box .logo {
          margin: 0 auto; } }
      .footer-wrap .f1box .left-box .logo img {
        max-width: 100%; }
    .footer-wrap .f1box .left-box .content {
      font-size: 16px;
      line-height: 36px;
      letter-spacing: 1px; }
  .footer-wrap .f1box .right-box {
    width: 960px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .footer-wrap .f1box .right-box {
        display: none; } }
    .footer-wrap .f1box .right-box .nav-ul .title {
      color: #fff;
      font-size: 22px;
      font-weight: bold;
      letter-spacing: .8px; }
    .footer-wrap .f1box .right-box .nav-ul .list-box {
      margin-top: 10px;
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      font-size: 16px; }
      .footer-wrap .f1box .right-box .nav-ul .list-box .list {
        margin-bottom: 5px; }
        .footer-wrap .f1box .right-box .nav-ul .list-box .list a {
          color: rgba(255, 255, 255, 0.5);
          text-decoration: none;
          font-size: 16px; }
          .footer-wrap .f1box .right-box .nav-ul .list-box .list a:hover {
            text-decoration: underline; }
.footer-wrap .f2box {
  background: #29a9b3;
  height: 35px; }

.offcanvas .offcanvas-body .wapMenu {
  list-style: none;
  padding: 0; }
  .offcanvas .offcanvas-body .wapMenu li {
    list-style: none;
    margin-bottom: 10px; }
    @media (max-width: 1024px) {
      .offcanvas .offcanvas-body .wapMenu li.active .sub-nax-box .arrow:after {
        transform: rotate(90deg); } }
    @media (max-width: 1024px) {
      .offcanvas .offcanvas-body .wapMenu li:nth-child(2) .sub-nax-box {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center; }
        .offcanvas .offcanvas-body .wapMenu li:nth-child(2) .sub-nax-box .arrow {
          display: inline-block;
          position: relative;
          line-height: 1;
          height: 24px; }
          .offcanvas .offcanvas-body .wapMenu li:nth-child(2) .sub-nax-box .arrow:after {
            position: absolute;
            right: 0;
            top: 0;
            content: '>';
            font-family: "黑体";
            font-size: 16px;
            transition: all .3s; } }
    .offcanvas .offcanvas-body .wapMenu li .subNav {
      padding: 20px;
      display: none; }
      .offcanvas .offcanvas-body .wapMenu li .subNav .piclistBox .list {
        text-align: center;
        margin-bottom: 30px; }
        .offcanvas .offcanvas-body .wapMenu li .subNav .piclistBox .list .img {
          width: 100%; }
          .offcanvas .offcanvas-body .wapMenu li .subNav .piclistBox .list .img img {
            max-width: 100%; }
        .offcanvas .offcanvas-body .wapMenu li .subNav .piclistBox .list .tit {
          margin-top: 15px;
          text-align: center; }
          .offcanvas .offcanvas-body .wapMenu li .subNav .piclistBox .list .tit a {
            display: block; }
        .offcanvas .offcanvas-body .wapMenu li .subNav .piclistBox .list .link {
          margin-top: 15px;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center; }
          .offcanvas .offcanvas-body .wapMenu li .subNav .piclistBox .list .link a {
            margin: 0 10px; }
      .offcanvas .offcanvas-body .wapMenu li .subNav .textList {
        border-top: 1px solid #ddd;
        padding-top: 30px; }

.btn-wrapper {
  display: block;
  width: 220px;
  margin-top: 50px; }
  @media (max-width: 1024px) {
    .btn-wrapper {
      width: 200px;
      font-size: 14px;
      margin-top: 30px; } }
  .btn-wrapper.white:hover .btn {
    border-color: #000; }
  .btn-wrapper.white .btn {
    border: 2px solid #fff;
    background: transparent; }
    .btn-wrapper.white .btn .btn-label {
      color: #fff; }
    .btn-wrapper.white .btn .fa {
      color: #fff; }
  .btn-wrapper .btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #59F4FF;
    border-radius: 0;
    padding: 15px 5px; }
    @media (max-width: 1024px) {
      .btn-wrapper .btn {
        padding: 8px 5px; } }
    .btn-wrapper .btn:hover {
      background: #000; }
      .btn-wrapper .btn:hover .fa {
        color: #59F4FF; }
      .btn-wrapper .btn:hover .btn-label {
        color: #59F4FF; }
    .btn-wrapper .btn .btn-label {
      color: #000;
      margin-right: 5px; }

.home-app-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
  overflow: hidden;
  background-color: #212121;
  position: relative; }
  @media (max-width: 1024px) {
    .home-app-wrap {
      padding: 80px 0; } }
  .home-app-wrap .bg {
    position: absolute;
    left: -80px;
    bottom: -300px;
    width: 50%;
    height: 100%;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
    @media (max-width: 1024px) {
      .home-app-wrap .bg {
        display: none; } }
    .home-app-wrap .bg img {
      width: 900px;
      max-width: 900px; }
  .home-app-wrap .app-box {
    width: 50%;
    float: right;
    color: #fff;
    position: relative;
    z-index: 5; }
    @media (max-width: 1024px) {
      .home-app-wrap .app-box {
        width: 100%;
        float: left;
        text-align: center; } }
    .home-app-wrap .app-box .title {
      font-size: 70px;
      line-height: 1;
      font-weight: bold; }
      @media (max-width: 1024px) {
        .home-app-wrap .app-box .title {
          font-size: 30px; } }
      .home-app-wrap .app-box .title span {
        display: block;
        color: #59f4ff; }
    .home-app-wrap .app-box .subtit {
      margin-top: 20px;
      font-weight: bold;
      font-size: 30px; }
      @media (max-width: 1024px) {
        .home-app-wrap .app-box .subtit {
          margin-top: 15px;
          font-size: 20px; } }
    .home-app-wrap .app-box .content {
      margin-top: 20px;
      font-size: 16px;
      line-height: 1.5; }
      @media (max-width: 1024px) {
        .home-app-wrap .app-box .content {
          margin-top: 15px;
          font-size: 14px; } }
    .home-app-wrap .app-box .pic-list {
      margin-top: 30px;
      display: -webkit-flex;
      display: flex; }
      @media (max-width: 1024px) {
        .home-app-wrap .app-box .pic-list {
          -webkit-justify-content: center;
          justify-content: center; } }
      .home-app-wrap .app-box .pic-list .list {
        margin-right: 30px;
        text-align: center; }
        @media (max-width: 1024px) {
          .home-app-wrap .app-box .pic-list .list {
            margin-right: 20px; } }
        .home-app-wrap .app-box .pic-list .list:last-child {
          margin-right: 0; }
        .home-app-wrap .app-box .pic-list .list .img {
          width: 150px;
          margin: 0 auto; }
          @media (max-width: 1024px) {
            .home-app-wrap .app-box .pic-list .list .img {
              width: 80px; } }
          .home-app-wrap .app-box .pic-list .list .img img {
            max-width: 100%; }
        .home-app-wrap .app-box .pic-list .list .tit {
          background: #fff;
          color: #333;
          border-radius: 35px;
          padding: 0 15px;
          height: 30px;
          line-height: 30px;
          margin-top: 20px; }
          @media (max-width: 1024px) {
            .home-app-wrap .app-box .pic-list .list .tit {
              font-size: 12px;
              padding: 0 10px; } }
    @media (max-width: 1024px) {
      .home-app-wrap .app-box .btn-wrapper {
        display: inline-block; } }

.page-template-page_service_support .adbanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 0;
  position: relative;
  color: #fff; }
  @media (max-width: 1024px) {
    .page-template-page_service_support .adbanner {
      padding: 120px 20px 40px; } }
  .page-template-page_service_support .adbanner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .page-template-page_service_support .adbanner .title {
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 70px;
    font-weight: bold; }
    @media (max-width: 1024px) {
      .page-template-page_service_support .adbanner .title {
        font-size: 30px; } }
.page-template-page_service_support .search-problem-wrap {
  padding: 100px 0; }
  @media (max-width: 1024px) {
    .page-template-page_service_support .search-problem-wrap {
      padding: 80px 0; } }
  .page-template-page_service_support .search-problem-wrap .title {
    text-align: center;
    font-size: 50px; }
    @media (max-width: 1024px) {
      .page-template-page_service_support .search-problem-wrap .title {
        font-size: 24px; } }
  .page-template-page_service_support .search-problem-wrap .search-box {
    max-width: 800px;
    margin: 30px auto 0;
    position: relative; }
    @media (max-width: 1024px) {
      .page-template-page_service_support .search-problem-wrap .search-box {
        margin: 20px auto 0; } }
    .page-template-page_service_support .search-problem-wrap .search-box .search {
      width: 100%;
      border-radius: 45px;
      height: 45px;
      border: 1px solid #59F4FF;
      background: #ddd;
      color: #333;
      padding: 0 20px;
      outline: #0a7aff; }
      @media (max-width: 1024px) {
        .page-template-page_service_support .search-problem-wrap .search-box .search {
          font-size: 14px; } }
    .page-template-page_service_support .search-problem-wrap .search-box .submitbtn {
      position: absolute;
      right: 15px;
      top: 12px;
      border: none;
      background: url(../image/search.png) no-repeat;
      width: 20px;
      background-size: 100%; }
  .page-template-page_service_support .search-problem-wrap .content {
    margin: 20px auto 0;
    text-align: center;
    max-width: 800px; }
    @media (max-width: 1024px) {
      .page-template-page_service_support .search-problem-wrap .content {
        font-size: 14px; } }
.page-template-page_service_support .question-wrap {
  padding: 0 0 100px; }
  @media (max-width: 1024px) {
    .page-template-page_service_support .question-wrap {
      padding: 0 0 80px; } }
  .page-template-page_service_support .question-wrap .title {
    text-align: center;
    font-size: 50px; }
    @media (max-width: 1024px) {
      .page-template-page_service_support .question-wrap .title {
        font-size: 30px; } }
  .page-template-page_service_support .question-wrap .question-box {
    margin-top: 50px; }
    @media (max-width: 1024px) {
      .page-template-page_service_support .question-wrap .question-box {
        margin-top: 30px; } }
    .page-template-page_service_support .question-wrap .question-box .box {
      margin-bottom: 35px;
      background: #333;
      padding: 20px;
      border-radius: 20px;
      color: #fff; }
      @media (max-width: 1024px) {
        .page-template-page_service_support .question-wrap .question-box .box {
          margin-bottom: 25px; } }
      .page-template-page_service_support .question-wrap .question-box .box:last-child {
        margin-bottom: 0; }
      .page-template-page_service_support .question-wrap .question-box .box .tabhd {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center; }
        .page-template-page_service_support .question-wrap .question-box .box .tabhd.active .arrow {
          transform: rotate(135deg); }
        .page-template-page_service_support .question-wrap .question-box .box .tabhd .tit {
          font-size: 24px;
          display: -webkit-flex;
          display: flex; }
          @media (max-width: 1024px) {
            .page-template-page_service_support .question-wrap .question-box .box .tabhd .tit {
              font-size: 18px; } }
          .page-template-page_service_support .question-wrap .question-box .box .tabhd .tit i {
            font-style: normal;
            display: inline-block;
            width: 40px;
            height: 40px;
            background: red;
            color: #fff;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            font-size: 24px; }
            @media (max-width: 1024px) {
              .page-template-page_service_support .question-wrap .question-box .box .tabhd .tit i {
                width: 34px;
                height: 34px;
                line-height: 34px;
                font-size: 14px; } }
          .page-template-page_service_support .question-wrap .question-box .box .tabhd .tit span {
            margin-left: 20px;
            width: calc(100% - 60px);
            line-height: 30px; }
        .page-template-page_service_support .question-wrap .question-box .box .tabhd .arrow {
          width: 16px;
          height: 16px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          transform: rotate(45deg);
          transition: all .3s; }
      .page-template-page_service_support .question-wrap .question-box .box .tabbd {
        margin-top: 20px;
        display: none; }
        .page-template-page_service_support .question-wrap .question-box .box .tabbd .con {
          font-size: 16px;
          display: -webkit-flex;
          display: flex; }
          @media (max-width: 1024px) {
            .page-template-page_service_support .question-wrap .question-box .box .tabbd .con {
              font-size: 14px; } }
          .page-template-page_service_support .question-wrap .question-box .box .tabbd .con i {
            font-style: normal;
            display: inline-block;
            width: 40px;
            height: 40px;
            background: #59f4ff;
            color: #333;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            font-size: 24px; }
            @media (max-width: 1024px) {
              .page-template-page_service_support .question-wrap .question-box .box .tabbd .con i {
                width: 34px;
                height: 34px;
                line-height: 34px;
                font-size: 14px; } }
          .page-template-page_service_support .question-wrap .question-box .box .tabbd .con span {
            width: calc(100% - 60px);
            margin-left: 20px;
            line-height: 30px; }
.page-template-page_service_support .mall-wrap {
  padding: 0 0 100px; }
  @media (max-width: 1024px) {
    .page-template-page_service_support .mall-wrap {
      padding: 0 0 80px; } }
  .page-template-page_service_support .mall-wrap .title {
    text-align: center;
    font-size: 50px; }
    @media (max-width: 1024px) {
      .page-template-page_service_support .mall-wrap .title {
        font-size: 30px; } }
  .page-template-page_service_support .mall-wrap .box {
    margin-top: 50px;
    background: #fafafa;
    padding: 40px 100px;
    border: 1px solid #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .page-template-page_service_support .mall-wrap .box {
        margin-top: 30px;
        padding: 20px; } }
    .page-template-page_service_support .mall-wrap .box .list {
      text-align: center; }
      .page-template-page_service_support .mall-wrap .box .list .icon {
        width: 80px;
        margin: 0 auto; }
        @media (max-width: 480px) {
          .page-template-page_service_support .mall-wrap .box .list .icon {
            width: 40px; } }
        .page-template-page_service_support .mall-wrap .box .list .icon img {
          max-width: 100%; }
      .page-template-page_service_support .mall-wrap .box .list .tit {
        margin-top: 10px;
        font-size: 24px; }
        @media (max-width: 1024px) {
          .page-template-page_service_support .mall-wrap .box .list .tit {
            margin-top: 5px;
            font-size: 14px; } }
.page-template-page_service_support .support-locator-wrap {
  padding: 100px 0; }
  @media (max-width: 1024px) {
    .page-template-page_service_support .support-locator-wrap {
      padding: 80px 20px; } }
  .page-template-page_service_support .support-locator-wrap .list-box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .page-template-page_service_support .support-locator-wrap .list-box {
        display: -webkit-flex;
        display: block; } }
    .page-template-page_service_support .support-locator-wrap .list-box .list {
      width: 45%;
      background: #f5f5f5;
      padding: 40px;
      text-align: center; }
      @media (max-width: 1024px) {
        .page-template-page_service_support .support-locator-wrap .list-box .list {
          width: 100%;
          margin-bottom: 20px; } }
      .page-template-page_service_support .support-locator-wrap .list-box .list .title {
        font-size: 30px; }
        @media (max-width: 1024px) {
          .page-template-page_service_support .support-locator-wrap .list-box .list .title {
            font-size: 24px; } }
      .page-template-page_service_support .support-locator-wrap .list-box .list .content {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 20px; }
        @media (max-width: 1024px) {
          .page-template-page_service_support .support-locator-wrap .list-box .list .content {
            font-size: 14px; } }
      .page-template-page_service_support .support-locator-wrap .list-box .list .btn-wrapper {
        margin: 40px auto 0;
        display: inline-block; }
        .page-template-page_service_support .support-locator-wrap .list-box .list .btn-wrapper a {
          font-size: 16px; }

.woocommerce-account .woocommerce .account_layout {
  width: 100%;
  padding: 300px 0;
  background: url("../image/login-bg.jpg") no-repeat center center;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0; }
  .woocommerce-account .woocommerce .account_layout .account-main {
    display: -webkit-flex;
    display: block;
    width: 400px;
    background: #fff;
    margin-bottom: 0; }
    .woocommerce-account .woocommerce .account_layout .account-main .account-left {
      width: 100%;
      padding: 20px; }
      .woocommerce-account .woocommerce .account_layout .account-main .account-left .logo-box {
        padding: 10px 20px 0;
        font-size: 20px;
        font-weight: bold; }
      .woocommerce-account .woocommerce .account_layout .account-main .account-left .account_main {
        padding: 0; }
        .woocommerce-account .woocommerce .account_layout .account-main .account-left .account_main .woocommerce-form {
          border: none;
          margin: 0; }
          .woocommerce-account .woocommerce .account_layout .account-main .account-left .account_main .woocommerce-form .form_item .label {
            font-size: 16px; }
          .woocommerce-account .woocommerce .account_layout .account-main .account-left .account_main .woocommerce-form .form_item input {
            margin-top: 10px;
            width: 100%;
            height: 40px;
            padding: 0 10px;
            border: 1px solid #e5e5e5; }
          .woocommerce-account .woocommerce .account_layout .account-main .account-left .account_main .woocommerce-form .sign_in_btn {
            background: #29a9b3;
            border: none; }
          .woocommerce-account .woocommerce .account_layout .account-main .account-left .account_main .woocommerce-form .fs-button {
            border: none; }
        .woocommerce-account .woocommerce .account_layout .account-main .account-left .account_main .regist_box {
          padding: 10px 20px 20px; }
          .woocommerce-account .woocommerce .account_layout .account-main .account-left .account_main .regist_box .form_item .label {
            font-size: 16px; }
          .woocommerce-account .woocommerce .account_layout .account-main .account-left .account_main .regist_box .form_item input[name='email'], .woocommerce-account .woocommerce .account_layout .account-main .account-left .account_main .regist_box .form_item input[name='password'] {
            margin-top: 10px;
            width: 100%;
            height: 40px;
            padding: 0 10px;
            border: 1px solid #e5e5e5; }
          .woocommerce-account .woocommerce .account_layout .account-main .account-left .account_main .regist_box .fs-button {
            background: #29a9b3;
            border: none; }
.woocommerce-account .woocommerce .my_account {
  padding: 180px 0; }
  .woocommerce-account .woocommerce .my_account .main {
    max-width: 1200px !important;
    width: auto !important; }
    .woocommerce-account .woocommerce .my_account .main .page-left .order_menus_box {
      list-style: none !important; }
      .woocommerce-account .woocommerce .my_account .main .page-left .order_menus_box li {
        list-style: none !important; }
    .woocommerce-account .woocommerce .my_account .main .right .woocommerce-MyAccount-content {
      float: none;
      width: 100%; }
      .woocommerce-account .woocommerce .my_account .main .right .woocommerce-MyAccount-content .info .flex-box .edit-account .woocommerce-form-row .el-form-item__label {
        font-size: 16px;
        color: #333;
        font-weight: normal; }
      .woocommerce-account .woocommerce .my_account .main .right .woocommerce-MyAccount-content .info .flex-box .edit-account .woocommerce-form-row .woocommerce-Input {
        height: 40px;
        border: 1px solid #e5e5e5;
        padding: 0 10px; }
      .woocommerce-account .woocommerce .my_account .main .right .woocommerce-MyAccount-content .info .flex-box .edit-account fieldset {
        margin-top: 20px; }
      .woocommerce-account .woocommerce .my_account .main .right .woocommerce-MyAccount-content .info .flex-box .edit-account .fs-button {
        margin-top: 10px;
        background: #000;
        height: 40px;
        color: #fff;
        border: none;
        transition: all .3s; }
        .woocommerce-account .woocommerce .my_account .main .right .woocommerce-MyAccount-content .info .flex-box .edit-account .fs-button:hover {
          background: #29a9b3; }
      .woocommerce-account .woocommerce .my_account .main .right .woocommerce-MyAccount-content .info .flex-box .addresses {
        margin-top: 20px; }
        .woocommerce-account .woocommerce .my_account .main .right .woocommerce-MyAccount-content .info .flex-box .addresses .woocommerce-Address .woocommerce-Address-title h2 {
          font-size: 20px;
          font-weight: bold; }
        .woocommerce-account .woocommerce .my_account .main .right .woocommerce-MyAccount-content .info .flex-box .addresses .woocommerce-Address .woocommerce-Address-title .edit {
          float: none;
          color: #29a9b3; }
      .woocommerce-account .woocommerce .my_account .main .right .woocommerce-MyAccount-content .info .flex-box .woocommerce-address-fields .el-form-item__label {
        font-size: 16px;
        color: #333;
        font-weight: normal; }
      .woocommerce-account .woocommerce .my_account .main .right .woocommerce-MyAccount-content .info .flex-box .woocommerce-address-fields .input-text {
        height: 40px;
        border: 1px solid #e5e5e5;
        padding: 0 10px; }
      .woocommerce-account .woocommerce .my_account .main .right .woocommerce-MyAccount-content .info .flex-box .woocommerce-address-fields .fs-button {
        margin-top: 10px;
        background: #000;
        height: 40px;
        color: #fff;
        border: none;
        transition: all .3s; }
        .woocommerce-account .woocommerce .my_account .main .right .woocommerce-MyAccount-content .info .flex-box .woocommerce-address-fields .fs-button:hover {
          background: #29a9b3; }

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
  opacity: .3; }

.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after {
  opacity: 1; }

.modal-backdrop {
  z-index: 99; }

#searchModal .modal-dialog {
  max-width: 800px; }
#searchModal .modal-body form {
  display: -webkit-flex;
  display: flex; }
#searchModal .modal-body input[type='search'] {
  width: 80%;
  height: 45px;
  border: 1px solid #000;
  padding: 0 10px; }
#searchModal .modal-body input[type='submit'] {
  background: #000;
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  width: 20%;
  padding: 0;
  border: 1px solid #000;
  transition: all .3s; }
  #searchModal .modal-body input[type='submit']:hover {
    background: #29a9b3;
    border-color: #29a9b3; }

.search-results .product-list-wrap {
  padding: 200px 0 100px; }
  @media (max-width: 1024px) {
    .search-results .product-list-wrap {
      padding: 120px 0 100px; } }
  .search-results .product-list-wrap .title {
    font-size: 24px; }
    @media (max-width: 1024px) {
      .search-results .product-list-wrap .title {
        font-size: 18px; } }
    .search-results .product-list-wrap .title span {
      font-weight: bold; }
  .search-results .product-list-wrap .product-list {
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .search-results .product-list-wrap .product-list {
        margin-top: 35px; } }
    .search-results .product-list-wrap .product-list:after {
      content: '';
      width: 31.33%; }
      @media (max-width: 1024px) {
        .search-results .product-list-wrap .product-list:after {
          content: none; } }
    .search-results .product-list-wrap .product-list .item {
      width: 31.33%;
      margin-bottom: 2%;
      background: #f1f1f1;
      border-radius: 10px;
      padding: 10px 10px 20px; }
      @media (max-width: 1024px) {
        .search-results .product-list-wrap .product-list .item {
          width: 48%;
          margin-bottom: 8%;
          padding: 5px 5px 10px; } }
      .search-results .product-list-wrap .product-list .item .pic a {
        background: #fff;
        display: block;
        height: 400px;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
        @media (max-width: 1024px) {
          .search-results .product-list-wrap .product-list .item .pic a {
            height: 20vh; } }
        .search-results .product-list-wrap .product-list .item .pic a img {
          width: 50%;
          height: 50%;
          object-fit: contain; }
      .search-results .product-list-wrap .product-list .item .info {
        padding: 15px 10px 10px; }
        @media (max-width: 1024px) {
          .search-results .product-list-wrap .product-list .item .info {
            padding: 10px 0 0; } }
        .search-results .product-list-wrap .product-list .item .info .tit a {
          text-align: center;
          display: block;
          font-size: 20px; }
          @media (max-width: 1024px) {
            .search-results .product-list-wrap .product-list .item .info .tit a {
              font-size: 14px; } }
        .search-results .product-list-wrap .product-list .item .info .price {
          margin-top: 10px;
          text-align: center;
          font-size: 16px;
          font-weight: bold; }
          @media (max-width: 1024px) {
            .search-results .product-list-wrap .product-list .item .info .price {
              font-size: 12px; } }
      .search-results .product-list-wrap .product-list .item .btnbox {
        margin-top: 10px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center; }
        .search-results .product-list-wrap .product-list .item .btnbox a {
          display: inline-block;
          padding: 5px 15px;
          border-radius: 5px;
          background: #333;
          color: #fff;
          font-size: 14px;
          margin: 0 5px;
          transition: all .3s; }
          @media (max-width: 1024px) {
            .search-results .product-list-wrap .product-list .item .btnbox a {
              font-size: 10px;
              margin: 0 3px;
              padding: 5px 10px; } }
          .search-results .product-list-wrap .product-list .item .btnbox a:hover {
            background: #29a9b3; }

.shopping-cart {
  padding-top: 120px !important; }

.fs-popup-wrap {
  display: none; }
  .fs-popup-wrap.active {
    display: block; }
    .fs-popup-wrap.active .fs-popup {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .fs-popup-wrap .fs-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .fs-popup-wrap .fs-popup .fs-popup-ctn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .fs-popup-wrap .fs-popup .fs-popup-ctn {
      background-color: #fff;
      border-radius: 2px;
      max-height: calc(100% - 128px);
      z-index: 101;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
    @media (max-width: 960px) {
      .fs-popup-wrap .fs-popup .fs-popup-ctn {
        background-color: #fff; } }
    .fs-popup-wrap .fs-popup .fs-popup-loading {
      width: 750px;
      height: 290px; }
    .fs-popup-wrap .fs-popup .fs-popup-loading:hover {
      color: #19191a; }
    .fs-popup-wrap .fs-popup .iconfont_close {
      position: absolute;
      font-size: 16px;
      top: 16px;
      font-weight: 400;
      color: #89898c;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      cursor: pointer; }
    .fs-popup-wrap .fs-popup .iconfont_close:hover {
      color: #19191a; }
    .fs-popup-wrap .fs-popup .fs-popup-header {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding: 20px 32px;
      position: relative;
      border-bottom: 1px solid #e5e5e5; }
    .fs-popup-wrap .fs-popup .fs-popup-header .iconfont_close {
      right: 32px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (max-width: 960px) {
      .fs-popup-wrap .fs-popup .fs-popup-header .iconfont_close {
        right: 16px; } }
    .fs-popup-wrap .fs-popup .title_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      text-align: left; }
    .fs-popup-wrap .fs-popup .title_box .title {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #19191a;
      font-size: 20px;
      line-height: 30px;
      padding-right: 20px; }
    .fs-popup-wrap .fs-popup .title_box .iconfont_success {
      margin-right: 10px;
      font-size: 20px;
      line-height: 30px;
      color: #393;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
      flex: 0 0 20px; }
    .fs-popup-wrap .fs-popup .header_slot {
      width: 100%; }
    .fs-popup-wrap .fs-popup .fs-popup-close {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
      flex: 0 0 40px;
      position: relative;
      width: 100%; }
    .fs-popup-wrap .fs-popup .fs-popup-close .iconfont_close {
      right: 20px; }
    .fs-popup-wrap .fs-popup .fs-popup-body {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      overflow-y: auto; }
      .fs-popup-wrap .fs-popup .fs-popup-body .product_wrap {
        padding-bottom: 20px;
        overflow-y: auto;
        max-height: calc(100% - 70px); }
      @media (max-width: 960px) {
        .fs-popup-wrap .fs-popup .fs-popup-body .product_wrap {
          width: 100%;
          height: 100%;
          max-height: fit-content; } }
      .fs-popup-wrap .fs-popup .fs-popup-body .product_wrap .item_title_test {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; }
      .fs-popup-wrap .fs-popup .fs-popup-body .product_wrap .item_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 32px; }
      @media (max-width: 960px) {
        .fs-popup-wrap .fs-popup .fs-popup-body .product_wrap .item_title {
          display: none; } }
      .fs-popup-wrap .fs-popup .fs-popup-body .product_wrap .item_title .item_detail {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .fs-popup-wrap .fs-popup .fs-popup-body .product_wrap .item_title .item_img {
        width: 100px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .fs-popup-wrap .fs-popup .fs-popup-body .product_wrap .item_title .item_qty,
      .fs-popup-wrap .fs-popup .fs-popup-body .product_wrap .item_title .item_total {
        width: 50px;
        min-height: 24px;
        color: #19191a;
        font-size: 16px;
        line-height: 24px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .product_wrap .item_title .item_qty {
        text-align: center; }
      .fs-popup-wrap .fs-popup .fs-popup-body .product_wrap .item_title .item_total {
        text-align: right;
        width: 130px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box {
        padding: 0 32px 20px;
        position: relative; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box:last-child {
        padding-bottom: 0 !important; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .products_main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .products_related {
        margin-top: 8px;
        padding: 0 0 0 120px; }
      @media (max-width: 960px) {
        .fs-popup-wrap .fs-popup .fs-popup-body .products_box .products_related.products_related_border {
          border-bottom: none; } }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .qty_error {
        color: #936d1d;
        background: #f9efdb;
        width: 100%;
        border: 1px solid #f9efdb;
        border-radius: 2px;
        padding: 9px 20px 9px 15px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .qty_error .iconfont_warming {
        font-size: 13px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .qty_error .qty_error_info {
        font-size: 13px;
        line-height: 20px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .qty_error .qty_error_infoa {
        color: #0060bf; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .relate_btn {
        font-size: 14px;
        line-height: 22px;
        color: #0060bf;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .relate_btn .relate_btn_info:hover {
        text-decoration: underline; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .relate_btn .iconfont_up {
        font-size: 14px;
        line-height: 22px;
        margin-left: 8px;
        display: inline-block;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all 0.3s; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .relate_btn .iconfont_up.iconfont_up_down {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg); }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .related_box {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        margin-top: 8px;
        overflow: hidden; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .related_box .relate_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 16px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .related_box .relate_item:last-child {
        padding-bottom: 16px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .related_box .relate_img {
        display: inline-block;
        width: 60px;
        height: 60px;
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .related_box .relate_img > img {
        display: block;
        max-width: 100%;
        max-height: 100%; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .related_box .relate_title {
        color: #646466;
        font-size: 13px;
        line-height: 20px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .related_box .relate_price {
        color: #999;
        margin-top: 5px;
        font-size: 13px;
        line-height: 20px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .iconfont_delete {
        display: inline-block;
        color: #89898c;
        font-size: 16px;
        position: absolute;
        right: 20px;
        display: none;
        top: 50px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box .iconfont_delete:hover {
        color: #646466; }
      @media (max-width: 960px) {
        .fs-popup-wrap .fs-popup .fs-popup-body .products_box .iconfont_delete {
          display: block; } }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_box:last-child {
        margin-bottom: 0; }
      @media (max-width: 1024px) {
        .fs-popup-wrap .fs-popup .fs-popup-body .products_box .products_detail .isMo {
          display: none; } }
      @media (max-width: 960px) {
        .fs-popup-wrap .fs-popup .fs-popup-body .products_box {
          padding: 0; }
        .fs-popup-wrap .fs-popup .fs-popup-body .products_box .iconfont_delete {
          display: none; }
        .fs-popup-wrap .fs-popup .fs-popup-body .products_box .products_detail {
          display: block; }
        .fs-popup-wrap .fs-popup .fs-popup-body .products_box .products_detail .item_detail .product_info_box {
          padding: 0; }
        .fs-popup-wrap .fs-popup .fs-popup-body .products_box .products_detail .item_qty {
          display: none; }
        .fs-popup-wrap .fs-popup .fs-popup-body .products_box .products_detail .item_total {
          width: auto;
          display: inline-block;
          margin-top: 8px; }
        .fs-popup-wrap .fs-popup .fs-popup-body .products_box .products_detail .isPc {
          display: none; } }
      .fs-popup-wrap .fs-popup .fs-popup-body .product_img {
        display: inline-block;
        width: 100px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .product_img > img {
        display: block;
        width: 100%; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_detail,
      .fs-popup-wrap .fs-popup .fs-popup-body .products_detail_box {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      @media (max-width: 960px) {
        .fs-popup-wrap .fs-popup .fs-popup-body .products_detail {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_detail .item_detail {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_detail .item_qty,
      .fs-popup-wrap .fs-popup .fs-popup-body .products_detail .item_total {
        text-align: center;
        font-size: 16px;
        color: #19191a;
        line-height: 24px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_detail .item_qty {
        width: 50px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_detail .item_total {
        width: 130px;
        word-break: break-all;
        margin-right: 0;
        text-align: right;
        font-weight: 600; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_detail .isMo {
        display: none; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_tips > div {
        font-size: 13px;
        line-height: 20px;
        color: #19191a;
        margin-top: 8px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .product_info_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_title {
        font-size: 14px;
        line-height: 22px;
        color: #19191a;
        font-weight: 600;
        text-align: left;
        width: 346px; }
      @media (max-width: 960px) {
        .fs-popup-wrap .fs-popup .fs-popup-body .products_title {
          width: auto; } }
      .fs-popup-wrap .fs-popup .fs-popup-body .attributes_box {
        margin-top: 10px;
        margin-bottom: 2px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .attributes_box .attributes_item {
        font-size: 13px;
        line-height: 20px;
        color: #999; }
      .fs-popup-wrap .fs-popup .fs-popup-body .products_id {
        font-size: 13px;
        line-height: 20px;
        color: #646466;
        margin-top: 8px; }
      .fs-popup-wrap .fs-popup .fs-popup-body .product_price_box {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 23.6%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
      @media (max-width: 960px) {
        .fs-popup-wrap .fs-popup .fs-popup-body .product_price_box {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          margin-top: 12px; } }
      .fs-popup-wrap .fs-popup .fs-popup-body .product_price_box .total_price {
        margin-bottom: 15px;
        color: #19191a;
        font-size: 16px;
        line-height: 24px; }
  .fs-popup-wrap .fs-popup-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  @media (max-width: 960px) {
    .fs-popup-wrap .fs-popup-ctn {
      width: 100%;
      height: 100%;
      max-height: 100%;
      border-radius: 0; }
    .fs-popup-wrap .fs-popup-ctn_height {
      height: auto; }
    .fs-popup-wrap .iconfont_close {
      font-size: 16px; }
    .fs-popup-wrap .fs-popup-header {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding: 12px 16px;
      position: relative; }
    .fs-popup-wrap .title_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
    .fs-popup-wrap .title_box .title {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #19191a;
      font-size: 16px;
      line-height: 24px; }
    .fs-popup-wrap .title_box .iconfont_success {
      margin-right: 10px;
      font-size: 20px;
      line-height: 30px;
      color: #393;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
      flex: 0 0 20px; } }
  .fs-popup-wrap .mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .fs-popup-wrap .add_bottom_box {
    width: 100%;
    max-width: 750px;
    padding: 20px 32px;
    border-top: 1px solid #e5e5e5;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fs-popup-wrap .add_bottom_box,
  .fs-popup-wrap .add_bottom_box .subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .fs-popup-wrap .add_bottom_box .subtotal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 15px; }
  .fs-popup-wrap .add_bottom_box .subtotal .info {
    font-size: 14px;
    line-height: 22px;
    color: #19191a; }
  .fs-popup-wrap .add_bottom_box .subtotal .price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-left: 5px; }
  .fs-popup-wrap .add_bottom_box .click_span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 16px; }
  .fs-popup-wrap .add_bottom_box .click_span .view_cart_btn {
    text-decoration: none; }
  .fs-popup-wrap .add_bottom_box .click_span span {
    cursor: pointer;
    font-size: 14px;
    color: #0060bf;
    line-height: 22px; }
  .fs-popup-wrap .add_bottom_box .click_span span:hover {
    text-decoration: underline; }
  .fs-popup-wrap .add_bottom_box .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fs-popup-wrap .add_bottom_box .btn_box .view_cart_btn {
    text-decoration: none; }
  .fs-popup-wrap .add_bottom_box .btn_box .btn {
    width: auto;
    min-width: 150px; }
  .fs-popup-wrap .add_bottom_box .btn_box .btn:first-child {
    margin-right: 12px; }
  @media (max-width: 960px) {
    .fs-popup-wrap .add_bottom_box {
      max-width: none; } }
  .fs-popup-wrap .fs-button-black {
    background: #4b4b4d;
    color: #fff; }
  .fs-popup-wrap .fs-button-black:before {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #19191a;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s; }
  .fs-popup-wrap .fs-button-black:hover:before {
    opacity: 0.6; }
  @media (max-width: 1024px) {
    .fs-popup-wrap .fs-button-black:hover:before {
      opacity: 0; } }
  .fs-popup-wrap .fs-button-black.fs-button-loading {
    opacity: 0.6; }
  .fs-popup-wrap .fs-button-black.fs-button-loading:before {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #19191a;
    opacity: .2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s; }
  .fs-popup-wrap .fs-button-black.fs-button-disabled:hover:before {
    opacity: 0; }
  .fs-popup-wrap .fs-button {
    display: inline-block;
    position: relative;
    height: 42px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    cursor: pointer;
    transition: all .3s;
    border-radius: 3px;
    padding: 0 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px; }
  .fs-popup-wrap .fs-button .box {
    position: relative;
    white-space: nowrap; }
  .fs-popup-wrap .fs-button .box,
  .fs-popup-wrap .fs-button .circle-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fs-popup-wrap .fs-button .circle-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .fs-popup-wrap .fs-button.fs-button-lightgray {
    background: #f2f2f2;
    color: #19191a; }
  .fs-popup-wrap .fs-button.fs-button-lightgray:hover {
    background: #e9e9e9; }
  .fs-popup-wrap .fs-button.fs-button-lightgray.fs-button-loading {
    opacity: 0.5; }
  .fs-popup-wrap .fs-button.fs-button-round {
    border-radius: 42px; }
  .fs-popup-wrap .fs-button.fs-button-disabled {
    opacity: .3;
    cursor: not-allowed; }
  .fs-popup-wrap .fs-button-red {
    background: #59f4ff;
    color: #fff; }
  .fs-popup-wrap .fs-button-red:before {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #59f4ff;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s; }
  .fs-popup-wrap .fs-button-red:hover:before {
    opacity: 0.2; }
  @media (max-width: 1024px) {
    .fs-popup-wrap .fs-button-red:hover:before {
      opacity: 0; } }
  .fs-popup-wrap .fs-button-red.fs-button-loading {
    opacity: 0.6; }
  .fs-popup-wrap .fs-button-red.fs-button-loading:before {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #19191a;
    opacity: .2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s; }
  .fs-popup-wrap .fs-button-red.fs-button-disabled:hover:before {
    opacity: 0; }
  .fs-popup-wrap .fs-button-gray {
    background: #f2f2f2;
    color: #19191a; }
  .fs-popup-wrap .fs-button-gray .button-cir {
    -webkit-animation: dash-data-v-434834c9 1.5s ease-in-out infinite, blackColor-data-v-434834c9 6s ease-in-out infinite;
    animation: dash-data-v-434834c9 1.5s ease-in-out infinite, blackColor-data-v-434834c9 6s ease-in-out infinite; }
  .fs-popup-wrap .fs-button-gray:before {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #19191a;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s; }
  .fs-popup-wrap .fs-button-gray:hover:before {
    opacity: 0.04; }
  @media (max-width: 1024px) {
    .fs-popup-wrap .fs-button-gray:hover:before {
      opacity: 0; } }
  .fs-popup-wrap .fs-button-gray.fs-button-loading {
    opacity: 0.6; }
  .fs-popup-wrap .fs-button-gray.fs-button-loading:before {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #19191a;
    opacity: .04;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s; }
  .fs-popup-wrap .fs-button-gray.fs-button-disabled {
    opacity: 0.3; }
  .fs-popup-wrap .fs-button-gray.fs-button-disabled:hover:before {
    opacity: 0; }
  .fs-popup-wrap .fs-button-blackline {
    border: 1px solid #19191a;
    color: #19191a; }
  .fs-popup-wrap .fs-button-blackline .button-cir {
    -webkit-animation: dash-data-v-434834c9 1.5s ease-in-out infinite, blackColor-data-v-434834c9 6s ease-in-out infinite;
    animation: dash-data-v-434834c9 1.5s ease-in-out infinite, blackColor-data-v-434834c9 6s ease-in-out infinite; }
  .fs-popup-wrap .fs-button-blackline:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    background: #19191a;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s; }
  .fs-popup-wrap .fs-button-blackline:hover:before {
    opacity: 0.04; }
  @media (max-width: 1024px) {
    .fs-popup-wrap .fs-button-blackline:hover:before {
      opacity: 0; } }
  .fs-popup-wrap .fs-button-blackline.fs-button-loading {
    opacity: 0.6; }
  .fs-popup-wrap .fs-button-blackline.fs-button-loading:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    background: #19191a;
    opacity: .04;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s; }
  .fs-popup-wrap .fs-button-blackline.fs-button-disabled:hover:before {
    opacity: 0; }
  .fs-popup-wrap .fs-button-whiteline {
    border: 1px solid #fff;
    color: #fff; }
  .fs-popup-wrap .fs-button-whiteline .button-cir {
    -webkit-animation: dash-data-v-434834c9 1.5s ease-in-out infinite, blackColor-data-v-434834c9 6s ease-in-out infinite;
    animation: dash-data-v-434834c9 1.5s ease-in-out infinite, blackColor-data-v-434834c9 6s ease-in-out infinite; }
  .fs-popup-wrap .fs-button-whiteline:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s; }
  .fs-popup-wrap .fs-button-whiteline:hover:before {
    opacity: 0.04; }
  @media (max-width: 1024px) {
    .fs-popup-wrap .fs-button-whiteline:hover:before {
      opacity: 0; } }
  .fs-popup-wrap .fs-button-whiteline.fs-button-loading {
    opacity: 0.6; }
  .fs-popup-wrap .fs-button-whiteline.fs-button-loading:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    background: #fff;
    opacity: .04;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s; }
  .fs-popup-wrap .fs-button-whiteline.fs-button-disabled:hover:before {
    opacity: 0; }
  .fs-popup-wrap .fs-button-grayline {
    border: 1px solid #ccc;
    color: #19191a; }
  .fs-popup-wrap .fs-button-grayline .button-cir {
    -webkit-animation: dash-data-v-434834c9 1.5s ease-in-out infinite, blackColor-data-v-434834c9 6s ease-in-out infinite;
    animation: dash-data-v-434834c9 1.5s ease-in-out infinite, blackColor-data-v-434834c9 6s ease-in-out infinite; }
  .fs-popup-wrap .fs-button-grayline:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    background: #19191a;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s; }
  .fs-popup-wrap .fs-button-grayline:hover:before {
    opacity: 0.04; }
  @media (max-width: 1024px) {
    .fs-popup-wrap .fs-button-grayline:hover:before {
      opacity: 0; } }
  .fs-popup-wrap .fs-button-grayline.fs-button-loading {
    opacity: 0.6; }
  .fs-popup-wrap .fs-button-grayline.fs-button-loading:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    background: #19191a;
    opacity: .04;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s; }
  .fs-popup-wrap .fs-button-grayline.fs-button-disabled:hover:before {
    opacity: 0; }

/*# sourceMappingURL=style.css.map */
