
    * {
      box-sizing: border-box;
      -webkit-tap-highlight-color: transparent
    }

    html {
      scroll-behavior: smooth
    }
input{
    border: none;
}
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: #333;
      background: #fff;
      font-size: 14px;
      overflow-x: clip
    }

    a {
      text-decoration: none;
      color: inherit
    }

    img {
      max-width: 100%
    }

    .wrap {
      width: 1090px;
      max-width: calc(100% - 32px);
      margin: 0 auto
    }

    .top {
      height: 35px;
      border-bottom: 1px solid #e8ebf0;
      background: #fff;
      color: #3f4856;
      font-size: 12px
    }

    .top .wrap {
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: space-between
    }

    .top b {
      font-weight: 800
    }

    .member {
      color: #6d7480
    }

    .stars {
      color: #e7ae4c
    }

    .top-actions {
      display: flex;
      gap: 12px
    }

    .btn-mini,
    .cta button,
    .send,
    .carousel-arrow,
    .carousel-dots button,
    .backtop {
      touch-action: manipulation
    }

    .btn-mini {
      height: 20px;
      padding: 0 16px;
      border: 1px solid #f04a4a;
      border-radius: 12px;
      background: #fff;
      color: #f04a4a;
      font-size: 11px;
      cursor: pointer;
      transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease
    }

    .btn-mini.chat {
      border-color: #6d7885;
      color: #263242
    }

    .btn-mini:hover,
    .btn-mini:active,
    .cta button:hover,
    .cta button:active,
    .send:hover,
    .send:active {
      transform: translateY(-2px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, .12)
    }

    .brand {
      height: 118px;
      background: #fff
    }

    .brand .wrap {
      height: 118px;
      display: flex;
      align-items: center;
      gap: 28px
    }

    .logo {
      display: flex;
      width: 300px;
      height: 152px;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto
    }

    .logo img {
      display: block;
      max-width: 300px;
      max-height: 152px
    }

    .logo.logo-fallback {
      border: 1px solid #d9dee6;
      color: #26313d;
      font-size: 13px;
      font-weight: 800;
      line-height: 16px;
      text-align: center;
      padding: 6px
    }

    .logo.logo-fallback:after {
      content: attr(data-fallback)
    }

    .brand-title {
      display: flex;
      flex-direction: column;
      gap: 5px;
      font-size: 22px;
      line-height: 1.2;
      font-weight: 800;
      color: #26313d
    }

    .nav {
      height: 35px;
      background: #5f6878;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(8px)
    }

    .nav .wrap {
      height: 35px;
      display: flex;
      align-items: center
    }

    .nav a,
    .nav .nav-link {
      height: 35px;
      line-height: 35px;
      padding: 0 22px;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      position: relative;
      border: 0;
      background: transparent;
      font-family: inherit;
      cursor: pointer;
      transition: background .25s ease, color .25s ease
    }

    .products-toggle {
      position: absolute;
      width: 1px;
      height: 1px;
      opacity: 0;
      pointer-events: none
    }

    .nav a:after,
    .nav .nav-link:after {
      content: "";
      position: absolute;
      left: 22px;
      right: 22px;
      bottom: 6px;
      height: 2px;
      background: currentColor;
      transform: scaleX(0);
      transform-origin: center;
      transition: transform .25s ease
    }

    .nav a:hover:after,
    .nav .nav-link:hover:after,
    .nav .nav-link:focus:after,
    .nav a.active:after {
      transform: scaleX(1)
    }

    .nav a.active {
      background: #f04747
    }

    .nav-item {
      position: relative;
      height: 35px
    }

    .nav-item .nav-link {
      display: block
    }

    .nav-products:hover .nav-link,
    .nav-products:focus-within .nav-link,
    .products-toggle:checked+.nav-link {
      background: #f04747
    }

    .nav .nav-link:focus {
      outline: 0
    }

    .nav .nav-link:focus-visible {
      box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .55)
    }

    .products-dropdown {
      position: absolute;
      left: 0;
      top: 35px;
      width: 210px;
      padding: 14px 0;
      background: #fff;
      box-shadow: 0 14px 28px rgba(31, 42, 58, .16);
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
      z-index: 80
    }

    .nav-products:hover .products-dropdown,
    .nav-products:focus-within .products-dropdown,
    .products-toggle:checked~.products-dropdown {
      opacity: 1;
      visibility: visible;
      transform: translateY(0)
    }

    .products-dropdown a {
      display: block;
      height: 34px;
      line-height: 34px;
      padding: 0 28px;
      color: #222;
      font-size: 13px;
      font-weight: 500;
      white-space: nowrap;
      background: #fff
    }

    .products-dropdown a:hover,
    .products-dropdown a:focus {
      background: #f4f6f9;
      color: #f04747
    }

    .products-dropdown a:after {
      display: none
    }

    .search {
      margin-left: auto;
      height: 24px;
      display: flex;
      background: #fff
    }

    .search select,
    .search input,
    .search button {
      height: 24px;
      border: 0;
      border-right: 1px solid #dce0e5;
      background: #fff;
      color: #56606b;
      font-size: 12px
    }

    .search select {
      width: 96px;
      padding-left: 8px
    }

    .search input {
      width: 178px;
      padding: 0 10px
    }

    .search button {
      width: 34px;
      border-right: 0;
      cursor: pointer
    }

    .hero {
      height: 560px;
      background: #f6f8fb;
      overflow: hidden;
      position: relative
    }

    .hero:before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(18, 28, 40, .38), rgba(18, 28, 40, .08) 52%, rgba(18, 28, 40, .28));
      z-index: 2;
      pointer-events: none
    }

    .langs {
      height: 132px;
      background: #f2f5f9;
      display: flex;
      align-items: center;
      justify-content: center
    }

    .lang-box {
      height: 76px;
      background: #fff;
      border: 1px solid #e6e9ef;
      border-radius: 5px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
      display: flex;
      gap: 22px;
      align-items: center;
      padding: 0 20px
    }

    .lang {
      position: relative;
      text-align: center;
      font-size: 11px;
      color: #68717c;
      transition: transform .25s ease, color .25s ease
    }

    .lang:hover {
      transform: translateY(-4px);
      color: #26365f
    }

    .flag {
      display: block;
      width: 34px;
      height: 34px;
      margin: 0 auto 7px;
      border-radius: 50%;
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08)
    }

    .es {
      background: linear-gradient(#c60b1e 0 25%, #ffc400 25% 75%, #c60b1e 75%)
    }

    .pt {
      background: linear-gradient(90deg, #00843d 0 45%, #f7d116 45% 55%, #d21f2b 55%)
    }

    .fr {
      background: linear-gradient(90deg, #21468b 0 33%, #fff 33% 66%, #ef4135 66%)
    }

    .ru {
      background: linear-gradient(#fff 0 33%, #2452a5 33% 66%, #d52b1e 66%)
    }

    .it {
      background: linear-gradient(90deg, #009246 0 33%, #fff 33% 66%, #ce2b37 66%)
    }

    .de {
      background: linear-gradient(#000 0 33%, #dd0000 33% 66%, #ffce00 66%)
    }

    .jp {
      background: radial-gradient(circle, #bc002d 0 34%, transparent 35%), #fff
    }

    .tr {
      background: #e30a17
    }

    .section,
    .categories,
    .intro,
    .profile,
    .form-sec {
      opacity: 1;
      transform: none
    }

    .section {
      padding: 50px 0 35px;
      background: #fff;
      scroll-margin-top: 48px
    }

    .section.alt {
      background: #f3f6fa
    }

    .section h2 {
      margin: 0 0 36px;
      text-align: center;
      font-size: 28px;
      line-height: 1;
      color: #2b3036;
      font-weight: 800
    }

    .grid {
      max-width: 1550px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 38px 38px
    }

    /* ── 左图右文横向产品卡片 ── */
    .grid .product {
      display: grid;
      grid-template-columns: 215px 1fr;
      gap: 8px 22px;
      align-items: center;
      cursor: pointer;
      padding: 24px;
      border-radius: 14px;
      box-sizing: border-box;
      min-width: 0;
      background: #fff;
      box-shadow: 0 4px 20px rgba(0,0,0,.07);
      transition: transform .3s ease, box-shadow .3s ease
    }

    .grid .product:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 48px rgba(0,0,0,.14)
    }

    .grid .product .photo {
      grid-row: 1 / 5;
      width: 100%;
      aspect-ratio: 1;
      position: relative;
      background: #f4f4f4;
      overflow: hidden;
      border-radius: 12px
    }

    .grid .product .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .5s ease
    }

    .grid .product:hover .photo img {
      transform: scale(1.08)
    }

    .grid .product .ptitle {
      grid-column: 2;
      height: auto;
      margin: 0;
      min-width: 0;
      color: #1a1a2e;
      line-height: 1.5;
      overflow: hidden;
      font-size: 17px;
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical
    }

    .grid .product .price {
      grid-column: 2;
      min-width: 0;
      font-size: 19px;
      color: #d4262b;
      font-weight: 800;
      margin: 6px 0 0;
      letter-spacing: .3px
    }

    .grid .product .unit {
      font-weight: 400;
      color: #999;
      font-size: 14px;
      letter-spacing: 0
    }

    .grid .product .moq {
      grid-column: 2;
      min-width: 0;
      margin: 3px 0 0;
      color: #888;
      font-weight: 400;
      font-size: 14px
    }

    .grid .product .moq span {
      color: #aaa;
      font-weight: 400
    }

    .grid .product .play {
      position: absolute;
      left: 10px;
      bottom: 10px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: rgba(0,0,0,.45)
    }

    .grid .product .play:after {
      content: "";
      position: absolute;
      left: 12px;
      top: 7px;
      border-left: 8px solid #fff;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent
    }

    .wide {
      height: 360px;
      background: #b3b3b3;
      overflow: hidden;
      position: relative
    }

    .tour360 {
      background: #b3b3b3
    }

    .tour360-link {
      position: relative;
      display: block;
      width: 1340px;
      max-width: calc(100% - 320px);
      height: 100%;
      margin: 0 auto;
      overflow: hidden
    }

    .tour360-link:before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      background:
        linear-gradient(90deg, rgba(179, 179, 179, .88) 0, rgba(179, 179, 179, .22) 11%, rgba(179, 179, 179, 0) 24%, rgba(179, 179, 179, 0) 76%, rgba(179, 179, 179, .22) 89%, rgba(179, 179, 179, .88) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, .16) 100%);
      pointer-events: none
    }

    .tour360-link img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover
    }

    .tour360-mark {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 3;
      display: flex;
      min-width: 170px;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      transform: translate(-50%, -50%);
      color: #fff;
      text-align: center;
      font-weight: 800;
      text-shadow: 0 2px 10px rgba(0, 0, 0, .45)
    }

    .tour360-mark b {
      width: 52px;
      height: 52px;
      border: 3px solid #fff;
      border-radius: 50%;
      display: grid;
      place-items: center;
      font-size: 18px;
      line-height: 1
    }

    .tour360-mark em {
      font-style: normal;
      font-size: 16px;
      line-height: 1
    }

    .wide:after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 96px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .92));
      pointer-events: none;
      z-index: 2
    }

    .categories {
      padding: 54px 0 72px;
      background: #f7f8fa
    }

    .categories h2 {
      margin: 0 0 16px;
      text-align: center;
      font-size: 34px;
      line-height: 1.15;
      color: #050505;
      font-weight: 900;
      letter-spacing: 0
    }

    .categories h2:before {
      display: none
    }

    .cat-intro {
      width: 680px;
      max-width: calc(100% - 32px);
      margin: 0 auto 42px;
      color: #000;
      text-align: center;
      font-size: 13px;
      line-height: 1.65
    }

    .cat-grid {
      width: 1090px;
      max-width: calc(100% - 32px);
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-auto-rows: 255px;
      gap: 16px
    }

    .cat {
      position: relative;
      min-width: 0;
      overflow: hidden;
      background: #17233f;
      border-radius: 3px;
      box-shadow: none;
      display: block;
      isolation: isolate
    }

    .cat:before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(180deg, rgba(28, 43, 82, .15), rgba(14, 24, 50, .72))
    }

    .cat img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: transform .45s ease, filter .45s ease
    }

    .cat:hover,
    .cat:active {
      box-shadow: none
    }

    .cat:hover img,
    .cat:active img {
      transform: scale(1.055);
      filter: saturate(1.05)
    }

    .cat b {
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 16px;
      z-index: 2;
      display: block;
      height: auto;
      line-height: 1.2;
      text-align: center;
      background: transparent;
      color: #fff;
      font-size: 17px;
      font-weight: 900
    }

    .cat-tall {
      grid-row: span 2
    }

    .cat-wide {
      grid-column: span 2
    }

    .intro {
      background: #eef3f9;
      padding: 72px 0 40px
    }

    .intro-box {
      width: 1200px;
      max-width: calc(100% - 32px);
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 720px) minmax(360px, 1fr);
      background: #e6eef7;
      box-shadow: 0 24px 40px rgba(20, 39, 65, .08)
    }

    .video {
      height: 405px;
      position: relative;
      overflow: hidden;
      background: #d4dce5
    }

    .video img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(.78);
      transition: transform 6s ease
    }

    .intro.show .video img {
      transform: scale(1.08)
    }

    .video:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 52px;
      height: 52px;
      border: 3px solid #fff;
      border-radius: 50%;
      background: rgba(0, 0, 0, .15)
    }

    .video:before {
      content: "";
      position: absolute;
      z-index: 2;
      left: 50%;
      top: 50%;
      transform: translate(-38%, -50%);
      border-left: 15px solid #fff;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent
    }

    .intro-text {
      min-height: 405px;
      padding: 42px 44px 36px;
      color: #4b5664;
      background: #e6eef7
    }

    .intro-text h3 {
      margin: 0 0 22px;
      color: #15191f;
      font-size: 36px;
      line-height: 1.16;
      letter-spacing: 0;
      font-weight: 800
    }

    .intro-subtitle {
      margin: 0 0 10px;
      color: #66717e
    }

    .intro-subtitle:after {
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      margin-top: 10px;
      background: #606b78
    }

    .intro-scroll {
      height: 174px;
      margin-top: 36px;
      padding-right: 26px;
      overflow-y: auto;
      color: #2f3d4b;
      line-height: 20px;
      scrollbar-color: #8a9199 rgba(255, 255, 255, .4);
      scrollbar-width: thin
    }

    .intro-scroll p {
      margin: 0 0 12px
    }

    .intro-scroll::-webkit-scrollbar {
      width: 12px
    }

    .intro-scroll::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, .55)
    }

    .intro-scroll::-webkit-scrollbar-thumb {
      background: #8a9199;
      border: 3px solid rgba(255, 255, 255, .55);
      border-radius: 999px
    }

    .profile {
      position: relative;
      color: #fff;
      padding: 45px 0 58px;
      background: #15191d;
      overflow: hidden
    }

    .profile-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(.25) grayscale(.2);
      transition: transform 8s ease
    }

    .profile.show .profile-bg {
      transform: scale(1.08)
    }

    .profile>*:not(.profile-bg) {
      position: relative
    }

    .profile h2 {
      margin: 0 0 35px;
      text-align: center;
      font-size: 32px
    }

    .profile h2:after {
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      margin: 16px auto 0;
      background: rgba(255, 255, 255, .72)
    }

    .profile-scroll {
      width: 1090px;
      max-width: calc(100% - 32px);
      height: 178px;
      margin: 0 auto 20px;
      padding-right: 26px;
      overflow-y: auto;
      color: #fff;
      font-weight: 700;
      line-height: 22px;
      scrollbar-color: rgba(255, 255, 255, .72) rgba(255, 255, 255, .08);
      scrollbar-width: thin
    }

    .profile p {
      margin: 0 0 18px
    }

    .profile-scroll::-webkit-scrollbar {
      width: 12px
    }

    .profile-scroll::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, .08)
    }

    .profile-scroll::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, .72);
      border: 3px solid rgba(255, 255, 255, .08);
      border-radius: 999px
    }

    .thumbs {
      width: 1090px;
      max-width: calc(100% - 32px);
      margin: 35px auto 0;
      display: flex;
      gap: 18px;
      justify-content: center;
      flex-wrap: wrap
    }

    .thumbs img {
      width: 210px;
      height: 105px;
      object-fit: cover;
      border-radius: 5px;
      cursor: zoom-in;
      transition: transform .35s ease, box-shadow .35s ease
    }

    .thumbs img:hover,
    .thumbs img:active {
      transform: scale(1.06);
      box-shadow: 0 14px 24px rgba(0, 0, 0, .24)
    }

    .thumbs img:hover,
    .thumbs img:active {
      transform: scale(1.06);
      box-shadow: 0 14px 24px rgba(0, 0, 0, .24)
    }

    .solutions {
      width: 1090px;
      max-width: calc(100% - 32px);
      margin: 30px auto;
      display: flex;
      justify-content: space-between;
      color: #4e5965;
      gap: 16px;
      flex-wrap: wrap
    }

    .cta {
      width: 1090px;
      max-width: calc(100% - 32px);
      height: 74px;
      margin: 0 auto;
      background: #dfe7ef;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 58px;
      border-radius: 14px
    }

    .cta button {
      width: 205px;
      height: 33px;
      border-radius: 18px;
      border: 1px solid #69717b;
      background: #fff;
      cursor: pointer;
      transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease
    }

    .cta button:hover,
    .cta button:active,
    .cta button:focus-visible {
      background: #f04444;
      color: #fff;
      border-color: #f04444
    }

    .form-sec {
      background: #f3f6fa;
      padding: 48px 0 64px
    }

    .form {
      width: 1090px;
      max-width: calc(100% - 32px);
      margin: 0 auto;
      background: #fff;
      padding: 36px 190px 46px;
      box-shadow: 0 16px 34px rgba(31, 49, 76, .08)
    }

    .form h2 {
      font-size: 20px;
      text-align: center;
      margin: 0 0 32px
    }

    .row {
      display: flex;
      align-items: flex-start;
      margin-bottom: 16px;
      gap: 10px
    }

    .row label {
      width: 70px;
      text-align: right;
      color: #555
    }

    .row input,
    .row textarea {
      flex: 1;
      border: 1px solid #ccd3dc;
      height: 28px;
      padding: 0 10px;
      border-radius: 4px;
      transition: border-color .25s ease, box-shadow .25s ease
    }

    .row input:focus,
    .row textarea:focus {
      outline: 0;
      border-color: #4b89dc;
      box-shadow: 0 0 0 3px rgba(75, 137, 220, .14)
    }

    .row textarea {
      height: 92px;
      padding-top: 10px;
      resize: vertical
    }

    .send {
      margin-left: 80px;
      width: 55px;
      height: 35px;
      border: 0;
      background: #f04444;
      color: #fff;
      cursor: pointer;
      border-radius: 4px;
      transition: transform .25s ease, box-shadow .25s ease
    }

    .footer {
      background: #ddd;
      padding: 30px 0 55px;
      text-align: center;
      color: #68727e;
      font-size: 12px;
      line-height: 24px
    }

    .backtop {
      position: fixed;
      right: 0;
      bottom: 64px;
      width: 42px;
      height: 42px;
      background: #68aeea;
      color: #fff;
      display: none;
      place-items: center;
      font-size: 28px;
      z-index: 60;
      border-radius: 3px;
      box-shadow: 0 10px 24px rgba(53, 109, 167, .28);
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .tm {
      position: fixed;
      right: 78px;
      bottom: 10px;
      width: 180px;
      max-width: calc(100vw - 120px);
      height: 32px;
      border-radius: 5px;
      background: #fff;
      border: 1px solid #d8dde5;
      color: #485363;
      font-size: 12px;
      display: grid;
      place-items: center;
      z-index: 60
    }

    .toast {
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      padding: 12px 22px;
      background: rgba(0, 0, 0, .72);
      color: #fff;
      border-radius: 4px;
      display: none;
      z-index: 99
    }

    .carousel-track {
      height: 100%;
      position: relative
    }

    .carousel-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: scale(1.02);
      transition: opacity .7s ease, transform 4.2s ease
    }

    .carousel-slide.active {
      opacity: 1;
      transform: scale(1);
      z-index: 1
    }

    .carousel-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center
    }

    .hero .carousel-track {
      height: 560px;
      width: 1420px;
      max-width: 100%;
      margin: 0 auto
    }

    .carousel-arrow {
      position: absolute;
      top: 50%;
      z-index: 3;
      width: 38px;
      height: 58px;
      border: 0;
      background: rgba(0, 0, 0, .28);
      color: #fff;
      font-size: 32px;
      line-height: 58px;
      cursor: pointer;
      border-radius: 999px;
      transform: translateY(-50%);
      transition: background .25s ease, transform .25s ease
    }

    .carousel-arrow:hover {
      background: rgba(0, 0, 0, .45);
      transform: translateY(-50%) scale(1.04)
    }

    .carousel-arrow.prev {
      left: max(12px, calc(50% - 710px))
    }

    .carousel-arrow.next {
      right: max(12px, calc(50% - 710px))
    }

    .carousel-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 14px;
      z-index: 4;
      text-align: center
    }

    .carousel-dots button {
      width: 9px;
      height: 9px;
      padding: 0;
      margin: 0 4px;
      border: 0;
      border-radius: 50%;
      background: rgba(255, 255, 255, .72);
      cursor: pointer;
      transition: all .25s ease
    }

    .carousel-dots button.active {
      width: 24px;
      border-radius: 9px;
      background: #f04747
    }

    .wide .carousel-track {
      width: 1500px;
      max-width: 100%;
      height: 360px;
      margin: 0 auto
    }

    .wide .carousel-arrow {
      background: rgba(0, 0, 0, .22)
    }

    .wide .carousel-arrow.prev {
      left: max(12px, calc(50% - 750px))
    }

    .wide .carousel-arrow.next {
      right: max(12px, calc(50% - 750px))
    }

    [data-aos] {
      pointer-events: auto
    }

    @media(max-width:1180px) {

      .wrap,
      .grid,
      .cat-grid,
      .intro-box,
      .solutions,
      .cta,
      .form,
      .profile-scroll,
      .thumbs {
        width: 94%
      }

      .grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 38px 38px
      }

      .tour360-link {
        max-width: calc(100% - 48px)
      }

      .nav a,
      .nav .nav-link {
        padding: 0 12px
      }

      .nav a:after,
      .nav .nav-link:after {
        left: 12px;
        right: 12px
      }

      .products-dropdown {
        width: 190px
      }

      .intro-box {
        grid-template-columns: 1fr
      }

      .video {
        height: 320px
      }

      .form {
        padding: 34px 6%
      }
    }

    @media(max-width:760px) {
      body {
        font-size: 13px
      }

      .top,
      .brand {
        height: auto
      }

      .top .wrap {
        height: auto;
        justify-content: center;
        text-align: center
      }

      .brand .wrap,
      .top .wrap {
        padding: 15px 0;
        display: flex;
        flex-wrap: wrap;
        gap: 12px
      }

      .brand .wrap {
        justify-content: center;
        text-align: center
      }

      .brand-title {
        font-size: 16px;
        line-height: 1.28
      }

      .nav {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch
      }

      .nav .wrap {
        width: max-content;
        min-width: 100%
      }

      .search {
        display: none
      }

      .hero,
      .hero .carousel-track {
        height: 220px
      }

      .langs {
        height: auto;
        padding: 20px 0
      }

      .lang-box {
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
        padding: 14px
      }

      .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 14px
      }

      .cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 220px
      }

      .cat-tall,
      .cat-wide {
        grid-column: auto;
        grid-row: auto
      }

      .section h2 {
        font-size: 24px
      }

      .categories h2 {
        font-size: 28px
      }

      .wide,
      .wide .carousel-track {
        height: 220px
      }

      .tour360-link {
        max-width: 100%
      }

      .cta {
        height: auto;
        flex-direction: column;
        padding: 20px;
        gap: 12px
      }

      .cta button {
        width: 100%;
        max-width: 280px
      }

      .form {
        padding: 24px 16px
      }

      .form .row {
        display: block
      }

      .row label {
        display: block;
        text-align: left;
        width: auto;
        margin-bottom: 6px
      }

      .send {
        margin-left: 0
      }

      .tm {
        right: 12px;
        bottom: 12px;
        width: 150px
      }

      .backtop {
        right: 14px;
        bottom: 58px
      }

      .carousel-arrow {
        display: none
      }
    }

    @media(max-width:480px) {
      html,
      body {
        width: 100%;
        overflow-x: clip
      }

      [data-aos],
      [data-aos][data-aos],
      [data-aos][data-aos-duration],
      [data-aos][data-aos-delay] {
        opacity: 1 !important;
        transform: none !important;
        transition-delay: 0s !important
      }

      .brand {
        height: auto;
        padding: 14px 0
      }

      .brand .wrap {
        width: calc(100% - 28px);
        height: auto;
        padding: 0;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 10px;
        text-align: left
      }

      .logo {
        width: 126px;
        height: 54px
      }

      .logo img {
        max-width: 126px;
        max-height: 54px
      }

      .brand-title {
        min-width: 0;
        flex: 1;
        font-size: 12px;
        line-height: 1.25;
        gap: 2px;
        overflow-wrap: normal
      }

      .nav {
        height: auto;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 100;
        overflow: visible;
        -webkit-overflow-scrolling: auto
      }

      .nav .wrap {
        width: 100%;
        max-width: none;
        min-width: 0;
        height: auto;
        display: grid;
        grid-template-columns: 18% 23% 19% 18% 22%;
        align-items: stretch;
        margin: 0
      }

      .nav a,
      .nav .nav-link,
      .nav-item,
      .nav-item .nav-link {
        height: 44px;
        line-height: 44px
      }

      .nav>a,
      .nav .wrap>a,
      .nav-item {
        flex: none;
        min-width: 0
      }

      .nav a,
      .nav .nav-link {
        display: block;
        width: 100%;
        padding: 0 2px;
        text-align: center;
        font-size: 11px;
        white-space: nowrap
      }

      .nav a:after,
      .nav .nav-link:after {
        left: 12px;
        right: 12px;
        bottom: 8px
      }

      .nav-products {
        position: static
      }

      .nav-products .layui-icon {
        margin-right: 2px;
        font-size: 13px
      }

      .products-dropdown {
        left: 0;
        right: 0;
        top: 44px;
        width: 100%;
        padding: 8px 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-top: 1px solid rgba(255, 255, 255, .16);
        box-shadow: 0 12px 24px rgba(31, 42, 58, .2)
      }

      .nav-products:hover .products-dropdown {
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px)
      }

      .products-toggle:checked~.products-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
      }

      .products-dropdown a {
        height: 38px;
        line-height: 38px;
        padding: 0 12px;
        text-align: left;
        font-size: 12px
      }

      .wrap,
      .grid,
      .cat-grid,
      .intro-box,
      .solutions,
      .cta,
      .form,
      .profile-scroll,
      .thumbs {
        width: calc(100% - 24px)
      }

      .grid {
        grid-template-columns: 1fr
      }

      .section {
        padding: 38px 0 28px;
        scroll-margin-top: 52px
      }

      .section h2 {
        margin-bottom: 28px;
        font-size: 26px;
        letter-spacing: 0
      }




      .cat-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px
      }

      .cat b {
        font-size: 18px
      }

      .intro-text {
        padding: 24px 18px
      }

      .intro-text h3 {
        font-size: 26px;
        line-height: 32px
      }

      .profile h2 {
        font-size: 26px
      }

      .row input,
      .row textarea {
        width: 100%
      }

      .hero .carousel-track,
      .wide .carousel-track {
        width: 100%
      }
    }

    @media(max-width:380px) {
      .logo {
        width: 112px
      }

      .logo img {
        max-width: 112px
      }

      .brand-title {
        font-size: 11px
      }

      .nav .wrap {
        grid-template-columns: 17% 24% 18% 18% 23%
      }

      .nav a,
      .nav .nav-link {
        font-size: 10px
      }
    }

    @media(prefers-reduced-motion:reduce) {
      html {
        scroll-behavior: auto
      }

      *,
      *:before,
      *:after {
        animation: none !important;
        transition: none !important
      }
    }
  
