@charset "UTF-8";
.css-pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.css-mobile {
  display: none !important;
}

.css-error {
  color: #FE6969;
}

.css-link {
  font-weight: 300;
}

.form-label {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  display: block;
  -webkit-margin-after: 6px;
          margin-block-end: 6px;
}

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  width: 100%;
  height: 36px;
  color: #39325A;
  background-color: #fff;
  padding: 0 16px;
  border-radius: 499.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D3D1DC;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-input:focus, .form-input:hover {
  border: 1px solid #6D4DFF;
}

.page-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
  height: inherit;
  border-radius: 0;
  background: transparent !important;
  border: none !important;
}
.page-input:focus, .page-input:hover {
  border: none !important;
}

.code-input {
  border: 1px solid #D3D1DC;
  border-radius: 499.5rem;
  overflow: hidden;
  cursor: pointer;
  height: 36px;
  width: 6.2rem;
  position: relative;
}
.code-input > img {
  width: 100%;
  display: block;
  max-width: none;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  background-color: #fff;
  border-radius: 9999px;
  border: 1px solid #6D4DFF;
}
.page-form:focus, .page-form:hover {
  border: 1px solid #4F2FE3;
}

.form-tips {
  display: none !important;
  width: 100%;
  margin-top: 10px;
  padding: 0 16px;
  background-color: #FFF0F0;
  border-radius: 499.5rem;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #FE6969;
}
.form-tips.dirty {
  display: block !important;
}

input.dirty,
.page-form.dirty {
  border: 1px solid #FE6969;
}
input.dirty:focus, input.dirty:hover,
.page-form.dirty:focus,
.page-form.dirty:hover {
  border: 1px solid #FE6969;
}
input.dirty ~ .form-tips,
.page-form.dirty ~ .form-tips {
  display: block !important;
}

.login__tips.dirty .form-tips,
.page-form.dirty .form-tips {
  display: block !important;
}

.v-grid {
  display: -ms-grid;
  display: grid;
}

.v-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-flow: row-reverse wrap !important;
          flex-flow: row-reverse wrap !important;
}

.v-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.v-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.v-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.css-align-center {
  text-align: center;
}

.css-h1 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
}

.css-h2 {
  font-size: 34px;
  line-height: 1.5;
  font-weight: 600;
}

.css-h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.css-p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

.css-small {
  font-size: 16px;
}

.css-item-p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

.css-purple {
  font: inherit;
  color: #6D4DFF;
}

