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

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

.css-error {
  color: #FE6969;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.main-avatars .wrapper {
  max-width: 1220px;
}
.main-avatars .btns {
  display: inline-block;
  padding: 0 28px;
  height: 49px;
  line-height: 49px;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  border-radius: 25px;
  cursor: pointer;
  background: rgb(139, 61, 255);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-avatars .btns:hover {
  background: #8B3DFF linear-gradient(95deg, #8B3DFF 0%, #BC8FFF 100%);
}
.main-avatars .jump-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  /* 半透明黑色蒙板 */
  z-index: 9999;
  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;
}
.main-avatars .jump-video-container {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 18px 18px 60px 18px;
  background-color: #ffffff;
  border-radius: 6px;
}
.main-avatars .jump-video-container .jump-overlay-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.main-avatars .jump-video-container .jump-overlay-title p {
  font: normal normal 500 20px/36px Poppins;
  color: #000000;
}
.main-avatars .jump-video-container .jump-overlay-title .jump-close-button {
  cursor: pointer;
  color: #000000;
  font-size: 36px;
  font-weight: 300;
}
.main-avatars .jump-video-container .jump-video-frame {
  width: 960px;
  margin: 0 auto;
  height: 540px;
  border-radius: 6px;
}
.main-avatars .jump-video-container .btn-container {
  text-align: center;
  margin-top: 18px;
}
.main-avatars .jump-video-container .btn-container .gourl {
  width: 312px;
  height: 49px;
  background: #8B3DFF 0% 0% no-repeat padding-box;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: normal normal medium 18px/49px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: calc(50% - 156px);
}
.main-avatars .jump-video-container .btn-container .gourl:hover {
  background: transparent linear-gradient(91deg, #BA8BFF 0%, #F2E9FF 100%) 0% 0% no-repeat padding-box;
  color: #380A7B;
}
.main-avatars .jump-video-container .btn-container .gourl span {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/indexNew/add.svg") no-repeat;
  background-size: cover;
  margin-right: 15.7px;
}
.main-avatars .jump-overlay-avatars {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  /* 半透明黑色蒙板 */
  z-index: 9999;
  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;
}
.main-avatars .jump-video-container-avatars {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 18px 18px 60px 18px;
  background-color: #ffffff;
  border-radius: 6px;
}
.main-avatars .jump-video-container-avatars .jump-overlay-title-avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.main-avatars .jump-video-container-avatars .jump-overlay-title-avatars p {
  font: normal normal 500 20px/36px Poppins;
  color: #000000;
}
.main-avatars .jump-video-container-avatars .jump-overlay-title-avatars .jump-close-button-avatars {
  cursor: pointer;
  color: #000000;
  font-size: 36px;
  font-weight: 300;
}
.main-avatars .jump-video-container-avatars .jump-video-frame-avatars {
  width: 960px;
  margin: 0 auto;
  height: 540px;
  border-radius: 6px;
}
.main-avatars .jump-video-container-avatars .btn-container {
  text-align: center;
  margin-top: 18px;
}
.main-avatars .jump-video-container-avatars .btn-container .gourl {
  width: 338px;
  height: 49px;
  background: #8B3DFF 0% 0% no-repeat padding-box;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: normal normal medium 18px/49px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: calc(50% - 169px);
  padding: 0 12px;
}
.main-avatars .jump-video-container-avatars .btn-container .gourl:hover {
  background: transparent linear-gradient(91deg, #BA8BFF 0%, #F2E9FF 100%) 0% 0% no-repeat padding-box;
  color: #380A7B;
}
.main-avatars .jump-video-container-avatars .btn-container .gourl span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/avatars/avater_create.svg") no-repeat;
  background-size: cover;
  margin-right: 15.7px;
}
.main-avatars-banner {
  padding: 76px;
}
.main-avatars-banner .banner-tip {
  font: normal normal 600 18px/27px Poppins;
  letter-spacing: 3.06px;
  color: #8B3DFF;
  text-transform: uppercase;
  text-align: center;
}
.main-avatars-banner .css-h1 {
  font: normal normal 600 44px/66px Poppins;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  max-width: 978px;
  margin-top: 20px;
}
.main-avatars-banner .banner-dec {
  font: normal normal 300 15px/34px Poppins;
  letter-spacing: 0.42px;
  color: #000000;
  text-align: center;
  margin-top: 19px;
}
.main-avatars-banner .select-avatars {
  margin-top: 117px;
}
.main-avatars-banner .select-avatars .select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 34px;
  position: sticky;
  top: 80px;
  z-index: 100;
  background: transparent -webkit-gradient(linear, left bottom, left top, color-stop(100%, #FFFFFF), color-stop(0%, #FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #FFFFFF 100%, #FFFFFF 0%) 0% 0% no-repeat padding-box;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-avatars-banner .select-avatars .select-box .select-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-age {
  max-width: 183px;
  position: relative;
  cursor: pointer;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-age #age {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E7E7EE;
  border-radius: 8px;
  height: 49px;
  padding-left: 32px;
  width: 100%;
  cursor: pointer;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-age #age::-webkit-input-placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-age #age::-moz-placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-age #age:-ms-input-placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-age #age::-ms-input-placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-age #age::placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-age .pull-dowm {
  position: absolute;
  right: 32px;
  top: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-age .options-age {
  position: absolute;
  width: 183px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-top: none;
  border: 1px solid #E7E7EE;
  border-radius: 0px 0px 8px 8px;
  display: none;
  z-index: 10;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-age .options-age .option-item {
  width: 100%;
  height: 49px;
  padding-left: 32px;
  font: normal normal 600 15px/49px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-age .options-age .option-item:hover {
  background: #F4ECFF 0% 0% no-repeat padding-box;
  color: #8B3DFF;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-sex {
  max-width: 211px;
  position: relative;
  cursor: pointer;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-sex #sex {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E7E7EE;
  border-radius: 8px;
  height: 49px;
  padding-left: 32px;
  width: 100%;
  cursor: pointer;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-sex #sex::-webkit-input-placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-sex #sex::-moz-placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-sex #sex:-ms-input-placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-sex #sex::-ms-input-placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-sex #sex::placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-sex .pull-dowm {
  position: absolute;
  right: 32px;
  top: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-sex .options-sex {
  position: absolute;
  width: 211px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-top: none;
  border: 1px solid #E7E7EE;
  border-radius: 0px 0px 8px 8px;
  display: none;
  z-index: 10;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-sex .options-sex .option-item {
  width: 100%;
  height: 49px;
  padding-left: 32px;
  font: normal normal 600 15px/49px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-sex .options-sex .option-item:hover {
  background: #F4ECFF 0% 0% no-repeat padding-box;
  color: #8B3DFF;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-att {
  max-width: 197px;
  position: relative;
  cursor: pointer;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-att #att {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E7E7EE;
  border-radius: 8px;
  height: 49px;
  padding-left: 32px;
  width: 100%;
  cursor: pointer;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-att #att::-webkit-input-placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-att #att::-moz-placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-att #att:-ms-input-placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-att #att::-ms-input-placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-att #att::placeholder {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
  opacity: 1;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-att .pull-dowm {
  position: absolute;
  right: 32px;
  top: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-att .options-att {
  position: absolute;
  width: 197px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-top: none;
  border: 1px solid #E7E7EE;
  border-radius: 0px 0px 8px 8px;
  display: none;
  z-index: 10;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-att .options-att .option-item {
  width: 100%;
  height: 49px;
  padding-left: 32px;
  font: normal normal 600 15px/49px Poppins;
  letter-spacing: 0.45px;
  color: #000000;
}
.main-avatars-banner .select-avatars .select-box .select-choose .input-item-att .options-att .option-item:hover {
  background: #F4ECFF 0% 0% no-repeat padding-box;
  color: #8B3DFF;
}
.main-avatars-banner .select-avatars .select-box .select-choose .active {
  -webkit-transform: rotateX(0deg) !important;
          transform: rotateX(0deg) !important;
}
.main-avatars-banner .select-avatars .avatars-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 22px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px;
}
.main-avatars-banner .select-avatars .avatars-box .avatars-item {
  width: 289px;
  height: 246px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  overflow: hidden;
  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-bottom: 22px;
}
.main-avatars-banner .select-avatars .avatars-box .avatars-item .person-img {
  width: auto;
  height: 100%;
  -webkit-transform: scale(1.5) translateY(36px);
          transform: scale(1.5) translateY(36px);
}
.main-avatars-banner .select-avatars .avatars-box .avatars-item:hover {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 4px solid rgba(139, 61, 255, 0.3019607843);
  border-radius: 10px;
}
.main-avatars-banner .select-avatars .avatars-box .avatars-item:hover .avatars-name {
  background: #8B3DFF 0% 0% no-repeat padding-box;
}
.main-avatars-banner .select-avatars .avatars-box .avatars-item .avatars-name {
  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: 11px;
  height: 27px;
  min-width: 102px;
  background: rgba(0, 0, 0, 0.5490196078) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 9;
  padding: 0 10px;
}
.main-avatars-banner .select-avatars .avatars-box .avatars-item .avatars-name .name {
  display: inline-block;
  font: normal normal normal 12px/27px Poppins;
  color: #FFFFFF;
  text-align: center;
}
.main-avatars-banner .avatars-more {
  max-width: 180px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.main-avatars-banner .avatars-more p {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #8B8B9F;
}
.main-avatars-feature {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#F2EFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #FFFFFF 0%, #F2EFFF 100%) 0% 0% no-repeat padding-box;
  padding-top: 100px;
}
.main-avatars-feature .pc-show {
  display: block;
}
.main-avatars-feature .mob-show {
  display: none;
}
.main-avatars-feature .css-h2 {
  text-align: center;
  font: normal normal 600 40px/56px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 14px;
}
.main-avatars-feature p {
  text-align: center;
  font: normal normal 300 18px/27px Poppins;
  letter-spacing: 0px;
  color: #000000;
  max-width: 945px;
  margin: 0 auto;
}
.main-avatars-feature .button-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 28px auto 0;
  text-align: center;
}
.main-avatars-feature .button-box .btns {
  text-align: center;
  width: 312px;
}
.main-avatars-feature .fea-list {
  max-width: 843px;
  margin: 50px 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main-avatars-feature .fea-list .fea-line {
  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;
}
.main-avatars-feature .fea-list .fea-line .fea-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 50%;
}
.main-avatars-feature .fea-list .fea-line .fea-item p {
  font: normal normal 500 18px/56px Poppins;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
  margin: 0 !important;
}
.main-avatars-feature .fea-img .pc-show {
  width: 100%;
}
.main-avatars .custom-banner {
  display: block;
  padding-top: 59px;
  min-height: 565px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/avatars/custom_bg.webp) 0% 0% no-repeat padding-box;
  background-size: 100% 565px;
}
.main-avatars .custom-banner .wrapper {
  max-width: 1220px;
  -ms-grid-columns: 568px 99px 487px;
  grid-template-columns: 568px 487px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 99px;
}
.main-avatars .custom-banner .css-tip {
  font: normal normal 600 18px/27px Poppins;
  letter-spacing: 3.06px;
  color: #8B3DFF;
  text-transform: uppercase;
}
.main-avatars .custom-banner .v-grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-avatars .custom-banner .custom-banner-title {
  padding: 15px 0 5px;
  color: #000000;
  font-size: 40px !important;
  font-weight: 600 !important;
}
.main-avatars .custom-banner .custom-banner-list {
  font: normal normal 300 15px/34px Poppins;
  letter-spacing: 0.42px;
  color: #000000;
}
.main-avatars .custom-banner .custom-banner-pic {
  width: 487px;
  height: 506px;
}
.main-avatars .custom-banner .pc-show {
  display: block;
}
.main-avatars .custom-banner .mob-show {
  display: none;
}
.main-avatars .custom-banner .button-box {
  margin-top: 38px;
}
.main-avatars-example {
  padding: 86px 0 60px;
}
.main-avatars-example .css-tip {
  font: normal normal 600 18px/27px Poppins;
  letter-spacing: 3.06px;
  color: #8B3DFF;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.main-avatars-example .css-h2 {
  max-width: 934px;
  font: normal normal 600 44px/66px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin: 0 auto;
  text-align: center;
}
.main-avatars-example .css-p {
  max-width: 841px;
  text-align: center;
  font: normal normal 300 15px/34px Poppins;
  letter-spacing: 0.42px;
  color: #000000;
  margin: 0 auto;
}
.main-avatars-example .mob-show {
  display: none;
}
.main-avatars-example .example-select {
  margin: 28px auto 42px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E7E7EE;
  border-radius: 8px;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-avatars-example .example-select div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 232px;
  height: 48px;
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0.45px;
  color: #59596E;
  cursor: pointer;
}
.main-avatars-example .example-select div:hover {
  border: 1px solid #F4ECFF;
  background: #F4ECFF 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #8B3DFF;
}
.main-avatars-example .example-select .active {
  border: 1px solid #F4ECFF;
  background: #F4ECFF 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #8B3DFF;
}
.main-avatars-example .example-wrapper {
  margin: 0 auto;
}
.main-avatars-example .example-wrapper .flex-box {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-avatars-example .example-wrapper .choose-item {
  width: 292px;
  margin-bottom: 40px;
}
.main-avatars-example .example-wrapper .choose-item .img-container {
  width: 292px;
  height: 163px;
  overflow: hidden;
  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;
  position: relative;
  cursor: pointer;
}
.main-avatars-example .example-wrapper .choose-item .img-container img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 292px;
  height: 163px;
}
.main-avatars-example .example-wrapper .choose-item .img-container .play-handle {
  background-color: #FFFFFF;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  border: 3px solid #ffffff;
}
.main-avatars-example .example-wrapper .choose-item .img-container .play-handle .play-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/sales/play.webp") no-repeat;
  background-size: cover;
}
.main-avatars-example .example-wrapper .choose-item .img-container .play-handle .play-text {
  font: normal normal 500 16px/25px Poppins;
  color: #8B3DFF;
  display: inline-block;
  width: 0px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
}
.main-avatars-example .example-wrapper .choose-item .img-container:hover .play-text {
  width: 120px;
  opacity: 1;
}
.main-avatars-example .example-wrapper .choose-item .item-dex {
  text-align: left;
  font: normal normal 600 18px/27px Poppins;
  letter-spacing: 0.54px;
  color: #000000;
  margin-top: 10px;
}
.main-avatars-example .example-wrapper .second-item {
  margin-left: 20px;
  margin-right: 20px;
}
.main-avatars .micro-test-faq {
  padding: 102px 0 134px;
  background: #F3F3F5 0% 0% no-repeat padding-box;
}
.main-avatars .micro-test-faq h2 {
  font: normal normal 600 44px/66px Poppins;
  color: #000000;
}
.main-avatars .micro-test-faq-list {
  margin: 6px auto 0;
  max-width: 700px;
  width: 100%;
}
.main-avatars .micro-test-faq-item {
  position: relative;
  border-bottom: 1px solid #D2D0DE;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
  z-index: 0;
}
.main-avatars .micro-test-faq-item a {
  text-decoration: none;
  color: #8B3DFF;
  font-weight: 600;
}
.main-avatars .micro-test-faq-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.main-avatars .micro-test-faq-item::before {
  right: 0;
  top: 30px;
  width: 18px;
  height: 18px;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/_common/faq_arrow.svg);
  background-size: 18px;
  background-position: right center;
  background-repeat: no-repeat;
}
.main-avatars .micro-test-faq-item.active::before {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.main-avatars .micro-test-faq-name {
  display: block;
  padding: 30px 30px 30px 0;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  font: normal normal 300 18px/27px Poppins;
  color: #000000;
}
.main-avatars .micro-test-faq-desc {
  padding-bottom: 30px;
  margin-top: -15px;
  display: none;
  width: 100%;
  font-size: 16px;
  color: #000000;
}
.main-avatars .micro-test-faq-desc b {
  font-weight: 600;
}
.main-avatars .micro-test-faq-desc b.css-h4 {
  display: block;
  padding: 5px 0;
}
.main-avatars .micro-test-faq-desc .css-h4 {
  font-size: inherit;
}
.main-avatars .micro-test-faq-desc .css-p {
  font-size: inherit;
  color: #000000;
}
.main-avatars .sound-test-blog {
  padding-top: 80px;
}
.main-avatars .sound-test-blog h2 {
  font: normal normal 600 44px/66px Poppins;
  color: #000000;
}
.main-avatars .sound-test-blog h2 {
  text-align: center;
}
.main-avatars .sound-test-blog .wrapper-blog {
  max-width: 1278px;
}
.main-avatars .sound-test-blog .swiper-container-blog-m {
  display: none;
}
.main-avatars .sound-test-blog .swiper-wrapper-blog {
  margin-left: 32px;
  height: 100%;
}
.main-avatars .sound-test-blog .swiper-container-blog {
  display: block;
  padding: 45px 0 100px 0;
  max-width: 1278px;
  margin: 0 auto;
  height: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.main-avatars .sound-test-blog .swiper-container-blog .swiper-icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #39325A;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-avatars .sound-test-blog .swiper-container-blog .swiper-icon:hover {
  opacity: 1;
}
.main-avatars .sound-test-blog .swiper-container-blog .prev-btn i {
  display: inline-block;
  width: 12px;
  height: 22px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-speech/left-icon.svg");
  background-size: 12px 22px;
}
.main-avatars .sound-test-blog .swiper-container-blog .next-btn i {
  display: inline-block;
  width: 12px;
  height: 22px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-speech/right-icon.svg");
  background-size: 12px 22px;
}
.main-avatars .sound-test-blog .swiper-container-blog .button-disabled {
  opacity: 0.3;
  cursor: no-drop;
}
.main-avatars .sound-test-blog .swiper-container-blog .button-disabled:hover {
  opacity: 0.3;
}
.main-avatars .sound-test-blog .swiper-container-blog .swiper-wrapper {
  width: 1300px;
}
.main-avatars .sound-test-blog .swiper-container-blog .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-avatars .sound-test-blog .swiper-container-blog .swiper-slide .slide-item {
  width: 260px;
  overflow: hidden;
  height: 340px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D7D4E5;
  border-radius: 4px;
  -webkit-box-shadow: 10px 12px 16px rgba(170, 167, 188, 0.1607843137);
          box-shadow: 10px 12px 16px rgba(170, 167, 188, 0.1607843137);
  position: relative;
}
.main-avatars .sound-test-blog .swiper-container-blog .swiper-slide .slide-item .free-tool {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 8px;
  height: 25px;
  background-color: #00C54F;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  z-index: 1;
}
.main-avatars .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover {
  background: #E0D8FF;
}
.main-avatars .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover h3 {
  text-decoration: underline;
}
.main-avatars .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main-avatars .sound-test-blog .swiper-container-blog .swiper-slide .slide-item img {
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-avatars .sound-test-blog .swiper-container-blog .swiper-slide .slide-item > h3 {
  padding: 0 20px;
  margin: 13px 0 10px;
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  color: #8B3DFF;
  text-align: left;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main-avatars .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p {
  padding: 0 20px;
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 300;
}
.main-avatars .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p a {
  color: #6D4DFF;
  font-weight: 300;
}
.main-avatars .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .main-avatars .jump-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /* 半透明黑色蒙板 */
    z-index: 9999;
    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;
  }
  .main-avatars .jump-video-container {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    width: 100%;
    padding: 0.18rem 0.18rem 0.6rem;
    background-color: #ffffff;
  }
  .main-avatars .jump-video-container .jump-overlay-title {
    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;
  }
  .main-avatars .jump-video-container .jump-overlay-title p {
    font: normal normal 500 0.3rem/0.36rem Poppins;
    color: #000000;
  }
  .main-avatars .jump-video-container .jump-overlay-title .jump-close-button {
    color: #000000;
    font-size: 0.36rem;
    font-weight: 300;
  }
  .main-avatars .jump-video-container .jump-video-frame {
    width: 100%;
    height: 40vh;
    border-radius: 6px;
  }
  .main-avatars .jump-video-container .btn-container {
    text-align: center;
    margin-top: 0.18rem;
    width: 80%;
    margin: 0 auto;
  }
  .main-avatars .jump-video-container .btn-container .gourl {
    width: 100%;
    height: 1rem;
    background: #8B3DFF 0% 0% no-repeat padding-box;
    border-radius: 0.5rem;
    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 500 0.32rem/1rem Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    cursor: pointer;
  }
  .main-avatars .jump-video-container .btn-container .gourl span {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/indexNew/add.svg") no-repeat;
    background-size: cover;
    margin-right: 0.18rem;
  }
  .main-avatars .jump-overlay-avatars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /* 半透明黑色蒙板 */
    z-index: 9999;
    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;
  }
  .main-avatars .jump-video-container-avatars {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    width: 100%;
    padding: 0.18rem 0.18rem 0.6rem;
    background-color: #ffffff;
  }
  .main-avatars .jump-video-container-avatars .jump-overlay-title-avatars {
    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;
  }
  .main-avatars .jump-video-container-avatars .jump-overlay-title-avatars p {
    font: normal normal 500 0.3rem/0.36rem Poppins;
    color: #000000;
  }
  .main-avatars .jump-video-container-avatars .jump-overlay-title-avatars .jump-close-button-avatars {
    color: #000000;
    font-size: 0.36rem;
    font-weight: 300;
  }
  .main-avatars .jump-video-container-avatars .jump-video-frame-avatars {
    width: 100%;
    height: 40vh;
    border-radius: 6px;
  }
  .main-avatars .jump-video-container-avatars .btn-container {
    text-align: center;
    margin-top: 0.18rem;
    width: 90%;
    margin: 0 auto;
  }
  .main-avatars .jump-video-container-avatars .btn-container .gourl {
    width: 100%;
    height: 1rem;
    background: #8B3DFF 0% 0% no-repeat padding-box;
    border-radius: 0.5rem;
    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 500 0.32rem/1rem Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 0;
  }
  .main-avatars .jump-video-container-avatars .btn-container .gourl span {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/avatars/avater_create.svg") no-repeat;
    background-size: cover;
    margin-right: 0.18rem;
  }
  .main-avatars-banner {
    padding: 0.6rem;
  }
  .main-avatars-banner .banner-tip {
    font: normal normal 600 0.28rem/0.42rem Poppins;
    letter-spacing: 4.76px;
  }
  .main-avatars-banner .css-h1 {
    font: normal normal 600 0.54rem/0.81rem Poppins;
    letter-spacing: 0px;
  }
  .main-avatars-banner .banner-dec {
    font: normal normal 300 0.25rem/0.55rem Poppins;
    letter-spacing: 0.005rem;
  }
  .main-avatars-banner .select-avatars {
    margin-top: 0.46rem;
  }
  .main-avatars-banner .select-avatars .select-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: sticky;
    height: auto;
    top: 1.29rem;
  }
  .main-avatars-banner .select-avatars .select-box .select-choose {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-avatars-banner .select-avatars .select-box .select-choose .input-item-age {
    max-width: 3.1rem;
    line-height: 26px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .main-avatars-banner .select-avatars .select-box .select-choose .input-item-age #age {
    padding-left: 0.27rem;
  }
  .main-avatars-banner .select-avatars .select-box .select-choose .input-item-age .pull-dowm {
    right: 0.12rem;
    top: 0.26rem;
  }
  .main-avatars-banner .select-avatars .select-box .select-choose .input-item-sex {
    max-width: 3.1rem;
    line-height: 26px;
  }
  .main-avatars-banner .select-avatars .select-box .select-choose .input-item-sex #sex {
    padding-left: 0.27rem;
  }
  .main-avatars-banner .select-avatars .select-box .select-choose .input-item-sex .pull-dowm {
    right: 0.12rem;
    top: 0.26rem;
  }
  .main-avatars-banner .select-avatars .select-box .select-choose .input-item-att {
    max-width: 3.1rem;
    line-height: 26px;
  }
  .main-avatars-banner .select-avatars .select-box .select-choose .input-item-att #att {
    padding-left: 0.27rem;
  }
  .main-avatars-banner .select-avatars .select-box .select-choose .input-item-att .pull-dowm {
    right: 0.2rem;
    top: 0.26rem;
  }
  .main-avatars-banner .select-avatars .select-box .select-choose .option {
    width: 100% !important;
  }
  .main-avatars-banner .select-avatars .select-box .select-choose .option .option-item {
    padding-left: 0.27rem !important;
  }
  .main-avatars-banner .select-avatars .select-box .button-box {
    display: block;
  }
  .main-avatars-banner .select-avatars .select-box .button-box .btns {
    width: 100%;
  }
  .main-avatars-banner .select-avatars .avatars-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.23rem;
  }
  .main-avatars-banner .select-avatars .avatars-box .avatars-item {
    width: 48%;
    height: 2.58rem;
    margin-bottom: 0.2rem;
  }
  .main-avatars-banner .select-avatars .avatars-box .avatars-item .person-img {
    width: auto;
    height: 100%;
    -webkit-transform: scale(1.5) translateY(23px);
            transform: scale(1.5) translateY(23px);
  }
  .main-avatars-banner .select-avatars .avatars-box .avatars-item .avatars-name {
    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;
    height: 0.44rem;
    min-width: 1.64rem;
    background: rgba(0, 0, 0, 0.5490196078) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    position: absolute;
    left: 0.14rem;
    bottom: 0.14rem;
    z-index: 9;
  }
  .main-avatars-banner .select-avatars .avatars-box .avatars-item .avatars-name .name {
    display: inline-block;
    font: normal normal normal 0.22rem/0.44rem Poppins;
    color: #FFFFFF;
    text-align: center;
  }
  .main-avatars-feature {
    padding-top: 0.85rem;
  }
  .main-avatars-feature .pc-show {
    display: none;
  }
  .main-avatars-feature .mob-show {
    display: block;
  }
  .main-avatars-feature .css-h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0.31rem;
    padding: 0 0.6rem;
  }
  .main-avatars-feature p {
    text-align: center;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.006rem;
    color: #000000;
    margin: 0 auto;
    padding: 0 0.6rem;
  }
  .main-avatars-feature .fea-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0.6rem;
    margin: 0.75rem auto 0;
  }
  .main-avatars-feature .fea-list .fea-line {
    width: 100%;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-avatars-feature .fea-list .fea-line .fea-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    width: 100%;
  }
  .main-avatars-feature .fea-list .fea-line .fea-item p {
    font: normal normal 500 0.26rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
  }
  .main-avatars-feature .fea-img .mob-show {
    margin-top: 0.34rem;
    width: 100%;
    height: auto;
  }
  .main-avatars-feature .button-box {
    padding: 0 0.6rem;
  }
  .main-avatars-feature .button-box .btns {
    width: 100%;
  }
  .main-avatars .custom-banner {
    padding: 0.99rem 0 1.2rem;
    background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/avatars/custom_mob_bg.avatars.html) 0% 0% no-repeat padding-box;
    background-size: cover;
    min-height: 15rem;
  }
  .main-avatars .custom-banner .wrapper {
    display: block;
    padding: 0 0.6rem;
    text-align: center;
  }
  .main-avatars .custom-banner .css-tip {
    font: normal normal 600 0.28rem/0.42rem Poppins;
    letter-spacing: 0.0476rem;
    color: #8B3DFF;
    text-transform: uppercase;
  }
  .main-avatars .custom-banner .v-grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-avatars .custom-banner .custom-banner-title {
    padding: 15px 0 5px;
    color: #000000;
    font-size: 0.54rem !important;
    font-weight: 600 !important;
  }
  .main-avatars .custom-banner .custom-banner-list {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    color: #000000;
  }
  .main-avatars .custom-banner .custom-banner-pic {
    width: auto;
    height: 100%;
  }
  .main-avatars .custom-banner .custom-banner-pic img {
    width: 100%;
    height: 100%;
  }
  .main-avatars .custom-banner .pc-show {
    display: none !important;
  }
  .main-avatars .custom-banner .mob-show {
    display: block !important;
  }
  .main-avatars .custom-banner .button-box {
    display: block;
    margin-top: 0;
  }
  .main-avatars .custom-banner .button-box .btns {
    width: 100%;
  }
  .main-avatars-example {
    padding: 0.75rem 0.6rem;
  }
  .main-avatars-example .css-tip {
    font: normal normal 600 0.28rem/0.42rem Poppins;
    letter-spacing: 0.0476rem;
    color: #8B3DFF;
    text-transform: uppercase;
  }
  .main-avatars-example .css-h2 {
    font: normal normal 600 0.54rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .main-avatars-example .css-p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    color: #000000;
  }
  .main-avatars-example .mob-show {
    display: block;
  }
  .main-avatars-example .pc-show {
    display: none;
  }
  .main-avatars-example .example-pull {
    width: 100%;
    margin: 0.48rem 0 0.54rem;
    position: relative;
    z-index: 10;
  }
  .main-avatars-example .example-pull .input-item-example {
    max-width: 100%;
    position: relative;
    cursor: pointer;
    line-height: 14px;
  }
  .main-avatars-example .example-pull .input-item-example #example {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    letter-spacing: 0.0072rem;
    color: #000000;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E7E7EE;
    border-radius: 8px;
    height: 0.74rem;
    padding-left: 0.3rem;
    width: 100%;
    cursor: pointer;
  }
  .main-avatars-example .example-pull .input-item-example #example::-webkit-input-placeholder {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    letter-spacing: 0.0072rem;
    color: #000000;
    opacity: 1;
  }
  .main-avatars-example .example-pull .input-item-example #example::-moz-placeholder {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    letter-spacing: 0.0072rem;
    color: #000000;
    opacity: 1;
  }
  .main-avatars-example .example-pull .input-item-example #example:-ms-input-placeholder {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    letter-spacing: 0.0072rem;
    color: #000000;
    opacity: 1;
  }
  .main-avatars-example .example-pull .input-item-example #example::-ms-input-placeholder {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    letter-spacing: 0.0072rem;
    color: #000000;
    opacity: 1;
  }
  .main-avatars-example .example-pull .input-item-example #example::placeholder {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    letter-spacing: 0.0072rem;
    color: #000000;
    opacity: 1;
  }
  .main-avatars-example .example-pull .input-item-example .pull-dowm {
    position: absolute;
    right: 0.32rem;
    top: 0.21rem;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-avatars-example .example-pull .input-item-example .options-example {
    position: absolute;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-top: none;
    border: 1px solid #E7E7EE;
    border-radius: 0px 0px 8px 8px;
    display: none;
    z-index: 10;
  }
  .main-avatars-example .example-pull .input-item-example .options-example .option-item {
    width: 100%;
    height: 0.74rem;
    padding-left: 0.3rem;
    font: normal normal 600 0.24rem/0.74rem Poppins;
    letter-spacing: 0.0072rem;
    color: #000000;
  }
  .main-avatars-example .example-pull .input-item-example .options-example .option-item:hover {
    background: #F4ECFF 0% 0% no-repeat padding-box;
    color: #8B3DFF;
  }
  .main-avatars-example .example-pull .active {
    -webkit-transform: rotateX(0deg) !important;
            transform: rotateX(0deg) !important;
  }
  .main-avatars-example .example-wrapper {
    margin: 0 auto;
  }
  .main-avatars-example .example-wrapper .flex-box {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-avatars-example .example-wrapper .choose-item {
    width: 3.07rem;
    margin-bottom: 0.5rem;
  }
  .main-avatars-example .example-wrapper .choose-item .img-container {
    width: 3.07rem;
    height: 1.71rem;
    overflow: hidden;
    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;
    position: relative;
    cursor: pointer;
  }
  .main-avatars-example .example-wrapper .choose-item .img-container img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: auto;
    height: 100%;
  }
  .main-avatars-example .example-wrapper .choose-item .img-container .play-handle {
    background-color: #FFFFFF;
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: absolute;
    border: 3px solid #ffffff;
  }
  .main-avatars-example .example-wrapper .choose-item .img-container .play-handle .play-icon {
    display: inline-block;
    width: 0.58rem;
    height: 0.58rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/sales/play.avatars.html") no-repeat;
    background-size: cover;
  }
  .main-avatars-example .example-wrapper .choose-item .img-container .play-handle .play-text {
    font: normal normal 500 16px/25px Poppins;
    color: #8B3DFF;
    display: inline-block;
    width: 0px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
  }
  .main-avatars-example .example-wrapper .choose-item .img-container:hover .play-text {
    width: 120px;
    opacity: 1;
  }
  .main-avatars-example .example-wrapper .choose-item .item-dex {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    color: #000000;
    letter-spacing: 0.0072rem;
    text-align: left;
    margin-top: 10px;
  }
  .main-avatars .micro-test-faq {
    padding: 1.12rem 0.6rem 1rem;
  }
  .main-avatars .micro-test-faq h2 {
    font: normal normal 600 0.44rem/0.81rem Poppins;
  }
  .main-avatars .micro-test-faq .css-h3 {
    font: normal normal 500 0.32rem/0.48rem Poppins;
  }
  .main-avatars .micro-test-faq .micro-test-faq-item::before {
    top: 34px;
  }
  .main-avatars .sound-test-blog {
    padding-top: 0px;
  }
  .main-avatars .sound-test-blog h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
    margin-top: 1.1rem;
  }
  .main-avatars .sound-test-blog .swiper-container-blog {
    display: none;
  }
  .main-avatars .sound-test-blog .wrapper-blog {
    margin-top: 0.7rem;
    overflow: hidden;
    padding: 0 1.2rem;
  }
  .main-avatars .sound-test-blog .swiper-container-blog-m {
    display: block !important;
    width: 260px;
    margin-top: 30px;
    height: 8rem;
  }
  .main-avatars .sound-test-blog .swiper-container-blog-m .swiper-container-m {
    height: 8rem;
  }
  .main-avatars .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item {
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    width: 95%;
    min-height: 7rem;
    -webkit-box-shadow: 0px 12px 16px rgba(170, 167, 188, 0.1607843137);
            box-shadow: 0px 12px 16px rgba(170, 167, 188, 0.1607843137);
    position: relative;
  }
  .main-avatars .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item .free-tool {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    height: 25px;
    background-color: #00C54F;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    z-index: 1;
  }
  .main-avatars .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item img {
    width: 100%;
    height: 3.37rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-avatars .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item h3 {
    padding: 0.38rem 0.3rem 0.12rem 0.4rem;
    text-align: left;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #8B3DFF;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .main-avatars .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item p {
    padding: 0.12rem 0.3rem 0.73rem 0.4rem;
    font-size: 0.32rem;
    font-weight: 300;
    color: #000000;
  }
}