@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#ai-kissing-video {
  background-color: #f6f6f8;
  padding: 0 32px 16px;
  min-height: calc(100vh - var(--gen-header-height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-height: 890px) {
  #ai-kissing-video {
    min-height: calc(890px - var(--gen-header-height));
  }
}
#ai-kissing-video #banner_template {
  padding: 13px 21px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-kissing-video/Kissing video@2x.webp");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#ai-kissing-video #banner_template .banner-content {
  width: 230px;
  font: normal normal bold 16px/19px Roboto;
}
#ai-kissing-video #banner_template .banner-button {
  margin-top: 10px;
  cursor: pointer;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FE6D35), to(#FF9900)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FE6D35 0%, #FF9900 100%) 0 0 no-repeat padding-box;
  border-radius: 99px;
  font: normal normal 500 13px/14px Roboto;
  color: #fff;
  height: 30px;
  padding: 0 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video #banner_template .banner-button {
    opacity: 1;
  }
  #ai-kissing-video #banner_template .banner-button:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
  }
}
#ai-kissing-video .gen-left-wrapper {
  position: relative;
  width: 480px;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 16px;
  background-color: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#ai-kissing-video .gen-left-wrapper .tab-pane {
  overflow: visible !important;
}
#ai-kissing-video .gen-right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 54px 32px;
  overflow: hidden;
}
#ai-kissing-video .gen-right-wrapper > h1 {
  text-align: center;
  font: normal normal bold 32px/43px Roboto;
  color: #282e48;
  margin-bottom: 10px;
}
#ai-kissing-video .gen-right-wrapper > h1 + p {
  text-align: center;
  font: normal normal normal 16px/22px Roboto;
  color: #a1a4b3;
  margin-bottom: 24px;
}
#ai-kissing-video .tab-bar-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#ai-kissing-video .tab-bar-wrap .tab-bar {
  margin: 4px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#ai-kissing-video .tab-bar-wrap .tab-item {
  cursor: pointer;
  font: normal normal 500 16px/21px Roboto;
  color: #282e48;
  position: relative;
  -webkit-margin-end: 32px;
          margin-inline-end: 32px;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
#ai-kissing-video .tab-bar-wrap .tab-item:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .tab-bar-wrap .tab-item:not(.active):hover {
    color: rgba(40, 46, 72, 0.7);
  }
}
#ai-kissing-video .tab-bar-wrap .tab-item.active {
  color: #8b3dff;
}
#ai-kissing-video .tab-bar-wrap .tab-item.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #8b3dff;
  border-radius: 99px;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
}
#ai-kissing-video .tab-pane-wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#ai-kissing-video .tab-pane-wrap .tab-pane {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
#ai-kissing-video .tab-pane-wrap .tab-pane.active {
  display: block;
}
#ai-kissing-video .image-to-kissing,
#ai-kissing-video .text-to-kissing {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ai-kissing-video .image-to-kissing.generating {
  pointer-events: none;
}
#ai-kissing-video .image-to-kissing.generating .model-selector {
  opacity: 0.5;
}
#ai-kissing-video .image-to-kissing.generating .kling-type-wrapper {
  opacity: 0.5;
}
#ai-kissing-video .image-to-kissing.generating .kling-option-wrapper {
  opacity: 0.5;
}
#ai-kissing-video .image-to-kissing.generating .kling-textarea {
  opacity: 0.5;
}
#ai-kissing-video .image-to-kissing.generating .kling-upload-info {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
#ai-kissing-video .image-to-kissing.generating .uploaded-image,
#ai-kissing-video .image-to-kissing.generating .kling-uploaded {
  overflow: hidden;
}
#ai-kissing-video .image-to-kissing.generating .uploaded-image img,
#ai-kissing-video .image-to-kissing.generating .kling-uploaded img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
#ai-kissing-video .image-to-kissing.generating .delete-image {
  display: none;
}
#ai-kissing-video .image-to-kissing.generating .example-images-list img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
#ai-kissing-video .text-to-kissing.generating {
  pointer-events: none;
}
#ai-kissing-video .text-to-kissing.generating .model-selector {
  opacity: 0.5;
}
#ai-kissing-video .text-to-kissing.generating .option-style {
  opacity: 0.5;
}
#ai-kissing-video .text-to-kissing.generating .input-wrapper {
  opacity: 0.5;
}
#ai-kissing-video .text-to-kissing.generating .select-list {
  opacity: 0.5;
}
#ai-kissing-video .text-to-kissing.generating .kling-option-wrapper {
  opacity: 0.5;
}
#ai-kissing-video .text-to-kissing.generating .kling-textarea {
  opacity: 0.5;
}
#ai-kissing-video .video-wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .video-wrapper {
    padding-bottom: 56px;
  }
}
#ai-kissing-video .video-wrapper.generating .video-wrap {
  display: none;
}
#ai-kissing-video .video-wrapper.generating .generating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ai-kissing-video .video-wrapper.generating .generated-wrap {
  display: none;
}
#ai-kissing-video .video-wrapper.generated {
  padding-bottom: 0;
}
#ai-kissing-video .video-wrapper.generated .video-wrap {
  display: none;
}
#ai-kissing-video .video-wrapper.generated .generating-wrap {
  display: none;
}
#ai-kissing-video .video-wrapper.generated .generated-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ai-kissing-video .video-wrapper .video-wrap {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ai-kissing-video .video-wrapper .video-wrap video {
  display: block;
  height: 100%;
  max-width: 100%;
  border-radius: 10px;
}
#ai-kissing-video .video-wrapper .generating-wrap {
  display: none;
  -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-size: cover;
  background-color: rgba(40, 46, 72, 0.04);
  border-radius: 10px;
}
#ai-kissing-video .video-wrapper .generating-wrap[data-ratio="169"] {
  aspect-ratio: 1.778;
  width: auto;
  height: 100%;
}
#ai-kissing-video .video-wrapper .generating-wrap[data-ratio="916"] {
  aspect-ratio: 0.561;
  width: auto;
  height: 100%;
}
#ai-kissing-video .video-wrapper .generating-wrap[data-ratio="11"] {
  aspect-ratio: 1;
  width: auto;
  height: 100%;
}
#ai-kissing-video .video-wrapper .generating-wrap[data-ratio="43"] {
  aspect-ratio: 1.333;
  width: auto;
  height: 100%;
}
#ai-kissing-video .video-wrapper .generating-wrap[data-ratio="34"] {
  aspect-ratio: 0.75;
  width: auto;
  height: 100%;
}
#ai-kissing-video .video-wrapper .generating-wrap img {
  width: 32px;
  height: 32px;
  -webkit-animation: loading 1s linear infinite;
          animation: loading 1s linear infinite;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
#ai-kissing-video .video-wrapper .generating-wrap span {
  font: 500 16px/21px Roboto;
  color: #282e48;
  text-align: center;
}
#ai-kissing-video .video-wrapper .generating-wrap span:last-child {
  font: normal 12px/16px Roboto;
  color: #a1a4b3;
  -webkit-margin-before: 6px;
          margin-block-start: 6px;
}
#ai-kissing-video .video-wrapper .generated-wrap {
  width: 100%;
  height: 100%;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: none;
}
#ai-kissing-video .video-wrapper .generated-wrap .generated-video {
  max-width: 100%;
  max-height: calc(100% - 56px);
  position: relative;
}
#ai-kissing-video .video-wrapper .generated-wrap .generated-video video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#ai-kissing-video .video-wrapper .generated-wrap .generated-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
#ai-kissing-video .operate-wrapper {
  width: 100%;
  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;
}
#ai-kissing-video .operate-wrapper .scroll-wrapper {
  height: 100%;
  overflow: auto;
  margin-bottom: 20px;
  background: #f2f3f4;
  border-radius: 8px;
}
#ai-kissing-video .operate-wrap {
  width: 100%;
  background: #f2f3f4;
  border-radius: 8px;
  position: relative;
  margin-bottom: 12px;
  padding: 12px;
}
#ai-kissing-video .operate-wrap .panel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  gap: 24px;
}
#ai-kissing-video .operate-wrap .step-title {
  font: normal normal 500 14px/19px Roboto;
  color: #282e48;
  margin-bottom: 12px;
}
#ai-kissing-video .model-operate-wrapper > .operate-wrap {
  display: none;
  margin-bottom: 0;
}
#ai-kissing-video .model-operate-wrapper > .operate-wrap.active {
  display: block;
}
#ai-kissing-video .drag-text {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font: normal normal normal 16px/21px Roboto;
  z-index: 0;
  color: #282e48;
  pointer-events: none;
}
#ai-kissing-video .upload-wrapper {
  width: 100%;
  height: 134px;
  margin-top: 12px;
  background: #ffffff 0 0 no-repeat padding-box;
  border: 2px dashed #a1a4b3;
  border-radius: 8px;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .upload-wrapper:hover {
    border: 2px dashed #8b3dff;
    background-color: rgba(139, 61, 255, 0.0588235294);
  }
}
#ai-kissing-video .upload-wrapper.loading .upload-wrap {
  display: none;
}
#ai-kissing-video .upload-wrapper.loading .upload-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ai-kissing-video .upload-wrapper.dragover {
  border: 2px dashed #8b3dff;
  background-color: rgba(139, 61, 255, 0.0588235294);
}
#ai-kissing-video .upload-wrapper.dragover .upload-wrap {
  filter: blur(6px);
  -webkit-filter: blur(6px);
}
#ai-kissing-video .upload-wrapper.dragover .drag-text {
  display: inline;
}
#ai-kissing-video .upload-wrap {
  cursor: pointer;
  width: 100%;
  height: 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;
}
#ai-kissing-video .upload-wrap img {
  pointer-events: none;
  width: 28px;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}
#ai-kissing-video .upload-wrap .upload-text {
  pointer-events: none;
  font: normal normal 500 14px/19px Roboto;
  color: #282e48;
}
#ai-kissing-video .upload-wrap .upload-text p:last-child {
  margin-top: 6px;
}
#ai-kissing-video .upload-wrap .upload-text p:last-child span {
  font: normal normal normal 14px/19px Roboto;
  color: #a1a4b3;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .upload-wrap .upload-text p:last-child span:last-child {
    display: none;
  }
}
#ai-kissing-video .upload-desc {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font: normal normal normal 12px/16px Roboto;
  color: #a1a4b3;
}
#ai-kissing-video .upload-desc img {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-bottom: -3px;
  cursor: pointer;
}
#ai-kissing-video .upload-loading {
  display: none;
  height: 100%;
  -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-color: #f2ebfe;
}
#ai-kissing-video .upload-loading p {
  font: normal normal normal 12px/18px Poppins;
  color: #39325a;
  margin-top: 8px;
}
#ai-kissing-video .upload-loading img {
  -webkit-animation: loading 1s linear infinite;
          animation: loading 1s linear infinite;
}
#ai-kissing-video .uploaded-wrapper {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  cursor: pointer;
  background-color: #fff;
  padding: 8px;
  position: relative;
  border-radius: 8px;
}
#ai-kissing-video .uploaded-wrapper.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ai-kissing-video .uploaded-wrapper .uploaded-image img {
  max-width: 201px;
  height: 134px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
