main img,
main video {
  height: auto;
}

@media (max-width: 992px) {
  main.sexy-video h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.sexy-video .to-sexy-video-btn {
  padding: 14px 20px;
  border-radius: 50px;
  background-color: #685bff;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.sexy-video .to-sexy-video-btn img {
  width: 24px;
  height: 24px;
}

.sexy-video .section-1 {
  background-image: url(https://images.imyfone.com/chatartweben/asset/overview/sexy-ai-video-generator/section-1-bg.png);
  background-size: cover;
  background-position: center top;
  min-height: 1065px;
}

.sexy-video .section-1 .main-container {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sexy-video .section-1 .main-container h1 {
  font-weight: 700;
  font-size: 52px;
  text-align: center;
  color: #2a3048;
}

.sexy-video .section-1 .main-container h1:first-of-type {
  background: linear-gradient(90deg, #7165FF 0%, #B000E5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sexy-video .section-1 .main-container p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #2a3048;
  margin-top: 20px;
}

.sexy-video .section-1 .main-container .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
}

.sexy-video .section-1 .main-container .button-group a {
  width: 240px;
  height: 64px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 64px;
}

.sexy-video .section-1 .main-container .button-group .img-to-video-btn {
  background: linear-gradient(90deg, #7165ff 0%, #b000e5 100%);
  color: #fff;
}

.sexy-video .section-1 .main-container .button-group .img-to-video-btn:hover{
  background: linear-gradient(90deg, #9288FF 0%, #D034FF 100%);
}

.sexy-video .section-1 .main-container .button-group .txt-to-video-btn {
  border: 1px solid #685bff;
  color: #685bff;
  background: #FFFFFFB2;
}

.sexy-video .section-1 .main-container .button-group .txt-to-video-btn:hover{
  backdrop-filter: blur(8px);
  background: #fff;
}


.sexy-video .section-1 .main-container .video {
  max-width: 680px;
  width: 50%;
  position: relative;
  margin-top: 36px;
}

.sexy-video .section-1 .main-container .video-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  position: relative;
}

.sexy-video .section-1 .main-container .video-content {
  position: relative;
}

.sexy-video .section-1 .main-container .video-content::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -7px;
  width: calc(100% + 14px);
  height: 100%;
  background: url(https://images.imyfone.com/chatartweben/assets/overview/ai-image-to-video-filter/banner-video-frame.svg)
    no-repeat center/100% 100%;
}

.sexy-video .section-1 .main-container .video-content video {
  width: 200px;
  border-radius: 30px;
  cursor: pointer;
}

.sexy-video .section-1 .main-container .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57px;
  height: 57px;
  cursor: pointer;
  background: url(https://images.imyfone.com/chatartweben/assets/overview/ai-image-to-video-filter/play-icon.svg)
    no-repeat center/100% 100%;
  transition: all 0.2s;
}

.sexy-video .section-1 .main-container .play-btn:hover {
  opacity: 0.8;
}

.sexy-video .section-1 .main-container .video-bottom {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sexy-video .section-1 .main-container .swiper-container {
  width: 100%;
  padding: 64px 20px;
}

.sexy-video .section-1 .main-container .swiper-wrapper {
  display: flex;
  align-items: center;
}

.sexy-video .section-1 .main-container .swiper-slide {
  transition: all 0.3s ease;
  opacity: 0.7;
  z-index: 1;
  position: relative;
}

.sexy-video .section-1 .main-container .swiper-slide-active {
  transform: scale(1.22);
  opacity: 1;
  z-index: 2;
}

.sexy-video
  .section-1
  .main-container
  .swiper-slide-active
  .video-content::before {
  background-image: url(https://images.imyfone.com/chatartweben/asset/overview/sexy-ai-video-generator/banner-video-frame-active.svg);
}

@media (max-width: 900px) {
  .sexy-video .section-1 {
    min-height: unset;
  }

  .sexy-video .section-1 .main-container {
    padding: 64px 16px 0;
  }

  .sexy-video .section-1 .main-container h1 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
  }

  .sexy-video .section-1 .main-container .button-group {
    flex-direction: column;
    gap: 28px;
  }

  .sexy-video .section-1 .main-container .button-group a {
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    font-size: 16px;
  }
}

@media (max-width: 1366px) {
  .sexy-video .section-1 .main-container .video-content video {
    width: 180px;
    border-radius: 20px;
  }

  .most-use .content-item {
    padding: 120px 0;
  }

  .most-explore .tab-content {
    max-height: 400px;
  }
}
@media (max-width: 1100px) {
  main h2 {
    font-size: 36px;
  }

  .sexy-video .section-1 .main-container h1 {
    font-size: 36px;
  }

  .sexy-video .section-1 .main-container .video-content video {
    width: 140px;
    border-radius: 12px;
  }

  .sexy-video .section-1 .main-container .swiper-slide-active {
    transform: scale(1.32);
  }

  .sexy-video .section-1 .main-container .video-content::before {
    width: calc(100% + 12px);
  }

  .sexy-video .section-1 .main-container .play-btn {
    width: 40px;
    height: 40px;
  }

  .most-use {
    margin-top: -140px;
  }

  .most-use h2 {
    margin-bottom: 40px;
  }

  .most-use .base-maxwidth {
    padding: 40px;
  }

  .most-use .content-item,
  .most-use .content-item.img-and-video {
    padding: 100px 0;
    border-radius: 30px;
  }

  .most-use .content-item h3 {
    font-size: 28px;
  }

  .most-use .content-item .text {
    width: 50%;
  }

  .most-use .content-item .desc {
    font-size: 16px;
    margin: 14px 0 20px;
  }

  .most-effect .effect-count {
    font-size: 100px;
  }

  .most-effect .effect-item {
    width: calc(25% - 6px);
    margin: 0 0 12px;
    border-radius: 14px;
  }

  .most-effect .effect-item::before,
  .most-explore .explore-item::before {
    border-radius: 14px;
  }

  .most-effect .effect-item .effect-video,
  .most-explore .explore-item .explore-video {
    border-radius: 14px;
  }

  .most-effect .effect-item .effect-title {
    border-radius: 0 0 12px 12px;
  }

  .most-explore .explore-item {
    border-radius: 14px;
  }

  .most-explore .tab-content {
    max-height: 500px;
  }

  .most-explore .tab-pane {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }

  .most-explore .explore-item .explore-video {
    border-radius: 14px;
  }

  .next-creation {
    padding-bottom: 180px;
  }

  .next-creation .desc {
    margin: 12px 0 24px;
  }

  .next-creation .img::before {
    transform: translate(0%, -10%);
    width: 335px;
    height: 335px;
    filter: blur(60px);
  }

  .next-creation .img::after {
    transform: translate(10%, 20%);
    width: 387px;
    height: 387px;
    filter: blur(70px);
  }

  .most-faqs h2 {
    font-size: 42px;
    margin-top: 40px;
  }

  .most-faqs .faq-item {
    padding: 24px 0;
  }

  .most-faqs .faq-item .faq-title {
    font-size: 20px;
  }

  .most-faqs .faq-item .faq-content {
    font-size: 14px;
  }

  .most-ideas {
    padding: 140px 0;
  }

  .most-ideas h2 {
    font-size: 42px;
    max-width: 480px;
  }
}

@media (max-width: 998px) {
  .sexy-video .section-1 .main-container .base-maxwidth {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sexy-video .section-1 .main-container .text {
    margin: 0 auto 30px;
  }

  .sexy-video .section-1 .main-container h1 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    max-width: 560px;
    margin: 0 auto;
  }

  .sexy-video .section-1 .main-container .desc {
    text-align: center;
    margin: 8px auto 24px;
    font-size: 13px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
  }

  .sexy-video .section-1 .main-container .qr-box {
    justify-content: center;
  }

  .sexy-video .section-1 .main-container .qr-item {
    width: 210px;
    height: 60px;
    padding: 12px 22px;
    border-radius: 16px;
  }

  .sexy-video .section-1 .main-container .qr-code {
    display: none;
  }

  .sexy-video .section-1 .main-container .qr-content {
    margin-top: 0;
    height: 100%;
  }

  .sexy-video .section-1 .main-container .qr-content > svg {
    width: 36px;
    height: 36px;
  }

  .sexy-video .section-1 .main-container .qr-tip {
    font-size: 14px;
    font-weight: 700;
  }

  .sexy-video .section-1 .main-container .qr-name {
    font-size: 18px;
    font-weight: 700;
  }

  .sexy-video .section-1 .main-container .base-switching-button > .base-flex,
  .sexy-video .section-1 .main-container .base-version-switching {
    justify-content: center;
  }

  .sexy-video .section-1 .main-container .video {
    margin-left: 0;
    width: 70%;
    max-width: 500px;
  }

  .sexy-video .section-1 .main-container .circle-box span {
    filter: blur(75px);
  }

  .sexy-video .section-1 .main-container .circle-box span:nth-child(1) {
    width: 356px;
    height: 356px;
  }

  .sexy-video .section-1 .main-container .circle-box span:nth-child(2) {
    width: 286px;
    height: 286px;
  }

  .sexy-video .section-1 .main-container .circle-box span:nth-child(3) {
    transform: translate(30%, 0%);
    width: 282px;
    height: 282px;
  }

  .most-use {
    padding-bottom: 60px;
    margin-top: 0;
  }

  .most-use .base-maxwidth {
    flex-wrap: wrap;
    padding: 0 14px;
  }

  .most-use .content-item .text {
    width: 100%;
    max-width: 700px;
    padding: 0 20px;
  }

  .most-use .content-item .img {
    margin: 0 auto 20px;
    order: -1;
    width: 100%;
  }

  .most-use .content-item,
  .most-use .content-item.img-and-video {
    padding: 60px 0;
    border-radius: 20px;
  }

  .most-use .content-item h3 {
    font-size: 20px;
  }

  .most-use .content-item .desc {
    font-size: 14px;
    margin: 12px 0 20px;
  }

  .most-use .content-item .img video {
    border-radius: 10px;
  }

  .most-use .base-version-switching {
    display: none;
  }

  .most-effect {
    padding-bottom: 60px;
  }

  .most-effect .effect-item {
    width: calc(100% / 3 - 6px);
  }

  .most-effect .effect-count {
    font-size: 80px;
  }

  .most-effect h2 {
    margin-top: 8px;
  }

  .most-effect .desc {
    margin: 8px auto 24px;
    font-size: 14px;
  }

  .most-effect .effect-item .effect-title {
    padding: 2px 8px;
    font-size: 13px;
    min-height: 44px;
    line-height: 1.2;
  }

  .most-effect .base-switching-button .button,
  .most-explore .base-switching-button .button {
    width: 212px;
  }

  .most-effect .base-version-switching,
  .most-explore .base-version-switching {
    display: none;
  }

  .most-explore h2 {
    margin-bottom: 24px;
  }

  .most-explore .tab-content {
    max-height: 700px;
  }

  .most-explore .tab-pane {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .next-creation {
    padding: 60px 0 120px;
  }

  .next-creation .base-maxwidth {
    flex-wrap: wrap;
  }

  .next-creation .img {
    order: 1;
    margin-top: 20px;
  }

  .next-creation h2 {
    text-align: center;
  }

  .next-creation .desc {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
  }

  .next-creation .button-box {
    justify-content: center;
  }

  .next-creation .img::before {
    width: 235px;
    height: 235px;
  }

  .next-creation .img::after {
    width: 287px;
    height: 287px;
  }

  .most-inspire .base-version-switching {
    display: none;
  }

  .most-inspire h2 {
    margin: 0 auto 24px;
  }

  .most-inspire .img-box {
    margin-top: 20px;
  }

  .most-faqs {
    padding: 40px 0;
  }

  .most-faqs .base-maxwidth {
    justify-content: center;
    flex-wrap: wrap;
  }

  .most-faqs h2 {
    font-size: 28px;
    margin-top: 0;
  }

  .most-faqs .right {
    max-width: 100%;
    margin-left: 0;
    width: 100%;
    margin-top: 8px;
  }

  .most-faqs .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .most-ideas h2 {
    font-size: 28px;
    max-width: 280px;
    margin-bottom: 24px;
  }

  .most-ideas .base-switching-button .button {
    width: 212px;
  }

  .most-ideas .base-version-switching {
    display: none;
  }
}

@media (max-width: 567px) {
  .sexy-video .section-1 .main-container .video {
    width: 100%;
    max-width: 340px;
  }

  .sexy-video .section-1 .main-container .video-content video {
    width: 100px;
  }

  .sexy-video .section-1 .main-container .video-content::before {
    width: calc(100% + 6px);
    left: -3px;
  }

  .sexy-video .section-1 .main-container .play-btn {
    width: 32px;
    height: 32px;
  }
}

.sexy-video .section-2 .main-container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sexy-video .section-2 .main-container p {
  font-size: 18px;
  text-align: center;
  color: #2a3048;
  margin-top: 16px;
}

.sexy-video .section-2 .main-container .templates-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.sexy-video .section-2 .main-container .templates-card .card-box {
  width: 238px;
  height: 408px;
  border: 4px solid transparent;
  border-radius: 22px;
  background: transparent;
  transition: transform 0.3s ease;
}

.sexy-video .section-2 .main-container .templates-card .card-box:hover {
  transform: scale(1.18);
  background-color: #685bff;
}

.sexy-video .section-2 .main-container .templates-card .card-box.active {
  background-color: #685bff;
}

.sexy-video .section-2 .main-container .templates-card .card-box .template {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
}

.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box
  .template
  .preview-img,
.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box
  .template
  .preview-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}

/* 默认视频隐藏 */
.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box
  .template
  .preview-video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

/* 悬停时：图片隐藏、视频显示 */
.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box:hover
  .preview-img {
  opacity: 0;
}

.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box:hover
  .preview-video {
  opacity: 1;
  pointer-events: auto;
}

.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box.active
  .preview-img {
  opacity: 0;
}

.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box.active
  .preview-video {
  opacity: 1;
  pointer-events: auto;
}

.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box
  .template
  .template-hot-tag {
  width: 38px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  background-color: #ff0055;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 11px;
  right: 11px;
}

.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box
  .template
  .template-new-tag {
  width: 38px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  background: linear-gradient(90deg, #8d1bff 26.55%, #e455d4 75.36%);
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 11px;
  right: 11px;
}

.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box
  .template
  .template-name {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box:hover
  .template
  .template-name {
  display: none;
}

.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box.active
  .template
  .template-name {
  display: none;
}

.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box
  .template
  .shadow-box {
  width: 100%;
  height: 80px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  position: absolute;
  bottom: 0;
}

.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box
  .template
  .use-btn {
  width: 152px;
  height: 34px;
  backdrop-filter: blur(8px);
  background: rgba(235, 236, 238, 0.2);
  border: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  border-radius: 40px;
  color: #fff;
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box
  .template
  .use-btn:hover {
  background: rgba(235, 236, 238, 0.4);
  opacity: 1;
}

.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box:hover
  .template
  .use-btn {
  display: block;
}

.sexy-video
  .section-2
  .main-container
  .templates-card
  .card-box.active
  .template
  .use-btn {
  display: block;
}

.sexy-video .section-2 .main-container .move-box .arr-btn {
  display: none;
}

.sexy-video .section-2 .main-container .download{
  width: 280px;
}

@media (max-width: 1024px) {
  .sexy-video .section-2 .main-container {
    padding: 0 16px;
    overflow: hidden;
  }

  .sexy-video .section-2 .main-container p {
    margin-top: 0;
    font-weight: 400;
    font-size: 12px;
  }

.sexy-video .section-2 .main-container .download{
  width: auto;
}


  .sexy-video .section-2 .main-container .move-box {
    width: 100%;
    position: relative;
    margin: 20px 0 55px;
  }

  .sexy-video .section-2 .main-container .move-box .arr-btn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    backdrop-filter: blur(20px);
    background: rgba(235, 236, 238, 0.2);
    border-radius: 50%;
    padding-top: 7px;
    color: #fff;
  }

  .sexy-video .section-2 .main-container .move-box .arr-btn.left {
    padding-left: 10px;
    left: 8px;
  }

  .sexy-video .section-2 .main-container .move-box .arr-btn.left svg {
    transform: scaleX(-1);
  }

  .sexy-video .section-2 .main-container .move-box .arr-btn.right {
    right: 8px;
    padding-left: 13px;
  }

  .sexy-video .section-2 .main-container .templates-card {
    width: 100%;
    overflow-x: hidden;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
  }

  .sexy-video .section-2 .main-container .templates-card .card-box:hover {
    transform: none;
  }
}

main h2 {
  font-size: 44px;
  margin-bottom: 0;
}

main h2 + .desc {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 60px;
}

main img {
  height: auto;
}

main .base-download-button .download {
  height: 48px;
  min-width: 176px;
  --position: 16px;
  --size: 24px 24px;
}

@keyframes toTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes toBottom {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

.anime-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  border-radius: 20px;
  padding: 20px 40px 32px;
  box-shadow: 0px 6.71px 18.12px 0px #00000040;
  position: relative;
  z-index: 0;
  background: linear-gradient(91.07deg, #e065f4 3.36%, #5ce7ff 97.43%);
}

.anime-wrapper::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
  border-radius: inherit;
  background: #fff;
}

.anime-wrapper .tabs-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
  border: 1px solid #d4d6da;
  border-radius: 12px;
  padding: 4px;
  max-width: 478px;
  width: 90%;
  height: 54px;
}

.anime-wrapper .tab-item {
  font-weight: 600;
  color: rgba(42, 48, 72, 0.8);
  cursor: pointer;
  transition: all 0.2s;
  width: 50%;
  border-radius: inherit;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.anime-wrapper .tab-item.active {
  color: var(--color-primary);
  background: rgba(104, 91, 255, 0.15);
}

.anime-wrapper .tabs-content {
  width: 100%;
}

.anime-wrapper .tab-pane {
  display: none;
}

.anime-wrapper .tab-pane.active {
  display: block;
}

.anime-wrapper .form-top {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.anime-wrapper .form-content {
  margin: 16px 0 30px;
  background: #f8f8f9;
  border-radius: 12px;
  border: 1px solid #d4d6da;
}

.anime-wrapper .upload-box {
  background: #f8f8f9;
  border-radius: 12px 12px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  min-height: 212px;
  transition: all 0.2s;
}

.anime-wrapper .upload-box:not(.is-loading, .is-uploaded):hover {
  background: rgba(104, 91, 255, 0.05);
  border-color: var(--color-primary);
}

.anime-wrapper .upload-content {
  padding: 12px;
  text-align: center;
}

.anime-wrapper .upload-text {
  margin: 20px auto 8px;
  color: rgba(42, 48, 72, 0.8);
}

.anime-wrapper .upload-tips {
  font-size: 12px;
  color: rgba(42, 48, 72, 0.4);
}

.anime-wrapper .file-upload {
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.anime-wrapper .img-box {
  width: 100%;
  display: none;
  height: 200px;
}

.anime-wrapper .img-operate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--color-white);
  opacity: 0;
  transition: opacity 0.2s;
}

.anime-wrapper .img-operate span {
  position: relative;
  z-index: 1;
  transition: opacity 0.2s;
}

.anime-wrapper .img-operate span:hover {
  opacity: 0.8;
}

.anime-wrapper .upload-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.anime-wrapper .loading-box {
  animation: spin 1s linear infinite;
  color: var(--color-primary);
  display: none;
}

.anime-wrapper .upload-box.is-loading .file-upload {
  pointer-events: none;
}

.anime-wrapper .upload-box.is-loading .loading-box,
.anime-wrapper .upload-box.is-uploaded .img-box {
  display: block;
}

.anime-wrapper .upload-box.is-loading .upload-content,
.anime-wrapper .upload-box.is-loading .img-box,
.anime-wrapper .upload-box.is-uploaded .upload-content {
  display: none;
}

.anime-wrapper .upload-box.is-uploaded:hover .img-operate {
  opacity: 1;
}

.anime-wrapper .dropdown-box {
  font-size: 14px;
  position: relative;
}

.anime-wrapper .dropdown-text {
  display: flex;
  align-items: center;
  transition: all 0.2s;
  cursor: pointer;
  border-radius: 18px;
  border: 1px solid #d4d6da;
  gap: 4px;
  padding: 4px 12px;
  font-size: 12px;
}

.anime-wrapper .dropdown-logo {
  width: 18px;
}

.anime-wrapper .dropdown-desc {
  font-size: 14px;
  line-height: 1;
}

.anime-wrapper .dropdown-box.active .dropdown-text {
  background: #d4d6da;
}

.anime-wrapper .dropdown-box .dropdown-icon {
  min-width: 12px;
  transition: all 0.2s;
}

.anime-wrapper .dropdown-box.active .dropdown-icon {
  transform: rotate(180deg);
  color: var(--color-primary);
}

.anime-wrapper .dropdown-list {
  position: absolute;
  top: 120%;
  left: 4px;
  min-width: 146px;
  border-radius: 8px;
  box-shadow: 0px 4px 8.4px 2px #00000026;
  background: var(--color-white-lighter);
  padding: 4px;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
  max-height: 400px;
}

.anime-wrapper .dropdown-box.active .dropdown-list {
  opacity: 1;
  pointer-events: all;
}

.anime-wrapper .dropdown-list li {
  padding: 5px 8px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  border-radius: 6px;
  height: 32px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
}

.anime-wrapper .dropdown-list li .model-name {
  font-size: 14px;
}

.anime-wrapper .dropdown-list li:hover {
  background: #eceaff;
}

.anime-wrapper .dropdown-list li.active {
  color: var(--color-primary);
}

.anime-wrapper .dropdown-list li img {
  width: 18px;
  margin-right: 8px;
}

.anime-wrapper .sample-box {
  background: #ededf0;
  padding: 12px 20px;
  border-radius: 0 0 12px 12px;
  display: flex;
  align-items: center;
}

.anime-wrapper .sample-text {
  font-size: 14px;
  color: rgba(42, 48, 72, 0.6);
  margin-right: 28px;
}

.anime-wrapper .sample-list {
  display: flex;
}

.anime-wrapper .sample-list li {
  padding: 4px;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  margin-right: 6px;
  position: relative;
}

.anime-wrapper .sample-list li.active {
  border-color: var(--color-primary);
}

.anime-wrapper .sample-list li > picture {
  border-radius: inherit;
}

.anime-wrapper .sample-list li .sample-img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
  width: 64px;
  height: 64px;
}

.anime-wrapper .sample-info {
  display: none;
  width: 320px;
  height: 236px;
  filter: drop-shadow(0px 6.71px 18.12px rgba(0, 0, 0, 0.25));
  position: absolute;
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 16px;
  padding: 16px;
}

.anime-wrapper .sample-info::after {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 20px;
  border-color: transparent transparent #ffffff transparent;
  cursor: default;
}

.anime-wrapper .sample-list li:hover .sample-info {
  display: block;
}

.anime-wrapper .sample-content {
  width: 100%;
  height: 100%;
  background: #ededf0;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anime-wrapper .sample-info picture {
  max-width: 204px;
  height: 100%;
}

.anime-wrapper .sample-info video {
  max-width: 156px;
}

.anime-wrapper .sample-info video,
.anime-wrapper .sample-info img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.anime-wrapper .editor-box {
  border-radius: 12px 12px 0 0;
  display: flex;
}

.anime-wrapper .editor-box .editor-textarea {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 16px;
  resize: none;
  color: #2a3048;
  white-space: pre-wrap;
  min-height: 212px;
  border-radius: inherit;
  padding: 10px;
}

.anime-wrapper .create-btn {
  margin: 0 auto;
  width: 200px;
  height: 48px;
  font-size: 18px;
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 12px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.anime-wrapper .create-btn:hover {
  background: var(--color-primary-dark);
}

.more-tools .base-maxwidth {
  max-width: 1050px;
}

.more-tools h2 {
  margin-bottom: 60px;
}

.faq-container {
  padding-top: 0;
}

@media (max-width: 992px) {
  main h2 {
    font-size: 24px;
  }

  main h2 + .desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .anime-wrapper {
    padding: 20px 24px 32px;
  }

  .anime-wrapper .sample-info {
    width: 200px;
    height: 172px;
    border-radius: 12px;
    padding: 10px;
  }

  .more-tools h2 {
    margin-bottom: 24px;
  }
}

@media (max-width: 576px) {
  .anime-wrapper {
    padding: 16px 12px 24px;
  }

  .anime-wrapper .tabs-box {
    margin-bottom: 24px;
    padding: 3px;
    max-width: 228px;
    height: 42px;
  }

  .anime-wrapper .tab-item {
    font-size: 12px;
  }

  .anime-wrapper .form-content {
    margin-bottom: 20px;
  }

  .anime-wrapper .editor-box .editor-textarea {
    font-size: 14px;
  }

  .anime-wrapper .sample-box {
    flex-wrap: wrap;
    padding: 16px 12px;
  }

  .anime-wrapper .sample-text {
    margin: 0 0 8px 0;
  }

  .anime-wrapper .sample-list li {
    padding: 2px;
    cursor: pointer;
    margin-right: 0px;
  }

  .anime-wrapper .sample-info {
    width: 127px;
    height: 100px;
    top: 120%;
    padding: 6px;
  }

  .anime-wrapper .sample-info::after {
    top: -20px;
    border-width: 12px;
  }

  .anime-wrapper .create-btn {
    width: 176px;
    font-size: 16px;
  }
}

.guide-container {
    padding-bottom: 140px;
}

.guide-container .base-maxwidth {
    padding: 0;
}

.guide-container h2 {
    padding: 0 14px;
}

.guide-container .content {
    position: relative;
}

.guide-container .guide-box {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.guide-container .guide-item {
    max-width: 438px;
    text-align: center;
    margin: 0 12px;
    background: #F0F7FF;
    border-radius: 20px;
    width: auto;
}

.guide-container .guide-item picture {
    overflow: hidden;
    border-radius: 20px;
}

.guide-container .guide-item img {
    width: 100%;
    border-radius: inherit;
    transition: all .2s;
    object-fit: cover;
}

.guide-container .guide-item img:hover {
    transform: scale(1.09);
}

.guide-container .guide-item h3 {
    line-height: 1.5;
    margin: 0;
    font-size: 18px;
    padding: 20px 14px;
}

.guide-container .guide-swiper {
    margin-top: 60px;
}

.guide-container .swiper-slide {
    transform: scale(0.9);
    display: flex;
}

.guide-container .swiper-slide-active,
.guide-container .swiper-slide-duplicate-active {
    transform: scale(1);
}

.guide-container .arrow-box .arrow-btn {
    display: flex !important;
}

.guide-container .arrow-box .arrow-btn {
    top: 40%;
}


@media(max-width: 1100px) {
    
    .guide-container {
        padding-bottom: 100px;
    }


    .guide-container .guide-item  {
        margin: 0 2px;
    }
}

@media(max-width: 992px) {
    
    .guide-container {
        padding-bottom: 60px;
    }


    .guide-container .guide-item {
        margin: 0;
    }

    .guide-container .guide-item h3 {
        font-size: 16px;
        padding: 14px 12px;
        font-weight: 500;
    }

    .guide-container .guide-item picture {
        border-radius: 12px;
    }

}

@media(max-width: 567px) {

    .guide-container .guide-item h3 {
        font-size: 14px;
    }

}



.sexy-video .more-tools .tools-list li {
  width: calc(100% / 4 - 30px);
}

@media (max-width: 992px) {
  .sexy-video .more-tools .tools-list li {
    width: calc(100% / 2 - 10px);
  }

  .sexy-video .most-articles{
    overflow: hidden;
  }
}