@charset "UTF-8";
.home-header .home-menu .menu-main .home-btn .credit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-header .home-menu .menu-main .home-btn .credit-box .credits_num {
  margin-right: 2px;
}
.home-header .home-menu .menu-main .home-btn .credit-box .nav_closure_pop_wrap {
  display: none;
}

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

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

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

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

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

@keyframes move {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .render-mob {
    width: 574px !important;
    height: 336px !important;
  }
  .mt-17 {
    margin: 0 auto;
    margin-top: 86px !important;
  }
  .mob-show {
    display: none;
  }
  .pc-show {
    display: block;
  }
  .wrapper-checker {
    background: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/swiper-bg.webp") no-repeat center;
    background-size: 100% 100%;
    padding: 123px 0 113px 0;
    height: 974px;
    width: 100%;
    position: relative;
  }
  .wrapper-checker-inner {
    margin: 0 auto;
    height: inherit;
  }
  .wrapper-checker-inner .h2-1 {
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    letter-spacing: 0;
    color: #ffffff;
  }
  .wrapper-checker-inner .h2-2 {
    text-align: center;
    font: normal normal 300 18px/35px Poppins;
    letter-spacing: 0.36px;
    margin-top: 23px;
    color: #fff;
  }
  .wrapper-checker .swiper {
    width: 100%;
    height: 100%;
  }
  .wrapper-checker .swiper-container-checker:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 188px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* 透明度可以根据需要调整 */
    pointer-events: none;
    /* 防止点击事件穿透 */
    -webkit-filter: blur(88px);
            filter: blur(88px);
    /* 应用模糊效果 */
    z-index: 9;
  }
  .wrapper-checker .swiper-container-checker:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 188px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* 透明度可以根据需要调整 */
    pointer-events: none;
    /* 防止点击事件穿透 */
    -webkit-filter: blur(88px);
            filter: blur(88px);
    /* 应用模糊效果 */
    z-index: 9;
  }
  .wrapper-checker .swiper-container-checker {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 79px;
  }
  .wrapper-checker .next-btn {
    position: absolute;
    right: 43%;
    top: 92%;
    cursor: pointer;
    z-index: 9;
    width: 38px;
    height: 38px;
  }
  .wrapper-checker .next-btn img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-checker .prev-btn {
    position: absolute;
    left: 43%;
    top: 92%;
    cursor: pointer;
    z-index: 9;
    width: 38px;
    height: 38px;
  }
  .wrapper-checker .prev-btn img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-checker .button-disabled {
    pointer-events: none;
  }
  .wrapper-checker .button-disabled img {
    opacity: 0.5;
  }
  .wrapper-checker .swiper-slide {
    text-align: center;
    font-size: 18px;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item {
    width: 95%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7607843137) 0% 0% no-repeat padding-box;
    border: 1px solid #2f2f4d;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 23px 23px 23px;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item .p-1 {
    text-align: center;
    font: normal normal 600 18px/60px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item .p-2 {
    text-align: center;
    font: normal normal 300 16px/25px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item .p-2 a {
    color: #8b3dff;
    font-weight: 400;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item img {
    width: 73px;
    height: 73px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-checker .swiper-pagination-editor {
    text-align: center;
    margin-top: 65px;
  }
  .wrapper-checker .swiper-pagination-editor .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .wrapper-checker .swiper-pagination-editor .swiper-pagination-bullet:not(:nth-child(1)) {
    margin-left: 10px;
  }
  .wrapper-checker .swiper-pagination-editor .swiper-pagination-bullet-active {
    width: 74px;
    background-image: linear-gradient(91deg, #3c0094, #ab51ff, #e8ecfd);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 13.333vw;
  }
  .wrapper-checker .swiper-slide img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wrapper-checker .swiper {
    width: 100%;
    height: 335px;
    margin: 20px auto;
  }
  .wrapper-faq-mob {
    display: none;
  }
  .wrapper-faq {
    display: block;
  }
  .wrapper-faq {
    background: #f3f3f5 0% 0% no-repeat padding-box;
    width: 100%;
    padding-bottom: 100px;
  }
  .wrapper-faq-inner {
    max-width: 1364px;
    margin: 0 auto;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 83px;
  }
  .faq-left p {
    text-align: center;
    font: normal normal 500 25px/50px Poppins;
    letter-spacing: 9.5px;
    color: #8b3dff;
  }
  .faq-left div {
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    color: #000000;
  }
  .faq-right {
    width: 812px;
    margin-left: 100px;
  }
  .faq-right .hover-faq-name {
    text-align: left;
    letter-spacing: 0px;
    text-align: left;
    font: normal normal 300 18px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .faq-right .hover-p {
    height: auto;
    padding-top: 14px;
    border-bottom: 1px solid #d2d0de;
    cursor: pointer;
    padding: 30px 0 30px 0;
  }
  .faq-right .title-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .faq-right .arrow-img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .faq-right .hover-desc {
    display: none;
    margin-top: 15px;
    width: 100%;
    line-height: 1.5;
    font: normal normal 300 14px/25px Poppins;
    color: #000000;
  }
  .faq-right .hover-desc a {
    color: #8b3dff;
    font-weight: 400;
  }
  .faq-right .transfor-180 {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .sound-test-blog {
    padding-top: 80px;
    background: #fff;
  }
  .sound-test-blog .css-h2 {
    font: normal normal 600 40px/56px Poppins;
    text-align: center;
    color: #000000;
  }
  .sound-test-blog .wrapper-blog {
    max-width: 1500px;
  }
  .sound-test-blog .swiper-container-blog-m {
    display: none;
  }
  .sound-test-blog .swiper-wrapper-blog {
    margin-left: 32px;
    height: 100%;
  }
  .sound-test-blog .swiper-container-blog {
    padding: 45px 0 100px 0;
    width: 1300px;
    margin: 0 auto;
    height: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .sound-test-blog .swiper-container-blog .swiper-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #39325a;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sound-test-blog .swiper-container-blog .swiper-icon:hover {
    opacity: 1;
  }
  .sound-test-blog .swiper-container-blog .prev-btn-w i {
    display: inline-block;
    width: 12px;
    height: 22px;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-speech/left-icon.svg");
    background-size: 12px 22px;
  }
  .sound-test-blog .swiper-container-blog .next-btn-w i {
    display: inline-block;
    width: 12px;
    height: 22px;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-speech/right-icon.svg");
    background-size: 12px 22px;
  }
  .sound-test-blog .swiper-container-blog .button-disabled {
    opacity: 0.3;
    cursor: no-drop;
  }
  .sound-test-blog .swiper-container-blog .button-disabled:hover {
    opacity: 0.3;
  }
  .sound-test-blog .swiper-container-blog .swiper-wrapper {
    width: 1300px;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item {
    width: 260px;
    overflow: hidden;
    height: 340px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #d7d4e5;
    border-radius: 4px;
    -webkit-box-shadow: 10px 12px 16px rgba(170, 167, 188, 0.1607843137);
            box-shadow: 10px 12px 16px rgba(170, 167, 188, 0.1607843137);
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover {
    background: #e0d8ff;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover h3 {
    text-decoration: underline;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item img {
    width: 100%;
    height: 195px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item > h3 {
    padding: 0 20px;
    margin: 13px 0 10px;
    font: normal normal 300 16px/25px Poppins;
    letter-spacing: 0px;
    color: #6d4dff;
    text-align: left;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p {
    padding: 0 20px;
    margin-bottom: 35px;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p a {
    color: #6d4dff;
    font-weight: 300;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p a:hover {
    text-decoration: underline;
  }
  .common-btn {
    padding: 12px 44px;
    background: #8b3dff;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 30px;
    max-width: 390px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .common-btn a {
    font: normal normal 500 18px/27px Poppins;
    color: white;
  }
  .common-btn:hover {
    background: #8b3dff linear-gradient(95deg, #8b3dff 0%, #bc8fff 100%);
  }
  .wrapper-convert {
    width: 100%;
    height: 750px;
    background: white;
  }
  .wrapper-convert .wrapper-convert-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper-convert .wrapper-convert-inner h2 {
    width: 104%;
    font: normal normal 600 40px/56px Poppins;
    color: #000000;
    text-align: center;
  }
  .wrapper-convert .wrapper-convert-inner .convert {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
  .wrapper-convert .wrapper-convert-inner .convert .line-img {
    margin: 130px 10px 0 10px;
  }
  .wrapper-convert .wrapper-convert-inner .convert img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-convert .wrapper-convert-inner .convert .p-1 {
    text-align: center;
    font: normal normal 600 22px/60px Poppins;
    color: #000000;
  }
  .wrapper-convert .wrapper-convert-inner .convert .p-2 {
    text-align: center;
    font: normal normal 300 16px/25px Poppins;
    color: #000000;
  }
  .wrapper-convert .wrapper-convert-inner .convert-item {
    width: 330px;
  }
  .wrapper-neck {
    width: 100%;
    padding: 108px 0;
    background: transparent -webkit-gradient(linear, right top, left top, from(#f4eefe), to(#fbffff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #f4eefe 0%, #fbffff 100%) 0% 0% no-repeat padding-box;
  }
  .wrapper-neck .wrapper-neck-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper-neck .wrapper-neck-inner h2 {
    font: normal normal 600 40px/56px Poppins;
    color: #000000;
    text-align: center;
    width: 950px;
  }
  .wrapper-neck .wrapper-neck-inner .neck {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 107px;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item img {
    width: 568px;
    height: 330px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec {
    width: 616px;
    padding: 12px;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec .p-1 {
    font: normal normal 600 22px/60px Poppins;
    color: #000000;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec .p-2 {
    font: normal normal 300 16px/25px Poppins;
    color: #000000;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec .p-2 a {
    color: #8b3dff;
    font-weight: 400;
  }
  .wrapper-forgettable {
    width: 100%;
    height: 478px;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/ai-banner.webp") no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper-forgettable h2 {
    font: normal normal 600 40px/56px Poppins;
    color: white;
  }
  .wrapper-foot .wrapper-foot-inner {
    max-width: 1300px;
    margin: 0 auto;
  }
  .wrapper-foot .wrapper-foot-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrapper-foot .wrapper-foot-image .wrapper-foot-image-item {
    width: 632px;
    height: 423px;
    margin-top: 30px;
    margin-left: 30px;
  }
  .wrapper-foot .wrapper-foot-image .wrapper-foot-image-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-foot .wrapper-foot-image .wrapper-foot-image-item:nth-child(2n-1) {
    margin-left: 0;
  }
  .wrapper-foot .wrapper-foot-box {
    max-width: 1620px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 140px;
  }
  .wrapper-foot .wrapper-foot-box .wrapper-foot-box-item {
    width: 395px;
    height: 335px;
    background: rgba(0, 0, 0, 0.7607843137);
    border: 1px solid #2f2f4d;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 38px;
  }
  .wrapper-foot .wrapper-foot-box .wrapper-foot-box-item:nth-child(4n-3) {
    margin-left: 0;
  }
  .ttv_image {
    min-height: 1015px;
    height: auto;
    width: 100%;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/bg.webp") no-repeat;
    background-size: cover;
    padding-bottom: 120px;
  }
  .ttv_image .ttv_title {
    width: 100%;
    text-align: center;
    font: normal normal bold 40px/60px Poppins;
    padding-top: 19px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    color: #39325a;
  }
  .ttv_image .ttv_description {
    font: normal normal 300 20px/30px Poppins;
    width: 1086px;
    color: #39325a;
    margin: 0 auto 30px;
    height: 58px;
    text-align: center;
  }
  .ttv_image .ttv_tab {
    position: relative;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 27px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0px 6px 16px rgba(139, 61, 255, 0.2705882353);
            box-shadow: 0px 6px 16px rgba(139, 61, 255, 0.2705882353);
    border: 1px solid rgba(139, 61, 255, 0.2117647059);
    margin-bottom: 40px;
  }
  .ttv_image .ttv_tab .tab__bar_item {
    padding: 0 30px;
    height: 37px;
    line-height: 37px;
    border-radius: 19px;
    text-align: center;
    cursor: pointer;
    margin-right: 11px;
  }
  .ttv_image .ttv_tab .tab__bar_item:nth-last-child(1) {
    margin-right: 0;
  }
  .ttv_image .ttv_tab .tab__bar_item.active {
    background-color: #8b3dff;
    color: #ffffff;
  }
  .ttv_image .ttv_main {
    padding-bottom: 50px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left {
    z-index: 0;
    width: 549px;
    padding-top: 45px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-containter {
    width: 549px;
    height: 315px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-item-first {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 0;
    opacity: 1;
    z-index: 0;
    cursor: pointer;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-item-first > video {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-item-first:last-of-type {
    opacity: 0;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera {
    display: none;
    width: 549px;
    height: 309px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_169 {
    width: 549px;
    height: 309px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_916 {
    width: 209px;
    height: 372px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_11 {
    width: 376px;
    height: 376px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_34 {
    width: 282px;
    height: 376px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_43 {
    width: 376px;
    height: 282px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera_box {
    width: 549px;
    height: 309px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(https://static-alter1.vidnoz.com/web/fr/img/text-to-video/loading_gif_bg.gif) no-repeat;
    border-radius: 16px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera img {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera_loading {
    font: normal normal medium 16px/25px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera_text {
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #8b8b8b;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_container {
    display: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video {
    width: 549px;
    height: 309px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .clip_video {
    width: 100%;
    border-radius: 16px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    background: #171717;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .clip_video::-webkit-media-controls-download-button {
    display: none !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .controls_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px 10px 9px 13px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_btn_clip {
    width: 28px;
    height: 28px;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/icon_video_play.svg") no-repeat;
    background-size: contain;
    margin-right: 11px;
    cursor: pointer;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_btn_clip.pause {
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/icon_video_pause.svg") no-repeat;
    background-size: contain;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_btn_clip.loading {
    width: 24px;
    height: 24px;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/loading_w.svg") no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_progress_clip {
    width: 380px;
    height: 6px;
    border-radius: 20px;
    margin-right: 6px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.17);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_progress_innter_clip {
    width: 1%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    -webkit-transition: width 50ms;
    transition: width 50ms;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_time_clip {
    width: 72px;
    height: 22px;
    color: #ffffff;
    text-align: right;
    font: normal normal normal 13px/20px Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 82px;
    min-width: 400px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD {
    width: 82px;
    cursor: pointer;
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 16px;
    background: #fff;
    border-radius: 50%;
    font: normal normal normal 10px/11px Poppins;
    color: #39325a;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD img {
    width: 25px;
    height: 25px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 21px;
    margin-bottom: 5px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_r,
.ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_r .btn_edit,
.ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_l .btn_edit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_share_clip {
    margin-right: 16px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_download {
    margin-left: 16px;
    float: right;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_169 {
    width: 549px;
    height: 309px;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_916 {
    width: 270px;
    height: 480px;
    border-radius: 16px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_916 .control_btn_clip {
    width: 85px !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_916 .btnBox_clip {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_916 .btn_image_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_916 .btn_download_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_11 {
    width: 376px;
    height: 376px;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_11 .control_btn_clip {
    width: 39px !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_34 {
    width: 282px;
    height: 376px;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_34 .control_btn_clip {
    width: 66px !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_34 .btnBox_clip {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_34 .btn_image_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_34 .btn_download_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_43 {
    width: 376px;
    border-radius: 16px;
    margin-bottom: 100px;
    height: 282px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_43 .control_btn_clip {
    width: 43px !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right {
    margin-left: 35px;
    width: 492px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top {
    padding-bottom: 16px;
    background: #fff;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .step-1 {
    width: 32px;
    height: 33px;
    position: absolute;
    left: 15px;
    top: -10px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .right_top_text {
    color: #39325a;
    padding: 16px 41px 0 55px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model {
    position: relative;
    margin-top: 8px;
    margin-left: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px 0 8px;
    height: 36px;
    background-color: #e9ecf6;
    border-radius: 6px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_icon {
    width: 24px;
    height: 24px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_name {
    margin-left: 8px;
    margin-right: 8px;
    color: #39325a;
    font: normal normal 500 16px/25px Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .drop_icon {
    width: 14px;
    height: 14px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/icon_drop.svg");
    background-size: 100%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model:hover {
    cursor: pointer;
    background-color: #dfe3f1;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list {
    display: none;
    position: absolute;
    padding: 12px 16px 36px;
    top: 44px;
    left: 0;
    width: 375px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #e2e5ee;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 6px;
    z-index: 1;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .list_title {
    color: #39325a;
    font: normal normal 600 14px/20px Poppins;
    margin-bottom: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item {
    position: relative;
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    padding-left: 8px;
    padding-top: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_select_icon {
    display: none;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 24px;
    height: 18px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/icon_select.svg");
    background-size: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-top: 3px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title {
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_text {
    color: #39325a;
    font: normal normal 600 13px/19px Poppins;
    margin-right: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_icon {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42px;
    height: 20px;
    border-radius: 10px;
    color: #fff;
    font: italic normal 700 11px/15px Roboto;
    background: transparent -webkit-gradient(linear, left top, right top, from(#f4d01b), to(#ff9362)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #f4d01b 0%, #ff9362 100%) 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title.new .title_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_des {
    color: #6f6f6f;
    font: normal normal 400 12px/18px Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item:hover {
    cursor: pointer;
    background-color: #e9ecf6;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item.active {
    outline: 2px solid #6d4dff;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item.active .item_select_icon {
    display: block;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .choose_model .drop_icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .model_list {
    display: block;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content {
    width: 468px;
    cursor: pointer;
    height: 134px;
    border: 1px dashed #b2b7c2;
    border-radius: 10px;
    margin-left: 13px;
    margin-top: 11px;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content .disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content .content {
    width: 468px;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 134px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content .title-upload {
    color: #39325a;
    font-size: 14px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content .dec-upload {
    color: #6f6f6f;
    font-size: 13px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content:hover {
    background: rgba(139, 61, 255, 0.1019607843) 0% 0% no-repeat padding-box;
    border: 1px dashed #8665c8;
    opacity: 0.85;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .show-img-content {
    width: 239px;
    height: 134px;
    display: none;
    margin: 0 auto;
    position: relative;
    margin-top: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .show-img-content .close-img-clip {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
    display: none;
    cursor: pointer;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top #show-img-clip {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content-active {
    background: rgba(139, 61, 255, 0.1019607843) 0% 0% no-repeat padding-box;
    border: 1px dashed #8665c8;
    opacity: 0.85;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom {
    min-height: 138px;
    padding-bottom: 19px;
    height: auto;
    width: 100%;
    margin-top: 18px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    position: relative;
    padding-top: 10px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom p {
    color: #39325a;
    padding-left: 52px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .step-2 {
    width: 32px;
    height: 33px;
    position: absolute;
    left: 15px;
    top: -10px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip {
    position: relative;
    width: 314px;
    margin: 21px auto 0;
    height: 48px;
    background: #6d4dff;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font: normal normal 500 17px Poppins;
    color: white;
    height: 24px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.disabled {
    pointer-events: none;
    opacity: 0.31;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip {
    position: absolute;
    top: -13px;
    right: 3px;
    height: 25px;
    border-radius: 16px 16px 0px 16px;
    background: -webkit-gradient(linear, left top, right top, from(#f4d21b), to(#ff9362));
    background: linear-gradient(90deg, #f4d21b 0%, #ff9362 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 11px;
    display: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_icon {
    width: 12px;
    height: 12px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/bth_coins.svg");
    background-size: 100%;
    margin-right: 6px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_num {
    font: normal normal 600 11px/12px Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.use_credit .credit_tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright img {
    width: 14px;
    height: 14px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright p {
    font: normal normal medium 13px/20px Poppins;
    letter-spacing: 0px;
    color: #6f6f6f;
    font-size: 13px;
    margin-left: 4px;
    padding-left: 0 !important;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video {
    margin: 0 auto;
    width: 1066px;
    margin-top: 30px;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video .title-video {
    color: #39325a;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video .clip-video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video .clip-video-content-item {
    width: 202px;
    height: 113px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 20px;
    margin-left: 13px;
    cursor: pointer;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video .clip-video-content-item video {
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video .clip-video-content-item .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 7px;
    padding: 4px 15px 4px 4px;
    background: rgba(0, 0, 0, 0.6784313725) 0% 0% no-repeat padding-box;
    left: 5px;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video .clip-video-content-item .dec p {
    color: #ffffff;
    font-size: 12px;
    margin-left: 7px;
  }
  .ttv_image .ttv_main .ttv_video_demo .clip-video .clip-video-content-item .dec img {
    width: 17px;
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .ttv_image .ttv_main .ttv_video_demo .clip-video .clip-video-content-item:nth-child(5n-4) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .ttv_image .ttv_clip {
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left {
    z-index: 0;
    width: 549px;
    padding-top: 45px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-containter {
    width: 549px;
    height: 315px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-item {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 0;
    opacity: 1;
    z-index: 0;
    cursor: pointer;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-item > video {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-item:last-of-type {
    opacity: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera {
    display: none;
    width: 549px;
    height: 309px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_169 {
    width: 549px;
    height: 309px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_916 {
    width: 209px;
    height: 372px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_11 {
    width: 376px;
    height: 376px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_34 {
    width: 282px;
    height: 376px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_43 {
    width: 376px;
    height: 282px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera_box {
    width: 549px;
    height: 309px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(https://static-alter1.vidnoz.com/web/fr/img/text-to-video/loading_gif_bg.gif) no-repeat;
    border-radius: 16px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera img {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera_loading {
    font: normal normal medium 16px/25px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera_text {
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #8b8b8b;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_container {
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video {
    width: 549px;
    height: 309px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .clip_video {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    background: #171717;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .clip_video::-webkit-media-controls-download-button {
    display: none !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .controls_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px 10px 9px 13px;
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_btn_clip {
    width: 28px;
    height: 28px;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/icon_video_play.svg") no-repeat;
    background-size: contain;
    margin-right: 11px;
    cursor: pointer;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_btn_clip.pause {
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/icon_video_pause.svg") no-repeat;
    background-size: contain;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_btn_clip.loading {
    width: 24px;
    height: 24px;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/loading_w.svg") no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_progress_clip {
    width: 380px;
    height: 6px;
    border-radius: 20px;
    margin-right: 6px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.17);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_progress_innter_clip {
    width: 1%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    -webkit-transition: width 50ms;
    transition: width 50ms;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .controls_clip .control_time_clip {
    width: 72px;
    height: 22px;
    color: #ffffff;
    text-align: right;
    font: normal normal normal 13px/20px Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 82px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD {
    width: 82px;
    cursor: pointer;
    height: 82px;
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-radius: 50%;
    font: normal normal normal 10px/11px Poppins;
    color: #39325a;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD img {
    width: 25px;
    height: 25px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 21px;
    margin-bottom: 5px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_r,
.ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_r .btn_edit,
.ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_l .btn_edit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_share_clip {
    margin-right: 16px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_download {
    margin-left: 16px;
    float: right;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_169 {
    width: 549px;
    height: 309px;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_916 {
    width: 280px;
    height: 480px;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_916 .control_btn_clip {
    width: 85px !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_916 .btnBox_clip {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_916 .btn_image_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_916 .btn_download_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_11 {
    width: 376px;
    height: 376px;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_11 .control_btn_clip {
    width: 39px !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_34 {
    width: 282px;
    height: 376px;
    border-radius: 16px;
    margin-bottom: 100px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_34 .control_btn_clip {
    width: 66px !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_34 .btnBox_clip {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_34 .btn_image_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_34 .btn_download_clip {
    margin-right: 0 !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_43 {
    width: 376px;
    border-radius: 16px;
    margin-bottom: 100px;
    height: 282px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_43 .control_btn_clip {
    width: 41px !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right {
    margin-left: 35px;
    width: 492px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top {
    padding-bottom: 8px;
    background: #fff;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .step-1 {
    width: 32px;
    height: 33px;
    position: absolute;
    left: 15px;
    top: -10px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .right_top_text {
    color: #39325a;
    padding: 16px 41px 0 55px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model {
    position: relative;
    margin-top: 8px;
    margin-left: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px 0 8px;
    height: 36px;
    background-color: #e9ecf6;
    border-radius: 6px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_icon {
    width: 24px;
    height: 24px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_name {
    margin-left: 8px;
    margin-right: 8px;
    color: #39325a;
    font: normal normal 500 16px/25px Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .drop_icon {
    width: 14px;
    height: 14px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/icon_drop.svg");
    background-size: 100%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model:hover {
    cursor: pointer;
    background-color: #dfe3f1;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list {
    display: none;
    position: absolute;
    padding: 12px 16px 36px;
    top: 44px;
    left: 0;
    width: 375px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #e2e5ee;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 6px;
    z-index: 1;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .list_title {
    color: #39325a;
    font: normal normal 600 14px/20px Poppins;
    margin-bottom: 8px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item {
    position: relative;
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    padding-left: 8px;
    padding-top: 8px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_select_icon {
    display: none;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 24px;
    height: 18px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/icon_select.svg");
    background-size: 100%;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-top: 3px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title {
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_text {
    color: #39325a;
    font: normal normal 600 13px/19px Poppins;
    margin-right: 8px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_icon {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42px;
    height: 20px;
    border-radius: 10px;
    color: #fff;
    font: italic normal 700 11px/15px Roboto;
    background: transparent -webkit-gradient(linear, left top, right top, from(#f4d01b), to(#ff9362)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #f4d01b 0%, #ff9362 100%) 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title.new .title_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_des {
    color: #6f6f6f;
    font: normal normal 400 12px/18px Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item:hover {
    cursor: pointer;
    background-color: #e9ecf6;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item.active {
    outline: 2px solid #6d4dff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item.active .item_select_icon {
    display: block;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .choose_model .drop_icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .model_list {
    display: block;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_box_clip {
    width: 469px;
    height: 135px;
    border: 1px solid rgba(226, 226, 226, 0.85);
    border-radius: 10px;
    margin-top: 11px;
    margin-left: 13px;
    padding: 13px 15px 35px;
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_box_clip.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-169 {
    width: 21px;
    height: 14px;
    border: 2px solid #39325a;
    border-radius: 3px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-916 {
    width: 14px;
    height: 21px;
    border: 2px solid #39325a;
    border-radius: 3px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-11 {
    width: 18px;
    height: 18px;
    border: 2px solid #39325a;
    border-radius: 3px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-43 {
    width: 20px;
    height: 16px;
    border: 2px solid #39325a;
    border-radius: 3px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-34 {
    width: 16px;
    height: 20px;
    border: 2px solid #39325a;
    border-radius: 3px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box {
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
    margin-left: 13px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .active {
    background: #e9ecf6 0% 0% no-repeat padding-box;
    border-radius: 6px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item {
    min-width: 100px;
    width: auto;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    padding: 0 6px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-title {
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-close {
    width: 14px;
    height: 14px;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-drop {
    width: 14px;
    height: 14px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .number {
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 0;
    color: #39325a;
    padding: 0 8px 0 4px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box {
    width: 470px;
    display: none;
    height: 89px;
    margin-top: 10px;
    left: 15px;
    top: 32px;
    position: absolute;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid transparent;
    border-top-color: #e2e5ee;
    border-left-color: #e2e5ee;
    /*此处用的边框*/
    position: absolute;
    top: -6px;
    z-index: 100;
    left: 15%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #e2e5ee;
    border-radius: 6px;
    position: absolute;
    background: #ffffff 0% 0% no-repeat padding-box;
    overflow: auto;
    z-index: 99;
    padding: 12px 21px 0 16px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container p {
    font: normal normal 600 12px/18px Poppins;
    letter-spacing: 0;
    color: #39325a;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item {
    width: 84px;
    cursor: pointer;
    border-radius: 6px;
    height: 36px;
    border: 1px solid #e9ecf6;
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item .number {
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 0;
    color: #39325a;
    padding-left: 4px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item:hover {
    background: #8b3dff 0% 0% no-repeat padding-box;
    color: red;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item:hover .number {
    color: #fff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item:hover .circle {
    border-color: #fff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item.active {
    background: #8b3dff 0% 0% no-repeat padding-box;
    color: white;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item.active .number {
    color: #fff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item.active .circle {
    border-color: #fff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container .size_box_content_item:nth-child(1) {
    margin-left: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box {
    width: 368px;
    display: none;
    position: absolute;
    margin-top: 10px;
    left: 110px;
    top: 32px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid transparent;
    border-top-color: #e2e5ee;
    border-left-color: #e2e5ee;
    /*此处用的边框*/
    position: absolute;
    top: -6px;
    z-index: 100;
    left: 15%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box_container {
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #e2e5ee;
    border-radius: 6px;
    position: absolute;
    background: #ffffff 0% 0% no-repeat padding-box;
    z-index: 99;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8px;
    padding-right: 4px;
    height: 185px;
    margin-top: 8px;
    background: #ffffff;
    overflow-y: auto;
    border-radius: 6px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    margin-left: 9px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item .text {
    font: normal normal medium 12px/18px Poppins;
    font-size: 12px;
    letter-spacing: 0px;
    color: #2c374f;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item img {
    width: 106px;
    height: 60px;
    border-radius: 6px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:hover .text {
    color: #8361fb;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:hover img {
    border: 2px solid #8b3dff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item.active .text {
    color: #8361fb;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item.active img {
    border: 2px solid #8b3dff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:nth-child(3n-2) {
    margin-left: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .bb_footer_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 23px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 13px/20px Poppins;
    font-weight: 500;
    margin-top: 3px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_num_clip {
    color: #8b8b8b;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .words-err {
    color: #fe6969;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_example_clip {
    color: #8b3dff;
    text-decoration: underline;
    cursor: pointer;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_example_clip:hover {
    color: #c069ff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea #ttv_textarea_clip {
    border: none;
    width: 100%;
    height: 100%;
    background: #fdfcff;
    font: normal normal 500 14px/21px Poppins;
    outline: none;
    color: #39325a;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea #ttv_textarea_clip::-webkit-input-placeholder {
    color: #8b8b8b;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom {
    min-height: 138px;
    padding-bottom: 19px;
    height: auto;
    width: 100%;
    margin-top: 18px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    position: relative;
    padding-top: 10px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom p {
    color: #39325a;
    padding-left: 52px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .step-2 {
    width: 32px;
    height: 33px;
    position: absolute;
    left: 15px;
    top: -10px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip {
    position: relative;
    width: 314px;
    margin: 21px auto 0;
    height: 48px;
    background: #6d4dff;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font: normal normal 500 17px Poppins;
    color: white;
    height: 24px;
    display: block;
    text-align: left;
    margin: 0 auto;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.disabled {
    pointer-events: none;
    opacity: 0.31;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip {
    position: absolute;
    top: -13px;
    right: 3px;
    height: 25px;
    border-radius: 16px 16px 0px 16px;
    background: -webkit-gradient(linear, left top, right top, from(#f4d21b), to(#ff9362));
    background: linear-gradient(90deg, #f4d21b 0%, #ff9362 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 11px;
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_icon {
    width: 12px;
    height: 12px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/bth_coins.svg");
    background-size: 100%;
    margin-right: 6px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_num {
    font: normal normal 600 11px/12px Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.use_credit .credit_tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright img {
    width: 14px;
    height: 14px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright p {
    font: normal normal medium 13px/20px Poppins;
    letter-spacing: 0px;
    color: #6f6f6f;
    font-size: 13px;
    margin-left: 4px;
    padding-left: 0 !important;
  }
  .ttv_image .ttv_clip .clip-video {
    margin: 0 auto;
    width: 1066px;
    margin-top: 30px;
  }
  .ttv_image .ttv_clip .clip-video .title-video {
    color: #39325a;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item {
    width: 202px;
    height: 113px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 20px;
    margin-left: 13px;
    cursor: pointer;
    position: relative;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item video {
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 7px;
    padding: 4px 15px 4px 4px;
    background: rgba(0, 0, 0, 0.6784313725) 0% 0% no-repeat padding-box;
    left: 5px;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item .dec p {
    color: #ffffff;
    font-size: 12px;
    margin-left: 7px;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item .dec img {
    width: 17px;
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .ttv_image .ttv_clip .clip-video .clip-video-content-item:nth-child(5n-4) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .popup {
    position: fixed;
    display: none;
    top: 50%;
    z-index: 1001;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background: #fff;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
    border: 1px solid #e2e2e2;
    border-radius: 13px;
    width: 550px;
    height: 156px;
  }
  .popup .closeIocn {
    position: absolute;
    top: 7px;
    right: 9px;
    width: 20px;
    height: 20px;
    background: url(https://static-alter1.vidnoz.com/web/fr/img/image-to-video/win_icon_close.webp) no-repeat center;
    background-size: contain;
    cursor: pointer;
  }
  .popup .closeIocn:hover {
    background: url(https://static-alter1.vidnoz.com/web/fr/img/image-to-video/win_icon_close.svg) no-repeat center;
    background-size: cover;
  }
  .popup.popup_success {
    padding: 20px 20px 18px 29px;
  }
  .popup.popup_success .pop_Success_Header {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popup.popup_success .successIcon {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 10px;
  }
  .popup.popup_success .popTitle {
    color: #6d4dff;
    font: normal normal bold 16px/25px Poppins;
  }
  .popup.popup_success .popSuccessContent {
    width: 500px;
    height: 54px;
    margin-top: 3px;
    font: normal normal 300 14px/21px Poppins;
    color: #39325a;
  }
  .popup.popup_success .popSuccessContent .repeat {
    cursor: pointer;
    font: normal normal 300 14px/21px Poppins;
    color: #6d4dff;
    text-decoration: underline;
  }
  .popup.popup_loading {
    padding: 35px;
    height: 125px;
  }
  .popup.popup_loading .pop_sub {
    width: 481px;
    font: normal normal 300 14px/21px Poppins;
    height: 29px;
    color: #39325a;
  }
  .popup.popup_loading .loading {
    width: 484px;
    overflow: hidden;
    border: 1px solid #eeecff;
    background: #eeecff;
    margin-top: 15px;
    border-radius: 10px;
    height: 11px;
  }
  .popup.popup_loading .progress {
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #6d4dff;
    width: 0%;
    border-radius: 10px;
  }
  .popup.popup_faild {
    padding: 29px 32px 71px;
  }
  .popup.popup_faild .faild_icon {
    width: 56px;
    height: 56px;
    background: url(https://static-alter1.vidnoz.com/web/fr/img/image-to-video/icon_mistake.svg) no-repeat center;
    background-size: contain;
    margin-right: 17px;
  }
  .popup.popup_faild .faild_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #39325a;
  }
  .popup.popup_faild .faild_title {
    font: normal normal bold 17px/26px Poppins;
  }
  .popup.popup_faild .faild_des {
    font: normal normal normal 14px/21px Poppins;
  }
  .popup .popBtn {
    position: absolute;
    right: 21px;
    bottom: 17px;
    border-radius: 25px;
    width: 156px;
    height: 32px;
    font: normal normal 500 15px/32px Poppins;
    text-align: center;
    background: #6d4dff;
    cursor: pointer;
    color: white;
  }
}
@media screen and (min-width: 1200px) {
  .possibilities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 90px 0;
    background-color: #fff;
  }
  .possibilities .possibilities-title {
    width: 1140px;
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    color: #000000;
  }
  .possibilities .possibilities-subtitle {
    width: 1086px;
    text-align: center;
    font: normal normal 300 18px/30px Poppins;
    letter-spacing: 0.36px;
    color: #39325a;
    margin-top: 12px;
  }
  .possibilities .common-btn {
    margin-top: 36px;
    color: #ffffff;
    font: normal normal medium 18px/27px Poppins;
  }
  .possibilities .content {
    margin-top: 48px;
    width: 1364px;
    height: 580px;
    background: #14122e;
    border-radius: 20px;
  }
  .possibilities .content .possibilitiesSwiper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 60px 60px 80px;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-text {
    padding-top: 254px;
    width: 454px;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-text .slide-title {
    font: normal normal 600 26px/39px Poppins;
    color: #ffffff;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-text .slide-desc {
    font: normal normal 300 18px/30px Poppins;
    color: #ffffff;
    margin-top: 20px;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-text .slide-desc a {
    color: #8b3dff;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-video {
    padding-top: 136px;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-video .slide-video-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    margin-bottom: 14px;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-video .slide-video-tag .tag-item {
    min-width: 78px;
    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;
    padding: 2px 10px;
    background: #343355;
    border-radius: 15px;
    font: normal normal 600 18px/26px Poppins;
    letter-spacing: 0px;
    color: #8b3dff;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-video .slide-video-tag .tag-item:last-child {
    margin-left: 251px;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-video video {
    width: 700px;
    height: 340px;
  }
  .possibilities .content .possibilitiesSwiper .possibilities-swiper-pagination {
    width: 100%;
    position: absolute;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1;
    top: 10px;
    left: 0;
  }
  .possibilities .content .possibilitiesSwiper .swiper-pagination-bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 260px;
    height: 72px;
    line-height: 20px;
    font-size: 12px;
    background: #48466a;
    border-radius: 13px;
    text-align: center;
    font: normal normal 500 18px/56px Poppins;
    color: #89889f;
    cursor: pointer;
  }
  .possibilities .content .possibilitiesSwiper .swiper-pagination-bullet-active {
    color: #ffffff;
    background: #8b3dff;
  }
}
@media (max-width: 1200px) {
  .btnM {
    display: none;
  }
  .mt-15 {
    margin-top: 0.26rem;
  }
  .wrapper-checker {
    background: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/swiper-banner-mob.svg") no-repeat center;
    background-size: cover;
    padding: 0.98rem 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    position: relative;
  }
  .wrapper-checker-inner {
    margin: 0 auto;
    height: inherit;
  }
  .wrapper-checker-inner .h2-1 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0 0.6rem;
  }
  .wrapper-checker-inner .h2-2 {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.56px;
    padding: 0 0.6rem;
    color: #fff;
  }
  .wrapper-checker .swiper {
    width: 100%;
    height: 100%;
  }
  .wrapper-checker .swiper-container-checker:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 188px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* 透明度可以根据需要调整 */
    pointer-events: none;
    /* 防止点击事件穿透 */
    -webkit-filter: blur(88px);
            filter: blur(88px);
    /* 应用模糊效果 */
    z-index: 9;
    display: none;
  }
  .wrapper-checker .swiper-container-checker:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 188px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* 透明度可以根据需要调整 */
    pointer-events: none;
    /* 防止点击事件穿透 */
    -webkit-filter: blur(88px);
            filter: blur(88px);
    /* 应用模糊效果 */
    z-index: 9;
    display: none;
  }
  .wrapper-checker .swiper-container-checker {
    position: relative;
    margin-top: 55px;
  }
  .wrapper-checker .next-btn {
    position: absolute;
    right: 817px;
    top: 90%;
    cursor: pointer;
    z-index: 9;
    width: 38px;
    height: 38px;
  }
  .wrapper-checker .next-btn img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-checker .prev-btn {
    position: absolute;
    left: 827px;
    top: 90%;
    cursor: pointer;
    z-index: 9;
    width: 38px;
    height: 38px;
  }
  .wrapper-checker .prev-btn img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-checker .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item {
    width: 5.84rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.7607843137) 0% 0% no-repeat padding-box;
    border: 1px solid #2f2f4d;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 23px 23px 23px;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item .p-1 {
    text-align: center;
    font: normal normal 600 0.32rem/0.6rem Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item .p-2 {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item .p-2 a {
    color: #8b3dff;
    font-weight: 400;
  }
  .wrapper-checker .swiper-slide .swiper-slide-item img {
    width: 1.46rem;
    height: 1.46rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-checker .mt-17 {
    margin-top: 1.34rem;
  }
  .wrapper-checker .swiper-pagination-editor {
    text-align: center;
    height: 0.14rem;
    width: 5.9rem;
    position: absolute;
    border-radius: 0.07rem;
    margin: 0 auto;
    left: calc(50% - 2.95rem);
    background: #383b65;
    bottom: -0.74rem;
    z-index: 9;
  }
  .wrapper-checker .swiper-pagination-editor .swiper-pagination-progressbar-fill {
    background: #a467ff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0.07rem;
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .wrapper-checker .swiper-pagination-editor .button-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .wrapper-checker .swiper-pagination-editor .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .wrapper-checker .swiper-pagination-editor .swiper-pagination-bullet:not(:nth-child(1)) {
    margin-left: 10px;
  }
  .wrapper-checker .swiper-pagination-editor .swiper-pagination-bullet-active {
    width: 74px;
    background-image: linear-gradient(91deg, #3c0094, #ab51ff, #e8ecfd);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 13.333vw;
  }
  .wrapper-checker .swiper-slide img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wrapper-checker .swiper {
    width: 100%;
    height: 7.1rem;
  }
  .common-btn {
    width: 100%;
    cursor: pointer;
    text-align: center;
  }
  .common-btn a {
    min-width: 6.3rem;
    padding: 0.28rem 0.2rem 0.28rem 0.2rem;
    display: inline-block;
    background: #8b3dff 0% 0% no-repeat padding-box;
    border-radius: 0.5rem;
    font-size: 0.32rem;
    color: white;
    text-align: center;
  }
  .common-btn a:hover {
    background: #8b3dff linear-gradient(95deg, #8b3dff 0%, #bc8fff 100%);
  }
  .wrapper-forgettable {
    width: 100%;
    height: 10.72rem;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/ai-banner-mob.webp") no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper-forgettable h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .wrapper-neck {
    width: 100%;
    background: transparent -webkit-gradient(linear, right top, left top, from(#f4eefe), to(#fbffff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #f4eefe 0%, #fbffff 100%) 0% 0% no-repeat padding-box;
  }
  .wrapper-neck .wrapper-neck-inner {
    max-width: 6.3rem;
    margin: 0 auto;
    padding: 0.98rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper-neck .wrapper-neck-inner h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0;
    color: #000000;
  }
  .wrapper-neck .wrapper-neck-inner .neck {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item img {
    max-width: 100%;
    height: 3.3rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    margin-top: 0.88rem;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec {
    width: 6.3rem;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec .p-1 {
    text-align: center;
    font: normal normal 600 0.32rem/0.6rem Poppins;
    letter-spacing: 0;
    color: #000000;
    margin-top: 0.38rem;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec .p-2 {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.56px;
    color: #000000;
  }
  .wrapper-neck .wrapper-neck-inner .neck .neck-item .neck-item-dec .p-2 a {
    color: #8b3dff;
    font-weight: 400;
  }
  .wrapper-convert {
    background: white;
  }
  .wrapper-convert .wrapper-convert-inner {
    width: 6.3rem;
    padding: 0.73rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper-convert .wrapper-convert-inner h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-convert .wrapper-convert-inner .convert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
  .wrapper-convert .wrapper-convert-inner .convert .line-img {
    margin: 130px 10px 0 10px;
  }
  .wrapper-convert .wrapper-convert-inner .convert img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrapper-convert .wrapper-convert-inner .convert .p-1 {
    font: normal normal 600 0.32rem/0.6rem Poppins;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
  }
  .wrapper-convert .wrapper-convert-inner .convert .p-2 {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.0056rem;
    color: #000000;
  }
  .wrapper-convert .wrapper-convert-inner .convert-item {
    width: 100%;
    text-align: center;
  }
  .mob-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .wrapper-faq-mob {
    display: block;
  }
  .wrapper-faq {
    display: none;
  }
  .wrapper-faq-mob {
    padding: 0.6rem;
    width: 100%;
    background: #f3f3f5;
  }
  .wrapper-faq-mob .transfor-180 {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .wrapper-faq-mob-title {
    color: #000000;
    text-align: center;
    font: normal normal 600 0.44rem/0.77rem Poppins;
    letter-spacing: 0;
    padding: 0 0.6rem 0 0.6rem;
  }
  .wrapper-faq-mob-title span {
    font: normal normal 500 0.28rem/0.5rem Poppins;
    letter-spacing: 0.1064rem;
    color: #8b3dff;
  }
  .wrapper-faq-mob-item {
    min-height: 1.38rem;
    height: auto;
    border-bottom: 0.01rem solid #eee;
  }
  .wrapper-faq-mob-item-main {
    min-height: 1.38rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0.01rem solid #d2d0de;
  }
  .wrapper-faq-mob-item-main-name {
    color: #000000;
    font: normal normal 500 0.32rem/0.48rem Poppins;
    letter-spacing: 0;
    font-weight: normal;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0.4rem 0.6rem 0.4rem 0;
  }
  .wrapper-faq-mob-item-main-icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .wrapper-faq-mob-item-desc {
    display: none;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    font: normal normal 500 0.24rem/0.48rem Poppins;
    color: #000000;
  }
  .wrapper-faq-mob-item-desc a {
    color: #8b3dff;
    font-weight: 400;
  }
  .sound-test-blog {
    padding-top: 0.7rem;
    background: #fff;
  }
  .sound-test-blog .swiper-container-blog {
    display: none;
  }
  .sound-test-blog .css-h2 {
    font: normal normal 600 0.44rem/0.81rem Poppins;
    color: #000000;
    margin: 0 auto;
    text-align: center;
  }
  .sound-test-blog .wrapper-blog {
    overflow: hidden;
    padding: 0 0.6rem;
  }
  .sound-test-blog .swiper-container-blog-m {
    display: block !important;
    width: 260px;
    margin-top: 30px;
  }
  .sound-test-blog .swiper-container-blog-m .swiper-container {
    height: auto;
    padding-bottom: 0.7rem;
  }
  .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item {
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    width: 95%;
    height: 100%;
    -webkit-box-shadow: 0px 12px 16px rgba(170, 167, 188, 0.1607843137);
            box-shadow: 0px 12px 16px rgba(170, 167, 188, 0.1607843137);
  }
  .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item img {
    width: 100%;
    height: 3.37rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item h3 {
    padding: 0.38rem 0.3rem 0.12rem 0.4rem;
    text-align: left;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #6d4dff;
  }
  .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item p {
    padding: 0.12rem 0.3rem 0.73rem 0.4rem;
    font-size: 0.32rem;
    font-weight: 300;
    color: #39325a;
  }
  .popup {
    -webkit-box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.1137254902);
            box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.1137254902);
    border: 0.01rem solid #e2e2e2;
    border-radius: 0.13rem;
    width: 5.4rem;
    height: 6.2rem;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    position: fixed;
    display: none;
    top: 50%;
    z-index: 1001;
    background: #fff;
    left: 50%;
  }
  .popup .closeIocn {
    top: 0.19rem;
    right: 0.17rem;
    width: 0.21rem;
    height: 0.21rem;
    background: url(https://static-alter1.vidnoz.com/web/fr/img/image-to-video/mob_icon_close_m.svg) no-repeat center;
    background-size: cover;
    position: absolute;
  }
  .popup .closeIocn:hover {
    background: url(https://static-alter1.vidnoz.com/web/fr/img/image-to-video/mob_icon_close_m_hover.svg) no-repeat center;
    background-size: cover;
  }
  .popup.popup_success {
    padding: 0.79rem 0.285rem 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .popup.popup_success .pop_Success_Header {
    width: 3.79rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 0 auto;
  }
  .popup.popup_success .successIcon {
    width: 1.27rem;
    height: 1.27rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
  .popup.popup_success .popTitle {
    margin-top: 0.17rem;
    font: normal normal bold 0.3rem/0.46rem Poppins;
  }
  .popup.popup_success .popSuccessContent {
    width: 4.83rem;
    height: 1.39rem;
    margin-top: 0.085rem;
    text-align: center;
    font: normal normal 300 0.24rem/0.35rem Poppins;
  }
  .popup.popup_success .popSuccessContent .repeat {
    font: normal normal 300 0.24rem/0.35rem Poppins;
  }
  .popup.popup_loading {
    padding: 0.8rem 0.17rem 0.48rem 0.26rem;
    height: 2.44rem;
  }
  .popup.popup_loading .pop_sub {
    width: 4.97rem;
    font: normal normal 300 0.22rem/0.33rem Poppins;
    height: 0.75rem;
  }
  .popup.popup_loading .loading {
    width: 4.84rem;
    border: 0.01rem solid #eeecff;
    margin-top: 0.21rem;
    border-radius: 0.1rem;
    height: 0.2rem;
  }
  .popup.popup_loading .progress {
    border-radius: 0.1rem;
  }
  .popup.popup_faild {
    padding: 0.98rem 0.64rem 1.2rem;
    -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;
    height: auto;
  }
  .popup.popup_faild.country {
    padding-top: 0.61rem;
  }
  .popup.popup_faild.country .faild_title {
    width: 4.89rem;
  }
  .popup.popup_faild .faild_icon {
    width: 1.24rem;
    height: 1.24rem;
    margin: 0 auto;
    background: url(https://static-alter1.vidnoz.com/web/fr/img/image-to-video/icon_mistake.svg) no-repeat center;
    background-size: contain;
  }
  .popup.popup_faild .faild_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #39325a;
  }
  .popup.popup_faild .faild_title {
    margin-top: 0.15rem;
    font: normal normal bold 0.34rem/0.4rem Poppins;
  }
  .popup.popup_faild .faild_des {
    margin-top: 0.33rem;
    font: normal normal 300 0.28rem/0.42rem Poppins;
  }
  .popup .popBtn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0.45rem;
    border-radius: 0.34rem;
    width: 3.39rem;
    height: 0.68rem;
    font: normal normal 500 0.24rem/0.68rem Poppins;
    text-align: center;
    background: #6d4dff;
    cursor: pointer;
    color: white;
  }
  .ttv_image {
    height: auto;
    width: 100%;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/bg.webp") no-repeat;
    background-size: cover;
    padding-bottom: 0.28rem;
    overflow-x: hidden;
  }
  .ttv_image .ttv_title {
    font: normal normal bold 0.45rem/0.6rem Poppins;
    padding: 0.28rem 0.6rem 0.28rem 0.6rem;
    text-align: center;
  }
  .ttv_image .ttv_description {
    font: normal normal 300 0.3rem/0.46rem Poppins;
    height: auto;
    margin: 0 auto 0.2rem;
    width: 6.3rem;
    text-align: center;
  }
  .ttv_image .ttv_tab {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 0.88rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.44rem;
    -webkit-box-shadow: 0 0.06rem 0.16rem rgba(139, 61, 255, 0.2705882353);
            box-shadow: 0 0.06rem 0.16rem rgba(139, 61, 255, 0.2705882353);
    border: 1px solid rgba(139, 61, 255, 0.2117647059);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font: normal normal 600 0.24rem/0.58rem Poppins;
    margin-bottom: 0.5rem;
    padding: 0 0.12rem;
  }
  .ttv_image .ttv_tab .tab__bar_item {
    height: 0.64rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0.25rem 0.6rem;
    cursor: pointer;
    line-height: 1;
  }
  .ttv_image .ttv_tab .tab__bar_item.active {
    background-color: #8b3dff;
    color: #ffffff;
    border-radius: 0.32rem;
  }
  .ttv_image .ttv_main {
    padding-bottom: 0.5rem;
  }
  .ttv_image .ttv_main .ttv_clip_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left {
    width: 6.01rem;
    height: 3.38rem;
    z-index: 0;
    position: relative;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-containter {
    width: 6.01rem;
    height: 3.38rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-item-first {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 0;
    opacity: 1;
    z-index: 0;
    cursor: pointer;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-item-first > video {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-item-first > img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_left .video-swiper-item-first:last-of-type {
    opacity: 0;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera {
    display: none;
    width: 6.3rem;
    height: 3.55rem;
    margin: 0 auto;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_169 {
    width: 6.3rem;
    height: 3.55rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_916 {
    width: 3.55rem;
    height: 6.3rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_11 {
    width: 5.2rem;
    height: 5.2rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_34 {
    width: 4.12rem;
    height: 5.48rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera .genera_box_43 {
    width: 5.48rem;
    height: 4.12rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera_box {
    width: 6.3rem;
    height: 3.55rem;
    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;
    margin: 0 auto;
    background: url(https://static-alter1.vidnoz.com/web/fr/img/text-to-video/loading_gif_bg.gif) no-repeat;
    border-radius: 0.2rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera img {
    width: 0.64rem;
    height: 0.64rem;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera_loading {
    font: normal normal medium 0.28rem/0.42rem Poppins;
    font-size: 0.28rem;
    letter-spacing: 0px;
    color: #39325a;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_genera_text {
    font: normal normal normal 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #8b8b8b;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video {
    display: none;
    margin: 0 auto;
    width: 6.3rem;
    height: 3.55rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .clip_video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    background: #171717;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .clip_video::-webkit-media-controls-download-button {
    display: none !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip {
    height: 0.54rem;
    padding: 0.09rem 0.12rem 0.11rem 0.13rem;
    left: 0.01rem;
    position: absolute;
    z-index: 1;
    bottom: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip::-webkit-scrollbar-thumb {
    width: 0;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_btn_clip {
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.13rem;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/icon_video_play.svg") no-repeat;
    background-size: contain;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_btn_clip.loading {
    width: 0.32rem;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    height: 0.32rem;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/loading_w.svg") no-repeat;
    background-size: contain;
    margin-right: 0.13rem;
    pointer-events: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_btn_clip.pause {
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/icon_video_pause.svg") no-repeat;
    background-size: contain;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_progress_clip {
    width: 4.61rem;
    height: 0.07rem;
    border-radius: 0.2rem;
    margin-right: 0.07rem;
    background: rgba(0, 0, 0, 0.17);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_progress_innter_clip {
    border-radius: 0.2rem;
    height: 100%;
    background: #fff;
    -webkit-transition: width 50ms;
    transition: width 50ms;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_time_clip {
    width: 0.87rem;
    font: normal normal normal 0.13rem/0.2rem Poppins;
    color: white;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip {
    margin-top: 0.2rem;
    height: 0.82rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_image_clip {
    display: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD {
    width: auto;
    cursor: pointer;
    background: none;
    height: 0.82rem;
    color: #827c9a;
    font: normal normal 500 0.22rem/0.33rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD img {
    width: 0.39rem;
    height: 0.4rem;
    margin-bottom: 0.15rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_share_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0.96rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_download_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_169 {
    width: 6.3rem;
    height: 3.55rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_916 {
    width: 3.55rem;
    height: 6.3rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_916 .control_btn_clip {
    width: 0.77rem !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_11 {
    width: 5.2rem;
    height: 5.2rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_11 .control_btn_clip {
    width: 0.39rem !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_34 {
    height: 5.48rem;
    width: 4.12rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_34 .control_btn_clip {
    width: 0.61rem !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_43 {
    width: 5.48rem;
    height: 4.12rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_video_43 .control_btn_clip {
    width: 0.41rem !important;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right {
    width: 6.3rem;
    margin: 0 auto;
    margin-top: 1.6rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top {
    height: auto;
    background: #fff;
    width: 100%;
    border: 0.01rem solid #e2e2e2;
    padding-bottom: 0.26rem;
    border-radius: 10px;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .step-1 {
    width: 0.48rem;
    height: 0.5rem;
    position: absolute;
    left: 0.15rem;
    top: -0.15rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .right_top_text {
    font: normal normal 600 0.26rem/0.39rem Poppins;
    color: #39325a;
    padding: 0.16rem 0.1rem 0 0.85rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model {
    position: relative;
    margin-top: 0.11rem;
    margin-left: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.2rem 0 0.16rem;
    height: 0.64rem;
    background-color: rgba(233, 236, 246, 0.85);
    border-radius: 0.12rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_name {
    margin-left: 0.12rem;
    margin-right: 0.2rem;
    color: #39325a;
    font: normal normal 700 0.26rem/0.36rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .drop_icon {
    width: 0.21rem;
    height: 0.21rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/icon_drop.svg");
    background-size: 100%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model:hover {
    cursor: pointer;
    background-color: #dfe3f1;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .mob_mask {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    top: 0;
    left: 0;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list {
    display: none;
    position: fixed;
    padding: 0.6rem 0.4rem 0.8rem;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0.4rem 0.4rem 0px 0px;
    max-height: 11rem;
    overflow-y: auto;
    z-index: 1000;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .back_icon {
    position: absolute;
    top: 0.33rem;
    left: 0.4rem;
    width: 0.34rem;
    height: 0.34rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/icon_back.svg");
    background-size: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .check_icon {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.88rem;
    height: 0.6rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/m_icon_select.svg");
    background-size: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .list_title {
    text-align: center;
    color: #1e1e2e;
    font: normal normal 700 0.36rem/0.55rem Poppins;
    margin-bottom: 0.36rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item {
    position: relative;
    margin-top: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.12rem;
    padding-left: 0.2rem;
    padding-right: 0.32rem;
    padding-top: 0.16rem;
    padding-bottom: 0.2rem;
    background-color: #f6f7f8;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title {
    margin-bottom: 0.03rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_text {
    color: #1e1e2e;
    font: normal normal 500 0.24rem/0.35rem Poppins;
    margin-right: 0.16rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_icon {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 0.79rem;
    height: 0.38rem;
    border-radius: 0.19rem;
    font: italic normal 900 0.21rem/0.28rem Roboto;
    color: #fff;
    background: transparent -webkit-gradient(linear, left top, right top, from(#f4d01b), to(#ff9362)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #f4d01b 0%, #ff9362 100%) 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title.new .title_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_des {
    color: rgba(30, 30, 46, 0.4);
    font: normal normal 400 0.2rem/0.3rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item.active {
    outline: 2px solid #6d4dff;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .choose_model .drop_icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .mob_mask {
    display: block;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .model_list {
    display: block;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content {
    width: 5.7rem;
    margin: 0 auto;
    cursor: pointer;
    height: 2rem;
    border: 0.01rem dashed #b2b7c2;
    border-radius: 0.1rem;
    margin-top: 0.16rem;
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content img {
    width: 0.48rem;
    height: 0.48rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content .title-upload {
    color: #39325a;
    text-align: center;
    font: normal normal 600 0.26rem/0.39rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content .dec-upload {
    color: #6f6f6f;
    text-align: center;
    font: normal normal medium 0.2rem/0.3rem Poppins;
    font-size: 0.2rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content:hover {
    background: rgba(139, 61, 255, 0.1019607843) 0% 0% no-repeat padding-box;
    border: 1px dashed #8665c8;
    opacity: 0.85;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .show-img-content {
    width: 3.65rem;
    height: 2rem;
    display: none;
    margin: 0 auto;
    position: relative;
    margin-top: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .show-img-content .close-img-clip {
    position: absolute;
    right: -0.18rem;
    top: -0.18rem;
    cursor: pointer;
    width: 0.48rem;
    height: 0.48rem;
    display: none;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top #show-img-clip {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .upload-content-active {
    background: rgba(139, 61, 255, 0.1019607843) 0% 0% no-repeat padding-box;
    border: 1px dashed #8665c8;
    opacity: 0.85;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .br-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .br-line span:nth-child(1) {
    display: inline-block;
    width: 1.69rem;
    height: 0;
    border: 0.005rem solid #e2e5ee;
    opacity: 1;
    margin-right: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .br-line span:nth-child(2) {
    color: #39325a;
    font: normal normal bold 0.26rem/0.39rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top .br-line span:nth-child(3) {
    display: inline-block;
    width: 1.69rem;
    height: 0;
    border: 0.005rem solid #e2e5ee;
    opacity: 1;
    margin-left: 8px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_box_clip {
    position: relative;
    width: 5.7rem;
    margin: 0 auto;
    height: 2rem;
    border: 0.01px solid rgba(226, 226, 226, 0.85);
    border-radius: 0.1rem;
    padding: 0.2rem 0.15rem 0.65rem;
    margin-top: 0.24rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_box_clip.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-169 {
    width: 0.36rem;
    height: 0.29rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-916 {
    width: 0.29rem;
    height: 0.36rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-11 {
    width: 0.33rem;
    height: 0.33rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-43 {
    width: 0.35rem;
    height: 0.31rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-34 {
    width: 0.31rem;
    height: 0.35rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box {
    position: relative;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.1rem;
    margin-left: 0.35rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .active {
    background: #e9ecf6 0% 0% no-repeat padding-box;
    border-radius: 6px;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item {
    min-width: 1.51rem;
    width: auto;
    height: 0.54rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    padding: 0 0.16rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-title {
    width: 0.36rem;
    height: 0.36rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-close {
    width: 0.35rem;
    height: 0.35rem;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-drop {
    width: 0.21rem;
    height: 0.21rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item img {
    width: 0.21rem;
    height: 0.21rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .number {
    font: normal normal bold 0.26rem/0.39rem Poppins;
    letter-spacing: 0;
    color: #39325a;
    max-width: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0.18rem 0 0.14rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .style_style_wrapper {
    margin-left: 0.72rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box {
    width: 1.82rem;
    display: none;
    height: auto;
    -webkit-box-shadow: 0px 0.01rem 0.16rem rgba(40, 37, 93, 0.1607843137);
            box-shadow: 0px 0.01rem 0.16rem rgba(40, 37, 93, 0.1607843137);
    border-radius: 0.06rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    position: relative;
    margin-top: 0.2rem;
    left: 0.26rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box:before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    border: 1px solid transparent;
    border-top-color: #e2e5ee;
    border-left-color: #e2e5ee;
    position: absolute;
    top: -0.11rem;
    z-index: 100;
    left: 25%;
    margin-left: -0.05rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container {
    width: 100%;
    -webkit-box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #e2e5ee;
    border-radius: 0.06rem;
    position: absolute;
    z-index: 99;
    background: #ffffff 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box p {
    font: normal normal 600 12px/18px Poppins;
    letter-spacing: 0;
    color: #39325a;
    display: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content {
    margin-top: 0.2rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item {
    width: 1.82rem;
    cursor: pointer;
    height: 0.66rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.35rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item .number {
    font: normal normal 600 0.26rem/0.39rem Poppins;
    letter-spacing: 0;
    color: #39325a;
    margin-left: 0.16rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item.active {
    background: #8b3dff 0% 0% no-repeat padding-box;
    color: white;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item.active .number {
    color: #fff;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item.active .circle {
    border-color: #fff;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item:nth-child(1) {
    margin-left: 0;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box {
    display: none;
    margin-top: 0.2rem;
    position: relative;
    left: 0.26rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box:before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    border: 1px solid transparent;
    border-top-color: #e2e5ee;
    border-left-color: #e2e5ee;
    position: absolute;
    top: -0.11rem;
    z-index: 100;
    left: 50%;
    margin-left: -0.05rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box_container {
    width: 6.5rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #e2e5ee;
    border-radius: 0.06rem;
    position: absolute;
    z-index: 99;
    background: #ffffff 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.15rem;
    height: 3.53rem;
    background: white;
    margin-top: 0.2rem;
    border-radius: 0.06rem;
    overflow-y: auto;
    margin-bottom: 0.2rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    margin-left: 0.14rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item .text {
    font: normal normal medium 0.19rem/0.29rem Poppins;
    letter-spacing: 0px;
    font-size: 0.21rem;
    color: #2c374f;
    width: 1.54rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item img {
    width: 1.9rem;
    height: 1.08rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.06rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:hover .text {
    color: #8361fb;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:hover img {
    border: 0.02rem solid #8b3dff;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item.active .text {
    color: #8361fb;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item.active img {
    border: 0.02rem solid #8b3dff;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:nth-child(3n-2) {
    margin-left: 0;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .bb_footer_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 13px/20px Poppins;
    font-weight: 500;
    position: absolute;
    bottom: 0.1rem;
    padding-right: 0.3rem;
    padding-top: 0.3rem;
    width: 100%;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_num_clip {
    color: #8b8b8b;
    font: normal normal medium 0.2rem/0.3rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .words-err {
    color: #fe6969;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_example_clip {
    color: #8b3dff;
    text-decoration: underline;
    cursor: pointer;
    font: normal normal medium 0.2rem/0.3rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_example_clip:hover {
    color: #c069ff;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea #ttv_textarea_clip {
    border: none;
    width: 100%;
    height: 100%;
    background: #fdfcff;
    font: normal normal 500 14px/21px Poppins;
    outline: none;
    color: #39325a;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_top_textarea #ttv_textarea_clip::-webkit-input-placeholder {
    color: #8b8b8b;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom {
    min-height: 2.3rem;
    height: auto;
    margin-top: 0.4rem;
    background: #fff;
    border: 0.01rem solid #e2e2e2;
    border-radius: 0.1rem;
    position: relative;
    padding-top: 0.1rem;
    padding-bottom: 0.34rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom p {
    color: #39325a;
    padding-left: 0.92rem;
    font: normal normal 600 0.26rem/0.39rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .step-2 {
    width: 0.48rem;
    height: 0.5rem;
    position: absolute;
    left: 0.15rem;
    top: -0.15rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip {
    position: relative;
    width: 5.6rem;
    height: 0.88rem;
    background: #6d4dff;
    cursor: pointer;
    border-radius: 0.5rem;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip span {
    font: normal normal medium 0.26rem/0.39rem Poppins;
    font-size: 0.26rem;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.disabled {
    pointer-events: none;
    opacity: 0.31;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip {
    position: absolute;
    top: -0.25rem;
    right: 0.03rem;
    height: 0.5rem;
    border-radius: 0.5rem 0.5rem 0px 0.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#f4d21b), to(#ff9362));
    background: linear-gradient(90deg, #f4d21b 0%, #ff9362 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.11rem 0 0.22rem;
    display: none;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_icon {
    width: 0.24rem;
    height: 0.24rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/bth_coins.svg");
    background-size: 100%;
    margin-right: 0.11rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_num {
    font: normal normal 600 0.24rem/0.24rem Poppins;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.use_credit .credit_tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.16rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright img {
    width: 0.2rem;
    height: 0.2rem;
  }
  .ttv_image .ttv_main .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright p {
    font: normal normal medium 0.2rem/0.3rem Poppins;
    font-size: 0.2rem;
    letter-spacing: 0px;
    color: #6f6f6f;
    margin-left: 0.08rem;
    padding-left: 0 !important;
  }
  .ttv_image .ttv_main .clip-video {
    margin: 0 auto;
    width: 6.415rem;
    margin-top: 0.32rem;
  }
  .ttv_image .ttv_main .clip-video .title-video {
    font: normal normal bold 0.26rem/0.39rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  .ttv_image .ttv_main .clip-video .clip-video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.16rem;
  }
  .ttv_image .ttv_main .clip-video .clip-video-content-item {
    width: 2.02rem;
    height: 1.13rem;
    border-radius: 0.08rem;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 0.04rem;
    margin-left: 0.13rem;
    cursor: pointer;
    position: relative;
  }
  .ttv_image .ttv_main .clip-video .clip-video-content-item video {
    border-radius: 0.08rem;
    width: 2rem;
    height: 1.13rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_main .clip-video .clip-video-content-item .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0.07rem;
    width: 1.9rem;
    padding: 0.04rem 0.15rem 0.04rem 0.05rem;
    background: rgba(0, 0, 0, 0.6784313725) 0% 0% no-repeat padding-box;
    left: 0.05rem;
    border-radius: 0.07rem;
  }
  .ttv_image .ttv_main .clip-video .clip-video-content-item .dec p {
    width: 1.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    font: normal normal medium 0.14rem/0.21rem Poppins;
    font-size: 0.14rem;
    margin-left: 0.04rem;
  }
  .ttv_image .ttv_main .clip-video .clip-video-content-item .dec img {
    width: 0.2rem;
    height: 0.2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_main .clip-video .clip-video-content-item:nth-child(3n-2) {
    margin-left: 0;
  }
  .ttv_image .ttv_clip {
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left {
    width: 6.01rem;
    height: 3.38rem;
    z-index: 0;
    position: relative;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-containter {
    width: 6.01rem;
    height: 3.38rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-item {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 0;
    opacity: 1;
    z-index: 0;
    cursor: pointer;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-item > video {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-item > img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_left .video-swiper-item:last-of-type {
    opacity: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera {
    display: none;
    width: 6.3rem;
    height: 3.55rem;
    margin: 0 auto;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_169 {
    width: 6.3rem;
    height: 3.55rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_916 {
    width: 3.55rem;
    height: 6.3rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_11 {
    width: 5.2rem;
    height: 5.2rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_34 {
    width: 4.12rem;
    height: 5.48rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera .genera_box_43 {
    width: 5.48rem;
    height: 4.12rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera_box {
    width: 6.3rem;
    height: 3.55rem;
    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;
    margin: 0 auto;
    background: url(https://static-alter1.vidnoz.com/web/fr/img/text-to-video/loading_gif_bg.gif) no-repeat;
    border-radius: 0.2rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera img {
    width: 0.64rem;
    height: 0.64rem;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera_loading {
    font: normal normal medium 0.28rem/0.42rem Poppins;
    font-size: 0.28rem;
    letter-spacing: 0px;
    color: #39325a;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_genera_text {
    font: normal normal normal 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #8b8b8b;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video {
    display: none;
    margin: 0 auto;
    width: 6.3rem;
    height: 3.55rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .clip_video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    background: #171717;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .clip_video::-webkit-media-controls-download-button {
    display: none !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip {
    height: 0.54rem;
    padding: 0.09rem 0.12rem 0.11rem 0.13rem;
    left: 0.01rem;
    position: absolute;
    z-index: 1;
    bottom: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip::-webkit-scrollbar-thumb {
    width: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_btn_clip {
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.13rem;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/icon_video_play.svg") no-repeat;
    background-size: contain;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_btn_clip.loading {
    width: 0.32rem;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    height: 0.32rem;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/loading_w.svg") no-repeat;
    background-size: contain;
    margin-right: 0.13rem;
    pointer-events: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_btn_clip.pause {
    background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/icon_video_pause.svg") no-repeat;
    background-size: contain;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_progress_clip {
    width: 4.61rem;
    height: 0.07rem;
    border-radius: 0.2rem;
    margin-right: 0.07rem;
    background: rgba(0, 0, 0, 0.17);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_progress_innter_clip {
    border-radius: 0.2rem;
    height: 100%;
    background: #fff;
    -webkit-transition: width 50ms;
    transition: width 50ms;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .clip_video_container .controls_clip .control_time_clip {
    width: 0.87rem;
    font: normal normal normal 0.13rem/0.2rem Poppins;
    color: white;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip {
    margin-top: 0.2rem;
    height: 0.82rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_image_clip {
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD {
    width: auto;
    cursor: pointer;
    background: none;
    height: 0.82rem;
    color: #827c9a;
    font: normal normal 500 0.22rem/0.33rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btnD img {
    width: 0.39rem;
    height: 0.4rem;
    margin-bottom: 0.15rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_share_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_download_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video .btnBox_clip .btn_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_169 {
    width: 6.3rem;
    height: 3.55rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_916 {
    width: 3.55rem;
    height: 6.3rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_916 .control_btn_clip {
    width: 0.77rem !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_11 {
    width: 5.2rem;
    height: 5.2rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_11 .control_btn_clip {
    width: 0.39rem !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_34 {
    height: 5.48rem;
    width: 4.12rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_34 .control_btn_clip {
    width: 0.61rem !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_43 {
    width: 5.48rem;
    height: 4.12rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_video_43 .control_btn_clip {
    width: 0.41rem !important;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right {
    width: 6.3rem;
    margin: 0 auto;
    margin-top: 1.6rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top {
    height: 4.9rem;
    padding-bottom: 0.16rem;
    background: #fff;
    width: 100%;
    border: 0.01rem solid #e2e2e2;
    border-radius: 10px;
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .step-1 {
    width: 0.48rem;
    height: 0.5rem;
    position: absolute;
    left: 0.15rem;
    top: -0.15rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .right_top_text {
    font: normal normal 600 0.26rem/0.39rem Poppins;
    color: #39325a;
    padding: 0.16rem 0.1rem 0 0.85rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model {
    position: relative;
    margin-top: 0.11rem;
    margin-left: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.2rem 0 0.16rem;
    height: 0.64rem;
    background-color: rgba(233, 236, 246, 0.85);
    border-radius: 0.12rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .model_name {
    margin-left: 0.12rem;
    margin-right: 0.2rem;
    color: #39325a;
    font: normal normal 700 0.26rem/0.36rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model .drop_icon {
    width: 0.21rem;
    height: 0.21rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/icon_drop.svg");
    background-size: 100%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .choose_model:hover {
    cursor: pointer;
    background-color: #dfe3f1;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .mob_mask {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    top: 0;
    left: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list {
    display: none;
    position: fixed;
    padding: 0.6rem 0.4rem 0.8rem;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0.4rem 0.4rem 0px 0px;
    max-height: 11rem;
    overflow-y: auto;
    z-index: 1000;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .back_icon {
    position: absolute;
    top: 0.33rem;
    left: 0.4rem;
    width: 0.34rem;
    height: 0.34rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/icon_back.svg");
    background-size: 100%;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .check_icon {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.88rem;
    height: 0.6rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/m_icon_select.svg");
    background-size: 100%;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .list_title {
    text-align: center;
    color: #1e1e2e;
    font: normal normal 700 0.36rem/0.55rem Poppins;
    margin-bottom: 0.36rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item {
    position: relative;
    margin-top: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.12rem;
    padding-left: 0.2rem;
    padding-right: 0.32rem;
    padding-top: 0.16rem;
    padding-bottom: 0.2rem;
    background-color: #f6f7f8;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title {
    margin-bottom: 0.03rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_text {
    color: #1e1e2e;
    font: normal normal 500 0.24rem/0.35rem Poppins;
    margin-right: 0.16rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title .title_icon {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 0.79rem;
    height: 0.38rem;
    border-radius: 0.19rem;
    font: italic normal 900 0.21rem/0.28rem Roboto;
    color: #fff;
    background: transparent -webkit-gradient(linear, left top, right top, from(#f4d01b), to(#ff9362)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #f4d01b 0%, #ff9362 100%) 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_title.new .title_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item .item_content .item_des {
    color: rgba(30, 30, 46, 0.4);
    font: normal normal 400 0.2rem/0.3rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model .model_list .model_item.active {
    outline: 2px solid #6d4dff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .choose_model .drop_icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .mob_mask {
    display: block;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top .check_model.active .model_list {
    display: block;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_box_clip {
    position: relative;
    width: 5.7rem;
    margin: 0 auto;
    height: 2rem;
    border: 0.01px solid rgba(226, 226, 226, 0.85);
    border-radius: 0.1rem;
    padding: 0.2rem 0.15rem 0.65rem;
    margin-top: 0.24rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_box_clip.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-169 {
    width: 0.36rem;
    height: 0.29rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-916 {
    width: 0.29rem;
    height: 0.36rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-11 {
    width: 0.33rem;
    height: 0.33rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-43 {
    width: 0.35rem;
    height: 0.31rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .circle-34 {
    width: 0.31rem;
    height: 0.35rem;
    border: 0.04rem solid #39325a;
    border-radius: 0.03rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box {
    position: relative;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.24rem;
    margin-left: 0.35rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .active {
    background: #e9ecf6 0% 0% no-repeat padding-box;
    border-radius: 6px;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item {
    min-width: 1.51rem;
    width: auto;
    height: 0.54rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    padding: 0 0.16rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-title {
    width: 0.36rem;
    height: 0.36rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-close {
    width: 0.35rem;
    height: 0.35rem;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .img-drop {
    width: 0.21rem;
    height: 0.21rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item img {
    width: 0.21rem;
    height: 0.21rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .clip_style_box_item .number {
    font: normal normal bold 0.26rem/0.39rem Poppins;
    letter-spacing: 0;
    color: #39325a;
    max-width: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0.18rem 0 0.14rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .inner-box .style_style_wrapper {
    margin-left: 0.72rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box {
    width: 1.82rem;
    display: none;
    height: auto;
    -webkit-box-shadow: 0px 0.01rem 0.16rem rgba(40, 37, 93, 0.1607843137);
            box-shadow: 0px 0.01rem 0.16rem rgba(40, 37, 93, 0.1607843137);
    border-radius: 0.06rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    position: relative;
    margin-top: 0.2rem;
    left: 0.26rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box:before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    border: 1px solid transparent;
    border-top-color: #e2e5ee;
    border-left-color: #e2e5ee;
    position: absolute;
    top: -0.11rem;
    z-index: 100;
    left: 25%;
    margin-left: -0.05rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box_container {
    width: 100%;
    -webkit-box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #e2e5ee;
    border-radius: 0.06rem;
    position: absolute;
    z-index: 99;
    background: #ffffff 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box p {
    font: normal normal 600 12px/18px Poppins;
    letter-spacing: 0;
    color: #39325a;
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content {
    margin-top: 0.2rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item {
    width: 1.82rem;
    cursor: pointer;
    height: 0.66rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.35rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item .number {
    font: normal normal 600 0.26rem/0.39rem Poppins;
    letter-spacing: 0;
    color: #39325a;
    margin-left: 0.16rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item.active {
    background: #8b3dff 0% 0% no-repeat padding-box;
    color: white;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item.active .number {
    color: #fff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item.active .circle {
    border-color: #fff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .size_box .size_box_content_item:nth-child(1) {
    margin-left: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box {
    display: none;
    margin-top: 0.2rem;
    position: relative;
    left: 0.26rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box:before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    border: 1px solid transparent;
    border-top-color: #e2e5ee;
    border-left-color: #e2e5ee;
    position: absolute;
    top: -0.11rem;
    z-index: 100;
    left: 50%;
    margin-left: -0.05rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box_container {
    width: 6.5rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #e2e5ee;
    border-radius: 0.06rem;
    position: absolute;
    z-index: 99;
    background: #ffffff 0% 0% no-repeat padding-box;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.15rem;
    height: 3.53rem;
    background: white;
    margin-top: 0.2rem;
    border-radius: 0.06rem;
    margin-bottom: 0.2rem;
    overflow-y: auto;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    margin-left: 0.14rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item .text {
    font: normal normal medium 0.19rem/0.29rem Poppins;
    letter-spacing: 0px;
    font-size: 0.21rem;
    color: #2c374f;
    width: 1.54rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item img {
    width: 1.9rem;
    height: 1.08rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.06rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:hover .text {
    color: #8361fb;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:hover img {
    border: 0.02rem solid #8b3dff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item.active .text {
    color: #8361fb;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item.active img {
    border: 0.02rem solid #8b3dff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .clip_style_box .style_box .style_box_wrapper_item:nth-child(3n-2) {
    margin-left: 0;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .bb_footer_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 13px/20px Poppins;
    font-weight: 500;
    position: absolute;
    bottom: 0.1rem;
    padding-right: 0.3rem;
    padding-top: 0.3rem;
    width: 100%;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_num_clip {
    color: #8b8b8b;
    font: normal normal medium 0.2rem/0.3rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .words-err {
    color: #fe6969;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_example_clip {
    color: #8b3dff;
    text-decoration: underline;
    cursor: pointer;
    font: normal normal medium 0.2rem/0.3rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea .text_example_clip:hover {
    color: #c069ff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea #ttv_textarea_clip {
    border: none;
    width: 100%;
    height: 100%;
    background: #fdfcff;
    font: normal normal 500 14px/21px Poppins;
    outline: none;
    color: #39325a;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_top_textarea #ttv_textarea_clip::-webkit-input-placeholder {
    color: #8b8b8b;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom {
    min-height: 2.3rem;
    height: auto;
    margin-top: 0.4rem;
    background: #fff;
    border: 0.01rem solid #e2e2e2;
    border-radius: 0.1rem;
    position: relative;
    padding-top: 0.1rem;
    padding-bottom: 0.34rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom p {
    color: #39325a;
    padding-left: 0.92rem;
    font: normal normal 600 0.26rem/0.39rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .step-2 {
    width: 0.48rem;
    height: 0.5rem;
    position: absolute;
    left: 0.15rem;
    top: -0.15rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip {
    position: relative;
    width: 5.6rem;
    height: 0.88rem;
    background: #6d4dff;
    cursor: pointer;
    border-radius: 0.5rem;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip span {
    font: normal normal medium 0.26rem/0.39rem Poppins;
    font-size: 0.26rem;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.disabled {
    pointer-events: none;
    opacity: 0.31;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip {
    position: absolute;
    top: -0.25rem;
    right: 0.03rem;
    height: 0.5rem;
    border-radius: 0.5rem 0.5rem 0px 0.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#f4d21b), to(#ff9362));
    background: linear-gradient(90deg, #f4d21b 0%, #ff9362 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.11rem 0 0.22rem;
    display: none;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_icon {
    width: 0.24rem;
    height: 0.24rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/bth_coins.svg");
    background-size: 100%;
    margin-right: 0.11rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip .credit_tip .credit_num {
    font: normal normal 600 0.24rem/0.24rem Poppins;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .ttv_btn_clip.use_credit .credit_tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.16rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright img {
    width: 0.2rem;
    height: 0.2rem;
  }
  .ttv_image .ttv_clip .ttv_clip_main .clip_box .clip_box_right_bottom .clip_copyright p {
    font: normal normal medium 0.2rem/0.3rem Poppins;
    font-size: 0.2rem;
    letter-spacing: 0px;
    color: #6f6f6f;
    margin-left: 0.08rem;
    padding-left: 0 !important;
  }
  .ttv_image .ttv_clip .clip-video {
    margin: 0 auto;
    width: 6.415rem;
    margin-top: 0.32rem;
  }
  .ttv_image .ttv_clip .clip-video .title-video {
    font: normal normal bold 0.26rem/0.39rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.16rem;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item {
    width: 2.02rem;
    height: 1.13rem;
    border-radius: 0.08rem;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 0.04rem;
    margin-left: 0.13rem;
    cursor: pointer;
    position: relative;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item video {
    border-radius: 0.08rem;
    width: 2rem;
    height: 1.13rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0.07rem;
    width: 1.9rem;
    padding: 0.04rem 0.15rem 0.04rem 0.05rem;
    background: rgba(0, 0, 0, 0.6784313725) 0% 0% no-repeat padding-box;
    left: 0.05rem;
    border-radius: 0.07rem;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item .dec p {
    width: 1.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    font: normal normal medium 0.14rem/0.21rem Poppins;
    font-size: 0.14rem;
    margin-left: 0.04rem;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item .dec img {
    width: 0.2rem;
    height: 0.2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ttv_image .ttv_clip .clip-video .clip-video-content-item:nth-child(3n-2) {
    margin-left: 0;
  }
  .possibilities {
    padding: 0.96rem 0;
    background-color: #fff;
  }
  .possibilities .possibilities-title {
    width: auto;
    padding: 0 0.6rem;
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    color: #000000;
  }
  .possibilities .possibilities-subtitle {
    width: auto;
    text-align: center;
    padding: 0 0.6rem;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    margin-top: 0.22rem;
  }
  .possibilities .common-btn {
    width: 6.1rem;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.48rem auto 0;
    background: #8b3dff;
    border-radius: 0.5rem;
    font: normal normal 500 0.32rem/0.48rem Poppins;
    color: #ffffff;
  }
  .possibilities .content {
    margin-top: 0.48rem;
    width: 100%;
    height: auto;
    background: transparent;
    overflow: hidden;
  }
  .possibilities .content .possibilitiesSwiper {
    width: 6.48rem;
    height: 100%;
    position: relative;
    overflow: visible;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide {
    width: 6.3rem !important;
    height: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0.14rem 0.18rem;
    background: #14122e;
    margin: 0 0.09rem;
    border-radius: 0.24rem;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-text {
    padding-top: 0.59rem;
    width: 4.84rem;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-text .slide-title {
    text-align: center;
    font: normal normal 600 0.32rem/0.39rem Poppins;
    color: #ffffff;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-text .slide-desc {
    text-align: center;
    font: normal normal 300 0.24rem/0.35rem Poppins;
    margin-top: 0.24rem;
    color: #ffffff;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-text .slide-desc a {
    color: #8b3dff;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-video {
    padding-top: 0.54rem;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-video .slide-video-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0.68rem;
    margin-bottom: 0.2rem;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-video .slide-video-tag .tag-item {
    min-width: 1.56rem;
    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;
    padding: 0.06rem 0.3rem;
    background: #343355;
    border-radius: 0.3rem;
    font: normal normal 600 0.28rem/0.4rem Poppins;
    color: #8b3dff;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-video .slide-video-tag .tag-item:last-child {
    margin-left: 1.21rem;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-video video {
    width: 5.75rem;
    height: 2.79rem;
  }
  .possibilities .content .possibilitiesSwiper .swiper-slide .slide-btn {
    padding: 0.16rem;
    width: 100%;
    background: #48466a;
    border-radius: 0.16rem;
    text-align: center;
    font: normal normal 500 0.28rem/0.4rem Poppins;
    color: #ffffff;
  }
  .possibilities .content .possibilitiesSwiper .possibilities-swiper-pagination {
    display: none;
  }
}
.btnM {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
.btnM.larger {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.btnM .icon {
  width: 24px;
  height: 24px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/_common/icon_edit_black.svg");
}
.btnM.larger:hover {
  color: #6d4dff;
}
.btnM.larger:hover .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/_common/icon_edit_hover.svg");
}
.btnM.edit_loading {
  cursor: wait;
  pointer-events: none;
}
.btnM.edit_loading .btn_edit_loading_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btnM .btn_edit_loading_box {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  display: none;
}
.btnM .btn_edit_loading_box .btn_edit_loading {
  width: 32px !important;
  height: 32px !important;
  -webkit-animation: loading_icon linear 1s infinite;
          animation: loading_icon linear 1s infinite;
}

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

@keyframes loading_icon {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  .btnM {
    display: none !important;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ttv_image .overlay_controls_clip_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.ttv_image .overlay__box_clip_img {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: -100;
  visibility: hidden;
}
.ttv_image .overlay__box_clip_img.show {
  visibility: visible;
  z-index: 1000;
}
.ttv_image .overlay__box_clip_img .mask__min {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.74;
  z-index: -1;
}
.ttv_image .overlay__box_clip_img .close__btn {
  position: absolute;
  right: 30px;
  top: 33px;
  width: 44px;
  height: 44px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconClose.png");
  border-radius: 44px;
  cursor: pointer;
  z-index: 1;
}
.ttv_image .overlay__box_clip_img .close__btn {
  position: absolute;
  right: 30px;
  top: 33px;
  width: 44px;
  height: 44px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconClose.png");
  border-radius: 44px;
  cursor: pointer;
  z-index: 1;
}
.ttv_image .overlay__box_clip_img .center__video {
  position: relative;
  margin: 0 auto;
}
.ttv_image .overlay__box_clip_img .center__video_169 {
  width: 549px;
  height: 354px;
}
.ttv_image .overlay__box_clip_img .center__video_169 .control_btn_clip {
  width: 46px !important;
}
.ttv_image .overlay__box_clip_img .center__video_916 {
  width: 270px;
  height: 480px;
}
.ttv_image .overlay__box_clip_img .center__video_916 .control_btn_clip {
  width: 144px !important;
}
.ttv_image .overlay__box_clip_img .center__video_11 {
  width: 420px;
  height: 420px;
}
.ttv_image .overlay__box_clip_img .center__video_11 .control_btn_clip {
  width: 65px !important;
}
.ttv_image .overlay__box_clip_img .center__video_43 {
  width: 480px;
  height: 360px;
}
.ttv_image .overlay__box_clip_img .center__video_43 .control_btn_clip {
  width: 54px !important;
}
.ttv_image .overlay__box_clip_img .center__video_34 {
  width: 360px;
  height: 480px;
}
.ttv_image .overlay__box_clip_img .center__video_34 .control_btn_clip {
  width: 85px !important;
}
.ttv_image .overlay__box_clip_img .clip_video {
  width: 100%;
  height: 100%;
  background: #171717;
  -o-object-fit: cover;
     object-fit: cover;
}
.ttv_image .overlay__box_clip_img .overlay_controls_clip {
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px 9px 13px;
  background: rgba(0, 0, 0, 0.45);
}
.ttv_image .overlay__box_clip_img .overlay_controls_clip .control_btn_clip {
  width: 28px;
  height: 28px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/icon_video_play.svg") no-repeat;
  background-size: contain;
  margin-right: 15px;
  cursor: pointer;
}
.ttv_image .overlay__box_clip_img .overlay_controls_clip .control_btn_clip.pause {
  background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/icon_video_pause.svg") no-repeat;
  background-size: contain;
}
.ttv_image .overlay__box_clip_img .overlay_controls_clip .control_btn_clip.loading {
  width: 24px;
  height: 24px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/loading_w.svg") no-repeat;
  background-size: contain;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  pointer-events: none;
}
.ttv_image .overlay__box_clip_img .overlay_controls_clip .control_progress_clip {
  width: 639px;
  height: 6px;
  border-radius: 20px;
  margin-right: 10px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.17);
}
.ttv_image .overlay__box_clip_img .overlay_controls_clip .control_progress_innter_clip {
  width: 1%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: width 50ms;
  transition: width 50ms;
}
.ttv_image .overlay__box_clip_img .overlay_controls_clip .control_time_clip {
  width: 72px;
  height: 22px;
  color: #ffffff;
  text-align: right;
  font: normal normal normal 13px/20px Poppins;
}
.ttv_image .overlay__box_clip_img .center__img .center__img__now {
  z-index: 2;
}
.ttv_image .overlay__box_clip_img .bottom__list__box {
  margin: 28px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 82px;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__compare .icon {
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconCompare.png");
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__compare:hover {
  color: #6d4dff;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__compare:hover .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconCompareHover.png");
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__share .icon {
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconShare.png");
  background-size: cover;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__share:hover {
  color: #6d4dff;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__share:hover .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconShareHover.png");
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__download_clip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__download_clip .icon {
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconDownload.png");
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__download_clip:hover {
  color: #6d4dff;
}
.ttv_image .overlay__box_clip_img .bottom__list__box .show__img__download_clip:hover .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconDownloadHover.png");
}
.ttv_image .overlay__box_clip_text {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: -100;
  visibility: hidden;
}
.ttv_image .overlay__box_clip_text.show {
  visibility: visible;
  z-index: 1000;
}
.ttv_image .overlay__box_clip_text .mask__min {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.74;
  z-index: -1;
}
.ttv_image .overlay__box_clip_text .close__btn {
  position: absolute;
  right: 30px;
  top: 33px;
  width: 44px;
  height: 44px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconClose.png");
  border-radius: 44px;
  cursor: pointer;
  z-index: 1;
}
.ttv_image .overlay__box_clip_text .close__btn {
  position: absolute;
  right: 30px;
  top: 33px;
  width: 44px;
  height: 44px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconClose.png");
  border-radius: 44px;
  cursor: pointer;
  z-index: 1;
}
.ttv_image .overlay__box_clip_text .center__video {
  position: relative;
  margin: 0 auto;
}
.ttv_image .overlay__box_clip_text .center__video_169 {
  width: 549px;
  height: 354px;
}
.ttv_image .overlay__box_clip_text .center__video_169 .control_btn_clip {
  width: 46px !important;
}
.ttv_image .overlay__box_clip_text .center__video_916 {
  width: 270px;
  height: 480px;
}
.ttv_image .overlay__box_clip_text .center__video_916 .control_btn_clip {
  width: 144px !important;
}
.ttv_image .overlay__box_clip_text .center__video_11 {
  width: 420px;
  height: 420px;
}
.ttv_image .overlay__box_clip_text .center__video_11 .control_btn_clip {
  width: 65px !important;
}
.ttv_image .overlay__box_clip_text .center__video_43 {
  width: 480px;
  height: 360px;
}
.ttv_image .overlay__box_clip_text .center__video_43 .control_btn_clip {
  width: 54px !important;
}
.ttv_image .overlay__box_clip_text .center__video_34 {
  width: 360px;
  height: 480px;
}
.ttv_image .overlay__box_clip_text .center__video_34 .control_btn_clip {
  width: 85px !important;
}
.ttv_image .overlay__box_clip_text .clip_video {
  width: 100%;
  height: 100%;
  background: #171717;
  -o-object-fit: cover;
     object-fit: cover;
}
.ttv_image .overlay__box_clip_text .overlay_controls_clip {
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px 9px 13px;
  background: rgba(0, 0, 0, 0.45);
}
.ttv_image .overlay__box_clip_text .overlay_controls_clip .control_btn_clip {
  width: 28px;
  height: 28px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/icon_video_play.svg") no-repeat;
  background-size: contain;
  margin-right: 15px;
  cursor: pointer;
}
.ttv_image .overlay__box_clip_text .overlay_controls_clip .control_btn_clip.pause {
  background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/icon_video_pause.svg") no-repeat;
  background-size: contain;
}
.ttv_image .overlay__box_clip_text .overlay_controls_clip .control_btn_clip.loading {
  width: 24px;
  height: 24px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/text-to-video/loading_w.svg") no-repeat;
  background-size: contain;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  pointer-events: none;
}
.ttv_image .overlay__box_clip_text .overlay_controls_clip .control_progress_clip {
  width: 639px;
  height: 6px;
  border-radius: 20px;
  margin-right: 10px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.17);
}
.ttv_image .overlay__box_clip_text .overlay_controls_clip .control_progress_innter_clip {
  width: 1%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: width 50ms;
  transition: width 50ms;
}
.ttv_image .overlay__box_clip_text .overlay_controls_clip .control_time_clip {
  width: 72px;
  height: 22px;
  color: #ffffff;
  text-align: right;
  font: normal normal normal 13px/20px Poppins;
}
.ttv_image .overlay__box_clip_text .center__img .center__img__now {
  z-index: 2;
}
.ttv_image .overlay__box_clip_text .bottom__list__box {
  margin: 28px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 82px;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__compare .icon {
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconCompare.png");
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__compare:hover {
  color: #6d4dff;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__compare:hover .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconCompareHover.png");
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__share .icon {
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconShare.png");
  background-size: cover;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__share:hover {
  color: #6d4dff;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__share:hover .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconShareHover.png");
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__download_clip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  font-size: 12px;
  color: #39325a;
  border-radius: 82px;
  background: #ffffff 0 0 no-repeat padding-box;
  cursor: pointer;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__download_clip .icon {
  width: 25px;
  height: 25px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconDownload.png");
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__download_clip:hover {
  color: #6d4dff;
}
.ttv_image .overlay__box_clip_text .bottom__list__box .show__img__download_clip:hover .icon {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-animation/iconDownloadHover.png");
}

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

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

@media (max-width: 1200px) {
  .limit_dialog {
    background-color: transparent;
  }
  .limit_dialog .dialog_content {
    width: 5.37rem;
    padding: 0.6rem 0.24rem 0.48rem;
    border-radius: 0.13rem;
  }
  .limit_dialog .dialog_content .close_icon {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.14rem;
    right: 0.18rem;
    cursor: default;
  }
  .limit_dialog .dialog_content .limit_container {
    display: block;
  }
  .limit_dialog .dialog_content .limit_container .limit_icon {
    width: 1.24rem;
    height: 1.24rem;
    margin: 0 auto;
    margin-bottom: 0.1rem;
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/m_win_icon_no_times.svg");
  }
  .limit_dialog .dialog_content .limit_container .limit_title {
    text-align: center;
    color: #39325a;
    font: normal normal 700 0.34rem/0.52rem Poppins;
    margin-bottom: 0.2rem;
  }
  .limit_dialog .dialog_content .limit_container .limit_des {
    text-align: center;
    padding: 0 0.13rem;
    min-height: initial;
    margin-bottom: 0.24rem;
    color: #39325a;
    font: normal normal 300 0.28rem/0.42rem Poppins;
  }
  .limit_dialog .dialog_content .limit_container .limit_des .bold {
    font: normal normal 700 0.28rem/0.42rem Poppins;
  }
  .limit_dialog .dialog_content .limit_container .limit_des .red {
    color: #e22f2f;
    font: normal normal 700 0.28rem/0.42rem Poppins;
  }
  .limit_dialog .dialog_content .limit_btn {
    display: block;
  }
  .limit_dialog .dialog_content .limit_btn .water_btn {
    padding: 0;
    width: 4.4rem;
    height: 0.68rem;
    border-radius: 0.34rem;
    margin: 0 auto 0.16rem;
    font: normal normal 500 0.24rem/35px Poppins;
  }
  .limit_dialog .dialog_content .limit_btn .water_btn:hover {
    background-color: #fff;
  }
  .limit_dialog .dialog_content .limit_btn .upgrade_btn {
    padding: 0;
    width: 4.4rem;
    height: 0.68rem;
    border-radius: 0.34rem;
    margin: 0 auto;
  }
  .limit_dialog .dialog_content .limit_btn .upgrade_btn .upgrade_icon {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.16rem;
  }
  .limit_dialog .dialog_content .limit_btn .upgrade_btn .upgrade_text {
    color: #39325a;
    font: normal normal 500 0.24rem/35px Poppins;
  }
  .limit_dialog.not_enough {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .limit_dialog.not_enough .limit_container .limit_icon {
    width: 50px;
    height: 44px;
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/m_win_icon_not_enough.svg");
  }
  .limit_dialog.water {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .limit_dialog.water .limit_container .limit_icon {
    width: 52px;
    height: 50px;
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/m_win_icon_water.svg");
  }
}
.option_item {
  position: relative;
  padding-left: 26px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.option_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #282e48;
  border-radius: 50%;
}
.option_item .option_text {
  color: #282e48;
  font: normal normal 500 14px/21px Poppins;
  margin-right: 12px;
}
.option_item .option_switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}
.option_item .option_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.option_item .option_switch input:checked + .slider {
  background-color: #6d4dff;
}
.option_item .option_switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #6d4dff;
          box-shadow: 0 0 1px #6d4dff;
}
.option_item .option_switch input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}
.option_item .option_switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d1c8ff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}
.option_item .option_switch .slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.option_item .option_pro {
  margin-left: 12px;
  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;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffed86;
}
.option_item .option_pro .pro_icon {
  width: 12px;
  height: 12px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/icon_pro.svg");
  background-size: 100%;
}
.option_item .choose_option {
  position: relative;
}
.option_item .choose_option .select_default {
  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;
  height: 29px;
  padding-left: 8px;
  padding-right: 6px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  cursor: pointer;
}
.option_item .choose_option .select_default .select_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 22px;
}
.option_item .choose_option .select_default .select_text {
  color: #8b3dff;
  font: normal normal 400 13px/20px Roboto;
}
.option_item .choose_option .select_default .select_down {
  width: 18px;
  height: 18px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/icon_down.svg");
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.option_item .choose_option .select_default:hover {
  outline: 1px solid #8b3dff;
}
.option_item .choose_option .select_menu {
  position: absolute;
  display: none;
  left: 0;
  top: 34px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1215686275);
  z-index: 1;
  padding: 8px 6px;
  width: 140px;
}
.option_item .choose_option .select_menu .m_close,
.option_item .choose_option .select_menu .m_title,
.option_item .choose_option .select_menu .m_select_btn {
  display: none;
}
.option_item .choose_option .select_menu .select_item {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  padding-left: 6px;
  height: 32px;
  cursor: pointer;
}
.option_item .choose_option .select_menu .select_item:last-child {
  margin-bottom: 0;
}
.option_item .choose_option .select_menu .select_item .item_select_icon {
  width: 12px;
  height: 12px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/icon_select1.svg");
  background-size: 100%;
  margin-right: 8px;
  visibility: hidden;
}
.option_item .choose_option .select_menu .select_item .item_text {
  color: #282e48;
  font: normal normal 400 13px/18px Roboto;
}
.option_item .choose_option .select_menu .select_item:hover {
  background-color: rgba(40, 46, 72, 0.06);
}
.option_item .choose_option .select_menu .select_item.active {
  background-color: rgba(139, 61, 255, 0.1);
}
.option_item .choose_option .select_menu .select_item.active .item_select_icon {
  visibility: visible;
}
.option_item .choose_option .select_menu .select_item.active .item_text {
  color: #8b3dff;
}
.option_item .choose_option.active .select_default .select_down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.option_item .choose_option.active .select_menu {
  display: block;
}
.option_item#quality_option {
  margin-top: 16px;
}
.option_item.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video_des {
  margin-top: 20px;
  padding: 0 12px;
}
.video_des .des_title {
  position: relative;
  padding-left: 14px;
  color: #282e48;
  font: normal normal 500 14px/19px Poppins;
}
.video_des .des_title span {
  color: #a1a4b3;
  font: normal normal 400 14px/19px Poppins;
}
.video_des .des_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #282e48;
  border-radius: 50%;
}
.video_des .des_content {
  margin-top: 8px;
  width: 100%;
  height: 135px;
  padding: 13px 16px 28px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.video_des .des_content textarea {
  resize: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
  color: #282e48;
  font-weight: 400;
  font-size: 14px;
  font-family: Poppins;
}
.video_des .des_content textarea:focus-visible {
  outline: none;
}
.video_des .des_content textarea::-webkit-input-placeholder {
  color: #8b8b8b;
  font: normal normal 400 14px/21px Poppins;
}
.video_des .des_content textarea::-moz-placeholder {
  color: #8b8b8b;
  font: normal normal 400 14px/21px Poppins;
}
.video_des .des_content textarea:-ms-input-placeholder {
  color: #8b8b8b;
  font: normal normal 400 14px/21px Poppins;
}
.video_des .des_content textarea::-ms-input-placeholder {
  color: #8b8b8b;
  font: normal normal 400 14px/21px Poppins;
}
.video_des .des_content textarea::placeholder {
  color: #8b8b8b;
  font: normal normal 400 14px/21px Poppins;
}
.video_des .des_content .input_num {
  position: absolute;
  right: 14px;
  bottom: 6px;
  color: #8b8b8b;
  font: normal normal 500 13px/20px Poppins;
}
.video_des .des_content .input_num.word_err {
  color: #ee1a3d;
}

@media (max-width: 1200px) {
  .option_item {
    padding-left: 0.5rem;
    margin-top: 0.32rem;
  }
  .option_item::before {
    left: 0.3rem;
    width: 0.08rem;
    height: 0.08rem;
  }
  .option_item .option_text {
    color: #39325a;
    font: normal normal 500 0.24rem/0.33rem Poppins;
    margin-right: 0.16rem;
  }
  .option_item .option_switch {
    width: 0.72rem;
    height: 0.4rem;
  }
  .option_item .option_switch input:checked + .slider:before {
    -webkit-transform: translateX(0.28rem);
    transform: translateX(0.28rem);
  }
  .option_item .option_switch .slider {
    border-radius: 0.2rem;
  }
  .option_item .option_switch .slider:before {
    width: 0.28rem;
    height: 0.28rem;
    left: 0.08rem;
    bottom: 0.06rem;
  }
  .option_item .option_pro {
    margin-left: 0.24rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .option_item .option_pro .pro_icon {
    width: 0.22rem;
    height: 0.22rem;
  }
  .option_item .choose_option .select_default {
    height: 0.48rem;
    padding-left: 0.2rem;
    padding-right: 0.12rem;
  }
  .option_item .choose_option .select_default .select_info {
    padding-right: 0.36rem;
  }
  .option_item .choose_option .select_default .select_text {
    font: normal normal 500 0.24rem/0.33rem Poppins;
  }
  .option_item .choose_option .select_default .select_down {
    width: 0.2rem;
    height: 0.2rem;
  }
  .option_item .choose_option .select_default:hover {
    outline: none;
  }
  .option_item .choose_option .select_item {
    border-radius: 0.04rem;
    margin-bottom: 0.12rem;
    padding-left: 0.12rem;
    height: 0.64rem;
  }
  .option_item .choose_option .select_item .item_select_icon {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.16rem;
  }
  .option_item .choose_option .select_item .item_text {
    font: normal normal 500 0.32rem/0.43rem Roboto;
  }
  .option_item .choose_option .select_item:hover {
    background-color: transparent;
  }
  .option_item .choose_option .select_item.active {
    background-color: rgba(139, 61, 255, 0.1);
  }
  .option_item .choose_option .select_item.active .item_select_icon {
    visibility: visible;
  }
  .option_item .choose_option .select_item.active .item_text {
    color: #8b3dff;
  }
  .option_item#quality_option {
    margin-top: 0.32rem;
  }
  .video_des {
    margin-top: 0.42rem;
    padding: 0 0.3rem;
  }
  .video_des .des_title {
    color: #39325a;
    font: normal normal 500 0.24rem/0.33rem Poppins;
  }
  .video_des .des_title span {
    font: normal normal 400 0.24rem/0.33rem Poppins;
  }
  .video_des .des_title::before {
    width: 0.08rem;
    height: 0.08rem;
  }
  .video_des .des_content {
    margin-top: 0.16rem;
    height: 2.04rem;
    padding: 0.17rem 0.18rem 0.44rem;
    border-radius: 0.1rem;
  }
  .video_des .des_content textarea {
    font-size: 0.24rem;
  }
  .video_des .des_content textarea::-webkit-input-placeholder {
    font-size: 0.24rem;
  }
  .video_des .des_content textarea::-moz-placeholder {
    font-size: 0.24rem;
  }
  .video_des .des_content textarea:-ms-input-placeholder {
    font-size: 0.24rem;
  }
  .video_des .des_content textarea::-ms-input-placeholder {
    font-size: 0.24rem;
  }
  .video_des .des_content textarea::placeholder {
    font-size: 0.24rem;
  }
  .video_des .des_content .input_num {
    right: 0.16rem;
    bottom: 0.16rem;
    font: normal normal 500 0.2rem/0.28rem Poppins;
  }
}
.seo_swiper_container {
  margin-top: 1px;
  width: 100%;
  height: 1570px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/seo_swiper_bg.webp");
  padding-top: 80px;
  background-size: cover;
}
.seo_swiper_container h2 {
  width: 1120px;
  text-align: center;
  margin: 0 auto 24px;
  color: #fff;
  font: normal normal 600 40px/56px Poppins;
}
.seo_swiper_container .common-btn {
  margin: 24px auto;
}
.seo_swiper_container .swiper_tab {
  width: 1280px;
  height: 54px;
  margin: 0 auto 30px;
  border-radius: 28px;
  background-color: rgba(20, 18, 46, 0.36);
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seo_swiper_container .swiper_tab .mob_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}
.seo_swiper_container .swiper_tab .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seo_swiper_container .swiper_tab .tab .tab_icon {
  width: 24px;
  background: no-repeat center;
  background-size: 100%;
  margin-right: 8px;
}
.seo_swiper_container .swiper_tab .tab .tab_icon.tab_icon1 {
  height: 24px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/tab_icon1.svg");
}
.seo_swiper_container .swiper_tab .tab .tab_icon.tab_icon2 {
  height: 22px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/tab_icon2.svg");
}
.seo_swiper_container .swiper_tab .tab .tab_icon.tab_icon3 {
  height: 19px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/tab_icon3.svg");
}
.seo_swiper_container .swiper_tab .tab .tab_icon.tab_icon4 {
  height: 24px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/tab_icon4.svg");
}
.seo_swiper_container .swiper_tab .tab .tab_text {
  color: #F0F0F0;
  font: normal normal 300 16px/30px Poppins;
}
.seo_swiper_container .swiper_seo_content {
  width: 1223px;
  height: 588px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #654CBD;
  -webkit-box-shadow: 0px 10px 52px rgba(172, 99, 251, 0.4784313725);
          box-shadow: 0px 10px 52px rgba(172, 99, 251, 0.4784313725);
  border-radius: 28px;
  border: 22px solid #654CBD;
  overflow: hidden;
}
.seo_swiper_container .swiper_seo_content .swiper-slide {
  width: 1179px;
  height: 544px;
}
.seo_swiper_container .swiper_seo_content .swiper-slide img {
  width: 100%;
  height: 100%;
}
.seo_swiper_container .m_swiper_seo_content {
  display: none;
}
.seo_swiper_container .no_idea {
  width: 1600px;
  margin: 58px auto 0;
}
.seo_swiper_container .no_idea .no_idea_text {
  margin-bottom: 60px;
  color: #F0F0F0;
  width: 393px;
  font: normal normal 400 28px/40px Poppins;
}
.seo_swiper_container .no_idea .no_idea_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.seo_swiper_container .no_idea .no_idea_content .no_idea_video {
  width: 460px;
  height: 253px;
  border-radius: 10px;
}
.seo_swiper_container .no_idea .no_idea_content .no_idea_video.video2 {
  width: 560px;
  height: 326px;
  -webkit-transform: translateY(-103px);
          transform: translateY(-103px);
}
.seo_swiper_container .m_no_idea {
  display: none;
}

@media (max-width: 1200px) {
  .seo_swiper_container {
    height: 18.14rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/m_seo_swiper_bg.webp");
    background-size: cover;
    padding-top: 0.9rem;
  }
  .seo_swiper_container h2 {
    width: 6.3rem;
    margin-bottom: 0.56rem;
    font: normal normal 600 0.44rem/0.81rem Poppins;
  }
  .seo_swiper_container .swiper_tab {
    width: 7rem;
    height: 1.08rem;
    border-radius: 0.54rem;
    padding: 0 0.5rem;
    overflow: hidden;
    margin-bottom: 0.36rem;
  }
  .seo_swiper_container .swiper_tab .mob_container {
    height: 1.48rem;
    overflow-x: auto;
    padding-top: 0.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0rem;
  }
  .seo_swiper_container .swiper_tab .tab .tab_icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 0.48rem;
    margin-right: 0.16rem;
  }
  .seo_swiper_container .swiper_tab .tab .tab_icon.tab_icon1 {
    height: 0.48rem;
  }
  .seo_swiper_container .swiper_tab .tab .tab_icon.tab_icon2 {
    height: 0.44rem;
  }
  .seo_swiper_container .swiper_tab .tab .tab_icon.tab_icon3 {
    height: 0.38rem;
  }
  .seo_swiper_container .swiper_tab .tab .tab_icon.tab_icon4 {
    height: 0.48rem;
  }
  .seo_swiper_container .swiper_tab .tab .tab_text {
    width: 3rem;
    color: #F0F0F0;
    font: normal normal 300 0.28rem/0.38rem Poppins;
  }
  .seo_swiper_container .swiper_seo_content {
    display: none;
  }
  .seo_swiper_container .m_swiper_seo_content {
    width: 7rem;
    height: 4.66rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #654CBD;
    -webkit-box-shadow: 0px 10px 52px rgba(172, 99, 251, 0.4784313725);
            box-shadow: 0px 10px 52px rgba(172, 99, 251, 0.4784313725);
    border-radius: 0.2rem;
    border: 0.18rem solid #654CBD;
    overflow: hidden;
  }
  .seo_swiper_container .m_swiper_seo_content .swiper-slide {
    width: 6.66rem;
    height: 4.32rem;
  }
  .seo_swiper_container .m_swiper_seo_content .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .seo_swiper_container .no_idea {
    display: none;
  }
  .seo_swiper_container .m_no_idea {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 0.64rem;
  }
  .seo_swiper_container .m_no_idea .no_idea_text {
    width: 5.11rem;
    text-align: center;
    margin: 0 auto 0.46rem;
    color: #F0F0F0;
    font: normal normal 400 0.34rem/0.48rem Poppins;
  }
  .seo_swiper_container .m_no_idea .no_idea_content .swiper-slide {
    width: 5.6rem;
    height: 3.26rem;
  }
  .seo_swiper_container .m_no_idea .no_idea_content .swiper-slide video {
    width: 100%;
    height: 100%;
  }
}
.seo-model-list-content {
  background-color: #1E1D2A;
  padding: 100px 0 110px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/model_wire.webp");
  background-repeat: no-repeat;
  background-position: center bottom 30px;
  background-size: contain;
}
.seo-model-list-content .seo-model-list-title {
  width: 870px;
  margin: 0 auto 60px;
  text-align: center;
  font: normal normal 600 40px/56px Poppins;
  color: #FFFFFF;
}
.seo-model-list-content .seo-model-list {
  width: 1364px;
  margin: 0 auto;
  background-color: #15141D;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/seo_model_bg.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  border-radius: 20px;
  padding: 60px 70px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 86px;
}
.seo-model-list-content .seo-model-item {
  display: block;
  width: 351px;
}
.seo-model-list-content .seo-model-item.m-show {
  display: none;
}
.seo-model-list-content .seo-model-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.seo-model-list-content .seo-model-item-title img {
  width: 50px;
  display: block;
}
.seo-model-list-content .seo-model-item-title p {
  font: normal normal 600 18px/27px Poppins;
  color: #FFFFFF;
}
.seo-model-list-content .seo-model-item-desc {
  font: normal normal 300 16px/25px Poppins;
  color: #E5E5E5;
}

@media screen and (max-width: 1200px) {
  .seo-model-list-content {
    background-color: #1E1D2A;
    padding: 1.1rem 0;
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/model_m_wire.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
  .seo-model-list-content .seo-model-list-title {
    width: 6.3rem;
    margin: 0 auto 0.8rem;
    text-align: center;
    font: normal normal 600 0.44rem/0.8rem Poppins;
    color: #FFFFFF;
  }
  .seo-model-list-content .seo-model-list {
    width: 6.78rem;
    margin: 0 auto;
    background-color: #15141D;
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/model_m_bg.webp");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    border-radius: 0.4rem;
    padding: 0.6rem 0.43rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.64rem;
    -webkit-column-gap: 0.64rem;
       -moz-column-gap: 0.64rem;
            column-gap: 0.64rem;
  }
  .seo-model-list-content .seo-model-item {
    display: block;
    width: 1rem;
  }
  .seo-model-list-content .seo-model-item.m-show {
    display: block;
  }
  .seo-model-list-content .seo-model-item-title {
    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;
    gap: 0.16rem;
    margin-bottom: 0;
  }
  .seo-model-list-content .seo-model-item-title img {
    width: 100%;
    display: block;
  }
  .seo-model-list-content .seo-model-item-title p {
    font: normal normal 300 0.24rem/0.35rem Poppins;
    color: #FFFFFF;
    text-align: center;
  }
  .seo-model-list-content .seo-model-item-desc {
    display: none;
  }
}
.related-tools {
  padding: 88px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
}
.related-tools-h2 {
  max-width: 1224px;
  text-align: center;
  font: normal normal 600 40px/56px Poppins;
  color: #000000;
}
.related-tools-desc {
  width: 1086px;
  margin-top: 16px;
  text-align: center;
  font: normal normal 300 18px/35px Poppins;
  letter-spacing: 0.36px;
  color: #000000;
}
.related-tools-content {
  width: 1242px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 30px;
}
.related-tools-item {
  width: calc((100% - 60px) / 3);
  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;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #d4ccff;
}
@media (min-width: 1201px) {
  .related-tools-item:hover .item-text {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.related-tools-item .item-container {
  width: 100%;
  pointer-events: none;
  cursor: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.related-tools-item .item-container .item-img {
  width: 100%;
  height: 228px;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.related-tools-item .item-container .item-name {
  margin: 12px 0 18px;
  text-align: center;
  font: normal normal 600 20px/34px Poppins;
  color: #514b59;
}
.related-tools-item .item-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(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;
  padding: 24px 18px;
  background: linear-gradient(119deg, #df3dff 0%, #8b3dff 100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  pointer-events: auto;
  cursor: pointer;
}
.related-tools-item .item-text-title {
  text-align: center;
  font: normal normal 600 20px/57px Poppins;
  color: #ffffff;
}
.related-tools-item .item-text-desc {
  min-height: 110px;
  text-align: center;
  font: normal normal 300 14px/25px Poppins;
  color: #ffffff;
}
.related-tools-item .item-text-icon {
  height: 46px;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .related-tools {
    padding: 0.88rem 0.6rem;
  }
  .related-tools-h2 {
    max-width: 100%;
    font: normal normal 600 0.44rem/0.81rem Poppins;
  }
  .related-tools-desc {
    width: 100%;
    margin-top: 0.32rem;
    font: normal normal 300 0.28rem/0.55rem Poppins;
  }
  .related-tools-content {
    width: 100%;
    margin-top: 0.5rem;
    gap: 0.3rem 0.2rem;
  }
  .related-tools-item {
    width: calc((100% - 0.2rem) / 2);
    border-radius: 0.2rem;
    border: 0.01rem solid #d4ccff;
  }
  .related-tools-item .item-container {
    pointer-events: auto;
    cursor: pointer;
  }
  .related-tools-item .item-container .item-img {
    height: 1.76rem;
  }
  .related-tools-item .item-container .item-name {
    margin: 0.24rem 0 0.36rem;
    font: normal normal 600 0.2rem/0.36rem Poppins;
    letter-spacing: 0;
  }
  .related-tools-item .item-text {
    display: none;
    visibility: none;
  }
  .related-tools .page-box4-inner {
    max-width: 6.3rem;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .related-tools .page-box4-inner .show-img-box .img-item {
    cursor: pointer;
    width: 3.05rem;
    height: 2.28rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem;
    border: 1px solid #d4ccff;
  }
  .related-tools .page-box4-inner .show-img-box .img-item .bef-box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .related-tools .page-box4-inner .show-img-box .img-item .bef-box img {
    height: 1.76rem;
  }
  .related-tools .page-box4-inner .show-img-box .img-item .bef-box .img-name {
    font: normal normal 600 0.22rem/0.48rem Poppins;
    color: #514c59;
  }
  .related-tools .page-box4-inner .show-img-box .img-item .aft-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    background: transparent linear-gradient(119deg, #df3dff 0%, #8b3dff 100%) 0% 0% no-repeat padding-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.32rem 0.15rem;
    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;
  }
  .related-tools .page-box4-inner .show-img-box .img-item .aft-box h3 {
    font: normal normal 600 0.2rem/0.57rem Poppins;
    color: #ffffff;
  }
  .related-tools .page-box4-inner .show-img-box .img-item .aft-box p {
    font: normal normal 300 0.16rem/0.25rem Poppins;
    color: #ffffff;
    text-align: center;
  }
  .related-tools .page-box4-inner .show-img-box .img-item .aft-box img {
    height: 0.46rem;
    margin-top: 0.2rem;
  }
}
.case {
  width: 100%;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/seo_swiper_bg.webp") no-repeat center/cover;
  padding: 80px 0 120px;
  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;
}
.case .h2-title {
  width: 1086px;
  text-align: center;
  font: normal normal 600 40px/56px Poppins;
  color: #ffffff;
}
.case-tab-box {
  margin-top: 36px;
  background: rgba(20, 18, 46, 0.36);
  border-radius: 28px;
  padding: 0 40px;
}
.case-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  padding: 15px 0;
}
.case-tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-tab-item-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}
.case-tab-item-text {
  font: normal normal 300 16px/30px Poppins;
  color: #f0f0f0;
}
.case-content {
  width: 912px;
  margin: 40px auto 0;
  position: relative;
}
.case-content .case-swiper {
  width: 100%;
  height: auto;
}
.case-content .case-swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-content .case-swiper .swiper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 22px 40px;
  background: transparent linear-gradient(152deg, #3e2e73 0%, #301c74 100%) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  border-radius: 28px;
}
.case-content .case-swiper .swiper-content .tag {
  position: absolute;
  top: 8px;
  min-width: 69px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(16, 0, 71, 0.3019607843);
  border: 0.5px solid rgba(255, 255, 255, 0.7019607843);
  border-radius: 28px;
  font: normal normal 500 14px/30px Poppins;
  color: #ffffff;
}
.case-content .case-swiper .swiper-content .swiper-slide-l {
  width: 376px;
  position: relative;
}
.case-content .case-swiper .swiper-content .swiper-slide-l .tag {
  left: 8px;
}
.case-content .case-swiper .swiper-content .swiper-slide-l > img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
.case-content .case-swiper .swiper-content .icon-right {
  width: 40px;
  height: auto;
}
.case-content .case-swiper .swiper-content .swiper-slide-r {
  width: 376px;
  position: relative;
}
.case-content .case-swiper .swiper-content .swiper-slide-r .tag {
  right: 8px;
}
.case-content .case-swiper .swiper-content .swiper-slide-r > video {
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
.case-content .case-swiper .prompt {
  width: 912px;
  margin-top: 24px;
  padding: 20px 45px 20px 18px;
  background: #15122e;
  -webkit-box-shadow: 0px 6px 20px rgba(61, 0, 128, 0.3019607843);
          box-shadow: 0px 6px 20px rgba(61, 0, 128, 0.3019607843);
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-content .case-swiper .prompt-img {
  width: 42px;
  height: 42px;
  margin-right: 14px;
}
.case-content .case-swiper .prompt-title {
  padding-right: 14px;
  margin-right: 14px;
  font: normal normal 500 14px/21px Poppins;
  letter-spacing: -0.28px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.case-content .case-swiper .prompt-desc {
  font: normal normal 300 14px/21px Poppins;
  letter-spacing: -0.28px;
  color: #ffffff;
}
.case-content .swiper-button-next,
.case-content .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #302e47;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  border-radius: 50%;
  cursor: pointer;
  background: #302e47 url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/seo/icon_arrow.svg") no-repeat center/9px 18px;
}
.case-content .swiper-button-next:hover,
.case-content .swiper-button-prev:hover {
  background-color: #3e3c53;
}
.case-content .swiper-button-prev {
  left: -150px;
  -webkit-transform: translateY(calc(-50% - 54px)) rotate(180deg);
          transform: translateY(calc(-50% - 54px)) rotate(180deg);
}
.case-content .swiper-button-next {
  right: -150px;
  -webkit-transform: translateY(calc(-50% - 54px));
          transform: translateY(calc(-50% - 54px));
}

@media (max-width: 1200px) {
  .case {
    width: 100%;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/m_seo_swiper_bg.webp") no-repeat center/cover;
    padding: 0.9rem 0 1.3rem;
  }
  .case .h2-title {
    width: 6.3rem;
    font: normal normal 600 0.44rem/0.81rem Poppins;
  }
  .case-tab-box {
    width: 7rem;
    margin-top: 0.56rem;
    padding: 0 0.5rem;
    overflow: hidden;
    border-radius: 0.54rem;
  }
  .case-tab {
    gap: 0.3rem;
    padding: 0.16rem 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .case-tab::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .case-tab-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .case-tab-item-icon {
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.16rem;
  }
  .case-tab-item-text {
    max-width: 2.82rem;
    font: normal normal 300 0.28rem/0.38rem Poppins;
  }
  .case-content {
    width: 7rem;
    margin: 0.36rem auto 0;
  }
  .case-content .case-swiper .swiper-content {
    gap: 0.08rem;
    padding: 0.17rem 0.16rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.1411764706);
    border-radius: 0.2rem;
  }
  .case-content .case-swiper .swiper-content .tag {
    top: 0.16rem;
    min-width: 1.12rem;
    height: 0.42rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.7019607843);
    border-radius: 28px;
    font: normal normal 500 0.24rem/0.3rem Poppins;
  }
  .case-content .case-swiper .swiper-content .swiper-slide-l {
    width: 3.3rem;
  }
  .case-content .case-swiper .swiper-content .swiper-slide-l .tag {
    left: 0.16rem;
  }
  .case-content .case-swiper .swiper-content .swiper-slide-l > img {
    border-radius: 0.18rem;
  }
  .case-content .case-swiper .swiper-content .icon-right {
    display: none;
  }
  .case-content .case-swiper .swiper-content .swiper-slide-r {
    width: 3.3rem;
  }
  .case-content .case-swiper .swiper-content .swiper-slide-r .tag {
    right: 0.16rem;
  }
  .case-content .case-swiper .swiper-content .swiper-slide-r > video {
    border-radius: 0.18rem;
  }
  .case-content .case-swiper .prompt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 7rem;
    margin-top: 0.2rem;
    padding: 0.2rem;
    -webkit-box-shadow: 0 0.06rem 0.2rem rgba(61, 0, 128, 0.3019607843);
            box-shadow: 0 0.06rem 0.2rem rgba(61, 0, 128, 0.3019607843);
    border: 0.02rem solid rgba(255, 255, 255, 0.1411764706);
    border-radius: 0.16rem;
  }
  .case-content .case-swiper .prompt-img {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.16rem;
  }
  .case-content .case-swiper .prompt-title {
    padding-right: 0;
    margin-right: 0;
    font: normal normal 500 0.24rem/0.35rem Poppins;
    letter-spacing: -0.0048rem;
    border-right: none;
  }
  .case-content .case-swiper .prompt-desc {
    margin-top: 0.1rem;
    padding-top: 0.2rem;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.2);
    font: normal normal 300 0.24rem/0.35rem Poppins;
    letter-spacing: -0.0048rem;
  }
  .case-content .swiper-pagination {
    margin-top: 0.68rem;
    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;
    gap: 0.16rem;
  }
  .case-content .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 0.26;
  }
  .case-content .swiper-pagination-bullet-active {
    opacity: 1;
  }
}