#ai-kissing-video .uploaded-wrapper .uploaded-image .delete-image {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
#ai-kissing-video .uploaded-wrapper.dragover .uploaded-image {
  pointer-events: none;
  filter: blur(6px);
  -webkit-filter: blur(6px);
}
#ai-kissing-video .uploaded-wrapper.dragover .uploaded-image .delete-image {
  pointer-events: inherit;
  display: none;
}
#ai-kissing-video .uploaded-wrapper.dragover .drag-text {
  display: inline;
}
#ai-kissing-video .kling-upload-wrapper {
  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-bottom: 10px;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-box {
  width: 143px;
  height: 130px;
  background: #ffffff 0 0 no-repeat padding-box;
  border: 2px dashed #a1a4b3;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .kling-upload-wrapper .kling-upload-box:hover {
    background: rgba(139, 61, 255, 0.0588235294) 0 0 no-repeat padding-box;
    border: 2px dashed #8b3dff;
  }
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-box.loading {
  border: 2px dashed #8b3dff;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-box.loading .kling-upload-info {
  display: none !important;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-box.loading .kling-upload-loading {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-box.loading .kling-uploaded {
  display: none !important;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-box.dragover {
  border: 2px dashed #8b3dff;
  background-color: rgba(139, 61, 255, 0.0588235294);
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-box.dragover .kling-upload-info {
  filter: blur(6px);
  -webkit-filter: blur(6px);
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-box.uploaded {
  border-color: transparent;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-box.uploaded:hover {
  background-color: #fff;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-box.uploaded .kling-upload-info {
  display: none;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-box.uploaded .kling-upload-loading {
  display: none;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-box.uploaded .kling-uploaded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-info {
  width: inherit;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  padding-top: 36px;
  font: normal normal 500 13px/18px Roboto;
  color: #282e48;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-info img {
  margin-bottom: 12px;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-info p {
  font: normal normal 500 13px/18px Roboto;
  color: #282e48;
  text-align: center;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-info span {
  font: normal normal normal 12px/16px Roboto;
  color: #a1a4b3;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-loading {
  display: none;
  height: 100%;
  -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-color: #f2ebfe;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-loading p {
  font: normal normal normal 12px/16px Roboto;
  color: #282e48;
  margin-top: 6px;
}
#ai-kissing-video .kling-upload-wrapper .kling-upload-loading img {
  width: 24px;
  -webkit-animation: loading 1s linear infinite;
          animation: loading 1s linear infinite;
}
#ai-kissing-video .kling-upload-wrapper .kling-uploaded {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
#ai-kissing-video .kling-upload-wrapper .kling-uploaded .kling-uploaded-image img {
  max-width: 160px;
  height: 134px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
#ai-kissing-video .kling-upload-wrapper .kling-uploaded .kling-uploaded-image .delete-image {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#ai-kissing-video .kling-option-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ai-kissing-video .kling-option-wrapper .kling-option-item {
  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;
  height: 36px;
  padding: 0 16px;
  margin-right: 10px;
  font: normal normal normal 13px/18px Roboto;
  color: #282e48;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
}
#ai-kissing-video .kling-option-wrapper .kling-option-item:last-child {
  margin-right: 0;
}
#ai-kissing-video .kling-option-wrapper .kling-option-item.active {
  border: 2px solid #8b3dff;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .kling-option-wrapper .kling-option-item:not(.active):hover {
    border: 1px solid #8b3dff;
  }
}
#ai-kissing-video .kling-type-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ai-kissing-video .kling-type-wrapper .kling-type-item {
  display: block;
  width: calc((100% - 42px) / 4);
  -webkit-margin-end: 14px;
          margin-inline-end: 14px;
  position: relative;
  cursor: pointer;
}
#ai-kissing-video .kling-type-wrapper .kling-type-item:nth-child(4n) {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
#ai-kissing-video .kling-type-wrapper .kling-type-item.active .kling-type-item-content {
  -webkit-box-shadow: 0 0 0 3px #8b3dff;
          box-shadow: 0 0 0 3px #8b3dff;
  border-radius: 8px;
  outline: 1px solid #fff;
}
#ai-kissing-video .kling-type-wrapper .kling-type-item.active .kling-type-item-name {
  color: #8B3DFF;
}
#ai-kissing-video .kling-type-wrapper .kling-type-item .kling-type-item-content {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 2px;
}
#ai-kissing-video .kling-type-wrapper .kling-type-item .kling-type-item-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
#ai-kissing-video .kling-type-wrapper .kling-type-item .kling-type-item-name {
  text-align: center;
  font: normal normal normal 13px/18px Roboto;
  color: #282E48;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ai-kissing-video .kling-slider-title {
  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;
  margin-top: 24px;
  margin-bottom: 12px;
}
#ai-kissing-video .kling-slider-title .step-title {
  margin-bottom: 0;
}
#ai-kissing-video .kling-slider-title svg {
  cursor: pointer;
}
#ai-kissing-video .kling-slider-title svg.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#ai-kissing-video .kling-slider-title svg.open path {
  stroke: #8b3dff;
}
#ai-kissing-video .kling-textarea {
  width: 100%;
  position: relative;
  padding: 10px;
  background-color: #fff;
  border: 1px solid rgba(40, 46, 72, 0.1607843137);
  border-radius: 8px;
  overflow: hidden;
  height: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 0.16s all ease-in-out;
  transition: 0.16s all ease-in-out;
}
#ai-kissing-video .kling-textarea.open {
  height: auto;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
#ai-kissing-video .kling-textarea textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 100px;
  resize: none;
  font: normal normal normal 12px/16px Roboto;
  color: #282e48;
}
#ai-kissing-video .kling-textarea .input-tool {
  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;
}
#ai-kissing-video .kling-textarea .input-tool .kling-textarea-count {
  font: normal normal 500 13px/20px Poppins;
  color: #8b8b8b;
}
#ai-kissing-video .kling-textarea .input-tool .kling-textarea-count.error {
  color: #ff4d4f;
}
#ai-kissing-video .kling-textarea .input-tool .try-an-example {
  text-decoration: underline;
  font: normal normal 500 13px/20px Poppins;
  color: #8b3dff;
  cursor: pointer;
  -webkit-transition: 0.16s all ease-in-out;
  transition: 0.16s all ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .kling-textarea .input-tool .try-an-example:hover {
    color: #c069ff;
  }
}
#ai-kissing-video .kling-textarea.focus {
  border: 1px solid #8b3dff;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .kling-textarea:hover {
    border: 1px solid #8b3dff;
  }
}
#ai-kissing-video i.add-icon {
  width: 14px;
  height: 14px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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 27px;
}
#ai-kissing-video i.add-icon::before, #ai-kissing-video i.add-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000 0 0 no-repeat padding-box;
  border-radius: 99px;
  position: absolute;
}
#ai-kissing-video i.add-icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#ai-kissing-video .generator-button {
  position: relative;
  outline: none;
  border: none;
  width: 100%;
  height: 48px;
  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;
  background: transparent -webkit-gradient(linear, right top, left top, from(#4c15e2), to(#8b3dff)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(270deg, #4c15e2 0%, #8b3dff 100%) 0 0 no-repeat padding-box;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.16s all ease-in-out;
  transition: 0.16s all ease-in-out;
}
#ai-kissing-video .generator-button span {
  font: normal normal normal 16px/21px Roboto;
  color: #ffffff;
}
#ai-kissing-video .generator-button svg {
  width: 10px;
  height: 10px;
  margin-bottom: -10px;
}
#ai-kissing-video .generator-button .generating {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ai-kissing-video .generator-button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
#ai-kissing-video .generator-button.generating .button-text {
  display: none;
}
#ai-kissing-video .generator-button.generating .generating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ai-kissing-video .kissing-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;
  font: normal normal normal 13px/18px Roboto;
  color: #282e48;
  margin-top: 12px;
}
#ai-kissing-video .kissing-copyright img {
  display: block;
  margin-right: 4px;
}
#ai-kissing-video .no-idea {
  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;
  padding: 0 10px;
}
#ai-kissing-video .no-idea span {
  font: normal normal 300 13px/20px Poppins;
  color: #39325a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#ai-kissing-video .no-idea span b {
  font: normal normal bold 14px/20px Poppins;
}
#ai-kissing-video .no-idea .example-images-list {
  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;
  padding-left: 24px;
}
#ai-kissing-video .no-idea .example-images-list .example-item {
  width: calc((100% - 36px) / 4);
  display: block;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
