@charset "UTF-8";
@-webkit-keyframes progressgenerate {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70.1% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes progressgenerate {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70.1% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
:root {
  --ratio-width_text: 16;
  --ratio-height_text: 9;
  --ratio-width_image: 16;
  --ratio-height_image: 9;
  --ratio-width_photo: 16;
  --ratio-height_photo: 9;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 32px;
}
.main h1 {
  width: 100%;
  font: normal normal bold 32px/43px Roboto;
  color: #282e48;
  text-align: center;
}
.main .desc {
  text-align: center;
  margin: 10px 0 10px;
  font: normal normal normal 16px/25px Roboto;
  color: #a1a4b3;
}
.main .operate_box {
  width: 492px;
  margin-right: 16px;
  background-color: #fff;
  border-radius: 12px;
  padding: 16px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1200px) {
  .main .operate_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .operate_box .model_nano .iShow {
  display: none !important;
}
.main .operate_box .tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
}
.main .operate_box .tab_box .tab_item {
  position: relative;
  font: normal normal 500 15px/19px Roboto;
  letter-spacing: 0px;
  color: #282e48;
  cursor: pointer;
}
.main .operate_box .tab_box .tab_item .new_item {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 14px;
  background: #ef4747 0% 0% no-repeat padding-box;
  border-radius: 15px;
  font: normal normal bold 8px/14px Poppins;
  color: #fff;
  padding: 0 5px;
  display: none;
}
.main .operate_box .tab_box .tab_item:hover {
  color: rgba(40, 46, 72, 0.7);
}
.main .operate_box .tab_box .tab_item.active {
  color: #8b3dff;
}
.main .operate_box .tab_box .tab_item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 4px;
  background-color: #8b3dff;
  border-radius: 4px;
}
.main .operate_box .operate_container {
  margin-top: 17px;
  background: #f2f1f4;
  border-radius: 8px;
  width: 100%;
  overflow-y: scroll;
  padding: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main .operate_box .operate_container .operate_title {
  font: normal normal 500 14px/19px Roboto;
  color: #282e48;
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: capitalize;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main .operate_box .operate_container .operate_title .icon_up {
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .operate_box .operate_container .operate_title .icon_up.down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main .operate_box .operate_container .op_text_box,
.main .operate_box .operate_container .op_image_box {
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .main .operate_box .operate_container .op_text_box,
.main .operate_box .operate_container .op_image_box {
    margin-bottom: 0.16rem;
  }
}
.main .operate_box .operate_container .op_photo_box {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .main .operate_box .operate_container .op_photo_box {
    margin-bottom: 0.24rem;
  }
}
.main .operate_box .operate_container .op_text_upload_king,
.main .operate_box .operate_container .op_image_upload_king {
  display: none;
}
.main .operate_box .operate_container .operate_upload_king {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 15px 10px 11px;
}
.main .operate_box .operate_container .operate_upload_king .uk_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .operate_box .operate_container .operate_upload_king .uk_header .uk_radio {
  margin-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font: normal normal normal 14px/19px Roboto;
}
.main .operate_box .operate_container .operate_upload_king .uk_header .uk_radio .uk_raido_icon {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #cbcbcb 0% 0% no-repeat padding-box;
  outline: 1px solid #c9c9c9;
  border: 2px solid transparent;
  margin-right: 5px;
}
.main .operate_box .operate_container .operate_upload_king .uk_header .uk_radio.active {
  color: #8b3dff;
}
.main .operate_box .operate_container .operate_upload_king .uk_header .uk_radio.active .uk_raido_icon {
  background: #8b3dff 0% 0% no-repeat padding-box;
}
.main .operate_box .operate_container .operate_upload_king .face_box {
  display: none;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .operate_box .operate_container .operate_upload_king .face_box .face_item {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
}
.main .operate_box .operate_container .operate_upload_king .face_box .face_item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .operate_box .operate_container .operate_upload_king .face_box .face_item.active {
  border: 2px solid #8b3dff;
}
.main .operate_box .operate_container .operate_upload_king[data-type=face] .face_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .operate_box .operate_container .operate_upload_king[data-type=face] .operate_uploadBox.file.faceError .uploadBox_file {
  outline: none;
}
.main .operate_box .operate_container .operate_upload_king[data-type=face] .operate_uploadBox.file.faceError .face_error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .operate_box .operate_container .operate_upload_king.loading {
  pointer-events: none;
}
.main .operate_box .operate_container .operate_uploadBox {
  width: 100%;
  height: 134px;
  margin: 8px 0;
  position: relative;
}
.main .operate_box .operate_container .operate_uploadBox .uploadBox_default {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px 0 37px;
  outline: 2px dashed rgba(161, 164, 179, 0.7);
  border-radius: 8px;
  background: #ffffff 0% 0% no-repeat padding-box;
}
.main .operate_box .operate_container .operate_uploadBox .uploadBox_default .upload_icon {
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
}
.main .operate_box .operate_container .operate_uploadBox .uploadBox_default .upload_title {
  font: normal normal 500 14px/19px Roboto;
  color: #282e48;
  margin-bottom: 6px;
}
.main .operate_box .operate_container .operate_uploadBox .uploadBox_default .upload_text {
  font: normal normal normal 14px/19px Roboto;
  color: #a1a4b3;
}
@media (min-width: 1200px) {
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_default {
    cursor: pointer;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_default:hover {
    opacity: 0.7;
    background: rgba(139, 61, 255, 0.0588235294) 0% 0% no-repeat padding-box;
    outline: 2px dashed #8b3dff;
  }
}
.main .operate_box .operate_container .operate_uploadBox .uploadBox_loading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(139, 61, 255, 0.0588235294) 0% 0% no-repeat padding-box;
  border: 2px dashed #8b3dff;
  border-radius: 8px;
  display: none;
}
.main .operate_box .operate_container .operate_uploadBox .uploadBox_loading img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: loadingRotate 1s linear infinite;
          animation: loadingRotate 1s linear infinite;
}
.main .operate_box .operate_container .operate_uploadBox .uploadBox_file {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
  display: none;
  outline: 1px dashed #a1a4b3;
}
.main .operate_box .operate_container .operate_uploadBox .uploadBox_file .deleteIcon {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 18px;
  height: 18px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/face-swap/icon_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.main .operate_box .operate_container .operate_uploadBox .uploadBox_file img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .operate_box .operate_container .operate_uploadBox .uploadBox_file .face_error {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.main .operate_box .operate_container .operate_uploadBox .uploadBox_file .face_error .face_error_icon {
  width: 19px;
  height: 19px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .operate_box .operate_container .operate_uploadBox .uploadBox_file .face_error .face_error_text {
  font: normal normal bold 14px/19px Roboto;
  color: #ffffff;
  margin: 4px 0 7px;
}
.main .operate_box .operate_container .operate_uploadBox .uploadBox_file .face_error .face_error_btn {
  min-width: 112px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  height: 30px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#8b3dff), to(#561df1)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #8b3dff 0%, #561df1 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font: normal normal normal 14px/19px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  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;
}
@media screen and (min-width: 1200px) {
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_file .face_error .face_error_btn {
    cursor: pointer;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_file .face_error .face_error_btn:hover {
    opacity: 0.7;
  }
}
.main .operate_box .operate_container .operate_uploadBox .dropBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(76, 21, 226, 0.12);
  border: 2px dashed #8b3dff;
  border-radius: 8px;
  opacity: 1;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: normal normal normal 16px/21px Roboto;
  letter-spacing: 0px;
  color: #282e48;
  display: none;
}
.main .operate_box .operate_container .operate_uploadBox.loading .uploadBox_default,
.main .operate_box .operate_container .operate_uploadBox.loading .uploadBox_file {
  display: none;
}
.main .operate_box .operate_container .operate_uploadBox.loading .uploadBox_loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .operate_box .operate_container .operate_uploadBox.file .uploadBox_default,
.main .operate_box .operate_container .operate_uploadBox.file .uploadBox_loading {
  display: none;
}
.main .operate_box .operate_container .operate_uploadBox.file .uploadBox_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .operate_box .operate_container .operate_uploadBox.drop .dropBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .operate_box .operate_container .operate_uploadBox.block {
  width: 160px;
}
.main .operate_box .operate_container .operate_uploadBox.block .uploadBox_default {
  -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;
  padding: 0;
}
.main .operate_box .operate_container .operate_uploadBox.block .uploadBox_default .upload_icon {
  margin-right: 0;
}
.main .operate_box .operate_container .operate_uploadBox.block .upload_title {
  font: normal normal 500 12px/18px Poppins;
  color: #282e48;
  margin-top: 12px;
  margin-bottom: 0;
}
.main .operate_box .operate_container .operate_uploadBox.block .upload_text {
  text-align: center;
}
.main .operate_box .operate_container .upload_box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px;
  gap: 7px;
}
.main .operate_box .operate_container .upload_box .up_item {
  width: 124px;
  height: 124px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}
.main .operate_box .operate_container .upload_box .up_item .res_img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .operate_box .operate_container .upload_box .up_item .up_close {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
.main .operate_box .operate_container .upload_box .up_area {
  width: 124px;
  height: 124px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px dashed #a1a4b3;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  position: relative;
  padding-top: 17px;
}
.main .operate_box .operate_container .upload_box .up_area .add {
  position: relative;
  top: 19px;
  text-align: center;
  font: normal normal 500 12px/18px Poppins;
  color: #282e48;
}
.main .operate_box .operate_container .upload_box .up_area .up_drag_area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(76, 21, 226, 0.12);
  border-radius: 8px;
  opacity: 1;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.main .operate_box .operate_container .upload_box .up_area .up_loading {
  position: absolute;
  width: 100%;
  top: -2px;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: rgba(76, 21, 226, 0.1);
  border: 2px dashed #8b3dff;
  border-radius: 8px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  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;
  display: none;
}
.main .operate_box .operate_container .upload_box .up_area .up_loading img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 9px;
  -webkit-animation: loadingRotate 1.5s linear infinite;
          animation: loadingRotate 1.5s linear infinite;
}
@media screen and (min-width: 1200px) {
  .main .operate_box .operate_container .upload_box .up_area:hover {
    border: 2px dashed #8b3dff;
    background: rgba(139, 61, 255, 0.0588235294) 0% 0% no-repeat padding-box;
  }
}
.main .operate_box .operate_container .upload_box .up_area.drop {
  border-color: #8b3dff;
}
.main .operate_box .operate_container .upload_box .up_area.drop .up_drag_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .operate_box .operate_container .upload_box[data-limit="2"] .up_item {
  display: none;
}
.main .operate_box .operate_container .upload_box[data-limit="2"] .up_item:nth-child(1),
.main .operate_box .operate_container .upload_box[data-limit="2"] .up_item:nth-child(2) {
  display: block;
}
.main .operate_box .operate_container .operate_title_guidance {
  font: normal normal 500 14px/19px Roboto;
  color: #282e48;
  margin: 16px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main .operate_box .operate_container .operate_title_guidance:first-child {
  margin-top: 0;
}
.main .operate_box .operate_container .operate_title_guidance .optional {
  margin-left: 8px;
  font: normal normal normal 14px/19px Roboto;
  color: #a1a4b3;
}
.main .operate_box .operate_container .operate_title_guidance .recommended {
  margin-left: 8px;
  display: inline-block;
  width: 92px;
  height: 20px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#6d4dff), to(#b93dff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #6d4dff 0%, #b93dff 100%) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  font: italic normal bold 11px/15px Roboto;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}
.main .operate_box .operate_container .operate_upload_guidance {
  height: 72px;
}
.main .operate_box .operate_container .operate_upload_guidance .upload_loading {
  height: 72px;
  background-color: rgba(76, 21, 226, 0.1);
  border: 2px solid #fff;
  border-radius: 8px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  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;
  display: none;
}
.main .operate_box .operate_container .operate_upload_guidance .upload_loading img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 9px;
  -webkit-animation: loadingRotate 1.5s linear infinite;
          animation: loadingRotate 1.5s linear infinite;
}
.main .operate_box .operate_container .operate_upload_guidance .upload_result {
  height: 100%;
  border: 2px solid #fff;
  background: white;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 20px;
  position: relative;
  display: none;
}
.main .operate_box .operate_container .operate_upload_guidance .upload_result .upload_icon {
  width: 44px;
  height: 44px;
  position: relative;
  border: 1px solid #a1a4b3;
  cursor: pointer;
}
.main .operate_box .operate_container .operate_upload_guidance .upload_result .upload_icon .close {
  position: absolute;
  top: -8px;
  right: -8px;
}
.main .operate_box .operate_container .operate_upload_guidance .upload_result .upload_icon .resImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .operate_box .operate_container .operate_upload_guidance .upload_result .upload_icon .viewImg {
  position: absolute;
  height: 150px;
  left: calc(100% + 13px);
  bottom: 0;
  display: none;
}
.main .operate_box .operate_container .operate_upload_guidance .upload_result .upload_icon:hover .viewImg {
  display: inline-block;
}
.main .operate_box .operate_container .operate_upload_guidance .upload_result .upload_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font: normal normal normal 14px/19px Roboto;
  color: #a1a4b3;
  margin-left: 12px;
}
.main .operate_box .operate_container .operate_upload_guidance .upload_area {
  height: 100%;
  border: 2px solid #fff;
  background: white;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 20px;
  position: relative;
  cursor: pointer;
}
.main .operate_box .operate_container .operate_upload_guidance .upload_area .upload_icon {
  width: 44px;
  height: 44px;
  border: 1px dashed #a1a4b3;
  border-radius: 4px;
  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;
  color: black;
  font-size: 20px;
}
.main .operate_box .operate_container .operate_upload_guidance .upload_area .upload_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font: normal normal normal 14px/19px Roboto;
  color: #a1a4b3;
  margin-left: 12px;
}
.main .operate_box .operate_container .operate_upload_guidance .upload_area .upload_drag_area {
  position: absolute;
  width: 100%;
  height: 72px;
  background: rgba(76, 21, 226, 0.12);
  border: 2px dashed #8b3dff;
  border-radius: 8px;
  opacity: 1;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.main .operate_box .operate_container .operate_upload_guidance .upload_area:hover {
  border: 2px solid #8b3dff;
}
.main .operate_box .operate_container .operate-wrap {
  width: 100%;
  background: #f2f3f4;
  border-radius: 8px;
  position: relative;
  margin-bottom: 12px;
}
.main .operate_box .operate_container .operate-wrap .model-selector {
  position: relative;
}
.main .operate_box .operate_container .operate-wrap .model-selector.active .model-selected-wrapper > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main .operate_box .operate_container .operate-wrap .model-selector.active .model-select-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-pro-tag {
  padding: 3px 8px 2px 7px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#f4d01b), to(#ff9362)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(90deg, #f4d01b 0%, #ff9362 100%) 0 0 no-repeat padding-box;
  border-radius: 99px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: italic normal bold 11px/15px Roboto;
  color: #ffffff;
  margin: 0 8px;
  text-transform: uppercase;
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-selected-wrapper {
  height: 84px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 24px;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-selected-wrapper > img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-start: 32px;
          margin-inline-start: 32px;
}
@media screen and (min-width: 1200px) {
  .main .operate_box .operate_container .operate-wrap .model-selector .model-selected-wrapper:hover {
    border: 2px solid #8b3dff;
  }
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-select-list {
  position: absolute;
  top: calc(100% + 12px);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1215686275);
  border-radius: 6px;
  z-index: 1;
  width: 100%;
  padding: 12px 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-select-list .model-select-list-title {
  font: normal normal bold 16px/21px Roboto;
  color: #282e48;
  margin-bottom: 7px;
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-select-list .model-item {
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 6px;
  border: 2px solid transparent;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
@media screen and (min-width: 1200px) {
  .main .operate_box .operate_container .operate-wrap .model-selector .model-select-list .model-item:not(.active):hover {
    background-color: rgba(40, 46, 72, 0.06);
  }
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-select-list .model-item.active {
  border-color: #8b3dff;
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-select-list .model-item.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 24px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/gen/common/icon_select_model.svg");
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-item > img {
  width: 32px;
  height: 32px;
  display: block;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-item .model-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal normal 500 13px/18px Roboto;
  color: #282e48;
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-item .model_icon_new {
  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 8px;
  height: 20px;
  border-radius: 11px;
  margin-left: 8px;
  color: #fff;
  font: italic normal 700 11px/13px Roboto;
  background: transparent -webkit-gradient(linear, left top, right top, from(#6d4dff), color-stop(76%, #9445ff), to(#b53eff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #6d4dff 0%, #9445ff 76%, #b53eff 100%) 0% 0% no-repeat padding-box;
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-item .model-desc {
  margin: 5px 0;
  font: normal normal normal 12px/16px Roboto;
  color: #a1a4b3;
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-item .model_tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.main .operate_box .operate_container .operate-wrap .model-selector .model-item .model_tag {
  border: 0.5px solid #a1a4b3;
  border-radius: 4px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px;
  font: normal normal normal 11px/13px Roboto;
  color: #a1a4b3;
}
.main .operate_box .operate_container .operate_description {
  width: 100%;
  min-height: 134px;
  padding: 12px;
  position: relative;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e9ecf6;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .main .operate_box .operate_container .operate_description:hover {
    border: 1px solid #8b3dff;
  }
}
.main .operate_box .operate_container .operate_description.generate {
  pointer-events: none;
  opacity: 0.5;
}
.main .operate_box .operate_container .operate_description.generate .generateAi img {
  -webkit-animation: loadingRotate 1.5s linear infinite;
          animation: loadingRotate 1.5s linear infinite;
  content: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/icon_loading.svg");
}
.main .operate_box .operate_container .image_description {
  width: 100% !important;
  min-height: 82px;
  max-height: 271px;
  color: #282e48;
  border: none;
  outline: none;
  font: normal normal normal 14px/19px Roboto;
}
.main .operate_box .operate_container .image_description::-webkit-input-placeholder {
  color: #a1a4b3;
}
.main .operate_box .operate_container .image_description::-moz-placeholder {
  color: #a1a4b3;
}
.main .operate_box .operate_container .image_description:-ms-input-placeholder {
  color: #a1a4b3;
}
.main .operate_box .operate_container .image_description::-ms-input-placeholder {
  color: #a1a4b3;
}
.main .operate_box .operate_container .image_description::placeholder {
  color: #a1a4b3;
}
.main .operate_box .operate_container .image_description::-webkit-scrollbar {
  display: none;
  /* 隐藏Chrome和Safari浏览器的滚动条 */
}
.main .operate_box .operate_container .image_description:focus-visible {
  border: none;
  outline: none;
}
.main .operate_box .operate_container .image_description::-webkit-resizer {
  display: none;
}
.main .operate_box .operate_container .icon_resize {
  width: 16px;
  cursor: ns-resize;
  height: 16px;
  position: absolute;
  bottom: 36px;
  right: 12px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/icon_resize.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .main .operate_box .operate_container .icon_resize {
    bottom: 0.85rem;
  }
}
.main .operate_box .operate_container .desc_footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .operate_box .operate_container .desc_footer .maxLength {
  font: normal normal normal 13px/18px Roboto;
  color: #8b8b8b;
}
.main .operate_box .operate_container .desc_footer .maxLength span {
  font: normal normal normal 13px/18px Roboto;
  color: #8b8b8b;
}
.main .operate_box .operate_container .desc_footer .maxLength.error {
  color: #ee1a3d;
}
.main .operate_box .operate_container .desc_footer .maxLength.error span {
  color: #ee1a3d;
}
.main .operate_box .operate_container .desc_footer .generateAi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  font: normal normal normal 13px/18px Roboto;
  color: #8b3dff;
  cursor: pointer;
}
.main .operate_box .operate_container .desc_footer .generateAi img {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .main .operate_box .operate_container .desc_footer .generateAi:hover {
    opacity: 0.7;
  }
}
.main .operate_box .operate_container .desc_random_prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.main .operate_box .operate_container .desc_random_prompt .prompt_text {
  width: 100%;
  gap: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main .operate_box .operate_container .desc_random_prompt span {
  font: normal normal normal 13px/18px Roboto;
  letter-spacing: 0px;
  color: #767a8d;
}
.main .operate_box .operate_container .desc_random_prompt span[data-value] {
  cursor: pointer;
}
.main .operate_box .operate_container .desc_random_prompt .random_icon {
  margin-left: 12px;
  width: 20px;
  height: 17px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .main .operate_box .operate_container .desc_random_prompt .random_icon:hover path {
    stroke: #8b3dff;
  }
}
.main .operate_box .operate_container .operate_quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .operate_box .operate_container .operate_quantity .quantity_item {
  width: 42px;
  height: 42px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: normal normal normal 13px/18px Roboto;
  cursor: pointer;
  color: #282e48;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .main .operate_box .operate_container .operate_quantity .quantity_item:hover {
    border: 1px solid #8b3dff;
  }
}
.main .operate_box .operate_container .operate_quantity .quantity_item.active {
  border: 2px solid #8b3dff;
}
.main .operate_box .operate_container .operate_ratio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 1200px) {
  .main .operate_box .operate_container .operate_ratio {
    gap: 0.1rem;
  }
}
.main .operate_box .operate_container .operate_ratio .ratio_item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 6px;
  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;
  font: normal normal normal 13px/18px Roboto;
  cursor: pointer;
  color: #282e48;
}
.main .operate_box .operate_container .operate_ratio .ratio_item img {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  .main .operate_box .operate_container .operate_ratio .ratio_item:hover {
    border: 1px solid #8b3dff;
  }
}
@media screen and (max-width: 1200px) {
  .main .operate_box .operate_container .operate_ratio .ratio_item {
    font: normal normal 500 0.26rem/0.34rem Roboto;
  }
}
.main .operate_box .operate_container .operate_ratio .ratio_item.active {
  border: 2px solid #8b3dff;
}
.main .operate_box .operate_container .operate_dimension {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .operate_box .operate_container .operate_dimension .dimension_item {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 6px;
  height: 64px;
  padding: 12px 16px 0;
  min-width: 111px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: normal normal 500 13px/18px Roboto;
  letter-spacing: 0px;
  color: #282e48;
  position: relative;
  cursor: pointer;
}
.main .operate_box .operate_container .operate_dimension .dimension_item span + span {
  margin-top: 8px;
}
.main .operate_box .operate_container .operate_dimension .dimension_item .pro_icon {
  background: transparent -webkit-gradient(linear, right top, left top, from(#ff9463), to(#f4d228)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #ff9463 0%, #f4d228 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  height: 20px;
  padding: 0 10px;
  font: italic normal bold 11px/20px Roboto;
  color: #ffffff;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  right: 0;
  display: none;
}
.main .operate_box .operate_container .operate_dimension .dimension_item.pro .pro_icon {
  display: block;
}
.main .operate_box .operate_container .operate_dimension .dimension_item + .dimension_item {
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .main .operate_box .operate_container .operate_dimension .dimension_item:hover {
    outline: 1px solid #8b3dff;
  }
}
.main .operate_box .operate_container .operate_dimension .dimension_item.active {
  outline: 2px solid #8b3dff;
}
.main .operate_box .operate_container .operate_Unwanted {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  height: 120px;
  padding: 12px;
  padding-bottom: 30px;
  border: 1px solid #e9ecf6;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 6px;
}
@media (min-width: 1200px) {
  .main .operate_box .operate_container .operate_Unwanted:hover {
    border: 1px solid #8b3dff;
  }
}
.main .operate_box .operate_container #unwantedContent {
  background: #ffffff 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  color: #282e48;
  outline: none;
  border: none;
  resize: none;
  font: normal normal normal 14px/19px Roboto;
}
.main .operate_box .operate_container #unwantedContent::-webkit-input-placeholder {
  color: #a1a4b3;
}
.main .operate_box .operate_container #unwantedContent::-moz-placeholder {
  color: #a1a4b3;
}
.main .operate_box .operate_container #unwantedContent:-ms-input-placeholder {
  color: #a1a4b3;
}
.main .operate_box .operate_container #unwantedContent::-ms-input-placeholder {
  color: #a1a4b3;
}
.main .operate_box .operate_container #unwantedContent::placeholder {
  color: #a1a4b3;
}
.main .operate_box .operate_container #unwantedContent::-webkit-scrollbar {
  display: none;
  /* 隐藏Chrome和Safari浏览器的滚动条 */
}
.main .operate_box .operate_container #unwantedContent:focus-visible {
  border: none;
  outline: none;
}
.main .operate_box .operate_container .unwantedNum {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font: normal normal normal 12px/16px Roboto;
  color: #a1a4b3;
}
.main .operate_box .operate_container .unwantedNum span {
  font: normal normal normal 12px/16px Roboto;
  color: #a1a4b3;
}
.main .operate_box .operate_container .unwantedNum.error {
  color: #ee1a3d;
}
.main .operate_box .operate_container .unwantedNum.error span {
  color: #ee1a3d;
}
.main .operate_box .operate_container .operate_effect {
  width: 100%;
  position: relative;
  height: 220px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: cover;
}
.main .operate_box .operate_container .operate_effect .effect_name {
  font: normal normal 500 20px/26px Roboto;
  color: #ffffff;
  z-index: 1;
}
.main .operate_box .operate_container .operate_effect .change_effect {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 4px;
  height: 30px;
  padding: 0 8px;
  font: normal normal 500 13px/18px Roboto;
  color: #ffffff;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.39);
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.main .operate_box .operate_container .operate_effect .change_effect img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .operate_box .operate_container .operate_effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.2);
}
.main .operate_box .operate_container .style_tip {
  font: normal normal normal 12px/16px Roboto;
  color: #a1a4b3;
  padding: 4px 0;
  display: none;
}
.main .operate_box .operate_container .operate_upload_effect {
  display: none;
}
.main .operate_box .operate_container .operate_upload_effect.upload_t {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .operate_box .operate_container .operate_upload_effect .photo_icon_add {
  width: 14px;
  height: 14px;
  margin: 0 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main .operate_box .operate_container .op_photo_image[data-quantity="1"] .upload_o {
  display: block;
}
.main .operate_box .operate_container .op_photo_image[data-quantity="2"] .upload_t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .operate_box .operate_footer {
  padding: 4px 0;
}
.main .operate_box .operate_paramBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  padding-top: 16px;
}
.main .operate_box .operate_paramBox .op_param_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 38px;
  border: 2px solid rgba(226, 226, 226, 0.85);
  border-radius: 6px;
  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-right: 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .main .operate_box .operate_paramBox .op_param_item[data-key=style] {
    width: 148px;
  }
}
.main .operate_box .operate_paramBox .op_param_item .param_style {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
  -o-object-position: top;
     object-position: top;
}
.main .operate_box .operate_paramBox .op_param_item .ratio_icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 4px;
}
.main .operate_box .operate_paramBox .op_param_item .param_text {
  font: normal normal 500 13px/19px Roboto;
  color: #282e48;
  text-transform: capitalize;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main .operate_box .operate_paramBox .op_param_item .drop_icon {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .operate_box .operate_paramBox .op_param_item.active .drop_icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .main .operate_box .operate_paramBox .op_param_item {
    cursor: pointer;
  }
  .main .operate_box .operate_paramBox .op_param_item:hover {
    background: #eff0f5 0% 0% no-repeat padding-box;
  }
}
.main .operate_box .operate_build {
  margin-top: 15px;
  background: transparent -webkit-gradient(linear, right top, left top, from(#4c15e2), to(#8b3dff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #4c15e2 0%, #8b3dff 100%) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (min-width: 1200px) {
  .main .operate_box .operate_build:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.main .operate_box .operate_build .build_btn {
  color: #ffffff;
  font: normal normal normal 16px/48px Roboto;
}
.main .operate_box .operate_build .loading_animation {
  display: none;
}
.main .operate_box .operate_build.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.main .operate_cc {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main .operate_cc.loading .operate_paramBox,
.main .operate_cc.loading .operate_container,
.main .operate_cc.loading .operate_build {
  pointer-events: none;
  opacity: 0.3;
}
.main .operate_cc.loading .loading_animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .operate_box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .main .operate_box_text {
    display: block;
  }
}
.main .operate_box_photo .operate_container .operate_uploadBox {
  height: 134px;
}
.main .tool_show_area {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .tool_show_area .tool_header {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .tool_show_area .tool_header h1,
.main .tool_show_area .tool_header h2 {
  text-align: left;
  color: #282e48;
  font: normal normal bold 26px/34px Roboto;
}
.main .tool_show_area .tool_header .view_history {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eaebed;
  border-radius: 6px;
  padding: 9px 18px;
  cursor: pointer;
}
.main .tool_show_area .tool_header .view_history .icon {
  width: 18px;
  height: 18px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/image-to-video/icon_time.svg");
  background-size: 100%;
  margin-right: 8px;
}
.main .tool_show_area .tool_header .view_history .text {
  color: #282e48;
  font: normal normal normal 13px/18px Roboto;
  white-space: nowrap;
}
.main .tool_show_area .tool_header .view_history:hover {
  background-color: #d5d5db;
}
.main .tool_show_area .tool_header .view_history.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .tool_show_area .square_box {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px 24px 0 32px;
}
.main .tool_show_area .square_box .tag_box {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  overflow: hidden;
}
.main .tool_show_area .square_box .tag_box .tag_list {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main .tool_show_area .square_box .tag_box .tag_list .tag_item {
  color: #282e48;
  margin-right: 32px;
  font: normal normal bold 17px/23px Roboto;
  cursor: pointer;
  white-space: nowrap;
}
.main .tool_show_area .square_box .tag_box .tag_list .tag_item.active {
  font-weight: 900;
  color: #8b3dff;
}
.main .tool_show_area .square_box .tag_box .pre_btn,
.main .tool_show_area .square_box .tag_box .next_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.main .tool_show_area .square_box .tag_box .pre_btn .icon,
.main .tool_show_area .square_box .tag_box .next_btn .icon {
  width: 10px;
  height: 10px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/vidnoz-gen-home/icon_arrow.svg");
  background-size: 100%;
}
.main .tool_show_area .square_box .tag_box .pre_btn:hover,
.main .tool_show_area .square_box .tag_box .next_btn:hover {
  background-color: #d5d8e7;
}
.main .tool_show_area .square_box .tag_box .pre_btn.show,
.main .tool_show_area .square_box .tag_box .next_btn.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .tool_show_area .square_box .tag_box .pre_btn {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.main .tool_show_area .square_box .tag_box .next_btn {
  right: 0;
}
.main .tool_show_area .square_box .IGgrid_container {
  padding: 0;
  padding-bottom: 48px;
  padding-right: 8px;
  height: calc(100% - 117px);
  overflow-y: auto;
}
.main .tool_show_area .square_box .IGgrid_container .IGgrid_table_container {
  margin-top: 0;
}
.main .tool_show_area .square_box .IGgrid_container .IGgrid_loading {
  height: 600px;
}
.main .tool_show_area .production_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 28px 32px;
  min-height: 800px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
}
.main .tool_show_area .production_box h2 {
  display: none;
}
.main .tool_show_area .production_box .generate_history {
  position: absolute;
  top: 24px;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.main .tool_show_area .production_box .generate_history .back_icon {
  width: 16px;
  height: 16px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/waterfallflow/angle-small-down.svg");
  background-size: 100%;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.main .tool_show_area .production_box .generate_history .history_title {
  color: #282e48;
  font: normal normal 700 18px/24px Roboto;
}
.main .tool_show_area .production_box .text_result,
.main .tool_show_area .production_box .image_result,
.main .tool_show_area .production_box .photo_result {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main .tool_show_area .production_box .text_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .main .tool_show_area .production_box .text_result .main_generate_img {
    max-width: calc(100vh * var(--ratio-width_text) / var(--ratio-height_text));
    max-height: calc(100vw * var(--ratio-height_text) / var(--ratio-width_text));
    aspect-ratio: var(--ratio-width_text)/var(--ratio-height_text);
  }
}
@media (min-width: 1200px) {
  .main .tool_show_area .production_box .image_result .main_generate_img {
    max-width: calc(100vh * var(--ratio-width_image) / var(--ratio-height_image));
    max-height: calc(100vw * var(--ratio-height_image) / var(--ratio-width_image));
    aspect-ratio: var(--ratio-width_image)/var(--ratio-height_image);
  }
}
@media (min-width: 1200px) {
  .main .tool_show_area .production_box .photo_result .main_generate_img {
    max-width: calc(100vh * var(--ratio-width_photo) / var(--ratio-height_photo));
    max-height: calc(100vw * var(--ratio-height_photo) / var(--ratio-width_photo));
    aspect-ratio: var(--ratio-width_photo)/var(--ratio-height_photo);
  }
}
.main .tool_show_area .production_box .init_banner {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .main .tool_show_area .production_box .init_banner {
    padding-bottom: 72px;
  }
}
.main .tool_show_area .production_box .init_banner img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.main .tool_show_area .production_box .second_exhibition {
  margin-left: 12px;
}
.main .tool_show_area .production_box .second_exhibition .second_item {
  width: 76px;
  height: 76px;
  margin-bottom: 10px;
  display: none;
}
.main .tool_show_area .production_box .second_exhibition .second_item.active {
  outline: 2px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 4px #8b3dff;
          box-shadow: 0 0 0 4px #8b3dff;
}
.main .tool_show_area .production_box .second_exhibition .second_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .main .tool_show_area .production_box .second_exhibition .second_item {
    cursor: pointer;
  }
}
.main .tool_show_area .production_box .exhibition_box {
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.main .tool_show_area .production_box .exhibition_box.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .tool_show_area .production_box .exhibition_box.loading .main_exhibition {
  width: 100%;
}
.main .tool_show_area .production_box .exhibition_box.loading .main_exhibition .main_generate_img {
  display: none;
}
.main .tool_show_area .production_box .exhibition_box.loading .second_item {
  background: rgba(40, 46, 72, 0.04);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main .tool_show_area .production_box .exhibition_box.loading .second_item img {
  display: none;
}
.main .tool_show_area .production_box .exhibition_box:not(.loading) .main_generate {
  display: none;
}
.main .tool_show_area .production_box .exhibition_box[data-quantity="1"] .second_item:first-child {
  display: block;
}
.main .tool_show_area .production_box .exhibition_box[data-quantity="2"] .second_item:first-child {
  display: block;
}
.main .tool_show_area .production_box .exhibition_box[data-quantity="2"] .second_item:nth-child(2) {
  display: block;
}
.main .tool_show_area .production_box .exhibition_box[data-quantity="3"] .second_item {
  display: block;
}
.main .tool_show_area .production_box .exhibition_box[data-quantity="3"] .second_item:nth-child(4),
.main .tool_show_area .production_box .exhibition_box[data-quantity="3"] .second_item:nth-child(5) {
  display: none;
}
.main .tool_show_area .production_box .exhibition_box[data-quantity="4"] .second_item {
  display: block;
}
.main .tool_show_area .production_box .exhibition_box[data-quantity="4"] .second_item:nth-child(5) {
  display: none;
}
.main .tool_show_area .production_box .exhibition_box[data-quantity="5"] .second_item {
  display: block;
}
.main .tool_show_area .production_box .main_exhibition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}
.main .tool_show_area .production_box .main_exhibition .main_generate {
  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: 100%;
  background: rgba(40, 46, 72, 0.04);
  height: 100%;
  border-radius: 16px;
}
.main .tool_show_area .production_box .main_exhibition .main_generate img {
  width: 32px;
  height: 32px;
  -webkit-animation: loadingRotate 1.5s linear infinite;
          animation: loadingRotate 1.5s linear infinite;
}
.main .tool_show_area .production_box .main_exhibition .main_generate .progress_text {
  font: normal normal 500 16px/21px Roboto;
  color: #282e48;
  margin: 12px 0 6px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.main .tool_show_area .production_box .main_exhibition .main_generate .loading_animation span {
  background-color: #000;
}
.main .tool_show_area .production_box .main_exhibition .main_generate .progress_tip {
  text-align: center;
  font: normal normal normal 12px/16px Roboto;
  color: #a1a4b3;
  white-space: pre;
}
.main .tool_show_area .production_box .main_generate_img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.main .tool_show_area .production_box .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.main .tool_show_area .production_box .controls .control_item {
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 20px;
  border-radius: 6px;
  background: rgba(40, 46, 72, 0.06);
  font: normal normal normal 14px/40px Roboto;
  color: #282e48;
  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;
}
.main .tool_show_area .production_box .controls .control_item img {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .main .tool_show_area .production_box .controls .control_item:hover {
    cursor: pointer;
    background: rgba(40, 46, 72, 0.12);
  }
}
.main .tool_show_area .production_box .controls .control_item + .control_item {
  margin-left: 10px;
}
.main .tool_show_area .photoEffects_container {
  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;
}
.main .tool_show_area .photoEffects_table_container {
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  padding: 5px;
}
.main .tool_show_area .photoEffects_table_container .effects_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.main .tool_show_area .photoEffects_table_container .effects_item .effects_banner {
  width: 100%;
  max-height: 180px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.main .tool_show_area .photoEffects_table_container .effects_item .effects_icon {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px 8px 0px 14px;
  height: 20px;
  padding: 0 12px;
  font: italic normal bold 10px/16px Poppins;
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 8px;
}
.main .tool_show_area .photoEffects_table_container .effects_item .effects_icon.HOT {
  background: transparent linear-gradient(124deg, #ffff5e 0%, #f3592b 100%) 0% 0% no-repeat padding-box;
}
.main .tool_show_area .photoEffects_table_container .effects_item .effects_icon.NEW {
  background: transparent -webkit-gradient(linear, left top, right top, from(#f8676d), to(#ee1a3d)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #f8676d 0%, #ee1a3d 100%) 0% 0% no-repeat padding-box;
}
.main .tool_show_area .photoEffects_table_container .effects_item .effects_icon.PRO {
  background: transparent linear-gradient(124deg, #f4d01b 0%, #ff9560 100%) 0% 0% no-repeat padding-box;
}
.main .tool_show_area .photoEffects_table_container .effects_item .effects_item_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 18px;
  font: normal normal 500 15px/10px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  border-radius: 18px;
  height: 29px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent -webkit-gradient(linear, right top, left top, from(#4c15e2), to(#8b3dff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #4c15e2 0%, #8b3dff 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .tool_show_area .photoEffects_table_container .effects_item .effects_item_name {
  font: normal normal 500 14px/21px Poppins;
  color: #ffffff;
  position: absolute;
  top: 12px;
  max-width: 70%;
  word-break: break-all;
  left: 17px;
}
.main .tool_show_area .photoEffects_table_container .effects_item:not(:has(> img[src])) img {
  opacity: 0;
}
.main .tool_show_area .photoEffects_table_container .effects_item:has(> img[src])::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  height: 58px;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  border-radius: 16px 16px 0px 0px;
  opacity: 0.69;
}
@media screen and (min-width: 1200px) {
  .main .tool_show_area .photoEffects_table_container .effects_item:hover {
    -webkit-box-shadow: 0px 0px 0px 4px #8b3dff;
            box-shadow: 0px 0px 0px 4px #8b3dff;
    border-radius: 15px;
    outline: 1px solid #fff;
  }
  .main .tool_show_area .photoEffects_table_container .effects_item:hover .effects_footer {
    color: #8b3dff;
  }
  .main .tool_show_area .photoEffects_table_container .effects_item:hover .effects_item_btn {
    opacity: 1;
    bottom: 19px;
  }
}
.main .tool_show_area .viewMoreEffect {
  min-width: 114px;
  padding: 0 5px;
  height: 29px;
  border: 1px solid #d8d8d8;
  border-radius: 18px;
  font: normal normal 500 15px/29px Poppins;
  letter-spacing: 0px;
  color: #702cf2;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 15px auto 0;
}
@media screen and (min-width: 1200px) {
  .main .tool_show_area .viewMoreEffect {
    cursor: pointer;
  }
  .main .tool_show_area .viewMoreEffect:hover {
    color: #fff;
    background: transparent -webkit-gradient(linear, right top, left top, from(#4c15e2), to(#8b3dff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #4c15e2 0%, #8b3dff 100%) 0% 0% no-repeat padding-box;
  }
}
.main .tool_show_area .square_box {
  display: block;
}
.main .tool_show_area.history .production_box {
  right: 0;
}

.waterMarkBtn {
  height: 40px;
  background: transparent linear-gradient(91deg, #ff8cc6 0%, #ee600b 100%) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 0 20px;
  color: #fff;
  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-left: 10px;
  font: normal normal normal 14px/40px Roboto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.waterMarkBtn img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .waterMarkBtn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media (max-width: 1200px) {
  .waterMarkBtn {
    height: 0.68rem;
    border-radius: 0.12rem;
    padding: 0 0.24rem;
    font-size: 0;
    margin-left: 0.12rem;
  }
  .waterMarkBtn img {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.12rem;
  }
}

.jumpItv {
  min-width: 146px;
  padding: 0 5px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent linear-gradient(91deg, #68a3f9 0%, #2c67f2 100%) 0% 0% no-repeat padding-box;
  font: normal normal normal 14px/40px Roboto;
  color: #ffffff;
  margin-left: 10px;
  border-radius: 6px;
}
.jumpItv img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .jumpItv:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media (max-width: 1200px) {
  .jumpItv {
    height: 0.68rem;
    border-radius: 0.12rem;
    padding: 0 0.24rem;
    font: normal normal normal 0.26rem/0.4rem Roboto;
    margin-left: 0.12rem;
    white-space: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .jumpItv img {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.12rem;
  }
}

.loading_animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading_animation span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: block;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  background: #fff;
  margin: 0 -1px;
  -webkit-animation: progressgenerate 1.5s linear infinite;
          animation: progressgenerate 1.5s linear infinite;
}
.loading_animation span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loading_animation span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.__photoEffect_dialog {
  width: 1348px;
  height: 685px;
  padding: 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.__photoEffect_dialog .__photoEffect_dialog_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.__photoEffect_dialog .__photoEffect_dialog_title {
  font: normal normal bold 16px/21px Roboto;
  letter-spacing: 0px;
  color: #282e48;
}
.__photoEffect_dialog .__photoEffect_dialog_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}
.__photoEffect_dialog .__photoEffect_dialog_table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 5px;
}
.__photoEffect_dialog .__photoEffect_dialog_table .effects_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.__photoEffect_dialog .__photoEffect_dialog_table .effects_item .effects_banner {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.__photoEffect_dialog .__photoEffect_dialog_table .effects_item .effects_icon {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px 8px 0px 14px;
  height: 20px;
  padding: 0 12px;
  font: italic normal bold 10px/16px Poppins;
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 8px;
}
.__photoEffect_dialog .__photoEffect_dialog_table .effects_item .effects_icon.HOT {
  background: transparent linear-gradient(124deg, #ffff5e 0%, #f3592b 100%) 0% 0% no-repeat padding-box;
}
.__photoEffect_dialog .__photoEffect_dialog_table .effects_item .effects_icon.NEW {
  background: transparent -webkit-gradient(linear, left top, right top, from(#f8676d), to(#ee1a3d)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #f8676d 0%, #ee1a3d 100%) 0% 0% no-repeat padding-box;
}
.__photoEffect_dialog .__photoEffect_dialog_table .effects_item .effects_icon.PRO {
  background: transparent linear-gradient(124deg, #f4d01b 0%, #ff9560 100%) 0% 0% no-repeat padding-box;
}
.__photoEffect_dialog .__photoEffect_dialog_table .effects_item .effects_item_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 18px;
  font: normal normal 500 15px/10px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  border-radius: 18px;
  height: 29px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent -webkit-gradient(linear, right top, left top, from(#4c15e2), to(#8b3dff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #4c15e2 0%, #8b3dff 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.__photoEffect_dialog .__photoEffect_dialog_table .effects_item .effects_item_name {
  font: normal normal 500 14px/21px Poppins;
  color: #ffffff;
  position: absolute;
  top: 12px;
  max-width: 150px;
  word-break: break-all;
  left: 17px;
}
.__photoEffect_dialog .__photoEffect_dialog_table .effects_item.active {
  -webkit-box-shadow: 0px 0px 0px 4px #8b3dff;
          box-shadow: 0px 0px 0px 4px #8b3dff;
  border-radius: 15px;
  outline: 1px solid #fff;
}
.__photoEffect_dialog .__photoEffect_dialog_table .effects_item.active .effects_footer {
  color: #8b3dff;
}
.__photoEffect_dialog .__photoEffect_dialog_table .effects_item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  height: 58px;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  border-radius: 16px 16px 0px 0px;
  opacity: 0.69;
}
@media screen and (min-width: 1200px) {
  .__photoEffect_dialog .__photoEffect_dialog_table .effects_item:hover {
    -webkit-box-shadow: 0px 0px 0px 4px #8b3dff;
            box-shadow: 0px 0px 0px 4px #8b3dff;
    border-radius: 15px;
    outline: 1px solid #fff;
  }
  .__photoEffect_dialog .__photoEffect_dialog_table .effects_item:hover .effects_footer {
    color: #8b3dff;
  }
  .__photoEffect_dialog .__photoEffect_dialog_table .effects_item:hover .effects_item_btn {
    opacity: 1;
    bottom: 19px;
  }
}
.__photoEffect_dialog .effect_loading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__photoEffect_dialog .photoEffects_tags {
  padding: 0;
  width: 100%;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.__photoEffect_dialog .photoEffects_tags .container_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .__photoEffect_dialog .photoEffects_tags .container_tags {
    overflow-x: auto;
  }
  .__photoEffect_dialog .photoEffects_tags .container_tags::-webkit-scrollbar {
    display: none;
  }
}
.__photoEffect_dialog .photoEffects_tags .list_tag_item {
  height: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(40, 46, 72, 0.06);
  border-radius: 18px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal normal 500 12px/16px Roboto;
  color: #282e48;
}
@media screen and (min-width: 1200px) {
  .__photoEffect_dialog .photoEffects_tags .list_tag_item {
    cursor: pointer;
  }
  .__photoEffect_dialog .photoEffects_tags .list_tag_item:hover {
    background: rgba(40, 46, 72, 0.1);
  }
}
.__photoEffect_dialog .photoEffects_tags .list_tag_item.active {
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, right top, from(#8b3dff), to(#561df1)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #8b3dff 0%, #561df1 100%) 0% 0% no-repeat padding-box;
}
.__photoEffect_dialog .photoEffects_tags_secondary {
  padding: 0 8px;
  margin-bottom: 7px;
  position: relative;
  width: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.__photoEffect_dialog .photoEffects_tags_secondary .container_tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .__photoEffect_dialog .photoEffects_tags_secondary .container_tags {
    overflow-x: auto;
  }
  .__photoEffect_dialog .photoEffects_tags_secondary .container_tags::-webkit-scrollbar {
    display: none;
  }
}
.__photoEffect_dialog .photoEffects_tags_secondary .list_secondTag_item {
  font: normal normal bold 15px/20px Roboto;
  color: #282e48;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .__photoEffect_dialog .photoEffects_tags_secondary .list_secondTag_item {
    cursor: pointer;
  }
}
.__photoEffect_dialog .photoEffects_tags_secondary .list_secondTag_item.active {
  font: normal normal 900 15px/20px Roboto;
  color: #8b3dff;
}
.__photoEffect_dialog .tags_next_Btn,
.__photoEffect_dialog .tags_pre_Btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__photoEffect_dialog .tags_next_Btn .icon_arrow,
.__photoEffect_dialog .tags_pre_Btn .icon_arrow {
  width: 10px;
  height: 10px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/icon_arrow.svg");
  background-size: 100%;
}
.__photoEffect_dialog .tags_next_Btn {
  right: 1px;
}
.__photoEffect_dialog .tags_pre_Btn {
  left: 1px;
}
.__photoEffect_dialog .tags_pre_Btn .icon_arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
  .__photoEffect_dialog {
    width: 100%;
    height: 9.5rem;
    padding: 0.2rem 0;
    -webkit-box-shadow: 0rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1490196078);
            box-shadow: 0rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1490196078);
    border-radius: 0.16rem 0.16rem 0 0;
  }
  .__photoEffect_dialog .__photoEffect_dialog_header {
    padding: 0 0.2rem;
  }
  .__photoEffect_dialog .photoEffects_tags,
.__photoEffect_dialog .photoEffects_tags_secondary {
    padding: 0 0.2rem;
  }
  .__photoEffect_dialog .__photoEffect_dialog_container {
    margin-top: 0;
  }
  .__photoEffect_dialog .__photoEffect_dialog_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0.3rem;
  }
}
#effect_observe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 2px;
}

.lite_select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px 10px 10px;
  height: 56px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 6px;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
}
.lite_select.active .select_icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lite_select .select_banner {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  margin-right: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lite_select .select_content {
  font: normal normal 500 13px Roboto;
  color: #282e48;
  width: 120px;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.lite_select .select_icon {
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/icon_down.svg");
}
@media (min-width: 1200px) {
  .lite_select:hover {
    border-color: #8b3dff;
  }
}
.lite_select.disabled {
  pointer-events: none;
  opacity: 0.3;
}

@media (min-width: 1200px) {
  .pc_show {
    display: block;
  }
  .mob_show {
    display: none;
  }
  #popup_modal .ppModal_tag.mob_show {
    display: none;
  }
  .my_recent_container {
    width: 100%;
    margin-top: auto;
    height: 188px;
  }
  .main {
    height: calc(100vh - var(--gen-header-height));
    min-height: 800px;
    padding-bottom: 16px;
  }
}
@media (max-height: 890px) {
  .main {
    min-height: calc(890px - var(--gen-header-height));
  }
}
@media (max-width: 1200px) {
  .pc_show {
    display: none;
  }
  #popup_modal .ppModal_tag.pc_show {
    display: none;
  }
  .mob_show {
    display: block;
  }
  .model-mobile-list {
    background: #ffffff 0 0 no-repeat padding-box;
    -webkit-box-shadow: 0 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
            box-shadow: 0 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
    border: 1px solid rgba(60, 74, 104, 0.1019607843);
    border-radius: 0.2rem 0.2rem 0 0;
    position: relative;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
  }
  .model-mobile-list .model-select-list-title {
    font: normal normal normal 0.36rem/0.48rem Roboto;
    color: #a1a4b3;
    margin: 0.4rem;
  }
  .model-mobile-list .model-item {
    padding: 0.4rem 0.32rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .model-mobile-list .model-item.active {
    background: rgba(139, 61, 255, 0.1) 0 0 no-repeat padding-box;
  }
  .model-mobile-list .model-item.selected {
    background: rgba(139, 61, 255, 0.1) 0 0 no-repeat padding-box;
  }
  .model-mobile-list .model-item > img {
    width: 0.8rem;
    height: 0.8rem;
    -webkit-margin-end: 0.28rem;
            margin-inline-end: 0.28rem;
  }
  .model-mobile-list .model-item .model-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 500 0.32rem/0.43rem Roboto;
    color: #282e48;
  }
  .model-mobile-list .model-item .model_icon_new {
    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 8px;
    height: 20px;
    border-radius: 11px;
    margin-left: 8px;
    color: #fff;
    font: italic normal 700 11px/13px Roboto;
    background: transparent -webkit-gradient(linear, left top, right top, from(#6d4dff), color-stop(76%, #9445ff), to(#b53eff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #6d4dff 0%, #9445ff 76%, #b53eff 100%) 0% 0% no-repeat padding-box;
  }
  .model-mobile-list .model-item .model-desc {
    font: normal normal normal 0.24rem/0.32rem Roboto;
    color: #a1a4b3;
    margin: 0.08rem 0;
  }
  .model-mobile-list .model-item .model_tagBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.08rem;
       -moz-column-gap: 0.08rem;
            column-gap: 0.08rem;
  }
  .model-mobile-list .model-item .model_tag {
    border: 0.005rem solid #a1a4b3;
    border-radius: 0.08rem;
    height: 0.33rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.06rem;
    font: normal normal normal 0.21rem/0.25rem Roboto;
    color: #a1a4b3;
  }
  .model-mobile-list .model-button-wrap {
    width: 100%;
    padding: 0.4rem;
  }
  .model-mobile-list .model-confirm-button {
    width: 100%;
    height: 0.96rem;
    font: normal normal 500 0.3rem/0.4rem Roboto;
  }
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  .main h1 {
    padding: 0 0.4rem;
    font: normal normal 500 0.42rem/0.55rem Roboto;
    text-align: center;
  }
  .main .desc {
    padding: 0 0.4rem;
    font: normal normal normal 0.3rem/0.36rem Roboto;
    margin: 0.16rem 0 0.24rem;
  }
  .main .tool_show_area {
    border-radius: 0;
  }
  .main .tool_show_area .square_box {
    display: none;
  }
  .main .tool_show_area .production_box {
    display: block;
    padding: 0.4rem 0;
    min-height: initial;
    right: inherit;
    overflow: hidden;
  }
  .main .tool_show_area .production_box h2 {
    display: block;
  }
  .main .tool_show_area .production_box .desc {
    display: block;
  }
  .main .tool_show_area .production_box .generate_history {
    display: none;
  }
  .main .tool_show_area .production_box .text_result {
    height: auto;
  }
  .main .tool_show_area .production_box .image_result {
    height: auto;
  }
  .main .tool_show_area .production_box .init_banner {
    display: block;
    padding-top: 0;
    max-width: 100%;
    width: 100%;
    height: 3.77rem;
  }
  .main .tool_show_area .production_box .init_banner img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
  .main .tool_show_area .production_box .exhibition_box {
    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;
    margin-top: 0;
    padding: 0 0.4rem;
  }
  .main .tool_show_area .production_box .exhibition_box .main_exhibition {
    border-radius: 0.1rem;
    width: 100%;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .tool_show_area .production_box .exhibition_box .main_exhibition .main_generate {
    height: 3.77rem;
    border-radius: 0.16rem;
  }
  .main .tool_show_area .production_box .exhibition_box .main_exhibition .main_generate .progress_text {
    font: normal normal 500 0.24rem/0.32rem Roboto;
    margin: 0.08rem 0;
  }
  .main .tool_show_area .production_box .exhibition_box .main_exhibition .main_generate img {
    width: 0.64rem;
    height: 0.64rem;
  }
  .main .tool_show_area .production_box .second_exhibition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.24rem;
    margin-left: 0;
  }
  .main .tool_show_area .production_box .second_exhibition .second_item {
    width: 0.88rem;
    height: 0.88rem;
    margin-bottom: 0;
    margin-right: 0.2rem;
  }
  .main .tool_show_area .production_box .second_exhibition .second_item img {
    border-radius: 0.1rem;
  }
  .main .tool_show_area .production_box .second_exhibition .second_item.active {
    border-radius: 0.15rem;
  }
  .main .tool_show_area .production_box .controls {
    margin-top: 0.2rem;
  }
  .main .tool_show_area .production_box .controls .control_item {
    height: 0.68rem;
    padding: 0 0.24rem;
    border-radius: 0.12rem;
    font-size: 0;
  }
  .main .tool_show_area .production_box .controls .control_item img {
    width: 0.32rem;
    height: 0.32rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 0.12rem;
  }
  .main .tool_show_area .production_box .controls .control_item.share {
    margin-left: 0;
  }
  .main .tool_show_area .production_box .controls .control_item.zoomIn {
    display: none;
  }
  .main .tool_show_area .production_box .controls .control_item + .control_item {
    margin-left: 12px;
  }
  .main .tool_show_area .production_box .main_generate_img {
    border-radius: 0.1rem;
    height: 3.77rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .tool_show_area .photoEffects_container {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: auto;
  }
  .main .tool_show_area .photoEffects_container::-webkit-scrollbar {
    display: none;
    /* 隐藏Chrome和Safari浏览器的滚动条 */
  }
  .main .tool_show_area .photoEffects_table_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.29rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    overflow-x: auto;
    overflow-y: inherit;
    padding-left: 0.53rem;
  }
  .main .tool_show_area .photoEffects_table_container .effects_item {
    width: 5.59rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
  }
  .main .tool_show_area .photoEffects_table_container .effects_item .effects_banner {
    height: 4.19rem;
    border-radius: 0.24rem;
  }
  .main .tool_show_area .photoEffects_table_container .effects_item .effects_icon {
    border: 0.01rem solid rgba(0, 0, 0, 0);
    border-radius: 0rem 0.18rem 0rem 0.24rem;
    height: 0.4rem;
    padding: 0 0.24rem;
    font: italic normal bold 0.2rem/0.3rem Poppins;
    right: 0.15rem;
    top: 0.11rem;
  }
  .main .tool_show_area .photoEffects_table_container .effects_item .effects_item_btn {
    display: none;
  }
  .main .tool_show_area .photoEffects_table_container .effects_item .effects_item_mob_icon {
    width: 0.38rem;
    height: 0.38rem;
    right: 0.31rem;
    bottom: 0.4rem;
    position: absolute;
  }
  .main .tool_show_area .photoEffects_table_container .effects_item .effects_item_name {
    font: normal normal 500 0.28rem/0.42rem Poppins;
    color: #ffffff;
    position: absolute;
    top: auto;
    bottom: 0.29rem;
    max-width: 3rem;
    word-break: break-all;
    left: 0.32rem;
  }
  .main .tool_show_area .photoEffects_table_container .effects_item:has(> img[src])::before {
    content: "";
    bottom: 0;
    height: 1.07rem;
    top: inherit;
    border-radius: 0rem 0rem 0.24rem 0.24rem;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.69;
  }
  .main .tool_show_area .viewMoreEffect {
    display: none;
  }
  .main .operate_box {
    width: 100%;
    margin-right: 0;
    border-radius: 0;
    padding: 0;
  }
  .main .operate_box .tab_box {
    padding: 0.2rem 0.2rem 0.3rem;
    -webkit-column-gap: 0.4rem;
       -moz-column-gap: 0.4rem;
            column-gap: 0.4rem;
    overflow-x: auto;
    width: 100%;
  }
  .main .operate_box .tab_box::-webkit-scrollbar {
    display: none;
    /* 隐藏Chrome和Safari浏览器的滚动条 */
  }
  .main .operate_box .tab_box .tab_item {
    text-align: center;
    font: normal normal bold 0.3rem/0.39rem Roboto;
    white-space: nowrap;
  }
  .main .operate_box .operate_container {
    margin-top: 0;
    border-radius: 0;
    padding: 0.2rem 0.1rem 0.2rem 0.2rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main .operate_box .operate_container .operate_title {
    font: normal normal 500 0.3rem/0.39rem Roboto;
    margin: 0 0 0.16rem;
  }
  .main .operate_box .operate_container .operate_title_guidance {
    font: normal normal 500 0.32rem/0.43rem Roboto;
    margin: 0.5rem 0 0.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .operate_box .operate_container .operate_title_guidance .optional {
    margin-left: 0.08rem;
    font: normal normal normal 0.22rem/0.29rem Roboto;
  }
  .main .operate_box .operate_container .operate_title_guidance .recommended {
    margin-left: 0.15rem;
    width: 1.55rem;
    height: 0.34rem;
    font: italic normal bold 0.18rem/0.24rem Roboto;
    line-height: 0.34rem;
  }
  .main .operate_box .operate_container .upload_box {
    gap: 0.2rem;
    border: 0.02rem dashed rgba(178, 183, 194, 0.85);
    border-radius: 0.2rem;
    padding: 0.12rem;
  }
  .main .operate_box .operate_container .upload_box .up_item {
    width: 1.82rem;
    height: 1.82rem;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
  }
  .main .operate_box .operate_container .upload_box .up_item .res_img {
    width: 1.82rem;
    height: 1.82rem;
  }
  .main .operate_box .operate_container .upload_box .up_area {
    width: 1.82rem;
    height: 1.82rem;
  }
  .main .operate_box .operate_container .upload_box .up_area .add {
    top: 0.1rem;
  }
  .main .operate_box .operate_container .upload_box .up_area .up_drag_area {
    width: 1.82rem;
    height: 1.82rem;
  }
  .main .operate_box .operate_container .upload_box .up_area .up_loading {
    width: 1.82rem;
    height: 1.82rem;
  }
  .main .operate_box .operate_container .upload_box .up_area .up_loading img {
    width: 0.48rem;
    height: 0.48rem;
  }
  .main .operate_box .operate_container .operate_upload_guidance {
    height: 1.32rem;
  }
  .main .operate_box .operate_container .operate_upload_guidance .upload_loading {
    height: 1.32rem;
  }
  .main .operate_box .operate_container .operate_upload_guidance .upload_loading img {
    width: 0.32rem;
    height: 0.32rem;
  }
  .main .operate_box .operate_container .operate_upload_guidance .upload_result .upload_icon {
    width: 0.85rem;
    height: 0.85rem;
  }
  .main .operate_box .operate_container .operate_upload_guidance .upload_result .upload_icon:hover .viewImg {
    display: none;
  }
  .main .operate_box .operate_container .operate_upload_guidance .upload_result .upload_text {
    font: normal normal normal 0.26rem/0.34rem Roboto;
  }
  .main .operate_box .operate_container .operate_upload_guidance .upload_area .upload_icon {
    width: 0.85rem;
    height: 0.85rem;
  }
  .main .operate_box .operate_container .operate_upload_guidance .upload_area .upload_text {
    font: normal normal normal 0.26rem/0.34rem Roboto;
  }
  .main .operate_box .operate_container .operate_upload_guidance .upload_area .upload_drag_area {
    height: 1.32rem;
  }
  .main .operate_box .operate_container .operate_upload_guidance .upload_area:hover {
    border: 2px solid #8b3dff;
  }
  .main .operate_box .operate_container .operate_description {
    min-height: 2.62rem;
    padding: 0.24rem;
    border-radius: 0.2rem;
  }
  .main .operate_box .operate_container .operate_description .image_description {
    font: normal normal normal 0.26rem/0.34rem Roboto;
  }
  .main .operate_box .operate_container .unwantedNum {
    font: normal normal normal 0.24rem/0.32rem Roboto;
    bottom: 0.24rem;
    right: 0.24rem;
  }
  .main .operate_box .operate_container .operate_effect {
    height: 3.66rem;
  }
  .main .operate_box .operate_container .operate_uploadBox {
    height: 2.05rem;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_default {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 50px 0 37px;
    outline: 2px dashed rgba(161, 164, 179, 0.7);
    border-radius: 8px;
    background: #ffffff 0% 0% no-repeat padding-box;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_default .upload_icon {
    width: 0.45rem;
    height: 0.46rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 0.25rem;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_default .upload_title {
    font: normal normal 500 0.24rem/0.32rem Roboto;
    letter-spacing: 0rem;
    color: #282e48;
    margin-bottom: 0.06rem;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_default .upload_text {
    font: normal normal normal 0.22rem/0.29rem Roboto;
    letter-spacing: 0rem;
    color: #a1a4b3;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_loading {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(139, 61, 255, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 2px dashed #8b3dff;
    border-radius: 8px;
    display: none;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_loading img {
    width: 0.45rem;
    height: 0.46rem;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-animation: loadingRotate 1s linear infinite;
            animation: loadingRotate 1s linear infinite;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_file {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 8px;
    background-color: #fff;
    border-radius: 8px;
    display: none;
    outline: 1px dashed #a1a4b3;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_file .deleteIcon {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 18px;
    height: 18px;
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/face-swap/icon_close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_file img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_file .face_error {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_file .face_error .face_error_icon {
    width: 19px;
    height: 19px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_file .face_error .face_error_text {
    font: normal normal bold 14px/19px Roboto;
    color: #ffffff;
    margin: 4px 0 7px;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_file .face_error .face_error_btn {
    min-width: 112px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 5px;
    height: 30px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#8b3dff), to(#561df1)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #8b3dff 0%, #561df1 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font: normal normal normal 14px/19px Roboto;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    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;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1200px) {
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_file .face_error .face_error_btn {
    cursor: pointer;
  }
  .main .operate_box .operate_container .operate_uploadBox .uploadBox_file .face_error .face_error_btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1200px) {
  .main .operate_box .operate_container .operate_uploadBox .dropBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(76, 21, 226, 0.12);
    border: 2px dashed #8b3dff;
    border-radius: 8px;
    opacity: 1;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font: normal normal normal 16px/21px Roboto;
    letter-spacing: 0px;
    color: #282e48;
    display: none;
  }
}
@media (max-width: 1200px) {
  .main .operate_box .operate_container .operate_uploadBox.loading .uploadBox_default,
.main .operate_box .operate_container .operate_uploadBox.loading .uploadBox_file {
    display: none;
  }
  .main .operate_box .operate_container .operate_uploadBox.loading .uploadBox_loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1200px) {
  .main .operate_box .operate_container .operate_uploadBox.file .uploadBox_default,
.main .operate_box .operate_container .operate_uploadBox.file .uploadBox_loading {
    display: none;
  }
  .main .operate_box .operate_container .operate_uploadBox.file .uploadBox_file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1200px) {
  .main .operate_box .operate_container .operate_uploadBox.drop .dropBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1200px) {
  .main .operate_box .operate_container .operate_uploadBox.block {
    width: 2.45rem;
  }
  .main .operate_box .operate_container .operate_uploadBox.block .uploadBox_default {
    -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;
    padding: 0;
  }
  .main .operate_box .operate_container .operate_uploadBox.block .upload_title {
    font: normal normal 500 0.22rem/0.29rem Roboto;
    color: #282e48;
    margin-top: 0.16rem;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .main .operate_box .operate_footer {
    position: sticky;
    padding: 0.01rem 0.4rem;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .main .operate_box .operate_paramBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    padding-top: 0.16rem;
  }
  .main .operate_box .operate_paramBox .op_param_item {
    width: 1.63rem;
    height: 0.64rem;
    padding-right: 0.24rem;
  }
  .main .operate_box .operate_paramBox .op_param_item .param_style {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.08rem;
  }
  .main .operate_box .operate_paramBox .op_param_item .ratio_icon {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.04rem;
  }
  .main .operate_box .operate_paramBox .op_param_item .param_text {
    font: normal normal medium 0.2rem/0.26rem Roboto;
  }
  .main .operate_box .operate_paramBox .op_param_item .drop_icon {
    width: 0.18rem;
    height: 0.18rem;
    right: 0.08rem;
  }
}
@media (max-width: 1200px) {
  .main .operate_box .operate_build {
    margin: 0.2rem 0.4rem 0;
    height: 0.96rem;
  }
  .main .operate_box .operate_build .build_btn {
    font: normal normal 500 0.3rem/0.96rem Roboto;
  }
}
@media (max-width: 1200px) {
  .main .operate_box .operate_tip {
    font: normal normal normal 0.24rem/0.32rem Roboto;
    padding-bottom: 0.2rem;
  }
  .main .operate_box .operate_tip img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.08rem;
  }
}
@media (max-width: 1200px) {
  .main .operate_box .operate_Unwanted {
    height: 2.62rem;
    padding: 0.2rem;
    padding-bottom: 0.56rem;
  }
  .main .operate_box .operate_Unwanted #unwantedContent {
    font: normal normal normal 0.26rem/0.34rem Roboto;
  }
}
@media (max-width: 1200px) {
  .lite_select {
    width: 100%;
    padding: 0.2rem 0.24rem;
    height: 1.12rem;
    border-radius: 0.12rem;
  }
  .lite_select .select_banner {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 0.06rem;
    margin-right: 0.24rem;
  }
  .lite_select .select_content {
    font: normal normal 500 0.26rem Roboto;
    color: #282e48;
    width: 100%;
    padding-right: 0.2rem;
  }
  .lite_select .select_icon {
    width: 0.24rem;
    height: 0.24rem;
  }
}
@media (max-width: 1200px) and (min-width: 1200px) {
  .lite_select:hover {
    border-color: #8b3dff;
  }
}
@media (max-width: 1200px) {
  .my_recent_container {
    padding: 0.24rem;
    background-color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .operate_paramPop {
    z-index: 1;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 2px 6px rgba(60, 74, 104, 0.2745098039);
            box-shadow: 0px 2px 6px rgba(60, 74, 104, 0.2745098039);
    border: 1px solid #d3d3d3;
    border-radius: 8px;
  }
  .operate_paramPop .operate_paramPop_title {
    font: normal normal 500 14px/19px Roboto;
    color: #282e48;
    margin-bottom: 10px;
  }
  .operate_paramPop .operate_paramPop_box {
    width: 100%;
  }
  .operate_paramPop[data-key=ratio] {
    padding: 18px;
    width: 453px;
  }
  .operate_paramPop[data-key=ratio] .operate_paramPop_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
  }
  .operate_paramPop[data-key=ratio] .operate_paramPop_item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: #f5f5fa 0% 0% no-repeat padding-box;
    border-radius: 6px;
    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;
    font: normal normal normal 13px/18px Roboto;
    cursor: pointer;
    color: #282e48;
    text-align: center;
  }
  .operate_paramPop[data-key=ratio] .operate_paramPop_item img {
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .operate_paramPop[data-key=ratio] .operate_paramPop_item:hover {
    border: 1px solid #8b3dff;
  }
}
@media screen and (min-width: 1200px) {
  .operate_paramPop[data-key=ratio] .operate_paramPop_item.active {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #8b3dff;
  }
}
@media screen and (min-width: 1200px) {
  .operate_paramPop[data-key=dimension], .operate_paramPop[data-key=output] {
    padding: 13px;
    width: 142px;
  }
  .operate_paramPop[data-key=dimension] .operate_paramPop_item, .operate_paramPop[data-key=output] .operate_paramPop_item {
    height: 30px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 6px;
    font: normal normal normal 13px/18px Roboto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #282e48;
    padding-left: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .operate_paramPop[data-key=dimension] .operate_paramPop_item, .operate_paramPop[data-key=output] .operate_paramPop_item {
    cursor: pointer;
  }
  .operate_paramPop[data-key=dimension] .operate_paramPop_item:hover, .operate_paramPop[data-key=output] .operate_paramPop_item:hover {
    background: #eff0f5 0% 0% no-repeat padding-box;
  }
}
@media screen and (min-width: 1200px) {
  .operate_paramPop[data-key=dimension] .operate_paramPop_item.active, .operate_paramPop[data-key=output] .operate_paramPop_item.active {
    background: #f3ebff 0% 0% no-repeat padding-box;
  }
}
@media screen and (min-width: 1200px) {
  .operate_paramPop[data-key=dimension] .operate_paramPop_item + .operate_paramPop_item, .operate_paramPop[data-key=output] .operate_paramPop_item + .operate_paramPop_item {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .operate_paramPop[data-key=dimension] .operate_paramPop_item {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .op_param_dialog .operate_paramPop_title {
    font: normal normal 500 0.3rem/0.39rem Roboto;
    color: #282e48;
    margin-bottom: 0.11rem;
  }
  .op_param_dialog .operate_paramPop_box {
    width: 100%;
  }
  .op_param_dialog .operate_paramPop {
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 2px 6px rgba(60, 74, 104, 0.2745098039);
            box-shadow: 0px 2px 6px rgba(60, 74, 104, 0.2745098039);
    padding: 0.48rem 0.42rem 0.9rem;
    width: 100%;
  }
  .op_param_dialog .operate_paramPop[data-key=ratio] .operate_paramPop_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.2rem 0.16rem;
  }
  .op_param_dialog .operate_paramPop[data-key=ratio] .operate_paramPop_item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.2rem;
    height: 1.27rem;
    background: #f5f5fa 0% 0% no-repeat padding-box;
    border-radius: 6px;
    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;
    font: normal normal 500 0.26rem/0.34rem Roboto;
    color: #282e48;
  }
  .op_param_dialog .operate_paramPop[data-key=ratio] .operate_paramPop_item img {
    width: 0.48rem;
    height: 0.48rem;
    margin-bottom: 4px;
  }
  .op_param_dialog .operate_paramPop[data-key=ratio] .operate_paramPop_item.active {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #8b3dff;
  }
  .op_param_dialog .operate_paramPop[data-key=dimension] .operate_paramPop_item, .op_param_dialog .operate_paramPop[data-key=output] .operate_paramPop_item {
    height: 0.9rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 0.06rem;
    font: normal normal 500 0.28rem/0.37rem Roboto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #282e48;
    padding-left: 0.36rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .op_param_dialog .operate_paramPop[data-key=dimension] .operate_paramPop_item.active, .op_param_dialog .operate_paramPop[data-key=output] .operate_paramPop_item.active {
    background: #f3ebff 0% 0% no-repeat padding-box;
  }
  .op_param_dialog .operate_paramPop[data-key=dimension] .operate_paramPop_item + .operate_paramPop_item, .op_param_dialog .operate_paramPop[data-key=output] .operate_paramPop_item + .operate_paramPop_item {
    margin-top: 11px;
  }
  .op_param_dialog .operate_paramPop[data-key=dimension] .operate_paramPop_item {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#backTop {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
#backTop:hover {
  background: url("https://static-alter1.vidnoz.com/web/fr/img/_common/back_to_top.svg") no-repeat;
  background-size: 100%;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

#popup_modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.16);
  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;
}

.ppModal_container {
  width: 1100px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 16px;
}
.ppModal_container .ppModal_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ppModal_container .ppModal_header .ppModal_title {
  font: normal normal bold 16px/21px Roboto;
  color: #282e48;
}
.ppModal_container .ppModal_header .ppModal_close {
  width: 26px;
  height: 26px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/icon_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .ppModal_container .ppModal_header .ppModal_close {
    cursor: pointer;
  }
  .ppModal_container .ppModal_header .ppModal_close:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/icon_close_hover.svg");
  }
}
.ppModal_container .ppModal_view {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  overflow: hidden;
}
.ppModal_container .ppModal_view .ppModal_pre_btn,
.ppModal_container .ppModal_view .ppModal_next_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.ppModal_container .ppModal_view .ppModal_pre_btn .icon,
.ppModal_container .ppModal_view .ppModal_next_btn .icon {
  width: 10px;
  height: 10px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/icon_arrow.svg");
  background-size: 100%;
}
.ppModal_container .ppModal_view .ppModal_pre_btn:hover,
.ppModal_container .ppModal_view .ppModal_next_btn:hover {
  background-color: #d5d8e7;
}
.ppModal_container .ppModal_view .ppModal_pre_btn.show,
.ppModal_container .ppModal_view .ppModal_next_btn.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ppModal_container .ppModal_view .ppModal_pre_btn {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.ppModal_container .ppModal_view .ppModal_next_btn {
  right: 0;
}
.ppModal_container .ppModal_tag {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ppModal_container .ppModal_tag .ppModal_tag_item {
  white-space: nowrap;
  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-right: 8px;
  height: 35px;
  padding: 0 16px;
  background: rgba(40, 46, 72, 0.06);
  border-radius: 18px;
  font: normal normal 500 12px/16px Roboto;
  color: #282e48;
}
@media (min-width: 1200px) {
  .ppModal_container .ppModal_tag .ppModal_tag_item {
    cursor: pointer;
  }
  .ppModal_container .ppModal_tag .ppModal_tag_item:hover {
    background: rgba(40, 46, 72, 0.1);
  }
}
.ppModal_container .ppModal_tag .ppModal_tag_item.active {
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, right top, from(#8b3dff), to(#561df1)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #8b3dff 0%, #561df1 100%) 0% 0% no-repeat padding-box;
}
.ppModal_container .ppModal_box {
  overflow: auto;
  height: 70vh;
}
.ppModal_container .ppModal_box .ppModal_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 202px 10px 202px 10px 202px 10px 202px 10px 202px;
  grid-template-columns: repeat(5, 202px);
  gap: 13px 10px;
}
.ppModal_container .ppModal_box::-webkit-scrollbar {
  display: none;
  /* 隐藏Chrome和Safari浏览器的滚动条 */
}
.ppModal_container .ppModal_box.loading {
  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;
}
.ppModal_container .ppModal_box.loading .ppModal_content,
.ppModal_container .ppModal_box.loading .ppModal_loadMore {
  display: none;
}
.ppModal_container .ppModal_box.loading .ppMOdal_loading {
  display: block;
}
.ppModal_container .ppModal_item {
  width: 204px;
  background: rgba(40, 46, 72, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  overflow: hidden;
  border-radius: 10px;
  border-radius: 9px 9px 0px 0px;
}
.ppModal_container .ppModal_item .ppModal_item_img {
  width: 204px;
  height: 204px;
  border-radius: 9px 9px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ppModal_container .ppModal_item .ppModal_item_footer {
  width: 100%;
  padding: 8px 8px 12px 12px;
  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;
}
.ppModal_container .ppModal_item .ppModal_item_text {
  font: normal normal normal 14px/19px Roboto;
  color: #282e48;
  width: 113px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ppModal_container .ppModal_item .ppModal_item_btn {
  text-align: center;
  font: normal normal 500 12px/26px Roboto;
  color: #ffffff;
  height: 26px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#8b3dff), to(#561df1)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #8b3dff 0%, #561df1 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  min-width: 60px;
  padding: 0 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1200px) {
  .ppModal_container .ppModal_item .ppModal_item_btn {
    cursor: pointer;
  }
  .ppModal_container .ppModal_item .ppModal_item_btn:hover {
    opacity: 0.7;
  }
}
.ppModal_container .ppModal_item.active {
  border: 2px solid #8b3dff;
}
.ppModal_container .ppModal_loadMore {
  padding-top: 16px;
  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;
  font: normal normal normal 12px/16px Roboto;
  color: #282e48;
}
.ppModal_container .ppModal_loadMore .loading_animation span {
  background: #282e48;
}
.ppModal_container .ppModal_loadMore .loadMore {
  width: 14px;
  height: 14px;
  -webkit-animation: loadingRotate 1.5s linear infinite;
          animation: loadingRotate 1.5s linear infinite;
  margin-right: 8px;
}
.ppModal_container .ppMOdal_loading {
  display: none;
}
.ppModal_container .ppMOdal_loading img {
  width: 32px;
  height: 32px;
  -webkit-animation: loadingRotate 1.5s linear infinite;
          animation: loadingRotate 1.5s linear infinite;
}

@media (max-width: 1200px) {
  #popup_modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .ppModal_container {
    width: 100vw;
    padding: 0.4rem;
    -webkit-box-shadow: 0rem 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
            box-shadow: 0rem 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
    border: 0.01rem solid rgba(60, 74, 104, 0.1019607843);
    border-radius: 0.2rem 0.2rem 0rem 0rem;
  }
  .ppModal_container .ppModal_header .ppModal_title {
    font: normal normal bold 0.36rem/0.48rem Roboto;
  }
  .ppModal_container .ppModal_header .ppModal_close {
    width: 0.36rem;
    height: 0.36rem;
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/icon_close_mobile.svg");
  }
  .ppModal_container .ppModal_tag {
    margin: 0.3rem 0 0.27rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ppModal_container .ppModal_tag .ppModal_tag_item {
    margin-right: 0.12rem;
    height: 0.6rem;
    padding: 0 0.24rem;
    margin-bottom: 0.1rem;
    border-radius: 0.29rem;
    font: normal normal 500 0.24rem/0.32rem Roboto;
  }
  .ppModal_container .ppModal_box {
    overflow: auto;
    height: 70vh;
  }
  .ppModal_container .ppModal_box .ppModal_content {
    -ms-grid-columns: 3.2rem 0.27rem 3.2rem;
    grid-template-columns: repeat(2, 3.2rem);
    gap: 0.25rem 0.27rem;
  }
  .ppModal_container .ppModal_box.loading {
    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;
  }
  .ppModal_container .ppModal_box.loading .ppModal_content,
.ppModal_container .ppModal_box.loading .ppModal_loadMore {
    display: none;
  }
  .ppModal_container .ppModal_box.loading .ppMOdal_loading {
    display: block;
  }
  .ppModal_container .ppModal_item {
    width: 3.2rem;
    border: 0.02rem solid rgba(255, 255, 255, 0.0784313725);
    border-radius: 0.1rem;
    border-radius: 0.18rem 0.18rem 0rem 0rem;
  }
  .ppModal_container .ppModal_item .ppModal_item_img {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 0.18rem 0.18rem 0rem 0rem;
  }
  .ppModal_container .ppModal_item .ppModal_item_footer {
    padding: 0.14rem;
  }
  .ppModal_container .ppModal_item .ppModal_item_text {
    width: 1.62rem;
    font: normal normal normal 0.26rem/0.34rem Roboto;
  }
  .ppModal_container .ppModal_item .ppModal_item_btn {
    font: normal normal 500 0.24rem/0.5rem Roboto;
    height: 0.5rem;
    border-radius: 0.08rem;
    width: 1.08rem;
  }
  .ppModal_container .ppModal_loadMore {
    padding-top: 0.32rem;
    font: normal normal normal 0.24rem/0.32rem Roboto;
  }
  .ppModal_container .ppModal_loadMore .loadMore {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.16rem;
  }
  .ppModal_container .ppMOdal_loading img {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.h2-title {
  width: 1224px;
  text-align: center;
  font: normal normal 600 40px/56px Poppins;
  color: #000000;
  margin: 0 auto;
}

.p-desc {
  width: 1224px;
  text-align: center;
  font: normal normal 300 18px/30px Poppins;
  color: #000000;
  margin: 16px auto 0;
}

.seo-btn {
  min-width: 360px;
  height: 52px;
  padding: 0 46px;
  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-color: #6d4dff;
  border-radius: 60px;
  text-align: center;
  font: normal normal 500 18px/24px Poppins;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .seo-btn:hover {
    background: transparent -webkit-gradient(linear, left top, right top, from(#6d4dff), to(#baabff)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #6d4dff 0%, #baabff 100%) 0% 0% no-repeat padding-box;
  }
}

@media screen and (max-width: 1200px) {
  .h2-title {
    width: 100%;
    font: normal normal 600 0.44rem/0.56rem Poppins;
  }
  .p-desc {
    width: 100%;
    margin-top: 0.16rem;
    font: normal normal 300 0.28rem/0.42rem Poppins;
  }
  .seo-btn {
    min-width: 6.3rem;
    height: 1rem;
    padding: 0 0.34rem;
    border-radius: 0.5rem;
    font: normal normal 500 0.32rem/0.45rem Poppins;
  }
}
.trust {
  width: 1296px;
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trust > img {
  -webkit-margin-end: 66px;
          margin-inline-end: 66px;
}
.trust .right {
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
  width: calc(100% - 90px - 66px);
  overflow: hidden;
  -webkit-border-start: 1px solid #333;
          border-inline-start: 1px solid #333;
}
.trust .right p {
  font: normal normal normal 20px/20px Poppins;
  letter-spacing: 0.6px;
  color: #000000;
  margin-bottom: 20px;
}
.trust .right .carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* 渐变边框样式 */
}
.trust .right .carousel::before, .trust .right .carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  display: none;
}
.trust .right .carousel::before {
  left: 0;
  background: transparent -webkit-gradient(linear, right top, left top, from(rgba(248, 244, 251, 0)), to(#f8f4fb)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(248, 244, 251, 0) 0%, #f8f4fb 100%) 0% 0% no-repeat padding-box;
  z-index: 99;
}
.trust .right .carousel::after {
  right: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(240, 237, 254, 0)), to(#f0ecfd)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(240, 237, 254, 0) 0%, #f0ecfd 100%) 0% 0% no-repeat padding-box;
}
.trust .right .carousel .carousel-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll 60s linear infinite;
          animation: scroll 60s linear infinite;
  /* 控制轮播速度，10秒一轮循环 */
  width: 4241px !important;
}
.trust .right .carousel .carousel-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.trust .right .carousel .carousel-slide > img {
  vertical-align: middle;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.trust .right .carousel-reverse .carousel-slider {
  -webkit-animation: scroll-right 45s linear infinite;
          animation: scroll-right 45s linear infinite;
  /* 第二个走马灯向右滑动 */
  width: 3313px !important;
}
.trust .right .carousel-reverse .carousel-slider img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 1200px) {
  .trust {
    width: 100%;
    margin: 0.8rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.6rem 0.5rem;
  }
  .trust > img {
    -webkit-margin-end: 0.4rem;
            margin-inline-end: 0.4rem;
    width: 0.9rem;
    height: auto;
  }
  .trust .right {
    -webkit-padding-start: 0.33rem;
            padding-inline-start: 0.33rem;
    width: calc(100% - 0.9rem - 0.4rem);
    overflow: hidden;
    -webkit-border-start: 1px solid #333;
            border-inline-start: 1px solid #333;
  }
  .trust .right p {
    font: normal normal normal 0.2rem/0.2rem Poppins;
    letter-spacing: 0.6px;
    color: #000000;
    margin-bottom: 0.22rem;
  }
  .trust .right .carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* 渐变边框样式 */
  }
  .trust .right .carousel::before, .trust .right .carousel::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.6rem;
  }
  .trust .right .carousel::before {
    left: 0;
    background: transparent -webkit-gradient(linear, right top, left top, from(rgba(213, 211, 243, 0)), to(#f9f4fb)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, rgba(213, 211, 243, 0) 0%, #f9f4fb 100%) 0% 0% no-repeat padding-box;
    z-index: 99;
  }
  .trust .right .carousel::after {
    right: 0;
    background: transparent -webkit-gradient(linear, left top, right top, from(rgba(216, 215, 245, 0)), to(#eceafe)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, rgba(216, 215, 245, 0) 0%, #eceafe 100%) 0% 0% no-repeat padding-box;
  }
  .trust .right .carousel .carousel-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: scroll 60s linear infinite;
            animation: scroll 60s linear infinite;
    /* 控制轮播速度，10秒一轮循环 */
    width: 4241px !important;
  }
  .trust .right .carousel .carousel-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  .trust .right .carousel-reverse .carousel-slider {
    -webkit-animation: scroll-right 45s linear infinite;
            animation: scroll-right 45s linear infinite;
    /* 第二个走马灯向右滑动 */
    width: 33rem !important;
    height: 0.43rem;
  }
  .trust .right .carousel-reverse .carousel-slider img {
    width: 100%;
    height: 100%;
  }
  @-webkit-keyframes scroll-right {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes scroll-right {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
}
.advantages {
  padding: 100px 0 80px;
}
.advantages .p-desc {
  width: 1086px;
}
.advantages-content {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.advantages-item {
  width: 380px;
  padding: 46px 34px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#dce0ff), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #dce0ff 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  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;
}
.advantages-item-icon {
  width: 62px;
  height: 62px;
}
.advantages-item-title {
  margin-top: 28px;
  text-align: center;
  font: normal normal 600 24px/35px Poppins;
  color: #000000;
}
.advantages-item-desc {
  margin-top: 14px;
  text-align: left;
  font: normal normal 300 16px/25px Poppins;
  color: #39325a;
}
.advantages .seo-btn {
  margin: 40px auto 0;
}

@media screen and (max-width: 1200px) {
  .advantages {
    padding: 0.88rem 0.6rem 0.8rem;
  }
  .advantages .p-desc {
    width: 100%;
  }
  .advantages-content {
    margin-top: 0.72rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.36rem;
  }
  .advantages-item {
    width: 100%;
    min-height: 5.62rem;
    padding: 0.5rem 0.5rem 0.6rem;
    border-radius: 0.4rem;
  }
  .advantages-item-icon {
    width: 1.02rem;
    height: 1.02rem;
  }
  .advantages-item-title {
    margin-top: 0.32rem;
    font: normal normal 600 0.32rem/0.45rem Poppins;
  }
  .advantages-item-desc {
    margin-top: 0.24rem;
    text-align: center;
    font: normal normal 300 0.28rem/0.42rem Poppins;
  }
  .advantages .seo-btn {
    margin: 0.72rem auto 0;
  }
}
.models {
  padding: 100px 0 110px;
  background: center top/contain no-repeat;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/models_bg.svg");
}
.models .h2-title {
  color: #ffffff;
}
.models .content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
}
@media (min-width: 1201px) {
  .models .content .models-swiper {
    width: 1362px;
    height: auto;
  }
  .models .content .models-swiper .swiper-wrapper {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 30px;
  }
  .models .content .models-swiper .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 434px !important;
  }
}
.models .content .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;
  position: relative;
  padding: 8px;
  background: #dfe1fb;
  border-radius: 20px;
}
.models .content .swiper-slide:nth-child(1) {
  background: #fdf0df;
}
.models .content .swiper-slide:nth-child(2) {
  background: #f6efd9;
}
.models .content .swiper-slide:nth-child(3) {
  background: #dfe1fb;
}
.models .content .swiper-slide:nth-child(4) {
  background: #e1d9ff;
}
.models .content .swiper-slide:nth-child(5) {
  background: #dfe1fb;
}
.models .content .swiper-slide:nth-child(6) {
  background: #fdf0df;
}
.models .content .swiper-slide .icon-logo {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 48px;
  height: auto;
  vertical-align: middle;
}
.models .content .swiper-slide-cont {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(180px 0, 100% 0, 100% 100%, 0 100%, 0 98px);
          clip-path: polygon(180px 0, 100% 0, 100% 100%, 0 100%, 0 98px);
  padding: 10px 12px 36px;
  background: #ffffff;
  border-radius: 16px;
}
.models .content .swiper-slide-title {
  width: 239px;
  margin-left: auto;
  text-align: end;
  font: normal normal 600 22px/31px Poppins;
  color: #000000;
}
.models .content .swiper-slide-desc {
  text-align: end;
  width: 320px;
  margin: 4px 0 0 auto;
  font: normal normal normal 16px/21px Poppins;
  color: #000000;
}
.models .content .swiper-slide-img {
  width: 100%;
  height: auto;
  margin-top: 30px;
  vertical-align: middle;
}
.models .content .swiper-slide-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 26px auto 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.models .content .swiper-slide-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font: normal normal normal 16px/22px Poppins;
  color: #000000;
}
.models .content .swiper-slide-list > li::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 12px;
  margin-top: 5px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/icon_hook.svg") no-repeat center/contain;
}
.models .content .swiper-slide-btn {
  min-width: 326px;
  height: 49px;
  margin: 28px auto 0;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .models {
    padding: 0.88rem 0.6rem 1rem;
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/models_bg_mb.svg");
  }
  .models .h2-title {
    width: 100%;
    font: normal normal 600 0.44rem/0.56rem Poppins;
  }
  .models .content {
    margin: 0.64rem auto 0;
    overflow: hidden;
  }
  .models .content .models-swiper {
    width: 6.3rem;
    height: auto;
    overflow-x: visible;
  }
  .models .content .models-swiper .swiper-pagination {
    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;
    margin-top: 0.6rem;
  }
  .models .content .models-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    background: #dbc1ea;
    opacity: 0.4;
  }
  .models .content .models-swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .models .content .swiper-slide {
    padding: 0.12rem;
    border-radius: 0.2rem;
  }
  .models .content .swiper-slide .icon-logo {
    top: 0.12rem;
    left: 0.2rem;
    width: 0.8rem;
  }
  .models .content .swiper-slide-cont {
    -webkit-clip-path: polygon(2.3rem 0, 100% 0, 100% 100%, 0 100%, 0 1.2rem);
            clip-path: polygon(2.3rem 0, 100% 0, 100% 100%, 0 100%, 0 1.2rem);
    padding: 0.12rem 0.2rem 0.44rem;
    border-radius: 0.16rem;
  }
  .models .content .swiper-slide-title {
    width: 3.8rem;
    font: normal normal 600 0.32rem/0.45rem Poppins;
  }
  .models .content .swiper-slide-desc {
    width: 4.9rem;
    margin: 0.08rem 0 0 auto;
    font: normal normal normal 0.25rem/0.35rem Poppins;
    letter-spacing: -0.007rem;
  }
  .models .content .swiper-slide-img {
    margin-top: 0.4rem;
  }
  .models .content .swiper-slide-list {
    margin: 0.36rem auto 0;
    gap: 0.2rem;
  }
  .models .content .swiper-slide-list > li {
    gap: 0.16rem;
    font: normal normal normal 0.28rem/0.37rem Poppins;
  }
  .models .content .swiper-slide-list > li::before {
    width: 0.28rem;
    height: 0.14rem;
  }
  .models .content .swiper-slide-btn {
    min-width: auto;
    width: 100%;
    height: 1rem;
    margin: 0.4rem auto 0;
  }
}
.imagestyles {
  padding: 80px 0 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f8ff), to(#e9e3ff));
  background: linear-gradient(180deg, #f7f8ff 0%, #e9e3ff 100%);
}
.imagestyles .pc_show {
  display: block;
}
.imagestyles .mob_show {
  display: none;
}
.imagestyles-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 40px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid rgba(109, 78, 255, 0.2117647059);
  border-radius: 27px;
}
.imagestyles-tab .tab-item {
  min-width: 214px;
  height: 37px;
  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 16px;
  border-radius: 19px;
  text-align: center;
  font: normal normal 600 16px/40px Poppins;
  color: #39325a;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .imagestyles-tab .tab-item:hover {
    background: rgba(109, 77, 255, 0.16);
  }
}
.imagestyles-tab .tab-item.active {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#6d4dff), to(#baabff));
  background: linear-gradient(180deg, #6d4dff 0%, #baabff 100%);
}
.imagestyles-container {
  margin: 30px auto 0;
  max-width: 1492px;
}
.imagestyles-cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.imagestyles-cont .tti-swiper,
.imagestyles-cont .iti-swiper {
  width: 1220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.imagestyles-cont .tti-swiper .swiper-slide,
.imagestyles-cont .iti-swiper .swiper-slide {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.imagestyles-cont.tti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.imagestyles-cont.tti .tti-swiper .swiper-slide {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.imagestyles-cont.tti .tti-swiper .swiper-slide .tti-item {
  position: relative;
  width: 290px;
  height: 290px;
  border-radius: 12px;
  overflow: hidden;
}
.imagestyles-cont.tti .tti-swiper .swiper-slide .tti-item:first-child {
  height: 600px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.imagestyles-cont.tti .tti-swiper .swiper-slide .tti-item-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.imagestyles-cont.tti .tti-swiper .swiper-slide .tti-item-cont {
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6392156863)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6392156863) 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: 9px 12px 16px;
  overflow: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.imagestyles-cont.tti .tti-swiper .swiper-slide .tti-item-cont .tti-item-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;
  min-width: 170px;
  height: 34px;
  padding: 0 16px;
  background: -webkit-gradient(linear, left top, right top, from(#8b3dff), to(#561df1));
  background: linear-gradient(90deg, #8b3dff 0%, #561df1 100%);
  border-radius: 100px;
  text-align: center;
  font: normal normal 500 14px/21px Poppins;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .imagestyles-cont.tti .tti-swiper .swiper-slide .tti-item-cont .tti-item-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(139, 61, 255, 0.8)), to(rgba(86, 29, 241, 0.8)));
    background: linear-gradient(90deg, rgba(139, 61, 255, 0.8) 0%, rgba(86, 29, 241, 0.8) 100%);
  }
}
.imagestyles-cont.tti .tti-swiper .swiper-slide .tti-item-cont .tti-item-prompt {
  margin-top: 10px;
  font: normal normal normal 12px/18px Poppins;
  color: #ffffff;
  opacity: 0.8;
}
@media screen and (min-width: 1201px) {
  .imagestyles-cont.tti .tti-swiper .swiper-slide .tti-item:hover .tti-item-cont {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.imagestyles-cont.iti {
  display: none;
}
.imagestyles-cont.iti .iti-swiper .swiper-slide {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container {
  position: relative;
  width: 600px;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
}
.imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-label {
  position: absolute;
  top: 12px;
  padding: 2px 9px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  color: #fff;
  font: normal normal normal 12px/18px Poppins;
  letter-spacing: 0.12px;
  z-index: 4;
}
.imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-label.label-before {
  left: 15px;
}
.imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-label.label-after {
  right: 15px;
}
.imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  border-right: 2px solid #fff;
  overflow: hidden;
}
.imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-before > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-after > img {
  width: 600px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 20;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
}
.imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-slider:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-slider-btn {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-desc {
  position: absolute;
  bottom: 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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  min-height: 100px;
  padding: 12px 12px 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6392156863)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6392156863) 100%);
  text-align: center;
  font: normal normal normal 12px/18px Poppins;
  color: #ffffff;
  opacity: 0.8;
  z-index: 4;
}
@media screen and (min-width: 1201px) {
  .imagestyles-cont .swiper-button-prev,
.imagestyles-cont .swiper-button-next {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
    background: rgba(91, 87, 93, 0.1607843137) url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/imagestyles_icon_right.svg") no-repeat center/14px 21px;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1201px) {
  .imagestyles-cont .swiper-button-prev:not(.swiper-button-disabled),
.imagestyles-cont .swiper-button-next:not(.swiper-button-disabled) {
    cursor: pointer;
  }
  .imagestyles-cont .swiper-button-prev:not(.swiper-button-disabled):hover,
.imagestyles-cont .swiper-button-next:not(.swiper-button-disabled):hover {
    background-color: #b5a5ff;
  }
}
@media screen and (min-width: 1201px) {
  .imagestyles-cont .swiper-button-prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.imagestyles .seo-btn {
  margin: 28px auto 0;
}

@media screen and (max-width: 1200px) {
  .imagestyles {
    padding: 0.8rem 0 1rem;
  }
  .imagestyles .pc_show {
    display: none;
  }
  .imagestyles .mob_show {
    display: block;
  }
  .imagestyles .h2-title {
    padding: 0 0.6rem;
  }
  .imagestyles .p-desc {
    padding: 0 0.6rem;
  }
  .imagestyles-tab {
    width: 6.3rem;
    gap: 0;
    margin: 0.48rem auto 0.54rem;
    padding: 0.08rem;
    border: 0.01rem solid rgba(109, 78, 255, 0.2117647059);
    border-radius: 0.5rem;
  }
  .imagestyles-tab .tab-item {
    min-width: auto;
    width: 50%;
    height: 0.8rem;
    padding: 0 0.2rem;
    border-radius: 1rem;
    font: normal normal 600 0.28rem/0.4rem Poppins;
  }
  .imagestyles-container {
    margin: 0.44rem auto 0;
    max-width: 100%;
  }
  .imagestyles-cont .tti-swiper,
.imagestyles-cont .iti-swiper {
    width: 6.7rem;
    margin: 0 auto;
  }
  .imagestyles-cont .tti-swiper .swiper-slide,
.imagestyles-cont .iti-swiper .swiper-slide {
    gap: 0.2rem;
  }
  .imagestyles-cont .tti-swiper .swiper-pagination,
.imagestyles-cont .iti-swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.16rem;
    margin-top: 0.4rem;
  }
  .imagestyles-cont .tti-swiper .swiper-pagination .swiper-pagination-bullet,
.imagestyles-cont .iti-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    background: #6d4dff;
    opacity: 0.4;
  }
  .imagestyles-cont .tti-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.imagestyles-cont .iti-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .imagestyles-cont.tti .tti-swiper .swiper-slide {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .imagestyles-cont.tti .tti-swiper .swiper-slide .tti-item {
    position: relative;
    width: 3.25rem;
    height: 4.02rem;
    border-radius: 0.16rem;
  }
  .imagestyles-cont.tti .tti-swiper .swiper-slide .tti-item:first-child {
    height: 4.02rem;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .imagestyles-cont.tti .tti-swiper .swiper-slide .tti-item-img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .imagestyles-cont.tti .tti-swiper .swiper-slide .tti-item-cont {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6392156863)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6392156863) 100%);
    padding: 0.18rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .imagestyles-cont.tti .tti-swiper .swiper-slide .tti-item-cont .tti-item-btn {
    min-width: 2rem;
    height: 0.5rem;
    padding: 0 0.24rem;
    border-radius: 1rem;
    font: normal normal 500 0.24rem/0.3rem Poppins;
  }
  .imagestyles-cont.tti .tti-swiper .swiper-slide .tti-item-cont .tti-item-prompt {
    margin-top: 0.08rem;
    font: normal normal normal 0.24rem/0.35rem Poppins;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .imagestyles-cont.iti .iti-swiper .swiper-slide {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container {
    position: relative;
    width: 6.7rem;
    height: 4.02rem;
    border-radius: 0.16rem;
    overflow: hidden;
  }
  .imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-label {
    position: absolute;
    top: 0.18rem;
    padding: 0.04rem 0.09rem;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0.08rem;
    -webkit-backdrop-filter: blur(0.3rem);
            backdrop-filter: blur(0.3rem);
    color: #fff;
    font: normal normal normal 0.22rem/0.3rem Poppins;
    letter-spacing: 0.0022;
    z-index: 4;
  }
  .imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-label.label-before {
    left: 0.18rem;
  }
  .imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-label.label-after {
    right: 0.18rem;
  }
  .imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    border-right: 0.02rem solid #fff;
    overflow: hidden;
  }
  .imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-before > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 6.7rem;
    height: 4.02rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-after > img {
    width: 6.7rem;
    height: 4.02rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: -webkit-grab;
    cursor: grab;
    z-index: 3;
  }
  .imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-slider:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  .imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-slider-btn {
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .imagestyles-cont.iti .iti-swiper .swiper-slide .compare-container .compare-desc {
    position: absolute;
    bottom: 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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    min-height: 1.04rem;
    padding: 0.18rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6392156863)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6392156863) 100%);
    text-align: center;
    font: normal normal normal 0.24rem/0.34rem Poppins;
    color: #ffffff;
    opacity: 0.8;
    z-index: 4;
  }
  .imagestyles .seo-btn {
    margin: 0.72rem auto 0;
  }
}
.features {
  padding: 0 0 148px;
}
.features .p-desc {
  width: 1086px;
  letter-spacing: 0.36px;
}
.features-content {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 108px;
}
.features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 86px;
}
.features-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.features-item-img {
  border-radius: 16px;
}
.features-item-cont {
  width: 570px;
}
.features-item-title {
  font: normal normal 600 22px/34px Poppins;
  color: #6d4dff;
}
.features-item-desc {
  margin-top: 10px;
  font: normal normal 300 16px/25px Poppins;
  color: #000000;
}
.features-item .seo-btn {
  margin-top: 30px;
  padding: 0 20px;
}

@media screen and (max-width: 1200px) {
  .features {
    padding: 0 0.6rem 0.99rem;
  }
  .features .p-desc {
    width: 100%;
    letter-spacing: 0.0056rem;
  }
  .features-content {
    margin-top: 0.88rem;
    gap: 0.88rem;
  }
  .features-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.38rem;
  }
  .features-item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features-item-img {
    width: 5.68rem;
    height: auto;
    border-radius: 0.22rem;
  }
  .features-item-cont {
    width: 100%;
  }
  .features-item-title {
    text-align: center;
    font: normal normal 600 0.32rem/0.54rem Poppins;
  }
  .features-item-desc {
    margin-top: 0.2rem;
    text-align: center;
    font: normal normal 300 0.28rem/0.42rem Poppins;
    letter-spacing: 0.0056rem;
  }
  .features-item .seo-btn {
    margin-top: 0.3rem;
    padding: 0 0.2rem;
  }
}
.steps {
  padding: 88px 0;
  background: transparent -webkit-image-set(url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/steps_bg.webp") type("image/webp"), url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/steps_bg.webp") type("image/png")) no-repeat center center;
  background: transparent image-set(url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/steps_bg.webp") type("image/webp"), url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/steps_bg.webp") type("image/png")) no-repeat center center;
}
.steps .h2-title {
  width: 1390px;
  color: #ffffff;
}
.steps .p-desc {
  width: 1276px;
  margin-top: 26px;
  letter-spacing: 0.36px;
  color: #ffffff;
}
.steps-content {
  margin-top: 66px;
}
.steps-swiper {
  width: 1222px;
  height: 517px;
}
.steps-swiper .swiper-slide {
  padding: 30px 30px 40px;
  background: #0b141e 0% 0% no-repeat padding-box;
  border: 1px solid rgba(47, 47, 77, 0.8);
  border-radius: 10px;
}
.steps-swiper .swiper-slide-num {
  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 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  font: normal normal 600 16px/25px Poppins;
  color: #ffffff;
  background-color: rgba(49, 58, 68, 0.6);
  border-radius: 4px;
}
.steps-swiper .swiper-slide-img {
  margin-top: 40px;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.steps-swiper .swiper-slide-title {
  height: 58px;
  margin-top: 44px;
  font: normal normal 600 20px/29px Poppins;
  color: #ffffff;
}
.steps-swiper .swiper-slide-desc {
  margin-top: 12px;
  font: normal normal 300 14px/21px Poppins;
  color: #ffffff;
}
.steps .seo-btn {
  margin: 40px auto 0;
}

@media screen and (max-width: 1200px) {
  .steps {
    padding: 1rem 0.6rem;
    background: transparent -webkit-image-set(url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/steps_mb_bg.webp") type("image/webp"), url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/steps_mb_bg.webp") type("image/png")) no-repeat center center;
    background: transparent image-set(url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/steps_mb_bg.webp") type("image/webp"), url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/steps_mb_bg.webp") type("image/png")) no-repeat center center;
  }
  .steps .h2-title {
    width: 100%;
  }
  .steps .p-desc {
    width: 100%;
    margin-top: 0.32rem;
    letter-spacing: 0.0056rem;
  }
  .steps-content {
    margin-top: 0.44rem;
  }
  .steps-swiper {
    width: 6.18rem;
    height: auto;
    --swiper-pagination-progressbar-size: 0.14rem;
    --swiper-pagination-progressbar-bg-color: #383b65;
    --swiper-pagination-color: #8c73ff;
  }
  .steps-swiper .swiper-slide {
    height: 7.44rem;
    padding: 0.3rem 0.3rem 0.6rem;
    border: 0.01rem solid rgba(47, 47, 77, 0.8);
    border-radius: 0.1rem;
  }
  .steps-swiper .swiper-slide-num {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    padding: 0;
    height: auto;
    font: normal normal 600 0.3rem/0.43rem Poppins;
    color: #8c73ff;
    background-color: transparent;
    border-radius: 0;
  }
  .steps-swiper .swiper-slide-num::after {
    position: absolute;
    left: 1.18rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    content: "";
    width: 4.39rem;
    height: 0;
    border-bottom: 0.02rem dashed #b683ff;
    opacity: 0.5;
  }
  .steps-swiper .swiper-slide-img {
    margin-top: 0.26rem;
  }
  .steps-swiper .swiper-slide-title {
    height: auto;
    margin-top: 0.4rem;
    font: normal normal 600 0.32rem/0.45rem Poppins;
  }
  .steps-swiper .swiper-slide-desc {
    margin-top: 0.04rem;
    font: normal normal 300 0.28rem/0.42rem Poppins;
  }
  .steps-swiper .swiper-pagination {
    height: 0.14rem;
    background-color: #383b65;
    border-radius: 0.07rem;
    margin-top: 0.4rem;
  }
  .steps-swiper .swiper-pagination-progressbar-fill {
    display: block;
    height: 100%;
    background: #8c73ff 0% 0% no-repeat padding-box;
    border-radius: 0.07rem;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .steps .seo-btn {
    margin: 0.76rem auto 0;
  }
}
.youtube {
  width: 970px;
  height: 546px;
  margin: 80px auto 0;
  border-radius: 10px;
  overflow: hidden;
}
.youtube > iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .youtube {
    width: 6.3rem;
    height: 3.54rem;
    margin: 0.88rem auto 0;
    border-radius: 0.2rem;
    overflow: hidden;
  }
}
.usecases {
  padding: 94px 0 100px;
}
.usecases .h2-title {
  width: 1364px;
}
.usecases .p-desc {
  width: 1086px;
  margin-top: 12px;
  letter-spacing: 0.36px;
}
.usecases .seo-btn {
  margin: 36px auto 0;
}
.usecases-content {
  margin-top: 48px;
}
.usecases-swiper {
  width: 1364px;
  background: #14122e 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.usecases-swiper .swiper-slide {
  padding: 172px 100px 104px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 150px;
}
.usecases-swiper .swiper-slide-img {
  width: 594px;
  height: auto;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.usecases-swiper .swiper-slide-img img {
  display: block;
  width: 100%;
  height: auto;
}
.usecases-swiper .swiper-slide-title {
  font: normal normal 600 26px/39px Poppins;
  color: #ffffff;
}
.usecases-swiper .swiper-slide-desc {
  margin-top: 20px;
  font: normal normal 300 18px/30px Poppins;
  color: #ffffff;
}
.usecases-swiper .swiper-pagination {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 10px;
}
.usecases-swiper .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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 72px;
  padding: 0 20px;
  background-color: #48466a;
  border-radius: 13px;
  text-align: center;
  font: normal normal 500 18px/22px Poppins;
  color: #ffffff;
  cursor: pointer;
}
.usecases-swiper .swiper-pagination-bullet-active {
  background-color: #6d4dff;
}

@media screen and (max-width: 1200px) {
  .usecases {
    width: 100%;
    padding: 0.9rem 0 1rem;
    overflow: hidden;
  }
  .usecases .h2-title {
    width: 6.42rem;
  }
  .usecases .p-desc {
    width: 6.3rem;
    margin-top: 0.22rem;
    letter-spacing: 0.0056rem;
  }
  .usecases .seo-btn {
    margin: 0.48rem auto 0;
  }
  .usecases-content {
    margin-top: 0.64rem;
    width: 100vw;
    overflow: hidden;
  }
  .usecases-swiper {
    width: 6.3rem;
    height: 8.97rem;
    border-radius: 0.24rem;
    overflow: visible;
    background-color: transparent;
  }
  .usecases-swiper .swiper-slide {
    height: 100%;
    padding: 0.14rem 0.18rem 0.35rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0;
    background-color: #14122e;
    border-radius: 0.24rem;
  }
  .usecases-swiper .swiper-slide-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-radius: 0.16rem;
    padding: 0 0.14rem;
    text-align: center;
    font: normal normal 500 0.28rem/0.56rem Poppins;
    background-color: #48466a;
    color: #ffffff;
  }
  .usecases-swiper .swiper-slide-img {
    width: 5.74rem;
    height: auto;
    margin-top: 0.54rem;
  }
  .usecases-swiper .swiper-slide-cont {
    margin-top: 0.6rem;
    width: 4.84rem;
  }
  .usecases-swiper .swiper-slide-title {
    text-align: center;
    font: normal normal 600 0.32rem/0.45rem Poppins;
  }
  .usecases-swiper .swiper-slide-desc {
    margin-top: 0.24rem;
    text-align: center;
    font: normal normal 300 0.24rem/0.35rem Poppins;
  }
  .usecases-swiper .swiper-pagination {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 0 10px;
  }
  .usecases-swiper .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;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 72px;
    padding: 0 20px;
    background-color: #48466a;
    border-radius: 13px;
    text-align: center;
    font: normal normal 500 18px/22px Poppins;
    color: #ffffff;
    cursor: pointer;
  }
  .usecases-swiper .swiper-pagination-bullet-active {
    background-color: #6d4dff;
  }
}
.recommend-tools {
  padding: 0 0 120px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/recommend_tools_bg.svg") no-repeat center/cover;
}
.recommend-tools .content {
  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;
  width: 1330px;
  margin: 100px auto 0;
}
.recommend-tools .content .tools-item {
  height: 74px;
  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 32px;
  background: #ffffff;
  border: 1px solid rgba(109, 78, 255, 0.6);
  border-radius: 50px;
  text-align: center;
  font: normal normal 300 23px/40px Poppins;
  color: #000000;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .recommend-tools .content .tools-item:hover {
    background: #6d4dff;
    color: #ffffff;
  }
}

@media screen and (max-width: 1200px) {
  .recommend-tools {
    padding: 0 0.6rem 1.1rem;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/recommend_tools_bg_mb.webp") no-repeat center top/100% auto;
  }
  .recommend-tools .content {
    gap: 0.3rem 0.2rem;
    width: 100%;
    margin: 0.64rem auto 0;
  }
  .recommend-tools .content .tools-item {
    width: calc((100% - 0.2rem) / 2);
    height: 0.86rem;
    padding: 0 0.24rem;
    border: 0.01rem solid rgba(109, 78, 255, 0.6);
    border-radius: 0.5rem;
    font: normal normal 300 0.28rem/1 Poppins;
    letter-spacing: -0.016rem;
  }
  .recommend-tools .content .tools-item:last-child {
    width: 100%;
  }
}
.FAQs {
  padding: 74px 0 100px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f1eeff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ffffff 0%, #f1eeff 100%) 0% 0% no-repeat padding-box;
}
.FAQs .h2-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font: normal normal 600 40px/56px Poppins;
  color: #000000;
}
.FAQs .h2-title > span {
  margin-bottom: 12px;
  text-align: center;
  font: normal normal 500 25px/50px Poppins;
  letter-spacing: 9.5px;
  color: #6d4dff;
}
.FAQs-content {
  width: 812px;
  margin: 54px auto 0;
}
.FAQs-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d0de;
  margin-bottom: 30px;
}
.FAQs-item:last-child {
  margin-bottom: 0;
}
.FAQs-item-question {
  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;
  cursor: pointer;
}
.FAQs-item-question-text {
  font: normal normal 300 18px/27px Poppins;
  color: #6d4dff;
}
.FAQs-item-question-icon {
  width: 18px;
  height: 18px;
}
.FAQs-item-answer {
  display: none;
  margin-top: 12px;
  font: normal normal 300 16px/25px Poppins;
  color: #000000;
}
.FAQs-item-answer > a {
  color: #8b3dff;
  font-weight: 400;
}
.FAQs-item-answer > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  font: inherit;
  color: #000000;
}
.FAQs-item-answer ul {
  padding-left: 2em;
  font: inherit;
  color: inherit;
}
.FAQs-item-answer ul li {
  list-style: disc;
  font: inherit;
  color: inherit;
}
.FAQs-item.active .FAQs-item-question-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.FAQs-item.active .FAQs-item-answer {
  display: block;
}

@media screen and (max-width: 1200px) {
  .FAQs {
    padding: 0.88rem 0.6rem 1rem;
  }
  .FAQs .h2-title {
    font: normal normal 600 0.44rem/0.56rem Poppins;
  }
  .FAQs .h2-title > span {
    margin-bottom: 0.24rem;
    font: normal normal 500 0.28rem/0.5rem Poppins;
    letter-spacing: 0.11rem;
  }
  .FAQs-content {
    width: 100%;
    margin: 0.56rem auto 0;
  }
  .FAQs-item {
    padding-bottom: 0.42rem;
    border-bottom: 0.01rem solid #d2d0de;
    margin-bottom: 0.42rem;
  }
  .FAQs-item-question-text {
    font: normal normal 500 0.32rem/0.48rem Poppins;
  }
  .FAQs-item-question-icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .FAQs-item-answer {
    margin-top: 0.26rem;
    font: normal normal 300 0.28rem/0.42rem Poppins;
  }
  .FAQs-item-answer > span {
    padding-left: 0.32rem;
  }
}
.blogs {
  padding: 100px 0;
}
.blogs .h2-title {
  width: 1364px;
}
.blogs .p-desc {
  width: 1364px;
}
.blogs-content {
  width: 1344px;
  margin: 70px auto 0;
  position: relative;
}
.blogs-content .swiper-button-prev,
.blogs-content .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 56px;
  z-index: 10;
  cursor: pointer;
  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(91, 87, 93, 0.1607843137);
  border-radius: 50%;
}
.blogs-content .swiper-button-prev::after,
.blogs-content .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 16px;
  height: 26px;
  background: transparent url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/goright.svg") center center no-repeat padding-box;
  background-size: contain;
}
@media screen and (min-width: 1201px) {
  .blogs-content .swiper-button-prev:hover:not(.swiper-button-disabled),
.blogs-content .swiper-button-next:hover:not(.swiper-button-disabled) {
    background: #b5a5ff;
  }
}
.blogs-content .swiper-button-prev {
  left: -106px;
}
.blogs-content .swiper-button-prev::after {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
          transform: rotate(180deg) translate(50%, 50%);
}
.blogs-content .swiper-button-next {
  right: -106px;
}
.blogs-content .swiper-button-disabled {
  cursor: not-allowed;
}
.blogs-swiper {
  width: 1344px;
  height: 552px;
}
.blogs-swiper .swiper-slide {
  height: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid rgba(112, 112, 112, 0.1607843137);
  border-radius: 10px;
  overflow: hidden;
}
.blogs-swiper .swiper-slide-cont {
  display: block;
  width: 100%;
  height: 100%;
}
.blogs-swiper .swiper-slide-img {
  width: 318px;
  height: 242px;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs-swiper .swiper-slide-title {
  margin-top: 22px;
  padding: 0 22px;
  font: normal normal 600 22px/30px Poppins;
  color: #323232;
  opacity: 0.88;
}
.blogs-swiper .swiper-slide-desc {
  margin-top: 16px;
  padding: 0 20px 32px;
  font: normal normal 300 16px/24px Poppins;
  letter-spacing: 0px;
  color: #323232;
  opacity: 0.88;
}

@media screen and (max-width: 1200px) {
  .blogs {
    width: 100%;
    padding: 0.88rem 0 1rem;
    overflow: hidden;
  }
  .blogs .h2-title {
    width: 6.3rem;
  }
  .blogs .p-desc {
    width: 6.3rem;
    margin-top: 0.22rem;
    letter-spacing: 0.0056rem;
  }
  .blogs-content {
    width: 100%;
    margin: 0.64rem auto 0;
    position: relative;
    overflow: hidden;
  }
  .blogs-swiper {
    width: 5.3rem;
    height: 8.43rem;
    overflow: visible;
  }
  .blogs-swiper .swiper-slide {
    border: 0.01rem solid rgba(112, 112, 112, 0.1607843137);
    border-radius: 0.24rem;
  }
  .blogs-swiper .swiper-slide-img {
    width: 5.3rem;
    height: 3.6rem;
  }
  .blogs-swiper .swiper-slide-title {
    margin-top: 0.32rem;
    padding: 0 0.3rem;
    font: normal normal 600 0.32rem/0.48rem Poppins;
  }
  .blogs-swiper .swiper-slide-desc {
    margin-top: 0.24rem;
    padding: 0 0.3rem 0.6rem;
    font: normal normal 300 0.26rem/0.35rem Poppins;
  }
}
.bottom-banner {
  background: center bottom/cover no-repeat;
  background-image: -webkit-image-set(url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/bottom_banner_bg.webp") type("image/webp"), url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/bottom_banner_bg.webp") type("image/png"));
  background-image: image-set(url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/bottom_banner_bg.webp") type("image/webp"), url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/bottom_banner_bg.webp") type("image/png"));
  padding: 136px 0 124px;
}
.bottom-banner .h2-title {
  width: 1048px;
  color: #ffffff;
  text-shadow: 0px 3px 6px rgba(9, 0, 40, 0.2);
}
.bottom-banner .p-desc {
  width: 871px;
  color: #ffffff;
  text-shadow: 0px 3px 6px rgba(9, 0, 40, 0.2);
}
.bottom-banner .seo-btn {
  margin: 56px auto 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 10px 20px rgba(9, 0, 40, 0.1607843137);
          box-shadow: 0px 10px 20px rgba(9, 0, 40, 0.1607843137);
  color: #6d4dff;
  gap: 18px;
}
@media screen and (min-width: 1201px) {
  .bottom-banner .seo-btn:hover .btn-icon {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .bottom-banner {
    background-image: -webkit-image-set(url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/bottom_banner_mb_bg.webp") type("image/webp"), url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/bottom_banner_mb_bg.webp") type("image/png"));
    background-image: image-set(url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/bottom_banner_mb_bg.webp") type("image/webp"), url("https://static-alter1.vidnoz.com/web/fr/img/ai-image-generator/seo/bottom_banner_mb_bg.webp") type("image/png"));
    padding: 0.74rem 0.6rem 3.6rem;
  }
  .bottom-banner .h2-title {
    width: 6.3rem;
    text-shadow: 0 0.06rem 0.12rem rgba(9, 0, 40, 0.2);
  }
  .bottom-banner .p-desc {
    width: 6.3rem;
    margin-top: 0.25rem;
    text-shadow: 0 0.06rem 0.12rem rgba(9, 0, 40, 0.2);
  }
  .bottom-banner .seo-btn {
    margin: 0.6rem auto 0;
    -webkit-box-shadow: 0 10px 20px rgba(9, 0, 40, 0.1607843137);
            box-shadow: 0 10px 20px rgba(9, 0, 40, 0.1607843137);
  }
}