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

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

.css-error {
  color: #FE6969;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes transformY {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#gender-select_text[data-value="2"] {
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/frmale_icon.svg) !important;
}

#gender-select_text[data-value="4"] {
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/frmale_icon.svg) !important;
}

#gender-select_text[data-value="6"] {
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/frmale_icon.svg) !important;
}

#gender-select_text[data-value="8"] {
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/frmale_icon.svg) !important;
}

#gender-select_text[data-value="10"] {
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/frmale_icon.svg) !important;
}

#gender-select_text[data-value="12"] {
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/frmale_icon.svg) !important;
}

#gender-select_text[data-value="14"] {
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/frmale_icon.svg) !important;
}

#gender-select_text[data-value="16"] {
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/frmale_icon.svg) !important;
}

html,
body {
  overflow-x: visible;
}

.talking-head {
  background: #fff;
  /* 移除微软浏览器，在输入框输入文本后，会出现X的问题，but is look like not working */
  /*隐藏文本框叉子*/
}
.talking-head .main-pc {
  display: block !important;
}
.talking-head .main-mobile {
  display: none !important;
}
.talking-head .button-purple:disabled,
.talking-head .button-purple:disabled:hover {
  color: #fff !important;
  background-color: #6d4dff !important;
  border-color: #6d4dff !important;
}
.talking-head .th-play-rate:disabled,
.talking-head .th-play-video:disabled,
.talking-head .th-play-rate:disabled:hover,
.talking-head .th-play-video:disabled:hover {
  border-color: #fff !important;
}
.talking-head .th-play-rate:disabled .play-icon,
.talking-head .th-play-video:disabled .play-icon,
.talking-head .th-play-rate:disabled:hover .play-icon,
.talking-head .th-play-video:disabled:hover .play-icon {
  fill: #fff !important;
}
.talking-head .th-play-rate:disabled .play-icon path,
.talking-head .th-play-video:disabled .play-icon path,
.talking-head .th-play-rate:disabled:hover .play-icon path,
.talking-head .th-play-video:disabled:hover .play-icon path {
  fill: #fff !important;
}
.talking-head .button-purple {
  margin: 0;
  min-width: 286px;
  max-width: 100%;
  height: 50px;
  color: #fff;
  border: none !important;
  background: #6d4dff;
}
.talking-head .button-purple:hover {
  background: #4f2fe3;
}
.talking-head .button-purple > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.talking-head .button-purple.generate-button {
  min-width: 286px;
  padding: 15px 20px 14px;
}
.talking-head .default-pic {
  background-color: #efefef;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/talking_head_default.webp);
}
.talking-head .scroll-css::-webkit-scrollbar,
.talking-head .sp_results::-webkit-scrollbar {
  background: transparent;
  width: 4px;
  height: 12px;
}
.talking-head .scroll-css::-webkit-scrollbar-corner,
.talking-head .sp_results::-webkit-scrollbar-corner {
  background: transparent;
}
.talking-head .scroll-css::-webkit-scrollbar-track,
.talking-head .sp_results::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.talking-head .scroll-css::-webkit-scrollbar-thumb,
.talking-head .sp_results::-webkit-scrollbar-thumb {
  width: 4px;
  height: 80px;
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  background-clip: content-box;
  background: #a9b2cb;
}
.talking-head .scroll-css::-webkit-scrollbar-thumb:hover,
.talking-head .sp_results::-webkit-scrollbar-thumb:hover {
  background: rgba(169, 178, 203, 0.8);
}
.talking-head .scroll-css::-webkit-scrollbar-thumb:active,
.talking-head .sp_results::-webkit-scrollbar-thumb:active {
  background: rgba(169, 178, 203, 0.8);
}
.talking-head-banner {
  padding: 54px 0 110px;
  min-height: 860px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#f1eeff));
  background: linear-gradient(270deg, #fff 0%, #f1eeff 100%);
}
.talking-head-banner .wrapper {
  max-width: 1086px;
  text-align: center;
  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;
}
.talking-head-banner-title, .talking-head-banner-desc {
  margin: 0 auto;
  width: 100%;
  max-width: 1086px;
  text-align: center;
}
.talking-head-banner-desc {
  max-width: 900px;
  padding: 20px 0 50px;
}
.talking-head-banner-panel {
  padding: 26px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: auto;
  max-width: 940px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 35px rgba(109, 77, 255, 0.1411764706);
          box-shadow: 0px 20px 35px rgba(109, 77, 255, 0.1411764706);
}
.talking-head .select-photo-list {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 130px;
}
.talking-head .select-title {
  display: block;
  padding: 15px 0 10px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}
.talking-head .upload-photo {
  position: relative;
  width: 130px;
  height: 130px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.talking-head .upload-photo:hover {
  background-color: #f1eeff;
  border-color: #8c72ff;
}
.talking-head .upload-photo:hover .upload-text {
  color: #6d4dff;
}
.talking-head .upload-photo:hover .upload-icon path {
  fill: #6d4dff !important;
}
.talking-head .upload-photo:hover .upload-tooltip {
  z-index: 101;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.talking-head .upload-err .upload-tooltip {
  z-index: 101;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.talking-head .upload-text,
.talking-head .upload-icon {
  pointer-events: none;
}
.talking-head .upload-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 57px;
  height: 35px;
  margin: 0 auto;
}
.talking-head .upload-text {
  padding: 4px 0;
  font-size: 12px;
}
.talking-head .upload-input {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
}
.talking-head .upload-tooltip {
  position: relative;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 140px;
  z-index: -9;
  min-height: 130px;
  padding: 16px 32px 22px;
  background-color: #fff;
  border: 1px solid #bfbcce;
  opacity: 0;
  display: block !important;
  cursor: pointer;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  max-width: 70vw;
}
.talking-head .upload-tooltip::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.talking-head .upload-tooltip::before {
  top: 0;
  left: -14px;
  z-index: 0;
  width: 20px;
  height: 100%;
}
.talking-head .upload-tooltip .tooltip-title {
  display: block;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.talking-head .tooltip-arrow {
  position: relative;
  z-index: 0;
  display: block;
  position: absolute;
  z-index: -9;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #bfbcce;
  border-width: 4px 5px 4px 0px;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.talking-head .tooltip-arrow::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.talking-head .tooltip-arrow::before {
  top: -3px;
  left: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff;
  border-width: 3px 5px 3px 0px;
}
.talking-head .tooltip-list-item {
  padding-left: 12px;
  position: relative;
  z-index: 0;
  font-size: 12px;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.talking-head .tooltip-list-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.talking-head .tooltip-list-item::before {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  background-color: #6d4dff;
}
.talking-head .photo-list {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 336px;
}
.talking-head .photo-list-pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.talking-head .photo-list-item {
  position: relative;
  z-index: 1;
  margin-bottom: 7px;
  width: 107px;
  height: 107px;
  text-align: center;
  cursor: pointer;
}
.talking-head .photo-list-item.selected {
  position: relative;
  z-index: 0;
}
.talking-head .photo-list-item.selected::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.talking-head .photo-list-item.selected::before {
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: rgba(255, 255, 255, 0.68);
  border: 2px solid #6d4dff;
}
.talking-head .photo-list-item.selected .photo-select-icon {
  z-index: 2;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}
.talking-head .photo-select-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: -9;
  display: block !important;
  width: 20px;
  height: 20px;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.talking-head .th-photo {
  max-height: 100%;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  display: block;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.talking-head .video-edit-panel {
  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;
  grid-column-gap: 14px;
}
.talking-head .photo-show {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 369px;
  height: 369px;
  line-height: 369px;
  background-size: 369px;
}
.talking-head .photo-show .th-photo {
  max-height: 100% !important;
  max-width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  display: inline-block !important;
}
.talking-head .photo-hide {
  background-image: none;
}
.talking-head .video-play-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.talking-head .video-play-select {
  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;
  grid-column-gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.talking-head .video-play-select-list {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 301px;
}
.talking-head .video-play-select-list.voice-select {
  max-width: 208px;
}
.talking-head .sp_hidden {
  display: none !important;
}
.talking-head .sp_container {
  border: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.talking-head .video-label {
  position: absolute;
  top: -8px;
  left: 12px;
  z-index: 1;
  display: inline-block;
  pointer-events: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #b2b1b9;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  background-color: #fff;
}
.talking-head .video-pull {
  position: relative;
  width: 100%;
}
.talking-head input::-ms-clear {
  display: none;
}
.talking-head input::-ms-reveal {
  display: none;
}
.talking-head .video-form {
  background: #fff;
  border: 1px solid #dcd9e6;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 !important;
  font-size: 14px;
  font-weight: 400;
  height: 56px;
  line-height: 56px;
  min-height: 56px;
  padding: 10px 10px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  display: block;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.talking-head .video-form:hover {
  border: 1px solid #000;
}
.talking-head .video-form:focus {
  border: 1px solid #6d4dff;
}
.talking-head #gender-select_text {
  padding-left: 70px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/male_icon.svg);
}
.talking-head .sp_button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  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;
  width: 40px;
  height: 100%;
  cursor: pointer;
  border: 0;
}
.talking-head .sp_button:hover {
  opacity: 0.8;
}
.talking-head .sp_button .sp_caret {
  display: block;
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.talking-head .sp_clear_btn {
  display: none !important;
  position: absolute;
  top: 18px;
  right: 44px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.5rem;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  padding: 0;
}
.talking-head .sp_clear_btn:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.talking-head .sp-iconfont {
  width: 12px;
  height: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: rgba(0, 0, 0, 0.54) !important;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.talking-head .sp-iconfont.if-warning {
  display: none !important;
}
.talking-head .sp_container_open .sp_button .sp_caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.talking-head .sp_results {
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
.talking-head .sp_results > li {
  min-height: 40px;
  line-height: 1.5;
  margin: 0;
  padding: 8px 20px;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #39325a;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.talking-head .sp_results > li.sp_over {
  color: #39325a;
  background: #f4f2fc;
}
.talking-head .sp_results > li.sp_selected {
  color: #39325a;
  background: #ffdfb7;
}
.talking-head .sp_result_area {
  background-color: white;
  border: 1px solid #d6d7d7;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 100;
  width: 300px;
  border-radius: 2px;
}
.talking-head .sp_result_area.shadowDown {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-animation: dropDownFadeInDown 200ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: dropDownFadeInDown 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.talking-head .sp_result_area.shadowUp {
  -webkit-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.2);
  -webkit-animation: dropDownFadeInUp 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: dropDownFadeInUp 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.talking-head .video-play-textarea {
  position: relative;
  margin-top: 7px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #dcd9e6;
  min-height: 306px;
  padding-bottom: 14px;
}
.talking-head .video-play-textarea .video-label {
  top: 24px;
  left: 24px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b2b1b9;
  font-size: 14px;
  background: transparent;
  max-width: calc(100% - 48px);
}
.talking-head .th-edit-icon {
  display: block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/edit_icon.svg) center center no-repeat;
}
.talking-head .th-edit-desc {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font: inherit;
  color: inherit;
  text-align: left;
}
.talking-head .try-th-text {
  width: 100%;
  border: none !important;
  padding: 24px;
  height: 90%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  outline: none !important;
  font-family: "Poppins", Arial, "Microsoft Yahei", sans-serif !important;
}
.talking-head .try-th-text:focus, .talking-head .try-th-text:focus-visible {
  border: 1px solid #6d4dff;
}
.talking-head .video-play-panel {
  padding-top: 32px;
  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;
}
.talking-head .video-play-controls,
.talking-head .video-play-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.talking-head .video-play-controls {
  padding: 9px 12px;
  height: 50px;
  border-radius: 9999px;
  background: #6d4dff;
}
.talking-head .th-play-video,
.talking-head .th-play-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31px;
  height: 31px;
  min-width: 0;
  max-width: none;
  padding: 0;
  margin: 0;
}
.talking-head .th-play-video {
  border: 2.5px solid #fff;
  border-radius: 9999px;
}
.talking-head .th-play-video:hover {
  border-color: #cbbfff;
  -webkit-transition: 0s !important;
  transition: 0s !important;
}
.talking-head .th-play-video:hover .play-icon path {
  fill: #cbbfff !important;
}
.talking-head .play-icon,
.talking-head .play-anime {
  display: block;
  width: 17px;
  height: 19px;
  fill: #fff;
  pointer-events: none;
}
.talking-head .play-icon {
  display: block !important;
}
.talking-head .play-icon.th-play {
  display: block !important;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(-3px, 0);
          transform: translate(-3px, 0);
}
.talking-head .play-icon.th-stop {
  width: 32px;
  height: 32px;
  -webkit-transform: translate(-2px, 0);
          transform: translate(-2px, 0);
  display: none !important;
}
.talking-head .play-anime {
  display: none !important;
}
.talking-head .play-stop .th-play {
  display: none !important;
}
.talking-head .play-stop .th-stop {
  display: block !important;
}
.talking-head .play-stop .play-anime {
  display: none !important;
}
.talking-head .th-anime .play-icon {
  display: block !important;
}
.talking-head .th-anime .play-icon.th-play, .talking-head .th-anime .play-icon.th-stop {
  display: none !important;
}
.talking-head .th-play-rate {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.talking-head .th-play-rate .speend-icon {
  pointer-events: none;
}
.talking-head .th-play-rate:hover .speend-icon {
  fill: #cbbfff !important;
}
.talking-head .th-play-rate:hover .speend-icon path {
  fill: #cbbfff !important;
}
.talking-head .video-play-rate {
  position: relative;
  width: auto;
  min-width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.talking-head .rate-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  left: 0;
  top: 0;
  z-index: -99;
  height: 32px;
  visibility: hidden !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  width: 0;
  overflow: hidden;
}
.talking-head .rate-wrap.rate-open {
  z-index: 99;
  padding-left: 12px;
  visibility: visible !important;
  width: 254px;
}
.talking-head .rate-wrap.rate-open .rate-clickable {
  opacity: 1;
}
.talking-head .rate-clickable {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  opacity: 0;
  margin-right: 3px;
  padding: 2px 6px 1px;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  color: #fff;
}
.talking-head .rate-selected {
  color: #6d4dff;
  background: #ffffff;
  border-color: #a08fee;
}
.talking-head .video-play-line {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 16px;
  width: 2px;
  height: 60%;
  background-color: #cbc8d9;
}
.talking-head .video-play-action {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end;
}
@-webkit-keyframes dropDownFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes dropDownFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes dropDownFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes dropDownFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.talking-head .play-icon,
.talking-head .play-anime {
  display: block;
  width: 17px;
  height: 19px;
  fill: #fff;
  pointer-events: none;
}
.talking-head .play-anime {
  display: none !important;
}
.talking-head .th-anime .play-anime {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.talking-head .th-anime .play-rect {
  -webkit-animation-name: stretchdelay;
          animation-name: stretchdelay;
}
.talking-head .th-anime .play-icon {
  display: none !important;
}
.talking-head .th-anime.generate-button {
  position: relative;
}
.talking-head .th-anime.generate-button .css-info {
  opacity: 0 !important;
  visibility: hidden !important;
}
.talking-head .th-anime.generate-button .play-anime {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.talking-head .th-anime.generate-button .play-rect {
  background-color: #fff;
  width: 5px;
  height: 6px;
  margin: 0 4px;
  -webkit-animation-name: stretchdelay-generate;
          animation-name: stretchdelay-generate;
}
.talking-head .play-rect {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #39325a;
  height: 4px;
  width: 3px;
  border-radius: 9999px;
  display: inline-block;
  margin: 0 1px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.talking-head .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.talking-head .rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    height: 4px;
  }
  20% {
    height: 100%;
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    height: 4px;
  }
  20% {
    height: 100%;
  }
}
@-webkit-keyframes stretchdelay-generate {
  0%, 40%, 100% {
    height: 6px;
  }
  20% {
    height: 100%;
  }
}
@keyframes stretchdelay-generate {
  0%, 40%, 100% {
    height: 6px;
  }
  20% {
    height: 100%;
  }
}
.talking-head .words-used,
.talking-head .toxicity-tips {
  color: #39325a;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  padding: 0 24px;
}
.talking-head .toxicity-tips {
  margin-top: 6px;
  position: relative;
  color: #f12828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.talking-head .toxicity-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.talking-head .toxicity-desc {
  font: inherit;
  color: inherit;
  padding-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.talking-head .words-err {
  color: #fe6969;
}
.talking-head .th-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #fff;
  --bs-backdrop-opacity: 1;
  --bs-backdrop-filter: blur(16px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  visibility: hidden !important;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
.talking-head .th-backdrop.show {
  visibility: visible !important;
}
.talking-head .th-modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 544px;
  --bs-min-width: 544px;
  --bs-modal-margin: 1.75rem;
  --bs-modal-color: #39325a;
  --bs-modal-bg: #fff;
  --bs-modal-border-width: 1px;
  --bs-modal-border-color: #afaac4;
  --bs-modal-border-radius: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  visibility: hidden !important;
}
.talking-head .th-modal.show {
  opacity: 1;
  visibility: visible !important;
}
.talking-head .th-modal.show .th-dialog {
  -webkit-transform: none;
          transform: none;
}
.talking-head .th-modal .th-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  max-width: var(--bs-min-width);
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.talking-head .th-modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.talking-head .th-modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px 50px 46px;
  max-width: 100%;
  text-align: center;
}
.talking-head .th-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
}
.talking-head .modal-close-icon,
.talking-head .icon-down {
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.talking-head .modal-close-icon {
  fill: #333 !important;
  opacity: 1 !important;
  width: 24px;
  height: 24px;
}
.talking-head .modal-close-icon path {
  opacity: 1 !important;
}
.talking-head .icon-down {
  width: 15px;
  height: 15px;
  fill: #fff !important;
  opacity: 1 !important;
}
.talking-head .modal-close {
  min-width: 0;
  margin: 0;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: rgba(109, 113, 122, 0);
}
.talking-head .modal-close:hover {
  opacity: 1 !important;
  background: rgba(109, 113, 122, 0.1);
}
.talking-head .modal-pic {
  margin: 40px auto 24px;
  text-align: center;
}
.talking-head .modal-pic > img {
  display: inline-block;
  vertical-align: top;
}
.talking-head .modal-pic.default-pic {
  width: 230px;
  height: 230px;
  line-height: 230px;
  background-size: 230px;
}
.talking-head .th-loading .modal-pic {
  margin-bottom: 8px;
}
.talking-head .th-loading .modal-desc {
  min-height: 80px;
}
.talking-head .th-generate .modal-desc {
  padding: 30px 0 0;
  min-height: 0;
}
.talking-head .th-generate .modal-pic {
  margin: 22px auto;
  width: 230px;
  height: 230px;
}
.talking-head .th-generate .modal-pic > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.talking-head .modal-title {
  display: block;
  color: #6d4dff;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 20px;
}
.talking-head .modal-desc {
  padding: 0 0 10px;
  margin: 0 auto;
  min-height: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.talking-head .button-purple {
  margin: auto;
  min-width: 0px;
  padding: 8px 20px 7px;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
}
.talking-head .discover {
  padding: 100px 10px 90px 10px;
}
.talking-head .discover .wrapper-now {
  max-width: 1086px;
}
.talking-head .discover .discover-h2 {
  max-width: 1040px;
}
.talking-head .discover .discover-h2 h2 {
  font: normal normal 600 40px/56px Poppins;
}
.talking-head .discover .discover-p {
  max-width: 1222px;
  margin-top: 12px;
}
.talking-head .discover .liveuse-start-box {
  margin-top: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.talking-head .discover .liveuse-start-box.first-wrap {
  margin-top: 57px;
}
.talking-head .discover .liveuse-start-box .liveuse-content {
  width: 484px;
}
.talking-head .discover .liveuse-start-box .liveuse-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #39325a;
  margin-bottom: 12px;
}
.talking-head .discover .liveuse-start-box .liveuse-content p .link {
  font: normal normal 300 16px/25px Poppins;
  color: #8b3dff;
  text-decoration: underline;
}
.talking-head .discover .liveuse-start-box .liveuse-content .css-p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #39325a;
  margin-bottom: 24px;
}
.talking-head .discover .liveuse-start-box .liveuse-content .css-p span {
  color: #6d4dff;
  font-weight: 300;
}
.talking-head .discover .liveuse-start-box .button-small {
  min-width: 342px;
}
.talking-head .discover .liveuse-start-box .button-solid {
  background-color: #8b3dff;
  border-color: unset;
  -webkit-transition: none;
  transition: none;
}
.talking-head .discover .liveuse-start-box .button-solid: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;
}
.talking-head .discover .mob-pic {
  display: none;
}
.talking-head .create {
  display: block;
  padding: 28px 0 120px 0;
}
.talking-head .create .button-box {
  margin-top: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.talking-head .create .button-box .button-small {
  min-width: 342px;
}
.talking-head .create .create-box {
  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: 68px;
  max-width: 1086px;
}
.talking-head .create .create-box .img-up {
  display: block;
}
.talking-head .create .create-box .img-write {
  display: none;
}
.talking-head .create .create-box .img-video {
  display: none;
}
.talking-head .create .create-left {
  width: 518px;
  -webkit-transform: translateX(55px);
          transform: translateX(55px);
}
.talking-head .create .create-left h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.talking-head .create .create-left p {
  font-size: 16px;
}
.talking-head .create .create-left li {
  list-style: block;
  list-style-type: disc;
  font-size: 16px;
  font-weight: 300;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.talking-head .create .create-left .create-left-top {
  position: relative;
  z-index: 0;
  position: relative;
  z-index: 0;
  position: relative;
  cursor: pointer;
}
.talking-head .create .create-left .create-left-top::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.talking-head .create .create-left .create-left-top::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.talking-head .create .create-left .create-left-top:hover h3 {
  color: #6d4dff;
}
.talking-head .create .create-left .create-left-top:hover .num-top {
  display: block;
}
.talking-head .create .create-left .create-left-top::before {
  width: 36px;
  height: 42px;
  top: 6px;
  left: -65px;
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/create_1.webp);
  background-position: right center;
  background-repeat: no-repeat;
}
.talking-head .create .create-left .num-top {
  position: absolute;
  left: -78px;
  display: none;
}
.talking-head .create .create-left .num-mid {
  position: absolute;
  left: -78px;
  display: none;
}
.talking-head .create .create-left .num-bom {
  position: absolute;
  left: -78px;
  display: none;
}
.talking-head .create .create-left .create-left-top::after {
  width: 7px;
  height: 48px;
  top: 82px;
  left: -48px;
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/create_after1.webp);
  background-position: right center;
  background-repeat: no-repeat;
}
.talking-head .create .create-left .create-left-mid {
  position: relative;
  z-index: 0;
  position: relative;
  z-index: 0;
  position: relative;
  margin: 52px 0;
  cursor: pointer;
}
.talking-head .create .create-left .create-left-mid::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.talking-head .create .create-left .create-left-mid::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.talking-head .create .create-left .create-left-mid:hover h3 {
  color: #6d4dff;
}
.talking-head .create .create-left .create-left-mid:hover .num-mid {
  display: block;
}
.talking-head .create .create-left .create-left-mid::before {
  width: 41px;
  height: 43px;
  top: 10px;
  left: -65px;
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/create_2.webp);
  background-position: right center;
  background-repeat: no-repeat;
}
.talking-head .create .create-left .create-left-mid::after {
  width: 7px;
  height: 48px;
  top: 82px;
  left: -48px;
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/create_after1.webp);
  background-position: right center;
  background-repeat: no-repeat;
}
.talking-head .create .create-left .create-left-bom {
  position: relative;
  z-index: 0;
  position: relative;
  cursor: pointer;
}
.talking-head .create .create-left .create-left-bom::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.talking-head .create .create-left .create-left-bom:hover h3 {
  color: #6d4dff;
}
.talking-head .create .create-left .create-left-bom:hover .num-bom {
  display: block;
}
.talking-head .create .create-left .create-left-bom::before {
  width: 41px;
  height: 45px;
  top: 11px;
  left: -65px;
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/create_3.webp);
  background-position: right center;
  background-repeat: no-repeat;
}
.talking-head .create .create-right {
  width: 425px;
  height: 497px;
}
.talking-head .create-mob {
  display: none;
}
.talking-head .micro-test-faq {
  padding: 80px 0 50px;
}
.talking-head .micro-test-faq-title {
  font-size: 34px;
}
.talking-head .micro-test-faq-list {
  margin: 6px auto 0;
  max-width: 700px;
  width: 100%;
}
.talking-head .micro-test-faq-item {
  position: relative;
  border-bottom: 1px solid #d2d0de;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
  z-index: 0;
}
.talking-head .micro-test-faq-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.talking-head .micro-test-faq-item::before {
  right: 0;
  top: 30px;
  width: 18px;
  height: 18px;
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/_common/faq_arrow.svg);
  background-size: 18px;
  background-position: right center;
  background-repeat: no-repeat;
}
.talking-head .micro-test-faq-item.active::before {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.talking-head .micro-test-faq-name {
  display: block;
  padding: 30px 30px 30px 0;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
}
.talking-head .micro-test-faq-desc {
  padding-bottom: 30px;
  margin-top: -15px;
  display: none;
  width: 100%;
  font-size: 16px;
}
.talking-head .micro-test-faq-desc b {
  font-weight: 600;
}
.talking-head .micro-test-faq-desc b.css-h4 {
  display: block;
  padding: 5px 0;
}
.talking-head .micro-test-faq-desc .css-h4 {
  font-size: inherit;
}
.talking-head .micro-test-faq-desc .css-p {
  font-size: inherit;
}
.talking-head .micro-test-faq-desc .css-p a {
  color: #6d4dff;
  font-weight: 300;
}
.talking-head-tips {
  padding: 95px 0 118px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.talking-head-tips .wrapper-tips {
  max-width: 1500px;
}
.talking-head-tips-desc {
  padding: 20px 0 32px;
}
.talking-head-tips-pic {
  margin: 0 auto;
  width: 597px;
  height: 446px;
}
.talking-head-tips .button-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.talking-head-tips .swiper-container-tips-m {
  display: none;
}
.talking-head-tips .swiper-wrapper-tips {
  margin-left: 32px;
  height: 100%;
}
.talking-head-tips .swiper-container-tips {
  display: block;
  padding: 45px 0 70px 0;
  width: 1300px;
  margin: 0 auto;
  height: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.talking-head-tips .swiper-container-tips .swiper-icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #39325a;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.talking-head-tips .swiper-container-tips .swiper-icon:hover {
  opacity: 1;
}
.talking-head-tips .swiper-container-tips .prev-btn i {
  display: inline-block;
  width: 12px;
  height: 22px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-speech/left-icon.svg");
  background-size: 12px 22px;
}
.talking-head-tips .swiper-container-tips .next-btn i {
  display: inline-block;
  width: 12px;
  height: 22px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-speech/right-icon.svg");
  background-size: 12px 22px;
}
.talking-head-tips .swiper-container-tips .button-disabled {
  opacity: 0.3;
  cursor: no-drop;
}
.talking-head-tips .swiper-container-tips .button-disabled:hover {
  opacity: 0.3;
}
.talking-head-tips .swiper-container-tips .swiper-wrapper {
  width: 1300px;
}
.talking-head-tips .swiper-container-tips .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.talking-head-tips .swiper-container-tips .swiper-slide .slide-item {
  width: 260px;
  overflow: hidden;
  height: 360px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d7d4e5;
  border-radius: 4px;
  -webkit-box-shadow: 10px 12px 16px rgba(170, 167, 188, 0.1607843137);
          box-shadow: 10px 12px 16px rgba(170, 167, 188, 0.1607843137);
  position: relative;
}
.talking-head-tips .swiper-container-tips .swiper-slide .slide-item .free-tool {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 8px;
  height: 25px;
  background-color: #00c54f;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  z-index: 1;
}
.talking-head-tips .swiper-container-tips .swiper-slide .slide-item:hover {
  background: #e0d8ff;
}
.talking-head-tips .swiper-container-tips .swiper-slide .slide-item:hover h3 {
  text-decoration: underline;
}
.talking-head-tips .swiper-container-tips .swiper-slide .slide-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.talking-head-tips .swiper-container-tips .swiper-slide .slide-item img {
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.talking-head-tips .swiper-container-tips .swiper-slide .slide-item > h3 {
  padding: 0 20px;
  margin: 13px 0 10px;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #6d4dff;
  text-align: left;
}
.talking-head-tips .swiper-container-tips .swiper-slide .slide-item p {
  padding: 0 20px;
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 300;
}
.talking-head-tips .swiper-container-tips .swiper-slide .slide-item p a {
  color: #6d4dff;
  font-weight: 300;
}
.talking-head-tips .swiper-container-tips .swiper-slide .slide-item p a:hover {
  text-decoration: underline;
}
.talking-head-morethan {
  padding: 20px 0 0;
  text-align: center;
}
.talking-head-morethan-desc {
  padding: 20px 0 32px;
}
.talking-head-morethan-pic {
  margin: 0 auto;
  width: 597px;
  height: 446px;
}
.talking-head-morethan .button-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .more-container {
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/talking-head/more-bg.webp");
    background-size: 100% 100%;
    padding-top: 114px;
    padding-bottom: 118px;
    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;
  }
  .more-container h2 {
    color: white;
    text-align: center;
    font: normal normal 600 40px/60px Poppins;
  }
  .more-container .marginT80 {
    margin-top: 80px;
  }
  .more-container .more-box {
    width: 1221px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 13px;
  }
  .more-container .more-box-item {
    width: 351px;
    margin-left: 84px;
    min-height: 150px;
    margin-top: 87px;
  }
  .more-container .more-box-item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .more-container .more-box-item .title p {
    font: normal normal 600 18px/27px Poppins;
    color: white;
    margin-left: 15px;
  }
  .more-container .more-box-item .text {
    font: normal normal 300 16px/25px Poppins;
    letter-spacing: 0px;
    color: #e5e5e5;
    margin-top: 20px;
  }
  .more-container .more-box-item .text a {
    color: #8a3dfd;
    text-decoration: underline;
  }
  .more-container .more-box-item:nth-child(3n-2) {
    margin-left: 0;
  }
  .more-container .tool_banner_btn_pc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .more-container .tool_banner_btn_pc span {
    color: #fff;
    font: inherit;
    font-weight: inherit;
  }
}
.tool_banner_btn_pc {
  background-color: #8b3dff;
}

.tool_banner_btn_pc:hover {
  background: #8b3dff linear-gradient(95deg, #8b3dff 0%, #bc8fff 100%);
}

@media (max-width: 1200px) {
  .talking-head-tips .swiper-container-tips {
    display: none;
  }
  .talking-head-tips .wrapper-tips {
    margin-bottom: 70px;
    overflow: hidden;
  }
  .talking-head-tips .swiper-container-tips-m {
    display: block !important;
    width: 260px;
    margin-top: 30px;
  }
  .talking-head-tips .swiper-container-tips-m .swiper-container {
    height: 9rem;
  }
  .talking-head-tips .swiper-container-tips-m .swiper-wrapper .swiper-slide .slide-item {
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    width: 95%;
    min-height: 8.5rem;
    -webkit-box-shadow: 0px 12px 16px rgba(170, 167, 188, 0.1607843137);
            box-shadow: 0px 12px 16px rgba(170, 167, 188, 0.1607843137);
    position: relative;
  }
  .talking-head-tips .swiper-container-tips-m .swiper-wrapper .swiper-slide .slide-item .free-tool {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    height: 25px;
    background-color: #00c54f;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    z-index: 1;
  }
  .talking-head-tips .swiper-container-tips-m .swiper-wrapper .swiper-slide .slide-item img {
    width: 100%;
    height: 3.37rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .talking-head-tips .swiper-container-tips-m .swiper-wrapper .swiper-slide .slide-item h3 {
    padding: 0.38rem 0.3rem 0.12rem 0.4rem;
    text-align: left;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #6d4dff;
  }
  .talking-head-tips .swiper-container-tips-m .swiper-wrapper .swiper-slide .slide-item p {
    padding: 0.12rem 0.3rem 0.73rem 0.4rem;
    font-size: 0.32rem;
    font-weight: 300;
    color: #39325a;
  }
  .more-container {
    margin-top: 0.78rem;
    min-height: 29rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/talking-head/more-bg-mob.webp");
    background-size: 100% 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.25rem;
    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;
  }
  .more-container h2 {
    color: white;
    text-align: center;
    font: normal normal 600 0.44rem/0.56rem Poppins;
    width: 6.97rem;
    margin: 0 auto;
  }
  .more-container .marginT80 {
    margin-top: 80px;
  }
  .more-container .more-box {
    padding-left: 0.6rem;
    margin-top: 1.5rem;
  }
  .more-container .more-box-item {
    width: 6.3rem;
    margin-top: 0.65rem;
  }
  .more-container .more-box-item:first-child {
    margin-top: 0;
  }
  .more-container .more-box-item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .more-container .more-box-item .title p {
    font: normal normal 600 0.32rem/0.48rem Poppins;
    color: white;
    margin-left: 0.3rem;
  }
  .more-container .more-box-item .text {
    font: normal normal 300 0.32rem/0.48rem Poppins;
    letter-spacing: 0px;
    color: #e5e5e5;
    margin-top: 0.2rem;
  }
  .more-container .more-box-item .text a {
    color: #8a3dfd;
    text-decoration: underline;
  }
  .more-container .tool_banner_btn_pc {
    color: #fff;
    margin-top: 0.45rem;
  }
  .more-container .tool_banner_btn_pc:hover {
    background: #8b3dff linear-gradient(95deg, #8b3dff 0%, #8b3dff 100%);
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .talking-head-banner .wrapper {
    max-width: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 16px;
  }
  .talking-head-banner-title, .talking-head-banner-desc {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
  }
  .talking-head-banner-desc {
    max-width: 100%;
    width: 100%;
  }
  .talking-head-banner-panel {
    margin: 0 auto;
  }
  .talking-head .select-photo-list {
    margin: 30px auto;
    width: 100%;
    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;
  }
  .talking-head .select-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 12px;
  }
  .talking-head .upload-photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .talking-head .photo-list {
    overflow-x: auto;
    overflow-y: hidden;
    width: auto;
    max-height: 130px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 68%;
  }
  .talking-head .photo-list-item {
    margin-bottom: 0px;
    margin-right: 7px;
    width: 130px;
    height: 130px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .talking-head .video-edit-panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .talking-head .photo-show {
    margin: 0 auto;
  }
  .talking-head .sp_container {
    vertical-align: top;
  }
  .talking-head .video-pull {
    height: 56px;
  }
  .talking-head #gender-select_text {
    padding-left: 40px;
  }
  .talking-head .try-th-text {
    height: 80%;
  }
}
@media (max-width: 768px) {
  .wrapper-tips,
.unblock-mob .scroll-animation {
    padding: 0 30px;
    max-width: 100%;
  }
  .talking-head .unblock-mob .unblock-mob-box-bg .usecase-box1 img {
    max-width: 300px;
  }
  .talking-head .main-pc {
    display: none !important;
  }
  .talking-head .main-mobile {
    display: block !important;
  }
  .talking-head-banner {
    padding: 25px 0 60px;
    margin-bottom: 0;
    min-height: 0;
    background: #fff;
  }
  .talking-head-banner .wrapper {
    padding: 0 16px;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .talking-head-banner-title, .talking-head-banner-desc {
    max-width: 100%;
    padding: 0 16px;
    letter-spacing: 0.65px;
  }
  .talking-head-banner-desc {
    max-width: 100%;
    padding: 26px 16px 0;
  }
  .talking-head-banner-panel {
    padding: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .talking-head .select-photo-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    overflow: hidden;
  }
  .talking-head .photo-btn {
    position: absolute;
    bottom: 0;
    z-index: 10;
    text-indent: -999px;
    display: block !important;
    width: 20px;
    height: 74px;
    cursor: pointer;
    background-size: 12px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/photo_arrow.svg);
  }
  .talking-head .photo-btn.photo-prev {
    left: 0;
  }
  .talking-head .photo-btn.photo-next {
    right: 0;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  .talking-head .select-title {
    padding: 10px 0;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    width: 100%;
  }
  .talking-head .upload-photo {
    margin: 0;
    margin-right: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 74px;
    height: 74px;
    overflow: hidden;
    background-color: #ebeaf2;
  }
  .talking-head .upload-photo:hover {
    background-color: #ebeaf2;
    border-color: transparent;
  }
  .talking-head .upload-photo:hover .upload-text {
    color: #39325a;
  }
  .talking-head .upload-photo:hover .upload-icon path {
    fill: #39325a !important;
  }
  .talking-head .upload-photo:hover .upload-tooltip {
    z-index: 101;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .talking-head .upload-text {
    font-size: 10px;
  }
  .talking-head .default-pic.photo-show .th-photo {
    display: block !important;
  }
  .talking-head .upload-tooltip {
    display: none !important;
  }
  .talking-head .photo-list {
    overflow: hidden !important;
    width: 240px !important;
    height: 74px;
    max-height: none;
    display: block;
    position: relative;
  }
  .talking-head .photo-list ul {
    position: absolute;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .talking-head .photo-list .photo-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 6px;
    width: 240px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: inherit;
  }
  .talking-head .photo-list-item {
    display: block !important;
    width: 74px !important;
    height: 74px !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
  .talking-head .photo-list-item.selected {
    position: relative;
    z-index: 0;
  }
  .talking-head .photo-list-item.selected::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
  }
  .talking-head .photo-list-item.selected::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: rgba(255, 255, 255, 0.68);
    border: 2px solid #6d4dff;
  }
  .talking-head .photo-list-item.selected .photo-select-icon {
    z-index: 2;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
  }
  .talking-head .video-edit-panel {
    display: block;
  }
  .talking-head .photo-show {
    margin: 12px auto 20px;
    width: 185px;
    height: 185px;
    line-height: 185px;
    background-size: 185px;
  }
  .talking-head .video-play-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .talking-head .video-play-select {
    grid-column-gap: 4px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .talking-head .video-label {
    font-size: 10px;
  }
  .talking-head .video-pull {
    position: relative;
    width: 100%;
    height: 40px;
  }
  .talking-head .sp_container {
    vertical-align: top;
  }
  .talking-head .video-form {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    min-height: 40px;
  }
  .talking-head #gender-select_text {
    padding-left: 40px;
    background-size: 20px;
    background-position: 10px center;
  }
  .talking-head .sp_button {
    width: 30px;
  }
  .talking-head .sp_button .sp_caret {
    width: 20px;
    height: 20px;
  }
  .talking-head .sp_clear_btn {
    top: 10px;
    right: 32px;
  }
  .talking-head .video-play-textarea {
    margin-top: 8px;
    min-height: 120px;
    padding-bottom: 14px;
  }
  .talking-head .video-play-textarea .video-label {
    top: 12px;
    left: 16px;
    font-size: 12px;
    max-width: calc(100% - 28px);
  }
  .talking-head .th-edit-icon {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .talking-head .try-th-text {
    padding: 12px 16px;
    height: 90%;
    font-size: 14px;
  }
  .talking-head .video-play-panel {
    padding-top: 6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .talking-head .video-play-controls,
.talking-head .video-play-action {
    width: 100%;
  }
  .talking-head .video-play-controls {
    padding: 8px 12px;
    height: 40px;
    border-radius: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .talking-head .th-play-video,
.talking-head .th-play-rate {
    width: 32px !important;
  }
  .talking-head .speend-icon {
    width: inherit !important;
    height: inherit;
  }
  .talking-head .rate-wrap {
    z-index: 99;
    visibility: visible !important;
    width: auto;
    padding-left: 6px;
    -webkit-transition: all 0s ease !important;
    transition: all 0s ease !important;
  }
  .talking-head .rate-wrap.rate-open {
    z-index: 99;
    padding-left: 6px;
    visibility: visible !important;
    width: auto;
  }
  .talking-head .rate-wrap.rate-open .rate-clickable {
    opacity: 1;
  }
  .talking-head .rate-clickable {
    opacity: 1;
    padding: 2px 4px 1px;
    border-radius: 6px;
    font-size: 10px;
  }
  .talking-head .video-play-line {
    margin: 0 10px;
  }
  .talking-head .video-play-action {
    margin-top: 20px;
  }
  .talking-head .words-used,
.talking-head .toxicity-tips {
    font-size: 10px;
    padding: 0 16px;
  }
  .talking-head .th-modal-content {
    min-width: 84%;
    max-width: 84%;
    margin: 0 auto;
  }
  .talking-head .th-modal-body {
    padding: 20px 25px 35px;
  }
  .talking-head .modal-close {
    width: 32px !important;
    height: 32px !important;
  }
  .talking-head .modal-pic {
    margin: 10px auto 20px;
  }
  .talking-head .modal-pic.default-pic {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-size: 120px;
  }
  .talking-head .th-loading .modal-pic {
    margin-bottom: 8px;
  }
  .talking-head .th-generate .modal-desc {
    padding: 25px 0 0;
  }
  .talking-head .th-generate .modal-pic {
    margin: 20px auto;
    width: 120px;
    height: 120px;
  }
  .talking-head .modal-title {
    font-size: 14px;
  }
  .talking-head .modal-desc {
    font-size: 14px;
  }
  .talking-head .button-purple {
    font-size: 16px;
    font-weight: 300;
  }
  .talking-head .upload-input {
    display: none !important;
    z-index: -9;
  }
  .talking-head .modal-tooltip .tooltip-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 20px;
  }
  .talking-head .modal-tooltip .tooltip-list {
    text-align: center;
    padding: 0 20px;
  }
  .talking-head .modal-tooltip .tooltip-list-item {
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: normal;
    overflow: visible;
    text-align: left;
  }
  .talking-head .modal-tooltip .tooltip-list-item::before {
    position: relative;
    left: 0;
    top: 0px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 8px;
  }
}
@media (max-width: 1200px) {
  .talking-head .discover {
    padding: 1rem 0.6rem;
  }
  .talking-head .discover .mob-pic {
    display: block !important;
  }
  .talking-head .discover .pc-pic {
    display: none !important;
  }
  .talking-head .discover .v-flex {
    display: block !important;
  }
  .talking-head .discover .discover-h2 h2 {
    margin-top: 0.16rem;
    font: normal normal 600 0.48rem/0.64rem Poppins;
  }
  .talking-head .discover .discover-p {
    padding: 0 0.23rem;
  }
  .talking-head .discover .discover-p p {
    font: normal normal 300 0.32rem/0.48rem Poppins;
  }
  .talking-head .discover .wrapper-now img {
    width: 100%;
    height: 100%;
  }
  .talking-head .discover .wrapper-now .liveuse-content {
    width: 100%;
    text-align: center;
  }
  .talking-head .discover .wrapper-now .liveuse-content h3 {
    margin-bottom: 0;
    padding: 0.36rem 0 0.2rem;
    font: normal normal 500 0.36rem/0.55rem Poppins;
  }
  .talking-head .discover .wrapper-now .liveuse-content p.css-p {
    margin-bottom: 0.48rem;
    padding: 0 0.19rem;
    font: normal normal 300 0.32rem/0.48rem Poppins;
  }
  .talking-head .discover .wrapper-now .liveuse-content p.css-p .link {
    font: normal normal 300 0.32rem/0.48rem Poppins;
  }
  .talking-head .discover .wrapper-now .liveuse-start-box {
    margin-top: 1rem;
  }
  .talking-head .discover .wrapper-now .liveuse-start-box.first-wrap {
    margin-top: 0.64rem;
  }
  .talking-head .discover .wrapper-now .liveuse-start-box .liveuse-pic img {
    vertical-align: middle;
  }
  .talking-head .create {
    display: none !important;
  }
  .talking-head .create-mob {
    display: block !important;
    background: rgba(142, 123, 226, 0.0901960784) 0% 0% no-repeat padding-box;
    padding: 37px 0 49px;
  }
  .talking-head .create-mob .css-h2 {
    padding: 0 32px;
  }
  .talking-head .create-mob .wrapper {
    max-width: 100%;
    text-align: center;
  }
  .talking-head .create-mob .wrapper .swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .talking-head .create-mob .wrapper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .talking-head .create-mob .wrapper .swiper-slide {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .talking-head .create-mob .wrapper .swiper-slide {
    margin-top: 23px;
  }
  .talking-head .create-mob .wrapper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.38rem;
  }
  .talking-head .create-mob .wrapper .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 100%;
    background-color: #beb8cb;
    margin-left: 0.2rem;
  }
  .talking-head .create-mob .wrapper .swiper-pagination-bullet:first-child {
    margin: 0;
  }
  .talking-head .create-mob .wrapper .swiper-pagination-bullet-active {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #6d4dff;
  }
  .talking-head .create-mob .create-mob-cobox {
    margin-top: 33px;
    padding: 0 32px;
  }
  .talking-head .create-mob .create-mob-cobox .create-mob-t1 {
    position: relative;
    z-index: 0;
    position: relative;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .talking-head .create-mob .create-mob-cobox .create-mob-t1::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
  }
  .talking-head .create-mob .create-mob-cobox .create-mob-t1::before {
    width: 55px;
    height: 64px;
    top: -25px;
    left: -60px;
    background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/create_1.webp);
    background-position: right center;
    background-repeat: no-repeat;
  }
  .talking-head .create-mob .create-mob-cobox .create-mob-t2 {
    position: relative;
    z-index: 0;
    position: relative;
  }
  .talking-head .create-mob .create-mob-cobox .create-mob-t2::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
  }
  .talking-head .create-mob .create-mob-cobox .create-mob-t2::before {
    width: 55px;
    height: 64px;
    top: -25px;
    left: -18px;
    background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/create_2.webp);
    background-position: right center;
    background-repeat: no-repeat;
  }
  .talking-head .create-mob .create-mob-cobox .create-mob-t3 {
    position: relative;
    z-index: 0;
    position: relative;
  }
  .talking-head .create-mob .create-mob-cobox .create-mob-t3::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
  }
  .talking-head .create-mob .create-mob-cobox .create-mob-t3::before {
    width: 55px;
    height: 64px;
    top: -25px;
    left: -18px;
    background-image: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/create_3.webp);
    background-position: right center;
    background-repeat: no-repeat;
  }
  .talking-head .create-mob .create-mob-cobox .css-p {
    margin-top: 17px;
    letter-spacing: 0.64px;
    text-align: left;
  }
  .talking-head .create-mob .button-box {
    margin-top: 20px;
  }
  .talking-head .micro-test-faq .wrapper {
    max-width: 100%;
    padding: 0 16px;
  }
  .talking-head .micro-test-faq .micro-test-faq-title {
    font-size: 20px;
  }
  .talking-head .micro-test-faq .micro-test-faq-item::before {
    top: 35px;
  }
}
.examples-container {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(43%, rgba(245, 242, 254, 0.7960784314)), to(#f2effe)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(245, 242, 254, 0.7960784314) 43%, #f2effe 100%) 0% 0% no-repeat padding-box;
  padding-top: 17px;
  padding-bottom: 130px;
}
.examples-container h2 {
  font: normal normal 600 40px/60px Poppins;
  text-align: center;
}
.examples-container .tool_banner_btn_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 312px;
  height: 49px;
  background-color: #8b3dff;
  border-radius: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 85px;
}
.examples-container .tool_banner_btn_pc .text {
  color: #fff;
  font: normal normal 500 18px/49px Poppins;
}
.examples-container .tool_banner_btn_pc {
  margin-top: 32px;
}
.examples-container .examples-video {
  width: 100%;
  margin-top: 64px;
  padding-top: 20px;
  overflow: hidden;
}
.examples-container .examples-video .examples-video_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.examples-container .examples-video .examples-video_container .examples-video-item {
  margin-right: 30px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.examples-container .examples-video .examples-video_container .examples-video-item .example_item_container {
  width: 288px;
  height: 288px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}
.examples-container .examples-video .examples-video_container .examples-video-item .example_item_container .play-icon-es {
  width: 55px;
  height: 55px;
  background: url(https://static-alter1.vidnoz.com/web/fr/img/talking-head/play-icon.webp) no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  cursor: pointer;
  left: 20px;
}
.examples-container .examples-video .examples-video_container .examples-video-item .example_item_container video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.examples-container .examples-video .examples-video_container .examples-video-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.examples-container .examples-video .examples-video_container .examples-video-item:hover:has(*) ~ .examples-video-item:not(:hover) {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.examples-container .examples-video .examples-video_container .examples-video-item:not(:hover):has(~ .examples-video-item:hover) {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.examples-container .examples-video .examples-video_container.hover_filter {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.unblock {
  padding-top: 100px;
}
.unblock h2 {
  margin-bottom: 12px;
  padding-left: 220px;
}
.unblock p {
  width: 1200px;
  padding-left: 220px;
}
.unblock .unblock_content {
  padding-left: 220px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  overflow-y: visible;
  cursor: -webkit-grab;
  cursor: grab;
  gap: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.unblock .unblock_content::-webkit-scrollbar {
  height: 0;
}
.unblock .unblock_content::-webkit-scrollbar-thumb {
  display: none;
}
.unblock .unblock_content.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.unblock .unblock_content .unblock_item {
  position: relative;
  width: 880px;
  height: 536px;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.unblock .unblock_content .unblock_item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.unblock .unblock_content .unblock_item img.mob_img {
  display: none;
}
.unblock .unblock_content .unblock_item .item_text_content {
  position: absolute;
  left: 90px;
  bottom: 68px;
}
.unblock .unblock_content .unblock_item .item_text_content .item_text_title {
  color: #fff;
  font: normal normal 600 28px/39px Poppins;
}
.unblock .unblock_content .unblock_item .item_text_content .item_text_desc {
  margin-top: 20px;
  color: #fff;
  font: normal normal 400 16px/26px Poppins;
  width: 567px;
}
.unblock .unblock_content .unblock_item .item_text_content .item_text_btn {
  margin-top: 24px;
  width: 285px;
  height: 49px;
  border-radius: 25px;
  background-color: #8b3dff;
  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;
  color: #fff;
  font: normal normal 500 16px/26px Poppins;
}
.unblock .unblock_content .unblock_item .item_text_content .item_text_btn:hover {
  background: #8b3dff linear-gradient(95deg, #8b3dff 0%, #bc8fff 100%);
}

@media (max-width: 1200px) {
  .main-container {
    margin-top: 0;
  }
  .examples-container {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(43%, rgba(245, 242, 254, 0.7960784314)), to(#f2effe)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(245, 242, 254, 0.7960784314) 43%, #f2effe 100%) 0% 0% no-repeat padding-box;
    padding-top: 0.81rem;
    padding-bottom: 1.6rem;
  }
  .examples-container h2 {
    font: normal normal 600 0.44rem/0.81rem Poppins;
    text-align: center;
  }
  .examples-container .tool_banner_btn_pc {
    margin-top: 0.36rem;
  }
  .examples-container .examples-video {
    margin-top: 0.8rem;
    padding-top: 0;
  }
  .examples-container .examples-video .examples-video_container {
    margin-bottom: 0.3rem;
  }
  .examples-container .examples-video .examples-video_container .examples-video-item {
    margin-right: 0.3rem;
  }
  .examples-container .examples-video .examples-video_container .examples-video-item .example_item_container {
    width: 3.32rem;
    height: 3.32rem;
    border-radius: 0.3rem;
  }
  .examples-container .examples-video .examples-video_container .examples-video-item .example_item_container .play-icon-es {
    width: 0.72rem;
    height: 0.72rem;
    bottom: 0.3rem;
    left: 0.3rem;
  }
  .examples-container .examples-video .examples-video_container .examples-video-item:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .examples-container .examples-video .examples-video_container .examples-video-item:hover:has(*) ~ .examples-video-item:not(:hover) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  .examples-container .examples-video .examples-video_container .examples-video-item:not(:hover):has(~ .examples-video-item:hover) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  .examples-container .examples-video .examples-video_container.hover_filter {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  .unblock {
    padding-top: 0.8rem;
  }
  .unblock h2 {
    width: 5.2rem;
    text-align: center;
    margin: 0 auto 0.16rem;
    padding-left: 0;
  }
  .unblock p {
    width: 6.1rem;
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
  }
  .unblock .unblock_content {
    padding-left: 0.6rem;
    margin-top: 0.64rem;
    gap: 0.4rem;
  }
  .unblock .unblock_content .unblock_item {
    width: 8.8rem;
    height: 7.6rem;
    border-radius: 0.1rem;
  }
  .unblock .unblock_content .unblock_item img.mob_img {
    display: block;
  }
  .unblock .unblock_content .unblock_item img.pc_img {
    display: none;
  }
  .unblock .unblock_content .unblock_item .item_text_content {
    left: 0.7rem;
    bottom: 0.6rem;
  }
  .unblock .unblock_content .unblock_item .item_text_content .item_text_title {
    font: normal normal 700 0.44rem/0.61rem Poppins;
  }
  .unblock .unblock_content .unblock_item .item_text_content .item_text_desc {
    margin-top: 0.2rem;
    font: normal normal 400 0.32rem/0.46rem Poppins;
    width: 6.12rem;
  }
  .unblock .unblock_content .unblock_item .item_text_content .item_text_btn {
    margin-top: 0.24rem;
    width: 5rem;
    height: 0.88rem;
    border-radius: 0.44rem;
    font: normal normal 500 0.3rem/0.26rem Poppins;
  }
  .unblock .unblock_content .unblock_item .item_text_content .item_text_btn:hover {
    background: #8b3dff;
  }
}
.speaking-avatar {
  background: transparent -webkit-gradient(linear, right top, left top, from(#ffffff), to(#f1eeff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #ffffff 0%, #f1eeff 100%) 0% 0% no-repeat padding-box;
  padding: 100px 0;
  margin-top: 100px;
}
.speaking-avatar .speaking-avatar-wrapper {
  margin-top: 40px;
  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;
}
.speaking-avatar .speaking-avatar-button {
  width: 52px;
  height: 52px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 183, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 183, 0.2);
  border-radius: 50%;
  background-color: #fff;
  background-size: 13px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: 100px;
}
.speaking-avatar .speaking-avatar-button.speaking-avatar-prev {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/talking-head/arrow_prev@2x.webp");
}
.speaking-avatar .speaking-avatar-button.speaking-avatar-next {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/talking-head/arrow_next@2x.webp");
}
.speaking-avatar .speaking-avatar-swiper {
  width: 1360px;
  margin: 0 40px;
  padding: 0 20px 45px;
}
.speaking-avatar .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.speaking-avatar .swiper-slide {
  width: 476px;
  height: auto;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: visible;
}
.speaking-avatar .speaking-avatar-item {
  height: 100%;
  border-radius: 10px;
  background: #ffffff 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 12px 31px rgba(17, 17, 137, 0.2392156863);
          box-shadow: 0 12px 31px rgba(17, 17, 137, 0.2392156863);
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.speaking-avatar .speaking-avatar-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.speaking-avatar .speaking-avatar-item.first::before {
  opacity: 0;
}
.speaking-avatar .speaking-avatar-item.second::before {
  opacity: 0.4;
}
.speaking-avatar .speaking-avatar-item.third::before {
  opacity: 0.8;
}
.speaking-avatar .speaking-avatar-video {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.speaking-avatar .speaking-avatar-video video {
  width: 100%;
  display: block;
}
.speaking-avatar .speaking-avatar-video span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/talking-head/play@2x.webp");
  -webkit-transition: all ease-in-out 0.16s;
  transition: all ease-in-out 0.16s;
}
.speaking-avatar .speaking-avatar-content {
  padding: 20px;
  background: #ffffff 0 0 no-repeat padding-box;
}
.speaking-avatar .speaking-avatar-name {
  font: normal normal 600 20px/60px Poppins;
  color: #39325a;
}
.speaking-avatar .speaking-avatar-position {
  font: normal normal 300 14px/21px Poppins;
  color: #39325a;
  margin-bottom: 16px;
}
.speaking-avatar .speaking-avatar-desc {
  font: normal normal normal 16px/25px Poppins;
  color: #1f193e;
}
.speaking-avatar .speaking-button {
  width: 414px;
  height: 64px;
  border-radius: 99px;
  background-color: #8b3dff;
  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;
  color: #fff;
  font: normal normal 500 18px/27px Poppins;
  margin: 0 auto;
}
.speaking-avatar .speaking-button:hover {
  background: #8b3dff linear-gradient(95deg, #8b3dff 0%, #bc8fff 100%);
}
@media screen and (min-width: 1200px) {
  .speaking-avatar .swiper-slide-active .speaking-avatar-video:hover span {
    width: 88px;
    height: 88px;
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/talking-head/play_hover.svg");
  }
}

.speaking-dialog-wrapper .speaking-dialog-bg {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8) 0 0 no-repeat padding-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.speaking-dialog-wrapper .speaking-dialog-content {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
}
.speaking-dialog-wrapper .speaking-dialog-content .speaking-avatar-close {
  position: absolute;
  top: 32px;
  right: 48px;
  width: 48px;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .speaking-dialog-wrapper .speaking-dialog-content .speaking-avatar-close:hover {
    opacity: 0.8;
  }
}
.speaking-dialog-wrapper .speaking-dialog-content video {
  width: 928px;
  display: block;
  margin-bottom: 30px;
  border-radius: 16px;
}
.speaking-dialog-wrapper .speaking-dialog-button {
  width: 414px;
  height: 64px;
  border-radius: 99px;
  background-color: #8b3dff;
  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;
  color: #fff;
  font: normal normal 500 18px/27px Poppins;
  margin: 0 auto;
}
.speaking-dialog-wrapper .speaking-dialog-button:hover {
  background: #8b3dff linear-gradient(95deg, #8b3dff 0%, #bc8fff 100%);
}

@media (max-width: 1200px) {
  .speaking-avatar {
    background: transparent -webkit-gradient(linear, right top, left top, from(#ffffff), to(#f1eeff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #ffffff 0%, #f1eeff 100%) 0% 0% no-repeat padding-box;
    padding: 0.8rem 0;
    margin-top: 1rem;
  }
  .speaking-avatar .css-h2 {
    padding: 0 0.6rem;
  }
  .speaking-avatar .css-p {
    padding: 0 0.6rem;
  }
  .speaking-avatar .speaking-avatar-wrapper {
    margin-top: 0.52rem;
    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;
  }
  .speaking-avatar .speaking-avatar-button {
    display: none;
  }
  .speaking-avatar .speaking-avatar-swiper {
    width: 100%;
    margin: 0;
    padding: 0 0.6rem 1.1rem;
  }
  .speaking-avatar .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  .speaking-avatar .swiper-slide {
    width: 6.3rem;
  }
  .speaking-avatar .swiper-slide.swiper-slide-active {
    z-index: 20;
  }
  .speaking-avatar .swiper-slide.swiper-slide-prev, .speaking-avatar .swiper-slide.swiper-slide-next {
    z-index: 10;
  }
  .speaking-avatar .swiper-slide.swiper-slide-prev .speaking-avatar-item, .speaking-avatar .swiper-slide.swiper-slide-next .speaking-avatar-item {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .speaking-avatar .swiper-slide.swiper-slide-prev .speaking-avatar-item:before, .speaking-avatar .swiper-slide.swiper-slide-next .speaking-avatar-item:before {
    opacity: 0.6;
  }
  .speaking-avatar .speaking-avatar-item {
    border-radius: 0.2rem;
    -webkit-box-shadow: 0 0.18rem 0.5rem rgba(33, 17, 137, 0.2392156863);
            box-shadow: 0 0.18rem 0.5rem rgba(33, 17, 137, 0.2392156863);
  }
  .speaking-avatar .speaking-avatar-video {
    width: 100%;
    position: relative;
  }
  .speaking-avatar .speaking-avatar-video video {
    width: 100%;
    display: block;
  }
  .speaking-avatar .speaking-avatar-video img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 1.06rem;
    height: 1.06rem;
  }
  .speaking-avatar .speaking-avatar-content {
    padding: 0.4rem;
    background: #ffffff 0 0 no-repeat padding-box;
  }
  .speaking-avatar .speaking-avatar-name {
    font: normal normal 600 0.32/0.6rem Poppins;
    color: #39325a;
  }
  .speaking-avatar .speaking-avatar-position {
    font: normal normal 300 0.24rem/0.35rem Poppins;
    color: #39325a;
    margin-bottom: 0.28rem;
  }
  .speaking-avatar .speaking-avatar-desc {
    font: normal normal normal 0.28rem/0.42rem Poppins;
    color: #1f193e;
  }
  .speaking-avatar .speaking-avatar-progressbar {
    width: 6rem;
    margin: 0 auto;
    position: absolute;
    bottom: 0.64rem;
    height: 0.14rem;
    background: #dac6fd 0 0 no-repeat padding-box;
    border-radius: 99px;
    overflow: hidden;
  }
  .speaking-avatar .speaking-avatar-progressbar .swiper-pagination-progressbar-fill {
    width: 100%;
    height: 100%;
    border-radius: 99px;
    background: #8b3dff 0 0 no-repeat padding-box;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .speaking-avatar .speaking-button {
    width: 6.3rem;
    height: 1rem;
    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;
    color: #fff;
    font: normal normal 500 0.32rem/0.48rem Poppins;
    margin: 0 auto;
  }
  .speaking-dialog-wrapper .speaking-dialog-bg {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8) 0 0 no-repeat padding-box;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .speaking-dialog-wrapper .speaking-dialog-content {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    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;
  }
  .speaking-dialog-wrapper .speaking-dialog-content .speaking-avatar-close {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    width: 0.8rem;
    display: block;
    cursor: pointer;
  }
  .speaking-dialog-wrapper .speaking-dialog-content video {
    width: 6.8rem;
    display: block;
    margin-bottom: 0.8rem;
    border-radius: 0.16rem;
  }
  .speaking-dialog-wrapper .speaking-dialog-button {
    width: 6.3rem;
    height: 1rem;
    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;
    color: #fff;
    font: normal normal 500 0.32rem/0.48rem Poppins;
    margin: 0 auto;
  }
}
.trust {
  width: 1364px;
  margin: 42.5px auto 42.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trust > img {
  -webkit-margin-end: 66px;
          margin-inline-end: 66px;
}
.trust .right {
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
  width: calc(100% - 90px - 66px);
  overflow: hidden;
  -webkit-border-start: 1px solid #333;
          border-inline-start: 1px solid #333;
}
.trust .right p {
  font: normal normal normal 20px/20px Poppins;
  letter-spacing: 0.6px;
  color: #000000;
  margin-bottom: 20px;
}
.trust .right .carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* 渐变边框样式 */
}
.trust .right .carousel::before, .trust .right .carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
}
.trust .right .carousel::before {
  left: 0;
  background: transparent -webkit-gradient(linear, right top, left top, from(rgba(213, 211, 243, 0)), to(#fff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(213, 211, 243, 0) 0%, #fff 100%) 0% 0% no-repeat padding-box;
  z-index: 99;
}
.trust .right .carousel::after {
  right: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(216, 215, 245, 0)), to(#fff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(216, 215, 245, 0) 0%, #fff 100%) 0% 0% no-repeat padding-box;
}
.trust .right .carousel .carousel-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll 60s linear infinite;
          animation: scroll 60s linear infinite;
  /* 控制轮播速度，10秒一轮循环 */
  width: 4350px !important;
}
.trust .right .carousel .carousel-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.trust .right .carousel-reverse .carousel-slider {
  -webkit-animation: scroll-right 45s linear infinite;
          animation: scroll-right 45s linear infinite;
  /* 第二个走马灯向右滑动 */
  width: 3313px !important;
}
.trust .right .carousel-reverse .carousel-slider img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 1200px) {
  .trust {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.6rem;
  }
  .trust > img {
    -webkit-margin-end: 0.4rem;
            margin-inline-end: 0.4rem;
    width: 0.9rem;
    height: auto;
  }
  .trust .right {
    -webkit-padding-start: 0.33rem;
            padding-inline-start: 0.33rem;
    width: calc(100% - 0.9rem - 0.4rem);
    overflow: hidden;
    -webkit-border-start: 1px solid #333;
            border-inline-start: 1px solid #333;
  }
  .trust .right p {
    font: normal normal normal 0.2rem/0.2rem Poppins;
    letter-spacing: 0.6px;
    color: #000000;
    margin-bottom: 0.28rem;
  }
  .trust .right .carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* 渐变边框样式 */
  }
  .trust .right .carousel::before, .trust .right .carousel::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.6rem;
  }
  .trust .right .carousel::before {
    left: 0;
    background: transparent -webkit-gradient(linear, right top, left top, from(rgba(213, 211, 243, 0)), to(#fff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, rgba(213, 211, 243, 0) 0%, #fff 100%) 0% 0% no-repeat padding-box;
    z-index: 99;
  }
  .trust .right .carousel::after {
    right: 0;
    background: transparent -webkit-gradient(linear, left top, right top, from(rgba(216, 215, 245, 0)), to(#fff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, rgba(216, 215, 245, 0) 0%, #fff 100%) 0% 0% no-repeat padding-box;
  }
  .trust .right .carousel .carousel-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: scroll 60s linear infinite;
            animation: scroll 60s linear infinite;
    /* 控制轮播速度，10秒一轮循环 */
    width: 4350px !important;
  }
  .trust .right .carousel .carousel-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  .trust .right .carousel-reverse .carousel-slider {
    -webkit-animation: scroll-right 45s linear infinite;
            animation: scroll-right 45s linear infinite;
    /* 第二个走马灯向右滑动 */
    width: 33rem !important;
    height: 0.43rem;
  }
  .trust .right .carousel-reverse .carousel-slider img {
    width: 100%;
    height: 100%;
  }
  @-webkit-keyframes scroll-right {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes scroll-right {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
}
iframe.youtube {
  display: block;
  width: 970px;
  aspect-ratio: 16/9;
  margin: 40px auto 78px;
}

@media (max-width: 1200px) {
  iframe.youtube {
    display: block;
    width: 6.3rem;
    aspect-ratio: 16/9;
    margin: 0 auto 0.97rem;
  }
}