#ai-kissing-video .no-idea .example-images-list .example-item img {
  width: 100%;
  height: auto;
  display: block;
}
#ai-kissing-video .no-idea .example-images-list .example-item:last-child {
  margin-right: 0;
}
#ai-kissing-video .input-wrapper {
  background: #ffffff 0 0 no-repeat padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 12px;
}
#ai-kissing-video .input-wrapper textarea {
  outline: none;
  border: none;
  width: 100%;
  height: 100px;
  resize: none;
  font: normal normal normal 14px/19px Roboto;
  color: #39325a;
}
#ai-kissing-video .input-wrapper textarea::-webkit-input-placeholder {
  color: #a1a4b3;
}
#ai-kissing-video .input-wrapper textarea::-moz-placeholder {
  color: #a1a4b3;
}
#ai-kissing-video .input-wrapper textarea:-ms-input-placeholder {
  color: #a1a4b3;
}
#ai-kissing-video .input-wrapper textarea::-ms-input-placeholder {
  color: #a1a4b3;
}
#ai-kissing-video .input-wrapper textarea::placeholder {
  color: #a1a4b3;
}
#ai-kissing-video .input-wrapper .input-tool {
  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;
}
#ai-kissing-video .input-wrapper .input-tool span {
  font: normal normal 500 13px/18px Poppins;
  color: #8b8b8b;
}
#ai-kissing-video .input-wrapper .input-tool span.error {
  color: #ff4d4f;
}
#ai-kissing-video .input-wrapper .input-tool .try-an-example {
  text-decoration: underline;
  font: normal normal 500 13px/18px Poppins;
  color: #8b3dff;
  cursor: pointer;
  -webkit-transition: 0.16s all ease-in-out;
  transition: 0.16s all ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .input-wrapper .input-tool .try-an-example:hover {
    color: #c069ff;
  }
}
#ai-kissing-video .select-wrapper {
  position: relative;
}
#ai-kissing-video .select-wrapper[data-type=aspect] .select-list .aspect-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ai-kissing-video .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item {
  cursor: pointer;
  -webkit-transition: 0.16s all ease-in-out;
  transition: 0.16s all ease-in-out;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  border-radius: 6px;
  border: 2px solid transparent;
  background-color: #fff;
}
#ai-kissing-video .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item .aspect-name {
  width: 57px;
  height: 57px;
  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;
}
#ai-kissing-video .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item .aspect-name span {
  font: normal normal normal 13px/18px Roboto;
  color: #282e48;
}
#ai-kissing-video .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item:not(.active):hover {
    -webkit-box-shadow: 0 0 0 1px #8b3dff;
            box-shadow: 0 0 0 1px #8b3dff;
  }
}
#ai-kissing-video .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item.active {
  border: 2px solid #8b3dff;
}
#ai-kissing-video .select-wrapper[data-type=style] .style-list {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ai-kissing-video .select-wrapper[data-type=style] .style-list::after {
  content: "";
  display: block;
  width: calc((100% - 16px) / 3);
}
#ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item {
  width: calc((100% - 16px) / 3);
  margin-bottom: 8px;
  cursor: pointer;
}
#ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item img,
#ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item .normal-item {
  width: 100%;
  height: 75px;
  border-radius: 6px;
  margin-bottom: 6px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item .normal-item {
  background-color: rgba(255, 255, 255, 0.85);
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-kissing-video/stop@2x.webp");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
#ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item p {
  font: normal normal normal 13px/18px Roboto;
  color: #282e48;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item:hover img,
#ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item:hover .normal-item {
    outline: 2px solid #8b3dff;
  }
}
#ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item.active img,
#ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item.active .normal-item {
  outline: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 4px #8b3dff;
          box-shadow: 0 0 0 4px #8b3dff;
}
#ai-kissing-video .pro-tag {
  padding: 3px 8px 2px 7px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#F4D01B), to(#FF9362)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(90deg, #F4D01B 0%, #FF9362 100%) 0 0 no-repeat padding-box;
  border-radius: 99px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: italic normal bold 11px/15px Roboto;
  color: #ffffff;
  margin: 0 8px;
  text-transform: uppercase;
}
#ai-kissing-video .option-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -18px;
}
#ai-kissing-video .option-style .type-option-item {
  min-width: 98px;
  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: 4px 10px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  text-align: center;
  font: normal normal normal 13px/18px Roboto;
  color: #454545;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
}
#ai-kissing-video .option-style .type-option-item.active {
  -webkit-box-shadow: 0 0 0 2px inset #8b3dff;
          box-shadow: 0 0 0 2px inset #8b3dff;
  color: #8B3DFF;
}
#ai-kissing-video .kissing-option-group {
  display: none;
}
#ai-kissing-video .kissing-select-group {
  display: none;
}
#ai-kissing-video .wan-option-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ai-kissing-video .wan-option-wrapper .step-title {
  margin-top: 0;
  margin-bottom: 0;
  width: 45%;
}
#ai-kissing-video .wan-option-wrapper.style {
  display: block;
}
#ai-kissing-video .wan-option-wrapper.style .step-title {
  margin-bottom: 12px;
}
#ai-kissing-video .wan-option-wrapper .kling-option-item {
  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;
  height: auto;
  padding: 0 0 0 28px;
  margin-right: 24px;
  font: normal normal normal 13px/18px Roboto;
  color: #282e48;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  border: none;
  position: relative;
}
#ai-kissing-video .wan-option-wrapper .kling-option-item .option-text {
  font: inherit;
  color: inherit;
}
#ai-kissing-video .wan-option-wrapper .kling-option-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #D2D2D2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ai-kissing-video .wan-option-wrapper .kling-option-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
}
#ai-kissing-video .wan-option-wrapper .kling-option-item.active {
  border: none;
}
#ai-kissing-video .wan-option-wrapper .kling-option-item.active:before {
  border: 2px solid #8B3DFF;
}
#ai-kissing-video .wan-option-wrapper .kling-option-item.active:after {
  background-color: #8B3DFF;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .wan-option-wrapper .kling-option-item:not(.active):hover {
    border: none;
  }
  #ai-kissing-video .wan-option-wrapper .kling-option-item:not(.active):hover:before {
    border: 2px solid #FF6161;
  }
  #ai-kissing-video .wan-option-wrapper .kling-option-item:not(.active):hover:after {
    background-color: #FF6161;
  }
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item {
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
  -webkit-margin-end: 24px;
          margin-inline-end: 24px;
  border-radius: 0;
  border: none;
  background-color: transparent;
  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;
  height: auto;
  padding: 0 0 0 28px;
  margin-right: 24px;
  font: normal normal normal 13px/18px Roboto;
  color: #282e48;
  position: relative;
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item .aspect-name {
  width: auto;
  height: auto;
  display: block;
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item .aspect-name svg {
  display: none;
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item .aspect-name span {
  font: normal normal normal 13px/18px Roboto;
  color: #282e48;
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #D2D2D2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item.active {
  border: none;
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item.active:before {
  border: 2px solid #8B3DFF;
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item.active:after {
  background-color: #8B3DFF;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item:not(.active):hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item:not(.active):hover:before {
    border: 2px solid #FF6161;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item:not(.active):hover:after {
    background-color: #FF6161;
  }
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list::after {
  content: "";
  display: block;
  width: calc((100% - 22px) / 3);
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item {
  width: calc((100% - 22px) / 3);
  margin-bottom: 12px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item img {
  width: 100%;
  height: 133px;
  margin-bottom: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item p {
  font: normal normal normal 13px/18px Roboto;
  color: #282e48;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 0;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item:hover {
    outline: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 4px #8b3dff;
            box-shadow: 0 0 0 4px #8b3dff;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item:hover img,
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item:hover .normal-item {
    outline: none;
  }
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item.active {
  outline: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 4px #8b3dff;
          box-shadow: 0 0 0 4px #8b3dff;
}
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item.active img,
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item.active .normal-item {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ai-kissing-video .kissing-tools {
  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;
  width: 100%;
  margin-top: 16px;
}
#ai-kissing-video .kissing-tools .kissing-tool {
  width: auto;
  height: 40px;
  background-color: #f2f3f4;
  border-radius: 8px;
  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;
  margin-right: 10px;
  padding: 0 14px;
}
#ai-kissing-video .kissing-tools .kissing-tool:last-child {
  margin-right: 0;
}
#ai-kissing-video .kissing-tools .kissing-tool img {
  display: block;
  width: 16px;
  height: 16px;
}
#ai-kissing-video .kissing-tools .kissing-tool span {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  font: normal normal normal 14px/40px Roboto;
  color: #282e48;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .kissing-tools .kissing-tool:hover {
    background-color: #e5e6e9;
  }
}
#ai-kissing-video .kissing-tools .kissing-tool.watermark-tool {
  background: transparent linear-gradient(91deg, #ff8cc6 0%, #ee600b 100%) 0 0 no-repeat padding-box;
}
#ai-kissing-video .kissing-tools .kissing-tool.watermark-tool img {
  display: block;
  width: 24px;
  height: 24px;
}
#ai-kissing-video .kissing-tools .kissing-tool.watermark-tool span {
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  #ai-kissing-video .kissing-tools .kissing-tool.watermark-tool:hover {
    opacity: 0.7;
  }
}

.example-wrapper {
  background: #f8f9fb 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 10px 40px rgba(60, 74, 104, 0.1019607843);
          box-shadow: 0 10px 40px rgba(60, 74, 104, 0.1019607843);
  border: 1px solid rgba(60, 74, 104, 0.1019607843);
  border-radius: 20px;
  width: 780px;
  padding: 20px 32px 32px 32px;
}
.example-wrapper .close-dialog {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
}
@media screen and (min-width: 1200px) {
  .example-wrapper .close-dialog:hover {
    background-color: #e9eaec;
  }
}
.example-wrapper .example-title {
  font: normal normal 500 20px/26px Roboto;
  color: #282e48;
  margin-bottom: 8px;
}
.example-wrapper .example-desc {
  font: normal normal normal 14px/19px Roboto;
  color: #a1a4b3;
  margin-bottom: 16px;
}
.example-wrapper .example-dialog-close {
  margin: 40px auto 0;
  height: 48px;
  width: 218px;
  font: normal normal normal 16px/21px Roboto;
  color: #ffffff;
}

.kling-type-pop {
  width: 232px;
  background: #F8F9FB 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 10px 40px rgba(60, 74, 104, 0.2235294118);
          box-shadow: 0 10px 40px rgba(60, 74, 104, 0.2235294118);
  border: 1px solid rgba(60, 74, 104, 0.1019607843);
  border-radius: 6px;
  padding: 6px;
  pointer-events: none;
}
.kling-type-pop .kling-type-pop-name {
  font: normal normal 500 13px/18px Roboto;
  color: #282E48;
}
.kling-type-pop video {
  width: 100%;
  min-height: 160px;
  display: block;
}

.pc_show {
  display: block;
}

.mob_show {
  display: none;
}

@media screen and (max-width: 1200px) {
  .pc_show {
    display: none;
  }
  .mob_show {
    display: block;
  }
  #ai-kissing-video {
    background-color: #f6f6f8;
    padding: 0;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
  }
  #ai-kissing-video #banner_template {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-kissing-video/Kissing video_m@2x.webp") no-repeat;
    background-size: 100% 100%;
    height: 2.48rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0.32rem 0.34rem 0;
  }
  #ai-kissing-video #banner_template .banner-content {
    width: 3.57rem;
    font: normal normal bold 0.32rem/0.46rem Roboto;
  }
  #ai-kissing-video #banner_template .banner-button {
    margin: 0.22rem 0;
    font: normal normal 500 0.21rem/0.23rem Roboto;
    color: #fff;
    height: 0.51rem;
    padding: 0 0.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
  }
  #ai-kissing-video .gen-left-wrapper {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    margin-top: 0.24rem;
  }
  #ai-kissing-video .gen-right-wrapper {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    padding: 0.4rem;
  }
  #ai-kissing-video .gen-right-wrapper > h1 {
    font: normal normal bold 0.42rem/0.55rem Roboto;
    margin-bottom: 0.16rem;
  }
  #ai-kissing-video .gen-right-wrapper > h1 + p {
    font: normal normal normal 0.3rem/0.36rem Roboto;
    color: #a1a4b3;
    margin-bottom: 0.24rem;
  }
  #ai-kissing-video .tab-bar-wrap .tab-bar {
    margin: 0.32rem 0.4rem 0.46rem;
  }
  #ai-kissing-video .tab-bar-wrap .tab-item {
    cursor: pointer;
    font: normal normal 500 0.25rem/0.45rem Roboto;
    -webkit-margin-end: 0.52rem;
            margin-inline-end: 0.52rem;
  }
  #ai-kissing-video .tab-bar-wrap .tab-item.active::after {
    height: 0.08rem;
    top: calc(100% + 0.08rem);
  }
  #ai-kissing-video .tab-pane-wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  #ai-kissing-video .tab-pane-wrap .tab-pane {
    height: inherit;
    display: none;
    position: static;
  }
  #ai-kissing-video .tab-pane-wrap .tab-pane.active {
    display: block;
  }
  #ai-kissing-video .video-wrapper {
    width: 100%;
  }
  #ai-kissing-video .video-wrapper .video-wrap video {
    border-radius: 0.1rem;
  }
  #ai-kissing-video .video-wrapper .generating-wrap {
    display: none;
    -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-size: cover;
    background-color: rgba(40, 46, 72, 0.04);
    border-radius: 0.1rem;
  }
  #ai-kissing-video .video-wrapper .generating-wrap[data-ratio="169"] {
    width: 6.3rem;
    height: 3.55rem;
  }
  #ai-kissing-video .video-wrapper .generating-wrap[data-ratio="916"] {
    width: 3.55rem;
    height: 6.3rem;
  }
  #ai-kissing-video .video-wrapper .generating-wrap[data-ratio="11"] {
    width: 5.2rem;
    height: 5.2rem;
  }
  #ai-kissing-video .video-wrapper .generating-wrap[data-ratio="43"] {
    width: 5.49rem;
    height: 4.12rem;
  }
  #ai-kissing-video .video-wrapper .generating-wrap[data-ratio="34"] {
    width: 4.12rem;
    height: 5.49rem;
  }
  #ai-kissing-video .video-wrapper .generating-wrap img {
    width: 0.64rem;
    height: 0.64rem;
    margin-bottom: 0.08rem;
  }
  #ai-kissing-video .video-wrapper .generating-wrap span {
    font: normal normal 500 0.26rem/0.34rem Roboto;
  }
  #ai-kissing-video .video-wrapper .generating-wrap span:last-child {
    font: normal normal normal 0.22rem/0.29rem Roboto;
    margin-top: 0.08rem;
  }
  #ai-kissing-video .video-wrapper .generated-wrap {
    display: none;
  }
  #ai-kissing-video .video-wrapper .generated-wrap .generated-video[data-ratio="169"] {
    width: 6.3rem;
    height: 3.55rem;
  }
  #ai-kissing-video .video-wrapper .generated-wrap .generated-video[data-ratio="916"] {
    width: 3.55rem;
    height: 6.3rem;
  }
  #ai-kissing-video .video-wrapper .generated-wrap .generated-video[data-ratio="11"] {
    width: 5.2rem;
    height: 5.2rem;
  }
  #ai-kissing-video .video-wrapper .generated-wrap .generated-video[data-ratio="43"] {
    width: 5.49rem;
    height: 4.12rem;
  }
  #ai-kissing-video .video-wrapper .generated-wrap .generated-video[data-ratio="34"] {
    width: 4.12rem;
    height: 5.49rem;
  }
  #ai-kissing-video .video-wrapper .generated-wrap .generated-video video {
    border-radius: 0.1rem;
  }
  #ai-kissing-video .video-wrapper .generated-wrap .generated-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
  }
  #ai-kissing-video .operate-wrapper .scroll-wrapper {
    height: 100%;
    overflow: auto;
    margin-bottom: 0;
  }
  #ai-kissing-video .operate-wrap {
    width: 100%;
    background: #f2f3f4;
    border-radius: 0;
    position: relative;
    margin-bottom: 0;
    padding: 0.32rem 0.24rem;
  }
  #ai-kissing-video .operate-wrap .step-title {
    font: normal normal 500 0.32rem/0.43rem Roboto;
    color: #282e48;
    margin-bottom: 0.2rem;
    margin-top: 0;
  }
  #ai-kissing-video .model-operate-wrapper > .operate-wrap {
    display: none;
    max-height: none;
    overflow-y: hidden;
  }
  #ai-kissing-video .model-operate-wrapper > .operate-wrap.active {
    display: block;
  }
  #ai-kissing-video .upload-wrapper {
    width: 100%;
    height: 2.05rem;
    margin-top: 0;
    border-radius: 0.2rem;
    border: 1px dashed rgba(178, 183, 194, 0.85);
  }
  #ai-kissing-video .upload-wrap {
    cursor: pointer;
    width: 100%;
    height: 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;
  }
  #ai-kissing-video .upload-wrap img {
    width: 0.48rem;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    margin-bottom: 0.16rem;
  }
  #ai-kissing-video .upload-wrap .upload-text {
    font: normal normal 500 0.26rem/0.34rem Roboto;
    text-align: center;
  }
  #ai-kissing-video .upload-wrap .upload-text p:last-child {
    margin-top: 0.1rem;
  }
  #ai-kissing-video .upload-wrap .upload-text p:last-child span {
    font: normal normal normal 0.2rem/0.26rem Roboto;
    color: #a1a4b3;
  }
  #ai-kissing-video .upload-wrap .upload-text p:last-child span:first-child {
    display: none;
  }
  #ai-kissing-video .upload-wrap .upload-text p:last-child span:last-child {
    display: block;
  }
  #ai-kissing-video .upload-desc {
    margin-top: 0.2rem;
    font: normal normal normal 0.24rem/0.32rem Roboto;
  }
  #ai-kissing-video .upload-desc img {
    -webkit-margin-start: 0.16rem;
            margin-inline-start: 0.16rem;
    width: 0.28rem;
    height: 0.28rem;
  }
  #ai-kissing-video .operate-wrap[data-model=kling] .upload-desc,