.css-list > li {
  padding: 4px 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  -webkit-padding-start: 22px;
          padding-inline-start: 22px;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/purple_fork_icon.svg);
  background-size: 12px 8px;
  background-position: 0 8px;
  background-repeat: no-repeat;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .css-list {
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .css-pc {
    display: none !important;
  }
  .css-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .css-h1 {
    font-size: 26px;
  }
  .css-h2 {
    font-size: 26px;
  }
  .css-h3 {
    font-size: 16px;
  }
  .css-p {
    font-size: 16px;
  }
  .css-list {
    display: inline-block;
    text-align: left;
  }
  .css-list > li {
    font-size: 13px;
  }
}
/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.common-review {
  padding: 98px 0 70px;
}
.common-review .button-link {
  color: #6D4DFF !important;
}
.common-review-panel {
  margin-top: 22px;
}
.common-review .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-review-pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 254px;
  text-align: center;
}
.common-review-pic > img {
  width: 254px;
  height: auto;
}
.common-review-user {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.common-review-user > span {
  display: block;
  font: inherit;
}
.common-review-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 96px;
}
.common-review-subtitle {
  font-size: 14px;
  font-weight: 600;
}
.common-review-desc {
  padding: 12px 0 24px;
  font-size: 16px;
}
.common-review-pagination {
  position: absolute;
  z-index: 9;
  left: 350px;
  bottom: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-review .swiper-pagination-bullet {
  display: block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 9999px;
  background: #BEB8CB;
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.common-review .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: #6D4DFF;
}

@media (max-width: 768px) {
  .common-review {
    padding: 55px 0 70px;
  }
  .common-review .wrapper {
    padding: 0 30px;
  }
  .common-review-panel {
    margin-top: 18px;
  }
  .common-review .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .common-review-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-review-pic > img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    max-width: 60% !important;
    width: 60% !important;
  }
  .common-review-user {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 10px 6px 20px;
    font-size: 12px;
    text-align: left;
  }
  .common-review-user > span {
    width: 100px;
    word-wrap: break-word;
  }
  .common-review-content {
    margin-left: 0;
    width: 100%;
  }
  .common-review-subtitle {
    padding: 26px 0 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .common-review-desc {
    padding: 0 0 60px;
    font-size: 14px;
  }
  .common-review-pagination {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
}
.transformY-0 {
  opacity: 0;
  -webkit-animation: transformY 0s;
          animation: transformY 0s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-1 {
  opacity: 0;
  -webkit-animation: transformY 0.2s;
          animation: transformY 0.2s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-2 {
  opacity: 0;
  -webkit-animation: transformY 0.4s;
          animation: transformY 0.4s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-3 {
  opacity: 0;
  -webkit-animation: transformY 0.6s;
          animation: transformY 0.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-4 {
  opacity: 0;
  -webkit-animation: transformY 0.8s;
          animation: transformY 0.8s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-5 {
  opacity: 0;
  -webkit-animation: transformY 1s;
          animation: transformY 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes transformY {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes transformY {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.delay0 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.url-inner {
  color: #8b3dff;
  font-family: "Poppins" !important;
}
.url-inner:hover {
  text-decoration: underline;
}

b,
span {
  font-family: "Poppins" !important;
}

@media (min-width: 1201px) {
  .ai-header {
    width: 100%;
    position: fixed;
    z-index: 999;
  }
  .ai-header .home-header {
    background-color: rgba(255, 255, 255, 0) !important;
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s;
  }
  .ai-header .home-header .home-logo .Logo {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/logo-text.svg") no-repeat !important;
  }
  .ai-header .home-header .menu-item-title span {
    color: #ffffff !important;
  }
  .ai-header .home-header .menu-item-title .head-link {
    color: #ffffff !important;
  }
  .ai-header .home-header .menu-item-title .title-icon {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/_common/icon_bottom_w.svg") no-repeat !important;
  }
  .ai-header .home-header .menu-item-title:hover span {
    color: #8b3dff !important;
  }
  .ai-header .home-header .menu-item-title:hover .head-link {
    color: #8b3dff !important;
  }
  .ai-header .home-header .menu-item-title:hover .title-icon {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/_common/icon-top.svg") no-repeat !important;
  }
  .ai-header .home-header #Login {
    color: #ffffff !important;
  }
  .ai-header .home-header #Login:hover {
    color: #000000 !important;
  }
  .ai-header-b {
    width: 100%;
    position: fixed;
    z-index: 999;
  }
  .ai-header-b .home-header {
    background-color: rgb(255, 255, 255) !important;
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s;
    position: fixed;
    top: 40px;
  }
}
.page-form {
  border: 2px solid #cecae2;
}
.page-form:hover {
  border: 2px solid #4f2fe3;
}

.page-form.dirty {
  border: 2px solid #fe6969;
}
.page-form.dirty:hover {
  border: 2px solid #fe6969;
}

.tips-box {
  position: relative;
}
.tips-box .btn-tips {
  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;
  font: normal normal 300 12px/16px Poppins;
  color: #6f6894;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.tips-box .btn-tips:before {
  content: "";
  display: block;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/_common/credit-card-2-front.svg") no-repeat center/cover;
  width: 22px;
  height: 16px;
  margin-right: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.communicate img {
  max-width: 100%;
  height: auto;
}
.communicate h2 {
  font-weight: 600;
  font-family: "Poppins" !important;
}
.communicate h2 {
  font-size: 50px;
  font-family: "Poppins" !important;
}
.communicate .css-h3 {
  font-size: 20px;
  font-family: "Poppins" !important;
}
.communicate .css-p {
  font-size: 20px;
  font-family: "Poppins" !important;
}
.communicate .css-mes {
  font-size: 16px;
  font-family: "Poppins" !important;
}
.communicate .button-reply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 22px;
  height: 24px;
  color: #fff;
  font-size: 14px;
  font-family: "Poppins" !important;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 5px;
  background: #000000;
  min-width: 0;
  cursor: default !important;
}
.communicate .button-reply:hover {
  opacity: 1;
}
.communicate .button-link {
  font-size: 16px;
  font-family: "Poppins" !important;
}
.communicate .button-solid {
  background-color: #8b3dff;
  color: #ffffff;
  border: none;
}
.communicate .button-solid:hover {
  background: #8b3dff linear-gradient(95deg, #8b3dff 0%, #bc8fff 100%);
  border: none;
}
.communicate .hollow-purple {
  color: #8b3dff;
  border-width: 2px;
  border-color: #8b3dff;
}
.communicate .hollow-purple:hover {
  color: #ffffff;
  background-color: #8b3dff;
}
.communicate .button-box a {
  min-width: 306px;
}
.communicate .page-google {
  min-width: 201px;
}
.communicate .page-button:disabled,
.communicate .page-button:disabled:hover {
  color: #fff !important;
  background: #000000 !important;
  border-color: #000000 !important;
}
.communicate .v-grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.communicate .flex-left {
  width: 37.78%;
}
.communicate .flex-right {
  width: 37.78%;
}
.communicate .wrapper {
  max-width: 1086px;
}
.communicate-banner {
  display: block;
  padding: 132px 0 121px 20px;
  min-height: 835px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/banner_bg.webp) 0% 0% no-repeat padding-box;
  background-size: 100% 835px;
  overflow: hidden;
}
.communicate-banner .bang {
  display: inline-block;
  border-right: 3px solid #51b4ff;
  width: 5px;
  height: 13px;
  margin: 0 12px;
}
.communicate-banner .wrapper {
  max-width: 1278px;
  -ms-grid-columns: 595px 683px;
  grid-template-columns: 595px 683px;
}
.communicate-banner .css-tip {
  color: #51b4ff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins" !important;
  line-height: 40px;
}
.communicate-banner-title {
  padding: 0 0 5px;
  color: #fff;
  font-size: 44px;
  font-family: "Poppins" !important;
  font-weight: 600;
}
.communicate-banner-title span {
  background: transparent -webkit-gradient(linear, left top, right top, from(#51b4ff), color-stop(35%, #feb1ff), color-stop(65%, #ff5474), to(#b473fe)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #51b4ff 0%, #feb1ff 35%, #ff5474 65%, #b473fe 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: "Poppins" !important;
}
.communicate-banner-list {
  margin-left: 20px;
}
.communicate-banner-list > li {
  font: normal normal 300 18px/34px Poppins !important;
  letter-spacing: 0px;
  color: #ffffff;
  list-style: disc;
}
.communicate-banner-pic {
  width: 781px;
  height: 585px;
  cursor: pointer;
}
.communicate-banner .trans {
  -webkit-transform: translateX(-62px);
          transform: translateX(-62px);
}
.communicate-banner .button-box {
  margin-top: 100px;
}
.communicate-steps {
  padding: 20px 0 80px;
}
.communicate-steps h2 {
  font: normal normal 600 44px/66px Poppins;
  color: #000000;
}
.communicate-steps .steps-out-boxs {
  margin-top: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.communicate-steps .steps-out-boxs .steps-box {
  width: 350px;
  min-height: 350px;
  background: #f9f9f9 0% 0% no-repeat padding-box;
  border: 1px solid #e4e4f1;
  border-radius: 10px;
  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;
  text-align: center;
}
.communicate-steps .steps-out-boxs .steps-box .step-num {
  height: 51px;
}
.communicate-steps .steps-out-boxs .steps-box span:first-child {
  font: italic normal 600 16px/55px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.communicate-steps .steps-out-boxs .steps-box span:last-child {
  font: italic normal 600 36px/55px Poppins;
  letter-spacing: 0px;
  color: #8b3dff;
  margin-left: 4px;
}
.communicate-steps .steps-out-boxs .steps-box img {
  width: 336px;
  height: 198px;
}
.communicate-steps .steps-out-boxs .steps-box p {
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 19px;
  width: 294px;
}
.communicate-steps .button-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 52px;
}
.communicate-perfect {
  padding: 120px 0 0;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#f2f0ff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f2f0ff 100%) 0% 0% no-repeat padding-box;
}
.communicate-perfect h2 {
  font: normal normal 600 44px/66px Poppins;
  color: #000000;
}
.communicate-perfect .css-p {
  margin-top: 15px;
  color: #000000;
}
.communicate-perfect .pc-pic {
  display: block;
}
.communicate-perfect .mob-pic {
  display: none;
}
.communicate-perfect .liveuse-start-box {
  margin-top: 81px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.communicate-perfect .liveuse-start-box a {
  text-decoration: none;
  color: #6d4dff;
  font-weight: 300;
  font-family: "Poppins" !important;
}
.communicate-perfect .liveuse-start-box .liveuse-content {
  width: 410px;
}
.communicate-perfect .liveuse-start-box .liveuse-content h3 {
  font-size: 20px;
  font-family: "Poppins" !important;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 15px;
}
.communicate-perfect .liveuse-start-box .liveuse-content .css-p {
  font-size: 16px;
  font-family: "Poppins" !important;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 30px;
}
.communicate-perfect .liveuse-start-box .liveuse-content span {
  color: #6d4dff;
}
.communicate-today {
  display: block;
}
.communicate-today .bang {
  display: inline-block;
  border-right: 3px solid #8b3dff;
  width: 5px;
  height: 13px;
  margin: 0 10px;
}
.communicate-today .wrapper-today {
  padding: 98px 0 30px 78px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/today.webp) 0% 0% no-repeat padding-box;
  background-size: cover;
  height: 266px;
}
.communicate-today .wrapper-today .css-tip {
  font: normal normal 300 16px/23px Poppins;
  letter-spacing: 0px;
  color: #8b3dff;
}
.communicate-today .wrapper-today .css-word {
  font: normal normal 300 26px/39px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.communicate-today .wrapper-today .button-box {
  margin-top: 24px;
}
.communicate-today-mob {
  display: none;
}
.communicate-video {
  padding: 36px 0 35px;
}
.communicate-video .pc-pic {
  display: block;
}
.communicate-video .mob-pic {
  display: none;
}
.communicate-video .liveuse-start-box {
  margin-top: 81px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.communicate-video .liveuse-start-box a {
  text-decoration: none;
  color: #6d4dff;
  font-weight: 300;
}
.communicate-video .liveuse-start-box .liveuse-content {
  width: 410px;
}
.communicate-video .liveuse-start-box .liveuse-content h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Poppins" !important;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 15px;
}
.communicate-video .liveuse-start-box .liveuse-content .css-p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins" !important;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 30px;
}
.communicate-video .liveuse-start-box .liveuse-content span {
  color: #6d4dff;
}
.communicate-video .liveuse-start-box .liveuse-pic .swiper-btn-box {
  width: 271px;
  height: 53px;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 6px 16px rgba(139, 61, 255, 0.2705882353);
          box-shadow: 0px 6px 16px rgba(139, 61, 255, 0.2705882353);
  border: 1px solid rgba(139, 61, 255, 0.2117647059);
  border-radius: 27px;
  margin: 0 auto;
  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;
}
.communicate-video .liveuse-start-box .liveuse-pic .swiper-btn-box div {
  width: 116px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font: normal normal 600 16px/37px Poppins;
  cursor: pointer;
}
.communicate-video .liveuse-start-box .liveuse-pic .swiper-btn-box div:hover {
  background: #eee2ff 0% 0% no-repeat padding-box;
  border-radius: 19px;
  color: #000000;
}
.communicate-video .liveuse-start-box .liveuse-pic .howactive {
  background: #8b3dff 0% 0% no-repeat padding-box !important;
  border-radius: 19px !important;
  color: #fff !important;
}
.communicate-video .liveuse-start-box .liveuse-pic .ex-display {
  display: none;
}
.communicate-video .item-banner {
  height: 304px;
  position: relative;
}
.communicate-video .tool-swiper {
  width: 570px;
  height: 207px;
  background-color: #ffffff;
  position: absolute;
  bottom: 30px;
  right: 5px;
  /* 轮播项 */
}
.communicate-video .tool-swiper .swiper-wrapper {
  width: 570px;
}
.communicate-video .tool-swiper .swiper-slide {
  width: 368px;
  height: 207px;
  font-size: 32px;
  font-weight: 500;
  font-family: "Poppins" !important;
  color: #ffffff;
  /* 文字垂直居中 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.communicate-start {
  display: block;
}
.communicate-start .wrapper-start {
  padding: 94px 93px 28px 424px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/start.webp) 0% 0% no-repeat padding-box;
  background-size: cover;
  height: 266px;
}
.communicate-start .css-word {
  font: normal normal 300 26px/39px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.communicate-start .button-box {
  margin-top: 20px;
}
.communicate-start-mob {
  display: none;
}
.communicate-more {
  display: block;
  margin-top: 72px;
  padding: 113px 0;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/more_bg.svg) 0% 0% no-repeat padding-box;
  background-size: cover;
}
.communicate-more h2 {
  font-size: 44px;
  font-family: "Poppins" !important;
  color: #000000;
}
.communicate-more .wrapper-more-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.communicate-more .wrapper-more-box .more-box {
  width: 240px;
  text-align: center;
}
.communicate-more .wrapper-more-box .more-box img {
  width: 54px;
  height: 54px;
}
.communicate-more .wrapper-more-box .more-box .more-title {
  margin-top: 10px;
  font: normal normal bold 14px/21px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.communicate-more .wrapper-more-box .more-box .more-info {
  margin-top: 8px;
  font: normal normal 300 14px/21px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.communicate-more-mob {
  display: none;
}
.communicate-real {
  padding: 133px 0 147px;
  background: #232237 0% 0% no-repeat padding-box;
}
.communicate-real h2 {
  color: #ffffff;
}
.communicate-real h2 {
  color: #ffffff;
}
.communicate-real .css-word p {
  font: normal normal 300 20px/30px Poppins;
  color: #ffffff;
  letter-spacing: 0px;
}
.communicate-real .button-box {
  margin-top: 39px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.communicate-real .real-box {
  margin-top: 69px;
  position: relative;
  height: 517px;
  display: block;
}
.communicate-real .real-box .real-left {
  background: #3d375f 0% 0% no-repeat padding-box;
  border: 1px solid rgba(180, 115, 254, 0.3411764706);
  width: 591px;
  height: 478px;
  position: absolute;
  border-radius: 10px;
  padding: 43px 0 0 69px;
  top: 20px;
}
.communicate-real .real-box .real-left ul {
  margin-top: 17px;
}
.communicate-real .real-box .real-left ul li {
  padding-left: 30px;
  font: normal normal 300 16px/35px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/cha.webp);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 0 10px;
}
.communicate-real .real-box .real-left .real-left-title {
  padding-left: 56px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.communicate-real .real-box .real-left .real-left-title div:first-child {
  font-size: 22px;
  font-family: "Poppins" !important;
  font-weight: lighter;
  color: #fff;
}
.communicate-real .real-box .real-left .real-left-title img {
  width: 36px;
  height: 36px;
}
.communicate-real .real-box .real-left .ren-img {
  height: 202px;
  padding-left: 60px;
  padding-top: 41px;
}
.communicate-real .real-box .real-left .ren-img img {
  width: 186px;
  height: 202px;
}
.communicate-real .real-box .real-right {
  background: transparent linear-gradient(261deg, #f1d8ff 0%, #ffe9f3 55%, #fff8f9 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 15px 50px rgba(26, 19, 61, 0.5803921569);
          box-shadow: 0px 15px 50px rgba(26, 19, 61, 0.5803921569);
  position: absolute;
  border-radius: 10px;
  width: 644px;
  height: 518px;
  right: 0;
  padding-top: 56px;
}
.communicate-real .real-box .real-right .real-right-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.communicate-real .real-box .real-right .real-right-title div:first-child {
  font: normal normal bold 28px/42px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.communicate-real .real-box .real-right .real-right-title img {
  width: 39px;
  height: 39px;
}
.communicate-real .real-box .real-right ul {
  margin-top: 14px;
  padding-left: 93px;
}
.communicate-real .real-box .real-right ul li {
  padding-left: 30px;
  font: normal normal 300 18px/35px Poppins;
  letter-spacing: 0px;
  color: #000000;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/dui.webp);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 0 10px;
}
.communicate-real .real-box .real-right .ren-img {
  height: 241px;
  margin-top: 21px;
}
.communicate-real .real-box .real-right .ren-img img {
  width: 644px;
  height: 241px;
}
.communicate-real .real-mob-box {
  display: none;
}
.communicate-boost {
  display: block;
  padding: 90px 0 106px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/boost_bg.webp) 0% 0% no-repeat padding-box;
  background-size: cover;
  position: relative;
}
.communicate-boost .button-box {
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.communicate-boost h2 {
  font: normal normal 600 44px/66px Poppins;
  color: #000000;
}
.communicate-boost h2 {
  margin-bottom: 15px;
  font-size: 47px;
  font-family: "Poppins" !important;
}
.communicate-boost .css-p {
  color: #0e0d11;
}
.communicate-boost .swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}
.communicate-boost .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.communicate-boost .swiper-slide {
  min-width: 100%;
  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;
}
.communicate-boost .swiper-slide > img {
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.communicate-boost .swiper .swiper-wrapper {
  height: 500px;
}
.communicate-boost .swiper .swiper-button-prev.swiper-button-disabled {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
.communicate-boost .swiper .swiper-button-next.swiper-button-disabled {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.communicate-boost .swiper-button-prev1 {
  position: absolute;
  left: 15%;
  top: 544px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-to-text/prev1.png) center/cover no-repeat;
  width: 52px;
  height: 98px;
  cursor: pointer;
  z-index: 1;
}
.communicate-boost .swiper-button-prev1:hover {
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-to-text/prev2.png) center/cover no-repeat;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.communicate-boost .swiper-button-next1 {
  position: absolute;
  right: 15%;
  top: 544px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-to-text/next2.png) center/cover no-repeat;
  width: 52px;
  height: 98px;
  cursor: pointer;
  z-index: 1;
}
.communicate-boost .swiper-button-next1:hover {
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-to-text/next1.png) center/cover no-repeat;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.communicate-boost .boost-tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.communicate-boost .boost-tab p {
  font: normal normal 300 18px/60px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.communicate-boost .boost-tab .boost-box {
  max-width: 362px;
  min-height: 60px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 2px solid #dcd8f7;
  cursor: pointer;
}
.communicate-boost .boost-tab .boost-active {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(139, 61, 255, 0.1)), to(rgba(255, 255, 255, 0.1))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(139, 61, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%) 0% 0% no-repeat padding-box;
  border-bottom: 4px solid #8c72ff;
}
.communicate-boost .boost-tab .boost-active p {
  font: normal normal bold 20px/60px Poppins;
  color: #000000;
  opacity: 1;
}
.communicate-boost .boost-tab .boost-dis {
  display: none;
}
.communicate-boost .boost-text {
  margin-top: 35px;
}
.communicate-boost .boost-text p {
  text-align: center;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.communicate-boost .boost-text .text-dis {
  display: none;
}
.communicate-boost-mob {
  display: none;
}
.communicate-easy {
  padding: 96px 0 165px;
  overflow: hidden;
}
.communicate-easy .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}
.communicate-easy h2 {
  font: normal normal 600 44px/66px Poppins;
  color: #000000;
}
.communicate-easy h2 {
  margin-bottom: 15px;
}
.communicate-easy p {
  font: normal normal 300 20px/30px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.communicate-easy .swiper-container {
  width: 100%;
  overflow: hidden;
  height: auto;
  margin-top: 32px;
  width: 2901px !important;
}
.communicate-easy .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.communicate-easy .swiper-slide img {
  width: 100%;
  height: 100%;
}
.communicate-easy .carousel {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  height: 339px;
}
.communicate-easy .carousel .carousel-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  /* 控制轮播速度，10秒一轮循环 */
  width: 2901px !important;
  height: 100%;
}
.communicate-easy .carousel .carousel-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.communicate-easy .carousel .carousel-slide img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.communicate-easy .carousel-reverse .carousel-slider {
  -webkit-animation: scroll-right 45s linear infinite;
          animation: scroll-right 45s linear infinite;
  /* 第二个走马灯向右滑动 */
  width: 3313px !important;
}
.communicate-easy .carousel-reverse .carousel-slider img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.communicate-lan {
  padding: 0 0 90px;
}
.communicate-lan h2 {
  font: normal normal 600 50px/76px Poppins;
  color: #000000;
}
.communicate-lan .lan-bg-mob {
  display: none;
}
.communicate-lan .button-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.communicate-lan .lan-bg {
  display: block;
  margin-top: 16px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/lan_bg.webp) 0% 0% no-repeat padding-box;
  background-size: cover;
  height: 382px;
  position: relative;
}
.communicate-lan .lan-bg .pause-play {
  cursor: pointer;
}
.communicate-lan .lan-bg .lan-box {
  width: 226px;
  height: 54px;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(39, 19, 103, 0.168627451);
          box-shadow: 0px 3px 6px rgba(39, 19, 103, 0.168627451);
  border-radius: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  /* 添加过渡动画 */
}
.communicate-lan .lan-bg .lan-box .con-img {
  margin: 0 9px;
}
.communicate-lan .lan-bg .lan-box .con-img img {
  width: 39px;
  height: 38px;
}
.communicate-lan .lan-bg .lan-box .con-lan {
  margin-right: 30px;
}
.communicate-lan .lan-bg .lan-box .con-lan p {
  font: normal normal 300 14px/21px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.communicate-lan .lan-bg .lan-box .con-lan img {
  width: 99px;
  height: 11px;
}
.communicate-lan .lan-bg .lan-box .pause-play img {
  width: 29px;
  height: 29px;
}
.communicate-lan .lan-bg .lan-box:hover {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  /* 鼠标移入时向左上移动20px */
}
.communicate-lan .lan-bg .dutch-box {
  position: absolute;
  top: 15px;
  left: 0;
}
.communicate-lan .lan-bg .france-box {
  position: absolute;
  left: 440px;
  top: 40px;
}
.communicate-lan .lan-bg .spanish-box {
  position: absolute;
  right: 0;
  top: 50px;
}
.communicate-lan .lan-bg .sweden-box {
  position: absolute;
  top: 113px;
  left: 195px;
}
.communicate-lan .lan-bg .en-box {
  position: absolute;
  top: 140px;
  left: 592px;
}
.communicate-lan .lan-bg .germany-box {
  position: absolute;
  top: 232px;
  left: 0;
}
.communicate-lan .lan-bg .portugal-box {
  position: absolute;
  top: 248px;
  left: 383px;
}
.communicate-lan .lan-bg .italy-box {
  position: absolute;
  top: 256px;
  left: 790px;
}
.communicate .micro-test-faq {
  padding: 0 0 20px;
}
.communicate .micro-test-faq h2 {
  font: normal normal 600 44px/66px Poppins;
  color: #000000;
}
.communicate .micro-test-faq-list {
  margin: 6px auto 0;
  max-width: 700px;
  width: 100%;
}
.communicate .micro-test-faq-item {
  position: relative;
  border-bottom: 1px solid #d2d0de;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
  z-index: 0;
}
.communicate .micro-test-faq-item a {
  text-decoration: none;
  color: #6d4dff;
  font-weight: 600;
  font-family: "Poppins" !important;
}
.communicate .micro-test-faq-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.communicate .micro-test-faq-item::before {
  right: 0;
  top: 30px;
  width: 18px;
  height: 18px;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/_common/faq_arrow.svg);
  background-size: 18px;
  background-position: right center;
  background-repeat: no-repeat;
}
.communicate .micro-test-faq-item.active::before {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.communicate .micro-test-faq-name {
  display: block;
  padding: 30px 30px 30px 0;
  font-weight: 600;
  font-family: "Poppins" !important;
  line-height: 28px;
  cursor: pointer;
  font: normal normal 600 18px/27px Poppins;
  color: #000000;
}
.communicate .micro-test-faq-desc {
  padding-bottom: 30px;
  margin-top: -15px;
  display: none;
  width: 100%;
  font-size: 16px;
  font-family: "Poppins" !important;
  color: #000000;
}
.communicate .micro-test-faq-desc b {
  font-weight: 600;
  font-family: "Poppins" !important;
}
.communicate .micro-test-faq-desc b.css-h4 {
  display: block;
  padding: 5px 0;
}
.communicate .micro-test-faq-desc .css-h4 {
  font-size: inherit;
  font-family: "Poppins" !important;
}
.communicate .micro-test-faq-desc .css-p {
  font-size: inherit;
  font-family: "Poppins" !important;
  color: #000000;
}
.communicate-hear {
  padding: 96px 0 102px;
}
.communicate-hear h2 {
  font: normal normal 600 44px/66px Poppins;
  color: #000000;
}
.communicate-hear .hear-big-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.communicate-hear .hear-big-box .hear-box {
  margin-top: 99px;
  width: 350px;
  min-height: 460px;
  background: #f9f9f9 0% 0% no-repeat padding-box;
  border: 1px solid #e4e4f1;
  border-radius: 10px;
  padding: 0 30px;
  text-align: center;
  position: relative;
}
.communicate-hear .hear-big-box .hear-box img {
  width: 155px;
  height: 132px;
  position: absolute;
  top: -65px;
  left: 93px;
}
.communicate-hear .hear-big-box .hear-box .hear-name {
  margin-top: 104px;
}
.communicate-hear .hear-big-box .hear-box .hear-name p {
  font: normal normal bold 20px/30px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.communicate-hear .hear-big-box .hear-box .hear-title {
  margin-top: 25px;
}
.communicate-hear .hear-big-box .hear-box .hear-title p {
  font: normal normal 600 14px/21px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.communicate-hear .hear-big-box .hear-box .hear-info {
  margin-top: 10px;
}
.communicate-hear .hear-big-box .hear-box .hear-info p {
  font: normal normal 300 14px/21px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.communicate-hear .hear-mob {
  display: none;
}
.communicate .sound-test-blog {
  padding-top: 80px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#fff9f9), to(#ebe9ff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #fff9f9 0%, #ebe9ff 100%) 0% 0% no-repeat padding-box;
}
.communicate .sound-test-blog h2 {
  font: normal normal 600 44px/66px Poppins;
  color: #000000;
}
.communicate .sound-test-blog h2 {
  text-align: center;
}
.communicate .sound-test-blog .wrapper-blog {
  max-width: 1278px;
}
.communicate .sound-test-blog .swiper-container-blog-m {
  display: none;
}
.communicate .sound-test-blog .swiper-wrapper-blog {
  margin-left: 32px;
  height: 100%;
}
.communicate .sound-test-blog .swiper-container-blog {
  display: block;
  padding: 45px 0 100px 0;
  max-width: 1278px;
  margin: 0 auto;
  height: 385px;
  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;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.communicate .sound-test-blog .swiper-container-blog .swiper-icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  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;
  border: 3px solid #000000;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.communicate .sound-test-blog .swiper-container-blog .swiper-icon:hover {
  opacity: 1;
}
.communicate .sound-test-blog .swiper-container-blog .prev-btn i {
  display: inline-block;
  width: 12px;
  height: 22px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-speech/left-icon.svg");
  background-size: 12px 22px;
}
.communicate .sound-test-blog .swiper-container-blog .next-btn i {
  display: inline-block;
  width: 12px;
  height: 22px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-speech/right-icon.svg");
  background-size: 12px 22px;
}
.communicate .sound-test-blog .swiper-container-blog .button-disabled {
  opacity: 0.3;
  cursor: no-drop;
}
.communicate .sound-test-blog .swiper-container-blog .button-disabled:hover {
  opacity: 0.3;
}
.communicate .sound-test-blog .swiper-container-blog .swiper-wrapper {
  width: 1300px;
}
.communicate .sound-test-blog .swiper-container-blog .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.communicate .sound-test-blog .swiper-container-blog .swiper-slide .slide-item {
  width: 260px;
  overflow: hidden;
  height: 340px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d7d4e5;
  border-radius: 4px;
  -webkit-box-shadow: 10px 12px 16px rgba(170, 167, 188, 0.1607843137);
          box-shadow: 10px 12px 16px rgba(170, 167, 188, 0.1607843137);
  position: relative;
}
.communicate .sound-test-blog .swiper-container-blog .swiper-slide .slide-item .free-tool {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 8px;
  height: 25px;
  background-color: #00c54f;
  color: white;
  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;
  font-size: 12px;
  font-family: "Poppins" !important;
  z-index: 1;
}
.communicate .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover {
  background: #e0d8ff;
}
.communicate .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover h3 {
  text-decoration: underline;
}
.communicate .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.communicate .sound-test-blog .swiper-container-blog .swiper-slide .slide-item img {
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.communicate .sound-test-blog .swiper-container-blog .swiper-slide .slide-item > h3 {
  padding: 0 20px;
  margin: 13px 0 10px;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
}
.communicate .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p {
  padding: 0 20px;
  margin-bottom: 35px;
  font-size: 14px;
  font-family: "Poppins" !important;
  font-weight: 300;
}
.communicate .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p a {
  color: #6d4dff;
  font-weight: 300;
  font-family: "Poppins" !important;
}
.communicate .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p a:hover {
  text-decoration: underline;
}
.communicate-try {
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/try_bg.webp) 0% 0% no-repeat padding-box;
  background-size: cover;
  height: 608px;
  padding-top: 149px;
}
.communicate-try h2 {
  font: normal normal 600 44px/66px Poppins;
  color: #000000;
}
.communicate-try .button-box {
  margin-top: 31px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.communicate-try .button-box .button-css {
  min-width: 438px;
}
.communicate-try .button-box .icon-small-css.icon-google {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}
.communicate-try .line-box {
  margin-top: 30px;
  width: 438px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.communicate-try .line-box .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #cecae2;
}
.communicate-try .line-box .letter {
  padding: 0 20px;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #bab5d2;
}
.communicate-try .email-box {
  width: 438px;
  margin-top: 20px;
}
.communicate-try .email-box .page-button {
  min-width: 100%;
  height: 49px;
  font-size: 16px;
  font-family: "Poppins" !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 52px;
  left: 0;
  margin: 0;
  background-color: #000000;
  border-radius: 25px;
  border-color: #000000;
}
.communicate-try .email-box .form-tips {
  margin-top: 74px;
}
.communicate-try .email-box .page-form {
  background-color: #fff;
  border-radius: 25px;
  height: 40px;
}
.communicate-try .email-box .page-input {
  display: block;
  height: auto;
}

@media (max-width: 1200px) {
  .communicate .ai-header {
    width: 100%;
    position: sticky;
    z-index: 999;
  }
  .communicate-banner {
    padding: 0.65rem 0rem;
    display: block !important;
    background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/banner_mob.webp) 0% 0% no-repeat padding-box;
    background-size: cover;
    width: 100%;
    min-height: 15rem;
    text-align: center;
  }
  .communicate-banner .v-grid {
    display: block !important;
  }
  .communicate-banner .css-tip {
    padding: 0 0.7rem;
    font: normal normal 300 0.28rem/0.4rem Poppins;
    letter-spacing: 0px;
    color: #51b4ff;
  }
  .communicate-banner .bang {
    display: inline-block;
    border-right: 3px solid #51b4ff;
    width: 5px;
    height: 13px;
    margin: 0 12px;
  }
  .communicate-banner-title {
    padding: 0 0.7rem;
    margin-top: 20px;
    font: normal normal bold 0.48rem/0.72rem Poppins;
    color: #fff;
  }
  .communicate-banner-title span {
    background: transparent -webkit-gradient(linear, left top, right top, from(#51b4ff), color-stop(35%, #feb1ff), color-stop(65%, #ff5474), to(#b473fe)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #51b4ff 0%, #feb1ff 35%, #ff5474 65%, #b473fe 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-family: "Poppins" !important;
  }
  .communicate-banner-list {
    padding: 0 0.7rem;
    text-align: left;
    margin-top: 20px;
    margin-left: 0.24rem;
  }
  .communicate-banner-list > li {
    font: normal normal 300 0.28rem Poppins !important;
    letter-spacing: 0.0056rem;
    color: #ffffff;
    list-style: disc;
  }
  .communicate-banner-pic {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .communicate-banner .button-box {
    margin-top: 65px;
  }
  .communicate-steps {
    padding: 0.6rem 0.6rem 0.96rem;
  }
  .communicate-steps h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .communicate-steps .steps-out-boxs {
    display: block;
    min-height: 0.63rem;
  }
  .communicate-steps .steps-out-boxs .steps-box {
    margin-top: 0.29rem;
    width: 100%;
  }
  .communicate-steps .steps-out-boxs .steps-box p {
    margin-top: 0;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    color: #0e0d11;
  }
  .communicate-steps .steps-out-boxs .steps-box .step-num {
    height: auto;
  }
  .communicate-steps .steps-out-boxs .steps-box img {
    width: 6.04rem;
    height: 3.57rem;
  }
  .communicate-perfect {
    padding: 0.6rem 0.6rem 0;
  }
  .communicate-perfect .pc-pic {
    display: none;
  }
  .communicate-perfect .mob-pic {
    display: block;
  }
  .communicate-perfect h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .communicate-perfect .css-p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    color: #000000;
  }
  .communicate-perfect .liveuse-start-box {
    display: block;
    text-align: center;
    margin-top: 0.73rem;
  }
  .communicate-perfect .liveuse-start-box .liveuse-content {
    width: 100%;
  }
  .communicate-perfect .liveuse-start-box .liveuse-content .css-h3 {
    font: normal normal bold 0.32rem/0.48rem Poppins;
    padding: 0 0.9rem;
  }
  .communicate-perfect .liveuse-start-box .liveuse-content .css-p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    color: #000000;
  }
  .communicate-today {
    display: none !important;
  }
  .communicate-today-mob {
    padding: 0 0.6rem;
    display: block !important;
    height: 9.5rem;
  }
  .communicate-today-mob-box {
    background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/today_mob.webp) 0% 0% no-repeat padding-box;
    background-size: cover;
    height: 100%;
    text-align: center;
    padding: 0.7rem 0 0;
  }
  .communicate-today-mob .css-tip {
    font: normal normal 300 0.28rem/0.4rem Poppins;
    letter-spacing: 0px;
    color: #51b4ff;
  }
  .communicate-today-mob .bang {
    display: inline-block;
    border-right: 3px solid #51b4ff;
    width: 5px;
    height: 13px;
    margin: 0 12px;
  }
  .communicate-today-mob .css-word {
    margin-top: 0.17rem;
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .communicate-today-mob .button-box {
    margin-top: 0.22rem;
  }
  .communicate-video {
    padding: 0 0.6rem;
    text-align: center;
  }
  .communicate-video .pc-pic {
    display: none;
  }
  .communicate-video .mob-pic {
    display: block;
  }
  .communicate-video .item-banner {
    height: 270px;
  }
  .communicate-video .liveuse-start-box {
    display: block;
    margin-top: 0.78rem;
  }
  .communicate-video .liveuse-start-box .liveuse-content {
    width: 100%;
    margin-top: 0.5rem;
  }
  .communicate-video .liveuse-start-box .liveuse-content .css-h3 {
    font: normal normal bold 0.32rem/0.48rem Poppins;
  }
  .communicate-video .liveuse-start-box .liveuse-content .css-p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
  }
  .communicate-video .tool-swiper {
    width: 5.2rem;
    height: 2rem;
    background-color: #ffffff;
    position: absolute;
    bottom: 1rem;
    right: 0.7rem;
  }
  .communicate-video .tool-swiper .swiper-wrapper {
    width: 5.2rem;
    height: 2rem;
  }
  .communicate-video .tool-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .communicate-start {
    display: none !important;
  }
  .communicate-start-mob {
    padding: 0 0.6rem;
    display: block !important;
    height: 9.5rem;
  }
  .communicate-start-mob-box {
    background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/start_mob.webp) 0% 0% no-repeat padding-box;
    background-size: cover;
    height: 100%;
    text-align: center;
    padding: 0.7rem 0.31rem 0;
  }
  .communicate-start-mob .css-word {
    font: normal normal 600 0.4rem/0.76rem Poppins;
  }
  .communicate-start-mob .button-box {
    margin-top: 0.22rem;
  }
  .communicate-more {
    display: none !important;
  }
  .communicate-more-mob {
    display: block !important;
    background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/more_mob.svg) 0% 0% no-repeat padding-box;
    background-size: cover;
    padding: 0.6rem;
    margin-top: 1rem;
  }
  .communicate-more-mob h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .communicate-more-mob img {
    width: 1rem;
    height: 1rem;
  }
  .communicate-more-mob .v-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.65rem;
  }
  .communicate-more-mob .more-mob-boxs {
    width: 3rem;
    text-align: center;
  }
  .communicate-more-mob .more-mob-boxs div:first-child {
    height: 1rem;
  }
  .communicate-more-mob .more-mob-boxs .more-title {
    font: normal normal bold 0.24rem/0.35rem Poppins;
    letter-spacing: 0.0048rem;
    margin-top: 0.14rem;
  }
  .communicate-more-mob .more-mob-boxs .more-info {
    font: normal normal 300 0.24rem/0.35rem Poppins;
    letter-spacing: 0.0048rem;
    margin-top: 0.09rem;
  }
  .communicate-real {
    padding: 0.8rem 0.6rem;
    min-height: 23rem;
  }
  .communicate-real h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .communicate-real .css-word {
    margin-top: 0.38rem;
  }
  .communicate-real .css-word p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
  }
  .communicate-real .real-box {
    display: none !important;
  }
  .communicate-real .real-mob-box {
    display: block !important;
    margin-top: 0.6rem;
    position: relative;
  }
  .communicate-real .real-mob-box .real-mob-left {
    padding-top: 0.32rem;
    background-color: #3d375f;
    border: 1px solid rgba(180, 115, 254, 0.3411764706);
    border-radius: 10px;
    width: 5.53rem;
    min-height: 5.42rem;
    text-align: center;
    margin: 0 auto;
  }
  .communicate-real .real-mob-box .real-mob-left ul {
    margin: 0 auto;
    margin-top: 0.5rem;
    padding-left: 0.59rem;
    text-align: left;
  }
  .communicate-real .real-mob-box .real-mob-left ul li {
    padding-left: 22px;
    font: normal normal 300 0.22rem Poppins;
    letter-spacing: 0.0044rem;
    color: #ffffff;
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/cha.webp);
    background-size: 0.16rem 0.16rem;
    background-repeat: no-repeat;
    background-position: 0 0.1rem;
    margin-bottom: 0.2rem;
  }
  .communicate-real .real-mob-box .real-mob-left .real-mob-left-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .communicate-real .real-mob-box .real-mob-left .real-mob-left-title div {
    font: normal normal 600 0.32rem Poppins;
    letter-spacing: 0.0064rem;
    color: #ffffff;
    height: 0.27rem;
  }
  .communicate-real .real-mob-box .real-mob-left .real-mob-left-title img {
    width: 0.54rem;
    height: 0.54rem;
  }
  .communicate-real .real-mob-box .real-mob-left .ren-img {
    width: 1.86rem;
    height: 2.02rem;
    margin: 0 auto;
  }
  .communicate-real .real-mob-box .real-mob-right {
    position: absolute;
    padding-top: 0.5rem;
    background: transparent linear-gradient(259deg, #f1d8ff 0%, #ffe9f3 55%, #fff8f9 100%) 0% 0% no-repeat padding-box;
    background-size: cover;
    -webkit-box-shadow: 0px 15px 50px rgba(26, 19, 61, 0.5803921569);
            box-shadow: 0px 15px 50px rgba(26, 19, 61, 0.5803921569);
    border-radius: 10px;
    width: 100%;
    min-height: 6.35rem;
    text-align: center;
    margin: 0 auto;
    bottom: -114%;
  }
  .communicate-real .real-mob-box .real-mob-right ul {
    margin: 0 auto;
    margin-top: 0.5rem;
    padding-left: 0.3rem;
    text-align: left;
  }
  .communicate-real .real-mob-box .real-mob-right ul li {
    padding-left: 22px;
    font: normal normal 300 0.22rem Poppins;
    letter-spacing: 0.0044rem;
    color: #000000;
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/dui.webp);
    background-size: 0.27rem 0.27rem;
    background-repeat: no-repeat;
    margin-bottom: 0.2rem;
  }
  .communicate-real .real-mob-box .real-mob-right .real-mob-right-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .communicate-real .real-mob-box .real-mob-right .real-mob-right-title div {
    font: normal normal bold 0.36rem Poppins;
    letter-spacing: 0.0072rem;
    color: #000000;
    height: 0.27rem;
  }
  .communicate-real .real-mob-box .real-mob-right .real-mob-right-title img {
    width: 0.57rem;
    height: 0.57rem;
  }
  .communicate-boost {
    display: none !important;
  }
  .communicate-boost-mob {
    display: block !important;
    background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/boost_mob.webp) 0% 0% no-repeat padding-box;
    background-size: cover;
    min-height: 18rem;
    padding: 0.9rem 0.6rem;
  }
  .communicate-boost-mob h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .communicate-boost-mob .css-p {
    margin-top: 0.17rem;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
  }
  .communicate-boost-mob .user-swiper-mob {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .communicate-boost-mob .user-swiper-mob .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8.5rem;
  }
  .communicate-boost-mob .user-swiper-mob .swiper-slide {
    min-width: 100%;
    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;
  }
  .communicate-boost-mob .user-swiper-mob .swiper-slide > img {
    z-index: 1;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .communicate-boost-mob .user-swiper-mob .swiper-slide > div {
    padding: 0.7rem 0.36rem 0.7rem 0.52rem;
    border-radius: 0.3rem;
  }
  .communicate-boost-mob .user-swiper-mob .swiper-slide > div > p {
    text-align: center;
  }
  .communicate-boost-mob .user-swiper-mob .swiper-slide > div > p:nth-child(1) {
    font: normal normal 500 0.32rem/0.48rem Poppins;
    margin: 0.2rem 0;
    color: #000000;
  }
  .communicate-boost-mob .user-swiper-mob .swiper-slide > div > p:nth-child(2) {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    color: #000000;
  }
  .communicate-boost-mob .user-swiper-mob .swiper-pagination1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.38rem 0;
  }
  .communicate-boost-mob .user-swiper-mob .swiper-pagination1 .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 100%;
    background-color: #beb8cb;
    margin-left: 0.2rem;
  }
  .communicate-boost-mob .user-swiper-mob .swiper-pagination1 .swiper-pagination-bullet:first-child {
    margin: 0;
  }
  .communicate-boost-mob .user-swiper-mob .swiper-pagination1 .swiper-pagination-bullet-active {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #6d4dff;
  }
  .communicate-boost-mob .btn-box {
    margin-top: 0.5rem;
    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;
  }
  .communicate-boost-mob .btn-box .btn > span {
    min-width: 6.1rem;
  }
  .communicate-boost-mob .btn-box .white-btn {
    margin-left: 0;
    margin-top: 0.18rem;
  }
  .communicate-boost-mob .btn-box .white-btn > span {
    min-width: 6.1rem;
    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;
  }
  .communicate-boost-mob .btn-box .white-btn > span > img {
    display: none;
  }
  .communicate-boost-mob .swiper-button-prev2 {
    display: none;
  }
  .communicate-boost-mob .swiper-button-next2 {
    display: none;
  }
  .communicate-boost-mob .button-box {
    margin-top: 0.3rem;
  }
  .communicate-easy {
    padding: 0.8rem 0;
  }
  .communicate-easy .button-box {
    margin-top: 0.5rem;
  }
  .communicate-easy h2 {
    padding: 0 0.6rem;
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .communicate-easy p {
    padding: 0 0.6rem;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
  }
  .communicate-easy .carousel {
    height: 3.39rem;
  }
  .communicate-easy .carousel .carousel-slider {
    width: 29.01rem !important;
  }
  .communicate-easy .carousel-reverse .carousel-slider {
    width: 33.13rem !important;
  }
  .communicate-lan {
    padding: 0 0.6rem 1.1rem;
  }
  .communicate-lan h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .communicate-lan .lan-bg {
    display: none !important;
  }
  .communicate-lan .v-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.5rem;
  }
  .communicate-lan .lan-bg-mob {
    display: block !important;
  }
  .communicate-lan .lan-bg-mob .lan-box {
    width: 3rem;
    height: 0.72rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px rgba(39, 19, 103, 0.168627451);
            box-shadow: 0px 3px 6px rgba(39, 19, 103, 0.168627451);
    border-radius: 0.36rem;
  }
  .communicate-lan .lan-bg-mob .lan-box .con-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0.2rem;
  }
  .communicate-lan .lan-bg-mob .lan-box .con-img img {
    width: 0.52rem;
    height: 0.52rem;
  }
  .communicate-lan .lan-bg-mob .lan-box .con-lan {
    display: -ms-grid;
    display: grid;
  }
  .communicate-lan .lan-bg-mob .lan-box .con-lan p {
    font: normal normal 300 0.17rem/0.26rem Poppins;
    margin-bottom: 0.08rem;
  }
  .communicate-lan .lan-bg-mob .lan-box .con-lan img {
    width: 1.31rem;
    height: 0.15rem;
  }
  .communicate-lan .lan-bg-mob .lan-box .pause-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0.2rem;
  }
  .communicate-lan .lan-bg-mob .lan-box .pause-play img {
    width: 0.38rem;
    height: 0.38rem;
  }
  .communicate-lan .button-box {
    margin-top: 0.8rem;
  }
  .communicate .micro-test-faq {
    padding: 0 0.6rem 1rem;
  }
  .communicate .micro-test-faq h2 {
    font: normal normal 600 0.4rem/0.76rem Poppins;
  }
  .communicate .micro-test-faq .css-h3 {
    font: normal normal 500 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
  }
  .communicate .micro-test-faq .micro-test-faq-item::before {
    top: 34px;
  }
  .communicate-hear {
    padding: 0 0.6rem;
  }
  .communicate-hear h2 {
    font: normal normal 600 0.4rem/0.76rem Poppins;
  }
  .communicate-hear .hear-big-box {
    display: none !important;
  }
  .communicate-hear .hear-mob {
    display: block !important;
  }
  .communicate-hear .hear-mob .hear-swiper-mob {
    width: 100%;
    overflow: hidden;
  }
  .communicate-hear .hear-mob .hear-swiper-mob .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 12rem;
  }
  .communicate-hear .hear-mob .hear-swiper-mob .swiper-slide {
    min-width: 100%;
    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;
  }
  .communicate-hear .hear-mob .hear-swiper-mob .swiper-slide > img {
    z-index: 1;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
    width: 1.54rem;
    height: 1.32rem;
  }
  .communicate-hear .hear-mob .hear-swiper-mob .swiper-slide > div {
    padding: 0.7rem 0.32rem 0.52rem;
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border: 1px solid #e4e4f1;
    border-radius: 10px;
    min-height: 8rem;
  }
  .communicate-hear .hear-mob .hear-swiper-mob .swiper-slide > div > p {
    text-align: center;
  }
  .communicate-hear .hear-mob .hear-swiper-mob .swiper-slide > div > p:nth-child(1) {
    font: normal normal 500 0.32rem/0.48rem Poppins;
    color: #000000;
  }
  .communicate-hear .hear-mob .hear-swiper-mob .swiper-slide > div > p:nth-child(2) {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    margin-bottom: 0.4rem;
    color: #000000;
  }
  .communicate-hear .hear-mob .hear-swiper-mob .swiper-slide > div > p:nth-child(3) {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    color: #000000;
  }
  .communicate-hear .hear-mob .hear-swiper-mob .swiper-pagination2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.38rem 0;
  }
  .communicate-hear .hear-mob .hear-swiper-mob .swiper-pagination2 .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 100%;
    background-color: #beb8cb;
    margin-left: 0.2rem;
  }
  .communicate-hear .hear-mob .hear-swiper-mob .swiper-pagination2 .swiper-pagination-bullet:first-child {
    margin: 0;
  }
  .communicate-hear .hear-mob .hear-swiper-mob .swiper-pagination2 .swiper-pagination-bullet-active {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #6d4dff;
  }
  .communicate .sound-test-blog {
    padding-top: 0px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#fff9f9), to(#ebe9ff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #fff9f9 0%, #ebe9ff 100%) 0% 0% no-repeat padding-box;
  }
  .communicate .sound-test-blog h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
    margin-top: 1.1rem;
  }
  .communicate .sound-test-blog .swiper-container-blog {
    display: none;
  }
  .communicate .sound-test-blog .wrapper-blog {
    margin-top: 0.7rem;
    overflow: hidden;
    padding: 0 1.2rem;
  }
  .communicate .sound-test-blog .swiper-container-blog-m {
    display: block !important;
    width: 260px;
    margin-top: 30px;
    height: 8rem;
  }
  .communicate .sound-test-blog .swiper-container-blog-m .swiper-container-m {
    height: 8rem;
  }
  .communicate .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item {
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    width: 95%;
    min-height: 7rem;
    -webkit-box-shadow: 0px 12px 16px rgba(170, 167, 188, 0.1607843137);
            box-shadow: 0px 12px 16px rgba(170, 167, 188, 0.1607843137);
    position: relative;
  }
  .communicate .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item .free-tool {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    height: 25px;
    background-color: #00c54f;
    color: white;
    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;
    font-size: 12px;
    font-family: "Poppins" !important;
    z-index: 1;
  }
  .communicate .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item img {
    width: 100%;
    height: 3.37rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .communicate .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item h3 {
    padding: 0.38rem 0.3rem 0.12rem 0.4rem;
    text-align: left;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #6d4dff;
  }
  .communicate .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item p {
    padding: 0.12rem 0.3rem 0.73rem 0.4rem;
    font-size: 0.32rem;
    font-weight: 300;
    font-family: "Poppins" !important;
    color: #000000;
  }
  .communicate-try {
    padding: 1.2rem 0.7rem 1rem;
    background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/ai-video-generator/try_mob.webp) 0% 0% no-repeat padding-box !important;
    background-size: cover !important;
    height: 8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .communicate-try h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .communicate-try .line-box {
    width: 85%;
    margin-top: 0.2rem;
  }
  .communicate-try .email-box {
    width: 100%;
  }
  .communicate-try .email-box .page-form {
    border-radius: 0.38rem;
    height: 0.76rem;
  }
  .communicate-try .email-box .page-button {
    margin: 0 auto;
    width: 100% !important;
    max-width: 100% !important;
  }
  .tips-box .btn-tips {
    bottom: -28px;
  }
}