@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;
  }
}
.home-header .home-menu .menu-main .home-btn .credit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-header .home-menu .menu-main .home-btn .credit-box .credits_num {
  margin-right: 2px;
}
.home-header .home-menu .menu-main .home-btn .credit-box .nav_closure_pop_wrap {
  display: none;
}

.home-header .home-menu .menu-main .home-btn .head-box .user_menu {
  display: block;
}

@media screen and (max-width: 1200px) {
  .home-header .home-menu .home-logo .header-credits-box {
    display: none;
  }
  .home-header .home-menu .home-logo .header-credits-box.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-header .home-menu .menu-main .menu-item.credit {
    display: none;
  }
  #headMob {
    display: none !important;
  }
}
.video-dialog-container-toolbar {
  display: none !important;
}

.video-dialog-container-inner-frame {
  height: 75% !important;
}

.upload-content.loading {
  pointer-events: none;
  overflow: hidden;
}
.upload-content.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.upload-content.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/loading_w.svg") no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .render-mob {
    width: 574px !important;
    height: 336px !important;
  }
  .mt-17 {
    margin: 0 auto;
    margin-top: 86px !important;
  }
  .mob-show {
    display: none;
  }
  .pc-show {
    display: block;
  }
  .wrapper-checker {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/swiper-bg.webp") no-repeat center;
    background-size: 100% 100%;
    padding: 123px 0 113px 0;
    height: 974px;
    width: 100%;
    position: relative;
  }
  .wrapper-checker-inner {
    margin: 0 auto;
    height: inherit;
  }
  .wrapper-checker-inner .h2-1 {
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    letter-spacing: 0;
    color: #ffffff;
  }
  .wrapper-checker-inner .h2-2 {
    text-align: center;
    font: normal normal 300 18px/35px Poppins;
    letter-spacing: 0.36px;
    margin-top: 23px;
    color: #fff;
  }
  .wrapper-checker .swiper {
    width: 100%;
    height: 100%;
  }
  .wrapper-checker .swiper-container-checker:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 188px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* 透明度可以根据需要调整 */
    pointer-events: none;
    /* 防止点击事件穿透 */
    -webkit-filter: blur(88px);
            filter: blur(88px);
    /* 应用模糊效果 */
    z-index: 9;
  }
  .wrapper-checker .swiper-container-checker:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 188px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* 透明度可以根据需要调整 */
    pointer-events: none;
    /* 防止点击事件穿透 */
    -webkit-filter: blur(88px);
            filter: blur(88px);
    /* 应用模糊效果 */
    z-index: 9;
  }
  .wrapper-checker .swiper-container-checker {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 79px;
  }
  .wrapper-checker .next-btn {
    position: absolute;
    right: 43%;
    top: 92%;
    cursor: pointer;
    z-index: 9;
    width: 38px;
    height: 38px;
  }
  .wrapper-checker .next-btn img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-checker .prev-btn {
    position: absolute;
    left: 43%;
    top: 92%;
    cursor: pointer;
    z-index: 9;
    width: 38px;
    height: 38px;
  }
  .wrapper-checker .prev-btn img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-checker .button-disabled {
    pointer-events: none;
  }
  .wrapper-checker .button-disabled img {
    opacity: 0.5;
  }
  .wrapper-checker .swiper-slide {
    text-align: center;
    font-size: 18px;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item {
    width: 95%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7607843137) 0% 0% no-repeat padding-box;
    border: 1px solid #2f2f4d;
    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;
    padding: 50px 23px 23px 23px;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item .p-1 {
    text-align: center;
    font: normal normal 600 18px/60px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item .p-2 {
    text-align: center;
    font: normal normal 300 16px/25px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item .p-2 a {
    color: #8b3dff;
    font-weight: 400;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item img {
    width: 73px;
    height: 73px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-checker .swiper-pagination-editor {
    text-align: center;
    margin-top: 65px;
  }
  .wrapper-checker .swiper-pagination-editor .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .wrapper-checker .swiper-pagination-editor .swiper-pagination-bullet:not(:nth-child(1)) {
    margin-left: 10px;
  }
  .wrapper-checker .swiper-pagination-editor .swiper-pagination-bullet-active {
    width: 74px;
    background-image: linear-gradient(91deg, #3c0094, #ab51ff, #e8ecfd);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 13.333vw;
  }
  .wrapper-checker .swiper-slide img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wrapper-checker .swiper {
    width: 100%;
    height: 335px;
    margin: 20px auto;
  }
  .wrapper-faq-mob {
    display: none;
  }
  .wrapper-faq {
    display: block;
  }
  .wrapper-faq {
    background: #f3f3f5 0% 0% no-repeat padding-box;
    width: 100%;
    padding-bottom: 100px;
  }
  .wrapper-faq-inner {
    max-width: 1364px;
    margin: 0 auto;
    height: inherit;
    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;
    padding-top: 83px;
  }
  .faq-left p {
    text-align: center;
    font: normal normal 500 25px/50px Poppins;
    letter-spacing: 9.5px;
    color: #8b3dff;
  }
  .faq-left div {
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    color: #000000;
  }
  .faq-right {
    width: 812px;
    margin-left: 100px;
  }
  .faq-right .hover-faq-name {
    text-align: left;
    letter-spacing: 0px;
    text-align: left;
    font: normal normal 300 18px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .faq-right .hover-p {
    height: auto;
    padding-top: 14px;
    border-bottom: 1px solid #d2d0de;
    cursor: pointer;
    padding: 30px 0 30px 0;
  }
  .faq-right .title-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .faq-right .arrow-img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .faq-right .hover-desc {
    display: none;
    margin-top: 15px;
    width: 100%;
    line-height: 1.5;
    font: normal normal 300 14px/25px Poppins;
    color: #000000;
  }
  .faq-right .hover-desc a {
    color: #8b3dff;
    font-weight: 400;
  }
  .faq-right .transfor-180 {
    -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;
  }
  .sound-test-blog {
    padding-top: 80px;
    background: #fff;
  }
  .sound-test-blog .css-h2 {
    text-align: center;
    color: #000000;
  }
  .sound-test-blog .wrapper-blog {
    max-width: 1500px;
  }
  .sound-test-blog .swiper-container-blog-m {
    display: none;
  }
  .sound-test-blog .swiper-wrapper-blog {
    margin-left: 32px;
    height: 100%;
  }
  .sound-test-blog .swiper-container-blog {
    padding: 45px 0 100px 0;
    width: 1300px;
    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;
  }
  .sound-test-blog .swiper-container-blog .swiper-icon {
    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 #39325a;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sound-test-blog .swiper-container-blog .swiper-icon:hover {
    opacity: 1;
  }
  .sound-test-blog .swiper-container-blog .prev-btn-w 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;
  }
  .sound-test-blog .swiper-container-blog .next-btn-w 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;
  }
  .sound-test-blog .swiper-container-blog .button-disabled {
    opacity: 0.3;
    cursor: no-drop;
  }
  .sound-test-blog .swiper-container-blog .button-disabled:hover {
    opacity: 0.3;
  }
  .sound-test-blog .swiper-container-blog .swiper-wrapper {
    width: 1300px;
  }
  .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;
  }
  .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);
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover {
    background: #e0d8ff;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover h3 {
    text-decoration: underline;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .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;
  }
  .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: #6d4dff;
    text-align: left;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p {
    padding: 0 20px;
    margin-bottom: 35px;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p a {
    color: #6d4dff;
    font-weight: 300;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p a:hover {
    text-decoration: underline;
  }
  .common-btn {
    padding: 12px 46px;
    background: #8b3dff;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 30px;
    max-width: 308px;
  }
  .common-btn a {
    font: normal normal 500 18px/27px Poppins;
    color: white;
  }
  .common-btn:hover {
    background: #8b3dff linear-gradient(95deg, #8b3dff 0%, #bc8fff 100%);
  }
  .wrapper-convert {
    width: 100%;
    height: 750px;
    background: white;
  }
  .wrapper-convert .wrapper-convert-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 95px;
    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;
  }
  .wrapper-convert .wrapper-convert-inner h2 {
    font: normal normal 600 40px/56px Poppins;
    color: #000000;
    text-align: center;
  }
  .wrapper-convert .wrapper-convert-inner .convert {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
  .wrapper-convert .wrapper-convert-inner .convert .line-img {
    margin: 130px 10px 0 10px;
  }
  .wrapper-convert .wrapper-convert-inner .convert img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-convert .wrapper-convert-inner .convert .p-1 {
    text-align: center;
    font: normal normal 600 22px/60px Poppins;
    color: #000000;
  }
  .wrapper-convert .wrapper-convert-inner .convert .p-2 {
    text-align: center;
    font: normal normal 300 16px/25px Poppins;
    color: #000000;
  }
  .wrapper-convert .wrapper-convert-inner .convert-item {
    width: 330px;
  }
  .wrapper-neck {
    width: 100%;
    padding: 108px 0;
    background: transparent -webkit-gradient(linear, right top, left top, from(#f4eefe), to(#fbffff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #f4eefe 0%, #fbffff 100%) 0% 0% no-repeat padding-box;
  }
  .wrapper-neck .wrapper-neck-inner {
    max-width: 1300px;
    margin: 0 auto;
    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;
  }
  .wrapper-neck .wrapper-neck-inner h2 {
    font: normal normal 600 40px/56px Poppins;
    color: #000000;
    text-align: center;
    width: 700px;
  }
  .wrapper-neck .wrapper-neck-inner .subtitle {
    text-align: center;
    font: normal normal 300 18px/35px Poppins;
    letter-spacing: 0.36px;
    margin-top: 23px;
  }
  .wrapper-neck .wrapper-neck-inner .neck {
    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;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item {
    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;
    margin-top: 107px;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item img {
    width: 568px;
    height: 330px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec {
    width: 616px;
    padding: 12px;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec .p-1 {
    font: normal normal 600 22px/60px Poppins;
    color: #000000;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec .p-2 {
    font: normal normal 300 16px/25px Poppins;
    color: #000000;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec .p-2 a {
    color: #8b3dff;
    font-weight: 400;
  }
  .wrapper-ai {
    width: 100%;
    padding: 96px 0;
    height: 850px;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#eceff5)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(0deg, #ffffff 0%, #eceff5 100%) 0% 0% no-repeat padding-box;
    position: relative;
  }
  .wrapper-ai .wrapper-ai-inner {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    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;
  }
  .wrapper-ai .wrapper-ai-inner h2 {
    font: normal normal 600 34px/51px Poppins;
    color: #000000;
  }
  .wrapper-ai .wrapper-ai-inner .lit-title {
    font: normal normal 300 18px/28px Poppins;
    color: #000000;
  }
  .wrapper-ai .wrapper-ai-inner .lit-title a {
    color: #8b3dff;
    font-weight: 400;
  }
  .wrapper-ai .avatar-container-check {
    top: 115px;
    position: absolute;
    left: 120px;
    z-index: 8;
  }
  .wrapper-ai .avatar-container-check .check-item {
    cursor: pointer;
    margin-top: 24px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wrapper-ai .avatar-container-check .check-item-icon {
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/check-circle_duotone-un.webp") no-repeat center;
    background-size: 100% 100%;
  }
  .wrapper-ai .avatar-container-check .check-item .p-1 {
    text-align: left;
    font: normal normal 600 15px/23px Poppins;
    letter-spacing: 0.42px;
    color: #000000;
  }
  .wrapper-ai .avatar-container-check .check-item .dec {
    width: 518px;
    display: none;
    text-align: left;
    font: normal normal 300 14px/24px Poppins;
    letter-spacing: 0px;
    color: #000000;
    -webkit-animation: move 0.4s;
            animation: move 0.4s;
    margin-left: 70px;
  }
  .wrapper-ai .avatar-container-check .check-item .dec a {
    color: #8b3dff;
    font-weight: 400;
  }
  .wrapper-ai .avatar-container-check .check-item .check-btn {
    display: none;
    margin-left: 70px;
  }
  .wrapper-ai .avatar-container-check .check-item.active {
    background: transparent -webkit-gradient(linear, left top, right top, from(#ebe4f5), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #ebe4f5 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
    border-radius: 19px;
    padding-top: 29px;
    padding-bottom: 29px;
    margin-left: -90px;
  }
  .wrapper-ai .avatar-container-check .check-item.active .p-1 {
    margin-left: 70px;
    font: normal normal 600 20px/23px Poppins;
  }
  .wrapper-ai .avatar-container-check .check-item.active .check-item-icon {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/check-circle_duotone.webp") no-repeat center;
    background-size: 100% 100%;
    left: 40px;
    top: 32px;
  }
  .wrapper-ai .avatar-container-check .check-item.active .check-btn {
    margin-left: 70px;
    display: block;
  }
  .wrapper-ai .avatar-container-check .check-item.active .dec {
    margin-top: 14px;
    display: block;
  }
  .wrapper-ai .avatar-container {
    width: 773px;
    min-height: 278px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#ebe4f5), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #ebe4f5 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
    border-radius: 19px;
    position: absolute;
    left: -60px;
    z-index: 8;
    top: 220px;
    padding: 30px 70px;
  }
  .wrapper-ai .avatar-container .title-here.active .avatar-container-icon {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/check-circle_duotone.webp") no-repeat center;
    background-size: 100% 100%;
  }
  .wrapper-ai .avatar-container-icon {
    position: absolute;
    display: inline-block;
    width: 16px;
    cursor: pointer;
    height: 16px;
    left: 45px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/check-circle_duotone-un.webp") no-repeat center;
    background-size: 100% 100%;
    top: 32px;
  }
  .wrapper-ai .avatar-container h4 {
    font: normal normal 600 20px/23px Poppins;
    color: #000000;
    cursor: pointer;
  }
  .wrapper-ai .avatar-container p {
    width: 518px;
    font: normal normal 300 14px/24px Poppins;
    color: #000000;
    margin-top: 14px;
  }
  .wrapper-ai .main-banner {
    position: absolute;
    width: 634px;
    height: 425px;
    -o-object-fit: contain;
       object-fit: contain;
    top: 140px;
    z-index: 11;
    right: 0px;
  }
  .wrapper-ai .pro-container {
    width: 38%;
    height: 526px;
    /* UI Properties */
    background: transparent linear-gradient(110deg, #b1c8ff 0%, #9663ff 100%) 0% 0% no-repeat padding-box;
    opacity: 0.5;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    position: absolute;
    right: 0px;
    top: 200px;
    z-index: 2;
  }
  .wrapper-forgettable {
    width: 100%;
    height: 478px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/ai-banner.webp") no-repeat;
    background-size: 100% 100%;
    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-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper-forgettable h2 {
    font: normal normal 600 40px/56px Poppins;
    color: white;
  }
  .wrapper-foot .wrapper-foot-inner {
    max-width: 1300px;
    margin: 0 auto;
  }
  .wrapper-foot .wrapper-foot-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrapper-foot .wrapper-foot-image .wrapper-foot-image-item {
    width: 632px;
    height: 423px;
    margin-top: 30px;
    margin-left: 30px;
  }
  .wrapper-foot .wrapper-foot-image .wrapper-foot-image-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-foot .wrapper-foot-image .wrapper-foot-image-item:nth-child(2n-1) {
    margin-left: 0;
  }
  .wrapper-foot .wrapper-foot-box {
    max-width: 1620px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 140px;
  }
  .wrapper-foot .wrapper-foot-box .wrapper-foot-box-item {
    width: 395px;
    height: 335px;
    background: rgba(0, 0, 0, 0.7607843137);
    border: 1px solid #2f2f4d;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 38px;
  }
  .wrapper-foot .wrapper-foot-box .wrapper-foot-box-item:nth-child(4n-3) {
    margin-left: 0;
  }
  .ttv_image {
    min-height: 1015px;
    height: auto;
    width: 100%;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/bg.webp") no-repeat;
    background-size: 100% 100%;
  }
  .ttv_image .ttv_title {
    width: 100%;
    text-align: center;
    font: normal normal bold 40px/60px Poppins;
    height: 56px;
    padding-top: 50px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    color: #39325a;
  }
  .ttv_image .ttv_description {
    font: normal normal 300 20px/30px Poppins;
    width: 1086px;
    color: #39325a;
    margin: 0 auto 30px;
    height: 58px;
    text-align: center;
  }
  .ttv_image .ttv_tab {
    min-width: 380px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 27px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -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);
    margin-bottom: 40px;
  }
  .ttv_image .ttv_tab .tab__bar_item {
    min-width: 200px;
    padding: 0 30px;
    height: 37px;
    line-height: 37px;
    border-radius: 19px;
    text-align: center;
    cursor: pointer;
    margin-right: 11px;
  }
  .ttv_image .ttv_tab .tab__bar_item:nth-last-child(1) {
    margin-right: 0;
  }
  .ttv_image .ttv_tab .tab__bar_item.active {
    background-color: #8b3dff;
    color: #ffffff;
  }
  .ttv_image .ttv_main {
    padding-bottom: 70px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left {
    z-index: 0;
    width: 549px;
    padding-top: 45px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-containter {
    width: 549px;
    height: 315px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-item-first {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 0;
    opacity: 1;
    z-index: 0;
    cursor: pointer;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-item-first > video {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-item-first:last-of-type {
    opacity: 0;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera {
    display: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_169 {
    width: 549px;
    height: 309px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_916 {
    width: 209px;
    height: 372px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_11 {
    width: 376px;
    height: 376px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_34 {
    width: 282px;
    height: 376px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_43 {
    width: 376px;
    height: 282px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/text-to-video/loading_gif_bg.gif) no-repeat;
    border-radius: 16px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera img {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera_loading {
    font: normal normal 500 16px/25px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera_text {
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #8b8b8b;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_container {
    display: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video {
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .clip_video {
    width: 100%;
    border-radius: 16px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background: #171717;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .controls_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px 10px 9px 13px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_btn_clip {
    width: 28px;
    height: 28px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_video_play.svg") no-repeat;
    background-size: contain;
    margin-right: 11px;
    cursor: pointer;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_btn_clip.pause {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_video_pause.svg") no-repeat;
    background-size: contain;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_btn_clip.loading {
    width: 24px;
    height: 24px;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/loading_w.svg") no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_progress_clip {
    width: 380px;
    height: 6px;
    border-radius: 20px;
    margin-right: 6px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.17);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_progress_innter_clip {
    width: 1%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    -webkit-transition: width 50ms;
    transition: width 50ms;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_time_clip {
    width: 72px;
    height: 22px;
    color: #ffffff;
    text-align: right;
    font: normal normal normal 13px/20px Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 82px;
    width: 400px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD {
    width: 82px;
    cursor: pointer;
    height: 82px;
    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;
    margin-right: 16px;
    background: #fff;
    border-radius: 50%;
    font: normal normal normal 10px/11px Poppins;
    color: #39325a;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon {
    width: 25px;
    height: 25px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 21px;
    margin-bottom: 5px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_larger {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_larger.webp");
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_edit_black {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_edit_black.svg");
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_share {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_share.webp");
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_download {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_download.webp");
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD:hover {
    color: #6D4DFF;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD:hover .icon_larger {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_larger_hover.svg");
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD:hover .icon_edit_black {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_edit_black_hover.svg");
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD:hover .icon_share {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_share_hover.svg");
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD:hover .icon_download {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_download_hover.svg");
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_r,
.ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_share_clip {
    margin-right: 16px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_download {
    margin-left: 16px;
    float: right;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_169 {
    width: 549px;
    height: 309px;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_916 {
    width: 270px;
    height: 480px;
    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;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_916 .control_btn_clip {
    width: 85px !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_916 .btnBox_clip {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_916 .btn_image_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_916 .btn_download_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_11 {
    width: 376px;
    height: 376px;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_11 .control_btn_clip {
    width: 39px !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_34 {
    width: 282px;
    height: 376px;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_34 .control_btn_clip {
    width: 66px !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_34 .btnBox_clip {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_34 .btn_image_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_34 .btn_download_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_43 {
    border-radius: 16px;
    margin-bottom: 100px;
    max-height: 407px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_43 .control_btn_clip {
    width: 43px !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right {
    margin-left: 35px;
    width: 492px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top {
    padding-bottom: 16px;
    background: #fff;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .step-1 {
    width: 32px;
    height: 33px;
    position: absolute;
    left: 15px;
    top: -10px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .right_top_text {
    color: #39325a;
    padding: 16px 41px 0 55px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model {
    position: relative;
    margin-top: 8px;
    margin-left: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px 0 8px;
    height: 36px;
    background-color: #E9ECF6;
    border-radius: 6px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_icon {
    width: 24px;
    height: 24px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_name {
    margin-left: 8px;
    margin-right: 8px;
    color: #39325A;
    font: normal normal 500 16px/25px Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .drop_icon {
    width: 14px;
    height: 14px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_drop.svg");
    background-size: 100%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model:hover {
    cursor: pointer;
    background-color: #DFE3F1;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list {
    display: none;
    position: absolute;
    padding: 12px 16px 36px;
    top: 44px;
    left: 0;
    width: 375px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #E2E5EE;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 6px;
    z-index: 1;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .list_title {
    color: #39325A;
    font: normal normal 600 14px/20px Poppins;
    margin-bottom: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item {
    position: relative;
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    padding-left: 8px;
    padding-top: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_select_icon {
    display: none;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 24px;
    height: 18px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_select.svg");
    background-size: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-top: 3px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title {
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_text {
    color: #39325A;
    font: normal normal 600 13px/19px Poppins;
    margin-right: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_icon {
    display: none;
    width: 42px;
    height: 20px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_new.webp");
    background-size: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title.new .title_icon {
    display: block;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_des {
    color: #6F6F6F;
    font: normal normal 400 12px/18px Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item:hover {
    cursor: pointer;
    background-color: #E9ECF6;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item.active {
    outline: 2px solid #6D4DFF;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item.active .item_select_icon {
    display: block;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .choose_model .drop_icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .model_list {
    display: block;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content {
    width: 468px;
    cursor: pointer;
    height: 134px;
    border: 1px dashed #b2b7c2;
    border-radius: 10px;
    margin-left: 13px;
    margin-top: 11px;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content .disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content .content {
    width: 468px;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 134px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content .title-upload {
    color: #282e48;
    font-size: 14px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content .dec-upload {
    color: #a1a4b3;
    font-size: 13px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content:hover {
    background: rgba(139, 61, 255, 0.1019607843) 0% 0% no-repeat padding-box;
    border: 1px dashed #1e1f22;
    opacity: 0.85;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .show-img-content {
    width: 239px;
    height: 134px;
    display: none;
    margin: 0 auto;
    position: relative;
    margin-top: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .show-img-content .close-img-clip {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
    display: none;
    cursor: pointer;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box {
    margin-top: 20px;
    padding: 0 15px;
    width: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal normal 14px/21px Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-title:before {
    margin-right: 6px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #39325A 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 225px;
    height: 53px;
    padding-left: 9px;
    border-radius: 6px;
    border: 2px solid #E2E2E2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item:hover {
    background: #F7F5FF 0% 0% no-repeat padding-box;
    border: 2px solid #E2E2E2;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item.select {
    background: #EBE7FC 0% 0% no-repeat padding-box;
    border: 2px solid #B1A0FF;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item.select .radio-button {
    background: #FCFCFF 0% 0% no-repeat padding-box;
    border: 1px solid #6D4DFF;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item.select .radio-button:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #6D4CFF;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .radio-button {
    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;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    background: #EDEAF5 0% 0% no-repeat padding-box;
    border: 1px solid #E2E2E2;
    border-radius: 14px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-icon {
    margin-right: 3px;
    width: 28px;
    height: 28px;
    pointer-events: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-icon.vidnoz {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/vidnoz_logo.svg") no-repeat;
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-icon.kling {
    background: url("https://static-alter1.vidnoz.com/image_text_to_video_third_part/com-logo-hailuo.png") no-repeat;
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-text-box {
    pointer-events: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-text-box .label-i-text-title {
    font: normal normal 600 14px/21px Poppins;
    color: #39325A;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-text-box .label-i-text-value {
    font: normal normal normal 12px/18px Poppins;
    color: #868686;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .free {
    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;
    position: absolute;
    right: -1px;
    top: 0;
    width: 44px;
    height: 14px;
    color: #FFFFFF;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_f_bg.svg") no-repeat;
    background-size: cover;
    font: normal normal normal 12px/18px Poppins;
    pointer-events: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top #show-img-clip {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content-active {
    background: rgba(139, 61, 255, 0.1019607843) 0% 0% no-repeat padding-box;
    border: 1px dashed #8665c8;
    opacity: 0.85;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom {
    min-height: 138px;
    padding-bottom: 19px;
    height: auto;
    width: 100%;
    margin-top: 18px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    position: relative;
    padding-top: 10px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom p {
    color: #39325a;
    padding-left: 52px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .step-2 {
    width: 32px;
    height: 33px;
    position: absolute;
    left: 15px;
    top: -10px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip {
    position: relative;
    width: 314px;
    margin: 21px auto 0;
    height: 48px;
    background: #6d4dff;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
    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;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip span {
    font: normal normal 500 17px Poppins;
    color: white;
    height: 24px;
    display: block;
    text-align: left;
    margin: 0 auto;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.disabled {
    pointer-events: none;
    opacity: 0.31;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip {
    position: absolute;
    top: -13px;
    right: 3px;
    height: 25px;
    border-radius: 16px 16px 0px 16px;
    background: -webkit-gradient(linear, left top, right top, from(#F4D21B), to(#FF9362));
    background: linear-gradient(90deg, #F4D21B 0%, #FF9362 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 11px;
    display: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_icon {
    width: 12px;
    height: 12px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/bth_coins.svg");
    background-size: 100%;
    margin-right: 6px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_num {
    font: normal normal 600 11px/12px Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.use_credit .credit_tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright {
    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;
    margin-top: 12px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright img {
    width: 14px;
    height: 14px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright p {
    font: normal normal 500 13px/20px Poppins;
    letter-spacing: 0px;
    color: #6f6f6f;
    font-size: 13px;
    margin-left: 4px;
    padding-left: 0 !important;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video {
    margin: 0 auto;
    width: 1066px;
    margin-top: 30px;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video .title-video {
    color: #39325a;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video .clip-video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video .clip-video-content-item {
    width: 202px;
    height: 113px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 20px;
    margin-left: 13px;
    cursor: pointer;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video .clip-video-content-item video {
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video .clip-video-content-item .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 7px;
    padding: 4px 15px 4px 4px;
    background: rgba(0, 0, 0, 0.6784313725) 0% 0% no-repeat padding-box;
    left: 5px;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video .clip-video-content-item .dec p {
    color: #ffffff;
    font-size: 12px;
    margin-left: 7px;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video .clip-video-content-item .dec img {
    width: 17px;
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .ttv_image .ttv_main .ttv_video_demo .clip-video .clip-video-content-item:nth-child(5n-4) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .ttv_image .ttv_clip {
    display: none;
    padding-bottom: 70px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left {
    z-index: 0;
    width: 549px;
    padding-top: 45px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-containter {
    width: 549px;
    height: 315px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-item {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 0;
    opacity: 1;
    z-index: 0;
    cursor: pointer;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-item > video {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-item:last-of-type {
    opacity: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera {
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_169 {
    width: 549px;
    height: 309px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_916 {
    width: 209px;
    height: 372px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_11 {
    width: 376px;
    height: 376px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_34 {
    width: 282px;
    height: 376px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_43 {
    width: 376px;
    height: 282px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/text-to-video/loading_gif_bg.gif) no-repeat;
    border-radius: 16px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera img {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera_loading {
    font: normal normal 500 16px/25px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera_text {
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #8b8b8b;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_container {
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video {
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .clip_video {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background: #171717;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .controls_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px 10px 9px 13px;
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_btn_clip {
    width: 28px;
    height: 28px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_video_play.svg") no-repeat;
    background-size: contain;
    margin-right: 11px;
    cursor: pointer;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_btn_clip.pause {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_video_pause.svg") no-repeat;
    background-size: contain;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_btn_clip.loading {
    width: 24px;
    height: 24px;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/loading_w.svg") no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_progress_clip {
    width: 380px;
    height: 6px;
    border-radius: 20px;
    margin-right: 6px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.17);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_progress_innter_clip {
    width: 1%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    -webkit-transition: width 50ms;
    transition: width 50ms;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_time_clip {
    width: 72px;
    height: 22px;
    color: #ffffff;
    text-align: right;
    font: normal normal normal 13px/20px Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 82px;
    width: 400px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD {
    width: 82px;
    cursor: pointer;
    height: 82px;
    margin-right: 16px;
    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;
    background: #fff;
    border-radius: 50%;
    font: normal normal normal 10px/11px Poppins;
    color: #39325a;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon {
    width: 25px;
    height: 25px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 21px;
    margin-bottom: 5px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_larger {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_larger.webp");
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_edit_black {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_edit_black.svg");
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_share {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_share.webp");
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_download {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_download.webp");
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD:hover {
    color: #6D4DFF;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD:hover .icon_larger {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_larger_hover.svg");
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD:hover .icon_edit_black {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_edit_black_hover.svg");
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD:hover .icon_share {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_share_hover.svg");
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD:hover .icon_download {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_download_hover.svg");
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_r,
.ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_share_clip {
    margin-right: 16px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_download {
    margin-left: 16px;
    float: right;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_169 {
    width: 549px;
    height: 309px;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_916 {
    width: 280px;
    height: 480px;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_916 .control_btn_clip {
    width: 85px !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_916 .btnBox_clip {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_916 .btn_image_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_916 .btn_download_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_11 {
    width: 376px;
    height: 376px;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_11 .control_btn_clip {
    width: 39px !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_34 {
    width: 282px;
    height: 376px;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_34 .control_btn_clip {
    width: 66px !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_34 .btnBox_clip {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_34 .btn_image_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_34 .btn_download_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_43 {
    border-radius: 16px;
    margin-bottom: 100px;
    max-height: 407px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_43 .control_btn_clip {
    width: 41px !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right {
    margin-left: 35px;
    width: 492px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top {
    padding-bottom: 15px;
    background: #fff;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .step-1 {
    width: 32px;
    height: 33px;
    position: absolute;
    left: 15px;
    top: -10px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .right_top_text {
    color: #39325a;
    padding: 16px 41px 0 55px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model {
    position: relative;
    margin-top: 8px;
    margin-left: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px 0 8px;
    height: 36px;
    background-color: #E9ECF6;
    border-radius: 6px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_icon {
    width: 24px;
    height: 24px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_name {
    margin-left: 8px;
    margin-right: 8px;
    color: #39325A;
    font: normal normal 500 16px/25px Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .drop_icon {
    width: 14px;
    height: 14px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_drop.svg");
    background-size: 100%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model:hover {
    cursor: pointer;
    background-color: #DFE3F1;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list {
    display: none;
    position: absolute;
    padding: 12px 16px 36px;
    top: 44px;
    left: 0;
    width: 375px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #E2E5EE;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 6px;
    z-index: 1;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .list_title {
    color: #39325A;
    font: normal normal 600 14px/20px Poppins;
    margin-bottom: 8px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item {
    position: relative;
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    padding-left: 8px;
    padding-top: 8px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_select_icon {
    display: none;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 24px;
    height: 18px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_select.svg");
    background-size: 100%;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-top: 3px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title {
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_text {
    color: #39325A;
    font: normal normal 600 13px/19px Poppins;
    margin-right: 8px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_icon {
    display: none;
    width: 42px;
    height: 20px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_new.webp");
    background-size: 100%;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title.new .title_icon {
    display: block;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_des {
    color: #6F6F6F;
    font: normal normal 400 12px/18px Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item:hover {
    cursor: pointer;
    background-color: #E9ECF6;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item.active {
    outline: 2px solid #6D4DFF;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item.active .item_select_icon {
    display: block;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .choose_model .drop_icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .model_list {
    display: block;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_box_clip {
    width: 469px;
    height: 135px;
    border: 1px solid rgba(226, 226, 226, 0.85);
    border-radius: 10px;
    margin-top: 11px;
    margin-left: 13px;
    padding: 13px 15px 35px;
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_box_clip.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-169 {
    width: 21px;
    height: 14px;
    border: 2px solid #39325a;
    border-radius: 3px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-916 {
    width: 14px;
    height: 21px;
    border: 2px solid #39325a;
    border-radius: 3px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-11 {
    width: 18px;
    height: 18px;
    border: 2px solid #39325a;
    border-radius: 3px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-43 {
    width: 20px;
    height: 16px;
    border: 2px solid #39325a;
    border-radius: 3px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-34 {
    width: 16px;
    height: 20px;
    border: 2px solid #39325a;
    border-radius: 3px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box {
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
    margin-left: 13px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .active {
    background: #e9ecf6 0% 0% no-repeat padding-box;
    border-radius: 6px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item {
    min-width: 100px;
    width: auto;
    height: 36px;
    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;
    cursor: pointer;
    padding: 0 6px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-title {
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-close {
    width: 14px;
    height: 14px;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-drop {
    width: 14px;
    height: 14px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .number {
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 0;
    color: #39325a;
    padding: 0 8px 0 4px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box {
    width: 470px;
    display: none;
    height: 89px;
    margin-top: 10px;
    left: 15px;
    top: 32px;
    position: absolute;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid transparent;
    border-top-color: #e2e5ee;
    border-left-color: #e2e5ee;
    /*此处用的边框*/
    position: absolute;
    top: -6px;
    z-index: 100;
    left: 15%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #e2e5ee;
    border-radius: 6px;
    position: absolute;
    background: #ffffff 0% 0% no-repeat padding-box;
    overflow: auto;
    z-index: 99;
    padding: 12px 21px 0 16px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container p {
    font: normal normal 600 12px/18px Poppins;
    letter-spacing: 0;
    color: #39325a;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item {
    width: 84px;
    cursor: pointer;
    border-radius: 6px;
    height: 36px;
    border: 1px solid #e9ecf6;
    margin-left: 8px;
    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;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item .number {
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 0;
    color: #39325a;
    padding-left: 4px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item:hover {
    background: #8b3dff 0% 0% no-repeat padding-box;
    color: red;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item:hover .number {
    color: #fff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item:hover .circle {
    border-color: #fff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item.active {
    background: #8b3dff 0% 0% no-repeat padding-box;
    color: white;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item.active .number {
    color: #fff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item.active .circle {
    border-color: #fff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item:nth-child(1) {
    margin-left: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box {
    width: 368px;
    display: none;
    position: absolute;
    margin-top: 10px;
    left: 110px;
    top: 32px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid transparent;
    border-top-color: #e2e5ee;
    border-left-color: #e2e5ee;
    /*此处用的边框*/
    position: absolute;
    top: -6px;
    z-index: 100;
    left: 15%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box_container {
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #e2e5ee;
    border-radius: 6px;
    position: absolute;
    background: #ffffff 0% 0% no-repeat padding-box;
    z-index: 99;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8px;
    height: 185px;
    margin-top: 8px;
    background: #ffffff;
    overflow-y: auto;
    border-radius: 6px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    margin-left: 9px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item .text {
    font: normal normal 500 12px/18px Poppins;
    font-size: 12px;
    letter-spacing: 0px;
    color: #2c374f;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item img {
    width: 106px;
    height: 60px;
    border-radius: 6px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:hover .text {
    color: #8361fb;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:hover img {
    border: 2px solid #8b3dff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item.active .text {
    color: #8361fb;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item.active img {
    border: 2px solid #8b3dff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:nth-child(3n-2) {
    margin-left: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .bb_footer_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 23px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 13px/20px Poppins;
    font-weight: 500;
    margin-top: 3px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_num_clip {
    color: #8b8b8b;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .words-err {
    color: #fe6969;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_example_clip {
    color: #8b3dff;
    text-decoration: underline;
    cursor: pointer;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_example_clip:hover {
    color: #c069ff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea #ttv_textarea_clip {
    border: none;
    width: 100%;
    height: 100%;
    background: #fdfcff;
    font: normal normal 500 14px/21px Poppins;
    outline: none;
    color: #39325a;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea #ttv_textarea_clip::-webkit-input-placeholder {
    color: #8b8b8b;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box {
    margin-top: 20px;
    padding: 0 15px;
    width: 100%;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal normal 14px/21px Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-title:before {
    margin-right: 6px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #39325A 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 225px;
    height: 53px;
    padding-left: 9px;
    border-radius: 6px;
    border: 2px solid #E2E2E2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item:hover {
    background: #F7F5FF 0% 0% no-repeat padding-box;
    border: 2px solid #E2E2E2;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item.select {
    background: #EBE7FC 0% 0% no-repeat padding-box;
    border: 2px solid #B1A0FF;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item.select .radio-button {
    background: #FCFCFF 0% 0% no-repeat padding-box;
    border: 1px solid #6D4DFF;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item.select .radio-button:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #6D4CFF;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .radio-button {
    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;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    background: #EDEAF5 0% 0% no-repeat padding-box;
    border: 1px solid #E2E2E2;
    border-radius: 14px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-icon {
    margin-right: 3px;
    width: 28px;
    height: 28px;
    pointer-events: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-icon.vidnoz {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/vidnoz_logo.svg") no-repeat;
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-icon.kling {
    background: url("https://static-alter1.vidnoz.com/image_text_to_video_third_part/com-logo-hailuo.png") no-repeat;
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-text-box {
    pointer-events: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-text-box .label-i-text-title {
    font: normal normal 600 14px/21px Poppins;
    color: #39325A;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-text-box .label-i-text-value {
    font: normal normal normal 12px/18px Poppins;
    color: #868686;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .free {
    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;
    position: absolute;
    right: -1px;
    top: 0;
    width: 44px;
    height: 14px;
    color: #FFFFFF;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_f_bg.svg") no-repeat;
    background-size: cover;
    font: normal normal normal 12px/18px Poppins;
    pointer-events: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom {
    min-height: 138px;
    padding-bottom: 19px;
    height: auto;
    width: 100%;
    margin-top: 18px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    position: relative;
    padding-top: 10px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom p {
    color: #39325a;
    padding-left: 52px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .step-2 {
    width: 32px;
    height: 33px;
    position: absolute;
    left: 15px;
    top: -10px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip {
    position: relative;
    width: 314px;
    margin: 21px auto 0;
    height: 48px;
    background: #6d4dff;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
    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;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip span {
    font: normal normal 500 17px Poppins;
    color: white;
    height: 24px;
    display: block;
    text-align: left;
    margin: 0 auto;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.disabled {
    pointer-events: none;
    opacity: 0.31;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip {
    position: absolute;
    top: -13px;
    right: 3px;
    height: 25px;
    border-radius: 16px 16px 0px 16px;
    background: -webkit-gradient(linear, left top, right top, from(#F4D21B), to(#FF9362));
    background: linear-gradient(90deg, #F4D21B 0%, #FF9362 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 11px;
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_icon {
    width: 12px;
    height: 12px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/bth_coins.svg");
    background-size: 100%;
    margin-right: 6px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_num {
    font: normal normal 600 11px/12px Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.use_credit .credit_tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright {
    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;
    margin-top: 12px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright img {
    width: 14px;
    height: 14px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright p {
    font: normal normal 500 13px/20px Poppins;
    letter-spacing: 0px;
    color: #6f6f6f;
    font-size: 13px;
    margin-left: 4px;
    padding-left: 0 !important;
  }
  .ttv_image .ttv_clip .clip-video {
    margin: 0 auto;
    width: 1066px;
    margin-top: 30px;
  }
  .ttv_image .ttv_clip .clip-video .title-video {
    color: #39325a;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item {
    width: 202px;
    height: 113px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 20px;
    margin-left: 13px;
    cursor: pointer;
    position: relative;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item video {
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 7px;
    padding: 4px 15px 4px 4px;
    background: rgba(0, 0, 0, 0.6784313725) 0% 0% no-repeat padding-box;
    left: 5px;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item .dec p {
    color: #ffffff;
    font-size: 12px;
    margin-left: 7px;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item .dec img {
    width: 17px;
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .ttv_image .ttv_clip .clip-video .clip-video-content-item:nth-child(5n-4) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .popup {
    position: fixed;
    display: none;
    top: 50%;
    z-index: 1001;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background: #fff;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
    border: 1px solid #e2e2e2;
    border-radius: 13px;
    width: 550px;
    height: 156px;
  }
  .popup .closeIocn {
    position: absolute;
    top: 7px;
    right: 9px;
    width: 20px;
    height: 20px;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/image-to-video/win_icon_close.webp) no-repeat center;
    background-size: contain;
    cursor: pointer;
  }
  .popup .closeIocn:hover {
    background: url(https://static-alter1.vidnoz.com/web/jp/img/image-to-video/win_icon_close.svg) no-repeat center;
    background-size: cover;
  }
  .popup.popup_success {
    padding: 20px 20px 18px 29px;
  }
  .popup.popup_success .pop_Success_Header {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popup.popup_success .successIcon {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 10px;
  }
  .popup.popup_success .popTitle {
    color: #6d4dff;
    font: normal normal bold 16px/25px Poppins;
  }
  .popup.popup_success .popSuccessContent {
    width: 500px;
    height: 54px;
    margin-top: 3px;
    font: normal normal 300 14px/21px Poppins;
    color: #39325a;
  }
  .popup.popup_success .popSuccessContent .repeat {
    cursor: pointer;
    font: normal normal 300 14px/21px Poppins;
    color: #6d4dff;
    text-decoration: underline;
  }
  .popup.popup_loading {
    padding: 35px;
    height: 125px;
  }
  .popup.popup_loading .pop_sub {
    width: 481px;
    font: normal normal 300 14px/21px Poppins;
    height: 29px;
    color: #39325a;
  }
  .popup.popup_loading .loading {
    width: 484px;
    overflow: hidden;
    border: 1px solid #eeecff;
    background: #eeecff;
    margin-top: 15px;
    border-radius: 10px;
    height: 11px;
  }
  .popup.popup_loading .progress {
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #6d4dff;
    width: 0%;
    border-radius: 10px;
  }
  .popup.popup_faild {
    padding: 29px 32px 71px;
  }
  .popup.popup_faild .faild_icon {
    width: 56px;
    height: 56px;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_mistake.svg) no-repeat center;
    background-size: contain;
    margin-right: 17px;
  }
  .popup.popup_faild .faild_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #39325a;
  }
  .popup.popup_faild .faild_title {
    font: normal normal bold 17px/26px Poppins;
  }
  .popup.popup_faild .faild_des {
    font: normal normal normal 14px/21px Poppins;
  }
  .popup .popBtn {
    position: absolute;
    right: 21px;
    bottom: 17px;
    border-radius: 25px;
    width: 156px;
    height: 32px;
    font: normal normal 500 15px/32px Poppins;
    text-align: center;
    background: #6d4dff;
    cursor: pointer;
    color: white;
  }
}
@media (max-width: 1200px) {
  .btnM {
    display: none;
  }
  .mt-15 {
    margin-top: 0.26rem;
  }
  .wrapper-ai-mob {
    min-height: 16.94rem;
    width: 100%;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#eceff5)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(0deg, #ffffff 0%, #eceff5 100%) 0% 0% no-repeat padding-box;
    padding: 0.96rem 0.6rem;
    position: relative;
  }
  .wrapper-ai-mob h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0;
  }
  .wrapper-ai-mob .lit-title {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.56px;
  }
  .wrapper-ai-mob .lit-title a {
    color: #8b3dff;
    font-weight: 400;
  }
  .wrapper-ai-mob .zoom-block {
    height: 4rem;
    width: 100%;
    position: absolute;
    top: 4.3rem;
    left: 0;
    opacity: 0.5;
    background: transparent linear-gradient(108deg, #b1c8ff 0%, #9663ff 100%) 0% 0% no-repeat padding-box;
  }
  .wrapper-ai-mob .mobSwiper {
    position: relative;
  }
  .wrapper-ai-mob .swiper {
    width: 100%;
  }
  .wrapper-ai-mob .swiper-pagination-mobswiper {
    position: absolute;
    top: 3.6rem;
    z-index: 11;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .wrapper-ai-mob .swiper-pagination-mobswiper .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: inline-block;
  }
  .wrapper-ai-mob .swiper-pagination-mobswiper .swiper-pagination-bullet:not(:nth-child(1)) {
    margin-left: 0.1rem;
  }
  .wrapper-ai-mob .swiper-pagination-mobswiper .swiper-pagination-bullet-active {
    width: 0.74rem;
    height: 0.12rem;
    display: inline-block;
    background: #8b3dff;
    border-radius: 1rem;
  }
  .wrapper-ai-mob .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper-ai-mob .swiper-slide .swiper-slide-item {
    width: 6.3rem;
    height: 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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper-ai-mob .swiper-slide .swiper-slide-item .p-1 {
    text-align: center;
    font: normal normal 600 0.32rem/0.6rem Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 1.28rem;
  }
  .wrapper-ai-mob .swiper-slide .swiper-slide-item .p-2 {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-ai-mob .swiper-slide .swiper-slide-item .p-2 a {
    color: #8b3dff;
    font-weight: 400;
  }
  .wrapper-ai-mob .swiper-slide .swiper-slide-item .img-container {
    height: 4.23rem;
    width: 6.34rem;
  }
  .wrapper-ai-mob .swiper-slide .swiper-slide-item img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-ai-mob .swiper-slide .swiper-slide-item .img-container-1 {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/man-banner.webp") no-repeat center;
    background-size: contain;
  }
  .wrapper-ai-mob .swiper-slide .swiper-slide-item .img-container-2 {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/foot-banner-1.webp") no-repeat center;
    background-size: contain;
  }
  .wrapper-ai-mob .swiper-slide .swiper-slide-item .img-container-3 {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/foot-banner-2.webp") no-repeat center;
    background-size: contain;
  }
  .wrapper-ai-mob .swiper-slide .swiper-slide-item .img-container-4 {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/foot-banner-3.webp") no-repeat center;
    background-size: contain;
  }
  .wrapper-ai-mob .swiper-slide .swiper-slide-item .img-container-5 {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/foot-banner-4.webp") no-repeat center;
    background-size: contain;
  }
  .wrapper-checker {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/swiper-banner-mob.svg") no-repeat center;
    background-size: cover;
    padding: 0.98rem 0;
    height: 15.45rem;
    width: 100%;
    position: relative;
  }
  .wrapper-checker-inner {
    margin: 0 auto;
    height: inherit;
  }
  .wrapper-checker-inner .h2-1 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0 0.6rem;
  }
  .wrapper-checker-inner .h2-2 {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.56px;
    padding: 0 0.6rem;
    color: #fff;
  }
  .wrapper-checker .swiper {
    width: 100%;
    height: 100%;
  }
  .wrapper-checker .swiper-container-checker:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 188px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* 透明度可以根据需要调整 */
    pointer-events: none;
    /* 防止点击事件穿透 */
    -webkit-filter: blur(88px);
            filter: blur(88px);
    /* 应用模糊效果 */
    z-index: 9;
    display: none;
  }
  .wrapper-checker .swiper-container-checker:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 188px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* 透明度可以根据需要调整 */
    pointer-events: none;
    /* 防止点击事件穿透 */
    -webkit-filter: blur(88px);
            filter: blur(88px);
    /* 应用模糊效果 */
    z-index: 9;
    display: none;
  }
  .wrapper-checker .swiper-container-checker {
    position: relative;
    margin-top: 55px;
  }
  .wrapper-checker .next-btn {
    position: absolute;
    right: 817px;
    top: 90%;
    cursor: pointer;
    z-index: 9;
    width: 38px;
    height: 38px;
  }
  .wrapper-checker .next-btn img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-checker .prev-btn {
    position: absolute;
    left: 827px;
    top: 90%;
    cursor: pointer;
    z-index: 9;
    width: 38px;
    height: 38px;
  }
  .wrapper-checker .prev-btn img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-checker .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item {
    width: 5.84rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.7607843137) 0% 0% no-repeat padding-box;
    border: 1px solid #2f2f4d;
    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;
    padding: 50px 23px 23px 23px;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item .p-1 {
    text-align: center;
    font: normal normal 600 0.32rem/0.6rem Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item .p-2 {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item .p-2 a {
    color: #8b3dff;
    font-weight: 400;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item img {
    width: 1.46rem;
    height: 1.46rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-checker .mt-17 {
    margin-top: 1.34rem;
  }
  .wrapper-checker .swiper-pagination-editor {
    text-align: center;
    height: 0.14rem;
    width: 5.9rem;
    position: absolute;
    border-radius: 0.07rem;
    margin: 0 auto;
    left: calc(50% - 2.95rem);
    background: #383b65;
    bottom: -0.74rem;
    z-index: 9;
  }
  .wrapper-checker .swiper-pagination-editor .swiper-pagination-progressbar-fill {
    background: #a467ff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0.07rem;
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .wrapper-checker .swiper-pagination-editor .button-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .wrapper-checker .swiper-pagination-editor .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .wrapper-checker .swiper-pagination-editor .swiper-pagination-bullet:not(:nth-child(1)) {
    margin-left: 10px;
  }
  .wrapper-checker .swiper-pagination-editor .swiper-pagination-bullet-active {
    width: 74px;
    background-image: linear-gradient(91deg, #3c0094, #ab51ff, #e8ecfd);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 13.333vw;
  }
  .wrapper-checker .swiper-slide img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wrapper-checker .swiper {
    width: 100%;
    height: 7.1rem;
  }
  .common-btn {
    width: 100%;
    cursor: pointer;
    text-align: center;
  }
  .common-btn a {
    min-width: 6.3rem;
    padding: 0.28rem 0.62rem 0.28rem 0.62rem;
    display: inline-block;
    background: #8b3dff 0% 0% no-repeat padding-box;
    border-radius: 0.5rem;
    font-size: 0.32rem;
    color: white;
    text-align: center;
  }
  .common-btn a:hover {
    background: #8b3dff linear-gradient(95deg, #8b3dff 0%, #bc8fff 100%);
  }
  .wrapper-forgettable {
    width: 100%;
    height: 10.72rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/ai-banner-mob.webp") no-repeat;
    background-size: 100% 100%;
    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-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper-forgettable h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .wrapper-neck {
    width: 100%;
    background: transparent -webkit-gradient(linear, right top, left top, from(#f4eefe), to(#fbffff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #f4eefe 0%, #fbffff 100%) 0% 0% no-repeat padding-box;
  }
  .wrapper-neck .wrapper-neck-inner {
    max-width: 6.3rem;
    margin: 0 auto;
    padding: 0.98rem 0;
    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;
  }
  .wrapper-neck .wrapper-neck-inner h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0;
    color: #000000;
  }
  .wrapper-neck .wrapper-neck-inner .subtitle {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.56px;
  }
  .wrapper-neck .wrapper-neck-inner .neck {
    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;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item img {
    height: 3.3rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    margin-top: 0.88rem;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec {
    width: 6.3rem;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec .p-1 {
    text-align: center;
    font: normal normal 600 0.32rem/0.6rem Poppins;
    letter-spacing: 0;
    color: #000000;
    margin-top: 0.38rem;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec .p-2 {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.56px;
    color: #000000;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec .p-2 a {
    color: #8b3dff;
    font-weight: 400;
  }
  .wrapper-convert {
    background: white;
  }
  .wrapper-convert .wrapper-convert-inner {
    width: 6.3rem;
    padding: 0.73rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -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;
  }
  .wrapper-convert .wrapper-convert-inner h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-convert .wrapper-convert-inner .convert {
    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: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
  .wrapper-convert .wrapper-convert-inner .convert .line-img {
    margin: 130px 10px 0 10px;
  }
  .wrapper-convert .wrapper-convert-inner .convert img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-convert .wrapper-convert-inner .convert .p-1 {
    font: normal normal 600 0.32rem/0.6rem Poppins;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
  }
  .wrapper-convert .wrapper-convert-inner .convert .p-2 {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.0056rem;
    color: #000000;
  }
  .wrapper-convert .wrapper-convert-inner .convert-item {
    width: 100%;
    text-align: center;
  }
  .mob-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .wrapper-faq-mob {
    display: block;
  }
  .wrapper-faq {
    display: none;
  }
  .wrapper-faq-mob {
    padding: 0.6rem;
    width: 100%;
    background: #f3f3f5;
  }
  .wrapper-faq-mob .transfor-180 {
    -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;
  }
  .wrapper-faq-mob-title {
    color: #000000;
    text-align: center;
    font: normal normal 600 0.44rem/0.77rem Poppins;
    letter-spacing: 0;
    padding: 0 0.6rem 0 0.6rem;
  }
  .wrapper-faq-mob-title span {
    font: normal normal 500 0.28rem/0.5rem Poppins;
    letter-spacing: 0.1064rem;
    color: #8b3dff;
  }
  .wrapper-faq-mob-item {
    min-height: 1.38rem;
    height: auto;
    border-bottom: 0.01rem solid #eee;
  }
  .wrapper-faq-mob-item-main {
    min-height: 1.38rem;
    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;
    border-bottom: 0.01rem solid #d2d0de;
  }
  .wrapper-faq-mob-item-main-name {
    color: #000000;
    font: normal normal 500 0.32rem/0.48rem Poppins;
    letter-spacing: 0;
    font-weight: normal;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0.4rem 0.6rem 0.4rem 0;
  }
  .wrapper-faq-mob-item-main-icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .wrapper-faq-mob-item-desc {
    display: none;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    font: normal normal 500 0.24rem/0.48rem Poppins;
    color: #000000;
  }
  .wrapper-faq-mob-item-desc a {
    color: #8b3dff;
    font-weight: 400;
  }
  .sound-test-blog {
    padding-top: 0.7rem;
    background: #fff;
  }
  .sound-test-blog .swiper-container-blog {
    display: none;
  }
  .sound-test-blog .css-h2 {
    color: #000000;
    margin: 0 auto;
    text-align: center;
  }
  .sound-test-blog .wrapper-blog {
    overflow: hidden;
    padding: 0 0.6rem;
  }
  .sound-test-blog .swiper-container-blog-m {
    display: block !important;
    width: 260px;
    margin-top: 30px;
  }
  .sound-test-blog .swiper-container-blog-m .swiper-container {
    height: 8rem;
  }
  .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);
  }
  .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;
  }
  .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;
  }
  .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;
    color: #39325a;
  }
  .popup {
    -webkit-box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.1137254902);
            box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.1137254902);
    border: 0.01rem solid #e2e2e2;
    border-radius: 0.13rem;
    width: 5.4rem;
    height: 6.2rem;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    position: fixed;
    display: none;
    top: 50%;
    z-index: 1001;
    background: #fff;
    left: 50%;
  }
  .popup .closeIocn {
    top: 0.19rem;
    right: 0.17rem;
    width: 0.21rem;
    height: 0.21rem;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/image-to-video/mob_icon_close_m.svg) no-repeat center;
    background-size: cover;
    position: absolute;
  }
  .popup .closeIocn:hover {
    background: url(https://static-alter1.vidnoz.com/web/jp/img/image-to-video/mob_icon_close_m_hover.svg) no-repeat center;
    background-size: cover;
  }
  .popup.popup_success {
    padding: 0.79rem 0.285rem 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .popup.popup_success .pop_Success_Header {
    width: 3.79rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 0 auto;
  }
  .popup.popup_success .successIcon {
    width: 1.27rem;
    height: 1.27rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
  .popup.popup_success .popTitle {
    margin-top: 0.17rem;
    font: normal normal bold 0.3rem/0.46rem Poppins;
  }
  .popup.popup_success .popSuccessContent {
    width: 4.83rem;
    height: 1.39rem;
    margin-top: 0.085rem;
    text-align: center;
    font: normal normal 300 0.24rem/0.35rem Poppins;
  }
  .popup.popup_success .popSuccessContent .repeat {
    font: normal normal 300 0.24rem/0.35rem Poppins;
  }
  .popup.popup_loading {
    padding: 0.8rem 0.17rem 0.48rem 0.26rem;
    height: 2.44rem;
  }
  .popup.popup_loading .pop_sub {
    width: 4.97rem;
    font: normal normal 300 0.22rem/0.33rem Poppins;
    height: 0.75rem;
  }
  .popup.popup_loading .loading {
    width: 4.84rem;
    border: 0.01rem solid #eeecff;
    margin-top: 0.21rem;
    border-radius: 0.1rem;
    height: 0.2rem;
  }
  .popup.popup_loading .progress {
    border-radius: 0.1rem;
  }
  .popup.popup_faild {
    padding: 0.98rem 0.64rem 0;
    -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;
  }
  .popup.popup_faild.country {
    padding-top: 0.61rem;
  }
  .popup.popup_faild.country .faild_title {
    width: 4.89rem;
  }
  .popup.popup_faild .faild_icon {
    width: 1.24rem;
    height: 1.24rem;
    margin: 0 auto;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_mistake.svg) no-repeat center;
    background-size: contain;
  }
  .popup.popup_faild .faild_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #39325a;
  }
  .popup.popup_faild .faild_title {
    margin-top: 0.15rem;
    font: normal normal bold 0.34rem/0.4rem Poppins;
  }
  .popup.popup_faild .faild_des {
    margin-top: 0.33rem;
    font: normal normal 300 0.28rem/0.42rem Poppins;
  }
  .popup .popBtn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0.45rem;
    border-radius: 0.34rem;
    width: 3.39rem;
    height: 0.68rem;
    font: normal normal 500 0.24rem/0.68rem Poppins;
    text-align: center;
    background: #6d4dff;
    cursor: pointer;
    color: white;
  }
  .ttv_image {
    height: auto;
    width: 100%;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/bg.webp") no-repeat;
    background-size: 100% 100%;
  }
  .ttv_image .ttv_title {
    font: normal normal bold 0.45rem/0.6rem Poppins;
    padding: 0.28rem 0.6rem 0.28rem 0.6rem;
    text-align: center;
  }
  .ttv_image .ttv_description {
    font: normal normal 300 0.3rem/0.46rem Poppins;
    height: auto;
    margin: 0 auto 0.2rem;
    width: 6.3rem;
    text-align: center;
  }
  .ttv_image .ttv_tab {
    width: 6.3rem;
    height: 0.88rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.44rem;
    -webkit-box-shadow: 0 0.06rem 0.16rem rgba(139, 61, 255, 0.2705882353);
            box-shadow: 0 0.06rem 0.16rem rgba(139, 61, 255, 0.2705882353);
    border: 1px solid rgba(139, 61, 255, 0.2117647059);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font: normal normal 600 0.24rem/0.58rem Poppins;
    margin-bottom: 0.5rem;
    padding: 0 0.12rem;
  }
  .ttv_image .ttv_tab .tab__bar_item {
    width: 50%;
    height: 0.64rem;
    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;
    text-align: center;
    padding: 0.25rem 0;
    cursor: pointer;
  }
  .ttv_image .ttv_tab .tab__bar_item.active {
    background-color: #8b3dff;
    color: #ffffff;
    border-radius: 0.32rem;
  }
  .ttv_image .ttv_main .ttv_clip_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left {
    width: 6.01rem;
    height: 3.38rem;
    z-index: 0;
    position: relative;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-containter {
    width: 6.01rem;
    height: 3.38rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-item-first {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 0;
    opacity: 1;
    z-index: 0;
    cursor: pointer;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-item-first > video {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-item-first > img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-item-first:last-of-type {
    opacity: 0;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera {
    display: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_169 {
    width: 6.3rem;
    height: 3.55rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_916 {
    width: 3.55rem;
    height: 6.3rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_11 {
    width: 5.2rem;
    height: 5.2rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_34 {
    width: 4.12rem;
    height: 5.48rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_43 {
    width: 5.48rem;
    height: 4.12rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 6.3rem;
    height: 4rem;
    margin: 0 auto;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/text-to-video/loading_gif_bg.gif) no-repeat;
    border-radius: 0.2rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera img {
    width: 0.64rem;
    height: 0.64rem;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera_loading {
    font: normal normal 500 0.28rem/0.42rem Poppins;
    font-size: 0.28rem;
    letter-spacing: 0px;
    color: #39325a;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera_text {
    font: normal normal normal 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #8b8b8b;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video {
    position: relative;
    display: none;
    margin: 0 auto;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .clip_video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background: #171717;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip {
    height: 0.54rem;
    padding: 0.09rem 0.12rem 0.11rem 0.13rem;
    left: 0.01rem;
    position: absolute;
    z-index: 1;
    bottom: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip::-webkit-scrollbar-thumb {
    width: 0;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_btn_clip {
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.13rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_video_play.svg") no-repeat;
    background-size: contain;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_btn_clip.loading {
    width: 0.32rem;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    height: 0.32rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/loading_w.svg") no-repeat;
    background-size: contain;
    margin-right: 0.13rem;
    pointer-events: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_btn_clip.pause {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_video_pause.svg") no-repeat;
    background-size: contain;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_progress_clip {
    width: 4.61rem;
    height: 0.07rem;
    border-radius: 0.2rem;
    margin-right: 0.07rem;
    background: rgba(0, 0, 0, 0.17);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_progress_innter_clip {
    border-radius: 0.2rem;
    height: 100%;
    background: #fff;
    -webkit-transition: width 50ms;
    transition: width 50ms;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_time_clip {
    width: 0.87rem;
    font: normal normal normal 0.13rem/0.2rem Poppins;
    color: white;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip {
    margin-top: 0.2rem;
    height: 0.82rem;
    position: static;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_image_clip {
    display: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD {
    width: auto;
    cursor: pointer;
    background: none;
    color: #827c9a;
    font: normal normal 500 0.22rem/0.33rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-bottom: 0.15rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_larger {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_larger.webp");
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_edit_black {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_edit_black.svg");
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_share {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_share.webp");
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_download {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_download.webp");
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_share_clip {
    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;
    margin-right: 0.96rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_download_clip {
    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;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_169 {
    width: 6.3rem;
    height: 3.55rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_916 {
    width: 3.55rem;
    height: 6.3rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_916 .control_btn_clip {
    width: 0.77rem !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_11 {
    width: 5.2rem;
    height: 5.2rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_11 .control_btn_clip {
    width: 0.39rem !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_34 {
    height: 5.48rem;
    width: 4.12rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_34 .control_btn_clip {
    width: 0.61rem !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_43 {
    width: 5.48rem;
    height: 4.12rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_43 .control_btn_clip {
    width: 0.41rem !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right {
    width: 6.3rem;
    margin: 0 auto;
    margin-top: 1.6rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top {
    height: auto;
    background: #fff;
    width: 100%;
    border: 0.01rem solid #e2e2e2;
    padding-bottom: 0.26rem;
    border-radius: 10px;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .step-1 {
    width: 0.48rem;
    height: 0.5rem;
    position: absolute;
    left: 0.15rem;
    top: -0.15rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .right_top_text {
    font: normal normal 600 0.26rem/0.39rem Poppins;
    color: #39325a;
    padding: 0.16rem 0.1rem 0 0.85rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model {
    position: relative;
    margin-top: 0.11rem;
    margin-left: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.2rem 0 0.16rem;
    height: 0.64rem;
    background-color: rgba(233, 236, 246, 0.85);
    border-radius: 0.12rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_name {
    margin-left: 0.12rem;
    margin-right: 0.2rem;
    color: #39325A;
    font: normal normal 700 0.26rem/0.36rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .drop_icon {
    width: 0.21rem;
    height: 0.21rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_drop.svg");
    background-size: 100%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model:hover {
    cursor: pointer;
    background-color: #DFE3F1;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .mob_mask {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    top: 0;
    left: 0;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list {
    display: none;
    position: fixed;
    padding: 0.6rem 0.4rem 0.8rem;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0.4rem 0.4rem 0px 0px;
    z-index: 1000;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .back_icon {
    position: absolute;
    top: 0.33rem;
    left: 0.4rem;
    width: 0.34rem;
    height: 0.34rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_back.svg");
    background-size: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .check_icon {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.88rem;
    height: 0.6rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/m_icon_select.svg");
    background-size: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .list_title {
    text-align: center;
    color: #1E1E2E;
    font: normal normal 700 0.36rem/0.55rem Poppins;
    margin-bottom: 0.36rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item {
    position: relative;
    margin-top: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.12rem;
    padding-left: 0.2rem;
    padding-right: 0.32rem;
    padding-top: 0.16rem;
    padding-bottom: 0.2rem;
    background-color: #F6F7F8;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title {
    margin-bottom: 0.03rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_text {
    color: #1E1E2E;
    font: normal normal 500 0.24rem/0.35rem Poppins;
    margin-right: 0.16rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_icon {
    display: none;
    width: 0.69rem;
    height: 0.33rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_new.webp");
    background-size: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title.new .title_icon {
    display: block;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_des {
    color: rgba(30, 30, 46, 0.4);
    font: normal normal 400 0.2rem/0.3rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item.active {
    outline: 2px solid #6D4DFF;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .choose_model .drop_icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .mob_mask {
    display: block;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .model_list {
    display: block;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content {
    width: 5.7rem;
    margin: 0 auto;
    cursor: pointer;
    height: 2rem;
    border: 0.01rem dashed #b2b7c2;
    border-radius: 0.1rem;
    margin-top: 0.16rem;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content img {
    width: 0.48rem;
    height: 0.48rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content .title-upload {
    color: #282e48;
    text-align: center;
    font: normal normal 600 0.26rem/0.39rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content .dec-upload {
    color: #a1a4b3;
    text-align: center;
    font: normal normal 500 0.2rem/0.3rem Poppins;
    font-size: 0.2rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content:hover {
    background: rgba(139, 61, 255, 0.1019607843) 0% 0% no-repeat padding-box;
    border: 1px dashed #8665c8;
    opacity: 0.85;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .show-img-content {
    width: 3.65rem;
    height: 2rem;
    display: none;
    margin: 0 auto;
    position: relative;
    margin-top: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .show-img-content .close-img-clip {
    position: absolute;
    right: -0.18rem;
    top: -0.18rem;
    cursor: pointer;
    width: 0.48rem;
    height: 0.48rem;
    display: none;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box {
    margin-top: 20px;
    padding: 0 0.3rem;
    width: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal normal 0.24rem/0.35rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-title:before {
    margin-right: 0.1rem;
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    background: #39325A 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box {
    margin-top: 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2.8rem;
    height: 0.86rem;
    padding-left: 0.1rem;
    border-radius: 0.1rem;
    border: 2px solid #E2E2E2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item:hover {
    background: #F7F5FF 0% 0% no-repeat padding-box;
    border: 2px solid #E2E2E2;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item.select {
    background: #EBE7FC 0% 0% no-repeat padding-box;
    border: 2px solid #B1A0FF;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item.select .radio-button {
    background: #FCFCFF 0% 0% no-repeat padding-box;
    border: 1px solid #6D4DFF;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item.select .radio-button:before {
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 0.08rem;
    background-color: #6D4CFF;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .radio-button {
    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;
    margin-right: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    background: #EDEAF5 0% 0% no-repeat padding-box;
    border: 1px solid #E2E2E2;
    border-radius: 0.2rem;
    cursor: pointer;
    pointer-events: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-icon {
    margin-right: 0.03rem;
    width: 0.44rem;
    height: 0.44rem;
    pointer-events: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-icon.vidnoz {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/vidnoz_logo.svg") no-repeat;
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-icon.kling {
    background: url("https://static-alter1.vidnoz.com/image_text_to_video_third_part/com-logo-hailuo.png") no-repeat;
    background-size: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-text-box {
    pointer-events: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-text-box .label-i-text-title {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    color: #39325A;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-text-box .label-i-text-value {
    font: normal normal normal 0.16rem/0.25rem Poppins;
    color: #868686;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .free {
    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;
    position: absolute;
    right: -1px;
    top: 0;
    width: 0.54rem;
    height: 0.17rem;
    color: #FFFFFF;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_f_bg.svg") no-repeat;
    background-size: cover;
    font: normal normal normal 0.14rem/0.21rem Poppins;
    pointer-events: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top #show-img-clip {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content-active {
    background: rgba(139, 61, 255, 0.1019607843) 0% 0% no-repeat padding-box;
    border: 1px dashed #8665c8;
    opacity: 0.85;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .br-line {
    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-top: 20px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .br-line span:nth-child(1) {
    display: inline-block;
    width: 1.69rem;
    height: 0;
    border: 0.005rem solid #e2e5ee;
    opacity: 1;
    margin-right: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .br-line span:nth-child(2) {
    color: #39325a;
    font: normal normal bold 0.26rem/0.39rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .br-line span:nth-child(3) {
    display: inline-block;
    width: 1.69rem;
    height: 0;
    border: 0.005rem solid #e2e5ee;
    opacity: 1;
    margin-left: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_box_clip {
    position: relative;
    width: 5.7rem;
    margin: 0 auto;
    height: 2rem;
    border: 0.01px solid rgba(226, 226, 226, 0.85);
    border-radius: 0.1rem;
    padding: 0.2rem 0.15rem 0.65rem;
    margin-top: 0.24rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_box_clip.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-169 {
    width: 0.36rem;
    height: 0.29rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-916 {
    width: 0.29rem;
    height: 0.36rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-11 {
    width: 0.33rem;
    height: 0.33rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-43 {
    width: 0.35rem;
    height: 0.31rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-34 {
    width: 0.31rem;
    height: 0.35rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box {
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.24rem;
    margin-left: 0.35rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .active {
    background: #e9ecf6 0% 0% no-repeat padding-box;
    border-radius: 6px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item {
    min-width: 1.51rem;
    width: auto;
    height: 0.54rem;
    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;
    cursor: pointer;
    padding: 0 0.16rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-title {
    width: 0.36rem;
    height: 0.36rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-close {
    width: 0.35rem;
    height: 0.35rem;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-drop {
    width: 0.21rem;
    height: 0.21rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item img {
    width: 0.21rem;
    height: 0.21rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .number {
    font: normal normal bold 0.26rem/0.39rem Poppins;
    letter-spacing: 0;
    color: #39325a;
    max-width: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0.18rem 0 0.14rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .style_style_wrapper {
    margin-left: 0.72rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box {
    width: 1.82rem;
    display: none;
    height: auto;
    -webkit-box-shadow: 0px 0.01rem 0.16rem rgba(40, 37, 93, 0.1607843137);
            box-shadow: 0px 0.01rem 0.16rem rgba(40, 37, 93, 0.1607843137);
    border-radius: 0.06rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    position: relative;
    margin-top: 0.2rem;
    left: 0.26rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box:before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    border: 1px solid transparent;
    border-top-color: #e2e5ee;
    border-left-color: #e2e5ee;
    position: absolute;
    top: -0.11rem;
    z-index: 100;
    left: 25%;
    margin-left: -0.05rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container {
    width: 100%;
    -webkit-box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #e2e5ee;
    border-radius: 0.06rem;
    position: absolute;
    z-index: 99;
    background: #ffffff 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box p {
    font: normal normal 600 12px/18px Poppins;
    letter-spacing: 0;
    color: #39325a;
    display: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content {
    margin-top: 0.2rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item {
    width: 1.82rem;
    cursor: pointer;
    height: 0.66rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.35rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item .number {
    font: normal normal 600 0.26rem/0.39rem Poppins;
    letter-spacing: 0;
    color: #39325a;
    margin-left: 0.16rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item.active {
    background: #8b3dff 0% 0% no-repeat padding-box;
    color: white;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item.active .number {
    color: #fff;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item.active .circle {
    border-color: #fff;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item:nth-child(1) {
    margin-left: 0;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box {
    display: none;
    margin-top: 0.2rem;
    position: relative;
    left: 0.26rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box:before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    border: 1px solid transparent;
    border-top-color: #e2e5ee;
    border-left-color: #e2e5ee;
    position: absolute;
    top: -0.11rem;
    z-index: 100;
    left: 50%;
    margin-left: -0.05rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box_container {
    width: 6.5rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #e2e5ee;
    border-radius: 0.06rem;
    position: absolute;
    z-index: 99;
    background: #ffffff 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.15rem;
    height: 3.53rem;
    background: white;
    margin-top: 0.2rem;
    border-radius: 0.06rem;
    overflow-y: auto;
    margin-bottom: 0.2rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    margin-left: 0.14rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item .text {
    font: normal normal 500 0.19rem/0.29rem Poppins;
    letter-spacing: 0px;
    font-size: 0.21rem;
    color: #2c374f;
    width: 1.54rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item img {
    width: 1.9rem;
    height: 1.08rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.06rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:hover .text {
    color: #8361fb;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:hover img {
    border: 0.02rem solid #8b3dff;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item.active .text {
    color: #8361fb;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item.active img {
    border: 0.02rem solid #8b3dff;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:nth-child(3n-2) {
    margin-left: 0;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .bb_footer_clip {
    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;
    font: normal normal 13px/20px Poppins;
    font-weight: 500;
    position: absolute;
    bottom: 0.1rem;
    padding-right: 0.3rem;
    padding-top: 0.3rem;
    width: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_num_clip {
    color: #8b8b8b;
    font: normal normal 500 0.2rem/0.3rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .words-err {
    color: #fe6969;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_example_clip {
    color: #8b3dff;
    text-decoration: underline;
    cursor: pointer;
    font: normal normal 500 0.2rem/0.3rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_example_clip:hover {
    color: #c069ff;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea #ttv_textarea_clip {
    border: none;
    width: 100%;
    height: 100%;
    background: #fdfcff;
    font: normal normal 500 14px/21px Poppins;
    outline: none;
    color: #39325a;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea #ttv_textarea_clip::-webkit-input-placeholder {
    color: #8b8b8b;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom {
    min-height: 2.3rem;
    height: auto;
    margin-top: 0.4rem;
    background: #fff;
    border: 0.01rem solid #e2e2e2;
    border-radius: 0.1rem;
    position: relative;
    padding-top: 0.1rem;
    padding-bottom: 0.34rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom p {
    color: #39325a;
    padding-left: 0.92rem;
    font: normal normal 600 0.26rem/0.39rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .step-2 {
    width: 0.48rem;
    height: 0.5rem;
    position: absolute;
    left: 0.15rem;
    top: -0.15rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip {
    position: relative;
    width: 5.6rem;
    height: 0.88rem;
    background: #6d4dff;
    cursor: pointer;
    border-radius: 0.5rem;
    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;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip span {
    font: normal normal 500 0.26rem/0.39rem Poppins;
    font-size: 0.26rem;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.disabled {
    pointer-events: none;
    opacity: 0.31;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip {
    position: absolute;
    top: -0.25rem;
    right: 0.03rem;
    height: 0.5rem;
    border-radius: 0.5rem 0.5rem 0px 0.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#F4D21B), to(#FF9362));
    background: linear-gradient(90deg, #F4D21B 0%, #FF9362 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.11rem 0 0.22rem;
    display: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_icon {
    width: 0.24rem;
    height: 0.24rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/bth_coins.svg");
    background-size: 100%;
    margin-right: 0.11rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_num {
    font: normal normal 600 0.24rem/0.24rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.use_credit .credit_tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright {
    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;
    margin-top: 0.16rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright img {
    width: 0.2rem;
    height: 0.2rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright p {
    font: normal normal 500 0.2rem/0.3rem Poppins;
    font-size: 0.2rem;
    letter-spacing: 0px;
    color: #6f6f6f;
    margin-left: 0.08rem;
    padding-left: 0 !important;
  }
  .ttv_image .ttv_main .clip-video {
    margin: 0 auto;
    width: 6.415rem;
    margin-top: 0.32rem;
  }
  .ttv_image .ttv_main .clip-video .title-video {
    font: normal normal bold 0.26rem/0.39rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  .ttv_image .ttv_main .clip-video .clip-video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.16rem;
    margin-bottom: 0.6rem;
  }
  .ttv_image .ttv_main .clip-video .clip-video-content-item {
    width: 2.02rem;
    height: 1.13rem;
    border-radius: 0.08rem;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 0.04rem;
    margin-left: 0.13rem;
    cursor: pointer;
    position: relative;
  }
  .ttv_image .ttv_main .clip-video .clip-video-content-item video {
    border-radius: 0.08rem;
    width: 2rem;
    height: 1.13rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_main .clip-video .clip-video-content-item .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0.07rem;
    width: 1.9rem;
    padding: 0.04rem 0.15rem 0.04rem 0.05rem;
    background: rgba(0, 0, 0, 0.6784313725) 0% 0% no-repeat padding-box;
    left: 0.05rem;
    border-radius: 0.07rem;
  }
  .ttv_image .ttv_main .clip-video .clip-video-content-item .dec p {
    width: 1.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    font: normal normal 500 0.14rem/0.21rem Poppins;
    font-size: 0.14rem;
    margin-left: 0.04rem;
  }
  .ttv_image .ttv_main .clip-video .clip-video-content-item .dec img {
    width: 0.2rem;
    height: 0.2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_main .clip-video .clip-video-content-item:nth-child(3n-2) {
    margin-left: 0;
  }
  .ttv_image .ttv_clip {
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left {
    width: 6.01rem;
    height: 3.38rem;
    z-index: 0;
    position: relative;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-containter {
    width: 6.01rem;
    height: 3.38rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-item {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 0;
    opacity: 1;
    z-index: 0;
    cursor: pointer;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-item > video {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-item > img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-item:last-of-type {
    opacity: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera {
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_169 {
    width: 6.3rem;
    height: 3.55rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_916 {
    width: 3.55rem;
    height: 6.3rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_11 {
    width: 5.2rem;
    height: 5.2rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_34 {
    width: 4.12rem;
    height: 5.48rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_43 {
    width: 5.48rem;
    height: 4.12rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 6.3rem;
    height: 4rem;
    margin: 0 auto;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/text-to-video/loading_gif_bg.gif) no-repeat;
    border-radius: 0.2rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera img {
    width: 0.64rem;
    height: 0.64rem;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera_loading {
    font: normal normal 500 0.28rem/0.42rem Poppins;
    font-size: 0.28rem;
    letter-spacing: 0px;
    color: #39325a;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera_text {
    font: normal normal normal 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #8b8b8b;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video {
    position: relative;
    display: none;
    margin: 0 auto;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .clip_video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background: #171717;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip {
    height: 0.54rem;
    padding: 0.09rem 0.12rem 0.11rem 0.13rem;
    left: 0.01rem;
    position: absolute;
    z-index: 1;
    bottom: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip::-webkit-scrollbar-thumb {
    width: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_btn_clip {
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.13rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_video_play.svg") no-repeat;
    background-size: contain;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_btn_clip.loading {
    width: 0.32rem;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    height: 0.32rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/loading_w.svg") no-repeat;
    background-size: contain;
    margin-right: 0.13rem;
    pointer-events: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_btn_clip.pause {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_video_pause.svg") no-repeat;
    background-size: contain;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_progress_clip {
    width: 4.61rem;
    height: 0.07rem;
    border-radius: 0.2rem;
    margin-right: 0.07rem;
    background: rgba(0, 0, 0, 0.17);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_progress_innter_clip {
    border-radius: 0.2rem;
    height: 100%;
    background: #fff;
    -webkit-transition: width 50ms;
    transition: width 50ms;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_time_clip {
    width: 0.87rem;
    font: normal normal normal 0.13rem/0.2rem Poppins;
    color: white;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip {
    margin-top: 0.2rem;
    height: 0.82rem;
    position: static;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_image_clip {
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD {
    width: auto;
    cursor: pointer;
    background: none;
    color: #827c9a;
    font: normal normal 500 0.22rem/0.33rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-bottom: 0.15rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_larger {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_larger.webp");
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_edit_black {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_edit_black.svg");
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_share {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_share.webp");
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD .btnD_icon.icon_download {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_download.webp");
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_share_clip {
    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;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_download_clip {
    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;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_169 {
    width: 6.3rem;
    height: 3.55rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_916 {
    width: 3.55rem;
    height: 6.3rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_916 .control_btn_clip {
    width: 0.77rem !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_11 {
    width: 5.2rem;
    height: 5.2rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_11 .control_btn_clip {
    width: 0.39rem !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_34 {
    height: 5.48rem;
    width: 4.12rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_34 .control_btn_clip {
    width: 0.61rem !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_43 {
    width: 5.48rem;
    height: 4.12rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_43 .control_btn_clip {
    width: 0.41rem !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right {
    width: 6.3rem;
    margin: 0 auto;
    margin-top: 1.6rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top {
    padding-bottom: 0.16rem;
    background: #fff;
    width: 100%;
    border: 0.01rem solid #e2e2e2;
    border-radius: 10px;
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .step-1 {
    width: 0.48rem;
    height: 0.5rem;
    position: absolute;
    left: 0.15rem;
    top: -0.15rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .right_top_text {
    font: normal normal 600 0.26rem/0.39rem Poppins;
    color: #39325a;
    padding: 0.16rem 0.1rem 0 0.85rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model {
    position: relative;
    margin-top: 0.11rem;
    margin-left: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.2rem 0 0.16rem;
    height: 0.64rem;
    background-color: rgba(233, 236, 246, 0.85);
    border-radius: 0.12rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_name {
    margin-left: 0.12rem;
    margin-right: 0.2rem;
    color: #39325A;
    font: normal normal 700 0.26rem/0.36rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .drop_icon {
    width: 0.21rem;
    height: 0.21rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_drop.svg");
    background-size: 100%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model:hover {
    cursor: pointer;
    background-color: #DFE3F1;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .mob_mask {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    top: 0;
    left: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list {
    display: none;
    position: fixed;
    padding: 0.6rem 0.4rem 0.8rem;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0.4rem 0.4rem 0px 0px;
    z-index: 1000;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .back_icon {
    position: absolute;
    top: 0.33rem;
    left: 0.4rem;
    width: 0.34rem;
    height: 0.34rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_back.svg");
    background-size: 100%;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .check_icon {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.88rem;
    height: 0.6rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/m_icon_select.svg");
    background-size: 100%;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .list_title {
    text-align: center;
    color: #1E1E2E;
    font: normal normal 700 0.36rem/0.55rem Poppins;
    margin-bottom: 0.36rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item {
    position: relative;
    margin-top: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.12rem;
    padding-left: 0.2rem;
    padding-right: 0.32rem;
    padding-top: 0.16rem;
    padding-bottom: 0.2rem;
    background-color: #F6F7F8;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title {
    margin-bottom: 0.03rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_text {
    color: #1E1E2E;
    font: normal normal 500 0.24rem/0.35rem Poppins;
    margin-right: 0.16rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_icon {
    display: none;
    width: 0.69rem;
    height: 0.33rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_new.webp");
    background-size: 100%;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title.new .title_icon {
    display: block;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_des {
    color: rgba(30, 30, 46, 0.4);
    font: normal normal 400 0.2rem/0.3rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item.active {
    outline: 2px solid #6D4DFF;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .choose_model .drop_icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .mob_mask {
    display: block;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .model_list {
    display: block;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_box_clip {
    position: relative;
    width: 5.7rem;
    margin: 0 auto;
    height: 2rem;
    border: 0.01px solid rgba(226, 226, 226, 0.85);
    border-radius: 0.1rem;
    padding: 0.2rem 0.15rem 0.65rem;
    margin-top: 0.24rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_box_clip.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-169 {
    width: 0.36rem;
    height: 0.29rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-916 {
    width: 0.29rem;
    height: 0.36rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-11 {
    width: 0.33rem;
    height: 0.33rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-43 {
    width: 0.35rem;
    height: 0.31rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-34 {
    width: 0.31rem;
    height: 0.35rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box {
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.24rem;
    margin-left: 0.35rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .active {
    background: #e9ecf6 0% 0% no-repeat padding-box;
    border-radius: 6px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item {
    min-width: 1.51rem;
    width: auto;
    height: 0.54rem;
    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;
    cursor: pointer;
    padding: 0 0.16rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-title {
    width: 0.36rem;
    height: 0.36rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-close {
    width: 0.35rem;
    height: 0.35rem;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-drop {
    width: 0.21rem;
    height: 0.21rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item img {
    width: 0.21rem;
    height: 0.21rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .number {
    font: normal normal bold 0.26rem/0.39rem Poppins;
    letter-spacing: 0;
    color: #39325a;
    max-width: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0.18rem 0 0.14rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .style_style_wrapper {
    margin-left: 0.72rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box {
    width: 1.82rem;
    display: none;
    height: auto;
    -webkit-box-shadow: 0px 0.01rem 0.16rem rgba(40, 37, 93, 0.1607843137);
            box-shadow: 0px 0.01rem 0.16rem rgba(40, 37, 93, 0.1607843137);
    border-radius: 0.06rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    position: relative;
    margin-top: 0.2rem;
    left: 0.26rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box:before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    border: 1px solid transparent;
    border-top-color: #e2e5ee;
    border-left-color: #e2e5ee;
    position: absolute;
    top: -0.11rem;
    z-index: 100;
    left: 25%;
    margin-left: -0.05rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container {
    width: 100%;
    -webkit-box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #e2e5ee;
    border-radius: 0.06rem;
    position: absolute;
    z-index: 99;
    background: #ffffff 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box p {
    font: normal normal 600 12px/18px Poppins;
    letter-spacing: 0;
    color: #39325a;
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content {
    margin-top: 0.2rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item {
    width: 1.82rem;
    cursor: pointer;
    height: 0.66rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.35rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item .number {
    font: normal normal 600 0.26rem/0.39rem Poppins;
    letter-spacing: 0;
    color: #39325a;
    margin-left: 0.16rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item.active {
    background: #8b3dff 0% 0% no-repeat padding-box;
    color: white;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item.active .number {
    color: #fff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item.active .circle {
    border-color: #fff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item:nth-child(1) {
    margin-left: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box {
    display: none;
    margin-top: 0.2rem;
    position: relative;
    left: 0.26rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box:before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    border: 1px solid transparent;
    border-top-color: #e2e5ee;
    border-left-color: #e2e5ee;
    position: absolute;
    top: -0.11rem;
    z-index: 100;
    left: 50%;
    margin-left: -0.05rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box_container {
    width: 6.5rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #e2e5ee;
    border-radius: 0.06rem;
    position: absolute;
    z-index: 99;
    background: #ffffff 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.15rem;
    height: 3.53rem;
    background: white;
    margin-top: 0.2rem;
    border-radius: 0.06rem;
    margin-bottom: 0.2rem;
    overflow-y: auto;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    margin-left: 0.14rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item .text {
    font: normal normal 500 0.19rem/0.29rem Poppins;
    letter-spacing: 0px;
    font-size: 0.21rem;
    color: #2c374f;
    width: 1.54rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item img {
    width: 1.9rem;
    height: 1.08rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.06rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:hover .text {
    color: #8361fb;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:hover img {
    border: 0.02rem solid #8b3dff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item.active .text {
    color: #8361fb;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item.active img {
    border: 0.02rem solid #8b3dff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:nth-child(3n-2) {
    margin-left: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .bb_footer_clip {
    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;
    font: normal normal 13px/20px Poppins;
    font-weight: 500;
    position: absolute;
    bottom: 0.1rem;
    padding-right: 0.3rem;
    padding-top: 0.3rem;
    width: 100%;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_num_clip {
    color: #8b8b8b;
    font: normal normal 500 0.2rem/0.3rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .words-err {
    color: #fe6969;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_example_clip {
    color: #8b3dff;
    text-decoration: underline;
    cursor: pointer;
    font: normal normal 500 0.2rem/0.3rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_example_clip:hover {
    color: #c069ff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea #ttv_textarea_clip {
    border: none;
    width: 100%;
    height: 100%;
    background: #fdfcff;
    font: normal normal 500 14px/21px Poppins;
    outline: none;
    color: #39325a;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea #ttv_textarea_clip::-webkit-input-placeholder {
    color: #8b8b8b;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box {
    margin-top: 20px;
    padding: 0 0.3rem;
    width: 100%;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal normal 0.24rem/0.35rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-title:before {
    margin-right: 0.1rem;
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    background: #39325A 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box {
    margin-top: 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2.8rem;
    height: 0.86rem;
    padding-left: 0.1rem;
    border-radius: 0.1rem;
    border: 2px solid #E2E2E2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item:hover {
    background: #F7F5FF 0% 0% no-repeat padding-box;
    border: 2px solid #E2E2E2;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item.select {
    background: #EBE7FC 0% 0% no-repeat padding-box;
    border: 2px solid #B1A0FF;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item.select .radio-button {
    background: #FCFCFF 0% 0% no-repeat padding-box;
    border: 1px solid #6D4DFF;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item.select .radio-button:before {
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 0.08rem;
    background-color: #6D4CFF;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .radio-button {
    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;
    margin-right: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    background: #EDEAF5 0% 0% no-repeat padding-box;
    border: 1px solid #E2E2E2;
    border-radius: 0.2rem;
    cursor: pointer;
    pointer-events: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-icon {
    width: 0.44rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-icon {
    margin-right: 0.03rem;
    width: 0.44rem;
    height: 0.44rem;
    pointer-events: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-icon.vidnoz {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/vidnoz_logo.svg") no-repeat;
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-icon.kling {
    background: url("https://static-alter1.vidnoz.com/image_text_to_video_third_part/com-logo-hailuo.png") no-repeat;
    background-size: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-text-box {
    pointer-events: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-text-box .label-i-text-title {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    color: #39325A;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .label-text-box .label-i-text-value {
    font: normal normal normal 0.16rem/0.25rem Poppins;
    color: #868686;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .model-selection-box .select-label-box .label-item .free {
    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;
    position: absolute;
    right: -1px;
    top: 0;
    width: 0.54rem;
    height: 0.17rem;
    color: #FFFFFF;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/icon_f_bg.svg") no-repeat;
    background-size: cover;
    font: normal normal normal 0.14rem/0.21rem Poppins;
    pointer-events: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom {
    min-height: 2.3rem;
    height: auto;
    margin-top: 0.4rem;
    background: #fff;
    border: 0.01rem solid #e2e2e2;
    border-radius: 0.1rem;
    position: relative;
    padding-top: 0.1rem;
    padding-bottom: 0.34rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom p {
    color: #39325a;
    padding-left: 0.92rem;
    font: normal normal 600 0.26rem/0.39rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .step-2 {
    width: 0.48rem;
    height: 0.5rem;
    position: absolute;
    left: 0.15rem;
    top: -0.15rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip {
    position: relative;
    width: 5.6rem;
    height: 0.88rem;
    background: #6d4dff;
    cursor: pointer;
    border-radius: 0.5rem;
    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;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip span {
    font: normal normal 500 0.26rem/0.39rem Poppins;
    font-size: 0.26rem;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.disabled {
    pointer-events: none;
    opacity: 0.31;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip {
    position: absolute;
    top: -0.25rem;
    right: 0.03rem;
    height: 0.5rem;
    border-radius: 0.5rem 0.5rem 0px 0.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#F4D21B), to(#FF9362));
    background: linear-gradient(90deg, #F4D21B 0%, #FF9362 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.11rem 0 0.22rem;
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_icon {
    width: 0.24rem;
    height: 0.24rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/bth_coins.svg");
    background-size: 100%;
    margin-right: 0.11rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_num {
    font: normal normal 600 0.24rem/0.24rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.use_credit .credit_tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright {
    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;
    margin-top: 0.16rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright img {
    width: 0.2rem;
    height: 0.2rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright p {
    font: normal normal 500 0.2rem/0.3rem Poppins;
    font-size: 0.2rem;
    letter-spacing: 0px;
    color: #6f6f6f;
    margin-left: 0.08rem;
    padding-left: 0 !important;
  }
  .ttv_image .ttv_clip .clip-video {
    margin: 0 auto;
    width: 6.415rem;
    margin-top: 0.32rem;
  }
  .ttv_image .ttv_clip .clip-video .title-video {
    font: normal normal bold 0.26rem/0.39rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.16rem;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item {
    width: 2.02rem;
    height: 1.13rem;
    border-radius: 0.08rem;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 0.04rem;
    margin-left: 0.13rem;
    cursor: pointer;
    position: relative;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item video {
    border-radius: 0.08rem;
    width: 2rem;
    height: 1.13rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0.07rem;
    width: 1.9rem;
    padding: 0.04rem 0.15rem 0.04rem 0.05rem;
    background: rgba(0, 0, 0, 0.6784313725) 0% 0% no-repeat padding-box;
    left: 0.05rem;
    border-radius: 0.07rem;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item .dec p {
    width: 1.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    font: normal normal 500 0.14rem/0.21rem Poppins;
    font-size: 0.14rem;
    margin-left: 0.04rem;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item .dec img {
    width: 0.2rem;
    height: 0.2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ttv_image .overlay_controls_clip_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.ttv_image .overlay__box_clip_img {
  position: fixed;
  left: 0;
  top: 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: -100;
  visibility: hidden;
}
.ttv_image .overlay__box_clip_img.show {
  visibility: visible;
  z-index: 1000;
}
.ttv_image .overlay__box_clip_img .mask__min {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.74;
  z-index: -1;
}
.ttv_image .overlay__box_clip_img .close__btn {
  position: absolute;
  right: 30px;
  top: 33px;
  width: 44px;
  height: 44px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconClose.png");
  border-radius: 44px;
  cursor: pointer;
  z-index: 1;
}
.ttv_image .overlay__box_clip_img .close__btn {
  position: absolute;
  right: 30px;
  top: 33px;
  width: 44px;
  height: 44px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconClose.png");
  border-radius: 44px;
  cursor: pointer;
  z-index: 1;
}
.ttv_image .overlay__box_clip_img .center__video {
  position: relative;
  margin: 0 auto;
}
.ttv_image .overlay__box_clip_img .center__video_169 {
  width: 549px;
  height: 354px;
}
.ttv_image .overlay__box_clip_img .center__video_169 .control_btn_clip {
  width: 46px !important;
}
.ttv_image .overlay__box_clip_img .center__video_916 {
  width: 270px;
  height: 480px;
}
.ttv_image .overlay__box_clip_img .center__video_916 .control_btn_clip {
  width: 144px !important;
}
.ttv_image .overlay__box_clip_img .center__video_11 {
  width: 420px;
  height: 420px;
}
.ttv_image .overlay__box_clip_img .center__video_11 .control_btn_clip {
  width: 65px !important;
}
.ttv_image .overlay__box_clip_img .center__video_43 {
  width: 480px;
  height: 360px;
}
.ttv_image .overlay__box_clip_img .center__video_43 .control_btn_clip {
  width: 54px !important;
}
.ttv_image .overlay__box_clip_img .center__video_34 {
  width: 360px;
  height: 480px;
}
.ttv_image .overlay__box_clip_img .center__video_34 .control_btn_clip {
  width: 85px !important;
}
.ttv_image .overlay__box_clip_img .clip_video {
  width: 100%;
  height: 100%;
  background: #171717;
  -o-object-fit: cover;
     object-fit: cover;
}
.ttv_image .overlay__box_clip_img .overlay_controls_clip {
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px 9px 13px;
  background: rgba(0, 0, 0, 0.45);
}
.ttv_image .overlay__box_clip_img .overlay_controls_clip .control_btn_clip {
  width: 28px;
  height: 28px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_video_play.svg") no-repeat;
  background-size: contain;
  margin-right: 15px;
  cursor: pointer;
}
.ttv_image .overlay__box_clip_img .overlay_controls_clip .control_btn_clip.pause {
  background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_video_pause.svg") no-repeat;
  background-size: contain;
}
.ttv_image .overlay__box_clip_img .overlay_controls_clip .control_btn_clip.loading {
  width: 24px;
  height: 24px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/loading_w.svg") no-repeat;
  background-size: contain;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  pointer-events: none;
}
.ttv_image .overlay__box_clip_img .overlay_controls_clip .control_progress_clip {
  width: 639px;
  height: 6px;
  border-radius: 20px;
  margin-right: 10px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.17);
}
.ttv_image .overlay__box_clip_img .overlay_controls_clip .control_progress_innter_clip {
  width: 1%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: width 50ms;
  transition: width 50ms;
}
.ttv_image .overlay__box_clip_img .overlay_controls_clip .control_time_clip {
  width: 72px;
  height: 22px;
  color: #ffffff;
  text-align: right;
  font: normal normal normal 13px/20px Poppins;
}
.ttv_image .overlay__box_clip_img .center__img .center__img__now {
  z-index: 2;
}
.ttv_image .overlay__box_clip_img .bottom__list__box {
  margin: 28px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 82px;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__compare {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__compare .icon {
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconCompare.png");
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__compare:hover {
  color: #6d4dff;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__compare:hover .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconCompareHover.png");
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__share {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__share .icon {
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconShare.png");
  background-size: cover;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__share:hover {
  color: #6d4dff;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__share:hover .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconShareHover.png");
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__download_clip {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__download_clip .icon {
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconDownload.png");
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__download_clip:hover {
  color: #6d4dff;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__download_clip:hover .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconDownloadHover.png");
}
.ttv_image .overlay__box_clip_text {
  position: fixed;
  left: 0;
  top: 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: -100;
  visibility: hidden;
}
.ttv_image .overlay__box_clip_text.show {
  visibility: visible;
  z-index: 1000;
}
.ttv_image .overlay__box_clip_text .mask__min {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.74;
  z-index: -1;
}
.ttv_image .overlay__box_clip_text .close__btn {
  position: absolute;
  right: 30px;
  top: 33px;
  width: 44px;
  height: 44px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconClose.png");
  border-radius: 44px;
  cursor: pointer;
  z-index: 1;
}
.ttv_image .overlay__box_clip_text .close__btn {
  position: absolute;
  right: 30px;
  top: 33px;
  width: 44px;
  height: 44px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconClose.png");
  border-radius: 44px;
  cursor: pointer;
  z-index: 1;
}
.ttv_image .overlay__box_clip_text .center__video {
  position: relative;
  margin: 0 auto;
}
.ttv_image .overlay__box_clip_text .center__video_169 {
  width: 549px;
  height: 354px;
}
.ttv_image .overlay__box_clip_text .center__video_169 .control_btn_clip {
  width: 46px !important;
}
.ttv_image .overlay__box_clip_text .center__video_916 {
  width: 270px;
  height: 480px;
}
.ttv_image .overlay__box_clip_text .center__video_916 .control_btn_clip {
  width: 144px !important;
}
.ttv_image .overlay__box_clip_text .center__video_11 {
  width: 420px;
  height: 420px;
}
.ttv_image .overlay__box_clip_text .center__video_11 .control_btn_clip {
  width: 65px !important;
}
.ttv_image .overlay__box_clip_text .center__video_43 {
  width: 480px;
  height: 360px;
}
.ttv_image .overlay__box_clip_text .center__video_43 .control_btn_clip {
  width: 54px !important;
}
.ttv_image .overlay__box_clip_text .center__video_34 {
  width: 360px;
  height: 480px;
}
.ttv_image .overlay__box_clip_text .center__video_34 .control_btn_clip {
  width: 85px !important;
}
.ttv_image .overlay__box_clip_text .clip_video {
  width: 100%;
  height: 100%;
  background: #171717;
  -o-object-fit: cover;
     object-fit: cover;
}
.ttv_image .overlay__box_clip_text .overlay_controls_clip {
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px 9px 13px;
  background: rgba(0, 0, 0, 0.45);
}
.ttv_image .overlay__box_clip_text .overlay_controls_clip .control_btn_clip {
  width: 28px;
  height: 28px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_video_play.svg") no-repeat;
  background-size: contain;
  margin-right: 15px;
  cursor: pointer;
}
.ttv_image .overlay__box_clip_text .overlay_controls_clip .control_btn_clip.pause {
  background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/icon_video_pause.svg") no-repeat;
  background-size: contain;
}
.ttv_image .overlay__box_clip_text .overlay_controls_clip .control_btn_clip.loading {
  width: 24px;
  height: 24px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-video/loading_w.svg") no-repeat;
  background-size: contain;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  pointer-events: none;
}
.ttv_image .overlay__box_clip_text .overlay_controls_clip .control_progress_clip {
  width: 639px;
  height: 6px;
  border-radius: 20px;
  margin-right: 10px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.17);
}
.ttv_image .overlay__box_clip_text .overlay_controls_clip .control_progress_innter_clip {
  width: 1%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: width 50ms;
  transition: width 50ms;
}
.ttv_image .overlay__box_clip_text .overlay_controls_clip .control_time_clip {
  width: 72px;
  height: 22px;
  color: #ffffff;
  text-align: right;
  font: normal normal normal 13px/20px Poppins;
}
.ttv_image .overlay__box_clip_text .center__img .center__img__now {
  z-index: 2;
}
.ttv_image .overlay__box_clip_text .bottom__list__box {
  margin: 28px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 82px;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__compare {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__compare .icon {
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconCompare.png");
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__compare:hover {
  color: #6d4dff;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__compare:hover .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconCompareHover.png");
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__share {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__share .icon {
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconShare.png");
  background-size: cover;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__share:hover {
  color: #6d4dff;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__share:hover .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconShareHover.png");
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__download_clip {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__download_clip .icon {
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconDownload.png");
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__download_clip:hover {
  color: #6d4dff;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__download_clip:hover .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-animation/iconDownloadHover.png");
}

.btnM {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
.btnM.larger {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.btnM .icon {
  width: 24px;
  height: 24px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/_common/icon_edit_black.svg");
}
.btnM.larger:hover {
  color: #6d4dff;
}
.btnM.larger:hover .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/_common/icon_edit_hover.svg");
}
.btnM.edit_loading {
  cursor: wait;
  pointer-events: none;
}
.btnM.edit_loading .btn_edit_loading_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btnM .btn_edit_loading_box {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  background: #fff;
  border-radius: 50%;
  display: none;
}
.btnM .btn_edit_loading_box .btn_edit_loading {
  width: 32px !important;
  height: 32px !important;
  -webkit-animation: loading_icon linear 1s infinite;
          animation: loading_icon linear 1s infinite;
}

@-webkit-keyframes loading_icon {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading_icon {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  .btnM {
    display: none !important;
  }
}
.limit_dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
  background-color: rgba(255, 255, 255, 0.56);
  z-index: 1000;
  display: none;
}
.limit_dialog .dialog_content {
  position: relative;
  width: 550px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
  border: 1px solid #E2E2E2;
  border-radius: 13px;
  padding: 31px 20px 14px 40px;
}
.limit_dialog .dialog_content .close_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  right: 9px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/limit_icon_close.svg");
  background-size: 100%;
  cursor: pointer;
}
.limit_dialog .dialog_content .close_icon:hover {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/limit_icon_close_hover.svg");
}
.limit_dialog .dialog_content .limit_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.limit_dialog .dialog_content .limit_container .limit_icon {
  width: 63px;
  height: 50px;
  margin-right: 18px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/win_icon_no_times.svg");
  background-size: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.limit_dialog .dialog_content .limit_container .limit_title {
  color: #39325A;
  font: normal normal 700 17px/24px Poppins;
  margin-bottom: 5px;
}
.limit_dialog .dialog_content .limit_container .limit_des {
  min-height: 40px;
  margin-bottom: 13px;
  color: #39325A;
  font: normal normal 300 14px/19px Poppins;
}
.limit_dialog .dialog_content .limit_container .limit_des .bold {
  font: normal normal 700 14px/19px Poppins;
}
.limit_dialog .dialog_content .limit_container .limit_des .red {
  color: #E22F2F;
  font: normal normal 700 14px/19px Poppins;
}
.limit_dialog .dialog_content .limit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.limit_dialog .dialog_content .limit_btn .water_btn {
  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;
  padding: 0 36px;
  height: 34px;
  background-color: #FFFFFF;
  cursor: pointer;
  border: 1px solid #B2B7C2;
  border-radius: 16px;
  margin-right: 8px;
  display: none;
  font: normal normal 500 15px/23px Poppins;
}
.limit_dialog .dialog_content .limit_btn .water_btn:hover {
  background-color: rgba(178, 183, 194, 0.1215686275);
}
.limit_dialog .dialog_content .limit_btn .upgrade_btn {
  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;
  padding: 0 36px;
  height: 34px;
  cursor: pointer;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#F4D21B), to(#FF9362)) 0% 0% no-repeat padding-box;
  background: linear-gradient(90deg, #F4D21B 0%, #FF9362 100%) 0% 0% no-repeat padding-box;
}
.limit_dialog .dialog_content .limit_btn .upgrade_btn .upgrade_icon {
  width: 12px;
  height: 12px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/up_bth_coins.svg");
  background-size: 100%;
  margin-right: 8px;
}
.limit_dialog .dialog_content .limit_btn .upgrade_btn .upgrade_text {
  color: #39325A;
  font: normal normal 500 15px/23px Poppins;
}
.limit_dialog .dialog_content .limit_btn .upgrade_btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FFE662), to(#FFB296)) 0% 0% no-repeat padding-box;
  background: linear-gradient(90deg, #FFE662 0%, #FFB296 100%) 0% 0% no-repeat padding-box;
}
.limit_dialog.limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.limit_dialog.not_enough {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.limit_dialog.not_enough .limit_container .limit_icon {
  width: 50px;
  height: 44px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/win_icon_not_enough.svg");
}
.limit_dialog.water {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.limit_dialog.water .limit_container .limit_icon {
  width: 52px;
  height: 50px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/win_icon_water.svg");
}
.limit_dialog.water .limit_btn .water_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .limit_dialog {
    background-color: transparent;
  }
  .limit_dialog .dialog_content {
    width: 5.37rem;
    padding: 0.6rem 0.24rem 0.48rem;
    border-radius: 0.13rem;
  }
  .limit_dialog .dialog_content .close_icon {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.14rem;
    right: 0.18rem;
    cursor: default;
  }
  .limit_dialog .dialog_content .limit_container {
    display: block;
  }
  .limit_dialog .dialog_content .limit_container .limit_icon {
    width: 1.24rem;
    height: 1.24rem;
    margin: 0 auto;
    margin-bottom: 0.1rem;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/m_win_icon_no_times.svg");
  }
  .limit_dialog .dialog_content .limit_container .limit_title {
    text-align: center;
    color: #39325A;
    font: normal normal 700 0.34rem/0.52rem Poppins;
    margin-bottom: 0.2rem;
  }
  .limit_dialog .dialog_content .limit_container .limit_des {
    text-align: center;
    padding: 0 0.13rem;
    min-height: initial;
    margin-bottom: 0.24rem;
    color: #39325A;
    font: normal normal 300 0.28rem/0.42rem Poppins;
  }
  .limit_dialog .dialog_content .limit_container .limit_des .bold {
    font: normal normal 700 0.28rem/0.42rem Poppins;
  }
  .limit_dialog .dialog_content .limit_container .limit_des .red {
    color: #E22F2F;
    font: normal normal 700 0.28rem/0.42rem Poppins;
  }
  .limit_dialog .dialog_content .limit_btn {
    display: block;
  }
  .limit_dialog .dialog_content .limit_btn .water_btn {
    padding: 0;
    width: 3.4rem;
    height: 0.68rem;
    border-radius: 0.34rem;
    margin: 0 auto 0.16rem;
    font: normal normal 500 0.24rem/35px Poppins;
  }
  .limit_dialog .dialog_content .limit_btn .water_btn:hover {
    background-color: #fff;
  }
  .limit_dialog .dialog_content .limit_btn .upgrade_btn {
    padding: 0;
    width: 3.4rem;
    height: 0.68rem;
    border-radius: 0.34rem;
    margin: 0 auto;
  }
  .limit_dialog .dialog_content .limit_btn .upgrade_btn .upgrade_icon {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.16rem;
  }
  .limit_dialog .dialog_content .limit_btn .upgrade_btn .upgrade_text {
    color: #39325A;
    font: normal normal 500 0.24rem/35px Poppins;
  }
  .limit_dialog.not_enough {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .limit_dialog.not_enough .limit_container .limit_icon {
    width: 50px;
    height: 44px;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/m_win_icon_not_enough.svg");
  }
  .limit_dialog.water {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .limit_dialog.water .limit_container .limit_icon {
    width: 52px;
    height: 50px;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/m_win_icon_water.svg");
  }
}
.kling-seo .kling-btn {
  position: relative;
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.kling-seo .kling-btn .shadow-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  background-color: #000000;
  opacity: 1;
  padding: 20px 10px;
  min-width: 320px;
  border-radius: 34px;
  cursor: pointer;
}
.kling-seo .kling-btn .shadow-btn .btn-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/btn_icon.png");
  background-size: 100%;
  -webkit-margin-end: 18px;
          margin-inline-end: 18px;
}
.kling-seo .kling-btn .shadow-btn .btn-info {
  font: normal normal normal 20px/20px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.kling-seo .kling-btn::after {
  border-radius: 34px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  content: "";
  background-image: conic-gradient(from -90deg at 50% 50%, #dcff63 0deg, #7bf4e2 20deg, #3a6df2 150deg, #ff5c2e 200deg, #ffbe26 300deg, #dcff63 1turn);
}
.kling-seo .kling-btn:hover::after {
  display: block;
  -webkit-transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.25) scaleY(1.25);
          transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.25) scaleY(1.25);
  opacity: 0.5;
  -webkit-filter: blur(24px);
          filter: blur(24px);
}
.kling-seo .kling-btn-tool {
  position: relative;
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.kling-seo .kling-btn-tool .shadow-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  background-color: #000000;
  opacity: 1;
  padding: 20px 10px;
  min-width: 320px;
  border-radius: 34px;
  cursor: pointer;
}
.kling-seo .kling-btn-tool .shadow-btn .btn-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/btn_icon.png");
  background-size: 100%;
  -webkit-margin-end: 18px;
          margin-inline-end: 18px;
}
.kling-seo .kling-btn-tool .shadow-btn .btn-info {
  font: normal normal normal 20px/20px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.kling-seo .kling-btn-tool::after {
  border-radius: 34px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  content: "";
  background-image: conic-gradient(from -90deg at 50% 50%, #dcff63 0deg, #7bf4e2 20deg, #3a6df2 150deg, #ff5c2e 200deg, #ffbe26 300deg, #dcff63 1turn);
}
.kling-seo .kling-btn-tool:hover::after {
  display: block;
  -webkit-transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.25) scaleY(1.25);
          transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.25) scaleY(1.25);
  opacity: 0.5;
  -webkit-filter: blur(24px);
          filter: blur(24px);
}
.kling-seo .about-kling-ai {
  padding: 113px 0 127px;
  background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/kling_seo_one.png") 0% 0% no-repeat padding-box;
  background-size: cover;
  text-align: center;
}
.kling-seo .about-kling-ai h2 {
  text-align: center;
  font: normal normal 600 44px/69px Poppins;
  color: #000000;
}
.kling-seo .about-kling-ai p {
  max-width: 1158px;
  text-align: center;
  font: normal normal normal 20px/30px Poppins;
  letter-spacing: 0.6px;
  color: #000000;
  margin: 36px auto 40px;
}
.kling-seo .about-kling-ai .about-kling-swiper {
  max-width: 1364px;
  margin-bottom: 65px;
}
.kling-seo .about-kling-ai .about-kling-swiper .swiper-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kling-seo .about-kling-ai .about-kling-swiper .swiper-slide {
  width: 312px !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 6px;
  height: auto;
}
.kling-seo .about-kling-ai .about-kling-swiper .swiper-slide .about-kling-item {
  width: 100%;
  padding: 46px 35px 36px;
  text-align: center;
  font-size: 0;
}
.kling-seo .about-kling-ai .about-kling-swiper .swiper-slide .about-kling-item p {
  font: normal normal normal 20px/28px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin: 22px 0 0;
}
.kling-seo .about-kling-ai .about-kling-swiper .swiper-slide .about-kling-item img {
  width: 80px;
  height: 80px;
}
.kling-seo .about-kling-ai .about-kling-swiper .swiper-slide:nth-of-type(1) {
  background: #E0E5EC 0% 0% no-repeat padding-box;
}
.kling-seo .about-kling-ai .about-kling-swiper .swiper-slide:nth-of-type(2) {
  background: #E1EFEB 0% 0% no-repeat padding-box;
}
.kling-seo .about-kling-ai .about-kling-swiper .swiper-slide:nth-of-type(3) {
  background: #E9E4F1 0% 0% no-repeat padding-box;
}
.kling-seo .about-kling-ai .about-kling-swiper .swiper-slide:nth-of-type(4) {
  background: #DFDFE7 0% 0% no-repeat padding-box;
}
.kling-seo .power-kling-ai {
  max-width: 1364px;
  margin: 0 auto;
  text-align: center;
}
.kling-seo .power-kling-ai h2 {
  font: normal normal 600 44px/69px Poppins;
  color: #000000;
}
.kling-seo .power-kling-ai .css-p {
  font: normal normal normal 20px/30px Poppins;
  letter-spacing: 0.6px;
  color: #000000;
  margin: 36px auto 64px;
}
.kling-seo .power-kling-ai .power-kling-ai-item {
  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;
  margin-bottom: 146px;
}
.kling-seo .power-kling-ai .power-kling-ai-item .item-left {
  width: 564px;
  text-align: left;
}
.kling-seo .power-kling-ai .power-kling-ai-item .item-left h3 {
  font: normal normal 600 28px/51px Poppins;
  color: #000000;
}
.kling-seo .power-kling-ai .power-kling-ai-item .item-left p {
  font: normal normal normal 16px/32px Poppins;
  letter-spacing: 0.48px;
  color: #000000;
  margin: 28px 0 44px;
}
.kling-seo .power-kling-ai .power-kling-ai-item .item-right {
  padding: 59px 88px;
  background: transparent linear-gradient(235deg, #000000 0%, #3C2E6E 100%) 0% 0% no-repeat padding-box;
  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;
}
.kling-seo .power-kling-ai .power-kling-ai-item .item-right video {
  width: 484px;
  height: 348px;
}
.kling-seo .power-kling-ai .power-kling-ai-item .item-right-one {
  padding: 17px 39px 20px 321px;
  background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/power_bg1.png") 0% 0% no-repeat padding-box;
}
.kling-seo .power-kling-ai .power-kling-ai-item .item-right-one video {
  width: 300px;
  height: 429px;
}
.kling-seo .power-kling-ai .power-kling-ai-item .item-right-two {
  width: 660px;
  height: 466px;
  background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/power_bg2.png") 0% 0% no-repeat padding-box;
}
.kling-seo .how-kling-ai {
  max-width: 1694px;
  padding: 141px 165px 105px;
  background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/how_bg.png") 0% 0% no-repeat padding-box;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
.kling-seo .how-kling-ai h2 {
  font: normal normal 600 44px/69px Poppins;
  color: #FFFFFF;
  text-align: center;
}
.kling-seo .how-kling-ai .how-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 36px 0 40px;
  text-align: left;
}
.kling-seo .how-kling-ai .how-box .how-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kling-seo .how-kling-ai .how-box .how-item .how-num {
  font: normal normal 600 50px/51px Poppins;
  color: #FFFFFF;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
}
.kling-seo .how-kling-ai .how-box .how-item .how-info {
  margin-top: 6px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 440px;
  padding: 39px 40px;
  background: rgba(0, 0, 0, 0.7) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(206, 206, 218, 0.39);
  border-radius: 4px;
}
.kling-seo .how-kling-ai .how-box .how-item .how-info .p-title {
  font: normal normal 600 18px/51px Poppins;
  color: #FFFFFF;
}
.kling-seo .how-kling-ai .how-box .how-item .how-info .p-info {
  font: normal normal normal 14px/28px Poppins;
  letter-spacing: 0.42px;
  color: #CECEDA;
  margin-top: 23px;
}
.kling-seo .other-kling-ai {
  margin: 106px auto 0;
  max-width: 1364px;
  text-align: center;
}
.kling-seo .other-kling-ai h2 {
  font: normal normal 600 44px/69px Poppins;
  color: #000000;
  text-align: center;
}
.kling-seo .other-kling-ai .css-p {
  text-align: center;
  font: normal normal normal 20px/30px Poppins;
  letter-spacing: 0.6px;
  color: #000000;
  margin: 18px 0 39px;
}
.kling-seo .other-kling-ai .table-container {
  margin-bottom: 40px;
}
.kling-seo .other-kling-ai .table-container table tr {
  text-align: left;
}
.kling-seo .other-kling-ai .table-container table .table-p {
  font: normal normal 600 19px/69px Poppins;
  color: rgb(0, 0, 0);
}
.kling-seo .other-kling-ai .table-container table li {
  font: normal normal normal 16px/30px Poppins;
  letter-spacing: 0.48px;
  color: rgb(0, 0, 0);
}
.kling-seo .other-kling-ai .table-container table .table-one {
  width: 118px;
  position: sticky;
  inset-inline-start: 0px;
  text-align: center;
}
.kling-seo .other-kling-ai .table-container table .table-two {
  width: 340px;
  padding: 34px 0 29px;
  padding-inline: 43px 0;
  position: sticky;
  inset-inline-start: 118px;
}
.kling-seo .other-kling-ai .table-container table .table-two img {
  vertical-align: middle;
}
.kling-seo .other-kling-ai .table-container table .table-three, .kling-seo .other-kling-ai .table-container table .table-five {
  width: 301.5px;
  padding: 34px 0 29px;
  padding-inline: 43px 0;
}
.kling-seo .other-kling-ai .table-container table .table-four {
  width: 303px;
  border-left: 1px solid #D4DDF3;
  border-right: 1px solid #D4DDF3;
  padding: 34px 0 29px;
  padding-inline: 43px 0;
}
.kling-seo .other-kling-ai .table-container table .tr-line {
  background: #E6F2FF 0% 0% no-repeat padding-box;
}
.kling-seo .other-kling-ai .table-container table .shadow {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(255, 255, 255))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%) 0% 0% no-repeat padding-box;
  -webkit-filter: drop-shadow(0px 9px 22px #E6F2FF);
          filter: drop-shadow(0px 9px 22px #E6F2FF);
}
.kling-seo .other-kling-ai .table-container table .shadow-one {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(255, 255, 255))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%) 0% 0% no-repeat padding-box;
  -webkit-filter: drop-shadow(0px -22px 33px #E6F2FF);
          filter: drop-shadow(0px -22px 33px #E6F2FF);
}
.kling-seo .other-kling-ai .table-container table .shadow-two {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(255, 255, 255))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%) 0% 0% no-repeat padding-box;
  -webkit-filter: drop-shadow(0px -22px 22px #E6F2FF);
          filter: drop-shadow(0px -22px 22px #E6F2FF);
}
.kling-seo .other-kling-ai .table-container table .bg-one {
  background-color: #fff;
  font: normal normal 500 20px/69px Poppins;
  color: #000000;
}
.kling-seo .other-kling-ai .table-container table .bg-two {
  background-color: #E6F2FF;
  font: normal normal 500 20px/69px Poppins;
  color: #0269F9;
}
.kling-seo .like-kling-ai {
  padding: 130px 0 125px;
}
.kling-seo .like-kling-ai h2 {
  font: normal normal 600 44px/69px Poppins;
  color: #000000;
  text-align: center;
  margin-bottom: 54px;
}
.kling-seo .like-kling-ai .like-swiper-kling {
  width: 100%;
  overflow: hidden;
}
.kling-seo .like-kling-ai .like-swiper-kling .like-swiper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scorllRight 40s linear infinite;
          animation: scorllRight 40s linear infinite;
  -webkit-transform: translateX(-3732px);
          transform: translateX(-3732px);
}
.kling-seo .like-kling-ai .like-swiper-kling .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3732px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.kling-seo .like-kling-ai .like-swiper-kling .swiper-wrapper .swiper-slide {
  width: 602px;
  height: auto;
  background: #000000 0% 0% no-repeat padding-box;
  border: 1px solid #46464E;
  border-radius: 6px;
  padding: 50px 54px;
  margin-right: 20px;
}
.kling-seo .like-kling-ai .like-swiper-kling .swiper-wrapper .swiper-slide .start {
  width: 95px;
  height: 12px;
}
.kling-seo .like-kling-ai .like-swiper-kling .swiper-wrapper .swiper-slide .css-p {
  font: italic normal normal 20px/30px Poppins;
  letter-spacing: 0.6px;
  color: #FFFFFF;
  margin: 36px 0 20px;
}
.kling-seo .like-kling-ai .like-swiper-kling .swiper-wrapper .swiper-slide .like-line {
  border: 1px solid rgba(231, 231, 238, 0.28);
}
.kling-seo .like-kling-ai .like-swiper-kling .swiper-wrapper .swiper-slide .css-info {
  font: normal normal normal 14px/30px Poppins;
  letter-spacing: 0.42px;
  color: #CECEDA;
  margin: 20px 0 36px;
}
.kling-seo .like-kling-ai .like-swiper-kling .swiper-wrapper .swiper-slide .user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
.kling-seo .like-kling-ai .like-swiper-kling .swiper-wrapper .swiper-slide .user-box img {
  width: 60px;
  height: 60px;
}
.kling-seo .like-kling-ai .like-swiper-kling .swiper-wrapper .swiper-slide .user-box .user-info .name {
  font: normal normal 600 16px/25px Poppins;
  color: #FFFFFF;
  margin-bottom: 7px;
}
.kling-seo .like-kling-ai .like-swiper-kling .swiper-wrapper .swiper-slide .user-box .user-info .job {
  font: normal normal 300 16px/25px Poppins;
  color: #868B95;
}
@-webkit-keyframes scorllRight {
  0% {
    -webkit-transform: translateX(-3732px);
            transform: translateX(-3732px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes scorllRight {
  0% {
    -webkit-transform: translateX(-3732px);
            transform: translateX(-3732px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.kling-seo .faq-kling-ai {
  max-width: 1364px;
  margin: 0 auto;
  padding: 118px 0;
  background: #F3F3F5 0% 0% no-repeat padding-box;
  border: 1px solid #EEEEF9;
  border-radius: 20px;
  width: 92%;
}
.kling-seo .faq-kling-ai .tips {
  text-align: center;
  font: normal normal 300 32px/48px Poppins;
  letter-spacing: 3.2px;
  color: #000000;
}
.kling-seo .faq-kling-ai .faq-list {
  width: 812px !important;
}
.kling-seo .faq-kling-ai .faq-test-faq-name {
  font: normal normal 500 18px/27px Poppins !important;
}
.kling-seo .faq-kling-ai .css-p {
  font: normal normal 300 14px/25px Poppins !important;
}
.kling-seo .more-kling-ai {
  padding: 112px 0 89px;
  text-align: center;
}
.kling-seo .more-kling-ai h2 {
  font: normal normal 600 44px/69px Poppins;
  color: #000000;
}
.kling-seo .more-kling-ai .css-p {
  font: normal normal normal 20px/30px Poppins;
  letter-spacing: 0.6px;
  color: #000000;
  margin: 10px 0 33px;
}
.kling-seo .more-kling-ai .more-kling-swiper {
  max-width: 1364px;
  margin-bottom: 45px;
}
.kling-seo .more-kling-ai .more-kling-swiper .swiper-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kling-seo .more-kling-ai .more-kling-swiper .swiper-slide {
  width: 322px !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 6px;
  height: auto;
  cursor: pointer;
  overflow: hidden;
}
.kling-seo .more-kling-ai .more-kling-swiper .swiper-slide .more-kling-item {
  width: 100%;
  padding: 45px 0px 34px;
  text-align: center;
  font-size: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.kling-seo .more-kling-ai .more-kling-swiper .swiper-slide .more-kling-item p {
  font: normal normal normal 22px/30px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin: 0 0 27px;
}
.kling-seo .more-kling-ai .more-kling-swiper .swiper-slide .more-kling-item img {
  width: 322px;
  height: 245px;
}
.kling-seo .more-kling-ai .more-kling-swiper .swiper-slide .more-kling-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.kling-seo .more-kling-ai .more-kling-swiper .swiper-slide:nth-of-type(1) {
  background: #E0E5EC 0% 0% no-repeat padding-box;
}
.kling-seo .more-kling-ai .more-kling-swiper .swiper-slide:nth-of-type(2) {
  background: #E1EFEB 0% 0% no-repeat padding-box;
}
.kling-seo .more-kling-ai .more-kling-swiper .swiper-slide:nth-of-type(3) {
  background: #E9E4F1 0% 0% no-repeat padding-box;
}
.kling-seo .more-kling-ai .more-kling-swiper .swiper-slide:nth-of-type(4) {
  background: #DFDFE7 0% 0% no-repeat padding-box;
}
.kling-seo .try-kling-ai {
  max-width: 1694px;
  background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/try_bg.png") center no-repeat padding-box;
  background-size: cover;
  padding: 228px 0;
  text-align: center;
  margin: 0 auto;
  height: 680px;
  width: 92%;
}
.kling-seo .try-kling-ai h2 {
  font: normal normal 600 64px/69px Poppins;
  color: #FFFFFF;
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .kling-seo .about-kling-ai {
    padding: 1rem 0;
  }
  .kling-seo .about-kling-ai h2, .kling-seo .about-kling-ai p {
    padding: 0 0.6rem;
  }
  .kling-seo .about-kling-ai h2 {
    font: normal normal 600 0.44rem/0.81rem Poppins;
  }
  .kling-seo .about-kling-ai p {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    letter-spacing: 0.0084rem;
    margin: 0.38rem auto 0.53rem;
  }
  .kling-seo .about-kling-ai .about-kling-swiper {
    margin-bottom: 0.53rem;
  }
  .kling-seo .about-kling-ai .about-kling-swiper .swiper-slide .about-kling-item {
    padding: 0.87rem 0.4rem 0.68rem;
  }
  .kling-seo .about-kling-ai .about-kling-swiper .swiper-slide .about-kling-item img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .kling-seo .about-kling-ai .about-kling-swiper .swiper-slide .about-kling-item p {
    font: normal normal normal 0.38rem/0.56rem Poppins;
    padding: 0;
  }
  .kling-seo .power-kling-ai {
    padding: 0 0.45rem;
  }
  .kling-seo .power-kling-ai h2 {
    font: normal normal 600 0.44rem/0.81rem Poppins;
  }
  .kling-seo .power-kling-ai .css-p {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    letter-spacing: 0.0084rem;
    margin: 0.3rem 0 0.86rem;
  }
  .kling-seo .power-kling-ai .power-kling-ai-item {
    display: -ms-grid;
    display: grid;
    gap: 0.41rem;
    margin-bottom: 1.12rem;
  }
  .kling-seo .power-kling-ai .power-kling-ai-item .item-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
  }
  .kling-seo .power-kling-ai .power-kling-ai-item .item-left h3 {
    font: normal normal 600 0.32rem/0.48rem Poppins;
  }
  .kling-seo .power-kling-ai .power-kling-ai-item .item-left p {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    letter-spacing: 0.0084rem;
    margin: 0.3rem 0 0.37rem;
  }
  .kling-seo .power-kling-ai .power-kling-ai-item .item-right {
    padding: 0.59rem 0.88rem;
  }
  .kling-seo .power-kling-ai .power-kling-ai-item .item-right video {
    width: 100%;
    height: auto;
  }
  .kling-seo .power-kling-ai .power-kling-ai-item .item-right-one {
    background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/power_bg_mob1.png") 0% 0% no-repeat padding-box;
    padding: 0.17rem 0.39rem 0.2rem 3.31rem;
    background-size: cover;
  }
  .kling-seo .power-kling-ai .power-kling-ai-item .item-right-one video {
    width: 100%;
    height: auto;
  }
  .kling-seo .power-kling-ai .power-kling-ai-item .item-right-two {
    background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/power_bg_mob2.png") 0% 0% no-repeat padding-box;
    width: 6.6rem;
    height: 4.66rem;
    background-size: cover;
  }
  .kling-seo .how-kling-ai {
    padding: 1.1rem 0.6rem 0.78rem;
  }
  .kling-seo .how-kling-ai h2 {
    font: normal normal 600 0.44rem/0.81rem Poppins;
  }
  .kling-seo .how-kling-ai .how-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
  }
  .kling-seo .how-kling-ai .how-box .how-item .how-num {
    font: normal normal 600 0.56rem/0.51rem Poppins;
    -webkit-margin-start: 0.4rem;
            margin-inline-start: 0.4rem;
  }
  .kling-seo .how-kling-ai .how-box .how-item .how-info {
    padding: 0.39rem 0.4rem;
  }
  .kling-seo .how-kling-ai .how-box .how-item .how-info .p-title {
    font: normal normal 600 0.28rem/0.48rem Poppins;
  }
  .kling-seo .how-kling-ai .how-box .how-item .how-info .p-info {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    letter-spacing: 0.0084rem;
    margin-top: 0.3rem;
  }
  .kling-seo .other-kling-ai {
    padding: 0 0 0.78rem;
  }
  .kling-seo .other-kling-ai h2 {
    font: normal normal 600 0.44rem/0.81rem Poppins;
    padding: 0 0.6rem;
  }
  .kling-seo .other-kling-ai .css-p {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    letter-spacing: 0.0084rem;
    padding: 0 0.6rem;
    margin: 0.3rem 0 0.58rem;
  }
  .kling-seo .other-kling-ai .table-container {
    overflow-x: auto;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
  }
  .kling-seo .other-kling-ai .table-container ::-webkit-scrollbar {
    display: none;
  }
  .kling-seo .other-kling-ai .table-container table {
    white-space: nowrap;
  }
  .kling-seo .other-kling-ai .table-container table .table-p {
    font: normal normal 600 0.24rem/0.69rem Poppins;
  }
  .kling-seo .other-kling-ai .table-container table li {
    font: normal normal normal 0.18rem/0.3rem Poppins;
    letter-spacing: 0.0054rem;
  }
  .kling-seo .other-kling-ai .table-container table .table-one {
    width: 0.94rem;
    padding: 0 0.1rem;
  }
  .kling-seo .other-kling-ai .table-container table .table-two {
    width: 2.5rem;
    padding: 0.34rem 0 0.29rem;
    padding-inline: 0.26rem 0.26rem;
    inset-inline-start: 0.68rem;
    font-size: 0;
  }
  .kling-seo .other-kling-ai .table-container table .table-two img {
    width: 1.71rem;
    height: 0.34rem;
  }
  .kling-seo .other-kling-ai .table-container table .table-three, .kling-seo .other-kling-ai .table-container table .table-five {
    width: 3rem;
    padding: 0.34rem 0 0.29rem;
    padding-inline: 0.26rem 0.26rem;
  }
  .kling-seo .other-kling-ai .table-container table .table-four {
    width: 3rem;
    padding: 0.34rem 0 0.29rem;
    padding-inline: 0.26rem 0.26rem;
  }
  .kling-seo .other-kling-ai .table-container table .bg-one {
    font: normal normal 500 0.24rem/0.69rem Poppins;
  }
  .kling-seo .other-kling-ai .table-container table .bg-two {
    font: normal normal 500 0.24rem/0.69rem Poppins;
  }
  .kling-seo .like-kling-ai {
    padding: 0 0 1.44rem;
  }
  .kling-seo .like-kling-ai h2 {
    font: normal normal 600 0.44rem/0.81rem Poppins;
    margin-bottom: 0.31rem;
    padding: 0 0.6rem;
  }
  .kling-seo .like-kling-ai .like-swiper-kling .like-swiper-content {
    -webkit-animation: scorllRightmob 40s linear infinite;
            animation: scorllRightmob 40s linear infinite;
    -webkit-transform: translateX(-39rem);
            transform: translateX(-39rem);
  }
  .kling-seo .like-kling-ai .like-swiper-kling .like-swiper-content .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 39rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 0;
  }
  .kling-seo .like-kling-ai .like-swiper-kling .like-swiper-content .swiper-wrapper .swiper-slide {
    width: 6.3rem;
    padding: 0.5rem 0.54rem;
    margin-right: 0.2rem;
  }
  .kling-seo .like-kling-ai .like-swiper-kling .like-swiper-content .swiper-wrapper .swiper-slide .start {
    width: 1.9rem;
    height: 0.24rem;
  }
  .kling-seo .like-kling-ai .like-swiper-kling .like-swiper-content .swiper-wrapper .swiper-slide .css-p {
    font: italic normal normal 0.32rem/0.64rem Poppins;
    letter-spacing: 0.0096rem;
    color: #FFFFFF;
    margin: 0.24rem 0 0.2rem;
  }
  .kling-seo .like-kling-ai .like-swiper-kling .like-swiper-content .swiper-wrapper .swiper-slide .css-info {
    font: normal normal normal 0.24rem/0.56rem Poppins;
    letter-spacing: 0.0072rem;
    margin: 0.2rem 0 0.7rem;
  }
  .kling-seo .like-kling-ai .like-swiper-kling .like-swiper-content .swiper-wrapper .swiper-slide .user-box {
    gap: 19px;
  }
  .kling-seo .like-kling-ai .like-swiper-kling .like-swiper-content .swiper-wrapper .swiper-slide .user-box img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .kling-seo .like-kling-ai .like-swiper-kling .like-swiper-content .swiper-wrapper .swiper-slide .user-box .user-info .name {
    font: normal normal 600 0.32rem/0.48rem Poppins;
    margin-bottom: 0.15rem;
  }
  .kling-seo .like-kling-ai .like-swiper-kling .like-swiper-content .swiper-wrapper .swiper-slide .user-box .user-info .job {
    font: normal normal 300 0.22rem/0.33rem Poppins;
  }
  @-webkit-keyframes scorllRightmob {
    0% {
      -webkit-transform: translateX(-39rem);
              transform: translateX(-39rem);
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  @keyframes scorllRightmob {
    0% {
      -webkit-transform: translateX(-39rem);
              transform: translateX(-39rem);
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  .kling-seo .faq-kling-ai {
    width: 100%;
    padding: 0.9rem 0.6rem !important;
    background: #F3F3F5 0% 0% no-repeat padding-box;
  }
  .kling-seo .faq-kling-ai .faq-list {
    width: 100% !important;
  }
  .kling-seo .faq-kling-ai .tips {
    text-align: center;
    font: normal normal 500 0.28rem/0.5rem Poppins;
    letter-spacing: 0.1rem;
  }
  .kling-seo .faq-kling-ai .faq-test-faq-name {
    font: normal normal 500 0.32rem/0.48rem Poppins !important;
  }
  .kling-seo .faq-kling-ai .css-p {
    font: normal normal 300 0.28rem/0.55rem Poppins !important;
  }
  .kling-seo .more-kling-ai {
    padding: 0.94rem 0 1.24rem;
    text-align: center;
  }
  .kling-seo .more-kling-ai h2 {
    font: normal normal 600 0.44rem/0.81rem Poppins;
    padding: 0 0.6rem;
  }
  .kling-seo .more-kling-ai .css-p {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    letter-spacing: 0.0084rem;
    margin: 0.3rem 0;
    padding: 0 0.6rem;
  }
  .kling-seo .more-kling-ai .more-kling-swiper {
    margin-bottom: 0.48rem;
  }
  .kling-seo .more-kling-ai .more-kling-swiper .swiper-slide .more-kling-item {
    padding: 0.67rem 0px 0.57rem;
    text-align: center;
    font-size: 0;
  }
  .kling-seo .more-kling-ai .more-kling-swiper .swiper-slide .more-kling-item p {
    font: normal normal normal 0.28rem/0.3rem Poppins;
    letter-spacing: 0.0084rem;
    margin: 0 0 0.47rem;
  }
  .kling-seo .more-kling-ai .more-kling-swiper .swiper-slide .more-kling-item img {
    width: 100%;
    height: auto;
  }
  .kling-seo .try-kling-ai {
    width: 100%;
    background: transparent url("https://static-alter1.vidnoz.com/web/jp/img/kling-ai-video/try_mob.png") 0% 0% no-repeat padding-box;
    background-size: cover;
    padding: 2.36rem 0.6rem 2.77rem;
    height: 9.28rem;
  }
  .kling-seo .try-kling-ai h2 {
    font: normal normal 600 0.64rem/1.2rem Poppins;
    margin-bottom: 0.75rem;
  }
}