#ai-kissing-video .operate-wrap[data-model=wan] .upload-desc,
#ai-kissing-video .operate-wrap[data-model=hailuo] .upload-desc,
#ai-kissing-video .operate-wrap[data-model=bytedance] .upload-desc {
    display: inline-block;
  }
  #ai-kissing-video .operate-wrap[data-model=kling] .upload-desc img,
#ai-kissing-video .operate-wrap[data-model=wan] .upload-desc img,
#ai-kissing-video .operate-wrap[data-model=hailuo] .upload-desc img,
#ai-kissing-video .operate-wrap[data-model=bytedance] .upload-desc img {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    margin-bottom: -3px;
  }
  #ai-kissing-video .upload-loading p {
    font: normal normal normal 0.26rem/0.34rem Poppins;
    margin-top: 0.08rem;
  }
  #ai-kissing-video .upload-loading img {
    width: 0.48rem;
  }
  #ai-kissing-video .uploaded-wrapper {
    display: none;
    -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;
    background-color: #fff;
    padding: 0.12rem;
    position: relative;
    border-radius: 0.2rem;
  }
  #ai-kissing-video .uploaded-wrapper .uploaded-image {
    position: static;
  }
  #ai-kissing-video .uploaded-wrapper .uploaded-image img {
    max-width: 3.18rem;
    height: 1.81rem;
  }
  #ai-kissing-video .uploaded-wrapper .uploaded-image .delete-image {
    position: absolute;
    top: 0.12rem;
    right: 0.12rem;
    cursor: pointer;
  }
  #ai-kissing-video .kling-upload-wrapper {
    margin-bottom: 0;
  }
  #ai-kissing-video .kling-upload-wrapper .kling-upload-box {
    width: 2.45rem;
    height: 2.05rem;
    border: 1px dashed #a1a4b3;
    border-radius: 0.2rem;
  }
  #ai-kissing-video .kling-upload-wrapper .kling-upload-box.loading {
    border: 1px dashed #8b3dff;
  }
  #ai-kissing-video .kling-upload-wrapper .kling-upload-info {
    padding-top: 0.5rem;
    font: normal normal 500 0.22rem/0.29rem Roboto;
    color: #282e48;
  }
  #ai-kissing-video .kling-upload-wrapper .kling-upload-info img {
    margin-bottom: 0.16rem;
  }
  #ai-kissing-video .kling-upload-wrapper .kling-upload-info p {
    font: normal normal 500 0.22rem/0.29rem Roboto;
    color: #282e48;
    text-align: center;
  }
  #ai-kissing-video .kling-upload-wrapper .kling-upload-info span {
    display: none;
  }
  #ai-kissing-video .kling-upload-wrapper .kling-upload-loading {
    background-color: #f2ebfe;
  }
  #ai-kissing-video .kling-upload-wrapper .kling-upload-loading p {
    font: normal normal 500 0.26rem/0.34rem Roboto;
    margin-top: 0.08rem;
  }
  #ai-kissing-video .kling-upload-wrapper .kling-upload-loading img {
    width: 0.48rem;
  }
  #ai-kissing-video .kling-upload-wrapper .kling-uploaded {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #ai-kissing-video .kling-upload-wrapper .kling-uploaded .kling-uploaded-image img {
    max-width: 2.45rem;
    height: 2.05rem;
  }
  #ai-kissing-video .kling-upload-wrapper .kling-uploaded .kling-uploaded-image .delete-image {
    width: 0.32rem;
    height: 0.32rem;
    top: 0.1rem;
    right: 0.1rem;
  }
  #ai-kissing-video .kling-option-wrapper .kling-option-item {
    height: 0.8rem;
    padding: 0 0.4rem;
    margin-right: 0.24rem;
    font: normal normal normal 0.26rem/0.34rem Roboto;
    border-radius: 0.12rem;
  }
  #ai-kissing-video .kling-option-wrapper .kling-option-item.active {
    border: 1px solid #8b3dff;
  }
  #ai-kissing-video .kling-type-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #ai-kissing-video .kling-type-wrapper .kling-type-item {
    display: block;
    width: calc((100% - 0.69rem) / 4);
    -webkit-margin-end: 0.23rem;
            margin-inline-end: 0.23rem;
    position: relative;
    cursor: pointer;
  }
  #ai-kissing-video .kling-type-wrapper .kling-type-item:nth-child(4n) {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  #ai-kissing-video .kling-type-wrapper .kling-type-item.active .kling-type-item-content {
    -webkit-box-shadow: 0 0 0 3px #8b3dff;
            box-shadow: 0 0 0 3px #8b3dff;
    border-radius: 8px;
    outline: 1px solid #fff;
  }
  #ai-kissing-video .kling-type-wrapper .kling-type-item.active .kling-type-item-name {
    color: #8B3DFF;
  }
  #ai-kissing-video .kling-type-wrapper .kling-type-item .kling-type-item-content {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 2px;
  }
  #ai-kissing-video .kling-type-wrapper .kling-type-item .kling-type-item-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #ai-kissing-video .kling-type-wrapper .kling-type-item .kling-type-item-name {
    text-align: center;
    font: normal normal normal 0.24rem/0.32rem Roboto;
    color: #282E48;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #ai-kissing-video .kling-slider-title {
    margin-top: 0.48rem;
    margin-bottom: 0.16rem;
  }
  #ai-kissing-video .kling-textarea {
    width: 100%;
    position: relative;
    padding: 0.2rem;
    background-color: #fff;
    border: 1px solid rgba(40, 46, 72, 0.1607843137);
    border-radius: 0.12rem;
  }
  #ai-kissing-video .kling-textarea textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 1.86rem;
    resize: none;
    font: normal normal normal 0.26rem/0.34rem Roboto;
    color: #282e48;
  }
  #ai-kissing-video .kling-textarea .input-tool .kling-textarea-count {
    font: normal normal normal 0.24rem/0.32rem Poppins;
  }
  #ai-kissing-video .kling-textarea .input-tool .try-an-example {
    font: normal normal 500 0.24rem/0.32rem Poppins;
  }
  #ai-kissing-video i.add-icon {
    width: 0.28rem;
    height: 0.28rem;
    margin: 0 0.52rem;
  }
  #ai-kissing-video .generator-button {
    width: auto;
    height: 0.96rem;
    margin: 0.42rem 0.4rem 0;
    border-radius: 0.12rem;
  }
  #ai-kissing-video .generator-button span {
    font: normal normal normal 0.3rem/0.39rem Roboto;
  }
  #ai-kissing-video .generator-button svg {
    width: 10px;
    height: 10px;
    margin-bottom: -10px;
  }
  #ai-kissing-video .kissing-copyright {
    font: normal normal normal 0.24rem/0.32rem Roboto;
    margin-top: 0.16rem;
    margin-bottom: 0.64rem;
  }
  #ai-kissing-video .kissing-copyright img {
    margin-right: 0.08rem;
  }
  #ai-kissing-video .input-wrapper {
    border-radius: 0.2rem;
    padding: 0.2rem;
  }
  #ai-kissing-video .input-wrapper textarea {
    outline: none;
    border: none;
    width: 100%;
    height: 1.89rem;
    font: normal normal normal 0.26rem/0.34rem Roboto;
  }
  #ai-kissing-video .input-wrapper .input-tool {
    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;
  }
  #ai-kissing-video .input-wrapper .input-tool span {
    font: normal normal normal 0.24rem/0.32rem Poppins;
  }
  #ai-kissing-video .input-wrapper .input-tool .try-an-example {
    text-decoration: underline;
    font: normal normal 500 0.24rem/0.32rem Poppins;
  }
  #ai-kissing-video .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item {
    cursor: pointer;
    -webkit-margin-end: 0.16rem;
            margin-inline-end: 0.16rem;
    border-radius: 0.12rem;
    border: 1px solid transparent;
    background-color: #fff;
  }
  #ai-kissing-video .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item .aspect-name {
    width: 1.2rem;
    height: 1.27rem;
  }
  #ai-kissing-video .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item .aspect-name span {
    font: normal normal normal 0.26rem/0.34rem Roboto;
  }
  #ai-kissing-video .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item.active {
    border: 1px solid #8b3dff;
  }
  #ai-kissing-video .select-wrapper[data-type=style] .style-list::after {
    width: calc((100% - 0.4rem) / 3);
  }
  #ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item {
    width: calc((100% - 0.4rem) / 3);
    margin-bottom: 0.2rem;
  }
  #ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item img,
#ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item .normal-item {
    width: 100%;
    height: 1.3rem;
    border-radius: 0.08rem;
    margin-bottom: 0.12rem;
  }
  #ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item .normal-item {
    background-size: 0.48rem 0.48rem;
  }
  #ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item p {
    font: normal normal normal 0.26rem/0.34rem Roboto;
  }
  #ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item.active img,
#ai-kissing-video .select-wrapper[data-type=style] .style-list .select-item.active .normal-item {
    outline: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #8b3dff;
            box-shadow: 0 0 0 2px #8b3dff;
  }
  #ai-kissing-video .pro-tag {
    padding: 0.05rem 0.18rem 0.01rem;
    background: transparent -webkit-gradient(linear, left top, right top, from(#F4D01B), to(#FF9362)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(90deg, #F4D01B 0%, #FF9362 100%) 0 0 no-repeat padding-box;
    border-radius: 99px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font: italic normal bold 0.21rem/0.28rem Roboto;
    color: #ffffff;
    margin: 0 0.16rem;
    text-transform: uppercase;
  }
  #ai-kissing-video .option-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -0.3rem;
  }
  #ai-kissing-video .option-style .type-option-item {
    min-width: 1.63rem;
    height: 0.43rem;
    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.1rem;
    background: #FFFFFF 0 0 no-repeat padding-box;
    text-align: center;
    font: normal normal normal 0.21rem/0.28rem Roboto;
    color: #454545;
    margin-right: 0.12rem;
    margin-bottom: 0.12rem;
    border-radius: 0.06rem;
  }
  #ai-kissing-video .wan-option-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  #ai-kissing-video .wan-option-wrapper .step-title {
    margin-top: 0;
    margin-bottom: 0;
    width: 45%;
    font: normal normal 500 0.3rem/0.39rem Roboto;
  }
  #ai-kissing-video .wan-option-wrapper .kling-option-item {
    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;
    height: auto;
    padding: 0 0 0 0.5rem;
    margin-right: 0.3rem;
    font: normal normal normal 0.24rem/0.32rem Roboto;
    color: #282e48;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    border: none;
    position: relative;
  }
  #ai-kissing-video .wan-option-wrapper .kling-option-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #D2D2D2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #ai-kissing-video .wan-option-wrapper .kling-option-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    background-color: transparent;
  }
  #ai-kissing-video .wan-option-wrapper .kling-option-item.active {
    border: none;
  }
  #ai-kissing-video .wan-option-wrapper .kling-option-item.active:before {
    border: 2px solid #8B3DFF;
  }
  #ai-kissing-video .wan-option-wrapper .kling-option-item.active:after {
    background-color: #8B3DFF;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item {
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    -webkit-margin-end: 0.3rem;
            margin-inline-end: 0.3rem;
    border-radius: 0;
    border: none;
    background-color: transparent;
    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;
    height: auto;
    font: normal normal normal 0.24rem/0.32rem Roboto;
    color: #282e48;
    position: relative;
    padding: 0 0 0 0.5rem;
    margin-right: 0.3rem;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item .aspect-name {
    width: auto;
    height: auto;
    display: block;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item .aspect-name svg {
    display: none;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item .aspect-name span {
    font: normal normal normal 0.24rem/0.32rem Roboto;
    color: #282e48;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #D2D2D2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    background-color: transparent;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item.active {
    border: none;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item.active:before {
    border: 2px solid #8B3DFF;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=aspect] .select-list .aspect-list .select-item.active:after {
    background-color: #8B3DFF;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list::after {
    content: "";
    display: block;
    width: calc((100% - 0.54rem) / 3);
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item {
    width: calc((100% - 0.54rem) / 3);
    margin-bottom: 0.2rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0.08rem;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item img {
    width: 100%;
    height: 2.11rem;
    margin-bottom: 0;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.08rem 0.08rem 0 0;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item p {
    font: normal normal normal 0.22rem/0.29rem Roboto;
    color: #282e48;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.06rem 0;
    text-align: center;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item.active {
    outline: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 4px #8b3dff;
            box-shadow: 0 0 0 4px #8b3dff;
  }
  #ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item.active img,
#ai-kissing-video .wan-option-wrapper .select-wrapper[data-type=style] .style-list .select-item.active .normal-item {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #ai-kissing-video .kissing-tools {
    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;
    width: 100%;
    margin-top: 0.16rem;
  }
  #ai-kissing-video .kissing-tools .kissing-tool {
    width: auto;
    height: 0.68rem;
    border-radius: 0.12rem;
    margin-right: 0.12rem;
    padding: 0 0.24rem;
  }
  #ai-kissing-video .kissing-tools .kissing-tool img {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
  }
  #ai-kissing-video .kissing-tools .kissing-tool span {
    -webkit-margin-start: 0.12rem;
            margin-inline-start: 0.12rem;
    font: normal normal normal 0.28rem/0.4rem Roboto;
    white-space: nowrap;
  }
  #ai-kissing-video .kissing-tools .kissing-tool.kissing-zoom {
    display: none;
  }
  #ai-kissing-video .kissing-tools .kissing-tool.kissing-edit {
    display: none;
  }
  #ai-kissing-video .kissing-tools .kissing-tool.watermark-tool img {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
  }
  .example-wrapper {
    width: 100%;
    background: #ffffff 0 0 no-repeat padding-box;
    -webkit-box-shadow: 0 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
            box-shadow: 0 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
    border: 1px solid rgba(60, 74, 104, 0.1019607843);
    border-radius: 0.2rem 0.2rem 0 0;
    padding: 0.4rem 0.4rem 0 0.4rem;
  }
  .example-wrapper .close-dialog {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 0.15rem;
    right: 0.15rem;
  }
  .example-wrapper .example-title {
    font: normal normal normal 0.36rem/0.48rem Roboto;
    color: #a1a4b3;
    margin-bottom: 0.2rem;
  }
  .example-wrapper .example-desc {
    display: none;
  }
  .example-wrapper img {
    width: 100%;
  }
  .example-wrapper .example-dialog-close {
    margin: 0.32rem auto 0.34rem;
    height: 0.96rem;
    width: 100%;
    font: normal normal normal 0.3rem/0.4rem Roboto;
    color: #ffffff;
  }
  .kling-type-pop {
    width: 6.7rem;
    background: #F8F9FB 0 0 no-repeat padding-box;
    -webkit-box-shadow: 0 10px 40px rgba(60, 74, 104, 0.2235294118);
            box-shadow: 0 10px 40px rgba(60, 74, 104, 0.2235294118);
    border: 1px solid rgba(60, 74, 104, 0.1019607843);
    border-radius: 0.06rem;
    padding: 0.28rem 0.23rem 0.23rem;
    pointer-events: none;
  }
  .kling-type-pop .kling-type-pop-name {
    font: normal normal 500 0.32rem/0.43rem Roboto;
    color: #282E48;
  }
  .kling-type-pop video {
    width: 100%;
    min-height: 4.7rem;
    display: block;
  }
  .recent_container.m {
    padding: 0 0.24rem 0.64rem;
    background-color: #fff;
  }
}
.model-selector {
  position: relative;
}
.model-selector.active .model-selected-wrapper .model-selected-arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.model-selector.active .model-selected-wrapper {
  border-color: #8b3dff;
}
.model-selector.active .model-select-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.model-selector .model-selected-arrow {
  position: relative;
}
.model-selector .model-selected-arrow span {
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font: normal normal normal 11px/13px Roboto;
  color: #a1a4b3;
  white-space: nowrap;
}
.model-selector .model-pro-tag {
  padding: 3px 8px 2px 7px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#F4D01B), to(#FF9362)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(90deg, #F4D01B 0%, #FF9362 100%) 0 0 no-repeat padding-box;
  border-radius: 99px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: italic normal bold 11px/15px Roboto;
  color: #ffffff;
  margin: 0 8px;
  text-transform: uppercase;
}
.model-selector .model-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.model-selector .model-badge {
  padding: 2px 8px;
  border-radius: 99px;
  font: italic 700 11px/13px Roboto;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
.model-selector .model-badge.model-badge--audio {
  background: transparent -webkit-gradient(linear, left top, right top, from(#00EFBF), to(#0066FF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #00EFBF 0%, #0066FF 100%) 0% 0% no-repeat padding-box;
}
.model-selector .model-badge.model-badge--new {
  background: -webkit-gradient(linear, left top, right top, from(rgb(109, 77, 255)), color-stop(76%, rgb(148, 69, 255)), to(rgb(181, 62, 255))) 0% 0% no-repeat padding-box padding-box transparent;
  background: linear-gradient(90deg, rgb(109, 77, 255) 0%, rgb(148, 69, 255) 76%, rgb(181, 62, 255) 100%) 0% 0% no-repeat padding-box padding-box transparent;
}
.model-selector .model-badge.model-badge--discount {
  background: transparent -webkit-gradient(linear, left top, right top, from(#ED1A67), color-stop(76%, #F04C38), to(#FF734A)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ED1A67 0%, #F04C38 76%, #FF734A 100%) 0% 0% no-repeat padding-box;
}
.model-selector .model-badge.model-badge--discount::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5Ij4gPGRlZnM+IDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4gPHJlY3QgaWQ9IuefqeW9ol8zNDkwOCIgZGF0YS1uYW1lPSLnn6nlvaIgMzQ5MDgiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0NSAxOTYuMTM5KSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjNzA3MDcwIiBzdHJva2Utd2lkdGg9IjEiLz4gPC9jbGlwUGF0aD4gPC9kZWZzPiA8ZyBpZD0iaWNvbl9EaXNjb3VudCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI0NSAtMTk2LjEzOSkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4gPGcgaWQ9Iue7hF8xOTI2MiIgZGF0YS1uYW1lPSLnu4QgMTkyNjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0NS42NjUgMTk2Ljc2OSkiPiA8cGF0aCBpZD0i6Lev5b6EXzE3OTQxNCIgZGF0YS1uYW1lPSLot6/lvoQgMTc5NDE0IiBkPSJNMTUuNTc2LDEyLjcxMWwtMi44NjIsMi44NjJhLjguOCwwLDAsMS0xLjEyOSwwTDgsMTEuOTkxVjhoMy45OTFsMy41ODUsMy41ODVBLjguOCwwLDAsMSwxNS41NzYsMTIuNzExWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTggLTgpIiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPiA8cGF0aCBpZD0i6Lev5b6EXzE3OTQxNSIgZGF0YS1uYW1lPSLot6/lvoQgMTc5NDE1IiBkPSJNMTYuNzU1LDE3LjUxMUEuNzU1Ljc1NSwwLDEsMCwxNiwxNi43NTUuNzU1Ljc1NSwwLDAsMCwxNi43NTUsMTcuNTExWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1Ljk5MiAtMTUuOTkyKSIgZmlsbD0iI2VlMzczOSIgZmlsbC1ydWxlPSJldmVub2RkIi8+IDwvZz4gPC9nPjwvc3ZnPg==");
}
.model-selector .model-badge.model-badge--tag {
  background: #f1f2f6;
  color: #6b7280;
}
.model-selector .model-selected-wrapper {
  height: 84px;
  width: 100%;
  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;
  gap: 12px;
  padding: 14px 24px;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
.model-selector .model-selected-wrapper .model-desc {
  white-space: normal !important;
}
.model-selector .model-selected-wrapper > img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
@media screen and (min-width: 1200px) {
  .model-selector .model-selected-wrapper:hover {
    border: 2px solid #8b3dff;
  }
}
.model-selector .model-select-list {
  position: absolute;
  top: calc(100% + 12px);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1215686275);
  border-radius: 6px;
  z-index: 1;
  width: 100%;
  padding: 12px 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
  max-height: 500px;
  overflow-y: auto;
}
.model-selector .model-select-list .model-select-list-title {
  font: normal normal bold 16px/21px Roboto;
  color: #282e48;
  margin-bottom: 7px;
}
.model-selector .model-select-list .model-item {
  width: 100%;
  min-height: 74px;
  padding: 5px 12px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 6px;
  border: 2px solid transparent;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .model-selector .model-select-list .model-item:not(.active):hover {
    background-color: rgba(40, 46, 72, 0.06);
  }
  .model-selector .model-select-list .model-item:hover .model-more svg path {
    stroke: #8b3dff;
  }
  .model-selector .model-select-list .model-item:hover .model-desc {
    overflow: auto;
    text-overflow: unset;
    white-space: unset;
  }
}
.model-selector .model-select-list .model-item.is-category-active, .model-selector .model-select-list .model-item.is-category-hover {
  background-color: rgba(40, 46, 72, 0.06);
}
.model-selector .model-select-list .model-item.is-category-active .model-more svg path, .model-selector .model-select-list .model-item.is-category-hover .model-more svg path {
  stroke: #8b3dff;
}
.model-selector .model-select-list .model-item.active {
  border-color: #8b3dff;
}
.model-selector .model-select-list .model-item.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 24px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/gen/common/icon_select_model.svg");
}
.model-selector .model-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  cursor: pointer;
  gap: 16px;
}
.model-selector .model-item > img {
  width: 32px;
  height: 32px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 2px;
}
.model-selector .model-item .model-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.model-selector .model-item .model-name {
  font: normal normal 500 13px/18px Roboto;
  color: #282e48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.model-selector .model-item .model-name-text {
  font: normal normal 500 13px/18px Roboto;
  color: #282e48;
}
.model-selector .model-item .model-desc {
  margin-top: 5px;
  font: normal normal normal 12px/16px Roboto;
  color: #a1a4b3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.model-selector .model-item .model-credit {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.model-selector .model-item .model-credit-item {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #a1a4b3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal normal normal 11px/13px Roboto;
  color: #A1A4B3;
}
.model-selector .model-item .model-credit-item.model-badge--tag {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.model-selector .model-item .model-more svg {
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 1200px) {
  .model-select-dialog .gen-dialog-content {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  .model-pro-tag {
    padding: 0.05rem 0.18rem 0.01rem;
    background: transparent -webkit-gradient(linear, left top, right top, from(#F4D01B), to(#FF9362)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(90deg, #F4D01B 0%, #FF9362 100%) 0 0 no-repeat padding-box;
    border-radius: 99px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font: italic normal bold 0.21rem/0.28rem Roboto;
    color: #ffffff;
    margin: 0 0.16rem;
    text-transform: uppercase;
  }
  .model-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.12rem;
  }
  .model-badge {
    padding: 0.04rem 0.16rem;
    font: italic normal 500 0.2rem/0.28rem Roboto;
    border-radius: 99px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
  }
  .model-badge.model-badge--audio {
    background: transparent -webkit-gradient(linear, left top, right top, from(#00EFBF), to(#0066FF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #00EFBF 0%, #0066FF 100%) 0% 0% no-repeat padding-box;
  }
  .model-badge.model-badge--new {
    background: -webkit-gradient(linear, left top, right top, from(rgb(109, 77, 255)), color-stop(76%, rgb(148, 69, 255)), to(rgb(181, 62, 255))) 0% 0% no-repeat padding-box padding-box transparent;
    background: linear-gradient(90deg, rgb(109, 77, 255) 0%, rgb(148, 69, 255) 76%, rgb(181, 62, 255) 100%) 0% 0% no-repeat padding-box padding-box transparent;
  }
  .model-badge.model-badge--discount {
    background: transparent -webkit-gradient(linear, left top, right top, from(#ED1A67), color-stop(76%, #F04C38), to(#FF734A)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #ED1A67 0%, #F04C38 76%, #FF734A 100%) 0% 0% no-repeat padding-box;
  }
  .model-badge.model-badge--discount::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5Ij4gPGRlZnM+IDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4gPHJlY3QgaWQ9IuefqeW9ol8zNDkwOCIgZGF0YS1uYW1lPSLnn6nlvaIgMzQ5MDgiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0NSAxOTYuMTM5KSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjNzA3MDcwIiBzdHJva2Utd2lkdGg9IjEiLz4gPC9jbGlwUGF0aD4gPC9kZWZzPiA8ZyBpZD0iaWNvbl9EaXNjb3VudCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI0NSAtMTk2LjEzOSkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4gPGcgaWQ9Iue7hF8xOTI2MiIgZGF0YS1uYW1lPSLnu4QgMTkyNjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0NS42NjUgMTk2Ljc2OSkiPiA8cGF0aCBpZD0i6Lev5b6EXzE3OTQxNCIgZGF0YS1uYW1lPSLot6/lvoQgMTc5NDE0IiBkPSJNMTUuNTc2LDEyLjcxMWwtMi44NjIsMi44NjJhLjguOCwwLDAsMS0xLjEyOSwwTDgsMTEuOTkxVjhoMy45OTFsMy41ODUsMy41ODVBLjguOCwwLDAsMSwxNS41NzYsMTIuNzExWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTggLTgpIiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPiA8cGF0aCBpZD0i6Lev5b6EXzE3OTQxNSIgZGF0YS1uYW1lPSLot6/lvoQgMTc5NDE1IiBkPSJNMTYuNzU1LDE3LjUxMUEuNzU1Ljc1NSwwLDEsMCwxNiwxNi43NTUuNzU1Ljc1NSwwLDAsMCwxNi43NTUsMTcuNTExWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1Ljk5MiAtMTUuOTkyKSIgZmlsbD0iI2VlMzczOSIgZmlsbC1ydWxlPSJldmVub2RkIi8+IDwvZz4gPC9nPjwvc3ZnPg==");
  }
  .model-badge.model-badge--tag {
    background: #f1f2f6;
    color: #6b7280;
  }
  .model-selector {
    position: relative;
  }
  .model-selector .model-selected-wrapper {
    height: 1.68rem;
    width: 100%;
    padding: 0 0.4rem;
    background-color: #fff;
    border-radius: 0.2rem;
    border: 1px solid transparent;
    -webkit-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    gap: 0.2rem;
  }
  .model-selector .model-selected-wrapper .model-selected-arrow img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  .model-selector .model-item > img {
    width: 0.64rem;
    height: 0.64rem;
  }
  .model-selector .model-item .model-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 500 0.26rem/0.34rem Roboto;
    color: #282e48;
    margin-bottom: 0.06rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.12rem;
  }
  .model-selector .model-item .model-desc {
    font: normal normal normal 0.24rem/0.32rem Roboto;
    color: #a1a4b3;
    overflow: auto;
    text-overflow: unset;
    white-space: unset;
  }
  .model-selector .model-item .model-credit {
    margin-top: 0.12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.12rem;
  }
  .model-selector .model-item .model-credit-item {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0.04rem 0.16rem;
    border-radius: 0.12rem;
    border: 1px solid #e2e5ef;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 500 0.2rem/0.28rem Roboto;
    color: #9aa0b4;
    background: #fff;
  }
  .model-selector .model-item .model-credit-item.model-badge--tag {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .model-mobile-list {
    background: #ffffff 0 0 no-repeat padding-box;
    -webkit-box-shadow: 0 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
            box-shadow: 0 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
    border-radius: 0.2rem 0.2rem 0 0;
    position: relative;
    width: 100%;
    max-height: 70vh;
    overflow-y: auto;
  }
  .model-mobile-list .model-select-list-title {
    font: normal normal normal 0.36rem/0.48rem Roboto;
    color: #a1a4b3;
    margin: 0.4rem;
  }
  .model-mobile-list .model-item {
    padding: 0.2rem 0.32rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.24rem;
    border-bottom: 1px solid #e2e5ef;
  }
  .model-mobile-list .model-item.active {
    background: rgba(139, 61, 255, 0.1) 0 0 no-repeat padding-box;
  }
  .model-mobile-list .model-item.selected {
    background: rgba(139, 61, 255, 0.1) 0 0 no-repeat padding-box;
  }
  .model-mobile-list .model-item > img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .model-mobile-list .model-item .model-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 500 0.32rem/0.43rem Roboto;
    color: #282e48;
    margin-bottom: 0.04rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.16rem;
  }
  .model-mobile-list .model-item .model-desc {
    font: normal normal normal 0.24rem/0.32rem Roboto;
    color: #a1a4b3;
  }
  .model-mobile-list .model-item .model-credit {
    margin-top: 0.12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.08rem;
  }
  .model-mobile-list .model-item .model-credit-item {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0.04rem 0.12rem;
    border-radius: 0.08rem;
    border: 1px solid #e2e5ef;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 500 0.2rem/0.28rem Roboto;
    color: #9aa0b4;
    background: #fff;
  }
  .model-mobile-list .model-item .model-credit-item.model-badge--tag {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .model-mobile-list .model-button-wrap {
    width: 100%;
    padding: 0.4rem;
  }
  .model-mobile-list .model-confirm-button {
    width: 100%;
    height: 0.96rem;
    font: normal normal 500 0.3rem/0.4rem Roboto;
  }
  .model-mobile-list .model-credit-item {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #a1a4b3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal normal 11px/13px Roboto;
    color: #A1A4B3;
  }
  .model-mobile-list .model-credit-item.model-badge--tag {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .model-mobile-list .model-more svg {
    width: 12px;
    height: 12px;
  }
}
.model-selected {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.model-selected .model-item {
  width: auto;
  min-width: 0;
}
.model-selected .model-more {
  display: none;
}

.model-popup-list {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: none !important;
          transform: none !important;
  width: 430px !important;
}

.seo-btn {
  min-width: 324px;
  height: 50px;
  padding: 0 40px;
  background: #8B3DFF 0% 0% no-repeat padding-box;
  border-radius: 25px;
  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;
  font: normal normal 500 18px/27px Poppins;
  color: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .seo-btn:hover {
    background: transparent -webkit-gradient(linear, left top, right top, from(#8B3DFF), to(#B889FF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #8B3DFF 0%, #B889FF 100%) 0% 0% no-repeat padding-box;
  }
}

@media screen and (max-width: 1200px) {
  .seo-btn {
    min-width: 6.3rem;
    height: 0.98rem;
    padding: 0 40px;
    border-radius: 0.49rem;
    font: normal normal 500 0.34rem/0.51rem Poppins;
  }
}
.material {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#F2F1FF), to(rgba(245, 245, 255, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #F2F1FF 0%, rgba(245, 245, 255, 0) 100%) 0% 0% no-repeat padding-box;
  padding: 80px 0 10px;
  text-align: center;
  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;
}
.material .title {
  margin-bottom: 3px;
  width: 908px;
  font: normal normal bold 40px/54px Poppins;
  color: #39325A;
}
.material .subtitle {
  margin-bottom: 30px;
  font: normal normal 300 20px/30px Poppins;
  color: #39325A;
}
.material .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.material .content .materialVideo {
  display: none;
  margin: 48px auto 0;
  width: 1170px;
  height: 630px;
  margin-bottom: 20px;
}
.material .content .materialVideo.active {
  display: block;
}
.material .content .material-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.material .content .material-list .material-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  cursor: pointer;
}
.material .content .material-list .material-item:nth-child(1) {
  margin-left: 0 !important;
}
.material .content .material-list .material-item:nth-child(1).active {
  background-color: #BF96FC;
}
.material .content .material-list .material-item:nth-child(2).active {
  background-color: #BF96FC;
}
.material .content .material-list .material-item:nth-child(3).active {
  background-color: #BF96FC;
}
.material .content .material-list .material-item:nth-child(4).active {
  background-color: #B89BFD;
}
.material .content .material-list .material-item:nth-child(5) {
  margin-right: 0 !important;
}
.material .content .material-list .material-item:nth-child(5).active {
  background-color: #B59EFF;
}
.material .content .material-list .material-item .play-icon {
  position: absolute;
  top: 39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.material .content .material-list .material-item .material-item-img {
  width: 200px;
  height: 110px;
}
.material .content .material-list .material-item.active {
  margin-top: -53px;
  margin-right: 20px;
  margin-left: -10px;
  padding: 53px 30px 25px;
  border-radius: 0px 0px 28px 28px;
}
.material .content .material-list .material-item.active .play-icon {
  display: none;
}

@media screen and (max-width: 1200px) {
  .material {
    padding: 0.8rem 0.3rem 0.16rem;
    zoom: 1;
  }
  .material .title {
    margin-bottom: 0.16rem;
    width: 5.52rem;
    font: normal normal bold 0.48rem/0.64rem Poppins;
  }
  .material .subtitle {
    width: 6.22rem;
    margin-bottom: 0.48rem;
    font: normal normal 300 0.32rem/0.48rem Poppins;
  }
  .material .content .materialVideo {
    margin: 0.58rem auto 0;
    width: 6.9rem;
    height: 3.72rem;
    margin-bottom: 0.3rem;
  }
  .material .content .material-list-box {
    width: 7.5rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .material .content .material-list-box::-webkit-scrollbar {
    display: none;
  }
  .material .content .material-list {
    padding-left: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .material .content .material-list .material-item {
    margin-right: 0.24rem;
    cursor: pointer;
  }
  .material .content .material-list .material-item .play-icon {
    width: 0.58rem;
    height: 0.58rem;
    top: 0.51rem;
  }
  .material .content .material-list .material-item .material-item-img {
    width: 2.9rem;
    height: 1.6rem;
  }
  .material .content .material-list .material-item .material-item-progress {
    display: none;
    position: absolute;
    width: 2.4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0.16rem;
    height: 0.05rem;
    background: #E5DBFD;
    border-radius: 0.05rem;
  }
  .material .content .material-list .material-item .material-item-progress::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: var(--progress-width);
    height: 0.05rem;
    background: #8825F7;
    border-radius: 5px;
  }
  .material .content .material-list .material-item.active {
    padding: 0;
    margin: 0;
    border: 0.06rem solid #C6BAFF;
    border-radius: 0.24rem;
    margin-right: 0.24rem;
    background-color: transparent;
  }
  .material .content .material-list .material-item.active .material-item-progress {
    display: block;
  }
}
.scenarios {
  padding-top: 70px;
  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;
}
.scenarios .title {
  text-align: center;
  width: 970px;
  margin-bottom: 30px;
  font: normal normal bold 40px/54px Poppins;
  color: #39325A;
}
.scenarios .scenarios-item {
  margin-top: 60px;
  position: relative;
}
.scenarios .scenarios-item .img-mb {
  display: none;
}
.scenarios .scenarios-item .img-pc {
  display: block;
  width: 1192px;
  height: 304px;
}
.scenarios .scenarios-item .item-cont {
  position: absolute;
  top: 54px;
  width: 471px;
}
.scenarios .scenarios-item .item-cont.right {
  right: 120px;
}
.scenarios .scenarios-item .item-cont.left {
  left: 120px;
}
.scenarios .scenarios-item .item-cont .item-title {
  font: normal normal 600 22px/33px Poppins;
  color: #39325A;
  margin-bottom: 22px;
}
.scenarios .scenarios-item .item-cont .item-desc {
  font: normal normal 300 16px/25px Poppins;
  color: #39325A;
}

@media screen and (max-width: 1200px) {
  .scenarios {
    padding-top: 0.84rem;
    zoom: 1;
  }
  .scenarios .title {
    width: 6.28rem;
    margin-bottom: 0.48rem;
    font: normal normal bold 0.48rem/0.64rem Poppins;
  }
  .scenarios .scenarios-item {
    margin-top: 0.8rem;
  }
  .scenarios .scenarios-item .img-mb {
    display: block;
    width: 6.3rem;
    height: auto;
  }
  .scenarios .scenarios-item .img-pc {
    display: none;
  }
  .scenarios .scenarios-item .item-cont {
    top: 6.41rem;
    width: 5.48rem;
  }
  .scenarios .scenarios-item .item-cont.right {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .scenarios .scenarios-item .item-cont.left {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .scenarios .scenarios-item .item-cont .item-title {
    font: normal normal 600 0.36rem/0.55rem Poppins;
    margin-bottom: 0.24rem;
    text-align: center;
  }
  .scenarios .scenarios-item .item-cont .item-desc {
    font: normal normal 300 0.24rem/0.35rem Poppins;
    text-align: center;
  }
}
.steps {
  margin-top: 100px;
  text-align: center;
  zoom: calc(var(--screen-width) / 1920);
}
.steps .title {
  width: 824px;
  font: normal normal bold 40px/54px Poppins;
  color: #39325A;
  margin: 0 auto 30px;
}
.steps .seo-btn {
  margin: 0 auto;
}
.steps .content {
  width: 71.4583333333%;
  height: 824px;
  margin-top: 56px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#EAE3FF), to(#CFDCFE)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #EAE3FF 0%, #CFDCFE 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 28px 28px 0px;
}
.steps .content.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.steps .content.mb {
  display: none;
}
.steps .step-display {
  display: none;
  padding-left: 148px;
  padding-top: 65px;
}
.steps .step-display:first-child {
  display: block;
}
.steps .step-display .display-title {
  width: 468px;
  text-align: left;
  font: normal normal 500 32px/42px Poppins;
  color: #39325A;
}
.steps .step-display .display-desc {
  width: 450px;
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  color: #39325A;
  margin-top: 12px;
}
.steps .step-display .display-img {
  width: 551px;
  height: 333px;
  margin-top: 70px;
}
.steps .step-list {
  width: 840px;
  height: 100%;
  margin-left: auto;
  margin-right: -308px;
  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;
}
.steps .step-list .step-item {
  width: 840px;
  height: 220px;
  position: relative;
  top: 0;
  background: #F3F1FE;
  border-radius: 20px;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 54px 60px;
  cursor: pointer;
}
.steps .step-list .step-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .steps .step-list .step-item:hover {
    top: -10px;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }
  .steps .step-list .step-item:hover .step-item-title {
    color: #8B3DFF;
  }
}
.steps .step-list .step-item.active {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 12px 30px rgba(212, 203, 237, 0.8);
          box-shadow: 0px 12px 30px rgba(212, 203, 237, 0.8);
  border: 2px solid #D5B9FF;
}
.steps .step-list .step-item.active .step-item-title {
  color: #8B3DFF;
}
.steps .step-list .step-item .step-item-title {
  text-align: left;
  font: normal normal 600 18px/27px Poppins;
  color: #39325A;
  width: 50%;
  padding-right: 96px;
  position: relative;
}
.steps .step-list .step-item .step-item-title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
  height: 100px;
  border: 1px solid #C7C7C7;
}
.steps .step-list .step-item .step-item-desc {
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  color: #39325A;
  width: 50%;
  padding-left: 40px;
}

@media screen and (max-width: 1200px) {
  .steps {
    margin-top: 0.8rem;
    zoom: 1;
  }
  .steps .title {
    width: 6.06rem;
    font: normal normal bold 0.48rem/0.64rem Poppins;
    color: #39325A;
    margin: 0 auto 0.48rem;
  }
  .steps .seo-btn {
    margin: 0 auto;
  }
  .steps .content {
    width: 100%;
    height: 9.27rem;
    margin-top: 0.58rem;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
  }
  .steps .content.pc {
    display: none;
  }
  .steps .content.mb {
    display: block;
  }
  .steps .content .step-swiper {
    width: 6.54rem;
  }
  .steps .content .swiper-wrapper {
    padding-left: 0.6rem;
  }
  .steps .content .swiper-slide {
    width: 6.3rem !important;
    height: 9.27rem;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#EAE3FF), to(#CFDCFE)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #EAE3FF 0%, #CFDCFE 100%) 0% 0% no-repeat padding-box;
    border-radius: 0.28rem;
    margin-right: 0.24rem;
    padding: 1.25rem 0.4rem;
  }
  .steps .content .swiper-step-title {
    text-align: center;
    font: normal normal 500 0.36rem/0.56rem Poppins;
    color: #39325A;
  }
  .steps .content .swiper-step-desc {
    text-align: center;
    font: normal normal 300 0.32rem/0.48rem Poppins;
    color: #39325A;
    margin-top: 0.16rem;
  }
  .steps .content .swiper-step-img {
    width: 5.51rem;
    height: 3.33rem;
    margin-top: 0.64rem;
  }
}
.support-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 129px;
  margin-bottom: 110px;
  zoom: calc(var(--screen-width) / 1920);
}
.support-types .video {
  width: 1042px;
}
.support-types .content {
  margin-left: 120px;
}
.support-types .content .support-types-title {
  width: 628px;
  text-align: left;
  font: normal normal bold 56px/72px Poppins;
  color: #39325A;
}
.support-types .content .support-types-subtitle {
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  color: #39325A;
  margin-top: 6px;
  margin-bottom: 32px;
}
.support-types .content .types-item {
  text-align: left;
  font: normal normal 300 16px/40px Poppins;
  color: #39325A;
  position: relative;
  padding-left: 18px;
}
.support-types .content .types-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D5B9FF;
}
.support-types .content .seo-btn {
  margin-top: 46px;
}

@media screen and (max-width: 1200px) {
  .support-types {
    zoom: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .support-types .content {
    margin: 0 auto 0.58rem;
    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;
  }
  .support-types .content .support-types-title {
    width: 5.4rem;
    text-align: center;
    font: normal normal bold 0.48rem/0.64rem Poppins;
  }
  .support-types .content .support-types-subtitle {
    width: 4.84rem;
    text-align: center;
    font: normal normal 300 0.32rem/0.48rem Poppins;
    margin-top: 0.16rem;
    margin-bottom: 0.48rem;
  }
  .support-types .content .types-item {
    width: 5.74rem;
    font: normal normal 300 0.28rem/0.44rem Poppins;
    padding-left: 0.36rem;
    margin-bottom: 0.34rem;
  }
  .support-types .content .types-item:last-child {
    margin-bottom: 0;
  }
  .support-types .content .types-item::before {
    top: 0.14rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 0.16rem;
    height: 0.16rem;
  }
  .support-types .content .seo-btn {
    margin-top: 0.48rem;
  }
  .support-types .video {
    width: calc(100% - 0.6rem);
    margin: 0 0.3rem;
  }
}
.features {
  background: #F2F1FF;
  padding-top: 54px;
  padding-bottom: 80px;
  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;
}
.features .title-box {
  width: 960px;
}
.features .title {
  width: 566px;
  text-align: left;
  font: normal normal bold 40px/54px Poppins;
  color: #39325A;
  margin-left: -115px;
}
.features .content {
  width: 960px;
  margin-top: 48px;
}
.features .content .features-item {
  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;
  margin-bottom: 34px;
}
.features .content .features-item:last-child {
  margin-bottom: 0;
}
.features .content .features-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.features .content .features-item .features-item-img {
  width: 408px;
}
.features .content .features-item .features-item-text {
  width: 452px;
}
.features .content .features-item .features-item-text .features-item-title {
  font: normal normal 600 22px/33px Poppins;
  color: #39325A;
}
.features .content .features-item .features-item-text .features-item-desc {
  margin-top: 22px;
  font: normal normal 300 16px/25px Poppins;
  color: #39325A;
}

@media screen and (max-width: 1200px) {
  .features {
    padding-top: 0.64rem;
    padding-bottom: 0.8rem;
  }
  .features .title-box {
    width: 100%;
  }
  .features .title {
    width: 4.56rem;
    text-align: center;
    font: normal normal bold 0.48rem/0.64rem Poppins;
    margin: 0 auto;
  }
  .features .content {
    width: 6.3rem;
    margin-top: 0.64rem;
  }
  .features .content .features-item {
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0.8rem;
  }
  .features .content .features-item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features .content .features-item .features-item-img {
    width: 100%;
    height: auto;
  }
  .features .content .features-item .features-item-text {
    width: 100%;
    margin-top: 0.48rem;
    text-align: center;
  }
  .features .content .features-item .features-item-text .features-item-title {
    font: normal normal 600 0.36rem/0.5rem Poppins;
  }
  .features .content .features-item .features-item-text .features-item-desc {
    margin-top: 0.3rem;
    font: normal normal 300 0.28rem/0.42rem Poppins;
  }
}
.FAQs {
  padding: 80px 0 60px;
  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;
}
.FAQs .title {
  text-align: center;
  font: normal normal bold 40px/54px Poppins;
  color: #39325A;
}
.FAQs .content {
  margin-top: 64px;
}
.FAQs .content .FAQs-item {
  width: 1170px;
  background: #F8F8F8;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 32px 40px 32px 36px;
  cursor: pointer;
}
.FAQs .content .FAQs-item span {
  font: inherit;
}
.FAQs .content .FAQs-item .icon {
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.FAQs .content .FAQs-item:last-child {
  margin-bottom: 0;
}
.FAQs .content .FAQs-item.active .FAQs-item-title > span {
  color: #8B3DFF;
}
.FAQs .content .FAQs-item.active .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.FAQs .content .FAQs-item.active .FAQs-item-desc {
  display: block;
}
.FAQs .content .FAQs-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font: normal normal 600 18px/27px Poppins;
  color: #39325A;
}
.FAQs .content .FAQs-item-desc {
  display: none;
  margin-top: 16px;
  font: normal normal 300 14px/21px Poppins;
  color: #39325A;
}

@media screen and (max-width: 1200px) {
  .FAQs {
    padding: 0.8rem 0 0.8rem;
  }
  .FAQs .title {
    width: 4.7rem;
    font: normal normal bold 0.48rem/0.64rem Poppins;
  }
  .FAQs .content {
    margin-top: 0.64rem;
    padding: 0 0.3rem;
  }
  .FAQs .content .FAQs-item {
    width: 100%;
    border-radius: 0.12rem;
    margin-bottom: 0.24rem;
    padding: 0.48rem 0.3rem;
  }
  .FAQs .content .FAQs-item .icon {
    width: 0.44rem;
    height: 0.44rem;
  }
  .FAQs .content .FAQs-item-title {
    font: normal normal 600 0.32rem/0.44rem Poppins;
  }
  .FAQs .content .FAQs-item-desc {
    margin-top: 0.24rem;
    font: normal normal 300 0.28rem/0.42rem Poppins;
  }
}
.publicize {
  padding: 60px 0 70px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(234, 227, 255, 0)), to(rgba(207, 220, 254, 0.6))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(234, 227, 255, 0) 0%, rgba(207, 220, 254, 0.6) 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;
}
.publicize .publicize-img {
  width: calc(100% - 70px - 472px - 24px);
  max-width: 756px;
  height: auto;
  margin-right: 70px;
}
.publicize .content {
  width: 472px;
  padding-top: 109px;
}
.publicize .content .title {
  font: normal normal bold 56px/72px Poppins;
  color: #39325A;
}
.publicize .content .publicize-text {
  margin: 20px 0 28px;
}
.publicize .content .publicize-text .publicize-item {
  font: normal normal 300 16px/32px Poppins;
  color: #39325A;
  position: relative;
  padding-left: 18px;
}
.publicize .content .publicize-text .publicize-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D5B9FF;
}

@media screen and (max-width: 1200px) {
  .publicize {
    padding: 0 0 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .publicize .publicize-img {
    width: 6.3rem;
    height: 5.67rem;
    margin-right: 0;
    margin-top: 0.72rem;
  }
  .publicize .content {
    padding-top: 0;
    width: auto;
  }
  .publicize .content .title {
    text-align: center;
    width: 3.64rem;
    font: normal normal bold 0.48rem/0.64rem Poppins;
    margin: 0 auto;
  }
  .publicize .content .publicize-text {
    width: 6.14rem;
    margin: 0.16rem auto 0.48rem;
  }
  .publicize .content .publicize-text .publicize-item {
    font: normal normal 300 0.32rem/0.48rem Poppins;
    padding-left: 0.36rem;
    margin-bottom: 0.34rem;
  }
  .publicize .content .publicize-text .publicize-item:last-child {
    margin-bottom: 0;
  }
  .publicize .content .publicize-text .publicize-item::before {
    top: 0.14rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 0.16rem;
    height: 0.16rem;
  }
}
.cropper-line {
  background: #fff !important;
}

.cropper-view-box {
  outline: 2px solid #fff !important;
}

.cropper-point {
  background: #8b3dff 0% 0% no-repeat padding-box !important;
  border: 2px solid #fff !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
}

.cropper-dashed {
  border: none !important;
}

.point-e {
  width: 10px !important;
  height: 10px !important;
  right: -6px !important;
}
@media (max-width: 1200px) {
  .point-e {
    width: 13px !important;
    height: 13px !important;
    right: -8px !important;
  }
}

.point-n {
  width: 10px !important;
  height: 10px !important;
  top: -6px !important;
}
@media (max-width: 1200px) {
  .point-n {
    width: 13px !important;
    height: 13px !important;
    top: -8px !important;
  }
}

.point-w {
  width: 10px !important;
  height: 10px !important;
  left: -8px !important;
}
@media (max-width: 1200px) {
  .point-w {
    width: 13px !important;
    height: 13px !important;
    left: -8px !important;
  }
}

.point-s {
  width: 10px !important;
  height: 10px !important;
  bottom: -6px !important;
}
@media (max-width: 1200px) {
  .point-s {
    width: 13px !important;
    height: 13px !important;
    bottom: -8px !important;
  }
}

.point-nw {
  left: -8px !important;
  top: -8px !important;
}

.point-ne {
  right: -8px !important;
  top: -8px !important;
}

.point-sw {
  left: -8px !important;
  bottom: -8px !important;
}

.point-se {
  right: -8px !important;
  bottom: -8px !important;
}

.crop_dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.16);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3000;
}
.crop_dialog .dialog_cotainer {
  position: relative;
  width: 825px;
  padding: 20px 0 32px;
  background-color: #fff;
  border-radius: 17px;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1607843137);
}
.crop_dialog .dialog_cotainer .dialog_close_icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  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;
  cursor: pointer;
}
.crop_dialog .dialog_cotainer .dialog_close_icon .close_icon {
  width: 12px;
  height: 12px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/dialog_close.svg");
  background-size: 100%;
}
.crop_dialog .dialog_cotainer .dialog_close_icon:hover {
  background-color: #eaeced;
}
.crop_dialog .dialog_cotainer .dialog_content .dialog_head {
  padding-left: 20px;
}
.crop_dialog .dialog_cotainer .dialog_content .dialog_head .dialog_title {
  color: #282e48;
  font: normal normal 500 20px/24px Roboto;
}
.crop_dialog .dialog_cotainer .dialog_content .dialog_head .dialog_des {
  margin-top: 10px;
  color: #a1a4b3;
  font: normal normal 400 14px/17px Roboto;
}
.crop_dialog .dialog_cotainer .dialog_content .crop_container {
  width: 100%;
  height: 464px;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 20px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.06);
  text-align: center;
}
.crop_dialog .dialog_cotainer .dialog_content .crop_container img {
  max-height: 464px;
  max-width: 825px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}
.crop_dialog .dialog_cotainer .dialog_content .crop_size {
  padding-left: 30px;
  margin-bottom: 10px;
  color: #282e48;
  font: normal normal 500 14px/17px Roboto;
}
.crop_dialog .dialog_cotainer .dialog_content .crop_size span {
  font: normal normal 400 14px/17px Roboto;
}
.crop_dialog .dialog_cotainer .dialog_content .crop_size.red {
  color: red;
}
.crop_dialog .dialog_cotainer .dialog_content .crop_size.red span {
  color: red;
}
.crop_dialog .dialog_cotainer .dialog_content .slider-container {
  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;
  height: 20px;
  padding: 0 30px;
  margin-bottom: 18px;
  position: relative;
}
.crop_dialog .dialog_cotainer .dialog_content .slider-container .reduce {
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.crop_dialog .dialog_cotainer .dialog_content .slider-container .increase {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.crop_dialog .dialog_cotainer .dialog_content .slider-container .progress-container {
  width: 90%;
  height: 4px;
  background-color: #f3ebff;
  position: relative;
  border-radius: 2px;
}
.crop_dialog .dialog_cotainer .dialog_content .slider-container .progress-bar {
  height: 100%;
  width: 0;
  background-color: #8b3dff;
  border-radius: 2px;
}
.crop_dialog .dialog_cotainer .dialog_content .slider-container .slider {
  width: 18px;
  height: 18px;
  border: 2px solid #8b3dff;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.crop_dialog .dialog_cotainer .dialog_content .slider-container .slider .slider_num_text {
  display: none;
  width: 24px;
  height: 31px;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/num.svg");
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal normal 14px/17px Roboto;
  color: #282e48;
}
.crop_dialog .dialog_cotainer .dialog_content .slider-container .slider:hover .slider_num_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container {
  padding: 0 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .aspect_text {
  color: #282e48;
  font: normal normal 500 14px/17px Roboto;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item {
  cursor: pointer;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
  width: 64px;
  height: 64px;
  border-radius: 6px;
  border: 1px solid rgba(40, 46, 72, 0.1607843137);
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item .icon {
  width: 20px;
  height: 20px;
  background: no-repeat center;
  background-size: 100%;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item .text {
  color: #282e48;
  font: normal normal 400 13px/15px Roboto;
  text-align: center;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item:hover {
  border-color: #8b3dff;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item.active {
  border: 2px solid #8b3dff;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item.origanl .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_ori.svg");
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item.item16_9 .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_169.svg");
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item.item9_16 .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_916.svg");
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item.item1_1 .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_11.svg");
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item.item3_4 .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_34.svg");
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item.item4_3 .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_43.svg");
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item.item21_9 {
  display: none;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item.item21_9 .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_219.svg");
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item.item9_21 {
  display: none;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item.item9_21 .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/image-to-video/icon_921.svg");
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose.showveo .origanl,
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose.showveo .item1_1,
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose.showveo .item3_4,
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose.showveo .item4_3,
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose.showveo .item21_9,
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose.showveo .item9_21 {
  display: none;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose.showluma .item21_9,
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose.showluma .item9_21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .reset_btn {
  margin-right: 12px;
  margin-top: 37px;
  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;
  min-width: 100px;
  padding: 0 10px;
  height: 40px;
  background: rgba(220, 221, 225, 0.3019607843) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(40, 46, 72, 0.1607843137);
  border-radius: 40px;
  font: normal normal 500 14px/17px Roboto;
  pointer-events: none;
  opacity: 0.3;
  cursor: not-allowed;
  color: #282e48;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .reset_btn .rest {
  margin-right: 8px;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .reset_btn_active {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .reset_btn_active:hover {
  background: #f3ebff 0% 0% no-repeat padding-box;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .confirm_btn {
  margin-top: 37px;
  width: 150px;
  height: 40px;
  border-radius: 50px;
  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;
  color: #fff;
  font: normal normal 500 14px/17px Roboto;
  background: transparent -webkit-gradient(linear, right top, left top, from(#4c15e2), to(#8b3dff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #4c15e2 0%, #8b3dff 100%) 0% 0% no-repeat padding-box;
  cursor: pointer;
}
.crop_dialog .dialog_cotainer .dialog_content .aspect_container .confirm_btn:hover {
  background: transparent -webkit-gradient(linear, right top, left top, from(rgba(76, 21, 226, 0.7)), to(rgba(139, 61, 255, 0.7))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(76, 21, 226, 0.7) 0%, rgba(139, 61, 255, 0.7) 100%) 0% 0% no-repeat padding-box;
}
.crop_dialog.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .crop_dialog {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .crop_dialog .dialog_cotainer {
    width: 100%;
    max-height: 75vh;
    overflow-y: auto;
    padding: 0.28rem 0 0;
    border-radius: 0.2rem 0.2rem 0px 0px;
    -webkit-box-shadow: 0px 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
            box-shadow: 0px 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
  }
  .crop_dialog .dialog_cotainer .dialog_close_icon {
    top: 0.24rem;
    right: 0.24rem;
    width: 0.36rem;
    height: 0.36rem;
  }
  .crop_dialog .dialog_cotainer .dialog_close_icon .close_icon {
    width: 0.24rem;
    height: 0.24rem;
  }
  .crop_dialog .dialog_cotainer .dialog_close_icon:hover {
    background-color: transparent;
  }
  .crop_dialog .dialog_cotainer .dialog_content .dialog_head {
    padding-left: 0.4rem;
  }
  .crop_dialog .dialog_cotainer .dialog_content .dialog_head .dialog_title {
    font: normal normal 500 0.36rem/0.43rem Roboto;
  }
  .crop_dialog .dialog_cotainer .dialog_content .dialog_head .dialog_des {
    margin-top: 0.18rem;
    font: normal normal 400 0.24rem/0.29rem Roboto;
  }
  .crop_dialog .dialog_cotainer .dialog_content .crop_container {
    height: 7.5rem;
    margin-top: 0.4rem;
    margin-bottom: 0.28rem;
  }
  .crop_dialog .dialog_cotainer .dialog_content .crop_container img {
    max-height: 7.5rem;
    max-width: 100%;
  }
  .crop_dialog .dialog_cotainer .dialog_content .crop_size {
    padding-left: 0.4rem;
    margin-bottom: 0.2rem;
    font: normal normal 500 0.26rem/0.32rem Roboto;
  }
  .crop_dialog .dialog_cotainer .dialog_content .crop_size span {
    font: normal normal 400 0.26rem/0.32rem Roboto;
  }
  .crop_dialog .dialog_cotainer .dialog_content .slider-container {
    padding: 0 0.4rem;
  }
  .crop_dialog .dialog_cotainer .dialog_content .slider-container .reduce {
    left: 0.25rem;
  }
  .crop_dialog .dialog_cotainer .dialog_content .slider-container .increase {
    right: 0.25rem;
  }
  .crop_dialog .dialog_cotainer .dialog_content .aspect_container {
    display: block;
    padding: 0 0.4rem;
  }
  .crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box {
    margin-bottom: 3rem;
  }
  .crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .aspect_text {
    font: normal normal 500 0.3rem/0.37rem Roboto;
  }
  .crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose {
    margin-top: 0.2rem;
    gap: 0.12rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item {
    row-gap: 0.06rem;
    width: 1.2rem;
    height: 1.27rem;
    border-radius: 0.12rem;
  }
  .crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item .icon {
    width: 0.48rem;
    height: 0.48rem;
  }
  .crop_dialog .dialog_cotainer .dialog_content .aspect_container .aspect_box .dialog_aspect_choose .aspect_item .text {
    font: normal normal 500 0.26rem/0.32rem Roboto;
  }
  .crop_dialog .dialog_cotainer .dialog_content .aspect_container .btn_box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
  }
  .crop_dialog .dialog_cotainer .dialog_content .aspect_container .reset_btn {
    margin-top: 0.63rem;
    margin-bottom: 0.63rem;
    width: 2.4rem;
    height: 1rem;
    border-radius: 0.5rem;
    font: normal normal 600 0.28rem/0.35rem Roboto;
    margin-right: 0.24rem;
  }
  .crop_dialog .dialog_cotainer .dialog_content .aspect_container .confirm_btn {
    margin-top: 0.63rem;
    margin-bottom: 0.63rem;
    width: 4.06rem;
    height: 1rem;
    border-radius: 0.5rem;
    font: normal normal 600 0.28rem/0.35rem Roboto;
  }
  .crop_dialog .dialog_cotainer .dialog_content .aspect_container .confirm_btn:hover {
    background: transparent -webkit-gradient(linear, right top, left top, from(#4c15e2), to(#8b3dff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #4c15e2 0%, #8b3dff 100%) 0% 0% no-repeat padding-box;
  }
}